#shoppingCart {
	padding: 0px;
}

#shoppingCart .contentArea {
        padding: 0px 10px 10px 15px;
}

#shoppingCart .contentArea h2 img
{
	display : inline;
}

#shoppingCart .fakeTable {
	margin:0;
}
#shoppingCart .fakeTable .listing {
	font-size:0.8em;
	padding:15px 8px 0 8px;
}
.listing a, .listing a:link, .listing a:visited, .listing a:hover, .listing a:focus, .listing a:active {
        color: #B14931;
        text-decoration: none;
}

.listing .imageBlock {
	display:inline; 	/* fix explorer bug */
	margin:0 1em 1em 0;
	border-width:0;
	max-width : 140px;
	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;
	height:100px;
}
.listing h3 {
	font-weight:bold;
	margin:0;
	font-size:1.1em;
	line-height:1.2em;
}
.listing  .misc3 {
	margin:1em 0 0.5em 0;
	font-size:1.1em;
	font-weight:bold;
	color:#C00;
}

#shoppingCart .prices {
        color:#c00;
        padding: 15px;        
}

#shoppingCart .prices .price {
        color: #f6aa2c;
        font-size: 11pt;
        font-weight: 900;
        }

#shoppingCart .prices .priceLabel {
        color:#000;
        
}
#shoppingCart .prices .specialPriceLabel {color:#000;}


.listing .id {
        font-weight: normal;
}

.listing table.option {
        padding: 10px 0px 10px 0px;
}
.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;}

.outOfStock {
        color: #FF0000;
        font-weight: bold;
}

#productTitle {
        color: #000;
        font-weight: 900;
        font-size: 13pt;
        margin-bottom: 5px;
}

#productTitle a {
        text-decoration: none;
        color: #000;
}      
.relatedProduct {        
	text-align:left;
	font-size:0.9em;
	margin: 0px 5px 5px 5px;
        vertical-align: top;  
        float: left;
        display: inline;
        width: 180px;
}
table tr td
{
	padding:2px;
}
table tr td.h3
{
	padding:0px !important;
		border-bottom: solid 1px #892628;
}
table tr td h3
{
	font-weight: 400;
	color: #892628;
	font-size: 17pt;
	margin: 12px 0px 5px 0px;
	display: block;
	text-align:left;
	padding: 5px 0 3px 0;

}
table tr td.addtocart
{
	border-top: solid 1px #892628;
}



