/* ***** 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 h3
{
	color:#ec008d;
	font-size:1.5em;
	margin:0;
	padding: 3em 0 0.1em 0;
	line-height : 1.3em;
	background-color:transparent;
	border-width : 0;
	border-bottom:1px solid #c3c4c6;
}


#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:180px;
    display: block;
    float: left;
	text-align:center;
	font-size:0.9em;
	height:220px;
	margin:3px 4px;
	padding:5px 3px;
	background-image : url(../images/listProd2_back.gif);
	background-repeat : no-repeat;
	position : relative;
	border:1px solid #b5b5b5;
}
#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 : #000;
	width : 92%;
	margin : 0 auto;
	font-size : 0.9em; 
}
#shoppingCart .relatedProductPrice a,
#shoppingCart .relatedProductPrice a:hover,
#shoppingCart .relatedProductPrice a:visited
{
	color : #ec008d;
}


#shoppingCart .relatedProductName {
	font-size:0.9em;
	color : #bb1b8d;
	font-family : Arial;
	
	
	position : absolute;
	
	bottom : 12px;
	left : 23px;
}

#shoppingCart .relatedProductImage img {
	margin:0 auto 0 auto;
	vertical-align:middle;
}

.buttonCat {
	padding:6px 0px 0px 0px;
	background:url(../images/buttonCat.png) no-repeat top center;
	color:#FFF;
	font-weight:Bold;
	height:27px;
	font-size:1.1em;
}

.buttonCat a {
	color:#FFF !important;
}