/*
 *Product List
 */
ul#products {
  float: none;
  clear: both;
  width: 100%;
}
ul#products li {
  border-radius: 10px;
  float: left;
  background: #dddddd;
  border: 1px solid #c6c3c1;
  margin: 0 0 30px 0;
  padding: 5px;
  width: 45%;
  min-height: 160px;
  height:auto !important;
  font-size: 0.8em;
  text-shadow: none;
}
ul#products li h3 {
  font-weight: bold !important;
  font-size: 1.4em;
  margin: 0 0 8px 0;
  padding: 0;
}
ul#products li p {
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  color: #000000;
}
ul#products li h3 a {
  color: #00629b;
}
ul#products li a.more {
  text-transform: uppercase;
  color: #ef6e0e;
}

ul#products li.right {
  float: right;
}

/*
 * Product page
 */
div.content h3 {
  float: none;
  clear: both;
}
div.intro div.product-image {
  float: left;
  width: 333px;
  padding-right: 20px;
}

div.content table {
  width: 668px;
}

div.content table td {
  border: 1px solid #666666;
  border-collapse: collapse;
}