#masonry {
	padding-bottom: 60px;
	min-height: 450px;
}

/* navigatie */
.masonry_nav {
	position: absolute;
	top:220px;
	right:16px;
	text-align: right;
	width: 220px;
	font-size: 13px;
	line-height: 16px;
}
.masonry_nav.bottom {
	bottom: 10px;
	top: auto;
}
.masonry_nav div {
	background: url(../images/prev_next.png) 0px 0px no-repeat;
}
.masonry_nav .nav_prev {
	float: left;
	color: #e5e5e5;
	padding-left: 18px;
}
.masonry_nav .nav_prev a {
	color: #929397;
}
.masonry_nav .nav_next {
	float: right;
	color: #e5e5e5;
	background-position: right -16px;
	padding-right: 18px;
	margin-right: 3px;
}
.masonry_nav .nav_next a {
	color: #929397;
}
.masonry_nav a:hover {
	text-decoration: underline;
} 

/* filters */
#masonry_stamp {
	position: relative;
	float: right;
	width: 207px;
	margin: 1px 16px 39px 0px;
	background-color: #e5e5e5;
	padding: 7px;
	border: 1px solid #000000;
}
#masonry_stamp .arrow {
	position: absolute;
	top: -30px;
	left: 0px;
	width: 175px;
}
#masonry_stamp .uitklap  {
	margin-bottom: 1px;
	background-color: #ffffff;
}
#masonry_stamp .uitklap .kop {
	height: 29px;
	line-height: 29px;
	border-top: 1px solid #bcbec0;
	border-bottom: 1px solid #7e7e7e;
	text-transform: uppercase;
	font-family: dazedarchetype, arial;
	padding-left: 14px;
	background: url(../images/pijl.png) no-repeat right center;
	cursor: pointer;
}
#masonry_stamp #uitklap_regiokaart .kop {
	background: url(../images/pijl_rechts.png) no-repeat right center;
	text-transform: none;
	border: 0px none;
}
#masonry_stamp #uitklap_regiokaart .kop a {
	color: #000000;
}
#masonry_stamp #uitklap_regiokaart .kop a:hover {
	color: #ff8800;
}
#masonry_stamp #uitklap_regiokaart img {
	width: 209px;
	padding-top: 5px;
	background-color: #e5e5e5;
}
#masonry_stamp p {
	margin-bottom: 8px;
}
#masonry_stamp .uitklap .content {
	max-height: 240px;
	overflow-y: auto;
	margin-top: 14px;
	margin-bottom: 20px;
}

#masonry_stamp .zoek_input {
	margin-bottom: 5px;
}
#masonry_stamp .zoek_input input[type=text] {
	float: left;
	width: 176px;
}
#masonry_stamp .zoek_input input[type=submit] {
	background: url(../images/btn_zoeken.png) no-repeat top right;
	color: #ffffff;
	border: 0px none;
	float: left;
	width:30px;
}
#masonry_stamp .zoek_input_kop {
	font-size: 14px;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 8px;
	margin-bottom: 8px;
	padding-top: 5px;
	padding-left: 5px;
}

/* zoek selectie */
#ontdek_select ul {
	list-style: none;
	padding: 0px;
	margin:5px 0px 10px 0px;
}
#ontdek_select li {
	position: relative;
	background:url(../images/btn_delete.png) no-repeat right center;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
#ontdek_select li a {
	display: block;
	color: #000000;
}
#ontdek_select li.top:hover,
#ontdek_select li:hover {
	background-color: #e5e5e5;
}
#ontdek_select li.top {
	background: none;
	font-weight: bold;
}
#ontdek_select li.top span {
	font-weight: normal;
	float: right;
	text-decoration: underline;
	color: #7d7b7e;
}

/* thema filter */

#masonry_stamp #uitklap_thema .content { margin-top: 3px; }
#uitklap_thema ul { list-style: none; padding: 0px; margin: 0px; }
#uitklap_thema li { 
	line-height: 30px;
	background-color: #f2f2f2; 
	color: #000000;
	/* font-weight: bold; */
	margin-bottom: 3px; 
}
/* #uitklap_thema li input[type=checkbox] {
	margin-left: 25px;
	margin-right: 15px;
}
 */
#uitklap_thema li.filter_arrow { 
	background-image: url(../images/btn_arrow.png);
	background-repeat: no-repeat;
	background-position: 175px 12px;
}
#uitklap_thema li.filter_arrow span{ 
	display: inline-block;
	width: 160px;
/* 	height: 25px;
	line-height: 25px;
 */	cursor: pointer;
}
#uitklap_thema li li {
	height: 25px;
	line-height: 25px;
	background-color: #ffffff; 
	color: #575756; 
	font-weight: normal;
	margin-bottom: 0px; 
	border-bottom: 1px solid #f2f2f2; 
}
#uitklap_thema li ul { display: none; }
#uitklap_thema li.selected ul { display: block; }

/* no results */
#no_results_wrapper {
	width: 520px;
	padding: 60px 100px 165px 90px;
	background-color: #e5e5e5;
}
#no_results {
	padding: 20px 20px 30px 40px;
	background-color: #ffffff;
}
#no_results h1 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
}