
div.productgallery {
  text-align: center;
  margin-bottom: 24px;
}

div.productgallery div.product {
  float: left;
  width: 145px;
  padding: 5px;
  margin: 0 0 10px 12px;
  vertical-align: top;
  border: 1px solid #ddd;
  font-size: 13px;
  color: #858585;
}


div.productgallery div.productimage {
  height: 130px;
  padding: 0;
  margin: 0;
}

div.productgallery div.producttitle {
  text-align: left;
  padding-bottom: 1px;
}

div.productgallery div.producttitle a:link,
div.productgallery div.producttitle a:visited,
div.productgallery div.producttitle a:hover {
  color: #858585;
}

div.productgallery div.product img {
  margin-bottom: 10px;
}

div.productgallery div.product div.price {
  text-align: right;
  color: #98b024;
  font-weight: bold;
  margin-top: 3px;
}

