/* bof grid layout */
.grid_layout{
float: left;
text-align: center;
width: 175px;
margin: 2px;
padding: 0;
position: relative;
border: 1px solid #e7dccb;
border-width: 1px 1px 0 1px;
}
.grid_layout .productPriceDiscount{
  display: none;
}
.grid_layout * {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin-top: 4px;
margin-bottom: 4px;
}

.grid_layout  h3 {
/* products price */ 
font-weight: bold;
font-size: 14px;
color: rgb(102,0,0);
}
.grid_layout  h4 {
/* products_name */
text-decoration: none;
height: 2.4em;
line-height: 1.2em;
font-weight: normal;
}
.grid_layout  h4 a {
/* products_name */
text-decoration: none;
color: black;
}
.grid_layout img {
margin-top: 5px;
}
.grid_layout-link {
  background: #e7dccb;
  text-decoration: none;
  position: relative;
  display: block;
  text-align: left;
  padding: 0px;
  height: 19px;
  margin: 0 -1px;
  text-indent: 25px;
  line-height: 19px;
}

.grid_layout-link:hover {
  text-indent: 30px;
}
.grid_layout-link img {
  position: absolute;
  top: 0;
  margin: 0;
}
.grid_layout-link img.arrow-details {
  left: 0;
}
.grid_layout-link img.cart-add {
  right: 0;
}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp {
	background-color: #ffffff;
	}

/* eof grid layout */
