#shoppingCart h2 {
	margin-bottom:0px;
	padding-bottom:0;
	margin-bottom:0;
}
#shoppingCart .contentArea {
	width:94%;
	padding:0 3%;
	border-top:1px solid #FFF;
}

.contentArea #sidePic {
	float:right;
	text-align:right;
	padding:20px 20px 15px 15px;
}
.contentArea #sidePic img {
	display:inline;
}

.contentArea #subcatListLinks
{
	border-top : 1px solid #000;
	border-bottom : 1px solid #000;
	
	width : 470px;
	min-height : 230px;
}

.contentArea ul {
	list-style:none;
	padding:20px 5px;
	width:220px;
	margin:0;

	display : inline;
	float : left;
}
.contentArea ul li {
	padding:0 15px;
	margin:0 0 6px 0;
	
	font-size : 0.9em;
}
.contentArea ul li a {font-weight:bold;}

/*
	margin : 7px 0;
	padding : 0;
	list-style : none;
	display : inline;
	float : left;
	width : 32%;
*/



#shoppingCart hr {
	height:1px;
	line-height:1px;
	font-size:1px;
	margin:0;
	padding:0;
	clear:both;
	visibility:hidden;
}

#shoppingCart h3  {
	color:#666249;
	font-size:1.4em;
	font-weight:normal;
	padding:0 0 10px 5px;
	margin:1.5em 20px 0 15px;
	border-bottom:1px solid #E5E5E5;
}


#shoppingCart a.popular  {
	display:block;
	width:29%;
	padding:2%;
	text-align:center;
	margin:	0 0 0;
	float:left;
	height : 160px;
	overflow:hidden;
}
#shoppingCart a.popular img {
	border:0;
	margin : 0 auto;
}