
#productMain{
	float:left;
	width:50em;
}

/* links beneath the product viewer */
#productLinks{
	border-bottom:0.4em solid #1d1d1d;
	float:left;
	width:50em;
}

#productLinks li.last{
	
}
#productLinks li a{
	font-size:1.15em;
	padding:0.8em;
	font-weight:bold;
	display:block;
	background-color:#000;
}
#productLinks li a:hover{
	background-color:#f09;
	color:#fff;
}
#productLinks li a:active{
	background-color:#fff;
	color:#000;
}


.productColourChip{
	float: left; 
	height: 4em; 
	width: 4em; 
	margin: 1em 1em 0.5em 0;	
}
.productViewer{
	width: 50em; 
	height: 32em; 
	float:left;
}
#productDetails{
	float:left;
	width: 28em;
	padding:0 0 0 2em;
}
#productDescription{
	margin:0.5em 0 1.5em 0;
}

.productOption{
	height:3em;
	line-height:3em;
}
.productOptionLabel{
	display:block;
	clear:both;
	width:6em;
	float:left;
	height:3em;
	line-height:3em;
}
.productOptionValue{
	display:block;
	float:left;
	height:3em;
	line-height:3em;
}
.productOption select{
	position:relative;
	top:0.2em;
	width:16em;
	background-image:url(../images/select_background.gif);
	border:none;
	border:1px solid #333;
	background-color:#000;
	color:#fff;
}

.productOption select option{
	
}

#addToCartButtons{
	margin-top:0.5em;	
}


.savePercentBox{
	color:#f09;
	font-weight:bold;
	height:3em;
	line-height:3em;
}
.savePercentLabel{
	display:inline-block;
	width:6em;
}