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

/* feel free to add CSS here for the homepage only */
#homePageText
{
	margin : 0.5em 0 0;
}
#homePage h2
{
	margin:0;
	padding: 0.1em 0;
	line-height : 1.3em;
	font-size:1.2em;
	color:#5ebc51;
	background-color:transparent;
	border-width : 0;
}


#homePage #shoppingCart #subcatDisplay h2
{
	margin:0 0 7px 0;
	padding: 0.1em 0;
	line-height : 1.3em;
	font-size:1.2em;
	color:#bb1b8d;
	background-color:transparent;
	border-width : 0;
	border-bottom : 1px solid #ccc;
}
#shoppingCart .relatedProduct {
	width:232px;
    display: block;
    float: left;
	text-align:center;
	font-size:0.9em;
	height:270px;
	margin:10px 5px 0px 0px;
	padding:3px;
	background-image : url(../images/listProd_back.gif);
	background-repeat : no-repeat;
		position : relative;
}

#shoppingCart .relatedProduct .relatedProductImage a
{
	display:block;
	height:150px;
	width:150px;
	margin:0 auto;
}
#shoppingCart .relatedProductPrice {
	font-weight:bold;
	color : red;
	width : 92%;
	margin : 0 auto;
	font-size : 12px; 
}
#shoppingCart .relatedProductName {
	font-size:12px;
	color : #8a8a8a;
	font-family : Arial;
	position : absolute;
	
	bottom : 13px;
	left : 48px;
}
#shoppingCart .relatedProductImage img {
	margin:0 auto 0 auto;
}



#shoppingCart .break{
	clear:left;
}

#shoppingCart .relatedProductPrice a,
#shoppingCart .relatedProductPrice a:hover,
#shoppingCart .relatedProductPrice a:visited
{
	color : #000;
font-size:12px;
font-family:arial;
}

