body, html {
	height: 100%;
}
body {
	overflow: visible;
	margin: 0;
	background: url(images/bgBody.png) repeat-x top #FFF;
}










div#Body {
	position: relative;
	width: 100%;
	min-height: 100%;
}
div#Context {
	position: relative;
	width: 930px;
	text-align: left;
}
div#Top {
	position: relative;
	height: 147px;
	background: none;
}
div#Content {
	width: 728px;
	padding: 20px 0 50px 0;
}
div#ContentFull {
	padding: 0 0 50px 0;
}
div#Bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	background: url(images/bgBody.png) repeat-x bottom #FFF;
}


div#Bottom p {
	display: block;
	width: 930px;
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 30px;
	text-align: center;
	color: #999;
}
div#Bottom p a {
	color: #666;
}








div#Top img {
	margin: 10px 0 0 0;
	width: 257px;
	height: 74px;
}
div#Top div#menuTop ul {
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
	margin: 0;
	padding: 0;
}
div#Top div#menuTop ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}
div#Top div#menuTop ul li a {
	outline: 0;
	display: inline;
	float: left;
	margin: 0 0 0 10px;
	font-size: 10px;
}
div#Top div#menuMain ul {
	display: block;
	position: absolute;
	left: -2px;
	right: -2px;
	bottom: 0;
	margin: 0;
	padding: 0 2px;
	background: url(images/bgMenu.png) no-repeat;
}
div#Top div#menuMain ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0 3px 0 0;
	background: url(images/bgMenuApart.png) no-repeat right center;
}
div#Top div#menuMain ul li a {
	text-decoration: none;
	text-transform: uppercase;
	outline: 0;
	font-size: 10px;
	color: #B0C4CE;
	display: inline;
	float: left;
	padding: 0 5px;
	line-height: 44px;
	background: none;
}
div#Top div#menuMain ul li.active a {
	color: #FFF;
	background: url(images/bgMenuActive.png) no-repeat center center;
}
div#Top div#menuMain ul li a:hover {
	color: #FFF;
	background: url(images/bgMenuHover.png) no-repeat center center;
}
div#Top div#menuMain ul li.main a {
	background-position: left center;
}

div#Submenu ul {
	position: relative;
	display: block;
	width: 728px;
	height: 35px;
	margin: 0;
	padding: 0;
	background: url(images/bgSubmenu.png) repeat-x;
}
div#Submenu ul li {
	display: inline;
	float: left;
	margin: 0;
}
div#Submenu ul li a {
	outline: 0;
	font-size: 10px;
	display: inline;
	float: left;
	padding: 0 0 0 10px;
	line-height: 35px;
	background: none;
}
/*div#Submenu ul li.back a {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 10px;
	color: #999;
}*/
ul.linkBack {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
ul.linkBack li {
	margin: 0;
	padding: 0;
}
ul.linkBack a {
	outline: 0;
	font-size: 10px;
}


div#startBox {
	display: none;
}
div.mediaplayer {
	float: right;
	margin: 0 0 10px 10px;
}


p.safetoxProductBuy {
	height: 36px;
	clear: both;
}
p.safetoxProductBuy a.safetoxProductBuy {
	display: block;
	float: left;
	width: 57px;
	height: 36px;
	line-height: 36px;
	margin: 0 5px 0 0;
	padding: 0 5px;
	text-align: right;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: url(/images/iconBuy.png);
}
p.safetoxProductBuy a.safetoxToBasket {
	display: block;
	float: left;
	width: 87px;
	height: 36px;
	line-height: 36px;
	margin: 0 5px 0 0;
	padding: 0 5px;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background: url(/images/iconToBasket.png);
}

table#safetoxBaksetTable {
	width: 728px;
	border: 0;
}
table#safetoxBaksetTable tr.safetoxBasketTableHeading td, table#safetoxBaksetTable tr.safetoxBasketItem td, table#safetoxBaksetTable table.safetoxBasketTableTotal td {
	padding: 5px;
	line-height: 20px;
}
table#safetoxBaksetTable tr.safetoxBasketTableHeading td {
	line-height: 25px;
}
table#safetoxBaksetTable tr.safetoxBasketTableHeading {
	background: #415968;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
table#safetoxBaksetTable tr.safetoxBasketItemOdd {
	background: #FFF;
}
table#safetoxBaksetTable tr.safetoxBasketItemEven {
	background: #DDD;
}

table#safetoxBaksetTable td.safetoxBasketDelete a {
	float: right;
	text-decoration: none;
	font-size: 1%;
	color: #000;
	display: block;
	width: 32px;
	height: 20px;
	background: url(/images/iconDelete.png) no-repeat;
}
table#safetoxBaksetTable td.safetoxBasketTableHeadingDelete {
	text-align: right;
}
table#safetoxBaksetTable input.safetoxBasketQuantityEditInput {
	font-size: 9px;
	width: 20px;
	text-align: center;
}
table#safetoxBaksetTable input.safetoxBasketQuantityEditSubmit {
	font-size: 9px;
}
table#safetoxBaksetTable td.safetoxBasketQuantityEdit {
	white-space: nowrap;
}

table#safetoxBaksetTable td.safetoxBasketPayments a {
	margin: 5px 0 0 0;
	display: block;
	width: 145px;
	text-decoration: none;
	font-size: 10px;
}
table#safetoxBaksetTable td.safetoxBasketPayments a img {
	margin: 0 0 5px 0;
	border: 0;
	vertical-align: middle;
	display: block;
}
div.safetoxBasketPayments, div.safetoxBasketDiscount {
	float: left;
	width: 145px;
	min-height: 170px;
	_height: 170px;
	padding: 50px 10px 0 10px;
	margin: 0 10px 0 0;
}
div.safetoxBasketPayments {
	background: url(images/paymentBoxBg.png) no-repeat;
}
div.safetoxBasketDiscount {
	background: url(images/discountBoxBg.png) no-repeat;
}
div.safetoxBasketPayments a {
	margin: 0 0 5px 0;
	display: block;
	width: 145px;
	text-decoration: none;
	font-size: 10px;
}
div.safetoxBasketPayments a img {
	margin: 0 0 5px 0;
	border: 0;
	vertical-align: middle;
	display: block;
}
div.safetoxBasketDiscount form label input {
	width: 133px;
}

div.safetoxProduct {
	position: relative;
	min-height: 227px;
	_height: 227px;
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 245px;
	background: #DDD;
}
img.safetoxProductImg {
	position: absolute;
	left: 10px;
	top: 10px;
	border: 1px solid #AAA;
}
h2.safetoxProductHeading {
	font-weight: bold;
	color: #333;
}
div.safetoxProductInfo {
}
p.safetoxProductPrice {
	font-size: 18px;
	color: #700;
}

form.form {
	margin: 0;
	padding: 10px;
	background: #DDD;
}

form.form label, div.zenoBasketDiscount form label {
	display: block;
	margin: 0 0 5px 0;
}
form.form label input, form.form label textarea, div.zenoBasketDiscount form label input {
	display: block;
	padding: 5px;
	font-size: 14px;
	font-weight: lighter;
}
form.form label input, form.form label textarea {
	width: 300px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

