#shoppingCart a {
	color:#000;
}

#shoppingCart {
	width: 979px;
	background-image : url(../images/home/mainBack.png);
	background-position : 0px 0px;
	background-repeat : repeat-x;
	padding: 13px 12px;
	min-height : 570px;
	position:relative;
}
#shoppingCart #mainSectionTopLeft
{
	position : absolute;
	top : 0;
	left : 0;
}
#shoppingCart #mainSectionTopRight
{
	position : absolute;
	top : 0;
	right : 0;
}

#shoppingCart .contentArea {
	border : 1px solid #A3B3C3;
	background-color : #fff;
	padding:10px 12px;
	width:auto;
}

#shoppingCart .contentArea h2 {
	font-size:1.6em;
	margin:0 0 0.5em 0;
	color:#2F308D;
}



#shoppingCart .listing  {
	width:21% !important;
	float:left;
	text-align:center;
	padding:2%;
	height:180px;
}
#shoppingCart .newLine  {
	clear:left;
}
#shoppingCart .listing .listingImageArea
{
	display:block;
	width : 120px;
	height : 120px;
	margin:0 auto 12px auto;
	vertical-align:middle;
	background-position:50% 50%;
	background-repeat:no-repeat;
}

#shoppingCart .listing a,
#shoppingCart .listing a:hover,
#shoppingCart .listing a:visited
{
	color : #fe9a04;
}

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