/*===ChosenOne===*/

#search-bar .search-back .chosen-container-single .chosen-single {
    background:none;
    border:none;
    box-shadow:none;
}

#search-bar .search-back .chosen-container-single .chosen-single div b {
    background: url(../images/chosen-sprite.png) no-repeat 0 4px;
}

#search-bar .chosen-container-single .chosen-container {
    width:160px;
}

#search-bar .search-back .chosen-container-single .chosen-drop {
    background-color:#59990d;
    box-shadow:none;
    border:none;
    -moz-box-shadow: inset 0 -7px 21px -5px #000;
    -webkit-box-shadow: inset 0 -7px 21px -5px #000;
    box-shadow: inset 0 -7px 21px -5px #000;
    
    /*-moz-box-shadow: inset 0 -5px 11px -4px #000;
-webkit-box-shadow: inset 0 -5px 11px -4px #000;
box-shadow: inset 0 -5px 11px -4px #000;*/ /*более умеренная тень*/
}

#search-bar .search-back .chosen-container-single.chosen-with-drop .chosen-drop {
    top:29px;
    left:30px;
    width:150px;
    text-align:left;
} 