* { margin: 0; padding: 0; }
#page{display:table;overflow:hidden;margin:0px auto;position:relative;}
*:first-child+html #page {position:relative;}/*ie7*/
* html #page{position:relative;}/*ie6*/

#content_container{display:table-cell;vertical-align: middle;position:relative;}
*:first-child+html #content_container{position:absolute;top:50%;}/*ie7*/
* html #content_container{position:absolute;top:50%;}/*ie6*/

*:first-child+html #content{position:relative;top:-50%;}/*ie7*/
* html #content{position:relative;top:-50%;}/*ie6*/

html,body{height:100%;}
#page{height:100%;width:980px;position:relative}


html
{
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
	position:relative;
	background-position:center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat:no-repeat;
	background-color:#000000;
	/*
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
	*/
	/*
	background: rgb(100,100,100); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM2NDY0NjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTQxNDE0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	/*background: -moz-radial-gradient(center, ellipse cover, rgb(100,100,100) 0%, rgb(20,20,20) 100%); /* FF3.6+ */
	/*background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgb(100,100,100)), color-stop(100%,rgb(20,20,20))); /* Chrome,Safari4+ */
	/*background: -webkit-radial-gradient(center, ellipse cover, rgb(100,100,100) 0%,rgb(20,20,20) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-radial-gradient(center, ellipse cover, rgb(100,100,100) 0%,rgb(20,20,20) 100%); /* Opera 12+ */
	/*background: -ms-radial-gradient(center, ellipse cover, rgb(100,100,100) 0%,rgb(20,20,20) 100%); /* IE10+ */
	/*background: radial-gradient(center, ellipse cover, rgb(100,100,100) 0%,rgb(20,20,20) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#141414',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	
}

body 
{
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
	font-family: mostra-nuova;
	font-weight:400;
	

}

form
{
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
	z-index:1;
}

#bg { position: fixed; top: 0; left: 0;z-index:0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

a
{
	cursor:pointer;
	color:#FAFAFA;
}

#content
{
	position:relative;
	overflow:auto;
	
	width:auto;
	height:auto;
	margin:0px auto 0px auto;
	padding:0px;
	
	/*
	-moz-box-shadow: 0 0 10px 0px #FFFFFF;
	-webkit-box-shadow: 0 0 10px 0px#FFFFFF;
	box-shadow: 0 0 10px 0px #FFFFFF;
	*/
}


#content .Menu
{
	position:relative;
	overflow:hidden;
}

#content #logo
{
	height:62px;
	overflow:hidden;
}
#content .Menu ul
{
	list-style-type:none;
	padding:0px;
	margin:0px;
	font-weight:400;
	font-size:16px;
	color:#FAFAFA;
}
#content .Menu ul li
{
	float:left;
	margin:0px 5px 0px 0px;
	padding:5px 0px 5px 2px;
	display:block;
	cursor:pointer;
}
#content .Menu ul li:hover
{
	color:#FFFFFF;
}
#content .Menu ul li a
{
	text-decoration:none;
	color:#999999;
	position:relative;
}
#content .Menu ul li a:hover
{
	text-decoration:none;
	color:#FFFFFF;
	position:relative;
}

#content .Menu ul li a.Current
{
	color:#FFFFFF;
}


#content .Content
{
	height:490px;
	position:relative;
	width:auto;
	padding:0 0 0 0;
	clear:both;
	overflow:hidden;
	color:#FAFAFA;
}

#content .Content h1,#content .Content h2
{
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:15px;
	line-height:26px;
	font-weight:400;
	/*color:#2786C2;*/
	/*font-family: adobe-text-pro,sans-serif;*/
	/*height:36px;*/
	color:#FFFFFF;
}

#content .Content p
{
	font-size: 15px;
	font-weight: 400;
	margin: 10px 0;
	color:#FEFEFE;
}

#content .Content ul
{
	margin:0 0 0 20px;
}

#content .Content p a
{
	color:#FEFEFE;
	text-decoration:underline;
}


#content .Content div.Col_2 div.Images
{
	position:relative;
	width:358px;
	height:358px;
	border:solid 1px #444444;
	overflow:hidden;
}

#content .Content div.Col_2 div.Images div.Slider
{
	position:relative;
	clear:both;
	overflow:auto;
}
#content .Content div.Col_2 div.Images div.Slider > div
{
	float:left;
	width:358px;
	position:relative;
	height:358px;
	overflow:hidden;
}

#content .Content #home
{
	position:relative;
	overflow:auto;
	clear:both;
	width:auto;
	height:450px;
	overflow:hidden;
	
}
#content .Content #home .Col_1
{
	width:600px;
	height:450px;
	height:auto;
	overflow:hidden;
	padding:0;
	position:relative;
	float:left;
}

#content .Content #home .Col_2
{
	width:360px;
	height:450px;
	overflow:hidden;
	padding:0 0px 0 20px;
	position:relative;	
	float:left;
}
#home .Col_2 div.USP
{
	background-color:#690000;
	padding:10px;
	margin:60px 0 0 0;
}

#home .Col_2 ul
{

}

#home .Col_2 ul.USP li
{
}

#home #lnkMovie
{
	text-decoration:underline;
}

#home div.Controls
{
	width:600px;
	height:400px;
	position:absolute;
	z-index:100;
	top:0px;
}



#home div.Controls img.Play
{
	top:0px;
	left:0px;
	position:absolute;
	cursor:pointer;
}

#home div.Controls .btnSkip
{
}

#home .Col_1 div.Reviews
{
	position:relative;
	display:block;
	height:450px;
	width:4200px;
	overflow:hidden;
}
/*
#home .Col_1 div.Reviews ul
{
	list-style-type:none;
	padding:0;
	margin:0;
	overflow:auto;
	clear:both;
	width:2400px;
}
*/
#home .Col_1 div.Reviews div
{
	float:left;
	padding:0;
	margin:0;
	position:relative;
	width:600px;
	height:450px;
	background-color:#F3F3F3;
	color:#000000;
}

#content .Content .btnBuy
{
	display:block;
	font-size:18px;
	color:#FFFFFF;
	margin:10px 0 0 0;
}

#content .Content .Currency
{
	
}
#content .Content .Bedrag
{
	color:#FEFEFE;
	font-weight:400;
	font-size:28px;
	margin:5px 0 0 0;
}

#content .Content #home .Col_1 iframe
{
	border:0px;
	margin:0px;
	padding:0px;
}

#content .Content #reviews
{
	position:relative;
	overflow:auto;
	clear:both;
	width:auto;
	height:auto;
	overflow:hidden;
}
#content .Content #reviews .Col_1
{
	width:558px;
	height:380px;
	overflow:hidden;
	padding:20px 20px 20px 20px;
	position:relative;
	float:left;
	border:solid 1px #444444;
}

#content .Content #reviews .Col_2
{
	width:360px;
	height:auto;
	overflow:hidden;
	padding:0px 0px 20px 0px;
	position:relative;	
	float:left;
}

#content .Content #reviews ul
{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#content .Content #reviews ul li
{
	margin:0px;
	padding:5px 5px 5px 0;
	position:relative;
	margin:5px 0px 5px 0px;
	border-bottom:dotted 1px #CCCCCC;
}
#content .Content #reviews .btnBuy
{
	display:inline;
	font-size:14px;
}
#content .Content #presskit
{
	position:relative;
	overflow:auto;
	clear:both;
	width:auto;
	height:auto;
	overflow:hidden;
}
#content .Content #presskit .Col_1
{
	width:558px;
	height:380px;
	overflow:hidden;
	padding:20px 20px 20px 20px;
	position:relative;
	float:left;
	border:solid 1px #444444;
	margin:0 20px 0 0;
}

#content .Content #presskit .Col_2
{
	width:360px;
	height:auto;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	position:relative;	
	float:left;
}

#content .Content #presskit .btnBuy
{
	display:inline;
	font-size:14px;
}
#content .Content #designer
{
	position:relative;
	overflow:auto;
	clear:both;
	width:auto;
	height:auto;
	overflow:hidden;
}
#content .Content #designer .Col_1
{
	width:558px;
	height:380px;
	overflow:hidden;
	padding:20px 20px 20px 20px;
	position:relative;
	float:left;
	border:solid 1px #444444;
	margin:0 20px 0 0;
}

#content .Content #designer .Col_2
{
	width:360px;
	height:auto;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	position:relative;	
	float:left;
}

#content .Content #designer .btnBuy
{
	display:inline;
	font-size:14px;
}
#content .Content #contact
{
	position:relative;
	overflow:auto;
	clear:both;
	width:auto;
	height:auto;
	overflow:hidden;
}
#content .Content #contact .Col_1
{
	width:558px;
	height:380px;
	overflow:hidden;
	padding:20px 20px 20px 20px;
	position:relative;
	float:left;
	border:solid 1px #444444;
	margin:0 20px 0 0;
}

#content .Content #contact .Col_2
{
	width:360px;
	height:auto;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	position:relative;	
	float:left;
}
#content .Content #contact .btnBuy
{
	display:inline;
	font-size:14px;
}

#content .Content #terms
{
	position:relative;
	overflow:auto;
	clear:both;
	width:auto;
	height:auto;
	overflow:hidden;
	color:#FFFFFF;
}
#content .Content #terms .Col_1
{
	float: left;
	height:380px;
	margin: 20px;
	overflow: auto;
	padding: 20px 20px 20px 20px;
	position: relative;
	width: auto;
	border:solid 1px #444444;
}

#content .Content #product
{
	position:relative;
	overflow:auto;
	clear:both;
	width:auto;
	height:auto;
	overflow:hidden;
}
#content .Content #product .Col_1
{
	width:558px;
	height:380px;
	overflow:hidden;
	padding:20px 20px 20px 20px;
	position:relative;
	float:left;
	border:solid 1px #444444;
	margin:0px 20px 0px 0px;
}

#content .Content #product .Col_2
{
	width:360px;
	height:auto;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	position:relative;	
	float:left;
}
#content .Content #shopping
{
	position:relative;
	overflow:auto;
	clear:both;
	width:auto;
	height:auto;
	overflow:hidden;
}
#content .Content #shopping h2
{
	font-weight:bold;
}

#content .Content #shopping div.Shipping
{
	border-bottom:dashed 1px #CCCCCC;
}
#content .Content #shopping > .Col_1
{
	width:598px;
	height:400px;
	overflow:hidden;
	padding:0px 0px 20px 0px;
	position:relative;
	float:left;
	border:solid 1px #444444;
	margin:0 20px 0 0;
}

#content .Content #shopping > .Col_2
{
	width:360px;
	height:auto;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	position:relative;	
	float:left;
}

#content .Content #shopping .Col_1_Row
{
	position:relative;
	overflow:auto;
	clear:both;
	width:auto;
	
}

#content .Content #shopping .Col_1_Row .Col_1_1
{
	float:left;
	position:relative;
	width:220px;
}

#content .Content #shopping .Col_1_Row .Col_1_2
{
	float:left;
	position:relative;
	width:338px;
}

#content .Content #shopping .Col_1_Row .Col_1_2 .Row
{
	position:relative;
	overflow:auto;
	width:338px;
}

#content .Content #shopping .Col_1_Row .Col_1_2 .Row div.Col_1
{
	float:left;
	position:relative;
	width:100px;
	padding:3px 0 3px 0;
}

#content .Content #shopping .Col_1_Row .Col_1_2 .Row div.Col_2
{
	float:left;
	position:relative;
	width:238px;
	padding:3px 0 3px 0;
}

#content .Content #shopping .Col_1_Row .Col_1_2 .Row div.Col_2 input, #content .Content #shopping .Col_1_Row .Col_1_2 .Row div.Col_2 select
{
	width:200px;
	padding:2px;
}

#content .Content #shopping .Col_1_Row .Col_1_2 .Row div.Col_2 select option
{
	padding:2px;
}

#content .Content #shopping > .Col_2 div.Col_2_Row
{
	padding:0px;
	height:358px;
	border:solid 1px #444444;
}

#content .Content #shopping > .Col_2  div.Row
{
	position:relative;
	overflow:auto;
	clear:both;
	width:auto;
}
#content .Content #shopping > .Col_2  div.Row > div
{
	position:relative;
	float:left;
	padding:2px 0 2px 0;
}
#content .Content #shopping > .Col_2  div.Row .Col_1
{

	width:188px;
}

#content .Content #shopping > .Col_2  div.Row > .Col_2
{
	width:50px;
}

#content .Content #shopping > .Col_2  div.Row > .Col_3
{
	width:80px;
}

#content .Content #shopping > .Col_2  div.Row > .Col_3 span.Currency
{
	font-size:14px;
	margin:0 5px 0 0;
	padding:0;
}

#content .Content #shopping > .Col_2  div.Row > .Col_3 span.Bedrag
{
	font-size:14px;
	margin:0;
	padding:0;
}

#content .Content #shopping div.Col_2 h2
{
	font-size:14px;
}

#content .Content #shopping div.Col_2 div.Buttons
{
	position:relative;
	margin:0px 0 0 0;
	overflow:auto;
	clear:both;
	padding:20px;
}
#content .Content #shopping div.Col_2 div.Terms
{
	height:115px;
	margin:20px 0 0 0;
}
#content .Content #shopping  div.Buttons div.Paypal
{
	width:165px;
	float:left;
	position:relative;
	display:none;
}
#content .Content #shopping  div.Buttons div.btnPay
{
	position:relative;
	float:right;
	width:auto;
	
}
#content .Content #shopping  div.Buttons div.btnPay input
{
	height:45px;
	margin-top:15px;
	display:none;
}
#content .Content #shopping .Error
{
	border:solid 1px #FF0000;
	
}

.Terms div.ErrorSummary
{
	display:none;
	border:solid 1px #FF0000;
}

div.Share
{
	position:absolute;
	height:22px;
	top:428px;
	width:360px;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-wwwbox-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}