.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/ajax-loader.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}
#header_menu.fixed {
position: fixed;
top: 0;
width: 100%;
z-index: 999;
}
.lbl_store{
                z-index: 999;
    background: #da151c;
    color: #fff;
    position: absolute;
    bottom: 0px;
    width: 113px;
    left: 3px;
    padding: 3px;
    overflow: hidden;
    height: 20px;
}

.storeList-wrapper .slider .slider-item p {
  left: 0;
overflow: hidden;
}
#pHome .r li {
  margin-left: 10px;
}
#pHome .l {
  text-align: justify;
  width: 380px;
}
#pHome .l p {
  margin-bottom: 10px;
}
.select-wrapper select {
  width: 100%;
}
.storeList-wrapper .slider .slider-item {
  cursor: pointer;
}
#pMember .form-box {
  width: 650px;
}
#pMember .form-box li.col2 .txf {
  width: 170px;
}
#pMember .form-box li .txf {
  width: 460px;
}
#pMember .form-box li > label {
  text-align: right;
}
#pMember .form-box .chk-group {
  width: 465px;
}
#pMember .form-box .chk-group .g-checkbox-col1 {
  width: 135px;
}
#pMember .form-box .chk-group .g-checkbox-col5 {
  width: 135px;
}
#pMember .form-box .chk-group .g-checkbox-col6 {
  width: 160px;
}
ul.errors {
color: red;
margin: 5px;
padding-right: 0 !important;
text-align: right;
}
label.error {
color: red;
display: block;
font-weight: normal !important;
padding-bottom: 5px;
padding-right: 5px;
padding-top: 5px !important;
width: 100% !important;
}
input.error, select.error {
border: 1px solid red !important;
}
.qtip {
    font-size: 1em;
}
.qtip-default {
  box-shadow: 3px 1px 5px #222;
}
.qtip-content p {
    padding-top: 5px;
    padding-bottom: 5px;
} 
#cboxNext {
    display: none !important;
}
#cboxContent:hover #cboxNext {
    display: block !important;
}
#cboxPrevious {
    display: none !important;
}
#cboxContent:hover #cboxPrevious {
    display: block !important;
}