.oneline { display: block; word-wrap: break-word; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

#search_block_top { margin-top: 25px; display: inline-block; }
#search_block_top #searchbox { float: left; width: 100%; border-radius: 20px; overflow: hidden; }
#search_block_top .btn.button-search { background: #1d84ce; display: block; position: absolute; top: 0; right: 0; border: none; color: white; text-align: center; padding: 0 15px; border-radius: 20px; line-height: 40px; height: 40px; }
#search_block_top .btn.button-search span { text-transform: uppercase; }
#search_block_top .btn.button-search:before { content: "\f002"; display: inline; font-family: "FontAwesome"; font-size: 14px; margin-right: 5px; width: 100%; text-align: center; }
#search_block_top .btn.button-search:hover { color: #e3e3e3; }
#search_block_top #search_query_top { display: inline; padding: 5px 105px 5px 13px; line-height: 30px; height: 40px; background: #d8f2ff; border: 0; margin-right: 1px; color: #0b74bf; }

.ac_results { background: white; border: 1px solid #e6e8e9; width: 271px; margin-top: -1px; }
.ac_results li { padding: 0 10px; 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; }

form#searchbox { position: relative; }
form#searchbox label { color: #252525; }
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; }
