#category-description {
  border-bottom: 1px solid #ccd1d6;
  padding-bottom: 10px;
}

div.product-row {
  padding: 12px 0px;
  border-bottom: 1px solid #ccd1d6;
}

div.product-left {
  padding-right: 15px;
  border-right: 1px solid #ccd1d6;
}

div.product-right {
  padding-left: 15px;
}

div.product {
  color: #000;
  float: left;
  width: 250px;
}

div.product-name {
  padding-bottom: 12px;
}

div.product-name a {
  color: #000;
}

div.product-image {
  clear: both;
  float: left;
  width: 132px;
  border: 1px solid #a6a6a6;  
}

div.product-image img {

}

div.product-info {
  float: left;
  text-align: center;
  width: 115px;
}

div.product-price {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 7px;
  width: 115px;
}

div.product-regular-price {
  font-size: 12px;
  margin-bottom: 12px;
  width: 115px;
  text-decoration: line-through;
}

div.product-special-price {
  font-size: 18px;
  margin-top: 2px;
  width: 115px;
  color: #970800;
}

div.product-special-expiry {
  clear: left;
  font-size: 9px;
  color: #970800;
}

div.product-details {

}

div.product-details a {
  display: block;
  background-image: url("/images/button_bg.jpg");
  width: 68px;
  height: 20px;
  text-align: center;
  padding-top: 5px;
  color: #5c6c7c;
  margin: 0 auto;
}

div.add-cart div.out-of-stock {
  padding-top: 5px;
  font-weight: bold;
}

div.add-cart {
  background-color: #f1f2f4;
  padding: 12px 35px;
  width: 185px;
  clear: both;
  float: left;
  margin-top: 10px;
  height: 25px;
}

div.add-cart-form {
  float: right;
}

div.add-cart-button {
  float: left;
  margin-left: 20px;
}

div.add-cart-button a {
  background-image: url("/images/add_to_cart_bg.jpg");
  width: 69px;
  height: 19px;
  display: block;
  padding-top: 6px;
  padding-left: 29px;
  font-size: 9px;
  color: #FFF;
}

.form-field {
  float: left;
  padding-top: 4px;
}

.form-field input {
  width: 20px;
}

.form-label {
  float: left;
  padding-top: 4px;
  padding-right: 7px;
}
