/* ***** 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:#f288b8;
	background-color:transparent;
	border-width : 0;
	border-bottom : 1px solid #ccc;
}
#shoppingCart .relatedProduct {
	width:184px;
    display: block;
    float: left;
	text-align:center;
	font-size:0.9em;
	height:250px;
	margin:0px;
	padding:3px;
	background-image : url(../images/listProd2_back.gif);
	background-repeat : no-repeat;
	position : relative;
}
#shoppingCart .break{
	clear:left;
}


#shoppingCart .relatedProduct .relatedProductImage a
{
	display:block;
	height:150px;
	width:150px;
	margin:0 auto;
	height:0 auto;
}
#shoppingCart .relatedProductPrice {
	font-weight:bold;
	color : #8a8a8a;
	
	width : 92%;
	margin : 0 auto;
	font-size : 0.8em; 
}
#shoppingCart .relatedProductPrice a,
#shoppingCart .relatedProductPrice a:hover,
#shoppingCart .relatedProductPrice a:visited
{
	color : #8a8a8a;
}


#shoppingCart .relatedProductName {
	font-size:0.9em;
	color : #f288b8;
	font-family : Arial;
	
	
	position : absolute;
	
	bottom : 12px;
	left : 23px;
}
#shoppingCart .relatedProductImage img {
	margin:0 auto 0 auto;
}