@charset "utf-8";
/* CSS Document */

/*#mainImage
{
	float: left;
	margin-right: 10px;	
}*/
#mainImageContainer
{
	height: 300px;
	width: 300px;
	float: left;
	text-align: center;
	overflow: hidden;
}
h1
{
	font-size: 20px;	
}
#price
{
	text-align: right;	
	float: right;
	margin: 20px 0px;
	font-size: 16px;
	font-weight: bold;
}
.finalPrice
{
	color: #CD3301;
	font-weight: bold;
}
#price a
{
	color: #000;	
}
#related .product
{
	width: 100px;
	float: left;
	margin: 10px 10px 0px 0px;
	min-height: 151px;
}
img.cart
{
	margin-top: 5px;	
	display: block;
	float: right;
}