/* bsl-lpwereldkaart */
.widget-bsl-lpwereldkaart.biebwidget-content a img
{
	max-width: 100%;
	border: 1px solid #868686;
}
/* bsl-lpagendadetail */
.widget-bsl-lpagendadetail.biebwidget-content .locationinfo {
	margin-bottom: 20px;
}

.widget-bsl-lpagendadetail.biebwidget-content .locationinfo span.description {
	float: left;
}

.widget-bsl-lpagendadetail.biebwidget-content .locationinfo span.value {
	display: block;
	margin-left: 100px;
}

.widget-bsl-lpagendadetail.biebwidget-content .main-column p
{
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

.widget-bsl-lpagendadetail.biebwidget-content .main-column a.button
{
	margin-top: 15px;
}

.widget-bsl-lpagendadetail.biebwidget-content .lprichtext img {
	margin: 0 10px;
	float: left;
	max-width: none;
	max-height: none;
}

.widget-bsl-lpagendadetail.biebwidget-content .lprichtext img.right {
	float: right;
}

/* bnl-ebookseregalerijlijst */
.widget-bnl-ebookseregalerijlijst.biebwidget-content .nav-column h2 {
	margin-bottom: 0; /* All of this spacing is rather irregular. */
	border-bottom: 0;
}
.widget-bnl-ebookseregalerijlijst.biebwidget-content .nav-column h2:first-child {
	padding-bottom: 3px;
}

.widget-bnl-ebookseregalerijlijst.biebwidget-content .poweredby {
	width: 200px;
	margin-top: 36px;
	border: none;
	padding: 0;
}
.widget-bnl-ebookseregalerijlijst.biebwidget-content .poweredby h3 {
	font-weight: normal;
	color: #868686;
}
.widget-bnl-ebookseregalerijlijst.biebwidget-content .poweredby img {
	display: inline-block;
}
.widget-bnl-ebookseregalerijlijst.biebwidget-content .poweredby h3 + a img {
	margin-right: 8px;
	border-right: 1px solid #ccc;
	padding-right: 12px;
}

.widget-bnl-ebookseregalerijlijst.biebwidget-content .grid-items > li {
	height: 170px; /* This is a reasonable default uniform height, which allows for a .list-big.cover and a .caption, with spacing according to the styleguide. Individual widgets have the freedom to pick other heights which work well for them. */
}
.widget-bnl-ebookseregalerijlijst.biebwidget-content .grid-items > li > a,
.widget-bnl-ebookseregalerijlijst.biebwidget-content .grid-items > li > span {
	height: 160px; /* Content higher than this will be cut off at the top. */
}
.widget-bnl-ebookseregalerijlijst.biebwidget-content .grid-items > li > * > img {
	max-height: 160px;
}


/* bnl-zoekincatalogus */
.biebwidget-content.widget-bnl-zoekincatalogus {
	clear: left;
	position: relative;
	top: -20px;
	overflow: visible;
	/* Compensate for absolute positioning */
	margin-bottom: -10px;
	padding: 30px 0 10px 0;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #e5e5e5;
	text-align: center;
	-moz-box-shadow: 0 1px 1px 0 #bfbfbf, 0 50px 30px -25px rgba(127, 127, 127, 0.48) inset;
	-webkit-box-shadow: 0 1px 1px 0 #bfbfbf, 0 50px 30px -25px rgba(127, 127, 127, 0.48) inset;
	box-shadow: 0 1px 1px 0 #bfbfbf, 0 50px 30px -25px rgba(127, 127, 127, 0.48) inset;
}
.biebwidget-content.widget-bnl-zoekincatalogus > form {
	position: relative;
}
/* TODO: Revisit this file; see how much can be removed in favour of generic form styling. */
.biebwidget-content.widget-bnl-zoekincatalogus .query {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box; /* Styling form elements consistently is hard when they behave according to different box-sizing methods. */
	height: 2.375em; /* Effective height 38px. */
	width: 25.6875em; /* Effective width 411px. */
	max-width: 800px;
	margin: 0 5px 0 0;
	border: 1px solid #b4b4b4;
	border-color: #b8b8b8 #cdcdcd #e1e1e1 #cdcdcd;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 0 10px 0 10px;
	font-size: 133.33%; /* Effective font-size 16px. */
	vertical-align: bottom;
	background-color: #fff;
	-moz-box-shadow: 0 1px 1px #eee inset;
	-webkit-box-shadow: 0 1px 1px #eee inset;
	box-shadow: 0 1px 1px #eee inset;
}
/* add padding and remove from width */
.biebwidget-content.widget-bnl-zoekincatalogus .query.interactive {
	padding-right: 10em;
	width: 16.875em;
}
.biebwidget-content.widget-bnl-zoekincatalogus .ie7 .query.interactive {
	padding-right: 10px;
	width: 25.6875em;
}
.biebwidget-content.widget-bnl-zoekincatalogus .submit {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 2.375em; /* Effective height 38px. */
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #d8d8d8 #d2d2d2 #d5d5d5 #d2d2d2;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 0 12px 0 17px;
	font-size: 133.33%; /* Effective font-size 16px. */
	font-weight: bold;
	vertical-align: bottom;
	text-align: right;
	background-color: #fff;
	color: #505450;
	-moz-box-shadow: 0 -1px #dfdfdf inset, 0 -25px 20px -15px #ededed inset;
	-webkit-box-shadow: 0 -1px #dfdfdf inset, 0 -25px 20px -15px #ededed inset;
	box-shadow: 0 -1px #dfdfdf inset, 0 -25px 20px -15px #ededed inset;
	cursor: pointer;
}
.biebwidget-content.widget-bnl-zoekincatalogus .submit:hover,
.biebwidget-content.widget-bnl-zoekincatalogus .submit:focus {
	color: #ff7320;
}
.biebwidget-content.widget-bnl-zoekincatalogus .submit:focus {
	border-color: #b5b5b5 #d2d2d2 #e0e0e0 #d2d2d2;
	-moz-box-shadow: 0 2px 1px #dfdfdf inset, 0 -25px 20px -15px #ededed inset;
	-webkit-box-shadow: 0 2px 1px #dfdfdf inset, 0 -25px 20px -15px #ededed inset;
	box-shadow: 0 2px 1px #dfdfdf inset, 0 -25px 20px -15px #ededed inset;
	outline: 0;
}
.biebwidget-content.widget-bnl-zoekincatalogus .submit span {
	display: block;
	padding: 0 1.4em 0 0;
	background: url("../images/search.png") no-repeat right center;
	-moz-background-size: auto 94.74%;
	background-size: auto 94.74%; /* 18px/19px */
}

/* Force the insertion point to the vertical centre */
.biebwidget-content.widget-bnl-zoekincatalogus .ie7 .query,
.biebwidget-content.widget-bnl-zoekincatalogus .ie8 .query {
	height: 1.24em;
	padding-top: .4em;
	padding-bottom: .4em;
}

.biebwidget-content.widget-bnl-zoekincatalogus .ie7 .submit,
.biebwidget-content.widget-bnl-zoekincatalogus .ie8 .submit {
	height: 2em;
	margin-top: 3px;
}
*+html .widget-bnl-zoekinsiteofcatalogus.biebwidget-content .submit {
	padding: 0;
	text-align: center;
}
*+html .widget-bnl-zoekinsiteofcatalogus.biebwidget-content .submit span {	
	padding: 0 1.4em 0 0;
	margin: 0;
	display: inline;
}

.biebwidget-content.widget-bnl-zoekincatalogus .material-filter {
	display: inline-block;
	margin: 0 5px 0 -8.625em;
	font-size: 133.33%;
	height: 2em; /* Effective height 32px */
	width: 8em; /* Effective width 128px */
	overflow: visible;
	text-align: left;
	background: url(../images/icons/drop-down.png) no-repeat 5.9375em 0.7em;
}
.biebwidget-content.widget-bnl-zoekincatalogus .ie8 .material-filter {
	height: 1.8125em;
}
.biebwidget-content.widget-bnl-zoekincatalogus .ie7 .material-filter {
	display: none;
}
.biebwidget-content.widget-bnl-zoekincatalogus .material-filter button {
	width: 95%;
	padding: 3px 0 3px 5px;
	background: none;
	border: none;
/*	box-shadow: -3px 0px 0px -1px #ccc;*/
	border-left: 1px solid #ccc;
	font-size: 81.25%; /* 13px */
	text-align: left;
	color: #505450;
	cursor: pointer;
}
.biebwidget-content.widget-bnl-zoekincatalogus .material-list {
	display: none;
	position: absolute;
	z-index: 93; /* Set between schatkamer covers and navigatiebalk. */
	width: 7.9375em; /* Effective width 128px */
	padding: 0 0 10px 0;
	border-width: 1px;
	border-style: none solid solid;
	border-color: #d8d8d8 #d2d2d2 #d5d5d5 #d2d2d2;
	border-radius: 0 0 7px 7px;
	background-color: #fff;
}
.biebwidget-content.widget-bnl-zoekincatalogus .material-list [type="radio"] {
	display: none;
}
.biebwidget-content.widget-bnl-zoekincatalogus .material-list label {
	display: block;
	padding: 0 8px 1px 8px;
	font-size: 81.25%; /* 13px */
	cursor: pointer;
}
.biebwidget-content.widget-bnl-zoekincatalogus .material-list a {
	display: block;
	overflow: visible;
	margin-top: 5px;
	border-top: 1px solid #d0d0d0;
	padding: 4px 8px 0 8px;
	font-size: 75%; /* 12px */
}
.biebwidget-content.widget-bnl-zoekincatalogus .material-list label.current,
.biebwidget-content.widget-bnl-zoekincatalogus .material-list label:hover {
	background-color: #ff7320;
	color: #fff;
}

/* POSITIONING OF "UITGEBREID ZOEKEN" */
.biebwidget-content.widget-bnl-zoekincatalogus {
	position: relative;
}
.biebwidget-content.widget-bnl-zoekincatalogus .advancedsearch {
	max-width: 45em;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
}
.biebwidget-content.widget-bnl-zoekincatalogus .advancedsearch h2 {
	font-weight: bold;
}
.biebwidget-content.widget-bnl-zoekincatalogus .search-filter {
	width: auto;
	overflow: hidden;
	padding: 1em 0 5px;
}
.biebwidget-content.widget-bnl-zoekincatalogus .search-filter.interactive {
	display: none;
}
.biebwidget-content.widget-bnl-zoekincatalogus .search-filter > * {
	float: left;
}
.biebwidget-content.widget-bnl-zoekincatalogus span {
	padding: 3px 0.5em 0;
}
.biebwidget-content.widget-bnl-zoekincatalogus .type {
/*	display: inline-block;*/
	width: 25%;
	margin-right: 2%;
}
.biebwidget-content.widget-bnl-zoekincatalogus span.type { /* only when no JS */
	padding: 0;
}
.biebwidget-content.widget-bnl-zoekincatalogus .relation {
/*	display: inline-block;*/
	width: 18%;
	margin-right: 2%;
}
.biebwidget-content.widget-bnl-zoekincatalogus .advancedsearch input[type="text"] {
	width: 30%;
}
.biebwidget-content.widget-bnl-zoekincatalogus .advancedsearch input[type="text"].half {
	width: 15%;
}

.biebwidget-content.widget-bnl-zoekincatalogus .search-filter .filters {
	float: right;
	margin: 1px 10px 0 0;
	width: 20px;
	height: 20px;
	border: none;
	background: url("../images/icons/icon-remove.png") no-repeat 0 0;
	cursor: pointer;
}
.biebwidget-content.widget-bnl-zoekincatalogus .interactive .filters::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.biebwidget-content.widget-bnl-zoekincatalogus .static .filters {
	display: none;
}
.biebwidget-content.widget-bnl-zoekincatalogus .filters.remove:hover,
.biebwidget-content.widget-bnl-zoekincatalogus .filters.remove:focus {
	background: url("../images/icons/icon-remove-hover.png") no-repeat 0 0;
}
.biebwidget-content.widget-bnl-zoekincatalogus .filters.add {
	background: url("../images/icons/icon-add.png") no-repeat 0 0;
}
.biebwidget-content.widget-bnl-zoekincatalogus .filters.add:hover,
.biebwidget-content.widget-bnl-zoekincatalogus .filters.add:focus {
	background: url("../images/icons/icon-add-hover.png") no-repeat 0 0;
}
.biebwidget-content.widget-bnl-zoekincatalogus .filters span {
	display: none;
}


/* BETA RIBBON */
.biebwidget-content.widget-bnl-zoekincatalogus .beta {
	position: absolute;
	display: inline-block;
	min-height: 16px;
	margin: 0.75em 0 0 13px;
	border: 2px solid #efefef;
	-moz-border-radius: 9px;
	border-radius: 9px;
	padding: 3px 0.9em 0 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 83.33%;
	color: #fff;
	background-color: #009900;
	-moz-box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.25), 0 2px 1px -1px rgba(0, 0, 0, 0.15) inset;
	-webkit-box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.25), 0 2px 1px -1px rgba(0, 0, 0, 0.15) inset;
	box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.25), 0 2px 1px -1px rgba(0, 0, 0, 0.15) inset;
}
.biebwidget-content.widget-bnl-zoekincatalogus .beta:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	left: -22px;
	top: 0.3em;
	margin-top: 1px;
	border-style: solid;
	border-width: 6px 11px;
	border-color: transparent #efefef transparent transparent;
}
.biebwidget-content.widget-bnl-zoekincatalogus .beta:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	left: -14px;
	top: 0.3em;
	margin-top: 3px;
	border-style: solid;
	border-width: 4px 7px;
	border-color: transparent #009900 transparent transparent;
}

/* bnl-tabbedbanner */
.widget-bnl-tabbedbanner.biebwidget-content ul.tabs {
	margin: 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	padding: 4px 0 0;
	font-size: 125%; /*Effective font-size: 15px. */
	background-color: #efefef;
	color: #505450;
	-moz-box-shadow: 0 2px 2px 0 #FFFFFF inset;
	-webkit-box-shadow: 0 2px 2px 0 #FFFFFF inset;
	box-shadow: 0 2px 2px 0 #FFFFFF inset;
	border-bottom: none;
}
.widget-bnl-tabbedbanner.biebwidget-content ul.tabs:after {
	display: none; /* Remove the hack. */
}
.widget-bnl-tabbedbanner.biebwidget-content .tabs > li {
	margin: 0 1px 0 0;
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}
.widget-bnl-tabbedbanner.biebwidget-content .tabs > li:first-child {
	margin-left: 10px;
}

.widget-bnl-tabbedbanner.biebwidget-content .tabs > li a {
	/* Override unwanted inherited styling */
	padding-left: 10px;
	padding-right: 10px;
	background-color: transparent;
	border-style: none;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: 0 0 0 0 !important;
	-webkit-box-shadow: 0 0 0 0 !important;
	box-shadow: 0 0 0 0 !important;
	line-height: 22px;
    min-height: 22px;
}

.widget-bnl-tabbedbanner.biebwidget-content .tabs > li.current a {
	-moz-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	border-bottom: 1px solid white;
	background-color: #FFF;
	margin-bottom: 0;
}
.widget-bnl-tabbedbanner.biebwidget-content .tabs.static {
	display: none;
}
.widget-bnl-tabbedbanner.biebwidget-content .tabs + ul {
	clear: both;
	overflow: hidden;
}
.widget-bnl-tabbedbanner.biebwidget-content .tabs + ul > li {
	overflow: hidden;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	background-position: right top;
	background-repeat: no-repeat;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}
.widget-bnl-tabbedbanner.biebwidget-content ul.static.tabs + ul > li {
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
.widget-bnl-tabbedbanner.biebwidget-content ul.static.tabs + ul > li:first-child {
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.widget-bnl-tabbedbanner.biebwidget-content ul.static.tabs + ul > li:last-child {
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.widget-bnl-tabbedbanner.biebwidget-content ul.static.tabs + ul > li:only-child {
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.widget-bnl-tabbedbanner.biebwidget-content .tabs + ul > li .container {
	float: left;
	width: 51.5%;
	-moz-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
	padding-right: 89px;
	background-image: url("images/bnl/tabbedbanner/curve.png");
	background-position: right top;
	background-repeat: no-repeat;
	-moz-background-size: 89px 100%;
	background-size: 89px 100%;
}
.widget-bnl-tabbedbanner.biebwidget-content .tabs + ul > li .facts {
	min-height: 209px;
	padding-bottom: 20px;
	padding-left: 20px;
	background: url("../images/bg-widget-standard.png") repeat-x bottom left #fff; /* This is the default widget gradient background. */
}
.widget-bnl-tabbedbanner.biebwidget-content ul.interactive.tabs + ul > li .facts,
.widget-bnl-tabbedbanner.biebwidget-content ul.static.tabs + ul > li:last-child .facts {
	-moz-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
}
.widget-bnl-tabbedbanner.biebwidget-content ul.static.tabs + ul > li:first-child .facts {
	-moz-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
}
.widget-bnl-tabbedbanner.biebwidget-content ul.static.tabs + ul > li:only-child .facts {
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.widget-bnl-tabbedbanner.biebwidget-content h2 {
	padding: 20px 0 10px 0;
	-moz-border-radius: 0; 	/* Remove unwanted inherited styling */
	border-radius: 0;
	font-size: 166.67%; /* Effective: 20px */
	background-color: inherit;
}
.widget-bnl-tabbedbanner.biebwidget-content h3 {
	font-size: 100%; /* Effective: 12px */
}
.widget-bnl-tabbedbanner.biebwidget-content .primary.button {
	margin-left: 0;
}

.biebwidget-external .widget-bnl-tabbedbanner.biebwidget-content ul.tabs {
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.biebwidget-external .widget-bnl-tabbedbanner.biebwidget-content .tabs + ul > li,
.biebwidget-external .widget-bnl-tabbedbanner.biebwidget-content .tabs + ul > li .container,
.biebwidget-external .widget-bnl-tabbedbanner.biebwidget-content ul.tabs + ul > li .facts {
	-moz-border-radius: 0;
	border-radius: 0;
}
.biebwidget-external .biebwidget .widget-bnl-tabbedbanner.biebwidget-content {
	behavior: '';
}
html.branded .biebwidget-external .biebwidget .widget-bnl-tabbedbanner.biebwidget-content {
	behavior: url(/css/PIE.htc);
}
.widget-bnl-tabbedbanner.biebwidget-content .tabs.ie78 + ul > li .facts {
	padding-bottom: 0;
	margin-bottom: 20px;
}

/* bnl-zoekincatalogus */
.biebwidget-content.widget-bnl-zoekincatalogus {
	clear: left;
	position: relative;
	top: -20px;
	overflow: visible;
	/* Compensate for absolute positioning */
	margin-bottom: -10px;
	padding: 30px 0 10px 0;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #e5e5e5;
	text-align: center;
	-moz-box-shadow: 0 1px 1px 0 #bfbfbf, 0 50px 30px -25px rgba(127, 127, 127, 0.48) inset;
	-webkit-box-shadow: 0 1px 1px 0 #bfbfbf, 0 50px 30px -25px rgba(127, 127, 127, 0.48) inset;
	box-shadow: 0 1px 1px 0 #bfbfbf, 0 50px 30px -25px rgba(127, 127, 127, 0.48) inset;
}
.biebwidget-content.widget-bnl-zoekincatalogus > form {
	position: relative;
}
/* TODO: Revisit this file; see how much can be removed in favour of generic form styling. */
.biebwidget-content.widget-bnl-zoekincatalogus .query {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box; /* Styling form elements consistently is hard when they behave according to different box-sizing methods. */
	height: 2.375em; /* Effective height 38px. */
	width: 25.6875em; /* Effective width 411px. */
	max-width: 800px;
	margin: 0 5px 0 0;
	border: 1px solid #b4b4b4;
	border-color: #b8b8b8 #cdcdcd #e1e1e1 #cdcdcd;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 0 10px 0 10px;
	font-size: 133.33%; /* Effective font-size 16px. */
	vertical-align: bottom;
	background-color: #fff;
	-moz-box-shadow: 0 1px 1px #eee inset;
	-webkit-box-shadow: 0 1px 1px #eee inset;
	box-shadow: 0 1px 1px #eee inset;
}
/* add padding and remove from width */
.biebwidget-content.widget-bnl-zoekincatalogus .query.interactive {
	padding-right: 10em;
	width: 16.875em;
}
.biebwidget-content.widget-bnl-zoekincatalogus .ie7 .query.interactive {
	padding-right: 10px;
	width: 25.6875em;
}
.biebwidget-content.widget-bnl-zoekincatalogus .submit {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 2.375em; /* Effective height 38px. */
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #d8d8d8 #d2d2d2 #d5d5d5 #d2d2d2;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 0 12px 0 17px;
	font-size: 133.33%; /* Effective font-size 16px. */
	font-weight: bold;
	vertical-align: bottom;
	text-align: right;
	background-color: #fff;
	color: #505450;
	-moz-box-shadow: 0 -1px #dfdfdf inset, 0 -25px 20px -15px #ededed inset;
	-webkit-box-shadow: 0 -1px #dfdfdf inset, 0 -25px 20px -15px #ededed inset;
	box-shadow: 0 -1px #dfdfdf inset, 0 -25px 20px -15px #ededed inset;
	cursor: pointer;
}
.biebwidget-content.widget-bnl-zoekincatalogus .submit:hover,
.biebwidget-content.widget-bnl-zoekincatalogus .submit:focus {
	color: #ff7320;
}
.biebwidget-content.widget-bnl-zoekincatalogus .submit:focus {
	border-color: #b5b5b5 #d2d2d2 #e0e0e0 #d2d2d2;
	-moz-box-shadow: 0 2px 1px #dfdfdf inset, 0 -25px 20px -15px #ededed inset;
	-webkit-box-shadow: 0 2px 1px #dfdfdf inset, 0 -25px 20px -15px #ededed inset;
	box-shadow: 0 2px 1px #dfdfdf inset, 0 -25px 20px -15px #ededed inset;
	outline: 0;
}
.biebwidget-content.widget-bnl-zoekincatalogus .submit span {
	display: block;
	padding: 0 1.4em 0 0;
	background: url("../images/search.png") no-repeat right center;
	-moz-background-size: auto 94.74%;
	background-size: auto 94.74%; /* 18px/19px */
}

/* Force the insertion point to the vertical centre */
.biebwidget-content.widget-bnl-zoekincatalogus .ie7 .query,
.biebwidget-content.widget-bnl-zoekincatalogus .ie8 .query {
	height: 1.24em;
	padding-top: .4em;
	padding-bottom: .4em;
}

.biebwidget-content.widget-bnl-zoekincatalogus .ie7 .submit,
.biebwidget-content.widget-bnl-zoekincatalogus .ie8 .submit {
	height: 2em;
	margin-top: 3px;
}
*+html .widget-bnl-zoekinsiteofcatalogus.biebwidget-content .submit {
	padding: 0;
	text-align: center;
}
*+html .widget-bnl-zoekinsiteofcatalogus.biebwidget-content .submit span {	
	padding: 0 1.4em 0 0;
	margin: 0;
	display: inline;
}

.biebwidget-content.widget-bnl-zoekincatalogus .material-filter {
	display: inline-block;
	margin: 0 5px 0 -8.625em;
	font-size: 133.33%;
	height: 2em; /* Effective height 32px */
	width: 8em; /* Effective width 128px */
	overflow: visible;
	text-align: left;
	background: url(../images/icons/drop-down.png) no-repeat 5.9375em 0.7em;
}
.biebwidget-content.widget-bnl-zoekincatalogus .ie8 .material-filter {
	height: 1.8125em;
}
.biebwidget-content.widget-bnl-zoekincatalogus .ie7 .material-filter {
	display: none;
}
.biebwidget-content.widget-bnl-zoekincatalogus .material-filter button {
	width: 95%;
	padding: 3px 0 3px 5px;
	background: none;
	border: none;
/*	box-shadow: -3px 0px 0px -1px #ccc;*/
	border-left: 1px solid #ccc;
	font-size: 81.25%; /* 13px */
	text-align: left;
	color: #505450;
	cursor: pointer;
}
.biebwidget-content.widget-bnl-zoekincatalogus .material-list {
	display: none;
	position: absolute;
	z-index: 93; /* Set between schatkamer covers and navigatiebalk. */
	width: 7.9375em; /* Effective width 128px */
	padding: 0 0 10px 0;
	border-width: 1px;
	border-style: none solid solid;
	border-color: #d8d8d8 #d2d2d2 #d5d5d5 #d2d2d2;
	border-radius: 0 0 7px 7px;
	background-color: #fff;
}
.biebwidget-content.widget-bnl-zoekincatalogus .material-list [type="radio"] {
	display: none;
}
.biebwidget-content.widget-bnl-zoekincatalogus .material-list label {
	display: block;
	padding: 0 8px 1px 8px;
	font-size: 81.25%; /* 13px */
	cursor: pointer;
}
.biebwidget-content.widget-bnl-zoekincatalogus .material-list a {
	display: block;
	overflow: visible;
	margin-top: 5px;
	border-top: 1px solid #d0d0d0;
	padding: 4px 8px 0 8px;
	font-size: 75%; /* 12px */
}
.biebwidget-content.widget-bnl-zoekincatalogus .material-list label.current,
.biebwidget-content.widget-bnl-zoekincatalogus .material-list label:hover {
	background-color: #ff7320;
	color: #fff;
}

/* POSITIONING OF "UITGEBREID ZOEKEN" */
.biebwidget-content.widget-bnl-zoekincatalogus {
	position: relative;
}
.biebwidget-content.widget-bnl-zoekincatalogus .advancedsearch {
	max-width: 45em;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
}
.biebwidget-content.widget-bnl-zoekincatalogus .advancedsearch h2 {
	font-weight: bold;
}
.biebwidget-content.widget-bnl-zoekincatalogus .search-filter {
	width: auto;
	overflow: hidden;
	padding: 1em 0 5px;
}
.biebwidget-content.widget-bnl-zoekincatalogus .search-filter.interactive {
	display: none;
}
.biebwidget-content.widget-bnl-zoekincatalogus .search-filter > * {
	float: left;
}
.biebwidget-content.widget-bnl-zoekincatalogus span {
	padding: 3px 0.5em 0;
}
.biebwidget-content.widget-bnl-zoekincatalogus .type {
/*	display: inline-block;*/
	width: 25%;
	margin-right: 2%;
}
.biebwidget-content.widget-bnl-zoekincatalogus span.type { /* only when no JS */
	padding: 0;
}
.biebwidget-content.widget-bnl-zoekincatalogus .relation {
/*	display: inline-block;*/
	width: 18%;
	margin-right: 2%;
}
.biebwidget-content.widget-bnl-zoekincatalogus .advancedsearch input[type="text"] {
	width: 30%;
}
.biebwidget-content.widget-bnl-zoekincatalogus .advancedsearch input[type="text"].half {
	width: 15%;
}

.biebwidget-content.widget-bnl-zoekincatalogus .search-filter .filters {
	float: right;
	margin: 1px 10px 0 0;
	width: 20px;
	height: 20px;
	border: none;
	background: url("../images/icons/icon-remove.png") no-repeat 0 0;
	cursor: pointer;
}
.biebwidget-content.widget-bnl-zoekincatalogus .interactive .filters::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.biebwidget-content.widget-bnl-zoekincatalogus .static .filters {
	display: none;
}
.biebwidget-content.widget-bnl-zoekincatalogus .filters.remove:hover,
.biebwidget-content.widget-bnl-zoekincatalogus .filters.remove:focus {
	background: url("../images/icons/icon-remove-hover.png") no-repeat 0 0;
}
.biebwidget-content.widget-bnl-zoekincatalogus .filters.add {
	background: url("../images/icons/icon-add.png") no-repeat 0 0;
}
.biebwidget-content.widget-bnl-zoekincatalogus .filters.add:hover,
.biebwidget-content.widget-bnl-zoekincatalogus .filters.add:focus {
	background: url("../images/icons/icon-add-hover.png") no-repeat 0 0;
}
.biebwidget-content.widget-bnl-zoekincatalogus .filters span {
	display: none;
}


/* BETA RIBBON */
.biebwidget-content.widget-bnl-zoekincatalogus .beta {
	position: absolute;
	display: inline-block;
	min-height: 16px;
	margin: 0.75em 0 0 13px;
	border: 2px solid #efefef;
	-moz-border-radius: 9px;
	border-radius: 9px;
	padding: 3px 0.9em 0 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 83.33%;
	color: #fff;
	background-color: #009900;
	-moz-box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.25), 0 2px 1px -1px rgba(0, 0, 0, 0.15) inset;
	-webkit-box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.25), 0 2px 1px -1px rgba(0, 0, 0, 0.15) inset;
	box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.25), 0 2px 1px -1px rgba(0, 0, 0, 0.15) inset;
}
.biebwidget-content.widget-bnl-zoekincatalogus .beta:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	left: -22px;
	top: 0.3em;
	margin-top: 1px;
	border-style: solid;
	border-width: 6px 11px;
	border-color: transparent #efefef transparent transparent;
}
.biebwidget-content.widget-bnl-zoekincatalogus .beta:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	left: -14px;
	top: 0.3em;
	margin-top: 3px;
	border-style: solid;
	border-width: 4px 7px;
	border-color: transparent #009900 transparent transparent;
}

/* bsl-lpvideodetail */
.widget-bsl-lpvideodetail.biebwidget-content .main-column h3
{
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.widget-bsl-lpvideodetail.biebwidget-content .main-column a.quaternary.button
{
	margin-top: 15px;
}

.widget-bsl-lpvideodetail.biebwidget-content .noflash {
	display: block;
}

.widget-bsl-lpvideodetail.biebwidget-content .noflash img {
	float: none;
	display: block;
}
/* bnl-thema */
/* When JavaScript is turned off, fake the .catalog-items look within the coverflow. */
.widget-bnl-thema.biebwidget-content .coverflow.static.withdetails:before {
	float: right;
	width: 70%;
	margin-top: 10px;
	padding-right: 20px;
	content: "Voor u geselecteerd";
	font-size: 125%;
	color: #505450;
}
.widget-bnl-thema.biebwidget-content .coverflow.static.withdetails ul.coverflow-details-container {
	float: right;
	width: 70%;
	max-height: 220px;
	overflow: auto;
	margin-top: 10px;
	border: 1px solid #d0d0d0;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 7px 10px 10px 10px;
	background-color: #fff;
	-moz-box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.1) inset;
}
.widget-bnl-thema.biebwidget-content .coverflow.static.withdetails ul.coverflow-details-container li {
	position: relative;
	min-height: 64px;
	padding: 10px 0;
}
.widget-bnl-thema.biebwidget-content .coverflow.static.withdetails ul.coverflow-details-container li:first-child {
	padding-top: 0;
}
/* TODO: use generic book icon here once we can refer to that. */
.widget-bnl-thema.biebwidget-content .coverflow.static.withdetails ul.coverflow-details-container h3 {
	padding-bottom: 0;
	font-size: 108.33%; /* Effective font-size: 13px. */
	font-weight: bold;
	color: #505450;
}
.widget-bnl-thema.biebwidget-content .coverflow.static.withdetails ul.coverflow-details-container h3 a {
	text-decoration: underline;
	color: #505450;
}
.widget-bnl-thema.biebwidget-content .coverflow.static.withdetails ul.coverflow-details-container h3 a:hover {
	color: #ff7320;
}
.widget-bnl-thema.biebwidget-content .coverflow.static.withdetails ul.coverflow-details-container img.cover.full {
	position: absolute;
	top: 10px;
	left: 0;
	max-width: 40px;
	max-height: 64px;
}
.widget-bnl-thema.biebwidget-content .coverflow.static.withdetails ul.coverflow-details-container li:first-child img.cover.full {
	top: 0;
}
.widget-bnl-thema.biebwidget-content .coverflow.static.withdetails ul.coverflow-details-container p {
	font-size: 91.67%; /* Effective font-size: 11px. */
	color: #868686;
}
.widget-bnl-thema.biebwidget-content .coverflow.static.withdetails ul.coverflow-details-container .primary.button {
	display: none;
}

*+html .widget-bnl-thema.biebwidget-content .coverflow {
	overflow: hidden;
}

*+html .widget-bnl-thema.biebwidget-content .coverflow-container {
	z-index: 1;
}


/* bsl-lpinterviewdetail */
.widget-bsl-lpinterviewdetail.biebwidget-content .lprichtext img {
	margin: 0 10px;
	float: left;
	max-width: none;
	max-height: none;
}

.widget-bsl-lpinterviewdetail.biebwidget-content .lprichtext img.right {
	float: right;
}

/* bnl-mediabank */
.widget-bnl-mediabank.biebwidget-content .rich-items > li:first-child + li {
	border-top: 1px solid #d0d0d0;
	background: none;
}
.widget-bnl-mediabank.biebwidget-content object {
	width: 100%;
}

/* bnl-titeldetail */
.widget-bnl-titeldetail.biebwidget-content .details {
	float: left;
	/* Prevent this block from floating below the cover image */
	max-width: 62%;
}
.widget-bnl-titeldetail.biebwidget-content .request {
	clear: both;
	padding-top: 15px;
}
.widget-bnl-titeldetail.biebwidget-content .request .primary.button + .quaternary.button {
	margin-left: 20px;
}
.widget-bnl-titeldetail.biebwidget-content p + h3 {
	margin-top: 15px;
}
.widget-bnl-titeldetail.biebwidget-content h3 + .bibliographic-details {
	margin: 10px 0;
}

/* bsl-lpvideo */
.widget-bsl-lpvideo.biebwidget-content p.additional span
{
	display: block;
}

.widget-bsl-lpvideo.biebwidget-content .rich-items img
{
	max-width: 100px;
}

.widget-bsl-lpvideo.biebwidget-content .rich-items .content
{
	margin-left: 110px;
}

.widget-bsl-lpvideo.biebwidget-content .noflash img {
	display: block;
	float: none;
}
/* bnl-historischekalenderdetail */
.widget-bnl-historischekalenderdetail.biebwidget-content ul.itempicker > li {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}
.widget-bnl-historischekalenderdetail.biebwidget-content ul.itempicker > li > a {
	overflow: hidden;
	padding: 7px;
	float: left;	
}
.widget-bnl-historischekalenderdetail.biebwidget-content ul.itempicker > li.current > a {
	background: url("../images/selection-indicator-right.png") no-repeat scroll right center transparent;
}
.widget-bnl-historischekalenderdetail.biebwidget-content ul.itempicker > li.current > a img {
	max-height: 128px;
    max-width: 80px;
    border: none;
    border-radius: 0;
}
.widget-bnl-historischekalenderdetail.biebwidget-content ul.ie78.itempicker li a img {
	width: 80px;
}
.widget-bnl-historischekalenderdetail.biebwidget-content ul.itempicker > li > a > p.calendar {
	margin-bottom: 0;
}
.widget-bnl-historischekalenderdetail.biebwidget-content ul.itempicker > li.current > a p.calendar {
    border: 3px solid #FF7320;
    border-radius: 4px 4px 4px 4px;
    margin-left: -3px;
    padding: 4px 4px 6px 4px;
    max-height: 128px;
    max-width: 180px;
}
.widget-bnl-historischekalenderdetail.biebwidget-content ul.itempicker > li > a p.calendar > span:first-child {
	float: left;
  	margin: 4px 4px 0 0;
}
.widget-bnl-historischekalenderdetail.biebwidget-content ul.itempicker > li > a p.calendar span.date-day {
	font-size: 28px;
}
.widget-bnl-historischekalenderdetail.biebwidget-content ul.itempicker > li > a p.calendar span.date-month {
    font-size: 20px;
}

.widget-bnl-historischekalenderdetail.biebwidget-content ul.itempicker > li > a p.calendar img {
	float: left;
}
.widget-bnl-historischekalenderdetail.biebwidget-content form.generated select {
    width: auto;
}
.widget-bnl-historischekalenderdetail.biebwidget-content div.disclaimer {
	clear: both;
	border-top: 1px solid #D0D0D0;
	margin-top: 20px;
    padding: 10px 0;
}

/* bnl-rotatingbanner */
.widget-bnl-rotatingbanner.biebwidget-content ul.interactive {
	height: 200px;
}
*+html .widget-bnl-rotatingbanner.biebwidget-content {
	position: relative;
}

/* bnl-navigatiebalk */
.widget-bnl-navigatiebalk.biebwidget-content > ul {
	position: relative;
	z-index: 95; /* Set high so the covers from the schatkamer don't have a higher z-index than the menus which are a part of this. */
	clear: both;
	float: left; /* Can't use overflow: hidden to stretch the navbar around its floated contents because of the expandable menus, so float it as well. */
	width: 100%;
	min-height: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ff7320;
	color: #fff;
	-moz-box-shadow: 0 1px 2px 1px rgba(51, 51, 51, 0.35), 0 -27px 15px -15px #db5505 inset;
	-webkit-box-shadow: 0 1px 2px 1px rgba(51, 51, 51, 0.35), 0 -27px 15px -15px #db5505 inset;
	box-shadow: 0 1px 2px 1px rgba(51, 51, 51, 0.35), 0 -27px 15px -15px #db5505 inset;
}
.widget-bnl-navigatiebalk.biebwidget-content > ul.empty {
	-moz-box-shadow: 0 2px 2px 1px rgba(51, 51, 51, 0.23);
	-webkit-box-shadow: 0 2px 2px 1px rgba(51, 51, 51, 0.23);
	box-shadow: 0 2px 2px 1px rgba(51, 51, 51, 0.23);
}
.widget-bnl-navigatiebalk.biebwidget-content > ul > li {
	float: left;
	min-height: 40px;
	border-right: 1px solid #d85304;
}
.widget-bnl-navigatiebalk.biebwidget-content > ul > li > a,
.widget-bnl-navigatiebalk.biebwidget-content > ul > li > span {
	display: block;
	padding: 2px 20px 3px 20px;
	border-top: 1px solid #ff7320;
	border-bottom: 1px solid transparent;
	font-size: 116.67%;
	line-height: 33px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}
.widget-bnl-navigatiebalk.biebwidget-content > ul > li.drop > a,
.widget-bnl-navigatiebalk.biebwidget-content > ul > li.drop > span {
	cursor: pointer;
	padding-right: 38px; /* Reserve space for the marker */
	background-image: url("../images/dropmarker.png");
	background-repeat: no-repeat;
	background-position: right 55%;
}
.widget-bnl-navigatiebalk.biebwidget-content > ul > li:first-child > a,
.widget-bnl-navigatiebalk.biebwidget-content > ul > li:first-child > span {
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px; /* Rounded corners for the home button, to make certain the inner box shadows don't spill out when hovering. */
}
.widget-bnl-navigatiebalk.biebwidget-content > ul > li:hover > a,
.widget-bnl-navigatiebalk.biebwidget-content > ul > li > a:hover, 
.widget-bnl-navigatiebalk.biebwidget-content > ul > li.focus > a,
.widget-bnl-navigatiebalk.biebwidget-content > ul > li:hover > span,
.widget-bnl-navigatiebalk.biebwidget-content > ul > li > span:hover, 
.widget-bnl-navigatiebalk.biebwidget-content > ul > li.focus > span {
	text-decoration: none; /* Override generic a:hover styling. */
	color: #fff; /* Override generic a:hover styling. */
	background-color: #ff7320;
	outline: 0;
	-moz-box-shadow: 
		-3px 0 4px -2px rgba(0, 0, 0, 0.25),
		3px 0 4px -2px rgba(0, 0, 0, 0.25),
		0 10px 7px -5px rgba(255, 255, 255, 0.20) inset,
		0 15px 22px -11px rgba(255, 255, 255, 0.35) inset;
	-webkit-box-shadow: 
		-3px 0 4px -2px rgba(0, 0, 0, 0.25),
		3px 0 4px -2px rgba(0, 0, 0, 0.25),
		0 10px 7px -5px rgba(255, 255, 255, 0.20) inset,
		0 15px 22px -11px rgba(255, 255, 255, 0.35) inset;
	box-shadow: 
		-3px 0 4px -2px rgba(0, 0, 0, 0.25),
		3px 0 4px -2px rgba(0, 0, 0, 0.25),
		0 10px 7px -5px rgba(255, 255, 255, 0.20) inset,
		0 15px 22px -11px rgba(255, 255, 255, 0.35) inset;
}
.widget-bnl-navigatiebalk.biebwidget-content > ul > li:first-child > a:hover, 
.widget-bnl-navigatiebalk.biebwidget-content > ul > li.focus:first-child > a,
.widget-bnl-navigatiebalk.biebwidget-content > ul > li:first-child > span:hover, 
.widget-bnl-navigatiebalk.biebwidget-content > ul > li.focus:first-child > span {
	-moz-box-shadow:
		3px 0 4px -2px rgba(0, 0, 0, 0.25),
		0 10px 7px -5px rgba(255, 255, 255, 0.20) inset,
		0 15px 22px -11px rgba(255, 255, 255, 0.35) inset;
	-webkit-box-shadow:
		3px 0 4px -2px rgba(0, 0, 0, 0.25),
		0 10px 7px -5px rgba(255, 255, 255, 0.20) inset,
		0 15px 22px -11px rgba(255, 255, 255, 0.35) inset;
	box-shadow: /* No shadow on the left. */
		3px 0 4px -2px rgba(0, 0, 0, 0.25),
		0 10px 7px -5px rgba(255, 255, 255, 0.20) inset,
		0 15px 22px -11px rgba(255, 255, 255, 0.35) inset;
}
.widget-bnl-navigatiebalk.biebwidget-content > ul > li > ul {
	display: none;
	background: url("../images/bg-widget-standard.png") repeat-x bottom left #fff;
	color: #505450;
}
.widget-bnl-navigatiebalk.biebwidget-content > ul > li:hover > ul, 
.widget-bnl-navigatiebalk.biebwidget-content > ul > li.focus > ul {
	position: absolute;
	z-index: 99;
	display: block;
	margin-left: -1px;
	border: 1px solid #fa711f;
	border-top: 0;
	-moz-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
	padding: 9px 0 14px 0;
	background-color: #fff;
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);
}
.widget-bnl-navigatiebalk.biebwidget-content > ul > li > ul a,
.widget-bnl-navigatiebalk.biebwidget-content > ul > li > ul span {
	display: block;
	padding: 4px 20px;
	text-decoration: none;
}
.widget-bnl-navigatiebalk.biebwidget-content > ul > li > ul a:hover,
.widget-bnl-navigatiebalk.biebwidget-content > ul > li > ul a:focus,
.widget-bnl-navigatiebalk.biebwidget-content > ul > li > ul span:hover,
.widget-bnl-navigatiebalk.biebwidget-content > ul > li > ul span:focus {
	border-top: 1px solid #ff7320;
	padding-top: 3px;
	text-decoration: none; /* Override generic a:hover styling. */
	color: #fff;
	background-color: #ff7320;
	-moz-box-shadow:
		0 2px 3px rgba(0, 0, 0, 0.3),
		0 5px 4px -2px rgba(255, 255, 255, 0.20) inset,
		0 8px 11px -6px rgba(255, 255, 255, 0.35) inset;
	-webkit-box-shadow:
		0 2px 3px rgba(0, 0, 0, 0.3),
		0 5px 4px -2px rgba(255, 255, 255, 0.20) inset,
		0 8px 11px -6px rgba(255, 255, 255, 0.35) inset;
	box-shadow:
		0 2px 3px rgba(0, 0, 0, 0.3),
		0 5px 4px -2px rgba(255, 255, 255, 0.20) inset,
		0 8px 11px -6px rgba(255, 255, 255, 0.35) inset;
}
/*adaptive*/
@media (min-width: 0) and (max-width: 612px){
	.widget-bnl-navigatiebalk.biebwidget-content > ul {
		-moz-border-radius: 0;
		border-radius: 0;
		width: 100%;
	}
	.widget-bnl-navigatiebalk.biebwidget-content > ul > li {
		width: 49.8%;
	}
}

/* bnl-zoekinsiteofcatalogus */
.widget-bnl-zoekinsiteofcatalogus.biebwidget-content {
	clear: left;
	position: relative;
	top: -20px;
	/* Compensate for absolute positioning */
	margin-bottom: -10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 30px 0 10px 0;
	background-color: #e5e5e5;
	text-align: center;
	-moz-box-shadow: 0 1px 1px 0 #bfbfbf, 0 50px 30px -25px rgba(127, 127, 127, 0.48) inset;
	-webkit-box-shadow: 0 1px 1px 0 #bfbfbf, 0 50px 30px -25px rgba(127, 127, 127, 0.48) inset;
	box-shadow: 0 1px 1px 0 #bfbfbf, 0 50px 30px -25px rgba(127, 127, 127, 0.48) inset;
}
/* TODO: Revisit this file; see how much can be removed in favour of generic form styling. */
.widget-bnl-zoekinsiteofcatalogus.biebwidget-content input[type="text"] {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box; /* Styling form elements consistently is hard when they behave according to different box-sizing methods. */
	height: 2.375em; /* Effective height 38px. */
	width: 25.6875em; /* Effective width 411px. */
	max-width: 800px;
	margin: 0 5px 0 0;
	border: 1px solid #b4b4b4;
	border-color: #b8b8b8 #cdcdcd #e1e1e1 #cdcdcd;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 0 10px 0 10px;
	font-size: 133.33%; /* Effective font-size 16px. */
	vertical-align: bottom;
	background-color: #fff;
	-moz-box-shadow: 0 1px 1px #eee inset;
	-webkit-box-shadow: 0 1px 1px #eee inset;
	box-shadow: 0 1px 1px #eee inset;
}
.widget-bnl-zoekinsiteofcatalogus.biebwidget-content button {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 2.375em; /* Effective height 38px. */
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #d8d8d8 #d2d2d2 #d5d5d5 #d2d2d2;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 0 12px 0 17px;
	font-size: 133.33%; /* Effective font-size 16px. */
	font-weight: bold;
	vertical-align: bottom;
	text-align: right;
	background-color: #fff;
	color: #505450;
	-moz-box-shadow: 0 -1px #dfdfdf inset, 0 -25px 20px -15px #ededed inset;
	-webkit-box-shadow: 0 -1px #dfdfdf inset, 0 -25px 20px -15px #ededed inset;
	box-shadow: 0 -1px #dfdfdf inset, 0 -25px 20px -15px #ededed inset;
	cursor: pointer;
}
.widget-bnl-zoekinsiteofcatalogus.biebwidget-content button:hover,
.widget-bnl-zoekinsiteofcatalogus.biebwidget-content button:focus {
	color: #ff7320;
}
.widget-bnl-zoekinsiteofcatalogus.biebwidget-content button:focus {
	border-color: #b5b5b5 #d2d2d2 #e0e0e0 #d2d2d2;
	-moz-box-shadow: 0 2px 1px #dfdfdf inset, 0 -25px 20px -15px #ededed inset;
	-webkit-box-shadow: 0 2px 1px #dfdfdf inset, 0 -25px 20px -15px #ededed inset;
	box-shadow: 0 2px 1px #dfdfdf inset, 0 -25px 20px -15px #ededed inset;
	outline: 0;
}
.widget-bnl-zoekinsiteofcatalogus.biebwidget-content button span {
	display: block;
	padding-right: 1.4em;
	background: url("../images/search.png") no-repeat right center;
	-moz-background-size: auto 94.74%;
	background-size: auto 94.74%; /* 18px/19px */
}
.widget-bnl-zoekinsiteofcatalogus.biebwidget-content .where {
	display: inline-block;
	padding-right: 10px;
}
*+html .widget-bnl-zoekinsiteofcatalogus.biebwidget-content .where {
	display: inline;
}
.widget-bnl-zoekinsiteofcatalogus.biebwidget-content label {
	float: left;
	clear: left;
	margin-top: -2px;
	margin-bottom: 2px;
}
.widget-bnl-zoekinsiteofcatalogus.biebwidget-content label + label {
	margin-top: 2px;
	margin-bottom: -2px;
}
.widget-bnl-zoekinsiteofcatalogus.biebwidget-content label input[type="radio"] {
	position: relative;
	top: 2px; /* Meh; why does lining out radiobuttons always have to be such a hack? */
}


/* Force the insertion point to the vertical centre */
.widget-bnl-zoekinsiteofcatalogus.biebwidget-content .ie78 input[type="text"] {
	height: 1.24em;
	padding-top: .4em;
	padding-bottom: .4em;
}

.widget-bnl-zoekinsiteofcatalogus.biebwidget-content .ie78 button {
	height: 2em;
	margin-top: 3px;
}

*+html .widget-bnl-zoekinsiteofcatalogus.biebwidget-content button {	
	padding: 0;
	text-align: center;
}
*+html .widget-bnl-zoekinsiteofcatalogus.biebwidget-content button span{	
	padding: 0 1.4em 0 0;
	margin: 0;
	display: inline;
}
/*adaptive*/
@media (min-width: 0) and (max-width: 612px){
	.widget-bnl-zoekinsiteofcatalogus.biebwidget-content input[type="text"] {
		width: auto;
	}
}
/* bsl-lpinterviews */
.widget-bsl-lpinterviews.biebwidget-content .rich-items img
{
	max-width: 100px;
}

.widget-bsl-lpinterviews.biebwidget-content .rich-items .content
{
	margin-left: 110px;
}

/* demo-valentijn */
.biebwidget-external .biebwidget { 
	
}

.widget-demo-valentijn.biebwidget-content {
	border: solid 1px #f91f1f !important;
	background: url("images/demo/valentijn/background-valentijn.jpg") left top;
	padding: 20px;
}
.widget-demo-valentijn.biebwidget-content .container{
	background: url("images/demo/valentijn/valentijnswidget_whitbg.png") left top;
	padding-bottom: 20px;
}
.widget-demo-valentijn.biebwidget-content .container > h2 {
	color: #f91f1f;
	font-size: 150%;
    font-weight: normal;
    margin: 0;
    padding: 20px 10px;
}

.widget-demo-valentijn.biebwidget-content a.quaternary.button {
	behavior: '' !important;
	position: static !important;
	
}


.widget-demo-valentijn.biebwidget-content object,
.widget-demo-valentijn.biebwidget-content embed {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}
.widget-demo-valentijn.biebwidget-content .carousel.interactive {
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
	position: relative;
	margin-bottom: 10px;
}
.widget-demo-valentijn.biebwidget-content .carousel.interactive .playback{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	zoom:1;
}

.widget-demo-valentijn.biebwidget-content .scroll-container {
	margin: 0;
}
.widget-demo-valentijn.biebwidget-content .carousel.interactive ul.videos {
	clear: both;
    overflow: hidden;
}
.widget-demo-valentijn.biebwidget-content .carousel.interactive ul.videos > li {
	float: left;
	position: relative;	
}
.widget-demo-valentijn.biebwidget-content .carousel.interactive ul.videos > li .playbtn {
	background: url("images/demo/valentijn/play.png") left top no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 45%;
	top: 35%;
}

.widget-demo-valentijn.biebwidget-content .carousel.interactive ul.videos > li a img {
	width: 100%;
	max-width: 100%;
}
.widget-demo-valentijn.biebwidget-content .carousel.interactive ul.videos > li > div > h3 {
	width: 70%;
	text-align: center;
	color: #f91f1f;
	padding: 11px 40px
}
.widget-demo-valentijn.biebwidget-content .carousel.interactive ul.videos .boek {
	position: absolute;
	top 0px;
	left: 0px;
	width: 100%;
	padding: 20px 0 0 20px;
	background-color: #ffffff;
	overflow: hidden;
}
.widget-demo-valentijn.biebwidget-content .carousel.interactive ul.videos .boek img,
.widget-demo-valentijn.biebwidget-content .carousel.interactive ul.videos .boek .boekinfo {
	float: left;
}
.widget-demo-valentijn.biebwidget-content .carousel.interactive ul.videos .boek img {
	max-width: 80px;
	max-height: 120px;
}
.widget-demo-valentijn.biebwidget-content .carousel.interactive ul.videos .boek .boekinfo {
	padding: 0 0 0 15px;
	width:  52%;
}
.widget-demo-valentijn.biebwidget-content .carousel.interactive ul.videos .boek .boekinfo h4 {
	margin-bottom: 8px;
}
.widget-demo-valentijn.biebwidget-content .controls {
	position: relative;
    bottom: 39px;
 }
.widget-demo-valentijn.biebwidget-content .pagenav {
	position: absolute;
	width: 43px;
	height: 58px;
	background: #fff;
	top: -18px;
}
.widget-demo-valentijn.biebwidget-content .pagenav span,
.widget-demo-valentijn.biebwidget-content .pagenav a {
	position: absolute;
	top: 17px;
	width: 14px;
	height: 22px;
	text-indent: -99999px;
}
.widget-demo-valentijn.biebwidget-content .pagenav.next {
	right: 0;	
}
.widget-demo-valentijn.biebwidget-content .pagenav.prev span,
.widget-demo-valentijn.biebwidget-content .pagenav.prev a {
	left: 10px;
	background: #fff url("images/demo/valentijn/nav-prev-large.png") no-repeat;	
}
.widget-demo-valentijn.biebwidget-content .pagenav a.inactive {
	padding: 0 0;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: .25;
	filter: alpha(opacity=25);
}
.widget-demo-valentijn.biebwidget-content .pagenav.next a:hover.inactive {
	background: #fff url("images/demo/valentijn/nav-next-large.png") no-repeat;	
}
.widget-demo-valentijn.biebwidget-content .pagenav.prev a:hover.inactive {
	background: #fff url("images/demo/valentijn/nav-prev-large.png") no-repeat;	
}
.widget-demo-valentijn.biebwidget-content .pagenav.prev a:hover {
	background-image: url("images/demo/valentijn/nav-prev-large-hover.png");
}
.widget-demo-valentijn.biebwidget-content .pagenav.next span {
	background: #fff url("images/demo/valentijn/nav-next-large.png") no-repeat 10px 0;
	}
.widget-demo-valentijn.biebwidget-content .pagenav.next a {
	right: 10px;
	background: #fff url("images/demo/valentijn/nav-next-large.png") no-repeat;
}
.widget-demo-valentijn.biebwidget-content .pagenav.next a:hover {
	background-image: url("images/demo/valentijn/nav-next-large-hover.png");
}

.widget-demo-valentijn.biebwidget-content p { padding: 0 10px; }
.widget-demo-valentijn.biebwidget-content .boekinfo  p { padding: 0; }
.widget-demo-valentijn.biebwidget-content p.actie strong {
	color: #f91f1f;
	
}
.widget-demo-valentijn.biebwidget-content p.overzicht {
	border-bottom: solid 1px #ff9696;
	padding: 5px 10px;
}

/* bsl-lpagenda */
.widget-bsl-lpagenda.biebwidget-content > ul 
{
	padding-bottom: 15px;
}

.widget-bsl-lpagenda.biebwidget-content h4 
{
	font-weight: bold;
}

.widget-bsl-lpagenda.biebwidget-content p.geen-agenda-items {
	margin: 10px 20px 20px 20px;
}

div.widget-bsl-lpagenda ul.rich-items 
{
	margin: 0px 20px 20px;	
}

.widget-bsl-lpagenda.biebwidget-content ul.rich-items li 
{
	padding-top: 10px;
}

.widget-bsl-lpagenda.biebwidget-content div.slider a.button 
{
	margin-left: 20px;
}

.widget-bsl-lpagenda.biebwidget-content ul.rich-items li p.additional
{
	margin-top: 0px;
}

.widget-bsl-lpagenda.biebwidget-content li div.title
{
	background-image: url('images/bsl/lpagenda/arrows_sprite.png');
	background-repeat: no-repeat;
	background-position: 0px -14px;
	margin-left: 20px;
	padding-left: 15px;
	padding-top: 8px;
	height: 24px;
}

.widget-bsl-lpagenda.biebwidget-content li.agenda-current div.title
{
	background-position: 0 6px;
}

.widget-bsl-lpagenda.biebwidget-content ul.event-types > li > h3
{
	cursor: pointer;
	background-image: url('images/bsl/lpagenda/subheader.png');
	background-repeat: no-repeat;
	height: 32px;
}

/* bnl-overdigitaleetalages */
.widget-bnl-overdigitaleetalages.biebwidget-content h2 {
	margin: 0;
	padding: 10px 0;
	font-size: 125%; /* Effective: 15px */
	color: #505450;
}
.widget-bnl-overdigitaleetalages.biebwidget-content {
	padding: 20px;
}
.widget-bnl-overdigitaleetalages.biebwidget-content p + p {
	padding-top: 20px; 
}

/* bnl-hacknavigatiebalk */
.widget-bnl-hacknavigatiebalk > ul {
	position: relative;
	z-index: 90; /* Set high so the covers from the schatkamer don't have a higher z-index than the menus which are a part of this. */
	clear: both;
	float: left; /* Can't use overflow: hidden to stretch the navbar around its floated contents because of the expandable menus, so float it as well. */
	width: 100%;
	min-height: 10px;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ff7320;
	color: #fff;
	-moz-box-shadow: 0 2px 2px 1px rgba(51, 51, 51, 0.23);
	-webkit-box-shadow: 0 2px 2px 1px rgba(51, 51, 51, 0.23); /* -webkit-box-shadow here triggers https://bugs.webkit.org/show_bug.cgi?id=41576 in chrome (not in safari); For now hope for this to be fixed and deployed well before going live. */
	box-shadow: 0 2px 2px 1px rgba(51, 51, 51, 0.23);
}
.widget-bnl-hacknavigatiebalk > ul > li {
	float: left;
	min-height: 40px;
	border-right: 1px solid #d85304;
}
.widget-bnl-hacknavigatiebalk > ul > li > a {
	display: block;
	padding: 2px 20px 3px 20px;
	border-top: 1px solid #ff7320;
	border-bottom: 1px solid transparent;
	font-size: 116.67%;
	line-height: 33px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}
.widget-bnl-hacknavigatiebalk > ul > li.drop > a {
	padding-right: 38px; /* Reserve space for the marker */
	background-image: url("../images/dropmarker.png");
	background-repeat: no-repeat;
	background-position: right 55%;
}
.widget-bnl-hacknavigatiebalk > ul > li:first-child > a {
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px; /* Rounded corners for the home button, to make certain the inner box shadows don't spill out when hovering. */
}
.widget-bnl-hacknavigatiebalk > ul > li:hover > a,
.widget-bnl-hacknavigatiebalk > ul > li > a:hover, 
.widget-bnl-hacknavigatiebalk > ul > li.focus > a {
	text-decoration: none; /* Override generic a:hover styling. */
	color: #fff; /* Override generic a:hover styling. */
	background-color: #ff7320;
	outline: 0;
	-moz-box-shadow: 
		-3px 0 4px -2px rgba(0, 0, 0, 0.25),
		3px 0 4px -2px rgba(0, 0, 0, 0.25),
		0 10px 7px -5px rgba(255, 255, 255, 0.20) inset,
		0 15px 22px -11px rgba(255, 255, 255, 0.35) inset;
	-webkit-box-shadow: 
		-3px 0 4px -2px rgba(0, 0, 0, 0.25),
		3px 0 4px -2px rgba(0, 0, 0, 0.25),
		0 10px 7px -5px rgba(255, 255, 255, 0.20) inset,
		0 15px 22px -11px rgba(255, 255, 255, 0.35) inset;
	box-shadow: 
		-3px 0 4px -2px rgba(0, 0, 0, 0.25),
		3px 0 4px -2px rgba(0, 0, 0, 0.25),
		0 10px 7px -5px rgba(255, 255, 255, 0.20) inset,
		0 15px 22px -11px rgba(255, 255, 255, 0.35) inset;
}
.widget-bnl-hacknavigatiebalk > ul > li:first-child > a:hover, 
.widget-bnl-hacknavigatiebalk > ul > li.focus:first-child > a {
	-moz-box-shadow:
		3px 0 4px -2px rgba(0, 0, 0, 0.25),
		0 10px 7px -5px rgba(255, 255, 255, 0.20) inset,
		0 15px 22px -11px rgba(255, 255, 255, 0.35) inset;
	-webkit-box-shadow:
		3px 0 4px -2px rgba(0, 0, 0, 0.25),
		0 10px 7px -5px rgba(255, 255, 255, 0.20) inset,
		0 15px 22px -11px rgba(255, 255, 255, 0.35) inset;
	box-shadow: /* No shadow on the left. */
		3px 0 4px -2px rgba(0, 0, 0, 0.25),
		0 10px 7px -5px rgba(255, 255, 255, 0.20) inset,
		0 15px 22px -11px rgba(255, 255, 255, 0.35) inset;
}
.widget-bnl-hacknavigatiebalk > ul > li > ul {
	display: none;
	background: url("../images/bg-widget-standard.png") repeat-x bottom left #fff;
}
.widget-bnl-hacknavigatiebalk > ul > li:hover > ul, 
.widget-bnl-hacknavigatiebalk > ul > li.focus > ul {
	position: absolute;
	z-index: 99;
	display: block;
	margin-left: -1px;
	border: 1px solid #fa711f;
	border-top: 0;
	-moz-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
	padding: 9px 0 14px 0;
	background-color: #fff;
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);
}
.widget-bnl-hacknavigatiebalk > ul > li > ul a {
	display: block;
	padding: 4px 20px;
	text-decoration: none;
}
.widget-bnl-hacknavigatiebalk > ul > li > ul a:hover,
.widget-bnl-hacknavigatiebalk > ul > li > ul a:focus {
	border-top: 1px solid #ff7320;
	padding-top: 3px;
	text-decoration: none; /* Override generic a:hover styling. */
	color: #fff;
	background-color: #ff7320;
	-moz-box-shadow:
		0 2px 3px rgba(0, 0, 0, 0.3),
		0 5px 4px -2px rgba(255, 255, 255, 0.20) inset,
		0 8px 11px -6px rgba(255, 255, 255, 0.35) inset;
	-webkit-box-shadow:
		0 2px 3px rgba(0, 0, 0, 0.3),
		0 5px 4px -2px rgba(255, 255, 255, 0.20) inset,
		0 8px 11px -6px rgba(255, 255, 255, 0.35) inset;
	box-shadow:
		0 2px 3px rgba(0, 0, 0, 0.3),
		0 5px 4px -2px rgba(255, 255, 255, 0.20) inset,
		0 8px 11px -6px rgba(255, 255, 255, 0.35) inset;
}


/* bnl-navigatiebalk */
.widget-bnl-navigatiebalk.biebwidget-content > ul {
	position: relative;
	z-index: 95; /* Set high so the covers from the schatkamer don't have a higher z-index than the menus which are a part of this. */
	clear: both;
	float: left; /* Can't use overflow: hidden to stretch the navbar around its floated contents because of the expandable menus, so float it as well. */
	width: 100%;
	min-height: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ff7320;
	color: #fff;
	-moz-box-shadow: 0 1px 2px 1px rgba(51, 51, 51, 0.35), 0 -27px 15px -15px #db5505 inset;
	-webkit-box-shadow: 0 1px 2px 1px rgba(51, 51, 51, 0.35), 0 -27px 15px -15px #db5505 inset;
	box-shadow: 0 1px 2px 1px rgba(51, 51, 51, 0.35), 0 -27px 15px -15px #db5505 inset;
}
.widget-bnl-navigatiebalk.biebwidget-content > ul.empty {
	-moz-box-shadow: 0 2px 2px 1px rgba(51, 51, 51, 0.23);
	-webkit-box-shadow: 0 2px 2px 1px rgba(51, 51, 51, 0.23);
	box-shadow: 0 2px 2px 1px rgba(51, 51, 51, 0.23);
}
.widget-bnl-navigatiebalk.biebwidget-content > ul > li {
	float: left;
	min-height: 40px;
	border-right: 1px solid #d85304;
}
.widget-bnl-navigatiebalk.biebwidget-content > ul > li > a,
.widget-bnl-navigatiebalk.biebwidget-content > ul > li > span {
	display: block;
	padding: 2px 20px 3px 20px;
	border-top: 1px solid #ff7320;
	border-bottom: 1px solid transparent;
	font-size: 116.67%;
	line-height: 33px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}
.widget-bnl-navigatiebalk.biebwidget-content > ul > li.drop > a,
.widget-bnl-navigatiebalk.biebwidget-content > ul > li.drop > span {
	cursor: pointer;
	padding-right: 38px; /* Reserve space for the marker */
	background-image: url("../images/dropmarker.png");
	background-repeat: no-repeat;
	background-position: right 55%;
}
.widget-bnl-navigatiebalk.biebwidget-content > ul > li:first-child > a,
.widget-bnl-navigatiebalk.biebwidget-content > ul > li:first-child > span {
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px; /* Rounded corners for the home button, to make certain the inner box shadows don't spill out when hovering. */
}
.widget-bnl-navigatiebalk.biebwidget-content > ul > li:hover > a,
.widget-bnl-navigatiebalk.biebwidget-content > ul > li > a:hover, 
.widget-bnl-navigatiebalk.biebwidget-content > ul > li.focus > a,
.widget-bnl-navigatiebalk.biebwidget-content > ul > li:hover > span,
.widget-bnl-navigatiebalk.biebwidget-content > ul > li > span:hover, 
.widget-bnl-navigatiebalk.biebwidget-content > ul > li.focus > span {
	text-decoration: none; /* Override generic a:hover styling. */
	color: #fff; /* Override generic a:hover styling. */
	background-color: #ff7320;
	outline: 0;
	-moz-box-shadow: 
		-3px 0 4px -2px rgba(0, 0, 0, 0.25),
		3px 0 4px -2px rgba(0, 0, 0, 0.25),
		0 10px 7px -5px rgba(255, 255, 255, 0.20) inset,
		0 15px 22px -11px rgba(255, 255, 255, 0.35) inset;
	-webkit-box-shadow: 
		-3px 0 4px -2px rgba(0, 0, 0, 0.25),
		3px 0 4px -2px rgba(0, 0, 0, 0.25),
		0 10px 7px -5px rgba(255, 255, 255, 0.20) inset,
		0 15px 22px -11px rgba(255, 255, 255, 0.35) inset;
	box-shadow: 
		-3px 0 4px -2px rgba(0, 0, 0, 0.25),
		3px 0 4px -2px rgba(0, 0, 0, 0.25),
		0 10px 7px -5px rgba(255, 255, 255, 0.20) inset,
		0 15px 22px -11px rgba(255, 255, 255, 0.35) inset;
}
.widget-bnl-navigatiebalk.biebwidget-content > ul > li:first-child > a:hover, 
.widget-bnl-navigatiebalk.biebwidget-content > ul > li.focus:first-child > a,
.widget-bnl-navigatiebalk.biebwidget-content > ul > li:first-child > span:hover, 
.widget-bnl-navigatiebalk.biebwidget-content > ul > li.focus:first-child > span {
	-moz-box-shadow:
		3px 0 4px -2px rgba(0, 0, 0, 0.25),
		0 10px 7px -5px rgba(255, 255, 255, 0.20) inset,
		0 15px 22px -11px rgba(255, 255, 255, 0.35) inset;
	-webkit-box-shadow:
		3px 0 4px -2px rgba(0, 0, 0, 0.25),
		0 10px 7px -5px rgba(255, 255, 255, 0.20) inset,
		0 15px 22px -11px rgba(255, 255, 255, 0.35) inset;
	box-shadow: /* No shadow on the left. */
		3px 0 4px -2px rgba(0, 0, 0, 0.25),
		0 10px 7px -5px rgba(255, 255, 255, 0.20) inset,
		0 15px 22px -11px rgba(255, 255, 255, 0.35) inset;
}
.widget-bnl-navigatiebalk.biebwidget-content > ul > li > ul {
	display: none;
	background: url("../images/bg-widget-standard.png") repeat-x bottom left #fff;
	color: #505450;
}
.widget-bnl-navigatiebalk.biebwidget-content > ul > li:hover > ul, 
.widget-bnl-navigatiebalk.biebwidget-content > ul > li.focus > ul {
	position: absolute;
	z-index: 99;
	display: block;
	margin-left: -1px;
	border: 1px solid #fa711f;
	border-top: 0;
	-moz-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
	padding: 9px 0 14px 0;
	background-color: #fff;
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);
}
.widget-bnl-navigatiebalk.biebwidget-content > ul > li > ul a,
.widget-bnl-navigatiebalk.biebwidget-content > ul > li > ul span {
	display: block;
	padding: 4px 20px;
	text-decoration: none;
}
.widget-bnl-navigatiebalk.biebwidget-content > ul > li > ul a:hover,
.widget-bnl-navigatiebalk.biebwidget-content > ul > li > ul a:focus,
.widget-bnl-navigatiebalk.biebwidget-content > ul > li > ul span:hover,
.widget-bnl-navigatiebalk.biebwidget-content > ul > li > ul span:focus {
	border-top: 1px solid #ff7320;
	padding-top: 3px;
	text-decoration: none; /* Override generic a:hover styling. */
	color: #fff;
	background-color: #ff7320;
	-moz-box-shadow:
		0 2px 3px rgba(0, 0, 0, 0.3),
		0 5px 4px -2px rgba(255, 255, 255, 0.20) inset,
		0 8px 11px -6px rgba(255, 255, 255, 0.35) inset;
	-webkit-box-shadow:
		0 2px 3px rgba(0, 0, 0, 0.3),
		0 5px 4px -2px rgba(255, 255, 255, 0.20) inset,
		0 8px 11px -6px rgba(255, 255, 255, 0.35) inset;
	box-shadow:
		0 2px 3px rgba(0, 0, 0, 0.3),
		0 5px 4px -2px rgba(255, 255, 255, 0.20) inset,
		0 8px 11px -6px rgba(255, 255, 255, 0.35) inset;
}
/*adaptive*/
@media (min-width: 0) and (max-width: 612px){
	.widget-bnl-navigatiebalk.biebwidget-content > ul {
		-moz-border-radius: 0;
		border-radius: 0;
		width: 100%;
	}
	.widget-bnl-navigatiebalk.biebwidget-content > ul > li {
		width: 49.8%;
	}
}

/* bsl-lpagendalijst */
.widget-bsl-lpagendalijst.biebwidget-content .main-column .tools
{
	margin-top: -3px;
	font-size: 0.9em;
}

.widget-bsl-lpagendalijst.biebwidget-content .main-column h3
{
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

.widget-bsl-lpagendalijst.biebwidget-content .main-column h3:first-child
{
	border-top: 0;
	padding-top: 0px;
}

.widget-bsl-lpagendalijst.biebwidget-content .main-column .lpagendalijst-warning
{
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

.widget-bsl-lpagendalijst.biebwidget-content .nav-column.filter ol.link-list
{
	padding-left: 2px;
}

.widget-bsl-lpagendalijst.biebwidget-content p.description
{
	margin-top: -15px;
}

/* bnl-actueeldetail */
.widget-bnl-actueeldetail.biebwidget-content .main-column p.calendar {
	margin-top: 4px;
}


/* bnl-edumediadetail */
/*edumedia*/
.widget-bnl-edumediadetail.biebwidget-content object {
	width: 100%;
}
.widget-bnl-edumediadetail.biebwidget-content .animation-details {
	margin: 20px 0;
	overflow: auto;
}
.widget-bnl-edumediadetail.biebwidget-content .animation-details > div {
	float: left;
	width: 50%;
}
.widget-bnl-edumediadetail.biebwidget-content .rich-items img {
	max-height: 40px;
    max-width: 40px;
}
.widget-bnl-edumediadetail.biebwidget-content .rich-items .content {
    margin-left: 50px;
}
.widget-bnl-edumediadetail.biebwidget-content dl.meta dt {
	color: #868686;
}
.widget-bnl-edumediadetail.biebwidget-content ol.animation-link-list {
 	margin-bottom: 20px;
}    
.widget-bnl-edumediadetail.biebwidget-content ol.animation-link-list+p.more {
	border-top: 1px solid #d0d0d0;
	margin-top: 10px;
	padding-top: 10px;
}

/* bnl-siteheader */
.widget-bnl-siteheader.biebwidget-content {
	margin: 20px 0;
}
.widget-bnl-siteheader.biebwidget-content .skiplinks {
	position: absolute;
	left: -9999em;
}
.widget-bnl-siteheader.biebwidget-content ul.metanav {
	margin: 0 11px 0 10px;
	padding: 0 0 1em 241px; /* Padding to make this not overlap the logo and ul.tools at really large font-sizes. */
}
.widget-bnl-siteheader.biebwidget-content ul.metanav.with-inlichtingen {
	margin-left: 0;
	padding: 15px 0 1em 0;
}
.widget-bnl-siteheader.biebwidget-content img.sitelogo {
	float: left;
	display: block;
	margin: 0 80px 10px 20px;
}
.widget-bnl-siteheader.biebwidget-content #bibliotheek-nl-content {
	clear: left;
}

.widget-bnl-siteheader.biebwidget-content .inlichtingenheader {
	float: right;
	margin-right: 3px;
	padding: 15px 47px 17px 241px;
	background: url("images/bnl/siteheader/sophie.png") no-repeat right top;
}
.widget-bnl-siteheader.biebwidget-content .inlichtingenheader a {
	text-decoration: none;
}
.widget-bnl-siteheader.biebwidget-content .inlichtingenheader a:hover {
	text-decoration: underline;
}

/* bnl-topx */
.widget-bnl-topx.biebwidget-content ol li .decimal {
	position: relative;
	top: -4px;
	float: left;
	width: 36px;
	font-size: 166.67%;
	font-weight: bold;
	text-align: center;
}
.widget-bnl-topx.biebwidget-content .rich-items .content {
	margin-left: 40px;
}



/* bsl-lpnieuweboeken */
.widget-bsl-lpnieuweboeken.biebwidget-content {
	position: relative;
}

.widget-bsl-lpnieuweboeken.biebwidget-content .coverflow.static .coverflow-container {
	display: none;
}

.widget-bsl-lpnieuweboeken.biebwidget-content .coverflow.interactive div.content
{
	margin: 10px 200px 10px 0px;
}

.widget-bsl-lpnieuweboeken.biebwidget-content a.prev,
.widget-bsl-lpnieuweboeken.biebwidget-content a.next {
	position: absolute;
	bottom: 50%;
	width: 14px;
	height: 22px;
	display: block;
	text-indent: -999px;
	outline: none;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
}

.widget-bsl-lpnieuweboeken.biebwidget-content a.prev {
	left: 20px;
	background-image: url("images/bsl/lpnieuweboeken/arrow-prev.png");
}

.widget-bsl-lpnieuweboeken.biebwidget-content a.prev:hover {
	background-image: url("images/bsl/lpnieuweboeken/arrow-prev-hover.png");
}

.widget-bsl-lpnieuweboeken.biebwidget-content a.prev.passive {
	cursor: default;
	background-image: url("images/bsl/lpnieuweboeken/arrow-prev-passive.png");
}

.widget-bsl-lpnieuweboeken.biebwidget-content a.next {
	right: 20px;
	background-image: url("images/bsl/lpnieuweboeken/arrow-next.png");
}

.widget-bsl-lpnieuweboeken.biebwidget-content a.next:hover {
	background-image: url("images/bsl/lpnieuweboeken/arrow-next-hover.png");
}

.widget-bsl-lpnieuweboeken.biebwidget-content a.next.passive {
	cursor: default;
	background-image: url("images/bsl/lpnieuweboeken/arrow-next-passive.png");
}

/* bnl-zoekinsite */
.widget-bnl-zoekinsite.biebwidget-content {
	clear: left;
	position: relative;
	top: -20px;
	/* Compensate for absolute positioning */
	margin-bottom: -10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 30px 0 10px 0;
	background-color: #e5e5e5;
	text-align: center;
	-moz-box-shadow: 0 1px 1px 0 #bfbfbf, 0 50px 30px -25px rgba(127, 127, 127, 0.48) inset;
	-webkit-box-shadow: 0 1px 1px 0 #bfbfbf, 0 50px 30px -25px rgba(127, 127, 127, 0.48) inset;
	box-shadow: 0 1px 1px 0 #bfbfbf, 0 50px 30px -25px rgba(127, 127, 127, 0.48) inset;
}
/* TODO: Revisit this file; see how much can be removed in favour of generic form styling. */
.widget-bnl-zoekinsite.biebwidget-content input {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box; /* Styling form elements consistently is hard when they behave according to different box-sizing methods. */
	height: 2.375em; /* Effective height 38px. */
	width: 25.6875em; /* Effective width 411px. */
	max-width: 800px;
	margin: 0 5px 0 0;
	border: 1px solid #b4b4b4;
	border-color: #b8b8b8 #cdcdcd #e1e1e1 #cdcdcd;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 0 10px 0 10px;
	font-size: 133.33%; /* Effective font-size 16px. */
	vertical-align: bottom;
	background-color: #fff;
	-moz-box-shadow: 0 1px 1px #eee inset;
	-webkit-box-shadow: 0 1px 1px #eee inset;
	box-shadow: 0 1px 1px #eee inset;
}
.widget-bnl-zoekinsite.biebwidget-content button {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 2.375em; /* Effective height 38px. */
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #d8d8d8 #d2d2d2 #d5d5d5 #d2d2d2;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 0 12px 0 17px;
	font-size: 133.33%; /* Effective font-size 16px. */
	font-weight: bold;
	vertical-align: bottom;
	text-align: right;
	background-color: #fff;
	color: #505450;
	-moz-box-shadow: 0 -1px #dfdfdf inset, 0 -25px 20px -15px #ededed inset;
	-webkit-box-shadow: 0 -1px #dfdfdf inset, 0 -25px 20px -15px #ededed inset;
	box-shadow: 0 -1px #dfdfdf inset, 0 -25px 20px -15px #ededed inset;
	cursor: pointer;
}
.widget-bnl-zoekinsite.biebwidget-content button:hover,
.widget-bnl-zoekinsite.biebwidget-content button:focus {
	color: #ff7320;
}
.widget-bnl-zoekinsite.biebwidget-content button:focus {
	border-color: #b5b5b5 #d2d2d2 #e0e0e0 #d2d2d2;
	-moz-box-shadow: 0 2px 1px #dfdfdf inset, 0 -25px 20px -15px #ededed inset;
	-webkit-box-shadow: 0 2px 1px #dfdfdf inset, 0 -25px 20px -15px #ededed inset;
	box-shadow: 0 2px 1px #dfdfdf inset, 0 -25px 20px -15px #ededed inset;
	outline: 0;
}
.widget-bnl-zoekinsite.biebwidget-content button span {
	display: block;
	padding-right: 1.4em;
	background: url("../images/search.png") no-repeat right center;
	-moz-background-size: auto 94.74%;
	background-size: auto 94.74%; /* 18px/19px */
}
/* Force the insertion point to the vertical centre */
.widget-bnl-zoekinsite.biebwidget-content .ie78 input {
	height: 1.24em;
	padding-top: .4em;
	padding-bottom: .4em;
}

.widget-bnl-zoekinsite.biebwidget-content .ie78 button {
	height:2em;
	margin-top:3px;
}
*+html .widget-bnl-zoekinsiteofcatalogus.biebwidget-content button {	
	padding: 0;
	text-align: center;
}
*+html .widget-bnl-zoekinsiteofcatalogus.biebwidget-content button span{	
	padding: 0 1.4em 0 0;
	margin: 0;
	display: inline;
}
/*adaptive*/
@media (min-width: 0) and (max-width: 612px){
	.widget-bnl-zoekinsite.biebwidget-content input {
		width: auto;
	}
}
/* bnl-schatkamer */
.widget-bnl-schatkamer.biebwidget-content {
	position: relative;
	margin: 0;    
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: url("images/bnl/schatkamer/bg-etalage.png") repeat-x scroll center top #9FA29F;
}
.widget-bnl-schatkamer.biebwidget-content > h2:first-child {
	position: absolute;
	color: #505450 !important;
}
.widget-bnl-schatkamer.biebwidget-content .schatkamer.static {
	width: auto;
	height: 300px;
	overflow: auto;
}

.widget-bnl-schatkamer.biebwidget-content .coverflow {
	/*center coverfow*/
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	/*center coverfow*/
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
}
.widget-bnl-schatkamer.biebwidget-content .coverflow.static {
	width: auto;
}
.widget-bnl-schatkamer.biebwidget-content div.filter {
	position: absolute;
	right: 18px;
	top: 15px;
	z-index: 89;
	overflow: hidden;
	padding: 0 25px 0 0;
	margin: 0;
	height: 24px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #e7e7e7;
	background-color: #fff;
	-moz-box-shadow: 0 1px 2px 1px rgba(51, 51, 51, 0.35);
	-webkit-box-shadow: 0 1px 2px 1px rgba(51, 51, 51, 0.35); 
	box-shadow: 0 2px 2px 1px rgba(51, 51, 51, 0.35);
}
.widget-bnl-schatkamer.biebwidget-content .static div.filter {
	margin-right: 15px;
	padding-right: 0;
}
.widget-bnl-schatkamer.biebwidget-content div.filter ul.active {
	overflow: auto;
	background-color: #fff;
	-moz-box-shadow: 0 -27px 15px -15px #ececec inset;
	-webkit-box-shadow: 0 -27px 15px -15px #ececec inset;
	box-shadow: 0 -27px 15px -15px #ececec inset;
}

.widget-bnl-schatkamer.biebwidget-content .interactive div.filter ul > li {
	display: none;
}
.widget-bnl-schatkamer.biebwidget-content div.filter ul > li {
	float: left;
	line-height: 17px;
	border-right: solid 1px #c6c6c6;
	cursor: pointer;
	outline: none;
}
.widget-bnl-schatkamer.biebwidget-content .static div.filter ul > li:last-child {
	border-right: 0;
}
.widget-bnl-schatkamer.biebwidget-content div.filter ul > li > a {
	margin: 0 10px;
	text-decoration: none;	
	line-height: 24px;
	outline: none;
}
.widget-bnl-schatkamer.biebwidget-content .interactive div.filter ul > li.active {
	display: block;
	cursor: default;
}

.widget-bnl-schatkamer.biebwidget-content .interactive div.filter ul > li.active a {
	display: inline;
	color: #ff7320;
	cursor: default;	
}
.widget-bnl-schatkamer.biebwidget-content div.filter .toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 24px;	
	background-color: #fff;
	-moz-box-shadow: 0 -27px 15px -15px #ececec inset;
	-webkit-box-shadow: 0 -27px 15px -15px #ececec inset;
	box-shadow: 0 -27px 15px -15px #ececec inset;
	border: solid 1px #ececec;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.widget-bnl-schatkamer.biebwidget-content div.filter .toggle.active,
.widget-bnl-schatkamer.biebwidget-content div.filter .toggle:hover {
	background-color: #ff7320;
	border: solid 1px #ececec;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.widget-bnl-schatkamer.biebwidget-content div.filter .toggle a {
	display: block;
	width: 25px;
	height: 24px;
	background: url("images/bnl/schatkamer/bg-filter-button.png") repeat-x scroll right center;
	outline: none;
}
.widget-bnl-schatkamer.biebwidget-content div.filter .toggle.active a,
.widget-bnl-schatkamer.biebwidget-content div.filter .toggle:hover a {
	background-position: left center;
}

.widget-bnl-schatkamer.biebwidget-content .interactive ul.coverflows {
	margin-top: 40px;
}
.widget-bnl-schatkamer.biebwidget-content .interactive ul.coverflows > li {
	display: none;
}
.widget-bnl-schatkamer.biebwidget-content .interactive ul.coverflows > li.active {
	display: block;
}

.widget-bnl-schatkamer.biebwidget-content .interactive a.prev {
	position: absolute;
	left: 20px;
	bottom: 104px;
	width: 14px;
	height: 22px;
	display: block;
	text-indent: -999px;
	outline: none;
	overflow: hidden;
	background: url("images/bnl/schatkamer/arrow-prev.png") repeat-x scroll center center;
}
.widget-bnl-schatkamer.biebwidget-content .interactive a.prev:hover {
	background: url("images/bnl/schatkamer/arrow-prev-hover.png") repeat-x scroll center center;
}
.widget-bnl-schatkamer.biebwidget-content .interactive a.prev.passive {
	cursor: default;
	background: url("images/bnl/schatkamer/arrow-prev-passive.png") repeat-x scroll center center;
}
.widget-bnl-schatkamer.biebwidget-content .interactive a.next {
	position: absolute;
	right: 20px;
	bottom: 104px;
	width: 14px;
	height: 22px;
	display: block;
	text-indent: -999px;
	outline: none;
	overflow: hidden;
	background: url("images/bnl/schatkamer/arrow-next.png") repeat-x scroll center center;
}
.widget-bnl-schatkamer.biebwidget-content .interactive a.next:hover {
	background: url("images/bnl/schatkamer/arrow-next-hover.png") repeat-x scroll center center;
}
.widget-bnl-schatkamer.biebwidget-content .interactive a.next.passive {
	cursor: default;
	background: url("images/bnl/schatkamer/arrow-next-passive.png") repeat-x scroll center center;
}

.widget-bnl-schatkamer.biebwidget-content > h2.ie78:first-child {
	margin: 0;
	padding: 10px 20px;
	font-size: 150%; /* Effective font-size: 18px. */
	font-weight: normal;
}
@media (min-width: 0) and (max-width: 450px){
	/*portrait*/	
	.widget-bnl-schatkamer.biebwidget-content .interactive ul.coverflows {
		margin-left: -20px;
	}
	.widget-bnl-schatkamer.biebwidget-content div.filter{
		top: 34px;
	}
	.widget-bnl-schatkamer.biebwidget-content div.filter ul > li > a {
	    margin: 0 3px;
	}
}

/* demo-zoekincatalogus */
.widget-demo-zoekincatalogus.biebwidget-content {
	clear: left;
	position: relative;
	top: -20px;
	/* Compensate for positioning */
	margin-bottom: -20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 30px 0 10px 0;
	background-color: #e5e5e5;
	text-align: center;
	-moz-box-shadow: 0 1px 1px 0 #bfbfbf, 0 50px 30px -25px #cdcdcd inset;
	-webkit-box-shadow: 0 1px 1px 0 #bfbfbf, 0 50px 30px -25px #cdcdcd inset;
	box-shadow: 0 1px 1px 0 #bfbfbf, 0 50px 30px -25px #cdcdcd inset;
}
/* TODO: Revisit this file; see how much can be removed in favour of generic form styling. */
.widget-demo-zoekincatalogus.biebwidget-content input {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box; /* Styling form elements consistently is hard when they behave according to different box-sizing methods. */
	height: 2.375em; /* Effective height 38px. */
	width: 25.6875em; /* Effective width 411px. */
	max-width: 800px;
	margin: 0 5px 0 0;
	border: 1px solid #b4b4b4;
	border-color: #b8b8b8 #cdcdcd #e1e1e1 #cdcdcd;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 0 10px 0 10px;
	font-size: 133.33%; /* Effective font-size 16px. */
	vertical-align: bottom;
	background-color: #fff;
	-moz-box-shadow: 0 1px 1px #eee inset;
	-webkit-box-shadow: 0 1px 1px #eee inset;
	box-shadow: 0 1px 1px #eee inset;
}
.widget-demo-zoekincatalogus.biebwidget-content button {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 2.375em; /* Effective height 38px. */
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #d8d8d8 #d2d2d2 #d5d5d5 #d2d2d2;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 0 12px 0 17px;
	font-size: 133.33%; /* Effective font-size 16px. */
	font-weight: bold;
	vertical-align: bottom;
	text-align: right;
	background-color: #fff;
	color: #505450;
	-moz-box-shadow: 0 -1px #dfdfdf inset, 0 -25px 20px -15px #ededed inset;
	-webkit-box-shadow: 0 -1px #dfdfdf inset, 0 -25px 20px -15px #ededed inset;
	box-shadow: 0 -1px #dfdfdf inset, 0 -25px 20px -15px #ededed inset;
	cursor: pointer;
}
.widget-demo-zoekincatalogus.biebwidget-content button:hover,
.widget-demo-zoekincatalogus.biebwidget-content button:focus {
	color: #ff7320;
}
.widget-demo-zoekincatalogus.biebwidget-content button:focus {
	border-color: #b5b5b5 #d2d2d2 #e0e0e0 #d2d2d2;
	-moz-box-shadow: 0 2px 1px #dfdfdf inset, 0 -25px 20px -15px #ededed inset;
	-webkit-box-shadow: 0 2px 1px #dfdfdf inset, 0 -25px 20px -15px #ededed inset;
	box-shadow: 0 2px 1px #dfdfdf inset, 0 -25px 20px -15px #ededed inset;
	outline: 0;
}
.widget-demo-zoekincatalogus.biebwidget-content button span {
	display: block;
	padding-right: 1.4em;
	background: url("../images/search.png") no-repeat right center;
	-moz-background-size: auto 94.74%;
	background-size: auto 94.74%; /* 18px/19px */
}

/* Force the insertion point to the vertical centre */
.widget-demo-zoekincatalogus.biebwidget-content .ie78 input {
	height: 1.24em;
	padding-top: .4em;
	padding-bottom: .4em;
}

.widget-demo-zoekincatalogus.biebwidget-content .ie78 button {
	height: 2em;
	margin-top: 3px;
}

/* bnl-zoekresultaten */
/* This styling probably remains specific for .tools in .widget-bnl-zoekresultaten */
.widget-bnl-zoekresultaten.biebwidget-content .tools .sort {
	float: right;
	margin: 1px 10px 0 0;
}
.widget-bnl-zoekresultaten.biebwidget-content .tools .sort label {
	line-height: 19px;
}
.widget-bnl-zoekresultaten.biebwidget-content .main-column h2,
.widget-bnl-zoekresultaten.biebwidget-content .main-column h2 + p {
	float: left;
}
.widget-bnl-zoekresultaten.biebwidget-content .main-column h2 + p {
	margin: 6px 10px 0 20px;
}
.widget-bnl-zoekresultaten.biebwidget-content .grid-items {
	width: 100%;
}
.widget-bnl-zoekresultaten.biebwidget-content .main-column .info-block,
.widget-bnl-zoekresultaten.biebwidget-content .main-column .alert-block,
.widget-bnl-zoekresultaten.biebwidget-content .main-column .error-block {
	clear: both;
}
.widget-bnl-zoekresultaten.biebwidget-content .main-column .info,
.widget-bnl-zoekresultaten.biebwidget-content .main-column .alert,
.widget-bnl-zoekresultaten.biebwidget-content .main-column .error {
	line-height: 33px;
}
.widget-bnl-zoekresultaten.biebwidget-content .filter h3.toggler + .link-list {
	padding-left: 18px;
	/* Explicit definition of top margin in order to prevent stuttering behaviour while sliding down with jQuery */
	margin-top: 0px;
}
.widget-bnl-zoekresultaten.biebwidget-content .filter h3.toggler a {
	padding-left: 16px;
	background-image: url('images/bnl/zoekresultaten/plus.png');
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.widget-bnl-zoekresultaten.biebwidget-content .filter h3.toggler a:hover {
	background-image: url('images/bnl/zoekresultaten/plus-hover.png');
}
.widget-bnl-zoekresultaten.biebwidget-content .filter h3.toggler.open a {
	background-image: url('images/bnl/zoekresultaten/minus.png');
	background-position: /*-10px*/0px 3px;
}
.widget-bnl-zoekresultaten.biebwidget-content .filter h3.toggler.open a:hover {
	background-image: url('images/bnl/zoekresultaten/minus-hover.png');
}

/* bnl-edumedialijst */
/* This styling probably remains specific for .tools in .widget-bnl-zoekresultaten */
.widget-bnl-edumedialijst.biebwidget-content .tools .sort {
	float: right;
	margin: 1px 10px 0 0;
}
.widget-bnl-edumedialijst.biebwidget-content .tools .sort label {
	line-height: 19px;
}
.widget-bnl-edumedialijst.biebwidget-content .main-column h2,
.widget-bnl-edumedialijst.biebwidget-content .main-column h2 + p {
	float: left;
}
.widget-bnl-edumedialijst.biebwidget-content .main-column h2 + p {
	margin: 6px 10px 0 20px;
}
.widget-bnl-edumedialijst.biebwidget-content .grid-items {
	width: 100%;
}
.widget-bnl-edumedialijst.biebwidget-content .grid-items > li {
	height: 130px;
}
.widget-bnl-edumedialijst.biebwidget-content .grid-items > li > a,
.widget-bnl-edumedialijst.biebwidget-content .grid-items > li > span {
	height: 120px;
}
.widget-bnl-edumedialijst.biebwidget-content img.list-big.cover,
.widget-bnl-edumedialijst.biebwidget-content .main-column .rich-items img.list-big.cover {
	max-height: 120px;
}

.widget-bnl-edumedialijst.biebwidget-content .filter h3.toggler + .link-list {
	padding-left: 18px;
	/* Explicit definition of top margin in order to prevent stuttering behaviour while sliding down with jQuery */
	margin-top: 0px;
}

.widget-bnl-edumedialijst.biebwidget-content p.additional + p.additional {
    margin-top: 0.19em;
}


/* bsl-lpnieuwsdetail */
.widget-bsl-lpnieuwsdetail.biebwidget-content .richtext img {
	max-width: 288px;
	max-height: 288px;
}

.widget-bsl-lpnieuwsdetail.biebwidget-content .lprichtext img {
	margin: 0 10px;
	float: left;
	max-width: none;
	max-height: none;
}

.widget-bsl-lpnieuwsdetail.biebwidget-content .lprichtext img.right {
	float: right;
}

/* bsl-lpwereldkaartdetail */
.widget-bsl-lpwereldkaartdetail.biebwidget-content img
{
	border: 1px solid #868686;
}

.widget-bsl-lpwereldkaartdetail.biebwidget-content .locationInfo > *
{
	float: left;
}

.widget-bsl-lpwereldkaartdetail.biebwidget-content .locationInfo > ul
{
	margin-left: 25px;
	margin-right: 20px;
}

.widget-bsl-lpwereldkaartdetail.biebwidget-content .locationInfo ul,
.widget-bsl-lpwereldkaartdetail.biebwidget-content .locationInfo li
{
	list-style: disc outside none;
}

.widget-bsl-lpwereldkaartdetail.biebwidget-content .locationInfo > ul a.quaternary.button
{
	margin-bottom: 0px;
	text-decoration: none;
}

.widget-bsl-lpwereldkaartdetail.biebwidget-content .locationInfo + div.additional-lp-column
{
	padding-top: 20px;
}

.widget-bsl-lpwereldkaartdetail.biebwidget-content div.additional-lp-column
{
	clear: left;
}

.widget-bsl-lpwereldkaartdetail.biebwidget-content div.additional-lp-column > div
{
	float: left;
	min-width: 250px;
}

.widget-bsl-lpwereldkaartdetail.biebwidget-content div.additional-lp-column > div.boeken
{
	margin-right: 80px;
}

/* bsl-lpnieuws */
.widget-bsl-lpnieuws.biebwidget-content .rich-items img
{
	max-width: 100px;
}

.widget-bsl-lpnieuws.biebwidget-content .rich-items .content
{
	margin-left: 110px;
}

/* bnl-leestips */
/* widget.css should really capture the styling necessary for widgets cramed with enough information to need both h3 _and_ h4; needs a solid push, though, and will be related to changing the JavaScript code to completely generate the DOM for the actual tabs and the actual picker. */
.widget-bnl-leestips.biebwidget-content .static h3 {
	margin: 15px 0 5px 0;
	border-bottom: 1px solid #d0d0d0;
	font-size: 115.38%; /* Effective font-size: 15px. */
	font-weight: normal;
}
.widget-bnl-leestips.biebwidget-content ol.tabs + ol.static > li:first-child h3 {
	margin-top: 0;
}
.widget-bnl-leestips.biebwidget-content .interactive h3 {
	display: none;
}
.widget-bnl-leestips.biebwidget-content h4 {
	font-weight: bold;
}

/* bsl-lpvideolijst */
.widget-bsl-lpvideolijst.biebwidget-content p.additional span
{
	display:block;
}
/* bnl-footer */
.widget-bnl-footer.biebwidget-content {
	position: relative;
	float: right;
	clear: both;
	width: 100%;
	padding-top: 30px;
}
/* This is the bottom-right plectrum. */
.widget-bnl-footer.biebwidget-content > .plectrum {
	position: absolute;
	z-index: -1;
	right: -50px;
	bottom: 0;
	height: 126px;
	width: 139px;
	background-image: url("images/bnl/footer/bg-plectrum.png");
	background-repeat: no-repeat;
}
.widget-bnl-footer.biebwidget-content .nav {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 20px 20px 40px 20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #505450;
	color: #fff;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.widget-bnl-footer.biebwidget-content .nav a, 
.widget-bnl-footer.biebwidget-content .nav * a {
	color: #fff;
}
.widget-bnl-footer.biebwidget-content .nav a:hover, 
.widget-bnl-footer.biebwidget-content .nav * a:hover {
	color: #ff7320;
}
.widget-bnl-footer.biebwidget-content .nav .link-list > li > a {
	background-image: url("../images/link-item-light.png");
}
.widget-bnl-footer.biebwidget-content .nav .link-list > li > a:hover {
	background-image: url("../images/link-item-hover.png");
}
.widget-bnl-footer.biebwidget-content .column {
	float: left;
	width: 17%;
	min-height: 220px;
	padding-left: 2%;
}
.widget-bnl-footer.biebwidget-content .column:first-child {
	width: 21%;
	padding-left: 0;
}
.widget-bnl-footer.biebwidget-content h2 {
	margin: 0 20px 15px 0;
	padding-top: 15px;
	font-size: 125%; /* Effective font-size 15px. */
}
/* This is the top-left plectrum. */
.widget-bnl-footer.biebwidget-content .nav .plectrum {
	position: absolute; /* Break out of the overflow: hidden .nav */
}
.widget-bnl-footer.biebwidget-content .nav .plectrum > *:first-child {
	margin-top: 154px;
}
.widget-bnl-footer.biebwidget-content .nav .plectrum img {
	position: absolute;
	top: -55px;
	left: 0;
}
.widget-bnl-footer.biebwidget-content .nav .plectrum > h2 {
	margin: 0;
	padding: 0 0 5px 0;
}
.widget-bnl-footer.biebwidget-content .nav .plectrum > h2 span {
	display: block;
	color: #ff7320;
	font-size: 120%; /* Effective font-size 18px */
}
.widget-bnl-footer.biebwidget-content .metanav {
	margin: 0 90px 20px 0;
}

/* IE fixes. TODO: check if these are still all necessary. */
.widget-bnl-footer.biebwidget-content .ie78.nav {
	overflow: visible;
	float: left;
	width: 97%;
}
*+html .widget-bnl-footer.biebwidget-content > .plectrum{
	bottom: -20px;
}
*+html .widget-bnl-footer.biebwidget-content .nav {
	border: 1px solid #eeeeee;
}
*+html .widget-bnl-footer.biebwidget-content .metanav {
	float: left;
	margin-left: 40%;
	width: 60%;
	padding-bottom: 1em;
}
/*adaptive*/
@media (min-width:900) and (max-width: 1024px){
	.widget-bnl-footer.biebwidget-content > .plectrum {
		right: -15px;
	}
}


@media (min-width:0) and (max-width: 916px){
	.widget-bnl-footer.biebwidget-content .column{width:auto; min-height:auto;}
	.widget-bnl-footer.biebwidget-content .column:first-child{width:auto;}
	.widget-bnl-footer.biebwidget-content > .plectrum {
		display: none;
	}
	
}
@media (min-width:612px) and (max-width:916px){
	.widget-bnl-footer.biebwidget-content .nav .plectrum img {
		max-width: 160px;
	}
	.widget-bnl-footer.biebwidget-content .column:first-child + .column {
		padding-top: 120px;		
	}
}
@media (min-width: 0) and (max-width: 612px){
	.widget-bnl-footer.biebwidget-content .nav .plectrum img {
		max-width: 100px;
	}
	.widget-bnl-footer.biebwidget-content .column:first-child + .column {
		padding-top: 33px;		
	}
	.widget-bnl-footer.biebwidget-content .column {
		min-height: 10%;
		width: 40%;		
	}	
}

/* bsl-lpnieuwshoofdartikel */
div.standard.biebwidget > .widget-bsl-lpnieuwshoofdartikel.biebwidget-content > h2:first-child
 {
	padding-left: 0px;
	padding-top: 0px;
	margin-top: -10px;
}

.widget-bsl-lpnieuwshoofdartikel.biebwidget-content h2 {
	/* for IE7 */
	color: #FF7320; 
	font-size: 150%;
	padding-bottom: 10px;
	margin-top: -10px;
	padding-right: 20px;
}	

.widget-bsl-lpnieuwshoofdartikel.biebwidget-content .rich-items {
	border-bottom: 0;
}
/* bsl-lpspotlight */
div.standard.biebwidget > div.biebwidget-content.widget-bsl-lpspotlight > h2:first-child
{
	padding-left: 0px;
	padding-top: 0px;
	margin-top: -10px;
}

.widget-bsl-lpspotlight.biebwidget-content > h2 > a
{
	color: #FF7320;
	text-decoration: none;
}

