#search_block_top {
  float: right;
  height: 40px;
  padding: 0;
  position: relative;
  width: 31px;
}
#search_block_top .search_button {
  background: url("../../../img/megnor/search.png") no-repeat scroll 1px 13px transparent;
  border: medium none;
  color: #ffffff;
  display: block;
  font-size: 0;
  height: 40px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 24px;
  cursor: pointer;
  z-index: 1;
}
#search_block_top .search_button:hover, #search_block_top .search_button.active {
  background-position: 1px -19px;
}
#search_block_top .searchtoggle {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  width: 340px;
  z-index: 8;
}
@media (max-width: 480px) {
  #search_block_top .searchtoggle {
    width: 250px;
  }
}
#search_block_top .searchtoggle.open {
  display: block;
}
#search_block_top #searchbox {
  float: left;
  width: 100%;
}
#search_block_top .btn.button-search {
  position: absolute;
  top: 0px;
  right: 0px;
  border: none;
  color: #D4D4D4;
  width: 30px;
  background: none;
  text-align: center;
  padding: 8px 0;
}
#search_block_top .btn.button-search span {
  display: none;
}
#search_block_top .btn.button-search:before {
  content: "\f105";
  display: block;
  font-family: "FontAwesome";
  font-size: 20px;
  width: 100%;
  text-align: center;
}
#search_block_top .btn.button-search:hover {
  color: #1f1f1f;
}
#search_block_top #search_query_top {
  display: inline;
  padding: 0 30px 0 10px;
  height: 45px;
  line-height: 35px;
  background: whitesmoke;
  margin-right: 1px;
  border: none;
}

.ac_results {
  background: white;
  border: 1px solid #e3e3e3;
  width: 271px !important;
  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: white;
}

form#searchbox {
  position: relative;
}
form#searchbox label {
  color: #1f1f1f;
}
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;
}
