
#search_block_top {
    display: inline-block;
    width: 31%;
    height:44px;
    margin-right:3.5px;
}
#search_block_top #searchbox {
    width: 100%;
    position:relative;
    display:inline-block;
    float:left;
}
#search_block_top .btn.button-search {
    background: none repeat scroll 0 0 transparent;
    color: #555555;
    height: 44px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 44px; }
#search_block_top .btn.button-search span {
    display: none; }
#search_block_top .btn.button-search:before {
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
    font-size: 20px;
    width: 100%;
    text-align: center; }
#search_block_top .btn.button-search:hover {
    color: #6f6f6f; }
#search_block_top #search_query_top {
    display: inline-block;
    padding: 0 15px;
    height: 44px;
    margin-right: 0px; 
    font-family:"helvetica-lt";
    font-size:14px;
}
.ac_results {
     border:0;
    box-shadow: 0 13px 6px -11px #d4d4d4 inset, 0 6px 12px -5px #666;
    margin-top: -1px; }
.ac_results li {
    color: #555555;
    font-family: "helvetica-lt";
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
    padding: 15px;
}
.ac_results li:last-child{
    margin:0;
    background:0;
}
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; }
