#shoppingCart a {
	color:#000;
}

#shoppingCart .contentArea {width:100%;}

#shoppingCart .listing  {
	width:29% !important;
	float:left;
	text-align:center;
	padding:2%;
	height:180px;
}
#shoppingCart .newLine  {
	clear:left;
}
#shoppingCart .spacer  {
	clear:both;
}
#shoppingCart .listing
{
	width:29%;
	display:block;
	text-align : center;
}
#shoppingCart .listing .listingImageArea {

	display:block;
	height : 110px;

}
#shoppingCart .listing .listingImageArea img {

	display : inline;
	

}

/*
#shoppingCart .listing h3 {
	font-size:85%;
	line-height:25px;
	font-weight:bold;
	margin:	0.5em 0;
	background-image: url(../statimages/cat_heading.png);
	background-repeat: no-repeat;
	background-position: left top;
	color:#fff;
	width: 220px;
}
#shoppingCart .listing h3 a
{
	color:#fff;
	text-shadow: rgba(0, 0, 0, .5) 2px 2px 2px;
}
*/

#shoppingCart .listing h3 {
	font-size:85%;
	line-height:25px;
	font-weight:bold;
	margin:	0.5em 0;
	color:#fff;
	width: 222px;
	height:27px;
/*
	border: 1px solid red;
	-moz-border-radius: 8px;
*/
	background-image: url(../statimages/cat_heading_red.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#shoppingCart .listing h3 a
{
	color:000;
font-weight: normal;
}


#shoppingCart #brandDisplay .listingImageArea {
	height:50px;
}
/*
#linkHeader {
	display: block;
	font-weight: 400;
	color: #fff;
	font-size: 80%;
	font-style: italic;
	margin: 13px 0 0 0px;
	line-height: 130%;
	padding:0;
	background-image: none;
	position:relative;
	background-color: #78804b;
	height: 28px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	border: 1px solid #a2a78a;
}
*/
#shoppingCart h2 {
	font-size: 120%;
	line-height: 130%;
	font-weight: 400;
	color: #fff;
	margin: 0;
	padding: 0 0 0 30px;
	background-color: #78804b;
	font-style: italic;
	height: 28px;
	display: block;
	text-align:left;
	width:700px;
	overflow:hidden;
	text-transform:capitalize;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	border: 1px solid #a2a78a;

	background-image: url(../statimages/subcat_header_bullet.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
