#shoppingCart .listing {
	line-height:1.2em;
	padding : 0 1em;
	font-size : 1em;
	color: #fff;}

#shoppingCart .prices
{
	font-weight:bold;
	margin: 2em 0 0 0.5em;
	color : #fff;
	font-size : 1.4em;
}

#shoppingCart .prices .price {	font-size : 0.9em;}
#shoppingCart .prices .specialPrice {}

#shoppingCart .prices .priceLabel,
#shoppingCart .prices .specialPriceLabel
{
	color : #bb9d5e;
	font-family : Georgia, Arial, Verdana, Helvetica, Times, sans-serif;
	font-size : 1.4em;
	font-weight : normal;
}

#shoppingCart div.gst {font-size:0.9em;margin:0 0 0 1.3em;}
#shoppingCart div.cconvert {font-size:0.7em;margin:1em 0 1em 1.3em;}


.showProduct img
{
	margin : 0 12px 12px 12px;
}
.showProduct table#vintage
{
	width : 475px;
	border-bottom : 1px solid #bb9d5e;
}
.showProduct table td
{
	color: #fff;
}
.showProduct h3
{
	color: #bb9d5e;
}
.showProduct p
{
	font-size : 1.1em;
	margin: 2em 0 0 1em;
	padding: 0 0 1em 0;
	color: #fff;
}
.showProduct #backbutton
{
	margin: 2em 0 0 1em;

}