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

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

#homePage h2
{
	margin : 0;
	padding: 0.1em 0.2em;
	line-height : 1.3em;
	font-size:1.6em;
	color:#fff;
	background-color:transparent;
	border-width : 0;
	color : #000;
	text-align : left;
}
#homePageText
{
	 padding:0;
}

#homePage td
{
	color : #828385;
	font-size : 1.1em;
}
#homePage td h3
{
	color : #000;
	margin : 0.5em 0 0;
	line-height : 1.2em;
	font-size:1.2em;

}
#homePage td li
{
	margin : 0;
}
#homePage .listProduct h2 
{
	background-color:transparent;
	background-image : url(../images/startPageListh2.gif);
	background-repeat : no-repeat;
	color : #fff;
	height : 27px;
	line-height : 27px;
	font-size : 1.1em;
	margin : 0;
	padding : 0 0 0 7px;
}


#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:#00f;
}
#shoppingCart .break{
	clear:left;
}
#shoppingCart .relatedProductPrice {
	font-weight:bold;
}
#shoppingCart .relatedProductName {
	font-size:0.8em;
}
#shoppingCart .relatedProductImage img {
	margin:0 auto 0 auto;
}
.contentArea {
	padding:0 !important}