#tempsearchform {
  display: none !important;
}

#search-suggestions {
  margin-top: 0px;
  position: absolute;
  width: 100%;
  z-index: 100000;
  display: none;
}

#search-suggestions .search-suggestions-wrapper {
  background-color: #ffffff;
  border-color: #ccc #ccc #ccc #ccc;
  border-radius: 0 0 8px 8px;
  border-right: 1px solid #ccc;
  border-style: solid;
  border-width: 1px;
  margin-left: -4px;
  margin-right: 46px;
  min-height: 10px;
}

#search-suggestions .search-suggestions-annotation {
    font-size: 11px;
    padding: 3px 3px 0;
    text-align: right;
    font-weight: bold;
    color: #000;
}

#search-suggestions .search-suggestions-categories {
  border-bottom: 0px;
}

#search-suggestions .search-suggestions-terms {
  border-top: 1px solid #ccc;
}

#search-suggestions .search-suggestions-results ul {
  font-size: 12px;
  list-style: outside none none;
  margin: 0;
  padding: 2px 0px;
}


#search-suggestions .search-suggestions-results ul li {
  padding: 0px;
}

#search-suggestions .search-suggestions-results ul li > a,
#search-suggestions .search-suggestions-results ul li > a:active,
#search-suggestions .search-suggestions-results ul li > a:visited {
  color: inherit !important;
  display: block !important;
  padding: 2px 5px !important;
  text-decoration: none !important;
}

#search-suggestions .search-suggestions-results ul li > a:hover {
  background-color: #ddd !important;
}

#search-suggestions .search-suggestions-results .search-keywords {
  font-weight: bold;
}

#search-suggestions .search-suggestions-results .search-category {
  font-weight: bold;
  color: #CC0000;
}

.greyBox {
  margin-top: 15px;
  padding: 5px;  
}

.smart-search-title {
  background-color: #f5f5f5;
  padding: 2px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #000;
}

.smart-search-title td {
  background-color: #f5f5f5;
  height: 30px;
  color: #000;
}

.smart-search-title.nav-pages-bottom {
  text-align: center;
  background-color: #f5f5f5;
  color: #000;
}

.search-results .item {
  display: table;
  width: 100%;
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.search-results .item.last {
  border-bottom: 0px;
}

.search-results .item a {
  display: table;
  text-decoration: none;
}

.search-results .item .image,
.search-results .item .product-title,
.search-results .item .prices,
.search-results .item .view-item {
  display: table-cell;
  height: inherit;
  vertical-align: middle;  
}

.search-results .item .image{
  width: 60px;
  height: 60px;
}

.search-results .item .image,
.search-results .item .image img {
  max-width: 60px;
  max-height: 60px;
}

.search-results .item .product-title {
  padding: 0px 10px;
  width: 350px !important;
}

.search-results .item .free-shipping-icon {
  bottom: 2px;
  display: block;
  left: 355px;
  position: absolute;
  padding-bottom: 5px;
}

.search-results .item .prices {
  padding: 0 10px 10px;
  text-align: center;
  width: 70px;  
}

.search-results .item .prices .price-row {
  text-align: center !important;
}

.search-results .item .prices .price-row .price {
  font-weight: bold !important;
}

.search-results .item .view-item {
  text-align: center;
  width: 75px;
}

.search-results .item .view-item .make-offer-button img {
  width:75px;
}

input.view-item-button {
  width: 71px;
  height: 20px;
  color: #000;
  text-align: center;
  background: #fceabb;
  background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fceabb), color-stop(50%, #fccd4d), color-stop(51%, #f8b500), color-stop(100%, #fbdf93));
  background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  background: -o-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  background: -ms-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0 );
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 3px;
  display: block;
  text-decoration: none;
  padding: 2px;
  text-align: center;
  /*text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);*/
  font-size: 12px;
  font-weight: bold;
	border-top:1px solid #fccd4d;
	border-right:1px solid #fccd4d;
	border-bottom:1px solid #fccd4d;
  border-left:1px solid #fccd4d;
  cursor: pointer;
}

/*
input.view-item-button:hover {
	border-top:1px solid #777;
  border-right:1px solid #aaa;
  border-bottom:1px solid #aaa;
  border-left:1px solid #777;
}
*/