/**
 * Main Content
 */

h3 {
  color: #8b1771;
  padding-top: 10px;
}


div.product {
  float: left;
  font-size: 9px;
  width: 130px;
  background: #d6dde4;
  border: 2px solid #d6dde4;
  margin: 10px 3px 10px 0;
}

div.product div.image {
  height: 143px;
  background: #fff;
  text-align: center;
}

div.product h5 {
  color: #8b1771;
  font-size: 12px;
  margin: 8px;
  text-align: center;
}

div.product ul {
  list-style: none;
  margin: 8px;
  padding: 0;
  height: 145px;
}

div.product ul li {
  background: url(/images/buttons/carrot.gif) 1px 7px no-repeat;
  margin: 0 0 5px 0;
  padding-left: 8px;
}

div.product p {
  margin: 8px;
}

div.product p a {
  color: #8b1771;
  font-weight: bold;
}

.footer {
 text-align: center;
}

a:hover {
  color: #8b1771;
}

a:visited {
  color: #8b1771;
}
