#shoppingCart {
	padding:0;
}
#shoppingCart .contentArea {padding:0 0 1em 0;}
#shoppingCart h2 {margin:0 !important;}

#shoppingCart h2 span {color:#000;}

#shoppingCart .fakeTable {
	margin:0 0 0 5px;
	width:98%;
}
#shoppingCart .fakeTable .listing {
	font-size:0.8em;
	padding:30px 0 0 0;
	margin:0;
	width:100%;
	float:left;
	clear:left;
	border-bottom:1px solid #000;
}
#shoppingCart .fakeTable .gutter {
	margin:0 0 0 0%;
	clear:none;
}

.listing .imageBlock {
	float:left;
	display:inline; 	/* fix explorer bug */
	margin:0 0.5em 1em 0;
	border-width:0;
	min-width:140px;
}

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

.listing .listingTextBlock {
	margin-left:160px;
}

.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;
	font-size:1.1em;
	line-height:1.2em;
}
.listing h3 a {color:#D52940 !important;}
.listing  .id {
	margin:0 0 1em 0;
}
.listing  .misc3 {
	margin:1em 0 0.5em 0;
	font-size:1.1em;
	font-weight:bold;
	color:#C00;
}
.listing .prices {
	text-align:left;
	color:#000;
	font-size:1.2em;
	margin:1em 0;
	padding:0;
}
.listing .prices label {font-size:1.1em;color:#000;font-weight:bold;}
.listing .prices span  {
	font-size:1.1em;
	/* color:#FF9800; */
	color:#CC3333;
	font-weight:bold;
}
.listing .prices a {color:#0077FF;}


.listing table.option td {
	padding:1px 6px 1px 0;
}
.listing table.option td label  {font-size:1em;font-weight:bold}
.listing table.option td input.qty  {font-size:0.9em;width:1.5em;}
.listing table.option td select {font-size:0.9em;}

.breakLine {
	clear:both;
	height:2em;
	line-height:1px;
	width:100%;
	font-size:1px;
}
.listNavTable {
	clear:both;
	padding-right:5px;
}

.listProduct .notices {
	margin:0.4em 0;
	font-size:0.8em;
	color:#CD1937;
	text-align:center;
}

.bestPrice {
	float:right;
	clear:left;
}

.ProdDesc {
	clear:bottom;
	width:400px;
	margin-left:0px;
	font-size:1.1em;
}

/*** SPECIAL PRODUCT HEADER STUFF ***/

#productHeader {
	height:69px;
	border-top:1px solid #FFF;
}
#productHeader a {
	display:block;
	float:right;
	margin:0 15px 0 0;
	border-right:5px solid #FFF;
}
#productHeader h2 {
	margin-top:18px !important;
}

