/* ------- FONTS ------- */
/* ------- BORDERS ------- */
/* ------- BACKGROUNDS ------- */
/* ------- COLORS ------- */
/* ------- Indents ------- */
/* ------- Product Elements ------- */
/* ------- Buttons ------- */
/* ------- Buttons +/- ------ */
/* ------- Button Small ------- */
/* ------- Button exclusive-medium ------- */
/* ------- My Account List bg ------- */
/* ------- Product Listing ------- */
/* ------- Grid/List vars ------- */
/* ------- Pagination vars ------- */
/* ------- Product Info ------- */
/* ------- Cart Steps ------- */
/* ------- sub heading (h2,h3) define ------- */
/* ------- Image vars ------- */
#search_block_top {
  padding-top: 17px;
  float: right;
  clear: right; }
  @media (max-width: 480px) {
    #search_block_top {
      width: 100%;
      position: absolute;
      left: 0;
      top: 165px; } }
  #search_block_top .btn.button-search {
    background: #2e2e32;
    display: block;
    float: left;
    border: none;
    color: white;
    text-align: center;
    padding: 7px 20px 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    -moz-box-shadow: rgba(0, 0, 0, 0.43) 0px 2px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.43) 0px 2px 3px;
    box-shadow: rgba(0, 0, 0, 0.43) 0px 2px 3px;
    background-color: #878b90;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF878B90', endColorstr='#FF1E2125');
    background-image: -moz-linear-gradient(top, #878b90 0%, #53585d 47%, #454a4f 50%, #2a2e33 83%, #24282c 89%, #1e2125 100%);
    background-image: -o-linear-gradient(top, #878b90 0%, #53585d 47%, #454a4f 50%, #2a2e33 83%, #24282c 89%, #1e2125 100%);
    background-image: -webkit-linear-gradient(top, #878b90 0%, #53585d 47%, #454a4f 50%, #2a2e33 83%, #24282c 89%, #1e2125 100%);
    background-image: linear-gradient(to bottom, #878b90 0%, #53585d 47%, #454a4f 50%, #2a2e33 83%, #24282c 89%, #1e2125 100%); }
    #search_block_top .btn.button-search span {
      display: none; }
      @media only screen and (min-width: 1200px) {
        #search_block_top .btn.button-search span {
          display: block; } }
    #search_block_top .btn.button-search:before {
      content: "\f002";
      display: block;
      font-family: "FontAwesome";
      font-size: 14px;
      width: 100%;
      text-align: center; }
      @media only screen and (min-width: 1200px) {
        #search_block_top .btn.button-search:before {
          display: none; } }
    #search_block_top .btn.button-search:hover {
      color: #de1c36; }
  #search_block_top #search_query_top {
    display: inline-block;
    padding: 10px 15px 12px 15px;
    height: 37px;
    background: #fbfbfb;
    margin-right: 0px;
    border-color: #9e9e9f;
    width: 230px;
    float: left;
    -moz-box-shadow: rgba(0, 0, 0, 0.11) 1px 0px 9px inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.11) 1px 0px 9px inset;
    box-shadow: rgba(0, 0, 0, 0.11) 1px 0px 9px inset; }

.ac_results {
  background: white;
  border: 1px solid #cccccc;
  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; }
  @media (max-width: 480px) {
    form#searchbox {
      width: 290px;
      margin: 0 auto; } }
  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; }
