#tptnsearch {
  position: absolute;
  z-index:1;
}
#tptnsearch #searchbox {}
#tptnsearch #search_query_top {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
  float: left;
  padding: 6px;
}
#tptnsearch .button-search {
  border-radius: 0 4px 4px 0;
  float: right;
  font-size: 16px;
  font-weight: normal;
  height: 32px;
  padding: 0;
  text-align: center;
  width: 30px;
}

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

body .ac_results{
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: none;
  border-bottom: none;
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
}
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:#f5f5f5;
  color: #333;
  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; }

