/*--------------------MAIN DEFAULTS ----------------------*/
body{
	padding:0;
	margin:0;
	margin-top: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:120%;
	font-style:normal;
	font-weight:normal;
	text-align:center;
}
div{
	border:0px;
	padding:0px;
	margin:0px;
}
h1, h2, h3, h4{
	padding:0;
	margin:0;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#333333;
}
p{
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	line-height:120%;
	margin:0px;
	color:#333333;
}
a{
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#0066CC;
}
input, select{
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#0066CC;
}	
a:hover{
	text-decoration:underline;
}
.mainGreyText{
	color:#333333;
}
.secondGreyText{
	color:#666666;
}
.mainBlueText{
	color:#0066CC;
}
.mainRedText{
	color:#990000;
}
.mainWhiteText{
	color:#FFFFFF;
}
.mainBoldWhite{
	font-weight:bold;
	color:#FFFFFF;
}
.mainBoldBlue{
	font-weight:bold;
	color:#0066CC;
}
.mainBoldRed{
	font-weight:bold;
	color:#990000;
}
.strike{
	color:#333333;
	text-decoration:line-through;
}
.headerTitle{
	font-family:Arial, Helvetica, sans-serif;
	color: #0066CC;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
/*------------Products-------------*/
.productImage{
	border:1px solid #0066CC;
}
.productLabel{
	padding:5px;
	text-align:center;
}
.rrp{
	padding-top:1px;
	padding-right:10px;
	font-weight:bold;
	color:#666666;
	text-decoration:line-through;
	float:right;
}
.price{
	margin-right:8px;
	padding-top:1px;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	color:#990000;
	float:right;
	width:50px;
	border:1px solid #0066CC;
}
/*---------------------------------*/
div#MainContainer{
	position:relative;
	width: 972px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
div#Content{
	position:relative;
	height:660px;
}
h1#Centered{
	text-align:center;
}
div#ScrollBoxL{
	margin-left: auto;
	margin-right: auto;
	width:850px; 
	height:414px;
	text-align:left;
	overflow: auto;
}
div#ScrollBoxS{
	margin-left: auto;
	margin-right: auto;
	width:450px; 
	height:315px;
	text-align:left;
	overflow: auto;
}