html, body, html body, form{
	background-color:		#ffffff !important;
	background-image:		none !important;
	color:					#000000;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	margin:					0;
	padding:				inherit;
}
a img{
	border:					0px none;
}
a{
	color:					#000000;
	text-decoration:		underline;
}

/* --<<[[ HOME PAGINA ]]>>-- */
.home_page #header{
	padding:				0 0 50px 0;
}

.home_page #merken.home a{
	display:				block;
	margin:					25px 0;
}

/* --<<[[ RESULTATEN PAGINA ]]>>-- */
.results_page #merken.winkels a{
	display:				none;
	visibility:				hidden;
}
.results_page #merken.winkels a.active{
	border-bottom:			1px solid #000000;
	display:				block !important;
	margin:					0 0 10px 0;
	padding:				0 0 24px 0;
	visibility:				visible !important;
}
.results_page #searchform{
	border-bottom:			1px solid #000000;
	margin:					0 0 10px 0;
	padding:				0 0 4px 0;
}
.results_page #searchform label{
	font-weight:			bold;
}
.results_page #searchform #submit{
	display:				none;
	visibility:				hidden;
}
.results_page #results,
.results_page #results_alternatief{
	padding:				0 0 5px 0;
}
.results_page #results span,
.results_page #results_alternatief span{
	font-weight:			bold;	
}
.results_page #results .winkel{
	border-top:				1px solid #000000;
	margin:					0 0 10px 0;
	padding:				9px 20px 0 20px;
}
.results_page #results .winkel .winkel_naam{
	font-weight:			bold;
}
.results_page #results .winkel table{
	border-collapse:		collapse;
	margin:					0;
	padding:				0;
}
.results_page #results .winkel table td{
	padding:				1px 5px 1px 0;
}
.results_page #results .winkel .index{
	display:				none;
	visibility:				hidden;
}