body {
	background-color: #939da3;
	background-image: url('/images/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	margin-bottom: 50px;
}
a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:active {
	color: #999;
}
a:hover {
	text-decoration: none;
}
a {
	position: relative;
	text-decoration: none;
}
em {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
h2 {
	margin-top: 0px;
}
h3 {
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#container {
	width: 786px;
	margin: 0px auto;
	margin-top: 60px;
	position: relative;
}
#container h1 {
	margin-bottom: 25px;
}
#container h1 a {
	background-image: url('/images/logo.png');
	background-repeat: no-repeat;
	width: 471px;
	height: 77px;
	margin: 0px auto;
	display: block;
}
#container h1 span {
	display: none;
}
#buy-now {
	background-image: url('/images/buy-now.png');
	background-repeat: no-repeat;
	width: 87px;
	height: 87px;
	display: block;
	position: absolute;
	left: 60px;
	top: -40px;
}
#set-language {
	text-transform: uppercase;
	color: white;
	position: absolute;
	right: 15px;
	top: -40px;
	font-size: 9px;
}
#footer {
	color: white;
	text-transform: uppercase;
	text-align: center;
	font-size: 9px;
	margin: 36px 0px;
	float: left;
	width: 100%;
}
#front-image {
	float: left;
}

/* NAVIGATION */

#navigation {
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	float: left;
	list-style: none;
}
#navigation li {
	background-image: url('/images/button.png');
	background-repeat: no-repeat;
	float: left;
	margin: 0px 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.5px;
	display: inline;
}
#navigation li:hover,
#navigation li.menu-hover {
	background-image: url('/images/button-current.png');
}
#navigation li.active,
#navigation li.active_subpage {
	background-image: url('/images/button-current.png');
}
#navigation li a {
	color: white;
	text-align: center;
	width: 147px;
	height: 21px;
	line-height: 21px;
	display: block;
}
#navigation li ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	width: 147px;
	left: -999em;
}
#navigation li:hover ul,
#navigation li.menu-hover ul {
	left: auto;
}
#navigation li ul li {
	margin: 0;
}

/* CONTENT */

#page #content {
	display: none;
}
#page-buy-online #content {
	/*padding: 0px;*/
}
#content {
	background-color: #f4f4f4;
	width: 626px;
	padding: 72px;
	margin: 0px 8px;
	color: black;
	float: left;
	display: inline;
}
#content .left-column,
#content .right-column {
}
#content .right-column {
	/*margin-left: 18px;*/
	width: 328px;/*320px*/
	float: right;
}
#content .left-column {
	width: 280px;
	float: left;
}
#content .left-column img {
	margin-bottom: 18px;
}
#content .left-column p {
	margin: 0px;
}

/* RETAILERS */

#page-retailers #content {
	padding: 24px;
	width: 722px;
}
#retailer-list {
	list-style: none;
	padding: 0px;
}
#partner-list {
/*	margin-right:-54px;
	margin-top:-48px;*/
}
#partners {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#partners li {
	text-align: center;
	/*margin: 9px 0px;*/
	padding: 18px 0px;
	border-bottom: 1px solid #ccc;
}
#partners li:last-child {
	border-bottom: 0px;
}
#partners img {
	border: 0px;
}
#retailer-list li {
	margin-bottom: 18px;
	float: left;
	display: inline;
}
#retailer-list .retailer-name,
#retailer-list .retailer-address,
#retailer-list .retailer-city,
#retailer-list .retailer-phone {
	width: 280px;
	margin-left: 18px;
	float: left;
	display: inline;
}
#retailer-list .retailer-map {
	float: left;
	width: 280px;
	height: 160px;
	overflow: hidden;
	clear: none;
}
#retailer-list .retailer-inactive-map {
	background-color: #f4f4f4;
}
#retailer-flash {
	float: left;
	margin-bottom: 20px;
}

/* WHITE BOX */

.white-box {
	background-color: white;
	float: right;
	padding: 18px;
	margin-bottom: 18px;
	width: 212px;
	display: inline;
}
.white-box-top {
	background-image: url('/images/white-box-top.png');
	background-repeat: no-repeat;
	width: 212px;
	height: 8px;
	display: block;
}
.white-box-inner {
	background-image: url('/images/white-box-background.png');
	background-repeat: repeat-y;
	padding: 0px;
	width: 212px;
	display: block;
}
.white-box-bottom {
	background-image: url('/images/white-box-bottom.png');
	background-repeat: no-repeat;
	width: 212px;
	height: 8px;
	display: block;
}
.white-box.small,
.white-box.small .white-box-top,
.white-box.small .white-box-bottom {
	width: 132px;
}
.white-box.small .white-box-inner {
	width: 124px;
	padding-right: 8px;
}
.white-box.small .white-box-top {
	background-image: url('/images/white-box-top-small.png');
}
.white-box.small .white-box-inner {
	background-image: url('/images/white-box-background-small.png');
}
.white-box.small .white-box-bottom {
	background-image: url('/images/white-box-bottom-small.png');
}

/* SHOP */

#page-buy-online #content {
	padding: 24px;
	width: 722px;
}
#page-buy-online h4 {
	color: #999;
	font-size: 12px;
	text-align: center;
}
.shop-items {
	width: 500px;
	float: left;
}
.shop-item-info {
	height: 376px;
	overflow: hidden;
	position: relative;
}
.shop-item-info h3 {
	color: #999;
	margin: 1em 18px;
}
.shop-item-info-list-container {
	width: 204px;
	height: 360px;
	overflow: hidden;
}
#shop-item-info-list {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 4000px;
	position: relative;
	font-size: 11px;
}
#shop-item-info-list li {
	position: relative;
	height: 360px;
	float: left;
}
#shop-item-info-list li span {
	clear: both;
	padding-left: 18px;
	padding-right: 26px;
	width: 168px;
	display: block;
	margin-bottom: 1em;
}
#shop-item-info-list li span.shop-item-price {
	margin-bottom: 0px;
	position: absolute;
	bottom: 18px;
}
.shop-buy-item {
	position: absolute;
	right: 26px;
	bottom: 18px;
}
.shop-buy-item img {
	border: 0px;
}
.shop-checkout-container {
	padding: 18px;
	padding-right: 26px;
	position: relative;
}
.shop-checkout-container h3 {
	color: #999;
}
#shop-total-items {
	position: relative;
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
#shop-total-items li {
	margin-bottom: 0.5em;
}
#shop-total-items li img {
	border: 0px;
	margin-left: 4px;
	vertical-align: middle;
}
#shop-total-items .shoppingcart-price,
#shop-total-items #shop-total-amount {
	position: absolute;
	right: 0px;
}
#shop-total-items #shipping {
	text-align: right;
}
.shop-checkout form {
	margin-top: 18px;
	height: 42px;
	margin-top: 18px;
	position: relative;
}
#shop-checkout-button {
	float: right;
	position: absolute;
	right: 0px;
}