@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	background:#e3e3e3;
}
/* .outerBodyWrap{background:#363f47 url(/images/template/body.gif) center 321px repeat-y;} */
.bodyWrap{  margin-bottom:-17px;}

.innerWrap{width:950px;background-color:#fff; margin-left:auto; margin-right:auto;}

.alert { color:#C00; font-weight:bold; font-size:12px; }

.twoColFixLtHdr #container {

	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding:0px 5px;


	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:30px;

}
.twoColFixLtHdr #header {
	background-color:#333333;
	background-image:url(../images/header_wrap.jpg); 
	background-repeat:no-repeat;
	height:100px;
	padding: 6px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.twoColFixLtHdr #navigatie {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	float:left;
	font-weight: bold;
	color: #333;
	display:block;
	width:740px;
	height:52px;
	background:url(/images/navigatie/bground.gif) no-repeat;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.twoColFixLtHdr #navigatie FORM { margin:0px; padding:0px; }
.twoColFixLtHdr #navigatie #mainnav {
	float:left;
	height:52px;
	padding:0px 10px 0px 10px;
	text-align:center;
}
.twoColFixLtHdr #navigatie #mainnav #subnav { width:100px; height:16px; display:block; background:url(/images/navigatie/subnav.gif) no-repeat; cursor:pointer; text-align:center; padding:6px 0px 0px 0px; margin:0px; }
/*
.twoColFixLtHdr #navigatie .subnav { background:url(/images/navigatie/subnav.gif) no-repeat center; text-align:center; display:block; width:144px; height:22px; padding: 0px;}
.twoColFixLtHdr #navigatie IMG { margin: 0px; }
*/
.twoColFixLtHdr #navigatie A:link { text-decoration:none; color:#333; }
.twoColFixLtHdr #navigatie A:active { text-decoration:none; color:#333; }
.twoColFixLtHdr #navigatie A:visited { text-decoration:none; color:#333; }
.twoColFixLtHdr #navigatie A:hover { text-decoration:underline; color:#333; }

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-left: 6px;
	background:url(/images/template/sidebar_body.gif) repeat-y;
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCC;
}
.twoColFixLtHdr #sidebar1 A:link	{ text-decoration:underline; color:#ffcc00;}
.twoColFixLtHdr #sidebar1 A:active	{ text-decoration:underline; color:#ffcc00;}
.twoColFixLtHdr #sidebar1 A:visited	{ text-decoration:underline; color:#ffcc00;}
.twoColFixLtHdr #sidebar1 A:hover	{ text-decoration:none; color:#ffcc00;}
.twoColFixLtHdr #sidebar1 P {
	margin:0px;
	width: 168px;
	padding: 0px 6px 12px 6px;
}
.twoColFixLtHdr #sidebar1 #typeSelect {
	width: 156px;
	padding: 0px;
	margin: 0px 12px 0px 12px;
	border-top:1px dashed #363f48;
	display:block;
}
.twoColFixLtHdr #sidebar1 LI {
	height:10px;
	border-bottom:1px dashed #363f48;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style:none;
	list-style-position:outside;
}

.twoColFixLtHdr #sidebar1 LI A:link		{ text-decoration:none; color:#CCC;}
.twoColFixLtHdr #sidebar1 LI A:active	{ text-decoration:none; color:#CCC;}
.twoColFixLtHdr #sidebar1 LI A:visited	{ text-decoration:none; color:#CCC;}
.twoColFixLtHdr #sidebar1 LI A:hover	{ text-decoration:underline; color:#CCC;}

.twoColFixLtHdr #sidebar1 SELECT {
	margin: 0px 6px 4px 6px;
	width: 168px;
	font-size:11px;
}
.twoColFixLtHdr #sidebar1 P#sidebar_top, .twoColFixLtHdr #sidebar1 P.sidebar_top{
	margin:0px;
	padding:0px;
	background:url(/images/template/sidebar_top.gif) no-repeat;
	width:180px;
	height:6px;
	display:block;
}
.twoColFixLtHdr #sidebar1 P#sidebar_bottom, .twoColFixLtHdr #sidebar1 P.sidebar_bottom{
	margin:0px;
	padding:0px;
	background:url(/images/template/sidebar_bottom.gif) no-repeat;
	width:180px;
	height:12px;
	display:block;
}
.twoColFixLtHdr #mainContent {
	background-color:#FFFFFF;
	float: left;
	width: 950px;
	overflow:hidden;
	background-image:url(../images/nieuw/main_shadow.jpg);
	background-repeat:repeat-x;
	background-position:0px 31px;
}
.twoColFixLtHdr #ContentBox {
	width: 949px;
	padding: 8px 0px 1px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	background: #FFF;
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	float:right;
	
}

.twoColFixLtHdr #ContentBox .headtext {
	font-size: 14px;
color: #333;
font-weight: bold;
	
	
}

.twoColFixLtHdr #ContentBox .gray_divider {
	background-image: url(../images/nieuw/blokgray_divider.jpg);
	margin-left: -33px;
	width: 915px;
	background-repeat: no-repeat;
	margin-top: 10px;	
}


.twoColFixLtHdr #ContentBox.nopadding {
	padding:0;
}

#results {
	width:764px;
	float:left;

}

#sidebar {
	padding-left:10px;
	padding-top:5px;

	float:left;
	width:170px;

}

.filter {
	margin-bottom:20px;
	line-height:21px;
}

.filter a {
	color:#666666;
	text-decoration:none;
	display:block;	
	margin-left:10px;
	padding-left:10px;
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:3px 8px;
}

.filter a:hover {
	background-color:#E0E0E0;
		
}

.twoColFixLtHdr #ContentBox h3 {
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #E0E0E0;
	padding-bottom:2px;
}

.twoColFixLtHdr #ContentBox UL {
/*	padding: 0px;*/
	margin: 0px 12px 12px 28px;
	padding-left: 5px;
padding-top: 1px;
}
.twoColFixLtHdr #ContentBox LI {
	padding: 2px 0px 0px 0px;
	/*margin: 0px 0px 0px 0px;*/
	/*list-style-image:url(/images/bullit.gif);*/
	list-style-position:outside;
}
.twoColFixLtHdr #ContentBox P{
	margin:0px;
	padding:0px 12px 12px 12px;
}
.twoColFixLtHdr #ContentBox P#ContentTop{
	display:block;
	width:752px;
	height:6px;	
	margin-left:21px;
	margin-bottom: 15px;
	padding:0px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.twoColFixLtHdr #ContentBox H1{
	margin: 0px;
	padding: 6px 12px 6px 12px;
	font-size:14px;
	color:#333333;
}
.twoColFixLtHdr #ContentBox H2{
	margin: 0px;
	padding: 0px 12px 6px 12px;
	font-size:12px;
	color:#333;
}
.twoColFixLtHdr #footer {
	line-height:19px;
	height:170px;
	background-image:url(../images/footerbg.jpg);
	margin-top:0px;
	color:#CCC;
	font-size:10px;
	text-align:center;
}

#befooter {
	line-height:19px;
	height:250px;
	background-image:url(../images/footerbg.jpg);
	margin-top:0px;
	color:#CCC;
	font-size:10px;
	text-align:center;
	
}
#footer .kolom {
	float:left;
	margin-left:20px;
	width:170px;
	text-align:left;
	line-height:19px;
	font-size:12px;
	margin-top:10px;
 
}

#befooter .fullkolom {
	float:left;
	margin-left:20px;
	width:879px;
	text-align:left;
	line-height:19px;
	font-size:12px;
	margin-top:10px;
 
}

#footer .kolom h5 {
	color:#FFFFFF;
	margin:0;
	padding:0;
	font-size:12px;
	margin-bottom:3px;
}

#footer .kolom a {
	text-decoration:none;
	color:#8d8d8d;

}

#footer .kolom img {
	margin-top:15px;
	margin-right:4px;
	margin-bottom:10px;
}
.twoColFixLtHdr #logobalk{
	display:block;
	height:112px;
	width:938px;
	margin:24px 6px 0px 6px;
	background:url(/images/template/logobalk_bground.gif) repeat-x;
}
.twoColFixLtHdr #footer p {
	margin:0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.h2alt {
	margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;font-size:10px;font: 100% Arial, Helvetica, sans-serif;
}
/* shopcart items */
TABLE#cart { border-color:#ffcc00; border-style:solid; border-width:1px 0px 1px 0px; margin:0px 12px 12px 12px; width:900px;}
TABLE#cart TD { padding: 4px 0px 4px 0px; }
TABLE#cart TR.bigrow TD { padding: 9px 0px 9px 0px; }
TABLE#cart TD.totalprijs { border-top:2px solid #FFCC00; font-weight:bold; }
TABLE#cart TD.extra { padding-left:8px; }
TABLE#cart INPUT, SELECT { border: 1px solid #333; color:#333333; font-size:11px; margin: 0px 4px 0px 4px; }
TABLE#cart INPUT.button { border:0px; margin: 0px 4px 0px 4px; }
TABLE#cart A:link { text-decoration:underline; color:#FF9900; font-weight:bold;}
TABLE#cart A:active { text-decoration:underline; color:#FF9900; font-weight:bold;}
TABLE#cart A:visited { text-decoration:underline; color:#FF9900; font-weight:bold;}
TABLE#cart A:hover { text-decoration:none; color:#FF9900; font-weight:bold;}

.slideshow { height: 200px; width: 720px; margin: auto; margin-left:14px; position:relative; background-image:url('../images/details/bground_topbanner.gif'); background-repeat:no-repeat; height:250px; }
.slideshow img { z-index:0; position:relative; float:left; padding:0px; border:0px;}
.slideshow a { text-decoration:none }
.slideshow div { margin-top:39px; margin-left:10px; }
.slideshow span { z-index:10; position:absolute; left:0px; margin:-31px 4px 4px -2px; padding:2px; color:#000000; font-size:13px; font-weight:bold;}

#afreken_stap #bestelstatus { margin:20px 0px 10px 10px; }
#afreken_stap #balk { height:15px; width:710px; padding:2px 0px 2px 0px; background-color:#333333; float:left;}
#afreken_stap .full_balk { float:left;  height:100%; background:url(/images/bestelstatus.jpg) repeat-x;}
#afreken_stap .empty_balk { float:left; background-color:#333333; height:100%; }
#afreken_stap #tekst { width:730px; margin:5px 0px 40px 10px; color:#333333; font-size:12px; font-weight:bold;} 
#afreken_stap .full_tekst { float:left; text-align:center; color:#FE6A08; font-size:14px; } 
#afreken_stap .empty_tekst {  float:left; text-align:center; margin-top:2px;} 

.checkout div#navBar { margin:10px 0 0px 13px; height: 35px;} 
.checkout div#navBar a#verderwinkelen, .checkout div#navBar a#bestellen, p.right input#bestellen, .checkout a#aanpassen, .checkout a.verzend { display:block; float:left; margin-left:10px;}
.checkout div#navBar a#bestellen,p.right input#bestellen { margin-left:409px; margin-left:70px;}
p.right input#bestellen { margin-left:175px; }
.checkout div#navBar a#naarwinkelwagen { margin-left:10px; display:block; float:left;}
.checkout a#aanpassen { margin-left:0px;}
.checkout a.verzend { margin-left:0px; }

.checkout div.bar, .shopby div.bar { clear:both; height:40px; margin-top:5px; }
.shopby div.bar { height:32px; position:relative} 
.checkout div.bar div#innerBar, .shopby div#innerBar { height:25px; width:933px; margin-left:-2px; position:absolute; background:url('../images/newcheckout/balk.jpg') 0 1px repeat-x; font-weight:bold; color:#000;}
.checkout div.bar div#title, .shopby div#title { padding:4px 0 0 13px; height:25px; width:39px; font-size:12px; background: url('../images/newcheckout/zijkant.png') no-repeat; float:left; text-decoration:underline; behavior: url("../js/iepngfix.htc");}
.checkout div.bar div#tekst, .shopby div#tekst { padding-top:5px; }

.shopby { clear:both; padding-top:10px; }
.shopby div#innerBar { cursor:pointer }
.shopby .shopbysub { display:none; padding:8px 0 8px 30px; background:url('../images/shopbycat.jpg') 8px 10px  no-repeat; width:724px; height:192px; position:relative; }
.shopby div.designers { background-image:url('../images/shopbydes.jpg');}
.shopby div.merken { background-image:url('../images/shopbymerk.jpg'); }
.shopby .shopbysub div#inner { width:670px; height:192px; overflow:hidden; margin-left:20px; position:absolute; top:8px;}
.shopby .shopbysub div#inner div#cntr { width:auto; float:left; position:relative}
.shopby .shopbysub div#inner div#cntr a { text-decoration:none; display:block; border:none; color:#000; height:172px;  float:left; text-align:center; width:130px; padding:9px 2px 9px 2px;}
.shopby .shopbysub div#inner div#cntr a img { border:none }
.shopby .shopbysub div#inner div#cntr a:hover { background:#ff9d00; color:#FFF }
.shopby .shopbysub div#inner div#cntr a span { margin-top:2px; display:block;  font-weight:bold; padding:0 5px 0 5px;}
.shopby .shopbysub div.nav { cursor:pointer; height:190px; width:13px; background:#ff9d00; margin-left:2px; padding:0 3px; position:absolute; top:8px; }
.shopby .shopbysub div.nav span { color:#FFF; font-weight:bold; font-size:18px; display:block; margin-top:76px; }
.shopby .shopbysub div.last { margin-left:0px; margin-left:690px}

.checkout hr { border:1px solid #CCC; margin:10px 12px 10px 20px; height:0px;  }
.checkout #shopcart { margin-left:20px; width:911px; color:#626262; }
.checkout #shopcart #head td { font-weight:bold; }

.checkout #shopcart .bottomright { background-image: url(../images/nieuw/cart_yellow_bottom.jpg);
										height: 10px;
										width: 131px;
										background-position: bottom;
										margin-left: 5px;
										padding-left: 50px;
									 } 									 
.checkout #shopcart tr td {  margin:1px; padding:0px 0px 0px 0px; vertical-align:top; }
.checkout #shopcart tr.subtotaal td { border-bottom:none; font-weight:bold;

border-top: 0px solid #CCC;
border-top-width: 0px;
border-top-style: solid;
border-top-color: #CCC;


}



.checkout #shopcart #subtotaal .prijs .totaal {
	border-top: 1px solid #CCC;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #CCC;
	
	
}
.checkout #shopcart .headright { background-image: url(../images/nieuw/cart_yellow_top.jpg);
										height: 10px;
										width: 131px;
										background-position: top;
										margin-left: 5px;
										padding-left: 50px;
									 } 
.checkout #shopcart tr td.head { font-size:10px; font-weight:bold;}
.checkout #shopcart tr.subtotaal td.subtitel { width:100px; text-align:right; padding:6px; padding-right: 30px; }
.checkout #shopcart td.prijs { width:106px; text-align:right; padding:6px; padding-right:30px;  } 
.checkout #shopcart td.prijs.half { font-size:11px !important;  } 
.checkout #shopcart td.prijs.klein { font-size:11px !important; border-top: 0px solid #EDE3B2; } 
.checkout #procent { float:right; width:195px; color:#626262; margin-top:17px; }

.checkout #procent tr td.top { background-image: url(../images/nieuw/cart_yellow_top.jpg);
height: 10px;
width: 131px;
background-position: top;
margin-left: 5px;
padding-left: 50px;}


.checkout #shopcart td.prijs.totaal .halfprijs { font-size:11px; font-weight:bold; text-align:center; } 




.checkout .yellow_table_bottom { background-image:url(../images/nieuw/cart_yellow_bottom.jpg); 
									height:10px; 
									width: 187px;
									background-position: bottom;
									 } 



.checkout #shopcart td.empty { width:40px; }
.checkout #shopcart a.minus, .checkout #shopcart a.plus { text-decoration:none; color:#FFF; font-weight:bold; width:24px; height:24px; display:block; text-align:center; float:left; }
.checkout #shopcart a.minus { background-image:url(../images/nieuw/cart_min.jpg); }
.checkout #shopcart a.plus { background-image:url(../images/nieuw/cart_plus.jpg); }
.checkout #shopcart span.aantal { display:block; width:25px; padding:2px; text-align:center; float:left; }
.checkout a.productlink { color:#333333; text-decoration:none; font-weight:normal;}
.checkout #shopcart a.voorwaarden { margin:10px; }
.checkout a.productlink:hover { text-decoration:underline }
.checkout a.productlink div { float:left; padding-right:5px;}
.checkout #shopcart a.delete { display:block; 
								height:24px; 
								width:24px; 
								background-image:url(../images/nieuw/cart_cross.jpg); 
								margin-top:-16px; 
								text-indent:-9999pt; 
								position:absolute; 
								margin-left:120px;}
								
.checkout #shopcart td div.kwantum { margin-top:10px;}
.checkout #shopcart .totaal .kwantum { margin-top:-5px; padding-right:4px;}

.checkout #verzendoptiesForm, .checkout #betalingsoptiesForm, .checkout #checkoutForm{ margin-left:20px; width:724px; }
.checkout #verzendoptiesForm p, .checkout #betalingsoptiesForm p { background-image:url(../images/nieuw/optiebg.png); width:258px; height:42px; line-height:42px; padding:0px 0px 0px 10px; border:1px solid #FFF; background:#CCC; margin-top:5px; display:block; cursor:pointer}
.checkout #verzendoptiesForm p.selected, .checkout #betalingsoptiesForm p.selected { background-image:url(../images/nieuw/optiebg_selected.png); color:#FFF;	 } 

.checkout #verzendoptiesForm input.radio{ margin-left:6px; margin-top:14px;}
.checkout #verzendoptiesForm gratis.selected{ color:#F00;}

checkout #verzendoptiesForm p.gratis.selected label { color:#F00;}

.checkout #betalingsoptiesForm div#img { float:left; margin:-40px 0 0 300px; }
.checkout #betalingsoptiesForm div#img img { margin-right:10px; }
.checkout table#totaalbedrag, .checkout table#login, .checkout table#account { margin-left:20px; width:910px; }
.checkout .aantal_producten span { float:right; margin-right:60px;}
.checkout .optiesForm label { width:229px; padding-top:2px; display:block; float:right; cursor:pointer;}
.checkout .optiesForm input.radio{ margin-left:6px; margin-top:14px;}
.checkout .optiesForm table { width:910px; }
.checkout .optiesForm #head td { font-weight:bold; }
.checkout .optiesForm tr td { border-bottom:0px solid #CCC; margin:1px; padding:5px 5px 5px 0px; vertical-align:top; }
.checkout .optiesForm tr.subtotaal td { border-bottom:none; font-weight:bold; }
.checkout .optiesForm td.prijs { width:75px; text-align:right; padding:6px; } 
.checkout .optiesForm td.subtitel { width:100px; text-align:right; padding:6px;} 
.checkout .optiesForm td.totaal{ width:80px;}
.checkout .optiesForm td.empty { width:40px; }

.checkout .optiesForm .select { width:200px; }
.checkout .optiesForm p.left { float:left; clear:both; }
.checkout .optiesForm p.right { float:left; }

.checkout table#login p, .checkout table#account p { padding-left:8px; }
.checkout table#login label, .checkout table#account label { float:left; width:85px; text-align:right; padding-top:5px; margin-right:10px; cursor:default; display:block;}

.checkout table#account label { width:102px; }
.checkout table#login input.field,.checkout table#account input.field { width:200px; height:18px; }
.checkout table#login input.small,.checkout table#account input.small { width:70px;  }
.checkout table#login input.smallpc,.checkout table#account input.smallpc { width:120px;  }
.checkout table#login span.error, .checkout table#account span.error { color:#FF0000; }
.checkout .optiesForm p.right label { margin-left:0px; }

.checkout table#login a#accountmaken { margin-bottom:12px; display:block; width:152px; height:24px; }
.checkout table#login a#geenaccountmaken { display:block; width:152px; height:24px; }
.checkout .aanmakenbutton { height:24px; width:92px; } 
.checkout .checkbox { margin-left:0px; padding-left:0px; }
.checkout #checkoutForm input#afrekenknop { width:710px; height:50px; }


/* div.translate { float:right; margin:-50px 8px 0 0; } */
div.translate { width:943px; float:right; background:#FFF; padding:10px 10px 0 0; }
div.translate a{ width:24px; height:20px; display:block; background:url('../images/buttons/flag_en.jpg') no-repeat; float:right; margin-right:5px; cursor:pointer }
div.translate a#de { background:url('../images/buttons/flag_de.jpg')}
div.translate a#fr { background:url('../images/buttons/flag_fr.jpg')}
div.translate a#nl { background:url('../images/buttons/flag_nl.jpg')}

a.newbutton, a.newbuttonsmall, a.newbuttonverzend { display:block; width:250px; height:30px; text-align:center; text-decoration:none; color:#363f48; font-size:18px; font-weight:bold; padding-top:12px; background:url('../images/buttons/button_250x40.gif') no-repeat; }
a.newbuttonklein { display:block; width:156px; height:25px; text-align:center; text-decoration:none; color:#000; font-size:12px; font-weight:bold; line-height:25px; background:url('../images/buttons/button_gray_156x25.png') no-repeat; margin-bottom:10px; }
a.newbuttonkleinzoek { display:block; width:80px; height:19px; text-align:center; text-decoration:none; color:#000; font-size:12px; font-weight:bold; line-height:19px; background:url('../images/buttons/zoek.png') no-repeat; margin-bottom:10px; float:left; }

.zoek { display:block; width:85px; height:25px;  text-align:center; text-decoration:none; color:#363f48; font-size:14px; font-weight:bold; line-height:25px;  background:url(../images/buttons/button_zoek.gif); float:right; margin-top:-3px; }
a.newbutton img, a.newbuttonsmall img { border:none; }

a.newbuttonsmall, a.newbuttonverzend{ width:152px; height:17px; color:#FFFFFF; font-size:12px; padding-top:7px; background:url('../images/buttons/button_152x24.gif') no-repeat; }
a.newbuttonverzend { width:92px; background:url('../images/buttons/button_92x24.gif') no-repeat; }
span.help { margin-left:5px; font-weight:bold; text-decoration:underline; cursor:help} 

.telefoon { 
	position:absolute;
	margin-left:249px;
	font-size:12px;
	color:#a4a4a4;
	font-weight:bold;
	margin-top:72px;
}

.telefoon span { 
	color:#FFF;
}

.winkelwagen { margin-left:750px; font-size:12px; color:#a4a4a4; position:absolute; background-image:url(../images/shoppingcart_icon.jpg); background-repeat:no-repeat; padding-left:30px; margin-top:15px; }
.winkelwagen strong a { color:#fed400; text-decoration:none; }
.winkelwagen a { color:#a4a4a4; font-size:12px; text-decoration:none; }
.winkelwagen a:hover { text-decoration:underline; }

.logo { position:absolute; margin-left:12px; margin-top:13px; }

.voordelen { position:absolute;	margin-left:250px; margin-top:15px; }
.voordelen ul { margin:0; padding:0; list-style-type:none; }
.voordelen ul li { background-repeat:no-repeat; background-position:0px 1px; padding-left:40px; line-height:13px; color:#a4a4a4; float:left; width:110px; font-size:12px; height:24px; }
.voordelen ul li span {  color:#FED400; }
.voordelen ul li a { color:#a4a4a4; text-decoration:none; }
.voordelen ul li a:hover { text-decoration:underline; }
.voordelen ul li.icon1 { background-image:url(../images/header_icon1.jpg); }
.voordelen ul li.icon2 { background-image:url(../images/header_icon2.jpg); padding-left:30px; }
.voordelen ul li.icon3 { background-image:url(../images/header_icon3.jpg); }

.zoekdiv {  position:absolute; margin-left:671px; margin-top:51px; font-size:12px;  width:300px; height:20px; padding:12px 20px 20px 20px; }
.zoekdiv span { height:28px; color:#FFFFFF; line-height:28px; display:block; float:left; margin-right:5px; }
.zoekdiv .zoekbutton { background-image:url(../images/header_zoekenknop.jpg); width:26px; height:28px; display:block; float:left;  }
.zoekdiv .input { background-image:url(../images/header_zoekenveld.jpg); width:154px; height:28px; color:#CCCCCC; line-height:28px; border:0; padding:0; margin:0; float:left; font-size:11px; }

.topmenu { position:absolute; font-size:11px; margin-top:-27px; width:945px; text-align:right; color:#8d8d8d; }
.topmenu a { margin-left:3px; margin-right:3px; color:#8d8d8d; }

.lijn { background-image:url(../images/header_lijn.jpg); width:675px; height:2px; position:absolute; margin-left:245px; margin-top:54px; }

.vlaggen {	float:right; margin-left:10px; margin-top:3px; }

.vlaggen img { border:0; }


.reviews {float:left;margin-top:3px; margin-left:-8px; }
