#shoppingCart {
	padding:0 5px 0 10px;
}
#shoppingCart .contentArea {padding:0 0 1em 0;width:100%;}
#shoppingCart h2
{
	margin:0 0 0.6em 0;
	padding:0 0.5em;
	line-height :16pt;
	font-size:14pt;
	color: #c6277a;
}
#shoppingCart .fakeTable {
	margin:0;
}
#shoppingCart .fakeTable .listing {
	font-size:0.8em;
	border-bottom:1px solid #aaaaaa;
	padding:15px 8px 0 8px;
width:600px;
}
.listing .imageBlock {
	float:left;
	display:inline; 	/* fix explorer bug */
	margin:0 1em 1em 0;
	border-width:0;
	width : 190px;
	overflow : hidden;
}

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

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

.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  .id {
	margin:0 0 1em 0;
}
.listing  .misc3 {
	margin:1em 0 0.5em 0;
	font-size:1.1em;
	font-weight:bold;
	color:#C00;
}

#shoppingCart .prices a {color:#c00;}

#shoppingCart .prices {color:#c00;font-weight:bold;}

#shoppingCart .prices .price {}
#shoppingCart .prices .specialPrice {}

#shoppingCart .prices .priceLabel {color:#000; font-size: 12pt; font-weight: bold;}
#shoppingCart .prices .specialPriceLabel {color:#000; font-size: 12pt; font-weight: bold;}


.ourPrice {
       color:#ed1c24;
       vertical-align: top;
}
.priceBase {
        font-size: 15pt;
        line-height: 18pt;
		font-weight: bold;
}

.priceSuper {
        font-size: 9pt;
        vertical-align: top;
		font-weight: bold;
}




.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;}

#shoppingCart .listingTextBlock h3 a
{
color:#c6277a;
}

#calltoaction {
	text-align:center;
	border:1px solid #000;
	color:#FFF;
	padding:5px;
	font-size:13px;
	width:555px;
	background-image:url(../images/cta_back.png);
	background-repeat:repeat-x;
	margin:0 auto;
}