#tptnsearch {
  border-bottom:1px solid #e5e5e5;
  position: absolute;
  z-index:1;
}
#tptnsearch #searchbox {}
#tptnsearch #search_query_top {
  background:none;
  border: medium none;
  float: left;
  padding: 0 10px 10px 0;
}
#tptnsearch .button-search {
  background: none;
  border: medium none;
  font-weight: normal;
  float: right;
  padding:0;
  text-align: center;
}

#tptnsearch .button-search:before {
  content: "\f002";
  font-family: "FontAwesome";
}
#tptnsearch .button-search:hover {color: #999;}

body .ac_results{border: 1px solid #444;}
body .ac_results li{
  font-family: inherit;
  font-size: 14px;
  padding:5px;
}
body .ac_results li.ac_odd{background:none;}
body .ac_results li.ac_over {
  background:none;
  color: #EC2C2B;
  cursor:pointer;
}
body .ac_results .ac_product_img{display:inline; margin:0 10px 0 0; vertical-align:middle;}
body .ac_results .ac_product_name{display:inline;}

form#searchbox input#search_query_block {
margin-right: 10px;
max-width: 222px;
margin-bottom: 10px;
display: inline-block;
float: left; }

