#search_block_top {
  padding-top: 30px; }
  #search_block_top #searchbox {
    float: left;
    width: 100%;
	  border-bottom: 2px solid #ff2600;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  border-radius: 5px; }
  #search_block_top .btn.button-search {
   background: #ff2600; /* Old browsers */
  background: -moz-linear-gradient(top, #ff2600 0%, #8b0f00 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff2600), color-stop(100%,#8b0f00)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff2600 0%,#8b0f00 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff2600 0%,#8b0f00 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff2600 0%,#8b0f00 100%); /* IE10+ */
  background: linear-gradient(top, #ff2600 0%,#8b0f00 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2600', endColorstr='#8b0f00',GradientType=0 ); /* IE6-9 */
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: white;
    width: 50px;
    text-align: center;
    padding: 10px 0 11px 0; 
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
    #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: 17px;
      width: 100%;
      text-align: center; }
    #search_block_top .btn.button-search:hover {
      color: #6f6f6f; }
  #search_block_top #search_query_top {
    display: inline;
    padding: 0 13px;
    height: 45px;
    line-height: 45px;
	border:none;
    margin-right: 1px; 
	-webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  border-radius: 5px;
	  background:none;
	  background: #373737; /* Old browsers */
  background: -moz-linear-gradient(top, #373737 0%, #1f1f1f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#373737), color-stop(100%,#1f1f1f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #373737 0%,#1f1f1f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #373737 0%,#1f1f1f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #373737 0%,#1f1f1f 100%); /* IE10+ */
  background: linear-gradient(top, #373737 0%,#1f1f1f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373737', endColorstr='#1f1f1f',GradientType=0 ); /* IE6-9 */
	  color:#FFF;
	
  }


.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; }
