ul.ui-autocomplete{
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 5, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 5, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 5, 0.3);
    background: #FFF; 
    overflow: auto; 
    border-radius: 0px 0px 5px 5px;
    cursor: pointer;
    font:12px/16px Arial;
    color: #656565;
    padding: 0px;
}

ul.ui-autocomplete li{white-space: nowrap; overflow: hidden; border-bottom: 1px solid #999;background: #fff;font:12px/16px Arial;}
ul.ui-autocomplete li:hover{background: #e3f5f5;}
ul.ui-autocomplete li:last-of-type{border-bottom: none}
ul.ui-autocomplete .ui-state-hover{background: #e3f5f5;}
.ui-autocomplete-loading {
    background: white url('http://st.oede.by/st/img/ajax/circular-2.gif') right center no-repeat;
}

#siteSearch.ui-autocomplete-loading {
    background: white url('http://st.oede.by/st/img/ajax/circular-2.gif') 99% 50% no-repeat;
}

ul.ui-autocomplete li>a {
    display: inline-block;
    height: 100%;
    padding: 5px;
    width: 100%;
}

.choiseWrapper{
    padding: 5px;
    padding-right: 15px;
}

.choiseWrapper .imgWrapper img{
    width: 52px;
    height: 54px;
}

.choiseWrapper .textWrapper{
    width:260px;
    white-space:normal;
    margin-left:10px;
    font:12px/16px Arial;
    font-weight: normal;
    color: #656565;
    
}

.choiseWrapper .textWrapper h2{
    padding: 0;
    margin:0;
    margin-bottom: 5px;
}

.choiseWrapper .textWrapper a{
    font:12px/16px Arial;
    text-decoration: none;
    color: #2A6D9F;
}
.choiseWrapper .typeWrapper a{
    font:12px/16px Arial;
    text-decoration: none;
    color: #2A6D9F;
}

.choiseWrapper h2 a{
    font-weight: normal;
}