
.productProducerTitle
{
  
  color: #000066;
  
  font-family: verdana;
  font-size: 16px;
  font-weight: bold;
  
  width: 400px;
  text-align: center;

  line-height:18px;
  
}

.productSection
{

  padding: 4px;
  padding-left: 8px;
  
  width: 400px;
  
  color: #000066;
  
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  
  border: 0px;
  
  border-top: solid 4px #000066;
  border-bottom: solid 1px #bbbbdd;
  
  background-color: #ccccff;
  
  line-height:18px;
  
}

.productSectionDescription
{

  padding: 4px;
  padding-left: 16px;
  padding-right: 16px;
  
  width: 400px;
  
  color: #666666;
  
  font-family: verdana;
  font-size: 10px;
  font-weight: normal;
  
  text-align: left;
  
  border: 0px;

  border-bottom: solid 1px #dddddd;
  
  background-color: #e4e4e4;
  
  line-height:16px;
  
}

.productSectionSpacer
{

  padding:0px;
  
  height:8px;
  width: 400px;
  
  color: #ffffff;
  
  border: 0px;
  
  background-color: #ffffff;

}

.productDetailLink
{

  color: #999999;
  
  font-family: verdana;
  font-size: 10px;
  font-weight: normal;

  line-height: 16px;
  
  text-decoration: none;
  
}

.productDetailLink:hover
{

  color: #000066;
  
}

.productDetail
{

  padding: 4px;
  padding-left: 16px;
  padding-right: 16px;

  color: #aaaaaa;
  
  font-family: verdana;
  font-size: 10px;
  font-weight: normal;
  
  border: 0px;
  
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #dddddd;
  
  background-color: #f4f4f4;
  background-color: #ffffff;
  
  width: auto;
  
  line-height: 16px;
  
}
