.showProduct .listing {
	font-size:0.9em;
	line-height:1.2em;

}
.showProduct .imageBlock {
	float:right;
	margin:0 0 1em 1em;
}

.showProduct .desc {
	color:#000 !important;
	font-size:1.1em;
}
.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 .quantity {color:#000;font-weight:400;margin-left:1em;	font-size:1.4em;}

.showProduct .prices {color:#3d9900;font-weight:400;margin-left:0.5em;	font-size:1.4em;}

.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:4px 0 1em 0em;}

.showProduct table.option {margin-left: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 1em;
	padding:0 0 1em 0;
}
.showProduct .breakLine {
	font-size:1px;
	line-height:1px;

	clear:both;
}

.showProduct .loginReq {
	background-color:#b4def4;
	padding:5px 20px;
	text-align:center;
	font-size:1.1em;
	margin:5px 0px;
	font-weight:bold;
}

/* ****** 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;
	text-align:center;
}
.showProduct .accImage img
{
	display:block;
	margin:0 auto;
	padding:		10px;
}

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


#shoppingCart {
	margin:0 auto;
	display:block;
}
.textContent {
	color:#77787a !important;
}

#shoppingCart .relatedProduct {
	width:162px;
    display: block;
    float: left;
	text-align:center;
	font-size:0.9em;
	min-height:200px;
	height:222px;
	margin:3px 3px;
	padding:5px 0px;
	color:#00f;
	background-image:url(../images/product_backs.png);
	background-repeat:no-repeat; 
}
#shoppingCart .break{
	clear:left;
}
#shoppingCart .relatedProductPrice {
	font-weight:bold;
	font-size:15px;
	color:#d97330;
	padding:4px 0px;
}
#shoppingCart .relatedProductName {
	font-size:0.8em;
	padding:2px 5px;
	min-height:55px;
	color:#4f4b2b !important;
	font-size:13px;
}

#shoppingCart .relatedProductImage {
	height:120px;
}

#shoppingCart a.vertProdImage {
	height:120px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	display:block;
}

#shoppingCart h3 {
	background-image:url(../images/shoppingh3.png);
	background-repeat:no-repeat;
	color:#4a581a;
	font-size:1.1em;
	font-weight:bold;
	margin:0 0 0 5px;
	padding:0.7em 0.5em;
}



#prodCol1 {
	height:545px;
	width:125px;
	position:absolute;
	top:0;
	left:17px;
}
#prodCol1 #scrollControl {
	margin:6px 0;
	height:22px;
}
#prodCol1 #scrollControl a {
	display:block;
	float:left;
	height:22px;
	line-height:22px;
	width:55px;
	font-size:0.625em;
	color:#949599;
	padding:0;
	text-align:center;
}
#prodCol1 #scrollControl a#scUp		{float:left;}
#prodCol1 #scrollControl a#scDown	{float:right;}

#prodCol1 #scrollControl a#scUp img {float:right;}
#prodCol1 #scrollControl a#scDown img {float:left;}



#prodCol1 #scrollOuter {
	height:422px;
	overflow:hidden;
	position:relative;
}
#prodCol1 #scrollInner {
	width:125px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:20;
}

#prodCol1 #scrollInner a {
	display:block;
	width:125px;
	height:124px;  /* must be a multiple of 4 or a disaster beyond your imagination shall occur */
	text-align:center;
}
#prodCol1 #scrollInner a img {
	border-width:0;
	display:inline;
}

#prodCol1 #nextProd {
	display:block;
	text-align:center;
	padding-left:5px;
}
#prodCol1 #nextProd img {
	display:inline;
}

