/* MAIN PRODUCT STYLES */
#mainProduct
{
	width:517px;
	height:200px;
	margin:0px;
	padding:0px;
}
#mainProductTitle
{
	width:503px;
	height:25px;
	background-image:url(../img/productBoxTopRoundCorners.jpg);
	background-repeat:no-repeat;
	color:#999999;
	font-size:18px;
	font-weight:normal;
	margin:0px;
	padding-left:14px;
	padding-top:2px;
}
#mainProductContent
{
	width:517px;
	height:152px;
	background-image:url(../img/productBoxWrapper.jpg);
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
}
#mainProductImage
{
	float:left;
	text-align:center;
	width:258px;
	height:147px;
	margin:0px;
	padding-top:5px;
}
#mainProductDescription
{
	float:left;
	width:258px;
	height:152px;
	font-size:12px;
	margin:0px;
	padding:0px;
}
#mainProductText
{
	width:100%;
	height:80px;
	margin:0px;
	padding-top:4px;
}
#mainProductPrice
{
	width:100%;
	height:32px;
	margin:0px;
	padding-top:4px;
}
#mainProductActions
{
	width:100%;
	margin:0px;
	padding:0px;
	font-size: 11px;
}
#mainProductActionsLeft
{
	float:left;
	width:53%;
	margin:0px;
	padding:0px;
}
#mainProductActionsRight
{
	float:left;
	width:47%;
	margin:0px;
	padding:0px;
}
#mainProductBottom
{
	width:100%;
	height:23px;
	background-image:url(../img/productBoxBottomRoundCorners.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
