div#main-banner{
  margin-left: 3px;
  margin-top: 10px;
}
div.products-row{
  padding: 0px 0px 15px 8px;
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
}
div.product-listing{
  width: 126px;
  float: left;
  margin-right: 23px;
}

div.product-listing-image img{
  width: 120px;
  height: 120px;
  border: 1px solid #ddd;
  padding: 2px;
  background: #eee;
}

div.product-listing-link{
  text-align: center;
  margin-top: 8px;
}

div.product-listing-link h3{
  margin-top: 0px;
  margin-bottom: 5px;
}

div.product-listing-link h3 a {
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  text-decoration: none;
}

div.product-listing-last{
  margin-right: 0px!important;
}

div.product-listing-price{
  font-weight: bold;
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
}

div#newest-products{
  height: 30px;
  background: #DFDFDF;
  margin: 15px 0px 0px 5px;
  overflow: hidden;
  width: 100%;
}

div#newest-products h2{
  color: #333;
  margin: 7px 0px 0px 8px;
  padding: 0px;
  font-size: 14px;
}
