#productViewContainer
{
	margin-left: 22px;
	width: 715px;
	float: left;
	/*background-color: #00FF00;*/
}
/*#productDetailContainer
{
	margin-left: 20px;
	width: 225px;
	float: left;		
	background-color: #FF0000;
}*/
#storeContent
{
	margin-right: 20px;
	width: 225px;
	float: right;
	/*background-color: #FF0000;*/
}
.variation
{
	color: #333;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 8px;
	display: block;
	font-weight: bold;
}
.views
{
	color: #333;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 8px;
	display: block;
	font-weight: bold;
}
/*#cartButton
{
	width: 100%;	
}*/
/*h3 
{
    font: 32px arial, serif;
    color:#2E2E2C;
    background:#FFF;
    margin: 0;
    padding: 0;
    font-weight: bold;
    height: 32px;
}*/
h3 
{
    /*font: 37px arial, serif;*/
    font: 40px arial, serif;
    color:#333;
    background:#FFF;
    margin: -5px 0 0 0;
    padding: 0;
    font-weight: bold;
    height: 40px;
}
.pounds
{
	font-size: 17px;
	padding-right: 10px;	
	font-weight: bold;
}
.euro
{
	font-size: 17px;
	padding-right: 10px;	
	font-weight: bold;
}
.yen
{
	font-size: 17px;	
	font-weight: bold;
}
.strike
{
	text-decoration: line-through;
}
.productvariationselect
{
	width: 100%;	
	clear: both;
}

.productvariationselect-left
{
	width: 50%;	
	float: left;
}
.productvariationselect-right
{
	width: 50%;	
	float: right;
}

.sizeGuide, .stocklink
{
	color: #333;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 8px;
	display: block;
	font-weight: bold;
	text-decoration: underline; 
	cursor: pointer;
}

.stocklink
{
    clear:left;
    padding: 2px 0 0 2px;
}

.variation-float
{
	color: #333;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 8px;
	float: left;
	font-weight: bold;
}
.variation-float-right
{
	color: #333;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 8px;
	float: right;
	font-weight: bold;
}
.sizeGuide-float
{
	color: #616161;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 8px;
	float: left;
	/*font-weight: bold;*/
	text-decoration: underline; 
	cursor: pointer;
}

.sizeGuideCol
{
	background-color: #E0E0E0;
	border-style: solid;
	border-width: 1px;
	border-color: #BABABA;
}
.sizeGuideRow
{
	background-color: #E0E0E0;
	border-style: solid;
	border-width: 1px;
	border-color: #BABABA;
}
#sizeGuideTable
{
	border-style: solid;
	border-width: 1px;
	border-color: #BABABA;
	text-align: center;
}
#sizeGuideTable td
{
	border-style: solid;
	border-width: 1px;
	border-color: #BABABA;
	/*background-color: #BBB;*/
}
#domMessage
{
	cursor: pointer;	
	padding: 13px;
	text-align: left;
}
#domMessage .close
{
	text-decoration: underline;
	width: 100%;
	text-align: right;
	padding-top: 5px;
}
#sizeGuideInfo
{
	padding-top: 13px;
	padding-bottom: 16px;
}

.disabledOption {
    color:#666;
    background-color:#ccc;
    text-decoration:line-through;
}
#ctl00_ContentPlaceHolder1_productOnSale
{
    width: 102px; 
	height: 102px;
	visibility: hidden;
	position: absolute; 
	background-image: url(/Images/deco/onsale.png); 
	z-index: 100;     
}
