
.location,.featuresDropDown,.featureDropDownDates{
    width:100%!important;
    width:95%;
    background-color:#686978;
    font-family:Arial;
    font-weight:bold;
    color:white;
    font-size:12px;
}
.featureDropDownDateTime{
    width:100%!important;
    width:95%;
    background-color:#686978;
    font-family:Arial;
    font-weight:bold;
    color:white;
    font-size:12px;
}
.featureDropDownDateTime option{
    padding-left:5px;
}
div.dropDown_container select{
    margin-top:7px;
}
div.dropDown_container{
    text-align:right;
    width:auto;
    height:auto;
    padding-right:10px;
}
/*#dropDownSubmit[disabled=disabled]{*/
    /*opacity:0.4;*/
    /*background:transparent url('imgs/buy_disabled.png') no-repeat;*/
/*}*/
/*#dropDownSubmit[disabled=disabled]:hover{*/
    /*cursor:default;*/
/*}*/
.dropDownSubmit{
    background:transparent url('imgs/buy.png') no-repeat;
    vertical-align:middle;
    border:none;
    width:112px;
    height:37px;
    cursor:pointer;
    float:left;
}

.dropDownSubmit:hover{
    background:transparent url('imgs/buy.png') no-repeat;
    cursor:pointer
}
/*#dropDownSubmit.mode2{*/

/*}*/
/*#dropDownSubmit.mode2:hover{*/
    /**/
/*}*/
.disable{
    opacity:0.2;
    filter: alpha(opacity = 20);    
    cursor:default!important;
}
div.dropDownLoader{
    background:transparent url("imgs/loader.gif");
    width:54px;
    height:55px;
    position:absolute;
    right:40%;
    top:21%;
    display:none;
    z-index:1001;
}
