body {
	margin: 0;
	padding: 0;
	background-color: #f7722b;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 949px;
	z-index: 0;
}
#header {
	position: relative;
	width: 949px;
}
#content_wrapper {
	position: relative;
	width: 949px;
	background-color: #ffffff;
}
#content {
	position: relative;
	width: 690px;
	float: right;
	padding-right: 20px;
	z-index: 1;
}
#slideshow {
	position: relative;
	width: 712px;
	margin: -48px -21px 20px -1px;
}
div.col_left, div.col_right {
	position: relative;
	width: 335px;
	float: left;
}
div.col_right {
	float: right;
}
.index #content {
	padding-top: 0;
}
.two_col_a, .two_col_b {
	position: relative;
	width: 345px;
	float: left;
}
.two_col_b {
	float: right;
}
h1#brand_heading {
}
#footer {
	color: #FFF;
	text-align: center;
	font-size: 0.8em;
}
#footer p {
}
#footer p a {
}

/* PRODS / ITEMS */

div.thumbnail {
	position: relative;
	width: 335px;
	float: left;
	margin: 0 0 20px 0;
}
div.last {
	float: right;
}
div.detail {
	width: 690px;
	float: none;
}
div.thumbnail a {
	text-decoration: none;
	display: block;
	color: #464940;
}
#content div.thumbnail a:hover {
	text-decoration: none;
}
#content div.thumbnail p.image_text {
	position: relative;
}
#content div.thumbnail p.image_text a {
}
#content div.thumbnail p.image_text a:hover {
	text-decoration: underline;
}
div.img {
	position: relative;
	float: left;
	margin: 0 10px 0 0;
	width: 115px;
	display: block;
}
div.price_etc, div.price_etc_full {
	position: relative;
	width: 210px;
	float: right;
	font-size: 0.8em;
}
div.price_etc_full {
	width: 555px;
}
div.detail div.img, div.detail a.img {
	margin: 0 20px 20px 0;
}



#main_product {
	position: relative;
	width: 500px;
	float: left;
}
#content #associated_products {
	float: right;
}
p.title {
	font-size: 1.2em;
}
.price span {
	vertical-align: middle;
}
.price span.rrp {
	text-decoration: line-through;
}
.price span.sell {
	font-size: 2.4em;
	font-family: Arial, Helvetica, sans-serif;
}
#content p.price {
	font-size: 0.8em;
}
form .thumbnail input.text {
	font-size: 0.8em;
	text-align: center;
}
div.separator {
	position: relative;
	width: 690px;
	height: 1px;
	line-height: 0;
	clear: both;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #f7722b;
}

#content #associated_products {
	float: right;
}
#associated_products {
	position: relative;
	width: 183px;
	font-size: 0.8em;
	margin-left: 20px;
	float: left;
}

/* OTHER */

#content div.article {
	position: relative;
	margin: 0 0 12px 0;
}
#content div.article img {
	position: relative;
	float: left;
	margin: 0 10px 6px 0;
}
a.cross_sell_thumb {
	position: relative;
	width: 110px;
	height: 110px;
	margin: 0 8px 8px 0;
	float: left;
}
a.cross_sell_thumb img {
	position: relative;
	width: 108px;
	height: 108px;
	border: 1px solid #CCCCCC;
}

/* MISC */

input, select, textarea {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea {
}
textarea.hide {
	position: absolute;
	margin-left: -999em;
}
textarea.show {
	position: relative;
	margin-left: 0;
}
input {
	vertical-align: middle;
}
.spacer {
	height: 0;
	line-height: 0;
	clear: both;
}
a img {
	border: none;
	vertical-align: middle;
}
img.left {
	position: relative;
	margin: 0 10px 6px 0;
	float: left;
}
img.right {
	position: relative;
	margin: 0 6px 0 10px;
	float: right;
}
#header img {
	margin: 0;
}
div.thank {
	position: relative;
	margin: 0 30px 12px 30px;
	padding: 10px;
	background-color: #FC0;
}
.Alert, .VLG_Alert {
	background: #C00;
	color: #FFF;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Alert {
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.VLG_Alert {
	font-size: 2.2em;
	padding: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
