#bodyProduct{
   border-collapse: collapse;
   width: 750px;
   margin:auto;
   background-color:#990000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

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

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

#bodyProduct h1.heading{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;  
  color: #fff;
  letter-spacing: 1px;
}

#bodyProduct .description{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
   font-weight: normal;
	color: #fff;

}

#bodyProduct p{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #fff;
}

#bodyProduct a:link, a:visited{

}

#bodyProduct #imageContainer{

}
/********************** PRODUCT THUMB IMAGES ******************************/

div#productListBox{
   width: 143px;
   float: left;
   height: 200px;
}

div#relatedPictureBox{
   width: 120px;
   float: left;
}
/********************** PRINT PRODUCT ******************************/
.printProduct {
   padding: 0px;
   vertical-align: top;
	font-family: Comic, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000;
}
/********************** PRODUCT THUMB IMAGES ******************************/
#productThumbImages{
}

#productThumbImages td{
   text-align: left;
   color: #ffffff;
   font-weight:bold;
}

#productThumbImages #imageContainer{
}

#productThumbImages img {
   margin: auto;
   float:left;
   border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

#productThumbImages a.image1{
   height:125px;
   padding: 0px;
	display: block;
	border: 0px solid red;
}

#productThumbImages a.image1:hover{
   height:125px;
	display: block;
	padding: 0px;
}

#productThumbImages a.imageSelected{
   height:125px;
   padding: 0px;
	display: block;
	border: 1px solid red;
}

.categoryDD{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
   border: 1px solid #666666;
}

#productThumbImages td.previous{
   width:30px;
}

#productThumbImages td.next{
   width:30px;
}
/********************** PRODUCT DETAIL ******************************/
#bodyProductDetail .fieldLabel{
   vertical-align: top;
   text-align: left;
   font-size: 12px;
   font-weight: bold;
	color : #fff;
}

#bodyProductDetail .heading{
   vertical-align: top;
   text-align: left;
   font-size: 16px;
   font-weight: bold;
	color : #fff;
}

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

.productFooterText{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #fff;
}

.printProductSmallText{
	font-family: Comic Sans MS;
	font-size: 12px;
	font-style: normal;
	color: #000;
	line-height:18px;
}

.printProductText{
	font-family: Comic Sans MS;
	font-size: 16px;
	font-style: normal;
	color: #000;
}

.printProductText1{
	font-family: Comic Sans MS;
	font-size: 15px;
   font-weight: bold;  
	color: #000;
}

.printProductTextBold{
	font-family: Comic Sans MS;
	font-size: 25px;
   font-weight: bold;  
	color: #000;
}