/***
 - de categorien in de lijst met producten op de 'container' pagina
 - de provincies in de lijst met gemeenten op de 'werkgebied' pagina
***/
li b {
	color: #ff9000;
}
b.provincie-niet-actief { color: #505050 }
h3 {
	clear: both;
	padding: 20px 0px 0px 0px;
}

div.categorie, div.provincie {
	width: 280px;
	float: left;
	border: 3px solid #dbdbdb;
	padding: 10px;
	margin: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #ff9000;
	height: 200px;
}
div.provincie div.gemeente {

	font-size: 11px;
	font-weight: normal;
	margin-top: 5px;
	
	border-top: 2px solid #dbdbdb;
	
	color: black;
	width: 360px;
	height: 150px;
	overflow: auto;
}

div.categorie div.producten {
	font-size: 11px;
	font-weight: normal;
	margin-top: 5px;
	
	border-top: 2px solid #dbdbdb;
	
	color: black;
	width: 180px;
	float: left;
	height: 150px;
	overflow: auto;
}
div.categorie div.producten input {
	margin-left: 10px;
}

div.categorie div.maten {
	font-size: 11px;
	font-weight: normal;
	margin-top: 5px;
	border-top: 2px solid #dbdbdb;
	color: black;
	width: 180px;
	float: right;
	height: 150px;
	overflow: auto;
}

div.categorie a{
	border: 0px;
}

table.account-overview {
	border: 0px;
	width: 100%;
}

table.account-overview thead td {
	font-weight: bold;
}
table.account-overview td {
	padding: 5px;
	border-bottom: 1px solid #dbdbdb;
}

table.account-overview td.even {

}