#shoppingCart .listing {
	font-size:0.9em;
	line-height:1.2em;
}
#shoppingCart .imageBlock {
	float:right;
	margin:0em 1em 1em 1em;
}
#shoppingCart .imageBlock #prodImg {
	border:1px solid #000;
}
#shoppingCart img.brand {
	margin:0 0 0.75em 1em;
	border-width:0;
}
#shoppingCart .listingPrices {
	text-align:left;
	color:#000;
	font-size:1.1em;
	margin:0;
	padding:0;
}
#shoppingCart .prices {color:#c00;font-weight:bold;margin-left:1em;}old;margin-left:1em;}

#shoppingCart .prices .price {
		width:360px;
		display:block;
}
#shoppingCart .prices .specialPrice {}

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

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

#shoppingCart table.option {margin-left:1em;}
#shoppingCart table.option td {
	padding:2px 6px 2px 0;
}
#shoppingCart table.option td label {font-weight:bold}
#shoppingCart table.option td input.qty {font-size:0.9em;width:1.5em;}
#shoppingCart table.option td select {font-size:0.9em;}
#shoppingCart .misc3 {
	margin:1.5em 0 0.5em 1em;
	font-size:1.1em;
	font-weight:bold;
	color:#000;
}
#shoppingCart .text {
	margin:2em 0 0 1em;
	padding:0 0 1em 0;
}
#shoppingCart .breakLine {
	font-size:1px;
	line-height:1px;

	clear:both;
}

/* ****** ACCOMPANYING IMAGES ****** */

#shoppingCart div.accompanying {
	margin:0 auto 2em auto;
	text-align:center;
	font-size:1em;
	clear:both;
}
#shoppingCart div.accompanying img {
	border:1px solid #000;
	margin:0 0 0.5em 0;
}
#accImages
{
	padding: 		12px 0;
}
.accImage
{
	display:		inline;
	float:  		left;
	padding:		10px;
}

/* ****** RELATED PRODUCTS ****** */

#shoppingCart .relatedProduct {
	width:153px;
    display: block;
    float: left;
	text-align:center;
	font-size:0.9em;
	min-height:200px;
	height:200px;
	margin:10px 3px 3px 3px;
	padding:3px;
	color:#BC0A5D;
}
#shoppingCart .break{
	clear:left;
}
#shoppingCart .relatedProductPrice {
	font-weight:bold;
}
#shoppingCart .relatedProductName {
	font-size:0.8em;
}
#shoppingCart .relatedProductImage img {
	margin:0 auto 0 auto;
}


#prod3Style {
	font-size:0.9em;


}

#prod3Style tr {
}

#prod3Style td {
	border-top:1px dashed #000;
	border-bottom:1px dashed #000;
	height:40px;
}

.priceFormat {
				font-size: 23px;
				font-weight: bold;
				line-height: 23px;
				height:23px;
				color:#68B058;
}


.priceFormat span {
				display:Block;
				float:left;

				
}


.cents  {
				font-size:14px;
				line-height:14px;
				height:14px;
				vertical-align:top;
}


/**** ADD PRODUCTS DISPLAY ****/


#shoppingCart .addAProduct
{
	width:  				100%;
	margin: 				1em 0 0 0;
}
#shoppingCart .addAProduct th
{
	background-color:		#6ca6ec;
	color:  				#fff;
	padding:				0.2em;
}

#shoppingCart .addAProduct tr.tr1
{
	background-color:		#c2d7ef;
}
#shoppingCart .addAProduct tr.tr0
{
	background-color:		#e0e7ef;
}

#shoppingCart .addAProduct td
{
	padding:				0.2em 0.2em;
}
#shoppingCart .addAProduct td.nameTD
{
	padding:				0 0.2em;
}
#shoppingCart .addAProduct td .name
{
	width:  				400px;
}
#shoppingCart .addAProduct td.qtyTD
{
	text-align: 			right;
}
#shoppingCart .addAProduct td.qtyTD input
{
	width:  				3em;
	text-align: 			right;
}
#shoppingCart .addAProduct td.priceTD
{
	text-align: 			right;
}
#shoppingCart .addAProduct td .price
{
	width:  				5em;
	text-align: 			right;
}





#shoppingCart .addAProduct td .addCart
{
	margin: 				2em 0 0 0;
}