
#productInfo
{
	float: left;
	width: 250px;
	margin: 0px;
	padding: 15px 15px 15px 15px;
}

#productInfo h4
{
	margin: 20px 0px 1px 0px;
	font-size: 13px;
}

#productInfo th,#productInfo td,#productInfo tr,#productInfo table
{
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

#productInfo th
{
	color: white;
	background-color: #105D84;
	font-style: italics;
	padding: 0px 4px 0px 4px;
	text-align: left;
	height: 15px;
}

#productInfo td, #productAttributes table
{
	color: black;
	background: #eaf7cd;	
}

#productInfo table
{
	font-size: 11px;
	width: 98%;
}

#productAttributes table
{
	font-size: 10px;
	width: 98%;
}

#productAttributes th
{
	color: #105D84;
	width: 100px;
}

#productAttributes th
{
	text-align: right;
}

#productInfo input
{
	border: solid 1px #105D84;
	margin: 0px;
}

#productInfo td
{
	padding: 3px 0px 3px 2px;
	
}

#productAttributes
{
	float: left;
	width: 200px;
	margin: 0px;
	padding: 15px 15px 15px 50px;
}

#relatedProducts
{
	width: 525px;
	background:#eaf7cd;
	margin-top: 3px;
	border: solid 1px #eaf7cd;
/*	padding: 15px 15px 15px 15px;*/
	height: 100%;
}

#relatedProducts div img
{
	border: solid 1px #CCCC00;
	margin: 5px;
/*	float: left;*/
	width: 95px;
}

#relatedProducts div p
{
	float: left;
	width: 525px;
}

#relatedProducts div
{
	clear: both;
}

#productInfo img
{
	margin: 0px;
	padding: 0px;
	border: none;
}

#ProductImage
{
	width:	400px;
	text-align:	center;
}