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

.showProduct .prices .price {}
.showProduct .prices .specialPrice {}

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

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

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

	clear:both;
}

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

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

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


.showProduct .relatedProducts  .contentArea {padding:0 0 1em 0;width:100%;}
.showProduct .relatedProducts  h2 {margin:1.0em 0 !important; 	border-bottom:1px solid #000; }

.showProduct .relatedProducts .listing {
	font-size:0.9em;
	line-height:1.2em;
	border-bottom:1px solid #000;
	padding:15px 8px 0 8px;
}
.showProduct .relatedProducts .listing .imageBlock {
	float:left;
	display:inline; 	/* fix explorer bug */
	margin:0 1em 1em 0;
	border-width:0;
	max-width : 180px;
	width:180px;
	overflow : hidden;
}

.showProduct .relatedProducts .listing .imageBlock img{
	margin:0 auto;
}


.showProduct .relatedProducts .listing .imageBlock img.prodImage		{border:0px solid #000;,margin:0 auto;text-align:center;}
.showProduct .relatedProducts .listing .imageBlock img.enlargeImage	{border:1px solid #FFF;}

.showProduct .relatedProducts .listing .listingTextBlock {
	margin-left:180px;
}

.showProduct .relatedProducts .listing img.brand {
	float:right;
	display:inline; 	/* fix explorer bug */
	margin:0 0 0.5em 1em;
	border-width:0;
}
.showProduct .relatedProducts .listing h3 {
	font-weight:bold;
	margin:0;
	font-size:1.1em;
	line-height:1.2em;
}
.showProduct .relatedProducts .listing  .id {
	margin:0 0 1em 0;
}
.showProduct .relatedProducts .listing  .misc3 {
	margin:1em 0 0.5em 0;
	font-size:1.1em;
	font-weight:bold;
	color:#C00;
}


.showProduct .relatedProducts  .listing .prices a {color:#c00;}

.showProduct .relatedProducts .listing .prices {color:#c00;font-weight:bold; width:auto;}

.showProduct .relatedProducts .listing .prices .price {padding:10px 0px 0px 0px;}
.showProduct .relatedProducts .listing .prices .specialPrice {}

.showProduct .relatedProducts .listing .prices .priceLabel {color:#000;}
.showProduct .relatedProducts .listing .prices .specialPriceLabel {color:#000;}





.showProduct .relatedProducts .listing table.option td {
	padding:1px 6px 1px 0;
}
.showProduct .relatedProducts .listing table.option td label  {font-size:1em;font-weight:bold}
.showProduct .relatedProducts .listing table.option td input.qty  {font-size:0.9em;width:1.5em;}
.showProduct .relatedProducts .listing table.option td select {font-size:0.9em;}
/*
.showProduct .relatedProduct {
	width:153px;
    display: block;
    float: left;
	text-align:center;
	font-size:0.9em;
	min-height:200px;
	height:200px;
	margin:3px;
	padding:3px;
	color:#00f;
}
.showProduct .break{
	clear:left;
}
.showProduct .relatedProductPrice {
	font-weight:bold;
}
.showProduct .relatedProductName {
	font-size:0.8em;
}
.showProduct .relatedProductImage img {
	margin:0 auto 0 auto;
}
.showProduct #prod3Style {
	font-size:0.9em;
	background-color:green;
}
.showProduct #prod3Style tr {
}

.showProduct #prod3Style td {
	border-top:1px dashed #000;
	border-bottom:1px dashed #000;
}
*/
.showProduct #addedToBasketStatus
{
	display:none;
	background-image:url(../images/addedToBasket.jpg);
	background-repeat:no-repeat;
	width: 240px;
	height: 60px;
	padding: 45px 60px 45px 250px;
	position: absolute;
	z-index: 100;
}
