.paginaSectie  {
	background-color: #FAFBFD;
	margin-bottom: 20px;
	border: 1px solid #E7ECF0;
}

.paginaSectie h2 {
	margin-top: 0px;
}

.paginaSectie td {
	padding: 3px;
}

.paginaSectie .thumbPic {
	border: 1px solid #2D5197;
}

.funkyButton, .funkyButtonGhost{
	background-image: url('../images/shop/kleineknop.gif');
	background-position: left top;
	background-repeat: no-repeat;
	border:0px;
	color:white;
	font-weight:bold;
	font-size:10px;
	width:21px;
	height:21px;


	cursor:pointer;
}

.funkyButtonGhost
{
	background-image: url('../images/shop/kleineknop-ghost.gif');
}

.funkyButton:hover{
	background-image: url('../images/shop/kleineknop-active.gif');
}