#contentLeft{
	width:510px;
	float:left;
	margin-right:20px;
}
#contentRight{
	width:250px;
	float:right;
}


#productWrapper{
	border-top:1px solid #c61025; margin-top:25px;
	border-bottom:1px solid #c61025; margin-top:25px;
}
#productWrapper .productRight,#productWrapper .productLeft{
	padding-top:20px;
	border-bottom:1px solid #ccc;
	padding-bottom:20px;

height:100px;
}

.productLeft .productImage{
	float:left;
	width:100px;
}


.productLeft .productDescription{
	float:right;
	width:390px;
}

.productRight .productImage{
	float:right;
	width:100px;
}


.productRight .productDescription{
	float:left;
	width:390px;
}
