#bodyProduct{
   border-collapse: collapse;
   width: 90%;
   margin:auto;
   height:100%;
}

#bodyProduct td.text{
   padding: 0px;
   vertical-align: top;
}

#bodyProduct td.titleBold{
   padding: 0px;
   font-size: 12px;
   font-weight: bold;    
   vertical-align: top;
	color: #666666;   
}

#bodyProduct h1.heading{
  font-size: 14px;
  font-weight: bold;  
  color: #e03718;
  letter-spacing: 1px;
}

#bodyProduct .description{
	font-size: 11px;
	color: #666666;
}

#bodyProduct p{
	font-size: 11px;
	color: #666666;
}

#bodyProduct a:link, a:visited{

}

#bodyProduct #imageContainer{

}

/********************** PRODUCT THUMB IMAGES ******************************/
div#productListBox{
   width: 140px;
   float: left;
   height: 280px;
   vertical-align: top;
}

#productThumbImages{
   padding: 0px;
   border-collapse: collapse;
   border: 1px solid #6A7553;
   width: 135px;
   height: 275px;
   color: #3a4527;
}

#productThumbImages td{
   text-align: center;
   padding: 2px;
}

#productThumbImages #imageContainer{

}

#productThumbImages img {
   margin: auto;
   float:center;
}

/********************** PRODUCT DETAIL ******************************/
#bodyProductDetail{
   border-collapse: collapse;
   width: 100%;
   margin:auto;
   height:100%;
}

#bodyProductDetail .fieldLabel{
   vertical-align: top;
   text-align: left;
   font-size: 12px;
   font-weight: bold;
	color : #A59469;
}

#bodyProductDetail .bodyText{
   font-size: 12px;
}

#bodyProductDetail .heading{
  font-size: 14px;
  font-weight: bold;  
  color: #0f3c37;
  height:20px;
  letter-spacing: 1px;
}

#bodyProductDetail .description{
   vertical-align: top;
   text-align: justify;
   font-size: 12px;
}

