#search_block_top {
  width: 90%;
  float: right;
  margin: 0px;
  padding: 5px 0px 0px 0px; }
 
    
  #search_block_top .btn.button-search {
    background: #ffffff;
   
    float: left;
   border-top:1px solid #eeeeee;
    border-bottom:1px solid #eeeeee;
    border-right:1px solid #eeeeee;
    border-left:none;
    color: #000000;
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 0px 0 0px 0; }
    #search_block_top .btn.button-search span {
      display: none; }
    #search_block_top .btn.button-search:before {
      padding: 0px;
      margin:0px;
      content: "\f002";
      display: block;
      font-family: "FontAwesome";
      font-size: 14px;
      width: auto;
      text-align: center; }
    #search_block_top .btn.button-search:hover {
      color: #000000; }
  #search_block_top #search_query_top {
   border:none;
    float:left;
    text-align: left;
  font-family: "Courier New", Courier, monospace;
   color: #000000;
   font-size: 15px;
    padding: 0 0px 0 5px;
    width:80%;
    height: 24px;
    line-height: 24px;
    background: #ffffff;
    margin: 0px;
    border-top:1px solid #eeeeee;
    border-bottom:1px solid #eeeeee;
    border-left:1px solid #eeeeee;}

.ac_results {
  background: white;
  border: 1px solid #d6d4d4;
  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: #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; }
