/*
 * Heineken Webshop CSS
 */

/* FONTS */
@font-face {
	font-family: 'FuturaBT-LightCondensed';
	src: url('../fonts/1FDD5E_0_0.eot');
	src: url('../fonts/1FDD5E_0_0.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/1FDD5E_0_0.woff') format('woff'),
		 url('../fonts/1FDD5E_0_0.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}
  
@font-face {
	font-family: 'FuturaBT-MediumCondensed';
	src: url('../fonts/1FDD5E_1_0.eot');
	src: url('../fonts/1FDD5E_1_0.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/1FDD5E_1_0.woff') format('woff'),
		 url('../fonts/1FDD5E_1_0.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
} 
  
@font-face {
	font-family: 'FuturaBT-BoldCondensed';
	src: url('../fonts/1FDD5E_2_0.eot');
	src: url('../fonts/1FDD5E_2_0.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/1FDD5E_2_0.woff') format('woff'),
		 url('../fonts/1FDD5E_2_0.ttf') format('truetype');
	font-weight:bold;
	font-style:normal;
}

* {
	margin:0;
	padding:0;	
}

html {
	height:100%;
	background: #000 url('../img/bg_html_00.jpg') repeat-y center top;
    background-size: cover;
}

:-moz-any-link:focus,
input:focus,
button:focus {
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}

body {
    background-image:url(../img/bg_body_02.jpg);
	/*background:url('../img/bg_body_00.jpg') center top no-repeat;*/
    background-size: cover;
	font-size: 16px;
	font-family: "微软雅黑";
	min-height:100%;
	line-height: 19px;
	color:#fff;
}

body.home {
	background-image:url('../img/bg_star_content.jpg');
}

body.newsletter-signup{
	background-image:url('../img/bg_body_03.jpg');
}

html.lightbox {
	background: #fff url('../img/form_solid.jpg') 100% 100% fixed no-repeat;
}

html.lightbox body{		
	background: none;
	color: #4c4c4c;
	min-height: 0;
	padding: 30px;
	text-shadow: none;
}
html.lightbox h1 + img {
	display:block;
	margin:0 0 20px;
}

.cufon-active h1 {
	line-height: 1;
}
	.cufon-active .vertical-align-middle {
		top:35%;
	}

h1, h2, h3, h4, h4 {
	font-family: 'FuturaBT-BoldCondensed', 'Arial Narrow', Arial, sans-serif;
}

a .gloss {
	cursor: hand;
}

#canvas {
	position:relative;
	z-index:10;
	width:996px;
	margin:0 auto;
}

#canvas:after {
	content:' ';
	display:block;
	clear:both;
	height:0;
	visibility:hidden;	
}
html.in-frame #canvas {
	padding:15px 0;
    width: auto;
}
	html.in-frame #content {
		margin:0;
		min-height:0;
	}
        html.in-frame .leftcol { display: none; }
        
h1 {
	margin:0 0 10px;
	padding:0 0 10px;
	color:#fff;	
	font-size: 48px;
	line-height:1;	
	text-transform:uppercase;
	font-weight:bold;
}

h2 {
	margin:0 0 5px;
	font-weight:normal;
	font-family: 'FuturaBT-MediumCondensed', 'Arial Narrow', Arial, sans-serif;
	font-size: 24px;
	line-height: 28px; 
	text-transform:uppercase;
}

h2 span{  
	font-weight:bold;	
}

h3,
h4 {
	margin:0;	
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
}

p {
	margin:0 0 21px;	
}

ul {
	margin:0 0 21px 2.25em;	
}
ol {
	margin:0 0 21px 2.25em;	
}

img {
	border: none;	
}

object {
	outline:none;
}

a {
	color:#8c8c8c;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;	
}

strong {
	font-family: 'FuturaBT-BoldCondensed', 'Arial Narrow', Arial, sans-serif;
}

/* Helper classes */
.hidden { 
	position:absolute;
	left:-30000em;
	width:0;
	height:0;
	overflow:hidden;
}

.readmore {
	background: url(../img/icon_arrow.png) no-repeat 0% 50%;
	padding-left: 10px;
}
.back {
	color:#fff;
	background: url(../img/icon_arrow_back.png) no-repeat 0% 50%;
	padding-left: 10px;
}

.intro {
	font-family: 'FuturaBT-BoldCondensed';
	font-size:16px;
	line-height:20px;	
}

.floatLeft {
	float: left;
	margin: 0 15px 15px 0;
}

.floatRight {
	float: right;
	margin: 0 0 15px 15px;
}

.placeholder {
	display: block;
}

.note {
	margin:15px 0;
	font-size:11px;	
	line-height:16px;
	color:#aaa;
}

.ribbon {
	position: absolute;
	right: 20px;
	top: 0;
	height: 89px;
	width: 125px;
}
	.ribbon.small {
		
	}
	.ribbon.yellow {
		background: url(../img/ribbon_yellow_big.png) no-repeat;
		margin: -2px 0 0 0;
	}
	.ribbon strong {
		display: none;
	}

/* Tables */

	table {
	    width: 100%;
	    border-collapse: collapse;
	}

	table td,
	table th {
		padding: 10px;
		vertical-align: top;
	}
	
	table th:first-child,
	table tbody th,
	#canvas table tfoot th {
		text-align: left;
	}
	table [align="center"]{
		text-align:center;	
	}	

		table thead th{
			padding-bottom:5px;
		    color: #999;
		    font-weight: normal;
			text-transform: uppercase;
		}
		table tbody th {
			font-family: 'FuturaBT-BoldCondensed', 'Arial Narrow', Arial, sans-serif;
			font-weight:bold;	
		}
		table thead th:first-child,
		table tbody td:first-child {
			padding-left: 0;
		}
		
		table tbody {
			border-bottom: 1px dotted #babab9;
		}

		table tbody td:first-child {
			padding-right: 0;
		}
		
		table tbody th a {
			color:#000;		
		}
		
		table tbody th a:hover{
			text-decoration:none;
		}
		
		table tbody td img {
			display:block;
			margin:-3px 0;
		}
		
		table td input[type="text"] {
		    width: 30px;
		}
		table tfoot th {
		    color: #333;
			font-family: 'FuturaBT-BoldCondensed', 'Arial Narrow', Arial, sans-serif;
		    font-weight: bold;
		}
			table tfoot th em {
				font-size:12px;
				font-style:normal;
				font-weight:normal;
				color:#4fa714;
			}
			.form.lucid table tfoot th em {
				color:#fff;
			}

#canvas table tfoot th {
	text-transform: uppercase;
}
#canvas table tfoot th em {
	text-transform: none;
}
#canvas table tr .x_amount span {
	font-family: verdana;
	font-size: 14px;
	color: #8c8c8c;
}	

/* 
 * Columns 
 */
#content .leftcol {
	float: left;
	width: 216px;
	margin: 0 32px 0 0;
	padding: 0 0 1px;
}

#content .contentcol {
	float: left;
	width: 704px;
}

#content .colwide {
	width: 956px;
}

html.in-frame #content .colwide {
    width: auto;
}

#content .col1of2 {
	float: left;
	width: 478px;
}

/* Header */

#header:after {
	content:' ';
	display:block;
	clear:both;
	height:0;
	visibility:hidden;	
}

.headeractions {
	position: relative;
	z-index: 899;
	padding:10px 0 18px;
	min-height: 18px;
}

/* Small shopping cart */

.shoppingcart {
	background: url(../img/bg_trans_shopcart.png) repeat-x left -1px;
	position: absolute;
	top: 6px;
	right: 0;
}
.shoppingcart .amount {
	line-height: 28px;
	float: left;
	padding: 5px 10px 0 14px;
}
.shoppingcart .amount sup {
	font-size: 1em;
	vertical-align:0;
}
.shoppingcart .amount p {
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	position: relative;	
}
.shoppingcart .amount .count {
	background: url(../img/icon_amount.png) no-repeat right top;
	position: absolute;
	right: -27px;
	top: -8px;
	z-index: 99;
	line-height: 17px;
	}
	.shoppingcart .amount .count .lc {
		background: url(../img/icon_amount.png) no-repeat left top;
		width: 8px;
		height: 20px;
		position: absolute;
		left: -8px;
		top: 0;
	}
	.shoppingcart .amount .count .number {
		display: inline-block;
		overflow: hidden;
		padding-right: 8px;
		margin-left: -3px;
		position: relative;
		z-index: 99;
		font-weight: bold;
		font-family: 'FuturaBT-BoldCondensed', 'Arial Narrow', Arial, sans-serif;
	}

.shoppingcart > .button {
	margin-right: -4px;
}
	
.shoppingcart .button .text {
	padding: 0 14px 0 38px;
}

.shoppingcart .formcontainer {
	overflow: hidden;
	height: 0;
}

.shoppingcart .form.solid {
	position: absolute;
	right: 0;
	top: 25px;
	width: 100%;
	padding: 0;
	opacity: 0;
	display: none;
}
	
	.shoppingcart .form.solid .shopping_cart_small {
		padding: 20px 15px 35px; 
	}
	.shoppingcart .form.solid h2 {
		font-size: 28px;
	}
	.shoppingcart .form.solid ul,
	.shoppingcart .form.solid .receipt {
		margin: 0 0 10px;
	}
	.shoppingcart .form.solid ul li {
		list-style: none;
	}
	.shoppingcart .form.solid .receipt {
		border-bottom: 1px dotted #babab9;
	}
	.shoppingcart .form.solid .receipt li {
		margin: 0 -15px;
		padding: 2px 15px;
	}
	.shoppingcart .form.solid .receipt li:hover {
		background: #fbfbfb;
	}
	.shoppingcart .form.solid .receipt .title {
		font-size: 15px;
		text-transform: uppercase;
		font-weight: bold;
		font-family: 'FuturaBT-BoldCondensed', 'Arial Narrow', Arial, sans-serif;
		float: left;
	}
	.shoppingcart .form.solid .receipt .title .info {
		margin-left: 5px;
		vertical-align: -4px;
	}
	.shoppingcart .form.solid .receipt .calc,
	.shoppingcart .form.solid .price_calc li.shipping {
		font-size: 13px;
		line-height: 1;
	}
		.shoppingcart .form.solid .price_calc li.shipping sup {
			font-size:0.75em;
			vertical-align:0.25em	
		}
	.shoppingcart .form.solid .receipt .calc,
	.shoppingcart .form.solid .price_calc li {
		clear: both;
		display: block;		
	}
	.shoppingcart .form.solid .price_calc li.subtotal,
	.shoppingcart .form.solid .price_calc li.total {
		font-size: 15px;
		text-transform: uppercase;
		font-weight: bold;		
		font-family: 'FuturaBT-BoldCondensed', 'Arial Narrow', Arial, sans-serif;
	}
		.shoppingcart .form.solid .price_calc li.subtotal sup,
		.shoppingcart .form.solid .price_calc li.total sup {
			font-size:0.75em;
			vertical-align:0.35em	
		}
	.shoppingcart .form.solid .price_calc li.total {
		padding-top: 5px;
	}
	.shoppingcart .form.solid .price_calc li.subtotal span,
	.shoppingcart .form.solid .price_calc li.total,
	.shoppingcart .form.solid .receipt .product_price {
		color: #529404;		
	}
	.shoppingcart .form.solid .receipt .title,
	.shoppingcart .form.solid .price_calc li.subtotal span.text {
		color: #4c4c4c;
	}
	.shoppingcart .form.solid .receipt .product_price,
	.shoppingcart .form.solid .price_calc span,
	.shoppingcart .form.solid ul.actions li {
		float: right;
		}
	.shoppingcart .form.solid .price_calc span.cart_totalprice {
		float:none;
	}
		.shoppingcart .form.solid .price_calc span.text,
		.shoppingcart .form.solid ul.actions li:first-child {
			float: left;
		}
		.shoppingcart .form.solid .receipt .product_price {
			font-size: 15px;
		}
			.shoppingcart .form.solid .receipt .product_price sup {
				font-size:0.75em;
				vertical-align:0.25em	
			}
			
/* Profile */
			
div.profile {
	margin: 5px 0 0 268px;
	width: 425px;
	font-size: 12px;
	text-shadow:0 1px 2px rgba(0,0,0,0.9);
	line-height:1;
}	
	div.profile h3 {
		font-size: 15px;
		line-height:1;
		margin:0;
		display: inline;
		text-transform: none;
		font-weight:normal;
		font-family: 'FuturaBT-MediumCondensed';
		line-height:1;
	}
	div.profile h3 strong {
		font-weight: bold;
		font-family: 'FuturaBT-BoldCondensed', 'Arial Narrow', Arial, sans-serif;
	}
	div.profile ul{
		display: inline;
		margin:0;
		padding: 0;
	}
		div.profile ul li {
			line-height:1;
			display: inline;
			line-height: 13px;
		}
			div.profile ul li span {
				margin: 0 5px;
			}
			div.profile ul li span.info {
				margin-right: 0;
				vertical-align: top;
				display: none;
			}
			div.profile ul li a {
				color: #fff;
			}


/* Content */
#content {
	min-height:300px;
	padding: 0 20px;	
	margin:0 0 20px;
}
#content:after {
	content:' ';
	display:block;
	clear:both;
	height:0;
	visibility:hidden;	
}


/* Footer */
#footer {
}

/* Pushbox */
#pushbox_bg {
	height: auto;
	position: static;
	width: auto;
}
#pushbox ul,
#pushbox,
#pushbox ul li {
	overflow: auto;
	height: 425px !important;
	width: 960px !important;
	background: red;
	position: relative;
}

.background {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50%;
	z-index: -1;
	width: 100%;
}

/* Product */
.product-content h1 {
	margin: 0;
	padding: 0;
}
div.photo {
	float: left;
	width: 300px;
	margin-top: 35px;
}

div.details {
	background: url(../img/bg_content.png) 80% 0% no-repeat;
	float: left;
	padding: 35px 20px 0 0;
	width: 384px;
	font-size:16px;
	line-height:19px;
	color:rgba(255,255,255,0.8);
	position: relative;
}

	div.details .order fieldset {
		margin: 0 0 10px;
	}
		div.details .select {
			width:130px;	
		}

	div.details .price-info {
		display: block;
		margin: 0 0 10px;
	}
	.ie7 div.details .price-info {
		zoom:1; 
	}
	
	div.details .price-info:after {
		content: ' ';
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;	
	}
	
	div.details .error {
		display: block;
		width: 192px;
	}
	
.view-big-pic-btn {
	background: url(../img/icon_bekijk_grote_foto.png) no-repeat;
	border: 0;
	display: block;
	height: 19px;
	margin-left: -65px;
	width: 96px;
	bottom: 75px;
	left: 50%;
	position: absolute;
}
	.view-big-pic-btn strong {
		display: none;
	}

.photo {
	position: relative;
}
.photo #photo_container,
.photo #photo_custom img {
	padding-bottom: 20px;
	position: relative;
	width: 270px;
}
	.photo #photo_container img {
		cursor: url(../img/icon_zoom.cur), auto;
		width: 260px;
		position:relative;
		z-index:2;
		left: 0;
		display:block;
	}

	.photo #photo_container::after {
		content:'';
		background:url('../img/shadow.png') -15px 100% no-repeat;
		margin: -28px -8px 0 -24px;
		width: 260px;
		height: 50px;	
		display: block;
	}

.photo #photo_custom img {
	margin-bottom: 20px;
}
	
.photo .thumbs,
#modalbox .thumbs {
	margin: 5px 0;
	height: 60px;
	overflow: hidden;
}

#modalbox .thumbs {
	padding-left: 50%;
	margin-left: -25%;	
}

	.photo .thumbs li:first-child,
	#modalbox .thumbs li:first-child {
		margin: 0 3px 0 0;
	}	
	.photo .thumbs li,
	#modalbox .thumbs li {
		float: left;
		list-style: none;
		margin: 0 1px;
	}
		.photo .thumbs li a,
		#modalbox .thumbs li a {
			display: block;
			opacity: 0.8;
		}
		.photo .thumbs li a:hover,
		#modalbox .thumbs li a:hover {
			opacity: 1;
		}
			.photo .thumbs li a:hover img,
			#modalbox .thumbs li a:hover img {
				border: 2px solid #fff;
				box-shadow: 2px 2px 5px #3e5f16;
			}
			
			.photo .thumbs li a img,
			#modalbox .thumbs img {
				-moz-box-shadow: 2px 2px 5px #000;
				-webkit-box-shadow: 2px 2px 5px #000;
				box-shadow: 2px 2px 5px #000;
				-moz-border-radius: 5px;
				border-radius: 5px;	
				border: 2px solid #3e5f16;
				display: block;
			}
			
				
#modalbox .modalbox-content {
	position: absolute;
	top: 150px;
	left: 50%;
	z-index: 901;
	width: 500;
	height: 300;
	overflow: hidden;	
	margin-left: -250px;

}
				
#modalbox .overlay {
	position: fixed;
	z-index: 900;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.75;
}

#modalbox .close {
	background: #000 url(../img/close.png);
	cursor: pointer;
	display: block;
	height: 16px;
	font-size: 0;
	right: 0;
	text-indent: 0;
	position: absolute;
	top: 0;
	width: 16px;
	z-index: 902;
}
				

div.warning {
	margin: 15px 0;
	border: 1px solid rgba(255,255,255,0.4);
	padding: 10px;
	font-size:13px;
	line-height: 14px;
	color: rgba(255,255,255,0.7);
}
	div.warning h2 {
		font-size: 16px;
		margin: 0 !important;
	}
	
	div.warning p {
		margin: 0;
	}


/* Social sharing */
.social {
	background: url(../img/bg_socialshare.png) repeat-x;
	margin: 20px 0 20px 300px;
	float: right;
	overflow: hidden;
	width: 404px;
}

	.social ul {
		margin: 0;
	}
	
		.social li {
			background: url(../img/separator_socialmedia.png) 0% 50% no-repeat;
			display: inline;
			float: left;
			list-style: none;
			padding: 8px 8px 1px 10px;
		}
		
		.social li:first-child {
			background: none;
		}
	
		.social a img {
			border: none;
		}
	
			html[lang=nl] .twitter-share-button {
				margin-top: 2px;
		   		width: 72px !important;
			}
			html[lang=nl] .facebook-share-button {
		   		min-width: 45px !important;
			}
			
			.mail-share-button {
				display: block;
				height: 20px;
				margin-top: 5px;
			}
			
			.hyves-share-button {
		   		width: 70px !important;
			} 
			
/* Product Teasers */
div.teaserblock {
	background: url(../img/bg_divider.png) no-repeat 0 0;
	clear: both;
	padding: 30px 0 10px 0;
}
	div.teaserblock h2 {
		margin-bottom: 20px;
		padding-left: 12px;
	}
.product_list {
	list-style:none;
	margin:0 -8px;
	font-size:14px;
}
.product_list:after {
	content:' ';
	display:block;
	clear:both;
	height:0;
	visibility:hidden;	
}
	.product_list li.product {
		position:relative;
		float:left;
		width:200px;
		margin:0 8px 16px;	
		padding:0 12px;
		box-shadow:2px 2px 5px rgba(0,0,0,0.5);
	}
		.product_list li.product a.url {
			display:block;
			position:relative;
			margin:0 -12px;
			padding:10px 12px 0;
			color:#fff;
			text-decoration:none;	
			background:url('../img/teaser_top.png') no-repeat;
		}
			.product_list li.product h3 {
				color:#fff;
				font-size:18px;
				line-height:20px;
				margin:0 0 10px;
				text-shadow:-5px 5px 29px rgba(0,0,0,0.55);
				font-weight:normal;
				font-family: 'FuturaBT-MediumCondensed', 'Arial Narrow', Arial, sans-serif;
			}	
			.product_list li.product img {
				display:block;
				margin:0 -11px;
				position: relative;
			}
			.product_list li.product .gloss {
				width:222px;
				height:155px;
				position:absolute;
				bottom:0;
				left:0;
				background:url('../img/product_gloss.png');	
			}
		.product_list li.product .select {
			position:absolute;
			bottom: 54px;
			right:10px;			
			width:130px;
		}
		.product_list li.product .price {
			width:200px;
			position:absolute;
			bottom:86px;
			right:13px;	
			line-height:1;				
		}
			.product_list li.product del,
			.product-content .details del {
				float:left;	
				margin:0 0 0 -5px;
				padding:2px 5px;
				font-size:22px;
				font-weight:normal;
				font-family: 'FuturaBT-MediumCondensed', 'Arial Narrow', Arial, sans-serif;
				color:#949597;
				text-decoration:none;
				background:url('../img/price_strikethrough.png') 50% 50% no-repeat;
				text-shadow:0 0 12px rgba(0,0,0,0.55);
				opacity: 0.75;
			}
			.product_list li.product ins,
			.product-content .details ins {
				float:right;
				font-size:32px;
				font-weight:bold;
				font-family: 'FuturaBT-BoldCondensed', 'Arial Narrow', Arial, sans-serif;
				line-height: 40px;
				margin-top: -10px;
				color:#fff;
				text-decoration:none;
				text-shadow:0 0 12px rgba(0,0,0,0.55);
			}
						
				.product-content .details del {
					float: left;
					font-size: 32px;
					opacity: 0.75;
					color: #ccc;
					background: url(../img/price_strikethrough_white.png) no-repeat 50% 50% !important;
					margin-right: 20px;
				}
				.product-content .details ins {
					font-size: 41px;
					float: left;
				}
			
				.product_list li.product .dec,
				.product-content .details .dec {
					font-size:0.6em;	
					vertical-align:0.45em;
				}
		.product_list li.product .select_variation {
			position:absolute;
			bottom:50px;
			right:13px;					
		}
		.product_list li.product .button {
			position:absolute;
			bottom:12px;
			right:9px;	
		}
		.product_list li.product .button.direct_pay {
			bottom:8px;	
			right:12px;
		}
		.product_list li.product .note {
			position:absolute;
			bottom:23px;
			right:1px;	
			width:200px;
			margin:0;
			padding:0 11px;
			color:#999b9b;	
			text-align:center;
			text-transform:uppercase;
			font-size:14px;
			font-weight:bold;
			font-family: 'FuturaBT-BoldCondensed', 'Arial Narrow', Arial, sans-serif;
			text-shadow:0 1px 0 rgba(0,0,0,0.2), 0 0 5px rgba(255,248,198,0.13);
		}
		.product_list li.product .note.almost_out_of_stock {
			bottom:136px;
			color:#fff;	
			text-shadow:0 1px 0 rgba(0,0,0,0.5), 0 0 5px rgba(0,0,0,0.4);
		}
		
/* Highlighted product */

.product_list li.product.highlighted {
	float:none;
	width:auto;
	padding:0 12px 1px;
	background-image:url('../img/teaser_highlighted_bottom.png');
}
	.product_list li.product.highlighted a.url {
		background-image:url('../img/teaser_highlighted_top.png');
	}
		.product_list li.product.highlighted h3 {
			font-size:30px;
			line-height:28px;
		}
	.product_list li.product.highlighted .note {
		right:auto;
		left:246px;
		width:auto;
		text-align:left;
	}

/* Product Group Navigation */

#product_groups {
	min-height:494px;
	background:url('../img/product_groups.png') 100% 50% no-repeat;
	font-size: 22px;
	white-space:nowrap;
}
	#product_groups ul {
		list-style:none;
		margin:0 0 17px;
		overflow:hidden;
	}
		#product_groups li {
			position:relative;
			margin:2px 0 -2px;	
			background:url('../img/product_groups_separator.png') 50% 100% no-repeat;
		}
			#product_groups li a {
				display:block;
				padding: 22px 25px 22px 70px;
				background:url('../img/product_groups_arrow.png') 198px 36px no-repeat;
				overflow:hidden;
				color:#c2c7cf;
				color:rgba(255,255,255,0.7);
				text-transform:uppercase;
				text-shadow:0 1px 0 rgba(0,0,0,0.2);
				white-space: normal;
			}
			#product_groups li a:hover {
				color:#fff;	
				text-decoration:none;
				background-position:198px -64px;
			}
				#product_groups img {
					float:left;
					margin:-5px 0 -5px -70px;	
					border-radius:4px;
					box-shadow:0 3px 7px rgba(0,0,0,0.4);
					-webkit-box-reflect: below -1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.7, transparent), to(rgba(0,0,0,0.5))); 
				}
				#product_groups .gloss {
					position:absolute;
					top:17px;
					left:0;
					width:58px;
					height:58px;
					border-radius:4px;
					background:url('../img/product_navigation_gloss.png');
				}
	#product_groups li.pgs_codes {
		font-size:17px;
		background-image:url('../img/product_groups_codes.png');
	}
		#product_groups li.pgs_codes a {
			padding-top:24px;
		}
			#product_groups li.pgs_codes .thick {
				display:block;
				font-size:22px;
				font-weight:bold;	
				font-family: 'FuturaBT-BoldCondensed', 'Arial Narrow', Arial, sans-serif;
			}
			#product_groups li.pgs_codes img {
				margin:-10px 0 -8px -70px;	
				-webkit-box-reflect:none;
				border-radius:0;
			}
	

/* Sales Rewards */

.rewards_heading {
	position: relative;	
}
	.rewards_heading h1 {		
		overflow:hidden;
		/*height:170px;*/	
	}
	.rewards_heading h1 span {
		font-size: 65px;
		line-height: 20px;
	}

.rewards_heading img.prod_code {
	position: absolute;
	right: 0px;
	top: -30px;	
}

.extra_info {
	padding:15px 5px 10px;
	background:url('../img/extra_info.png') no-repeat;	
	font-size:18px;
	line-height:20px;
	font-family: 'FuturaBT-MediumCondensed', 'Arial Narrow', Arial, sans-serif;
	font-weight:normal;
	text-shadow:1px 1px 3px rgba(28,46,14,0.28), 0 0 12px rgba(94, 173, 48, 0.23);
	overflow:hidden;
}
	.extra_info>a {
		float:left;
		margin:0 10px 0 0;
		color:#fff;
	}
		.extra_info>a img {
			float:left;
			margin:-10px 10px -5px 0;	
		}
	.extra_info .social {
		float:right;
		background:none;	
		width:auto;
		margin:0;
		font-size:16px;
	}

.rewards_heading .extra_info .social li {
	padding-top: 0;
} 

.rewards_list {
	list-style:none;
	margin:30px -20px 0 0;	
}
	.rewards_list li {
		height:139px;
		overflow:hidden;
		text-overflow:ellipsis;
		position:relative;
		margin:0 0 40px;
		padding:10px 168px 10px 240px;
		background:url('../img/sales_rewards_list.png') no-repeat;	
	}
		.rewards_list li a {
			color:#fff;
			text-decoration:none;	
		}
			.rewards_list li a img {
				float:left;	
				margin:-10px 0 -9px -239px;
				height: 156px;
			}
			.rewards_list li a .gloss {
				width:222px;
				height:155px;
				position:absolute;
				top:0;
				left:0;
				background:url('../img/product_gloss.png');	
			}
			.rewards_list li a h3 {
				margin:0 0 10px;
				font-size:28px;
				line-height:30px;	
			}
		.rewards_list li .join {
			position:absolute;
			right:0;
			top:0;
			width:148px;
			padding:15px 5px;
			text-align:center;	
		}
			.rewards_list li .join h4 {
				margin:0 0 5px;	
				font-size:16px;
				line-height:1;
			}
			.rewards_list li .join img {
				display:block;
				margin:0 auto 5px;	
			}
	
.reward_choice {
	position:relative;
	margin:0 0 20px;
	padding:0 0 0 160px;	
	color:#4c4c4c;
	font-size:16px;
	line-height:19px;
}
	.reward_choice h3,
	.reward_choice h4 {
		color:#6a6a6a;
		font-size:20px;
		line-height:1;
		margin:0 0 10px;
	}	
	.form.lucid .reward_choice h3, 
	.form.lucid .reward_choice h4 {
		color:#fff;
		text-shadow:1px 1px 0 rgba(0,0,0,0.2);
	}
	.reward_choice p {
		margin:0 0 10px;
	}
	.reward_choice h4 {
		clear:both;
		margin:0 0 10px -160px;
		padding:20px 256px 0 0;	
		background:url('../img/horizontal_dots.png') repeat-x;
	}
	.form.lucid .reward_choice h4 {
		background:url('../img/border_cart_medium.png') 50% 0 no-repeat;
	}
	.reward_choice>img {
		float:left;
		margin:0 0 10px -160px;	
	}
	.reward_choice .codes {
		margin:-1.4em 0 0;	
	}
	.reward_choice .codes:after {
		content:' ';
		display:block;
		clear:both;
		height:0;
		visibility:hidden;
	}
		.reward_choice .codes img {
			margin:-18px 10px 5px 0;	
			float:left;
		}
		.reward_choice .codes table {
			width:122px;
			margin:-7px 0 5px;
			font-size:1em;
			line-height:19px;
			color:#3d950c;
			float:left;
		}
		.form.lucid .reward_choice .codes table {
			color:#fff;	
			text-shadow:1px 1px 0 rgba(0,0,0,0.2);
		}
		.reward_choice .codes tbody {
			border: none;
		}
			.reward_choice .codes th,
			.reward_choice .codes td {
				border:0;
				padding:0 5px 0 0;	
				font-weight:normal;	
			}
			.reward_choice .codes td {
				font-weight:bold;	
				padding:0;
			}
	
/* Sales Rewards Redeem */

div.redeem {
	margin-bottom: 20px;
	font-size: 16px;
	color: #8c8c8c;
	text-shadow: #fff 1px -1px 1px;
}	
	div.redeem .error {
		background: none;
		padding: 0;
	}
	div.redeem h2 {
		color: #4c4c4c;
		font-family: 'FuturaBT-MediumCondensed', 'Arial Narrow', Arial, sans-serif;
		font-size: 24px !important;
		margin: 0 0 20px 0 !important;
	}
	div.redeem h2 span {
		display: block;
		height: 73px;
		left: 245px;
		position: absolute;
		top: -15px;
		width: 124px;
	}
	
	.product-codes1 {
		background: url(../img/productcodes/codes1.png);
	}
	.product-codes2 {
		background: url(../img/productcodes/codes2.png);
	}
	.product-codes3 {
		background: url(../img/productcodes/codes3.png);
	}
	.product-codes4 {
		background: url(../img/productcodes/codes4.png);
	}
	.product-codes5 {
		background: url(../img/productcodes/codes5.png);
	}
	.product-codes6 {
		background: url(../img/productcodes/codes6.png);
	}
	.product-codes7 {
		background: url(../img/productcodes/codes7.png);
	}
	.product-codes8 {
		background: url(../img/productcodes/codes8.png);
	}
	.product-codes9 {
		background: url(../img/productcodes/codes9.png);
	}
	.product-codes10 {
		background: url(../img/productcodes/codes10.png);
	}
	.product-codes11 {
		background: url(../img/productcodes/codes11.png);
	}
	.product-codes12 {
		background: url(../img/productcodes/codes12.png);
	}
	.product-codes13 {
		background: url(../img/productcodes/codes13.png);
	}
	.product-codes14 {
		background: url(../img/productcodes/codes14.png);
	}
	.product-codes15 {
		background: url(../img/productcodes/codes15.png);
	}
	.product-codes16 {
		background: url(../img/productcodes/codes16.png);
	}
	.product-codes17 {
		background: url(../img/productcodes/codes17.png);
	}
	.product-codes18 {
		background: url(../img/productcodes/codes18.png);
	}
	.product-codes19 {
		background: url(../img/productcodes/codes19.png);
	}
	.product-codes20 {
		background: url(../img/productcodes/codes20.png);
	}		

	div.redeem h2 strong {
		display: none;
	}
	
	div.redeem a.more {
		margin-top: 5px;
		text-transform: none;
		text-decoration: underline;
		float: right;
	}
	div.redeem fieldset {
		text-transform: uppercase;
	}
		div.redeem label {
			display: inline-block;
			width: 85px;
		}
		div.redeem input {
			width: 95px;
			letter-spacing: 2px;
			text-transform: uppercase;
			display: inline;
		}
		/*
		 PAST NIET MET LIVE TEKSTEN
		div.redeem .button {
			float: right;
			margin: 0 8px 5px 0;
		}*/
		
		div.redeem .error {
			width: auto;
		}
		
		div.redeem .error input {
			border: 1px solid red
		}
		
		div.redeem .error span {
			padding: 0 0 0 5px;
		}
		
		div.redeem div.codes {
			color: #3b930b;
		}
			div.redeem div.codes strong {
				text-transform: uppercase;
			}
		
		div.redeem div.success,
		.campagne .form.solid.try_again,
		.campagne .form.solid.redeem_checking {
			display: none;
		}
			
		div.redeem small {
			font-size: 13px;
			line-height: 16px;
			margin-bottom: 15px;
			display: block;
		}
		
		div.redeem div.codes span {
			background: url(../img/icon_valid.png) no-repeat 0 50%;
			padding-left: 25px;
			display: block;
			margin-bottom: 10px;
		}


/*  Sales Rewards Confirmation */
.confirmation {
	display: inline-block;
	width: 876px;
}
.confirmation .product_info {
	overflow: hidden;
}
.confirmation .product_info img {
	float: left;
	margin: 0 20px 20px 0;
}

.form.solid.confirmation .actions {
	padding: 0;
	clear: both;
	display: block;
	text-align: left;	
}
.form.solid.confirmation .actions .red {
	margin-top: 10px;
	float: left;
}
.form.solid.confirmation .actions .more {
	margin-left: 10px;
	line-height: 45px;
}

/* Forgot password */
.form_password {
	overflow: hidden;
}
.contentcol .form_password fieldset.horizontal .field,
.colwide .form_password fieldset.horizontal .field {
	padding-left: 135px;
	padding-right: 0;
}
.form_password fieldset.horizontal .field > input {
	width: 145px;
}
.contentcol .form.form_password .actions {
	float: right;
	margin: 0 10px 0 0;
	text-align: left;
	padding-left: 0;
}	
.colwide .form.form_password .actions {
	text-align: left;
	padding-left: 0;
}	


/* Login page */
.formlogin {
	background: url("../img/vertical_dots.png") repeat-y 50% 0;
	overflow: hidden;
}
.form.lucid .formlogin {
	background:none;
}
.formlogin.onecol{
	background: none;
}
.formlogin .col_half,
.form_password .col_half {
	width: 50%;
	float: left;
}
.formlogin .customers {
	padding: 0 22px 0 0;
}
.formlogin .customers.first_time {
	padding-left: 22px;
}
.formlogin .customers p {
	color: #4c4c4c;
}
.formlogin fieldset.actions .more { 
	float: left;
	margin-top:6px;
}
#canvas .formlogin .form.solid .horizontal .field.checkbox {
	margin-left: 102px;
}
#canvas .formlogin .form.solid .horizontal .field {
	padding-left: 0;
	padding-right: 0;
}
#canvas .formlogin fieldset.horizontal .field {
	padding-left: 78px;	
	padding-right: 0;
}		
#canvas .formlogin fieldset.horizontal .field > label,
#canvas .formlogin fieldset.horizontal .field > .label {
	margin-left: -78px;
	padding-right: 10px;
	width: 68px;
}
#canvas .formlogin fieldset.horizontal .field > input.error {
	width: 165px;
}
#canvas .formlogin fieldset.horizontal .field > input {
	width: 167px;
	margin-right: 0;
}
#canvas .formlogin fieldset.horizontal .field .info {
	right:8px;
}

.form.solid .actions .print {
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
	line-height: 30px; 	
}

/* Campagne redeem */
.campagne {
	position: relative;
}
.campagne .campagne_image {
	position: absolute;
	right: 0;
	top: 0;
}
.campagne .actions a {
	float: left;
	margin: 0 30px 0 0;
	font-size: 18px;
	color: #fff;
	line-height: 45px;
	text-decoration: underline;
	}
	.campagne .actions a:hover {
		text-decoration: none;	
	}
.campagne .actions a.codes {
	background: url(../img/icon_campagne_codes.png) no-repeat left top;	
	height: 49px;
	padding-left: 60px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5)
}
.campagne .details {
	background: none;	
	width: 370px;
	margin-top: 255px;
}
.campagne .form.solid {
	background: url("../img/bg_campagne_form.png") no-repeat left bottom;
	box-shadow: none;	
	display: inline-block;
	padding: 26px 16px 15px;
	position: relative;
	width: 340px;
}
.campagne .form.solid h2 {
	margin-bottom: 10px !important;
	color: #fff;
}

.form.solid.redeem_checking {
	padding: 10px 16px;
	position: relative;
}

.form.solid.redeem_checking h2 {
	color: #fff;
	left: 85px;
	position: absolute;
	top: 30px;
}

.campagne .form.solid fieldset {
	margin: 0;
	position: relative;
}
.campagne .form.solid fieldset .field.submit {
	position: absolute;
	right: 0;
	top: 5px;
}
.campagne .form.solid fieldset .inputcontainer {
	width: 213px;
}
.campagne .form.solid fieldset input {
	background: #2b2c2f;
	border: 1px solid #141413;
	color: #e8e8e8;
	font-size: 28px;
	height: 32px;
	letter-spacing: 5px;
	line-height: 32px;
	margin: 0;
	padding: 3px 0 3px 9px;
	text-transform: uppercase;
	width: 210px;
}
.campagne .form.solid fieldset input.error {
	border: 1px solid red;
	margin: 0;
}
.campagne .form.solid fieldset .field {
	margin: 0 0 10px;
}
.campagne .form.solid .button {
	margin: 0;
}
.campagne .form.solid .topline {
	background: url("../img/bg_field_campagne_top.png") no-repeat left top;
	position: absolute;
	left: 0;
	top: -3px;
	width: 372px;
	height: 3px;
}
/* checking form */
.campagne .form.solid.checking {
	padding-top: 20px;
	padding-bottom: 20px;
}
.campagne .form.solid.checking img {
	float: left;
	margin: -15px 15px 0 0;
}
.campagne .form.solid.checking h2 {
	margin: 0!important;
}

.campagne div.redeem {
	text-shadow: none;
}
.campagne div.redeem div.codes span {
	color: #f2f2f2;
}

.campagne .social {
	position: relative;
}

/* Shopping cart big */

#canvas .shopping_cart_big table {    
	border-collapse: collapse;
	border-spacing: 0;
}
		
#canvas table tfoot tr.additional th,
#canvas table tfoot tr.additional td {
	color:#999;	
	font-weight:normal;
}
#canvas table tfoot tr.additional th,
#canvas table tfoot tr.additional td,
#canvas table tfoot tr.total th,
#canvas table tfoot tr.total td {
	padding-top:0;
}
#canvas .shopping_cart_big table tfoot tr td,
#canvas .shopping_cart_big table tfoot tr th {
	vertical-align: baseline;
	line-height:1;
	-webkit-text-shadow: 1px 1px 1px #fff;
		   -moz-text-shadow: 1px 1px 1px #fff;
            text-shadow: 1px 1px 1px #fff;
}
#canvas .shopping_cart_big table tfoot tr td {
	font-size: 32px;
	line-height: 28px;
	font-weight:bold;
	font-family: 'FuturaBT-BoldCondensed', 'Arial Narrow', Arial, sans-serif;
	text-align:right;
}
#canvas .shopping_cart_big table tfoot tr.additional th {
	font-size: 16px;
	line-height: 16px;
}
#canvas .shopping_cart_big table tfoot tr.additional td {
	font-size: 22px;
	line-height: 20px;
}
#canvas table tfoot tr.additional td,
#canvas table tfoot tr.additional th {
	color: #8c8c8c;	
}		
#canvas .shopping_cart_big table tfoot td,
#canvas .shopping_cart_big table tfoot th {
	color: #4fa714;	
}
#canvas .shopping_cart_big {
	width: 624px;
}

#canvas .shopping_cart_big .amount {
	width: 15px;
	text-align: center;
	font-size: 16px;
	margin:-2px 4px 0 0;
}

#canvas .shopping_cart_big table th,
#canvas .shopping_cart_big table td {
	font-size: 22px;
	color: #4c4c4c;
	line-height:20px;
}
#canvas .shopping_cart_big table thead th {
	color:#8c8c8c;
	font-size:16px;	
}
#canvas .shopping_cart_big table thead th.totalprice {
	text-align:right;
}
#canvas .shopping_cart_big table tbody th {
	text-transform:uppercase;	
}
#canvas .shopping_cart_big table td.totalprice {
	color: #4fa714;
	text-align:right;
}
#canvas .shopping_cart_big table tbody th a {
	display:block;
	margin:1px 0 5px;
	color: #4c4c4c;
}
#canvas .shopping_cart_big table tbody sup,
#canvas .shopping_cart_big table tfoot tr.additional td sup,
#canvas .shopping_cart_big table tfoot sup {
	vertical-align: top;
	font-size:0.7em;
	line-height:0.8;
}
#canvas .shopping_cart_big table tr .info {
	margin-left: 5px;
	vertical-align:top;
}

#canvas .shopping_cart_big table td a.delete {
	background:url(../img/icon_delete.png) no-repeat 0 0;
	display: inline-block;
	color:#999;
	width: 27px;
	height: 28px;
	font-size:12px;
	margin-top:-3px;
}
#canvas .shopping_cart_big table td a.delete:hover {
	background-position: left bottom;
	color:#C90000;
	text-decoration:none;	
}
#canvas .shopping_cart_big table td a.delete span {
	display: none;
}
#canvas .shopping_cart_big .actions .button.grey_light {
	float: left;
}
#canvas .shopping_cart_big .actions .button.red {
	margin-right: 50px;
}

#canvas .shopping_cart_big td.amount,
#canvas .shopping_cart_big td.totalprice,
#canvas .shopping_cart_big tfoot td {
	white-space:nowrap;	
}
#canvas .shopping_cart_big td a.update {
	display:inline-block;
	width:17px;
	height:17px;
	background:url(../img/icon_update.png) no-repeat;
	text-indent:-3000em;
	white-space:nowrap;
	overflow:hidden;
	vertical-align:middle;
}

.form.lucid .shopping_cart_big {
	text-shadow:1px 1px 0 rgba(0,0,0,0.2);	
}
#canvas .form.lucid .shopping_cart_big table th, 
#canvas .form.lucid .shopping_cart_big table td {
	color:#fff;	
}
#canvas .form.lucid .shopping_cart_big table tfoot tr td, 
#canvas .form.lucid .shopping_cart_big table tfoot tr th {
    text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}
#canvas .form.lucid .shopping_cart_big table thead th {
	color:rgba(255,255,255,0.5);
}
#canvas .form.lucid .shopping_cart_big table tbody th a {
	color:#fff;	
}
#canvas .form.lucid table tr .x_amount span {
	color:#fff;
}
.form.lucid .shopping_cart_big tbody {
	border:0;
}
.form.lucid .shopping_cart_big tfoot tr:first-child {
	background:url('../img/form_divider_narrow.png') no-repeat 0 0;
}
#canvas .form.lucid .shopping_cart_big table td.totalprice,
#canvas .form.lucid .shopping_cart_big table tfoot tr td {
	color:#b0e768;	
}
#canvas .form.lucid .shopping_cart_big table tfoot tr.additional td {
	color:#fff;	
}

/* order payment */
.form.solid.payment .cols {
	background: none;
}

.form.solid.payment span.ordernr {
	background: #fff;
	display: block;
	margin: 0 0 15px;
	padding: 8px 15px;
	font: 20px/1 'FuturaBT-BoldCondensed';
	text-transform: uppercase;
	border: 1px solid #d9d9d9;
	-moz-border-radius: 3px;
	     border-radius: 3px; 
}

.form.payment .col img {
	float: right;
}

/* Rewards Confirmation */
.rewards_product {
	position:relative;
    float: left;
    margin: 0 32px 0 0;
    width: 216px;
}
	.rewards_product img {
		display:block;
		margin:0 0 10px;	
	}
	.rewards_product .gloss {
		width:222px;
		height:155px;
		position:absolute;
		top:0;
		left:0;
		background:url('../img/product_gloss.png');			
	}
.rewards_confirmation {
	float: right;
    width: 704px;
}

/* Cart overlay */

#cart_overlay {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:49999;
}

	#cart_overlay_status,
	#cart_overlay_message {
		position:absolute;
		top:50%;
		left:50%;
		width:270px;
		padding:15px;
		margin:-30px 0 0 -150px;
		text-align:center;
		font-family: 'FuturaBT-BoldCondensed', 'Arial Narrow', Arial, sans-serif;
		font-weight:bold;
		background:url('../img/form_solid.jpg') 50% 100% no-repeat #fff;	
		box-shadow:0 3px 12px rgba(0,0,0,0.75);
		font-size:16px;
		line-height:20px;
		color:#8c8c8c;
	}
		#cart_overlay .torn_edge {
			position:absolute;
			top:100%;
			left:0;
			right:0;
			height:3px;
			background:url('../img/torn_edge.png') repeat-x;	
		}
		#cart_overlay_status strong,
		#cart_overlay_message strong {
			display:block;
		}
		#cart_overlay_status strong {
			padding:30px 0 0;
			background:url('../img/loader.gif') 50% 0 no-repeat;	
		}
		#cart_overlay .button {
			margin-top:10px;
		}

/* Lightbox */
body.lightbox #lightboxwrapper {
	padding: 20px;
}
body.lightbox #lightboxwrapper .productwrap {
    overflow: hidden;
}
body.lightbox #sb-container #sb-nav-close-custom {
	right: 16px;
}

/* Content page */
.content {
	width:600px;	
	padding-bottom:50px;
	text-shadow:0 2px 2px rgba(0,0,0,0.5);
}
	.content intro {
		text-shadow:1px 1px 3px rgba(28,46,14,0.28), 0 0 12px rgba(94, 173, 48, 0.23);
	}
	.content h1 { 
		margin:0 -104px 30px 0;
		padding:0 0 30px;
		background:url('../img/heading_devider.png') 50% 100% no-repeat;
		text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5)
	}
	.content h2 {
		font-family: 'FuturaBT-MediumCondensed', 'Arial Narrow', Arial, sans-serif;
		font-weight:normal;
		font-size:22px;
		margin:0 0 10px;	
		text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5)
	}
	.content h3 {
		font-family: 'FuturaBT-MediumCondensed', 'Arial Narrow', Arial, sans-serif;
		font-weight:normal;
		font-size:18px;
		margin:0 0 10px;	
		text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5)
	} 	 
	.content .image {
		margin:10px 0 30px;	
	} 

/* Paginator */

.paginator_container {
	position:relative;
	clear:both;	
	margin:20px 0;
	padding:0 15px;
	min-height:28px;
}
.form.solid .paginator_container {
	padding:0;
}
	.paginator_container h2 {
		position:relative;
		top:-1px;
		display:inline-block;
		margin:0;
		padding:0 5px 0 0;
		font-size:18px;
		line-height:1;
		font-weight:normal;	
		font-family: 'FuturaBT-MediumCondensed', 'Arial Narrow', Arial, sans-serif;
		vertical-align:middle;
	}
	.form.solid .paginator_container h2 {
		top:0;
		color:#a2a2a2;	
		font-family: 'FuturaBT-LightCondensed', 'Arial Narrow', Arial, sans-serif;			
	}
	.paginator {
		display:inline-block;
		font-size:18px;	
		line-height:12px;
		color:#fff;
		text-transform:uppercase;
	}
	.form.solid .paginator {
		color:#a2a2a2;	
	}
		.paginator a,
		.paginator span.active {
		    display:inline-block;
			margin:0 2px;
			padding:5px 6px;
			color:rgba(255,255,255,0.7);
		    -webkit-box-shadow:0 2px 5px rgba(0,0,0,0.44);
		    -ms-box-shadow:0 2px 5px rgba(0,0,0,0.44);
		    box-shadow:0 2px 5px rgba(0,0,0,0.44);	
			background:url('../img/paginator_number.png') 50% -1px;	
			vertical-align:bottom;
		}

        .paginator a
        {
            border: 1px solid rgba(255,255,255,0.1);
        }
		.paginator span.active {
			color:#b6ff00;
			box-shadow:0 2px 5px rgba(0,0,0,0.44), 0 0 6px rgba(33,162,1,0.9), inset 0 0 8px rgba(255,255,255,0.25);	
			border:1px solid rgba(154,205,36,0.48);
			background-position:50% -25px;
		}	
		.paginator a:hover {
			color:#fff;
			text-decoration:none;
		}
		.paginator a.prev,
		.paginator a.next {
			width:50px;
			height:12px;
			padding:5px 7px;
			text-align:center;	
			background:url('../img/paginator_button.png');
			border:0;
			font-size:14px;
		}
		.paginator span.prev,
		.paginator span.next {
			display:none;	
		}
		.form.solid .paginator a,
		.form.solid .paginator span.active {
			color:#a2a2a2;
			background:none #fff;
			box-shadow:none;
			border:1px solid #dcdcdc;
			border-radius:2px;
		}
		.form.solid .paginator a:hover {
			color:#469d10;	
		}
		.form.solid .paginator a.prev,
		.form.solid .paginator a.next {
			padding: 5px 7px 3px;
			font-family: 'FuturaBT-LightCondensed', 'Arial Narrow', Arial, sans-serif;			
		}
		.form.solid .paginator span.active {
			border-color:#68ab43;
			color:#fff;
			text-shadow:0 1px 1px rgba(25,70,15,0.5);
			background:url('../img/paginator_button_solid.png') #469d10 50% 50%;
		}
	.paginator_container fieldset.number,
	.paginator_container fieldset.sorting {
		position:absolute;
		top:-1px;
		right:0;
	}
	.paginator_container fieldset.sorting {
		right:130px;
	}
		.paginator_container .select {
			text-transform:uppercase;	
			width: 114px;
		}
	
/* Order history */

table.history {
	margin:0 -10px 25px;	
	width:auto;
}
	table.history tbody {
		border:0;
	}
	#canvas table.history th,
	#canvas table.history td {
		text-align:left;
		padding:4px 25px 4px 10px;
		font-family: 'FuturaBT-LightCondensed', 'Arial Narrow', Arial, sans-serif;	
		color:#4c4c4c;
		vertical-align:middle;
	}
	#canvas table.history thead th {		
		color:#8c8c8c;
	}
	#canvas table.history tbody th {	
		font-family: 'FuturaBT-MediumCondensed', 'Arial Narrow', Arial, sans-serif;	
		font-weight:normal;
	}
	#canvas table.history tbody tr:nth-child(odd) th,
	#canvas table.history tbody tr:nth-child(odd) td {
		background:#fff;	
	}
	#canvas table.history td.price {
		font-size:22px;
		color:#469d10;
		font-family: 'FuturaBT-MediumCondensed', 'Arial Narrow', Arial, sans-serif;	
	}
		#canvas table.history td.price sup {
			font-size:11px;	
			vertical-align:8px;
		}
		
#canvas .form.lucid table.history th, 
#canvas .form.lucid table.history td {
    color: #fff;
	text-shadow:1px 1px 0 rgba(0,0,0,0.2);
}
#canvas .form.lucid table.history thead th {		
	color:rgba(255,255,255,0.5);
}
#canvas .form.lucid table.history tbody tr:nth-child(odd) th,
#canvas .form.lucid table.history tbody tr:nth-child(odd) td {
	background:rgba(255,255,255,0.13);	
}

/* Order process */

.order_process .order {
	margin:20px -25px;
	position: relative;
}

.order_process .order:after {
	content:' ';
	display:block;
	clear:both;
	height:0;
	visibility:hidden;		
}

.order_process .order .message {
	width: 410px;
}

	.order_process .step1 {
		float:left;
		width:413px;
		margin:0 25px;
	}
	.order_process .step2,
	.order_process .step3,
	.order_process .step4 {
		width:413px;
		margin:0 25px 10px;
		clear:right;
		float:right;	
	}
.order_process .step3 ul.option_list {
	margin-top:-12px;
}
	.order_process .step3 ul.option_list li {
		margin-right:-50px;
		padding-top:12px;
		padding-bottom:7px;
		background:url('../img/horizontal_dots.png') repeat-x;	
	}
	.form.lucid.order_process .step3 ul.option_list li {
		background:url('../img/option_list_line.png') 50% 0 no-repeat;	
	}
	#canvas .order_process .step3 ul.option_list li:first-child {
		background:none;	
	}
		.order_process .step3 ul.option_list li.option > input[type=checkbox], 
		.order_process .step3 ul.option_list li.option > input[type=radio], 
		.order_process .step3 ul.option_list li.option > .cfe_clone {
			top:16px;	
		}
		.order_process .step3 ul.option_list li.option > fieldset {
			margin-top:10px;
			margin-bottom:0;
		}
		.order_step ul.option_list fieldset.form {
			width:413px;
		}
		
	.order_process .step3 ul.option_list img {
		position:absolute;
		right:112px;
		top:9px;
	}
	.order_process .step3 ul.option_list .info {
		top:9px;	
	}

.discount_codes {
	margin:0 0 15px;
	padding:0 8px;
	border:1px solid #dedede;
	border-radius:4px;
	color:#8c8c8c;	
	background:#fffbd2;
	box-shadow:inset 0 0 2px #ede37e, 0 1px 0 #fff;
	overflow:hidden;
}
.form.lucid .discount_codes {
	color:#fff;
	background:rgba(255,255,255,0.13);
	border:1px solid rgba(226,226,226,0.29);
	box-shadow:0 1px 3px rgba(0,0,0,0.25), 0 0 4px rgba(220,234,138,0.04);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
	.discount_codes p {
		margin:5px 0 7px;
	}
	#canvas .discount_codes p.confirmation {
		width:auto;
		display:block;
		color:#4FA714;	
	}
	#canvas .discount_codes p.error {
		color:#c00;	
		background-color:transparent;
	}
	#canvas .discount_codes p.notification {
		color:#ffa200;	
	}
	.discount_codes table {
		margin:10px 0 7px;		
	}
		.discount_codes tbody {
			border:0;
		}	
		.discount_codes th,
		.discount_codes td {
			padding:0;	
			font-weight:normal;
			font-family: 'FuturaBT-MediumCondensed', 'Arial Narrow', Arial, sans-serif;	
			color:#4d4d4d;
		}
		.discount_codes th {
			width:148px;	
		}
		.form.lucid .discount_codes th,
		.form.lucid .discount_codes td {
			color:#fff;
		}
			.discount_codes .button {
				position:relative;
				float:right;
				margin:-3px -3px 0 0;	
			}
	.discount_codes fieldset {
		margin:-1px -8px 0;
		padding:3px 0 0;
		background:#fff;
		border-top:1px solid #c9c9c8;
		border-radius:0 0 4px 4px;
	}
	.form.lucid .discount_codes fieldset {
		background:transparent;
		border-color:rgba(226,226,226,0.29);
	}
		#canvas .discount_codes fieldset .field {
			padding-right:8px;	
			margin:0;
		}
			#canvas .discount_codes label { 
				padding-left:7px;
				width:138px;
				text-align:left;
			}
			#canvas .discount_codes input[type=text] {
				width:115px;
			}
			.discount_codes fieldset .button {
				float:none;
				position:absolute;
				right:7px;
				top:6px;
			}
	
.shopping_cart_medium table {
	color:#4c4c4c;
	margin:0 0 30px;
}
	.shopping_cart_medium table tbody {
		border:0;
	}
	.shopping_cart_medium table tfoot tr:first-child {
		background:url('../img/border_cart_medium.png') no-repeat left top;	
	}

.totals {
    text-align: right !important;
}

	.shopping_cart_medium table th,
	.shopping_cart_medium table td {
		padding:3px 10px 3px 0;
		text-align:left;
		vertical-align:baseline;	
		line-height:1;
	}
	#canvas .form.lucid .shopping_cart_medium table th,
	#canvas .form.lucid .shopping_cart_medium table td {
		color:#fff;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);	
	}
	#canvas .form.lucid .shopping_cart_medium table thead th {
		color:rgba(255,255,255,0.7);
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);			
	}
	#canvas .form.lucid .shopping_cart_medium table td.price {
		color:#b0e768;	
	}
	#canvas .form.lucid .shopping_cart_medium table tr.additional td.price {
		color:#fff;	
	}
	#canvas .form.lucid .shopping_cart_medium table tbody a {
		color:#fff;
	}
	
	.shopping_cart_medium table tbody th,
	.shopping_cart_medium table tbody td {	
		font-weight:normal;
		font-family: 'FuturaBT-MediumCondensed', 'Arial Narrow', Arial, sans-serif;
	}
	.shopping_cart_medium tbody th a {
		color:#4c4c4c;
		font-weight:normal;
		text-transform:uppercase;
		display:block;
		width:144px;
	}
	.shopping_cart_medium table th.price,
	.shopping_cart_medium table td.price {
		padding-right:0;
		text-align:right;
	}
	.shopping_cart_medium table td.price {
		color:#4FA714;
		text-shadow:0 1px 0 rgba(255,255,255,0.41);
	}
	.shopping_cart_medium table tbody td.price {
		font-size:22px;
	}
		.shopping_cart_medium table tbody td.price sup {
			vertical-align:5px;
		}
	.shopping_cart_medium table tbody tr.last th,
	.shopping_cart_medium table tbody tr.last td {
		padding-bottom:13px;			
	}
	.shopping_cart_medium table tfoot th,
	.shopping_cart_medium table tfoot td {
		font-size:22px;
		padding-top:10px;
		padding-bottom:10px;
		text-shadow:0 1px 0 rgba(255,255,255,0.41);
	}
	.shopping_cart_medium table tfoot th {
		white-space:nowrap;	
	}
	.shopping_cart_medium table tfoot td.price {
		font-size:32px;
		font-weight:bold;
		font-family: 'FuturaBT-BoldCondensed', 'Arial Narrow', Arial, sans-serif;	
	}
		.shopping_cart_medium table tfoot td.price sup {
			vertical-align:6px;
		}
	.shopping_cart_medium table tfoot tr.total th {
		color:#4FA714;	
	}
	#canvas .shopping_cart_medium table tfoot tr.additional th {
		font-size:16px;
		text-transform:none;
		font-weight:normal;
		font-family: 'FuturaBT-LightCondensed', 'Arial Narrow', Arial, sans-serif;	
	}
	#canvas .shopping_cart_medium table tfoot tr.additional td.price {
		font-size:22px;
		font-weight:normal;
		font-family: 'FuturaBT-MediumCondensed', 'Arial Narrow', Arial, sans-serif;	
	}
		#canvas .shopping_cart_medium table tfoot tr.additional td.price sup {
			vertical-align:5px;
		}
	.shopping_cart_medium table tfoot tr.tools td {
		padding-top:3px;
		padding-bottom:3px;
		font-size:16px;
		text-shadow:none;
	}
	
/* Process bar */

.process ol {
	list-style:none;
	margin:0 0 25px;
	overflow:hidden;	
	font-size:25px;
	line-height:1;
	font-family: 'FuturaBT-LightCondensed', 'Arial Narrow', Arial, sans-serif;	
	text-transform:uppercase;
	color:#d0d0d0;
}
	.process ol li {
		float:left;	
		margin:0;
		padding:0 0 0 56px;
		background:url('../img/process_dots.png') 10px 50% no-repeat;
	}
	#canvas .process ol li:first-child {
		padding-left:0;
		background:none;	
	}
	.process ol li.active {
		color:#3a920b;	
	}
		.process ol li span {
			display:inline-block;
			margin:0 3px 0 0;
			width:34px;
			height:33px;
			text-align:center;
			line-height:33px;	
			background:url('../img/process_orb.png') 0 -33px no-repeat;
			font-family: 'FuturaBT-BoldCondensed', 'Arial Narrow', Arial, sans-serif;	
			font-weight:bold;
		}
		.process ol li.active span {
			background-position:0 0;
			color:#fff;	
		}
.form.lucid .process ol {
	color:rgba(255,255,255,0.5);	
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}
	.form.lucid .process ol li {
		background-image:url('../img/process_dots_lucid.png');
	}
	.form.lucid .process ol li.active {
		color:#b0e768;
	}
		.form.lucid .process ol li.active span {
			color:#fff;
		}
		.form.lucid .process ol li span {
			background-image: url('../img/process_orb_lucid.png');
		}
	
/* Check order */

.billing_address {
	float:left;
	width:50%;
	margin:0 0 30px;
	color:#fff;
}
.delivery_address {
	float:left;
	width:50%;
	margin:0 0 30px;
	color:#fff;
}
.contact_data {
	clear:both;	
}
	.contact_data table {
		margin:0 0 30px;	
	}
		.contact_data th,
		.contact_data td {
			padding:0 20px 0 0;	
			color:#fff;
		}
		#canvas .contact_data th {
			width:134px;	
			text-align:right;
			color:#fff;
			text-transform:uppercase;
			font-weight:normal;
			font-family: 'FuturaBT-MediumCondensed', 'Arial Narrow', Arial, sans-serif;				
		}
		.contact_data tbody {
			border:0;
		}
p.payment_method img {
	vertical-align:middle;	
}
p.payment_method a.more {
	margin-left:25px;
}

/* Slideshow */

#slideshow {
	position:relative;
	margin:0 0 15px;
	background:url('../img/slideshow.png') 50% 100% no-repeat;   
}
	#slideshow ul.slides {
		position:relative;
		z-index:1;
		list-style:none;
		margin:0;
		height:394px;
	}
		#slideshow ul.slides>li {
			position:absolute;
			top:0;
			left:0;
			right:0;
			bottom:0;
			z-index:10;
			display:none;
			padding:100px 12px 0;
		}
			#slideshow .text {
				position:relative;
				z-index:10;
			}
				#slideshow h1 {
					margin:0;
					font-size:60px;
					line-height:52px;	
					text-transform:uppercase;
					letter-spacing:-2px;
				}
				#slideshow p {
					margin:0 0 10px 35px;
					font-size:32px;
					line-height:32px;
					color:#7bb459;
					text-transform:uppercase;
					letter-spacing:-1px;
				}
				#slideshow .actions {
					margin:0 0 0 35px;	
					padding:0 0 10px;
				}
					#slideshow .actions .button {
						margin-left:5px;
					}
					#slideshow .price {
						color:#fff;
						font-size:42px;
						font-weight:bold;
						font-family: 'FuturaBT-BoldCondensed', 'Arial Narrow', Arial, sans-serif;	
						text-shadow:0 0 12px rgba(0,0,0,0.55);
						vertical-align:middle;	
					}
						#slideshow .price sup {
							font-size:0.65em;
							vertical-align:0.5em;	
						}
					#slideshow .button {
						vertical-align:middle;	
					}
				#slideshow .photo {
					position:absolute;
					right:0;
					top:115px;
					float:none;
					margin:0;
					width:auto;	
				}
				#slideshow .photo img {
					position:relative;
					z-index:2;
					display:block;
				}
			
				#slideshow .photo::after {
					content:'';
					background:url('../img/shadow2.png') 0 100% no-repeat;
					margin: -28px -39px 0 -41px;
					width: 350px;
					height: 50px;	
					display: block;
				}
				
				@media screen and (-webkit-min-device-pixel-ratio:0) {
					#slideshow .photo {
						right:19px;
						-webkit-transform: perspective(600px) rotateY(-20deg);		
					}
					#slideshow .photo::after {
						margin: -28px -54px 10px -26px;	
					}
					
					#slideshow .photo img {
						left: 15px;
						-webkit-transform: perspective(0) rotateY(0);
						-webkit-box-reflect: below -1px 
						-webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.7, transparent), to(rgba(0,0,0,0.5))); 
					}
				}
			#slideshow .photo {
				position:absolute;
				z-index:5;	
			}
	#slideshow ul.slideshow_nav {
		list-style:none;
		margin:0;
		position:absolute;
		bottom:20px;	
		left:0;
		right:0;
		z-index:50;
		text-align:center;
	}
		#slideshow ul.slideshow_nav li {
			display:inline;
			margin:0 -7px 0 0;
		}
			#slideshow ul.slideshow_nav li a {
				display:inline-block;
				width:35px;
				height:0;
				background:url('../img/slideshow_nav.png');
				overflow:hidden;
				padding:35px 0 0;
				line-height:1;
				outline:0;
			}
			#slideshow ul.slideshow_nav li.active a {
				background-position:0 -35px;	
			}
	
#slideshow_background {
	list-style:none;
	margin:0;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:0;	
}
	#slideshow_background li {
		display:none;
		position:absolute;
		width:100%;
		height:100%;
		z-index:10;
		background:50% 0 repeat-y;
	}
		#slideshow_background li div {
			position:absolute;
			width:100%;
			height:100%;
			z-index:10;
			background:50% 0 no-repeat;
		}







/* Print styles */
 
@media print {
	* {
	    background: none !important;
	    color: black !important;
	    text-shadow: none !important;
	    filter: none !important;
	    -ms-filter: none !important;
		width:auto !important;
		font-family: arial !important;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		letter-spacing: 0 !important;
		margin-left: 0 !important;
		text-transform: none!important;
	}
	.form.solid {
		padding: 0 !important;
	}
	h1 {
		font-size: 16pt !important;	
	}
	h2 {
		font-size: 12pt !important;
	}
	table {
		width: 100% !important;	
	}
	table th {
		font-size: 10pt;	
	}
	.step1 {
		font-size: 10pt;
		line-height: normal;
	}
	.order > div {
		float: none !important;
	}
	body {
		font-size: 10pt;
	}
	.billing_address,
	 .delivery_address,
	 .contact_data {
		float: none;
		clear: both;
		width: 100%;
	}
	.contact_data table {
		width: auto !important;
	}
	/* hide elements */
	#header,
	#footer,
	.form.solid .shadow,
	.form.solid .torn_edge,
	 .order_process .step3,
	 .order_process .step4,
	 a.more,
	 .process {
		display:none;		
	}
	a,
	a:visited {
	    text-decoration: underline
	}
	
	thead {
	    display: table-header-group
	}
	tr,
	img {
	    page-break-inside: avoid
	}
	h1, h2{
		margin:0;
		font-weight:normal;
	}
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.slides:after {
    display: table;
    clear: both;
    content: '';
}
    .flex-direction-nav .flex-disabled {
        cursor: default;
    }
	.flex-direction-nav a {
	    display: block;
	    width: 30px;
	    height: 30px;
	    margin: -15px 0 0;
	    position: absolute;
	    top: 50%;
	    z-index: 10;
        text-indent: -9999px;
	    overflow: hidden;
	    cursor: pointer;
        background: url(/framework/websites/amstel/img/features/flexible_event_templates/arrows.png);
	}
	.flex-direction-nav .flex-prev {
        left: 7px;
        background-position: 0 0;
	}
	.flex-direction-nav .flex-next {
        right: 7px;
        background-position: -30px 0;
	}
    .flex-direction-nav .flex-disabled {
        opacity: 0.3;
        filter: alpha(opacity=30);
    }
	.flex-control-nav li {
	    margin: 0 6px;
	    display: inline-block;
	}

.flexslider {
    margin: 0;
    padding: 0;
    margin: 0 0 1em;
    background: #000;
    position: relative;
}
	.flexslider .slides > li {
	    display: none;
	    -webkit-backface-visibility: hidden;
        width: 160px;
	    height: 160px;
	    overflow: hidden;
	}
	.flexslider .slides img {
	    width: 100%;
	    height: auto;
        display: block;
	}

.flex-viewport {
    max-height: 2000px;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px
}

.carousel {
    padding: 10px 44px;
}
    .carousel li {
        margin-right: 20px;
    }

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
    .flex-control-paging li a {
        width: 11px;
        height: 11px;
        display: block;
        background: #666;
        background: rgba(0,0,0,0.5);
        cursor: pointer;
        text-indent: -9999px;
        border-radius: 20px;
        box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    }
    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0,0,0,0.7);
    }
    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0,0,0,0.9);
        cursor: default;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
	.flex-control-thumbs .flex-active {
	    opacity: 1;
	    cursor: default;
	}
	.flex-control-thumbs img {
	    width: 100%;
	    display: block;
	    opacity: .7;
	    cursor: pointer;
	}
	.flex-control-thumbs img:hover {
	    opacity: 1
	}
	.flex-control-thumbs li {
	    width: 25%;
	    float: left;
	    margin: 0;
	}




