/******************************************************************/
/**************************** GLOBAL ******************************/
/******************************************************************/

div#wrapper {
	position: relative;
	width: 960px;
	margin: 40px auto;
}

div#content-wrapper {
	width: 940px;
	margin-left: 9px;
	margin-bottom: 15px;
}

span.tl, span.tr, span.bl, span.br {
	display: block;
	position: absolute;
    width: 10px;
	height: 10px;	
}

span.tl {
	top: 0;
	left: 0;
	background: transparent url(../images/corner-tl.png) no-repeat left top;
}
span.tr {
	top: 0;
	right: 0;
	background: transparent url(../images/corner-tr.png) no-repeat left top;
}
span.bl {
	bottom: 0;
	left: 0;
	background: transparent url(../images/corner-bl.png) no-repeat left top;
}
span.br {
	bottom: 0;
	right: 0;
	background: transparent url(../images/corner-br.png) no-repeat left top;
}

/******************************************************************/
/**************************** HEADER ******************************/
/******************************************************************/

div#header {
	position: relative;
	width: 956px;
	height: 203px;
	background: url(../images/headers/header-bg.png) no-repeat left top;
}

div#header img {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 1;
}

div#cart {
	position: absolute;
	width: 90px;
	height: 67px;
	background: url(../images/cart-bg.png) no-repeat left top;
	z-index: 2;
	left: 819px;
	_left: 809px;
	color: #fff;
	padding: 30px 20px 0;
	line-height: 18px;
	top: 121px;
}

div#navigation {
	background: #AF9F90;
	width: 940px;
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #5F5C59;
	margin: -7px 0 0 9px;
	color: #fff;
}

div#search {
	margin-left: 580px;
}

div#search label {
	text-transform: uppercase;
	float:left;
	margin-right:5px;
}

div#search input#text {
	border: 1px solid #9a8c7f;
	background: #fff;
	width: 80px;
	margin-right:5px;
	float:left;
	margin-top:4px;
}

div#search input#searchButton
{
	width: 44px;
	border: none;
	background: url('../images/n4kzoek.jpg') no-repeat top left;
	cursor:pointer;
	margin-top:4px;
	height:20px;
	float:left;
}

/******************************************************************/
/************************* CATEGORIEEN ****************************/
/******************************************************************/

div#categories-wrapper {
	float: left;
	width: 180px;
}

div#categories-wrapper div.top {
	width: 180px;
	height: 28px;
	background: transparent url(../images/category-top.png) no-repeat left top;
}

div#categories-wrapper div.content {
	background: #83847b;
	color: #fff;
	padding: 0 10px;
}

div#categories-wrapper div.content h2 {
	font-size: 12px;
	font-weight: bold;
}

div#categories-wrapper div.bottom {
	width: 180px;
	height: 8px;
	background: transparent url(../images/category-bottom.png) no-repeat left top;
}

div#categories-wrapper ul {
	margin: 0;
	padding: 0 0 15px 0;
	list-style: none;
}

div#categories-wrapper ul li {}

div#categories-wrapper ul li a {
	color: #fff;
}

div#categories-wrapper a.thuiswinkel {
	margin-left: -7px;
}

/******************************************************************/
/*************************** CONTENT ******************************/
/******************************************************************/

div#main-wrapper {
	float: left;
	width: 757px;
}

div#main-wrapper div.top {
	height: 29px;
	background: transparent url(../images/content-top.png) no-repeat 0 0;
}

div#main-wrapper div.content {
	background: transparent url(../images/content-bg.png) repeat-y 0 0;
	padding: 0 40px 20px;
}

div#main-wrapper div.content h1 {
	font-size: 16px;
	margin: 0 0 5px 10px;
		margin-left:;
}

/************* PRODUCT OVERZICHT ************/

    ul.product-overview {
    	list-style: none;
		margin: 0;
		padding: 0;
    }
	
	ul.product-overview li {
		float: left;
		margin: 0 20px 80px 0;
	}
	
	ul.product-overview li div.image {
		position: relative;
		width: 190px;
		height: 190px;
		overflow: hidden;
	}
	
	ul.product-overview li div.description {}
	
	ul.product-overview li div.description strong {
		font-size: 12px;
	}
	
	ul.product-overview li div.description span.price {
		font-size: 14px;
		font-weight: bold;
	}
	
	ul.product-overview li div.description a.more {
	   float: right;	
	}
	
/************* PRODUCT DETAILS ***************/

	div.product-detail-wrapper {}
	
	div.product-detail-wrapper div.images {
		float: left;
		width: 300px;
		margin-right: 50px;
	}
	
	div.product-detail-wrapper div.images div.main {
        position: relative;
	    width: 300px;
	    height: 300px;	
		overflow: hidden;
		margin-bottom: 10px;
	}
	
	div.product-detail-wrapper div.images ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	div.product-detail-wrapper div.images ul li {
	   float: left;
	   position: relative;
	   margin-right: 10px;
	   margin-bottom: 10px;
	   width: 75px;
	   height: 75px;
	   overflow: hidden;	
	}
	
	div.product-detail-wrapper div.info {
	   float: left;
	   width: 300px;	
	}
	
	div.product-detail-wrapper div.info span.price-first {
	   font-size: 14px;
	}
	
	div.product-detail-wrapper div.info span.price-now {
	   font-size: 20px;
	}
	
	div.product-detail-wrapper div.info form.orderform {
		margin: 15px 0;
	}
	
	div.product-detail-wrapper div.info form label {
	   display: block;	
	}
	
	div.product-detail-wrapper div.info form input.button {
	   background: #fff;
	   border: 1px solid #cbcbcb;
	   text-align: center;
	   width: 140px;	
	}
	
	
	input.textNieuwsbrief
	{
		background:#FFFFFF none repeat scroll 0 0;
		border:1px solid #9A8C7F;
		width:160px;
	}
	
	input.buttonNieuwsbrief
	{
		background:		#766A63 none repeat scroll 0 0;
		border:			1px solid #766A63;
		width:			100px;
		color:			#FFFFFF;
		font-weight:	bold;
		float:			right;
		margin-bottom:	20px;
		margin-top:		2px;
	}
	
/************* BESTELLEN *******************/

	div.bestellen {}
	
	div.bestellen div.form-wrapper {
		float: left;
		width: 340px;
		margin-right: 20px;
	}
	
	div.bestellen form div.form-row {
		padding: 2px;
	}
	
	div.bestellen form div.form-row label {
		float: left;
		width: 180px;
	}
	
	div.bestellen form div.form-row input.text, 
	div.bestellen form div.form-row textarea,
	div.bestellen form div.form-row select {
	   float: left;
	   width: 140px;	
	}
	
	div.bestellen div.cart-wrapper table tbody tr.totals td {
		border-top: 1px solid #999;
	}
	
	div#betaalmethoden
	{
		background:		url(../images/betaalmethoden.jpg) no-repeat 0 0;
	}

/******************************************************************/
/**************************** FOOTER ******************************/
/******************************************************************/

div#footer {
	background: #766a63;
	padding: 5px 15px;
	text-align: right;
}

div#footer a {
	color: #fff;
}

/******************************************************************/
/********************** BUGFIXES / HACKS **************************/
/******************************************************************/

div.spacer { clear: both; }
div.float-left { float: left; }
div.float-right { float: right; }

/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
