#shoppingCart a {
	color:#000;
	width:165px;
	height:165px;
}

#shoppingCart .contentArea {width:100%;}

#shoppingCart .listing  {
	width:29% !important;
	float:left;
	text-align:center;
	padding:2%;
	height:180px;
}
#shoppingCart .newLine  {
	clear:left;
}
#shoppingCart .listing
{
	width:29%;
	display:block;
	text-align : center;
}
#shoppingCart .listing .listingImageArea {

	display:block;
	height : 165px;
	width:165px;

}
#shoppingCart .listing .listingImageArea img {

	display : inline;
	

}
#shoppingCart .listingTextProdLink h3 {
	font-size:0.9em;
	line-height:130%;
	font-weight:bold;
	margin:	0.5em 0;
}
#shoppingCart #brandDisplay .listingImageArea {
	height:50px;
}


/* ***** 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:210px;
    display: block;
    float: left;
	text-align:center;
	font-size:0.9em;
/*
	height:269px;
*/
	height:246px;
	margin:0px 0px 0px 0px;
	padding:0px;

/*
	background-image : url(../images/listProductBack210x246.gif);
*/
	background-repeat : no-repeat;
	position : relative;
}

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

	display:block;
	margin:0 auto;
	height:0 auto;
	width:165px;
	height:165px;
}
#shoppingCart .relatedProductPrice {
	font-weight:bold;
	color : #A34077;
	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 {
	padding:0px;
/*
	height:180px;
	width:180px;

	height:165px;
	width:165px;
*/
margin:auto;
}



#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;

}