.product
{
  font-size:12pt;
  padding:5px;
  border:1px solid #c0c0c0;
  background-color:#fdfdff;
  margin:5px auto 5px auto;
  float:none;
}

.productBar
{
  margin:0px 0px 2px 0px;
  background-color:#f0f0f0;
  padding:3px 3px 3px 10px;
  z-index:100;
  border-bottom:1px solid #c0c0c0;
  color:#e86398;
  line-height: 180%;
  font-weight: bold;
  font-size: 9pt;
}

.productBar > a
{
  font-weight: normal;
}

.productTitle
{
  margin:1px 1px 5px 1px;
  font-weight:normal;
  background-color:#345A7E;
  color:white;
  padding:5px;
  font-size:14pt;
  clear:both;
}

.contentHeader, .productBar, .content
{
  position:relative;
  top:-5px;
}

ul
{
  color:#678197;
  font-size:11pt;
}

table
{
  border-collapse:collapse;
  color:#678197;
  background:#f7fbff;
  font-size:10pt;
  float:left;
  margin-bottom:5px;
}

td, th
{
  padding:5px;
  border:1px solid #e5e0f8;
  text-align:center;
}

th
{
  text-align:left;
  background:#f0f5f9;
}

thead th
{
  color:#66a3d3
}

.odd
{
  background:#ebebf0;
}

th + td,th + td + td + td
{
  background:#fafafa;
}
