@charset "UTF-8";
/* CSS Document */

body  
{
	background-image:url(../images/container_bg.png);
	background-position:center top;
	background-repeat: repeat-y;
	background-color:#FFF;
	margin: 0; 
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #666666;
}

.intro {
position: fixed;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
z-index: 50000;
padding-top: 10%;
cursor:pointer;
background-image: url(../images/intro_bg.png);
}


#social-media-div
{
	position:fixed;
	bottom: 0px;
	height: auto;
	width:100%;
	z-index:10000;
}

#social-media
{
	height: 60px;
	position:relative;
	width:970px;
	margin: 0 auto; /* de automatische marges (d.m.v. auto), in combinatie met een breedte, centreren de pagina */
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #666666;
	padding-left:20px;
	z-index:20;
	background-image:url(../images/bckgrnd-social-media.png);
	background-repeat:repeat;
}

#social-media-img
{
	display:inline;
	float:left;
	width: 230px;
	z-index:30;
	height: 50px;
	margin-top:10px;
	position:relative;
}

#social-media-img img
{
	margin-right:5px;
}

.social-media-streep
{
	float:left;
	height: 57px;
	width:11px;
	margin-top:3px;
	background-image:url(../images/bckgrnd-vert-streep.png);
	background-position:center;
	background-repeat:no-repeat;
}

#social-media-midden
{
	float:left;
	position:relative;
	height:60px;
	width:450px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	margin-left:20px;
}

#popupContact
{
	display:none;
	float:left;
	position:absolute;
	height:50px;
	width:440px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #666666;
	margin-left:20px;
	margin-top:10px;
}

#popupContact a
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration:underline;
}

#emailveld
{
	margin-top:5px;
	font-weight:normal;
}
#emailveld input
{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	width:150px; 
	margin-top: 2px;
	margin-right:10px;
	border:#666666; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px	
}


#popupContactClose
{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:0px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
	cursor:pointer;
}

#social-media-vda
{
	float:left;
	position:relative;
	height:50px;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	margin-left:20px;
	margin-top:10px;
}

#linkenbalk
{
position: relative;
margin: 0 auto;
width: 960px;
height: 30px;
line-height: 35px;
text-align: left;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
color: black;
padding-left: 20px;
background-color: white;
padding-top: 10px;
}

#linken
{
	float:left;
	width: 950px; 
	height:35px;
	line-height:35px;
}

a.linken {font-family:Arial, Helvetica, sans-serif;color:#000000;text-decoration: none}
a.linken:hover {color:#000000; text-decoration: none}
a.linken:active {color:#000000; text-decoration: none}

#preview
{
	position:absolute;
	top:0px;
	left:820px;
	height:55px;
	width:222px;
	z-index:1000;
}

#preview img
{
	z-index:1000;
}

#container 
{ 
position: relative;
width: 960px;
background: white;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 40px;
background-color: white;
margin-top: 0px;
} 
#header 
{ 
	height: 156px;
	background-image:url(../images/bckgrnd-header.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding: 0;  
} 

#header_info{
	
	position: absolute;
	top: 40px; 
	left: 220px;
	
}

#logo {
display: inline;
float: left;
width: 190px;
height: 88px;
margin: 18px 10px;
position: relative;
z-index: 3;
}

#logoimg
{
	float:left;
}
#logoimg img
{
	z-index:4;
}

#thuiswinkel
{
	float:left;
}

#thuiswinkel img
{
	margin-left:50px;
	margin-top:30px;
}

img.no-border
{
	border:0;
}

#verzendinfo 
{
	float:left;
	display: inline;
	width: 260px;
	height: 100px;
	margin-top:20px;
	margin-right:20px;
	padding-top:10px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	border-right:#FFF solid 1px;
}

#verzendinfo img
{
	display: inline;
	margin-right:5px;
}

.bezorging
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.uitzondering
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	margin-left:10px;
	margin-top:10px;
}

#verzendinfo hr
{
	float:left;
	color:#FFFFFF;
	height:1px;
	margin-left:10px;
	margin-right:20px;
}

.verzenden
{
	padding-left:10px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #FFFFFF;
}


#korting 
{
	display:inline;
	float:left;
	width: 180px;
	height: 85px;
	margin: 0 auto;
	position: relative;
	z-index: 3;	
}

#winkelwagen {
display: inline;
float: right;
margin: 0 auto;
position: relative;
z-index: 3;
}


#shoppingbag {
/*background-image: url(/images/icon-shoppingbag.png);
background-image: url(/images/Sale-Header-2011.png);*/
background-repeat: no-repeat;
background-position: bottom;
width: 81px;
height: 81px;
margin: 0px auto;
position: absolute;
z-index: 3;
right: 100px;
top: -35px;
}

#overzicht {
display: inline;
float: right;
width: 180px;
height: 75px;
margin: 0px auto;
padding-top: 35px;
position: relative;
z-index: 3;
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
font-weight: bold;
color: white;
}

.winkelwagentekst {
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: normal;
color: white;
}
.clearfloat
{
	clear:both;
	height:1px;
}

#balk 
{
	width: 100%;
	height: 28px;
	background-color:#001C57;
}

#balklinken 
{
	width: 960px;
	height: 28px;
	margin: 0 auto;
	z-index: 2;	
}

.linkenlist 
{
float: left;
list-style: none;
padding: 0px;
margin-left: 2px;
margin-right: 2px;
margin-top: 4px;
}

ul.categorielinkenlist
{
	display:inline;
	margin:0px;
	padding:0px;
	list-style:none;
}

ul.categorielinkenlist li
{
	display:inline;
	list-style:none;
}

#categorielinken
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	letter-spacing:-1px;
	color:#FFF;
	padding: 3px 0px 0px 0px;
	display:inline;
	float:left;
	width: 100%;
	height: 23px;
	margin: 0 auto;
	margin-left:10px;
	z-index: 3;	
}

a.categorielinken {color:#FFFFFF;font-family:Arial, Helvetica, sans-serif;text-decoration: none; margin-right:5px}
a.categorielinken:hover { color:#436B94 ; text-decoration: none}
a.categorielinken:active { color:#436B94;text-decoration: none}

#zoeken 
{
	float:left;
	width: 375px;
	height: 30px;
	line-height:30px;
	margin: 0 auto;
	z-index: 3;
}

#zoeken input
{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	width:275px;
	height:20px;
	margin-top: 3px;
	padding-left:10px;
	border:#001c57; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	display:inline;
	vertical-align:top;
}



#zoekbtn
{
	margin-top:4px;
}

#breadcrumb
{
	float:left;
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#001C57;
	text-decoration: none;
	line-height:30px;
}

#breadcrumb h1
{
	font-weight:normal;
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#5592C5;
	text-decoration: none;
	display:inline;
}

#breadcrumb a
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#5592C5;
	text-decoration: none;
}

#mainContent 
{
	width:960px; 
} 

#pageheader h1
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#5592C5;
	display:inline;
}

.mainContent-left
{
	float:right;
	width:725px;
	position: relative;
} 

.mainContent-right
{
	float:left;
	width:230px;
	text-align:justify;
} 

.mainContent-right hr 
{
	color: #c4c3b0;
	height: 1px;
}

.blauwblok
{
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size: 16px;
	letter-spacing: -1px;
	color: #FFFFFF;
	background-color:#001C57;
	padding-left: 10px;
	height: 20px;
}

.keuzemenu 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	width:214px;
	border: #66A9E1; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

.navigatie
{
/*	border:#666 1px solid; */
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
	color:#444;
	clear:both;
}

.navigatie img
{
	cursor:pointer;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:2px;
}

.titel
{
	cursor:pointer;
}

.navigatie ul		{ clear: both; margin: 0 0 1em 0; padding-left:10px;}
.navigatie ul li	{ clear: both; list-style:none; margin: 0;  }
.navigatie ul li a { background:transparent url(../images/checkbox.gif) no-repeat scroll 0px -10px; clear: both; color:#ddd; display:block; float: left; padding:0px 0px 0px 25px; cursor: default; text-decoration:none;font-family:Arial, Helvetica, sans-serif; font-size:12px; }
.navigatie ul li a:hover { text-decoration: none; }
.navigatie ul li a.selected { background-position: -29px -37px; cursor: pointer; color: #444; font-weight:bold; }
.navigatie ul li a.enabled,
.navigatie ul li a.enabled.disabled { background-position: -69px 2px; color: #666; cursor: pointer; display:block;}
.navigatie ul li a.selected.disabled,
.navigatie ul li a.selected.enabled.disabled { background-position: -49px -17px;display:block; }
.navigatie ul li a.selected:hover { background-position: -48px -17px; color: #666; text-decoration: underline; }
.navigatie ul li a.enabled:hover { text-decoration: underline; }
.navigatie ul > li a.enabled.selected { background-position: -48px -17px; color: #444; display:block;} /*IE6 and below can't see this line */
.navigatie ul li a.selected-enabled { background-position: -48px -17px; color: #666; display:block;} /*For IE6 and below */

.navigatie ul li a.disabled {background-position: -8px -57px; color:#ddd; cursor: default; display:block;}
.navigatie ul li a.selected.disabled:hover,
.navigatie ul li a.enabled.disabled:hover,
.navigatie ul li a.selected.enabled.disabled:hover,
.navigatie ul li a.disabled:hover { text-decoration: none; }

.navigatie ul li a.hidden { display:none; }

#opheffen
{
	width:220px;
	padding-top:10px;
	border-bottom:#444444 solid 1px;
	border-top:#444444 solid 1px;
}

#actiekeuze
{
	width:220px;
	border-bottom:#444444 solid 1px;
	margin-top:10px;
}

#prijskeuze
{
	width:220px;
	border-bottom:#444444 solid 1px;
}

#prijskeuze ul
{
	height:25px;
}


#collectiekeuze
{
	width:220px;
	border-bottom:#444444 solid 1px;
	margin-top:10px;
}

#trendskeuze
{
	width:220px;
	border-bottom:#444444 solid 1px;
	margin-top:10px;
}


#maatkeuze
{
	width:220px;
	border-bottom:#444444 solid 1px;
	margin-top:10px;
}

#maatkeuze ul
{
	height:100px;
	width:210px;
	overflow:auto;
}

#merkenkeuze
{
	width:220px;
	border-bottom:#444444 solid 1px;
	margin-top:10px;
}

#merkenkeuze ul
{
	height:100px;
	width:210px;
	overflow:auto;
}


#categoriekeuze
{
	width:220px;
	border-bottom:#444444 solid 1px;
	margin-top:10px;
}

#categoriekeuze ul
{
	height:100px;
	width:210px;
	overflow:auto;	
}

#kleurkeuze
{
	width:220px;
	border-bottom:#444444 solid 1px;
	margin-top:10px;
}

#kleurkeuze ul
{
	height:100px;
	width:210px;
	overflow:auto;	
}

.invulveld
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9E9793;
	width:214px; 
	margin-bottom:5px;
	border:#66A9E1; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px	
}


.break
{
	margin-top:15px;
}

#verzendkosten 
{
	float:left;
	width:960px; 
	height: 40px;
	line-height:40px;
	margin-bottom:25px;
	margin-top:25px;
	background-color:#CBCBCB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#F00;
} 

#nieuwsbrieftekst
{
	margin-left:20px;
	margin-top:10px;
	margin-right:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#001C58 ;
}

#tagcloud
{
	padding-left:10px;
	padding-right:10px;
}

span.tagcloud-h1 a
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:20px;
	color:#5592C5;
	text-decoration: none;
}
span.tagcloud-h1 a:link{color:#5592C5;}
span.tagcloud-h1 a:visited{color:#5592C5;}
span.tagcloud-h1 a:hover{color:#FFFFFF;	background-color:#5592C5;}

span.tagcloud-h2 a
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:16px;
	color:#5592C5;
	text-decoration: none;
}
span.tagcloud-h2 a:link{color:#5592C5;}
span.tagcloud-h2 a:visited{color:#5592C5;}
span.tagcloud-h2 a:hover{color:#FFFFFF;	background-color:#5592C5;}

span.tagcloud-h3 a
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#5592C5;
	text-decoration: none;
}
span.tagcloud-h3 a:link{color:#5592C5;}
span.tagcloud-h3 a:visited{color:#5592C5;}
span.tagcloud-h3 a:hover{color:#FFFFFF;	background-color:#5592C5;}

#footer 
{
	clear:both;
	width:960px; 
	height: auto;
	padding: 0;
	background-color:#DADADA;
} 

#sitelinken
{
	width:100%;
	margin-bottom:20px;
}

.collectielinken
{
width: 175px;
float: left;
margin-right: 10px;
text-indent: 10px;
font-weight: bold;
font-family: Arial,Helvetica,sans-serif;
font-size: 16px;
color: #444;
margin-bottom: 100px;
}

.collectielinken_last
{
	width: 175px;
	float:left;
	margin-right:10px;
	/*margin-bottom:20px;*/
	text-indent:10px;
	font-weight:bold;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #444;
}


.collectielinken a
{
	font-family:Arial, Helvetica, sans-serif;
	color:#444444; 
	text-decoration: none; 
	margin-right:10px;
	font-weight:normal;
	font-size:12px;
	display:block;	
	height:20px;
	border:#CCCCCC; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px;
	line-height: 20px;
}

.collectielinken_last a
{
	font-family:Arial, Helvetica, sans-serif;
	color:#444444; 
	text-decoration: none; 
	margin-right:10px;
	font-weight:normal;
	font-size:12px;
	display:block;	
	height:20px;
	border:#CCCCCC; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px;
	line-height: 20px;
}

.collectielinken a:hover { color:#FFFFFF; text-decoration: none;}
.collectielinken a:active { color:#FFFFFF;text-decoration: none;}

.collectielinken_last a:hover { color:#FFFFFF; text-decoration: none;}
.collectielinken_last a:active { color:#FFFFFF;text-decoration: none;}


#socialnetworks {
float: left;
width: 230px;
font-family: Arial,Helvetica,sans-serif;
font-size: 15px;
color: #444;
line-height: 30px;
font-weight: bold;
border-right: white solid 1px;
height: 90px;
margin-left: 10px;
padding-top: 10px;
}


#merkenbalk 
{
	width: 940px;
	height: 85px;
	float:left;
	padding-left:10px;
	padding-right:10px;
}

#merkenanimatie 
{
	height: 85px;
	margin: 0 auto;
	z-index: 7;	
 	position: relative; 
	overflow: hidden;
}

#scroller 
{
 	white-space: nowrap;
 	line-height: 85px;
}

#scroller p 
{
 	padding: 0px;
	display:inline;
}

#footermidden 
{
	clear:both;
	background-color:#DADADA;
	width: 940px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#444444 ;
}

#vda
{
	display:inline;
	width:400px;
}

#uitzondering
{
	display:inline;
	float:right;
	text-align:right;
	width:480px;
}

/* TIMER */

			
#t7_timer { 
	width: 200px; 
		height: 40px;
	line-height:40px;
	position: relative;
}

#t7_vals {
	width: 100%;
	clear:both;
	margin: 0px;
}

.t7_numbs {
	font-size: 30px;
	font-family: helvetica;
	font-weight: bold;
	color:#FFF;
	text-align: left;
}

#t7_y {

	float:left;
	width: 40px;
	height:29px;
	padding: 0px 0px 0px 3px;
	margin: 1px;
	letter-spacing: 7px;
}
#t7_d {

	float:left;
	width: 71px;
	height:29px;
	padding: 0px 0px 0px 3px;
	margin: 1px;
	letter-spacing: 7px;
}
#t7_h {
	
	float:left;
	width: 50px;
	height:29px;
	padding: 0px 0px 0px 3px;
	margin: 1px;
	letter-spacing: 7px;
}
#t7_m {
	
	float:left;
	width: 50px;
	height:29px;
	padding: 0px 0px 0px 3px;
	margin: 1px;
	letter-spacing: 7px;
}
#t7_s {
	
	float:left;
	width: 50px;
	height:29px;
	padding: 0px 0px 0px 3px;
	margin: 1px;
	letter-spacing: 7px;
}

#t7_labels {
	width: 100%;
	clear:both;
	margin: 0px;
}

.t7_labs {
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

#t7_hl {
	float:left;
	width: 40px;
	height:15px;
	padding:0px;
	margin: 0px;
}
#t7_ml {
	float:left;
	width: 50px;
	height:15px;
	padding:0px;
	margin: 0px;
}
#t7_sl {
	float:left;
	width: 40px;
	height:15px;
	padding:0px;
	margin: 0px;
}

#defaultCountdownFrame {  	background-image: url(../images/flashsaleheader.png);  text-align: center; position:absolute; z-index:1000; left: 500px; top: 40px; width:173px; height:109px;}
#defaultCountdown {  text-align: center; position:absolute; z-index:1000; top:48px; left: 7px;}

.content_sitelink {
width: 960px;
padding-top: 10px;
}

.footerlink_li {
	list-style: none;
	padding: 0px;
	padding-left:0px;
	margin-left:0px;
}

#footer-extra
{
clear: left;
display: block;
height: 100px;
position: relative;
border-top: white solid 1px;
}

#footer-extra-nieuwsbrief
{
height: 85px;
width: 708px;
position: absolute;
top: -95px;
border-top: white solid 1px;
border-right: white solid 1px;
font-family: Arial,Helvetica,sans-serif;
font-size: 15px;
color: #444;
font-weight: bold;
padding-top: 10px;
padding-left: 10px;
line-height: 30px;
left: 0px;
}

#betaalmogelijkheden
{
float: left;
width: 280px;
font-family: Arial,Helvetica,sans-serif;
font-size: 15px;
color: #444;
line-height: 30px;
font-weight: bold;
border-right: white solid 1px;
height: 90px;
padding-left: 10px;
padding-top: 10px;
}


#footer-extra-nieuwsbrief img
{
	vertical-align:top;
}


#footer-extra-nieuwsbrief  input {
color: #898989;
background: white;
border: 1px solid #898989;
height: 18px;
width: 155px;
font-size: 10px;
}

#betaalmogelijkheden h2
{
	margin-top:5px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #444444;
}

#versturen
{
	float: left;
	width: 176px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #444;
	border-right: white solid 1px;
	line-height: 30px;
	height: 90px;
	margin-left: 10px;
	padding-top: 10px;
}

#versturen h2
{
	font-weight:bold;
	margin-top:5px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #444444;
}

#copyright
{
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #444;
	vertical-align: middle;
	padding-top: 30px;
	padding-left: 30px;
}
