@charset "utf-8";
/* CSS Document */
div.searchform div.whiteblok div.blok {
	width:456px;
}	

div.website div.search input {
	float:left;
	width:160px;
	height:20px;
	margin-right:6px;
}
div.website div.search  {
	float:left;
	clear:both;
}

div.website div.search a {
	float:left;
	background-image:url(../images/button_zoek.png);
	background-repeat:no-repeat;
	margin-top:6px;
	width:49px;
	height:25px;
}
div.website div.search a span {
	display:none;
}	


div.searchform div.category,
div.searchform div.search {
	width:100%;
	display:block;
	float:left;
	clear:both;
}
div.searchform div.category label {
	float:left;
	display:block;
	margin-right:6px;
}

div.searchform div.msg {
	clear:both;
	float:left;
	width:454px;
	padding-top:12px;
}

div.searchform label.search,
div.searchform label.category  {
	float:left;
	width:60px;
	display:block;
}


div.website div.searchform,
div.website div.searchresults {
	float:left;
	clear:both;
	width:100%;
	padding-bottom:0px;
} 

div.searchresults div.searchitem a {
	text-decoration:none;
}

div.searchresults div.searchitem {
	float:left;
	clear:both;
	width:100%;
	display:block;
	padding-top:5px;
	padding-bottom:5px;	
	border-bottom:1px solid #cccccc;
}

div.searchresults {
	float:left;
	padding-top:24px;
}


div.searchresults div.subresults {
	width:468px;
	float:left;
	display:block;
/*	padding-bottom:24px;*/
}

div.searchresults a.searchheader {
	cursor:pointer;
	padding-left:32px;
	padding-bottom:12px;
	font-weight:bold;
	font-size:medium;
	text-decoration:none;
	display:block;
}
div.searchresults div.meerresults {
	padding:0px;
	padding-bottom:12px;
	margin:0px;
}


div.searchresults a.min {
	background-image:url(../images/button_min.png);
	background-repeat:no-repeat;
}
div.searchresults a.plus {
	background-image:url(../images/button_plus.png);
	background-repeat:no-repeat;	
}


