body {
	background: #3d85cc url(images/bg.jpg) top right no-repeat;
	font-family: "Varela", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0px;
}
#container {
	z-index: 0;
	background: transparent;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 960px;
	height: auto;
	overflow: visible;
}
#login-box {
	z-index: 20;
	left: 35%;
	right: 35%;
	width: 30%;
	top: 40%;
	height: 150px;
	background: #e5f2ff;
	position: absolute;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 4px #bfdfff;
	-webkit-box-shadow: 3px 3px 4px #bfdfff;
	box-shadow: 3px 3px 4px #bfdfff;
	border: 2px #3d85cc solid;
	font-size: 14px;
}
#login-box table {
	margin: 30px auto 30px auto;
}
#close {
	width: 22px;
	height: 22px;
	background: transparent url(images/close-button.png) no-repeat;
	display: block;
	float: right;
	margin: 5px;
}
#main {
	background: white;
	width: 100%;
	display: block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	height: auto;
	padding-bottom: 30px;
	overflow: visible;
}
#topper {
	height: 156px;
	display: block;
	font-family: "Ubuntu", "Verdana", "Tahoma", Helvetica, sans-serif;
}
#topper a {
	color: #000033;
	text-shadow: white 1px 1px 1px;
	text-decoration: none;
	font-size: 14px;
	padding-left: 26px;
}
#topper a:hover {
	color: #003399;
	text-decoration: underline;
}
#logo {
	width: 354px;
	height: 156px;
	background: transparent url(images/dead-sea-kit-logo.png) no-repeat;
	float: left;
}
#menutop {
	float: right;
	margin-top: 70px;
}
#menutop li {
	float: left;
	margin-right: 10px;
	list-style: none;
	height: 22px;
}
#mt-01 {
	background: url(images/mt-login.png) left center no-repeat;
}
#mt-02 {
	background: url(images/mt-register.png) left center no-repeat;
}
#mt-03 {
	background: url(images/mt-support.png) left center no-repeat;
}
#mt-04 {
	background: url(images/mt-cart-empty.png) left center no-repeat;
}
#mt-07 {
	background: url(images/mt-currency.png) left center no-repeat;
	color: #000033;
	text-shadow: white 1px 1px 1px;
	padding-left: 26px;
}
#mainnav {
	padding: 0px;
	background: transparent;
	height: 50px;
	width: 100%;
	text-align: center;
	border-bottom: 2px #3d85cc groove;
	font-family: "Ubuntu", "Verdana", "Tahoma", Helvetica, sans-serif;
	font-size: 16px;
}
#mainnav a {
	font-weight: bold;
	margin: 0px;
	color: #265380;
	text-decoration: none;
	padding: 16px;
}
#mainnav a:hover {
	background: url(images/a-active-bg.png) bottom center no-repeat;
	color: #0f2e4c;
}
#mainnav a.active {
	background: #bfdfff url(images/a-active-bg.png) bottom center no-repeat;
	color: #0f2e4c;
	text-shadow: white 1px 1px 1px;
	font-weight: normal;
	cursor: default;
}
#mainnav ul {
	float: left;
}
#mainnav ul li {
	float: left;
	margin-right: 20px;
	list-style: none;
}
#contents {
	display: block;
	padding-left: 30px;
	padding-top: 30px;
}
#breadcrumb {
	font-size: 14px;
	display: block;
}
#breadcrumb a {
	color: black;
}
#breadcrumb a:hover {
	color: #002a80;
}
#backtotop {
	width: auto;
	text-align: right;
	margin-right: 30px;
	margin-top: 20px;
	color: #002a80;
}
#backtotop a {
	color: #002a80;
}
#footer {
	position: relative;
	top: 30px;
	background: transparent;
	width: 100%;
	font-size: 12px;
	color: #80bfff;
}
#footer p {
	float: left;
}
#footer a {
	color: #80bfff;
}
#footer a:hover {
	color: white;
}
#footer ul {
	float: right;
}
#footer ul li {
	float: left;
	list-style: none;
	margin-right: 8px;
}
.hidden {
	display: none;
}
.product {
	width: 430px;
	height: 150px;
	background: #fffbf2;
	border: 1px #b8c2cc solid;
	margin-top: 30px;
	margin-right: 30px;
	clear: right;
	display: inline-table;
}
.product a {
	color: #002a80;
	text-decoration: none;
}
.product a:hover {
	color: blue;
	text-decoration: underline;
}
.product-thumb {
	border: 1px #858585 solid;
	margin: 20px;
	display: inline;
	float: left;
}
.product h2 {
	font-size: 14px;
	margin-top: 20px;
	padding-right: 30px;
}
.prod-addcart {
	background: transparent url(images/prod-addcart.png) left center no-repeat;
	padding: 5px 0px 5px 25px;
	margin-right: 15px;
	font-family: "Ubuntu", "Verdana", "Tahoma", Helvetica, sans-serif;
	font-weight: bold;
	float: right;
}
.prod-addcart-page {
	background: transparent url(images/prod-addcart.png) left center no-repeat;
	padding: 5px 0px 5px 25px;
	margin-left: 15px;
	font-family: "Ubuntu", "Verdana", "Tahoma", Helvetica, sans-serif;
	font-weight: bold;
	color: #002a80;
	text-decoration: none;
}
.prod-checkout {
	background: transparent url(images/mt-cart-checkout.png) left center no-repeat;
	padding: 5px 0px 5px 30px;
	margin-left: 15px;
	font-family: "Ubuntu", "Verdana", "Tahoma", Helvetica, sans-serif;
	font-weight: bold;
	color: #002a80;
	text-decoration: none;
	font-size: 16px;
}
.prod-checkout:hover {
	color: blue;
}
.prod-clearcart {
	font-size: 12px;
	color: gray;
	text-decoration: none;
	float: left;
}
.prod-addcart-page:hover {
	color: blue;
	text-decoration: underline;
}
.prod-details {
	background: transparent url(images/prod-details.png) left center no-repeat;
	padding: 5px 0px 5px 25px;
	margin-right: 15px;
	font-family: "Ubuntu", "Verdana", "Tahoma", Helvetica, sans-serif;
	font-weight: bold;
	float: right;
}
.textfield {
	font-family: "Varela", Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px #3d85cc solid;
	padding: 2px;
	width: 200px;
}
.optionlist {
	font-family: "Varela", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 200px;
}
.optionlist-long {
	font-family: "Varela", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 350px;
}
.submitter {
	font-family: "Varela", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 2px;
}
.product-page {
	margin-top: 30px;
	margin-right: 30px;
	overflow: visible;
	min-height: 400px;
}
.product-page ul li {
	list-style-position: inside;
	list-style-type: circle;
}
.product-image {
	border: 1px #858585 solid;
	margin-right: 20px;
	display: run-in;
	float: left;
}
.table-reg {
	display: block;
	margin-right: 0px;
}
.table-l {
	text-align: right;
	padding-right: 20px;
	width: 200px;
	background: #e5f2ff;
}
.table-r {
	text-align: left;
	width: 200px;
}
.table-i {
	text-align: left;
	width: 20px;
}
.table-h {
	text-align: center;
	padding: 5px;
}
.t-cart-1 {
	text-align: left;
	padding: 10px;
	background: #e5f2ff;
}
.t-cart-2 {
	text-align: right;
	padding: 10px;
	background: white;
}
.t-cart-h {
	text-align: left;
	font-weight: bold;
	padding: 10px;
	background: #e5f2ff;
}
.t-cart-del {
	display: block;
	height: 16px;
	width: 16px;
	background: transparent url(images/cart-remove.png) no-repeat;
}
.table-login {
	position: absolute;
	display: block;
	top: 290px;
}
.pass-forgot {
	background: transparent url(images/forgot-password.png) left center no-repeat;
	padding: 5px 0px 5px 30px;
	margin-top: 15px;
	font-family: "Ubuntu", "Verdana", "Tahoma", Helvetica, sans-serif;
	color: #002a80;
	text-decoration: none;
	font-size: 12px;
}
.pass-forgot:hover {
	color: blue;
	text-decoration: underline;
}
#mt-05 {
	background: url(images/mt-logout.png) 8px top no-repeat;
}
#mt-06 {
	background: url(images/mt-profile.png) 8px top no-repeat;
}
.t-cart-add {
	display: block;
	float: left;
	margin-top: 4px;
	margin-right: 8px;
	height: 12px;
	width: 12px;
	background: transparent url(images/cart-increase.png) no-repeat;
}
.t-cart-sub {
	display: block;
	float: right;
	margin-top: 4px;
	margin-left: 8px;
	height: 12px;
	width: 12px;
	background: transparent url(images/cart-decrease.png) no-repeat;
}
#main p {
	margin-right: 30px;
}
.testimonial-text {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px grey dotted;
	padding: 10px;
	margin-bottom: -10px;
	background: #fffbf2;
}
.testimonial-sign {
	font-style: italic;
	margin-left: 30px;
	margin-bottom: 20px;
}
#home-collage {
	margin-top: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 1px grey solid;
	width: 900px;
	height: 284px;
	background: transparent url(images/home_header.jpg) no-repeat;
	display: block;
}
.cc-logo {
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 0px;
}
.expirer {
	color: grey;
}
.secure-ssl {
	background: url(images/secure.png) 20px center no-repeat;
	height: 30px;
	padding-top: 15px;
	padding-left: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.optionlist-half {
	font-family: "Varela", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 60px;
}
.textfield-half {
	font-family: "Varela", Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px #3d85cc solid;
	padding: 2px;
	width: 100px;
}
.cvv-help {
	font-size: 12px;
	color: gray;
	text-decoration: none;
	float: right;
	margin-top: 5px;
	cursor: help;
}
sup {
	color: grey;
	font-size: 8px;
	margin-left: 3px;
}
.fineprint {
	width: 350px;
	height: 300px;
	font-size: 10px;
	margin-left: 30px;
}
.table-f {
	text-align: center;
	padding: 15px 0px 5px 0px;
	font-size: 12px;
}
#special {
	width: 300px;
	height: 200px;
	background: transparent url(images/special-offer.png) no-repeat;
	position: absolute;
	z-index: 500;
	float: right;
	margin-top: 75px;
	margin-left: 765px;
	clear: both;
}
#special a {
	width: 300px;
	height: 200px;
	display: block;
}
.special-highlight {
	font-weight: bold;
	color: #d14108;
}
.fineprint-offer {
	font-size: 10px;
}
#currency {
	position: relative;
	margin-right: 30px;
	float: right;
	clear: left;
}
.table-c {
	text-align: left;
	padding: 6px 6px 6px 24px;
	width: 400px;
	background: #e5f2ff;
}
.mya-link {
	padding-left: 20px;
}
.mya-sep {
	color: #bfdfff;
}
#mya-del {
	background: url(images/mya-del.png) left center no-repeat;
}
#mya-bil {
	background: url(images/mya-bil.png) left center no-repeat;
}
#mya-aut {
	background: url(images/mya-aut.png) left center no-repeat;
}
#mya-eml {
	background: url(images/mya-eml.png) left center no-repeat;
}
#mya-pwd {
	background: url(images/mya-pwd.png) left center no-repeat;
}
/* BEGIN CHANGELOG 2012-04-24 */
.aut-price {
	float: right;
	color: #187400;
	font-weight: bold;
	margin-right: 5px;
}
.aut-price sup {
	color: #187400;
	margin-left: -1px;
}
.aut-neg {
	float: right;
	color: #8fa7bf;
	font-weight: normal;
	margin-right: 5px;
}
#aut-save-panel {
	width: 908px;
	height: 400px;
	position: absolute;
	z-index: 100;
	top: 250px;
	margin-left: 25px;
	background: white url(images/aut_save_bg.jpg) left bottom no-repeat;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 0px 0px 20px black;
	-webkit-box-shadow: 0px 0px 20px black;
	box-shadow: 0px 0px 20px black;
}
#aut-save-49 {
	width: 400px;
	height: 200px;
	position: absolute;
	margin-left: -60px;
	top: -50px;
	clear: both;
	z-index: 50;
}
#aut-save-39 {	
	width: 384px;
	height: 244px;
	position: absolute;
	margin-left: 0px;
	top: -35px;
	clear: both;
	z-index: 100;
}
#aut-save-cont {
	width: 480px;
	height: 360px;
	position: relative;
	margin-left: 410px;
	top: 25px;
}
#aut-save-cont h1 {
	font-family: 'Doppio One', sans-serif;
	font-size: 26px;
	color: #c90336;
	letter-spacing: -1px;
}
#aut-save-cont em {
	text-decoration: underline;
}
#aut-save-cont ul, #aut-save-cont li {
	list-style: none;
	position: relative;
	padding-left: 0px;
}
#aut-save-cont li {
	background: #c9dec0 url(images/checkbox-n.png) 4px center no-repeat;
	margin-top: 10px;
	padding: 6px 6px 6px 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	border: 1px #82907c dashed;
}
#aut-save-cont li:hover {
	background: #c9dec0 url(images/checkbox-y.png) 4px center no-repeat;
	border: 1px #82907c groove;
}
.highlight {
	color: #032dc9;
}
.aut-save-neindanke {
	float: right;
}
.aut-save-neindanke a {
	color: #4c4c4c;
	text-decoration: none;
}
.aut-save-neindanke a:hover {
	color: black;
	text-decoration: underline;
}
.aut-save-cut49 span {
	font-weight: bold;
}
.aut-save-cut49 strong {
	display: none;
}
.aut-save-cut39 span {
	color: #c90336;
	font-weight: bold;
}
.aut-save-cut39 strong {
	text-decoration: underline;
}
.aut-save-cut39 label {
	color: black;
	text-decoration: line-through;
}
/* END CHANGELOG 2012-04-24 */