/* YAHOO RESET CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/* POSITION IS EVERYTHING CLEAR FIXER */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*
################################ LIGHTBOX */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../_images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../_images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData{
	padding:0 10px;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
/* END */

/* FORM SET */
form.simple fieldset {
	border:0;
}

form.simple fieldset button,
form.simple fieldset input,
form.simple fieldset select,
form.simple fieldset textarea,
form.simple fieldset label {
	float:left;
	display:block;
}

form.simple fieldset button,
form.simple fieldset input,
form.simple fieldset select,
form.simple fieldset textarea {
	width:200px;
}

form.simple fieldset label {
	width:160px;
}

form.simple fieldset label.error {
	color:#FF0000;
}

form.simple fieldset textarea {
	height:200px;
}

form.simple fieldset br {
	clear:left;
}

form.simple p.error {
	color:#FF0000;
}

form.simple fieldset label.check,
form.simple fieldset input.check {
	width:auto;
}

/*
######################## LAYOUT #
*/

body {
	background:#000;
	font-family:"Trebuchet MS";
}

label {
	cursor:pointer;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

em strong,
strong em {
	font-style:italic;
	font-weight:bold;
}

a {
	color:#985106;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
a
fieldset input {
	background:#fff;
}

#wrapper {
	border-top:8px solid #985106;
	background:#e87b09; 
	padding:0 0 30px 0;
}

#header {
	height:165px;
	margin:0 auto;
	 width:900px; 
	/*width: 80%;*/
	padding:10px;
	background: #e87b09;
}

#cart {
	margin:0 3px;
}

#logo {
	float: right;
}

#shortcut a {
	display:block;
	float:left;
	margin-right:30px;
}

#winkelwagen {
	position:absolute;
	top:150px;
	color:#fff;
	font-size:80%;
}

#winkelwagen a {
	color:#000;
}

#winkelwagen h2 {
	font-size:100%;
	font-weight:bold;
}

#zoeken {
	float:right;
	clear:right;
}

#header input.submit {
	background:#000;
	color:#fff;
	font-weight:bold;
	border:1px solid #000;
	text-align:center;
	text-decoration:none;
	margin: 0 0 0 5px;
}
	
#menu {
	background:#000 url(../_images/menu-bg.png);
	height:33px;
	line-height:30px;
	position:absolute;
	width:100%;
	clear:both;
}

#menu ul {
	text-align:center;
	width:900px;
	margin:0 auto;
}

#menu li {
	display:block;
	float:left;
}

#menu li a {
	color:#fff;
	font-size:80%;
	padding:0 15px;
	text-decoration:none;
	height:33px;
	display:block;
	font-weight:bold;
}

#menu li:hover,
#menu li.sfhover {
	position: static;
}

#menu li.sfhover a,
#menu li:hover a {
	text-decoration:underline;
}

#menu li.sfhover li a,
#menu li:hover li a {
	text-decoration:none;
}

#menu li.sfhover li a:hover,
#menu li:hover li a:hover {
	text-decoration:underline;
}

#menu li.sfhover ul li.sfhover ul,
#menu li.sfhover ul,
#menu li:hover ul li:hover ul,
#menu li:hover ul {
	left:auto;
}

#menu li.sfhover ul ul,
#menu li:hover ul ul {
	left:-999px;
}

#menu li ul {
	left:-999px;
	position:absolute;
	width:auto;
	margin:0;
	padding:0;
}

#menu li ul li {
	background:#121212;
	width:170px;
	display:block;
	float:none;
	text-align:left;
	margin:0;
	padding:0;
}

#menu li ul li a {
	width:140px;
	display:block;
	height:auto;
	padding:2px 15px;
}

#menu li ul ul {
	margin-left:170px;
	margin-top:-34px;
}

#options {
	clear:both;
	background:#000 url(../_images/content-bg.png);
	height:305px;
	padding:33px 0;
	overflow:hidden;
}

#webwinkel {
	text-align:center;
}

body.front #webwinkel ul.category a.naam {
	color:#fff;
	letter-spacing:2px;
}

body.front #webwinkel {
	width:900px;
	color:#fff;
	margin:33px auto 0;
	font-size:92%;
}

#webwinkel ul.category li {
	width:350px;
	float:left;
	text-align:center;
	list-style:none;
	height:240px;
}

#webwinkel ul.category li.last {
	margin-left:175px;
}

#webwinkel ul.category li img {
	margin:5px 0;
}

#webwinkel ul.category a.naam {
	font-size:120%;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

body.front #webwinkel ul.category li {
	height:300px;
	width:300px;
}

body.front #webwinkel ul.category li p {
	text-align:left;
}

#webwinkel ul.category li p {
	width:242px;
	margin: 0 auto;
	text-align:justify;
}

#webwinkel ul.product li {
	text-align:left;
	list-style:none;
	float:left;
	width:340px;
	margin:5px;
	height:340px;
}

div.productimage {
	margin:5px;
	float:left;
	width:150px;
	height:150px;
	text-align:center;
}

div.productimage img {
	width: expression("150px");
	height: expression("150px");
}

div.productinfo {
	float:left;
	margin:5px;
	width:168px;
	text-align:left;
}

div.product div.productinfo {
	width:500px;
	text-align:justify;
}

div.details {
	height:180px;
}

#content a.bestel {
	background:#E87B09;
	color:#000;
	font-weight:bold;
	border:1px solid #000;
	padding:3px 7px;
	display:block;
	text-align:center;
	text-decoration:none;
}

#content a.bestel_knop {
	background:#E87B09;
	color:#000;
	font-weight:bold;
	border:1px solid #000;
	padding:5px 17px;
	line-height: 30px;
	text-align:center;
	text-decoration:none;
	margin: 10px;
	/* width: 100px; */
}

#content input.submit,
#content button {
	background:#E87B09;
	color:#000;
	font-weight:bold;
	border:1px solid #000;
	text-align:center;
	text-decoration:none;
}

#webwinkel ul.product li p {
	text-align:left;
}

#webwinkel h2 {
	font-size:120%;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

#webwinkel table {
	width:100%;
	text-align:left;
}

#webwinkel table input {
	width:30px;
}

#webwinkel th {
	font-weight:bold;
	margin-bottom: 2px;
}

#webwinkel tfoot th {
	text-align:right;
}

#webwinkel td,
#webwinkel th {
	padding:3px;
}

#webwinkel.afrekenen fieldset {
	margin-top:40px;
	text-align:left;
	border-top:1px solid #000;
	padding:10px 50px;
}

#webwinkel.afrekenen legend {
	font-weight:bold;
	color:#000;
}

#content #webwinkel h1 {
	font-size:130%;
}

#sub-content {
	border-top:8px solid #985106;
}

#content-content {
	background: #5B5B5B  url(../_images/content-content.png)  ; 
	margin:33px 0 0 0;
	padding:20px;
}

#content {
	margin:0 auto;
	width:700px;
	background:#fff;
	padding:20px;
	font-size:80%;
	text-align:justify;
	line-height:140%;
	color:#000;
	font-family:verdana;
	min-height:400px;
}

#content h1 {
	font-size:120%;
	font-weight:bold;
	margin-bottom:15px;
}

#content p {
	margin-bottom:20px;
}

#content ul,
#content ol {
	padding:0 40px 10px 40px;
}

#content ul {
	list-style:disc;
}

#content ol {
	list-style:decimal;
}

#content select.bezorgen {
	width:250px;
}

span.afgeprijsd {
	text-decoration:line-through;
}

#aandacht {
	margin:0 auto;
	width:900px;
	padding:10px 0 0;
}

#sidebar,
#front,
#aanbiedingen {
	overflow:hidden;
}

#sidebar {
	width:230px;
	float:left;
}

#submenu {
	width:210px;
	background:#292929;
	padding:10px 10px 10px;
	margin:0 0 15px;
}

#belowsubmenu {
	padding:10px;
	font-size:80%;
	margin:0 0 10px;
	text-align:center;
}

#belowsubmenu img {
	margin:3px;
}

#submenu ul {
	background:#383838;
}

#submenu li a {
	color:#fff;
	font-size:90%;
	text-align:center;
	display:block;
	padding:5px 2px;
	margin:0 0 10px;
}

#front {
	width:280px;
	margin:0 auto;
	float:left;
	padding:0 10px;
}

#front h1 {
	font-size:120%;
	font-weight:bold;
	text-align:center;
	margin-bottom:15px;
}

#front p {
	margin-bottom:15px;
	font-size:88%;
	text-align:justify;
}

#aanbiedingen {
	width:370px;
	float:left;
}

#aanbiedingen p {
	margin-bottom:10px;
}

#aanbiedingen h2 {
	color:#292929;
	padding:5px 15px 10px;
	font-weight:bold;
}

#aanbiedingen h2 span {
	color:#fff;
}

#sidebar h1,
#aanbiedingen h1 {
	color:#000;
	padding:5px 0px 10px;
	font-weight:bold;
}

#sidebar div.aanbieding,
#aanbiedingen div.aanbieding {
	/* background:#e89c4c; */
	width:330px;
	margin:0 15px 20px;
	padding:5px;
}

#sidebar div.aanbieding {
	width:auto;
	margin-left:0;
	margin-right:0;
}

#sidebar div.aanbieding div.image,
#aanbiedingen div.aanbieding div.image {
	float:left;
	width:150px;
	margin:0 5px 2px 0;
	background:#fff;
	height:245px;
	text-align: center;
	border: 2px solid #292929;
}

#sidebar div.aanbieding div.image {
	float:none;
	width:auto;
}

#sidebar div.aanbieding div.beschrijving,
#aanbiedingen div.aanbieding div.beschrijving {
	background:#fff;
	color:#000;
	float:left;
	width:152px;
	padding:2px 4px;
	font-size:90%;
	height:150px;
}

#sidebar div.aanbieding p,
#aanbiedingen div.aanbieding p {
	margin:5px 0 0 ;
}

#footer {
	border-top:4px solid #985106;
	background:#000;
	color:#fff;
	text-align:center;
	font-size:85%;
	height:90px;
	padding:5px 0;
}

#footer a {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#first-submit {
	position:absolute;
	left:-999px;
	width:1px;
}