/* CSS Document */

.productDesc{
	background-color: #FDDA6F;
	margin-right: 0px;
	padding-left: 2px;
	float: left;
	margin-bottom: 15px;
	width:100%;
}

.productDesc h5, .productDesc p {
	clear:both;
}

.largePdtImg{
	float: left;
}

.specTable{
	clear: both;
	width: 800px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	border: 1px solid #000;
}

.tableHeading{
	font-weight: bold;
	background-color: #ffcc00;
}

.tblLight{
	background-color: #E5E5E5;
}



