#search_block_top {
    text-align: right;
    padding-top: 36px;
    width: 56%;
}
#search_block_top #searchbox {
    width: 100%;
    margin-bottom: 0;
    border: 1px solid rgb(215, 227, 236);
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 5px 0px rgba(44, 127, 174, 0.2);
}
#search_block_top .btn.button-search {
    background: transparent;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    border: none;
    color: #2c7fae;
    width: 50px;
    text-align: center;
    padding: 0;
}
#search_block_top .btn.button-search span {
    display: none;
}
#search_block_top .btn.button-search:before {
    display: block;
    font-size: 20px;
    width: 100%;
    text-align: center;
}
#search_block_top .btn.button-search i {
    font-size: 28.5px;
    line-height: 47px;
}
#search_block_top .btn.button-search:hover {
    color: #6f6f6f;
}
#search_block_top #search_query_top {
    display: inline;
    padding: 0 20px 0 55px;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #433f3c;
    border: 0
}
#search_block_top a {
    font-family: "open_sansregular";
    font-size: 13px;
    color: #0075a8;
}
.ac_results {
    background: white;
    border: 1px solid #d6d4d4;
    width: 271px;
    margin-top: -1px;
}
.ac_results li {
    cursor: pointer;
    padding: 10px 10px 10px 0!important;
    font-weight: normal;
    color: #686666;
    font-size: 13px;
    line-height: 22px;
}
.ac_results li.ac_odd {
    background: white;
}
.ac_results li:hover, .ac_results li.ac_over {
    background: #fbfbfb;
}
.ac_results li img {
    /* margin-right: 15px; */
    max-height: 50px;
    /* float: left; */
}
.ac_results li p {
    font-style: italic;
    font-size: .9em;
    color: #aaa;
}
.ac_results li div:first-child {
    float: left;
    width: 80px;
    /* margin-right: 15px; */
    text-align: center;
}
.ac_results li p {
    height: 32px;
    overflow: hidden;
    margin-bottom: 0;
    font-style: italic;
    font-size: .9em;
    color: #aaa;
}
form#searchbox {
    position: relative;
}
form#searchbox label {
    color: #333333;
}
form#searchbox input#search_query_block {
    margin-right: 10px;
    max-width: 222px;
    margin-bottom: 10px;
    display: inline-block;
    float: left;
}
form#searchbox .button.button-small {
    float: left;
}
form#searchbox .button.button-small i {
    margin-right: 0;
}