/* tbv webshop */
@import url(webshop-mini.css);

html, body { margin:0px; padding:0px;}
body { 
background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

div#wrapper { 
	width:960px; 
	margin-left:auto; 
	margin-right:auto;
	position:relative;
}

/*--------------------------------
							Header
--------------------------------*/

div#header {
	width:960px;
	height:105px;
	position:relative;
	margin-bottom:7px;
	background-image:url("/images/headerBGmini.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}

div#headMenu {
	position:absolute;
	top:0px;
	right:0px;
	height:21px;
	background-image:url("/images/headMenuBG.gif");
	background-position:top left;
	background-repeat:no-repeat;
}

div#headMenu ul {
	margin:0px;
	margin-left:10px;
	padding:0px;
	padding-left:10px;
	padding-right:20px;
	height:21px;
	background-color:#000;
	background-position:top left;
	list-style:none;
}

div#headMenu ul li {
	margin:0px;
	padding:0px;
	line-height:20px;
	float:left;
	font-size:11px;
}

div#headMenu ul li.spacer {
	padding-left:11px;
	padding-right:11px;
	color:#fff;
}

div#headMenu ul li a {
	color:#fff;
	text-decoration:none;
}

div#headMandje {
	width:160px;
	height:28px;
	position:absolute;
	top:62px;
	right:38px;
	background-image:url("/images/winkelmandjeHeaderBG.gif");
	background-repeat:no-repeat;
}

div#headMandje a#btnMand {
	width:125px;
	height:30px;
	margin-top:3px;
	margin-left:2px;
	cursor:pointer;
	text-decoration:none;
	display:block;
}

div#headZoeken {
	width:230px;
	height:30px;
	position:absolute;
	top:30px;
	right:25px;
	background-image:url("/images/zoekenHeaderBG.gif");
	background-repeat:no-repeat;
}

input#headZoekenInputText {
	height:18px;
	width:122px;
	position:absolute;
	padding:0px;
	top:6px;
	left:24px;
	background-color:#eee;
  border:0px;
}

input#headZoekenInputSubmit {
	height:20px;
	width:61px;
	position:absolute;
	top:5px;
	right:18px;
	border:none;
	background-image:url("/images/zoekenHeaderSubmit.gif");
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
  color:#f00;
}

input#headZoekenInputImage {
	height:20px;
	width:61px;
	position:absolute;
	top:9px;
	right:12px;
	border:none;
  color:#f00;
}

/*--------------------------------
							Pagina
--------------------------------*/

div#page {
	width:960px;
    	background-color:#600;

	background-position:top left;
	background-repeat:repeat-y;
	font-size:12px;
}

div#contentLeft {
	width:250px;
  background-color:#600;
	float:left;
	overflow:hidden;
}

/*--------------------------------
				Menu shopcategorien
--------------------------------*/

ul#shopMenu {
	margin:0px;
	margin-top:8px;
	margin-bottom:30px;
	padding:0px;
	width:251px;
	list-style:none;
	border-top:1px solid #bbbeb3;
}

ul#shopMenu li {
	width:230px;
	margin:0px;
	padding:0px;
	padding-left:10px;
	padding-right:10px;
	line-height:19px;
	font-size:11px;
	border-bottom:1px solid #bbbeb3;
}

ul#shopMenu li a {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

ul#shopMenu li a:hover {
	color:#009ee0;
}

/* Submenu in het spel */

ul#shopMenu li.active {
	font-style:italic;
	background-color:#a00404;
}

ul#shopMenu li ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

ul#shopMenu li ul li {
	font-size:12px;
	font-style:normal;
	border:none;
	margin-left:0px;
	padding-left:20px;
	width:210px;
}

ul#shopMenu li ul li a {
	font-weight:normal;
	color:#fff;
	text-transform:none;
}

ul#shopMenu li ul li.activeSub {
	background-color:#b70606;
    	color:#fff;
	margin-left:-10px;
	width:210px;
	padding-left:30px;
}

ul#shopMenu li ul li ul li.activeSub {
	padding-left:30px;
	font-weight: bold;
  background-color:#ccc;
  color:#a00404;
  border-right:1px solid #ccc;
  border-top:1px solid #009ee0;
	border-bottom:1px solid #009ee0;

}
ul#shopMenu li ul li ul li.activeSub a{
	color:#600;
}

/*--------------------------------
					Content Mid
--------------------------------*/

div#contentMid {
	width:648px;
	float:left;
	padding:30px;
	line-height:18px;
    background-color:#ccc;
}

div#contentMid h1 {
	color:#333;
	margin:0px;
	margin-bottom:25px;
	padding:0px;
	font-size:18px;
	line-height:18px;
}



/*--------------------------------
						Clearfix
--------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}