#productDetails
{
	font-family:Tahoma;
	margin-top:10px;
}

#productDetails table, td, tr
{
	font-size:8pt;
}

.price
{
	font-weight:bold;
	color:#FF6600;
}

.featuredProduct
{
	font-family:Tahoma;
	font-size:10pt;
	font-weight:bold;
	color:DimGray;
	/*background-color:Gainsboro;*/
	border-bottom:solid 1px Gray;
	background: url(../images/gradient_banner.gif) Gainsboro repeat-x left top;	
}

.productDetailsOutline
{
	border:solid 1px Gray;
	/*padding:5px;*/
}

.productDetailsTextBox
{
	border:1px solid Gray;
	font-size:8pt;
	font-family:Tahoma;
}

