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

/* feel free to add CSS here for the homepage only */
#homePageText
{
	margin : 0.5em 0 0;
}
#homePage h2
{
	margin:7px 0;
	padding: 0.1em 0;
	line-height : 1.3em;
	font-size:1.6em;
	color:#bb1b8d;
	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:175px;
    display: block;
    float: left;
	text-align:center;
	font-size:0.9em;
	height:250px;
	margin:0px 5px 0px 0px;
	padding:2px;
	background-image : url(../images/featureback.jpg);
	background-repeat : no-repeat;
	position : relative;
}

#shoppingCart .relatedProduct .relatedProductImage a
{
	padding-top:5px;

	display:block;
	height:150px;
	max-height:150px;
	width:150px;
	max-width:150px;
	margin:0 auto;
	height:0 auto;
}
#shoppingCart .relatedProductPrice {
	font-weight:bold;
	color : red;
	width : 92%;
	margin : 0 auto;
	font-size : 0.8em; 
}
#shoppingCart .relatedProductName {
	font-size:0.9em;
	color : #8a8a8a;
	font-family : Arial;
	position : absolute;
	width:175px;
	bottom : 12px;
	margin:0 auto 0 auto;
}

#shoppingCart .relatedProductName img{
	margin:0 auto 0 auto;

}

#shoppingCart .relatedProductImage img {
	margin:0 auto 0 auto;
/*
	height:150px;
	width:150px;
*/
}



#shoppingCart .break{
	clear:left;
}

#shoppingCart .relatedProductPrice a,
#shoppingCart .relatedProductPrice a:hover,
#shoppingCart .relatedProductPrice a:visited
{
	color : #000;
}
#shoppingCart .relatedProductText
{
		margin:0 auto 0 auto;
		width:175px;
}

#featureproductsback .relatedProductPrice a
{
	line-height : 5px;
	
}
