/* ***** HOMEPAGE ***** */

/* feel free to add CSS here for the homepage only */



#homePage #homePageText h2
{
	line-height : 30px;
	font-size: 14pt;
	font-weight: bold;
	
	color:#820024;
	background-image: url(../images/contenttitle_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 285px;
	padding: 0 0 0 15px;
	height: 30px;
	vertical-align: middle;
	font-family:Arial,helvetica,sans-serif;
}
#homePage .textContent {
	padding: 0px 10px;
}
#homePage .container {
	width: 523px;
	padding: 10px;
	border-left: 1px solid #820024;
	border-right: 1px solid #820024;
	min-height: 250px;
}
#homePage .container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#homePage .container ul li {
	margin-top:5px;
	background-image: url(../images/li2.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 13px;
	font-size: 13pt;
	font-weight: 500;
}
#homePage #specialOfferContainer {
	float: right;
	width: 195px;
	overflow: hidden;
	margin-right: 5px;
}

#shoppingCart .relatedProduct {
	width:23%;
    display: block;
    float: left;
	text-align:center;
	font-size:0.9em;
	min-height:200px;
	height:200px;
	margin:3px;
	padding:3px;
	color:#00359F;
}
#shoppingCart .break{
	clear:left;
}
#shoppingCart .relatedProductPrice {
	font-weight:bold;
}
#shoppingCart .relatedProductName {
	font-size:0.8em;
}
#shoppingCart .relatedProductImage img {
	margin:0 auto 0 auto;
}