html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background: #97c5d1;
	font: 15px/18px 'Open Sans Condensed', sans-serif;
	color: #fff;
}
img {
	border: none;
}
.clear {
	clear: both;
}
p {
	margin: 0;
	padding: 0;
}
a {
	color: #fff;
}
h1 {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 30px 0;
}
h2, h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 18px 0;
}
table td {
	vertical-align: top;
}
.centeredImgCol {
	position: relative;
	width: 560px;
	padding: 25px 0 0 200px;
	text-align: center;
}
.centeredImgCol a {
	opacity: 0.8;
}
.centeredImgCol a:hover, .centeredImgCol a:active {
	opacity: 1;
}
.thumbsCol {
	position: relative;
	list-style: none;
	margin: 0;
	width: 600px;
	padding: 15px 0 0 190px;
}
.thumbsCol li {
	display: inline;
	margin: 0;
	padding: 0;
}
.thumbsCol li a img {
	padding: 0 0 8px 0;
	opacity: 0.8;
}
.thumbsCol li a img:hover {
	background: #dc69a4;
	opacity: 1;
}
.textCol {
	position: relative;
	width: 545px;
	padding: 20px 0 0 210px;
	text-align: justify;
}
.textCol p {
	margin: 0 0 18px 0;
}
.sidebarR {
	position: absolute;
	right: 0;
	top: 435px;
	text-transform: uppercase;
}
.sidebarR .scnt {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 170px;
}
#tbox {
	position: relative;
	height: 80%;
	min-height: 450px;
	background: #dc69a4;
	overflow: auto;
}
#bbox {
	position: relative;
	background: #97c5d1;
	border-top: solid 24px #fff;
}
.cbox {
	position: relative;
	width: 960px;
	height: 100%;
	margin: auto;
}
#tbox .cnt {
	position: relative;
	min-height: 450px;
	background: url(tbg.png) center 20px no-repeat;
}
#bbox .nav {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	width: 960px;
	text-align: center;
}
#bbox .nav li {
	margin: 0;
	padding: 0;
	display: inline;
}
#bbox .nav li a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	padding: 10px;
}
#bbox .nav img {
	vertical-align: -10px;
	padding: 0 5px;
}
#bbox .nav li.active a {
	text-transform: lowercase;
	cursor: default;
}


.legal { position:absolute; right:0; bottom:2px; border:0; border-collapse:collapse; opacity:0.6; }
.legal td { margin:0; padding:0; }


.EasyCartPrice { margin-top:30px; }
.EasyCartPrice .price { display:block; font-weight:bold; margin-bottom:10px; }
.EasyCartPrice .price .label { display:none; }
.EasyCartPrice .postage,
.EasyCartPrice .stock,
.EasyCartPrice .ready { display:block; text-transform:none; font-size:11px; line-height:14px; }
.EasyCartPrice .ready { margin-bottom:20px; }
.EasyCartPrice .btnWrapper {  }
.EasyCartPrice .EasyCartAddToList { display:none; }
.EasyCartPrice .EasyCartAddToCart { position:relative; text-decoration:none; padding:0 0 0 20px; }
.EasyCartPrice .EasyCartAddToCart:hover { text-decoration:underline; }
.EasyCartPrice .EasyCartAddToCart .icon { position:absolute; left:0; top:3px; width:20px; height:20px; background:url(cart.png) left top no-repeat; }

