#shoppingCart {
	padding:0;
}
#shoppingCart .contentArea {
	padding:0 0 1em 0;
	position : relative;
	background-image : url(../images/home/mainBack.png);
	background-position : 0px 0px;
	background-repeat : repeat-x;
	padding : 1px 0 0 0;
	min-height : 570px;
}
#shoppingCart h2 {margin:0 !important;}

#shoppingCart .listing {
	font-size:0.8em;
	padding:15px 0 0 0;
	margin:0 38px 38px;
	width :154px;
	display : inline;
	float : left;
}

.listing .imageBlock {
	float:left;
	margin:0 1em 1em 0;
	border-width:0;
	text-align:center;
	width : 154px;
	min-height : 120px;
	display:block;
	background-position:50% 50%;
	background-repeat : no-repeat;
}

.listing .imageBlock img.prodImage		{margin:0 auto;}
.listing .imageBlock img.enlargeImage	{border:1px solid #FFF;}

.listing .listingTextBlock
{
	clear : both;
	text-align : center;
}
.listing .listingTextBlock a.moreInfo img
{
	display : inline;
}
.listing img.brand {
	float:right;
	display:inline; 	/* fix explorer bug */
	margin:0 0 0.5em 1em;
	border-width:0;
}
.listing h3 {
	font-weight:bold;
	margin:0 0 5px 0;
	font-size:1.1em;
	line-height:1.2em;
	text-align:center;
}
.listing .price {
	color:#000;
	font-size:1em;
	margin:0 0 5px 0;
	padding:0;
	color:#0077FF;
}


/************************************************/
#shoppingCart #mainSection
{

}
#shoppingCart #mainSectionTopLeft
{
	position : absolute;
	top : 0;
	left : 0;
}
#shoppingCart #mainSectionTopRight
{
	position : absolute;
	top : 0;
	right : 0;
}

#shoppingCart #mainSectionBigBox
{
	border : 1px solid #A3B3C3;
	background-color : #fff;
	margin : 12px;
	padding : 0 12px 12px 12px;
	min-height : 570px;

}

#shoppingCart .mainSectionText
{
	font-size : 1.6em;
	line-height : 1.2em;
	font-family : trebuchet MS;
}

#shoppingCart #mainSectionBigBoxText1 { color:#2f308d; }
#shoppingCart #mainSectionBigBoxText2 { padding-bottom : 12px; color:#aeb0c9; }
#shoppingCart #mainSectionBigBoxText3 { padding-top : 12px; color:#fe9a04;	clear : both; }

#shoppingCart #mainSectionBigBoxRight
{
	border : 1px solid #A3B3C3;
	background-color : #fff;
	padding : 2%;
}


#shoppingCart #mainSectionSmallBox1Text1 { color:#ea2a00; }
#shoppingCart #mainSectionSmallBox1Text2 { color:#fe8371; }

#shoppingCart #mainSectionSmallBox2Text1 { color:#007ddf; }
#shoppingCart #mainSectionSmallBox2Text2 { color:#59b5de; }


/**** Cart suggestions ****/

a.suggestion {
	display:block;
	float:left;
	width:150px;
	height:210px;
	text-align:center;
	font-size:0.9em;
	color:#000;
	margin:10px 20px;
}
a.suggestion span {
	display:block;
	width:150px;
	height:150px;
	background-repeat:no-repeat;
	background-position:50% 50%;
}


#listProdStory {
	font-size:1.2em;
	font-weight:bold;
	color:#FE9166;
	padding:0.5em 1em;
}
#listProdStory h3, #listProdStory p {
	margin:0;
	color:#FE9166;
	font-size:1em;
}