/*** Aan te passen ***/


#button {
	cursor: pointer;
}

div#toggleList {
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

div#toggleList li.linkslistitem a {
	text-decoration: none;
}

div#toggleList li.linkslistitem a:hover {
	color: #CF1806;
	text-decoration: underline;
}

/*** Standaard ***/

div#toggleList {
	width: 100%;
	display: block;
}

div#toggleList ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align:center;
}

div#toggleList ul li {
	width: 32%;
	float: left;
}

div#toggleList br.clear {
	border: none;
	height: 0px;
	clear: both;
}
