.products {
  width: 100%;
}

.products td {
  border: solid #C0CCD3 1px;
  padding: 0px;
  vertical-align: top;  
}

.product {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.product .name {
  font-weight: bold;
  font-size: 14px;
  padding: 5px 5px 0px 5px;
}

.product .image {
  text-align: center;
}

.product .image a {

}

.product .image img {
  border: 0px;
  margin: 3px;
}

.product .price {
  font-weight: bold;
  color: #FF0000;
  padding: 0px 5px;
}


.product .buy_now {
    text-align: center;
}

.product .buy_now a img {
  border: 0px;
}