#search_block_top.clearfix {
  position: absolute;
  top: 30px;
  right: 0;
  padding: 0; }
  #search_block_top #searchbox {
    float: left;
    width: 90%; }
  #search_block_top .btn.button-search {
    background: none;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none !important;
    outline: none;
    color: #fff;
    width: 23px;
    height: 100%;
    text-align: center;
    padding: 0; }
    #search_block_top .btn.button-search span {
      display: none; }
    #search_block_top .btn.button-search:before {
      content: "";
      display: block;
      background: url(../../../img/sprite1.png) no-repeat;
      background-position: 3.31675% 11.07011%;
      background-size: 3647.05882% 3111.11111%;
      display: inline-block;
      position: absolute;
      right: 0;
      top: 50%;
      margin: -9px 0 0;
      width: 17px;
      height: 18px;
      text-align: center; }
    #search_block_top .btn.button-search:hover, #search_block_top .btn.button-search:focus, #search_block_top .btn.button-search:active {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
      opacity: 0.75; }
  #search_block_top #search_query_top {
    display: inline;
    padding: 3px 60px 3px 13px;
    height: 29px;
    line-height: 23px;
    background: #fff;
    margin: 0px; }

.ac_results {
  background: #fff;
  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: #fff; }
    .ac_results li:hover, .ac_results li.ac_over {
      background: #ddd; }

form#searchbox {
  position: relative;
  padding: 0 27px 0 0; }
  form#searchbox label {
    color: #000; }
  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; }
@media (max-width: 1900px) {
#search_block_top.clearfix {
  top:auto;
  bottom:0;
  transform:translateY(30px);
}
}


/*# sourceMappingURL=blocksearch.css.map */
