.listing-wrapper {
  overflow: auto;
  text-decoration: none;
  margin: 0 0 0 2px;
}

.listing-wrapper .category-image {
  display: inline-block;
  float: left;
  
  width: 330px;
  height: 180px;
  
  padding: 0px;
  margin: 5px;
  
  text-align: left;
}

.listing-wrapper .category-image {
  padding: 0;
}

.listing-wrapper .category-description {
  display: inline-block;
  float: left;
  
  width: 320px;
  height: 190px;
  
  padding: 0px;
  margin: 5px;
  
  text-align: left;
}

.listing-wrapper .subcategory {
  display: inline-block;
  float: left;
  
  padding: 0px;
  margin: 5px;
  
  background: rgb(255, 255, 255);
  
  -moz-box-shadow: 0px 0px 2px #aaa;
  -webkit-box-shadow: 0px 0px 2px #aaa;
  box-shadow: 0px 0px 2px #aaa;
  
  text-align: center;
}
.listing-wrapper .subcategory:hover {
  -moz-box-shadow: 0px 0px 2px #b50000;
  -webkit-box-shadow: 0px 0px 2px #b50000;
  box-shadow: 0px 0px 2px #b50000;
}
.listing-wrapper .subcategory a.link {
  display: block;
  
  padding: 5px;
  
  text-decoration: none;
  color: #333333;
}
.listing-wrapper .subcategory .image{
  position: relative;
}
.listing-wrapper .subcategory .footer {
  display: block;

  width: 100%;
  padding: 5px 0;

  background: rgba(100, 100, 100, 0.75);
  color: #fff;
}
.listing-wrapper .subcategory .title {
  font-weight: bold;
}

.listing-wrapper .manufacturer-description {
  display: block;
  float: left;
  
  width: 330px;
  height: 180px;
  
  padding: 0px;
  margin: 5px;
  
  text-align: left;
}

.listing-wrapper .product {
  display: inline-block;
  float: left;
  
  padding: 11px;
  margin: 0px;
  
  border-bottom: 1px #e8e8e8 solid;
  
  /*-moz-box-shadow: 0px 0px 2px #aaa;
  -webkit-box-shadow: 0px 0px 2px #aaa;
  box-shadow: 0px 0px 2px #aaa;*/
}
.listing-wrapper .product:hover {
  border-bottom: 1px #ccc solid;
  
  /*-moz-box-shadow: 0px 0px 2px #069;
  -webkit-box-shadow: 0px 0px 2px #069;
  box-shadow: 0px 0px 2px #069;*/
}

.listing-wrapper .product a.link {
  display: block;
  
  margin: 0;
  padding: 0px;
  
  background: #fff;

  text-decoration: none;
  color: #333333;
  
  text-align: left;
}
.listing-wrapper .product .image {
  position: relative;
  margin: 11px;
  text-align: left;
  width: 200px;
  padding: 0;
}
.listing-wrapper .product .manufacturer {
  text-transform: uppercase;
  font-size: 12px;
  color: #707070;
  padding: 5px 10px 0px 10px;
}
.listing-wrapper .product .name {
  text-transform: uppercase;
  font-size: 12px;
  color: #707070;
  padding: 0 24px;
}
.listing-wrapper .product .prices {
  padding-left: 24px;
}
.listing-wrapper .product .price {
  display: inline-block;
  color: #d46400;
  font-size: 13px;
  font-weight: 500;
  display: inline;
}
.listing-wrapper .product .domestic-price {
  display: inline-block;
  color: #d46400;
  font-size: 13px;
  font-weight: 500;
  display: inline;
}
.listing-wrapper .special-price {
  color: #b50000;
}
.listing-wrapper .old-price {
  color: #bababa;
}
