#products
{
  border-collapse: collapse;
}

#products td
{
  border: 1px #ddd solid;
  padding: 11px;
  height: 85px;
}

.productbut
{
  width: 60px;
  height: 15px;
}



.productbut a, .productbut a:visited
{
  background-color: #ffe5d0;
  border: 1px #b0b0b0 solid;
  width: 60px;
  height: 15px;
  display: block;
  color: #444;
  font-size: 10px;
  text-decoration: none;
  padding: 3px;
  text-align: center;
}

.productbut a:hover
{
  text-align: center;
  background-color: #67a6cc;
  color: #fff;
  text-decoration: none;
}

span.price
{
  font-size: 13px;
  font-weight: bold;
  color: #c23435;
}

span.product
{
  color: #333;

 
}