html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body	{
	color: #333;
	background: url(../images/interface/page_back.gif) repeat-y left;
}


/* various classes */

.skip,
.noScreen {
	display: none;
}

a.tel {
	text-decoration: none;
	color: black;
	cursor: default;
}

.image {
	clear: both;
}

.left {
	float: left;
	margin: 0 1em 1em 0;
}

.right {
	float: right;
	margin: 0 0 1em 1em;
}

.center {
	text-align: center;
}

abbr {
	border: none;
}

.clearBoth {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0%;
	font-size: 0;
}

/* #wrapper */

#wrapper {
	position: relative;
	height: auto;
	min-height: 100%;
	background: url(../images/interface/column_back.jpg) no-repeat left bottom;
}

* html #wrapper {
	height: 100%;
}

table#layout {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	padding: 0;
	margin: 0;
}

table#layout tr {
	vertical-align: top;
	margin: 0; padding: 0;
}

table#layout td {
	margin: 0; padding: 0;
}


/* Logo (image replacement) */

td#logo {
	margin: 0;	padding: 0;
	width: 213px;
	height: 109px;
	background: #940084;
}

td#logo h1 {
	margin: 0;	padding: 0;
	background: #940084 url(../images/interface/logo_izb.gif) no-repeat left top;
	width: 213px;
	height: 109px;
}
td#logo h1 a {
	position: absolute;
	top: -999em;
	width: 213px;
	height: 109px;
	text-decoration: none;
}

td#header {
	height: 109px;
	background: #ec8200 url(../images/interface/header_back.gif) no-repeat left top;
	text-align: right;
}

td#headerBoekhandel {
	height: 109px;
	background: #ec8200 url(../images/interface/logo_izb-boekhandel_right.gif) no-repeat left top;
	text-align: right;
}


/* #topmenu */

td#topmenu {
	height: 29px;
}

#topmenuList {
	width: 100%;
	height: 31px;
	z-index: 20;
	position: absolute;
	top: 109px;
	background:  url(../images/interface/topmenu_back.png) repeat-x left top;
}

#topmenuList ul {
	width: 100%;
	border: 0;
	height: 31px;
}

#topmenuList ul,
#topmenuList ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topmenuList ul li {
	float: left;
	display: inline;
	position: relative;
}

#topmenuList ul li a {
	float: left;
	display: inline;
	height: 31px;
	margin: 0;
	padding: 4px 10px 4px 28px;
	white-space: nowrap;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	background: url(../images/interface/topmenu_button_back.png) no-repeat left top;
}
/* html>body #topmenuList ul li a {
	float: none;
	display: block;
}*/
* html #topmenuList ul li a {
	float: none;
	display: block;
	height: auto;
}

#topmenuList ul li a:hover {
	color: black;
	background:  url(../images/interface/topmenu_button_back_hover.png) no-repeat left top;
}

/*	initeel neerzetten én verbergen van submenu	*/
#wrapper #topmenuList ul ul {
	position: absolute;
	z-index: 1000;
	top: 30px;
	left: 0;
	display: none;
	width: auto;
	background: none;
}

#wrapper #topmenuList ul ul,
#wrapper #topmenuList ul ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}


/*	level 1:	*/
/*	bij onmouseover/hover van ul li het submenu (=onderliggende ul) tonen	*/
#wrapper #topmenuList ul li:hover ul,
#wrapper #topmenuList ul li.hover ul {
	/* #topmenuList ul li.hover ul is used by script for IE/WIN found in scripts/menu.js */
	display: block;
}
/*	de sub-sub wordt dan ook getoond, wat natuurlijk niet de bedoeling is, daar weer verbergen bij hover	*/
#wrapper #topmenuList ul li:hover ul ul,
#wrapper #topmenuList ul li.hover ul ul {
	/* hide sub-subs for now */
	display: none;
}

#wrapper #topmenuList li li {
	position: relative;
	float: none;
	background: none;
	height: auto;
}

#wrapper #topmenuList ul li li a {
	display: block;
	height: auto;
	width: 13em;
	float: none;
	padding: 4px 28px 4px 28px;
	white-space: normal;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	border: 1px solid #afafaf;
	border-top: 0;
	background: white url(../images/interface/topmenu_subbutton_back.png) repeat-x left center !important;
}

#wrapper #topmenuList li li a:hover {
	background: white !important;
	color: black;
}


/* topmenuList sub-subs */

#wrapper #topmenuList ul ul ul {
	position: absolute;
	top: 0;
	left: 16.7em;
	display: none;
	background: none;
}
/*	hack voor webkit	*/
@media screen and (-webkit-min-device-pixel-ratio:0) 
{
	#wrapper #topmenuList ul ul ul	{	top: -2em;	}	
}	

#wrapper #topmenuList ul ul li:hover ul,
#wrapper #topmenuList ul ul li.hover ul {
	/* #topmenuList ul li.hover ul is used by script for IE/WIN found in scripts/menu.js */
	display: block;
}


/* #mainmenu */

td#mainmenu {
	position: relative;
	width: 213px;
}

#mainmenu ul {
	width: 213px;
	position: relative;
	background: white;
}

#mainmenu ul,
#mainmenu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainmenu ul li {
	display: block;
	position: relative;
	margin-bottom: 1px;
}

* html #mainmenu ul li {
	float: left;
}

#mainmenu ul li a {
	display: block;
	height: 21px;
	margin: 0;
	padding: 4px 4px 4px 34px;
	white-space: nowrap;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	background: white url(../images/interface/mainmenu_color01.png) no-repeat left top;
	overflow: hidden;
}

#mainmenu ul li a:hover {
	color: black;
	background: white url(../images/interface/mainmenu_color01_on.png) no-repeat left top;
}

#wrapper #mainmenu ul ul {
	position: absolute;
	top: 0;
	left: 213px;
	display: none;
	width: auto;
	background: white;
	border: 1px solid #afafaf;
	padding-top: 1px !important;
}

#wrapper #mainmenu ul ul,
#wrapper #mainmenu ul ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#wrapper #mainmenu ul li:hover ul,
#wrapper #mainmenu ul li.hover ul {
	/* #mainmenu ul li.hover ul is used by script for IE/WIN found in scripts/mainmenu.js */
	display: block;
}
#wrapper #mainmenu ul li:hover ul ul,
#wrapper #mainmenu ul li.hover ul ul {
	/* hide the sub-subs for now */
	display: none;
}

#wrapper #mainmenu li li {
	position: relative;
	background: none;
	height: auto;
}

#wrapper #mainmenu ul li li a {
	height: auto;
	width: 200px;
	padding: 4px 6px;
	white-space: normal;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	border: 1px solid white;
	border-bottom: 1px solid #afafaf;
	border-top: 0;
	background: #f7dac8;
	overflow: visible;
	margin-bottom: 1px;
}

#wrapper #mainmenu li li a:hover {
	background: #eee !important;
	color: black;
}

/* main sub-sub */

#wrapper #mainmenu ul ul ul {
	position: absolute;
	top: -2px;
	left: 214px;
	display: none;
	width: auto;
	background: white;
	border: 1px solid #afafaf;
	padding-top: 1px !important;
}

#wrapper #mainmenu ul ul li:hover ul,
#wrapper #mainmenu ul ul li.hover ul {
	/* #mainmenu ul li.hover ul is used by script for IE/WIN found in scripts/mainmenu.js */
	display: block;
}

/*	menu in de hoekhandelsite	*/

/* #boekhandelmenu */

td#boekhandelmenu {
	position: relative;
	width: 183px;		
}

#boekhandelmenu ul {
	width: 183px;	
	position: relative;
/*	background: white;	*/
}

#boekhandelmenu ul,
#boekhandelmenu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#boekhandelmenu ul li {
	display: block;
	position: relative;
	margin-bottom: 1px;
	width: 170px;
}

* html #boekhandelmenu ul li {
	float: left;
}

#boekhandelmenu ul li a {
	display: block;
	/* 	height: 16px;	*/
	margin: 0;
	padding: 0px 2px 2px 2px;
/*	white-space: nowrap;	*/
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
/*	background: white url(../images/interface/bg_boekhandelmenu.png) no-repeat left top;	*/
	overflow: visible;
}

#boekhandelmenu ul li a:hover {
	color: black;
/*	background: white url(../images/interface/boekhandelmenu_color01_on.png) no-repeat left top;	*/
}

#wrapper #boekhandelmenu ul ul {
	position: absolute;
	top: 0;
	left: 183px;
	display: none;
	width: 197px;
	background:	#EBEBEB;
	border: 1px solid #ccc;
	padding-top: 1px !important;
}

#wrapper #boekhandelmenu ul ul,
#wrapper #boekhandelmenu ul ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 193px;
}

#wrapper #boekhandelmenu ul li:hover ul,
#wrapper #boekhandelmenu ul li.hover ul {
	/* #boekhandelmenu ul li.hover ul is used by script for IE/WIN found in scripts/boekhandelmenu.js */
	display: block;
}
#wrapper #boekhandelmenu ul li:hover ul ul,
#wrapper #boekhandelmenu ul li.hover ul ul {
	/* hide the sub-subs for now */
	display: none;
}

#wrapper #boekhandelmenu li li {
	position: relative;
	background: none;
/*	height: auto;	*/
}

#wrapper #boekhandelmenu ul li li a {
	height: auto;
	width: 177px;
	padding: 2px 8px;
	white-space: normal;
	font-size: 12px;
/*	line-height: 16px;	*/
	color: #333;
/*	border: 1px solid black;	*/
	border-bottom: 1px dotted #afafaf;
	border-top: 0;
/*	background: #f7dac8;	*/
	overflow: visible;
	margin-bottom: 1px;
}
#wrapper #boekhandelmenu ul li li a.last {
	border-bottom: 0;
}	

#wrapper #boekhandelmenu li li a:hover {
	background: #eee !important;
	color: black;
}

/* bh sub-sub */

#wrapper #boekhandelmenu ul ul ul {
	position: absolute;
/*	top: -2px;*/
	left: 193px;
	display: none;
	width: auto;
	background: #EBEBEB;
	border: 1px solid #afafaf;
	padding-top: 1px !important;
}

#wrapper #boekhandelmenu ul ul li:hover ul,
#wrapper #boekhandelmenu ul ul li.hover ul {
	/* #boekhandelmenu ul li.hover ul is used by script for IE/WIN found in scripts/mainmenu.js */
	display: block;
}

/*	vervolg sub sub	*/

#wrapper #boekhandelmenu li li li {
	position: relative;
	background: none;
	height: auto;
}

#wrapper #boekhandelmenu ul li li li a {
	height: auto;
	width: 177px;
	padding: 2px 8px;
	white-space: normal;
	font-size: 12px;
/*	line-height: 16px;	*/
	color: #333;
/*	border: 1px solid black;	*/
	border-bottom: 1px dotted #afafaf;
	border-top: 0;
/*	background: #f7dac8;	*/
	overflow: visible;
	margin-bottom: 1px;
}
#wrapper #boekhandelmenu ul li li li a.last {
	border-bottom: 0;
}	

#wrapper #boekhandelmenu li li li a:hover {
	background: #eee !important;
	color: black;
}
/*	einde subsub	*/


/* CBF logo */

#cbf_placeholder {
	/* preserve space for logo */
	height: 105px;
}

#cbf {
	/* position logo at bottom of page */
	position: absolute;
	bottom: 40px;
	left: 10px;
}

/* zoekveld */

td#search {
	width: 213px;
	height: 32px;
	background: url(../images/interface/search_back.gif) no-repeat right top;
}

td#search table td {
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: white;
	padding: 4px;
}
#search #advancedSearch a {
	font-size: 12px !important;
}

td#search form {
	margin: 0;
}

td#search form input.text {
	width: 125px;
	border: 1px solid #333;
	background: white url(../images/interface/textfield_back.gif) repeat-x left bottom;
}


/* kruimelpad */

#breadcrumbs {
	height: 32px;
	background: url(../images/interface/breadcrumbs_back01.gif) no-repeat left top;
}

#breadcrumbs div.curve {
	height: 32px;
	width: 100%;
	background: url(../images/interface/breadcrumbs_curve01.gif) no-repeat right top;
}

#breadcrumbs ul {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	display: inline;
	float: right;
	list-style: none;
	border: 0;
	padding: 0;
	margin: 145px 15px 0 0;
} 

* html #breadcrumbs ul	{
	top: 3px;
}

#breadcrumbs ul li {
	display: inline;
	font-size: 12px;
	margin-right: 2px;
	color: white;
	font-weight: bold;
}

#breadcrumbs ul li a	{
	color: white;
	font-weight: normal;
	text-decoration: underline;
}

/* homeAnkeilers */

#homeAnkeilerArea {
	margin-top: 15px;
	padding-left: 7px;
}

.homeAnkeilerTop,
.homeAnkeilerBottom {
	width: 197px;
	height: 5px;
	line-height: 0%;
	font-size: 0;
}

.homeAnkeilerTop {
	background: url(../images/interface/homebutton_top.png) no-repeat left top;
}
.homeAnkeilerBottom {
	background: url(../images/interface/homebutton_bottom.png) no-repeat left bottom;
	margin-bottom: 15px;
}

.homeAnkeiler {
	width: 197px;
	background: url(../images/interface/homebutton_back.png) no-repeat left center;
	padding: 4px;
}

#wrapper .homeAnkeiler h2 a {
	color: #333;
	font-size: 14px;
	padding-left: 22px;
	background:  url(../images/interface/homebuttonbullet.png) no-repeat 0px 1px;
	text-decoration: none;
	display: block;
}

#wrapper .homeAnkeiler h3 a {
	color: #ee8300;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	display: block;
}


/* #content */

td#content {
	padding: 30px 30px 60px 30px !important;
	background: url(../images/interface/content_back.gif) no-repeat left top;
}

/* homeIntro */
#homeIntro {
	position: relative;
	margin: 1em 0;
}
#homeIntro a:link,
#homeIntro a:visited,
#homeIntro .more {
	color: #EE8300;
}
#homeIntro a:hover,
#homeIntro a:active	{
	color: #cc0000;
}


/* home news */

#homeNews {
	width: 40%;
	float: right;
	display: inline;
	clear: both;
	background: white;
	padding: 1px;
	margin: 0 0 1em 1em;
	border: 1px solid #afafaf;
}

#homeNews h2 {
	color: #ffffff;
	padding: 2px 4px;
	font-size: 120%;
	background: #940084;	
	margin: 0;
}

#homeNews ul li p {
	margin: 0;
}

#homeNews .wrapper {
	padding: 10px 5px;
	background: #ebebeb url(../images/interface/relateditems_back.gif) repeat-x left top;
}

#homeNews .wrapper ul {
	margin: 0;
	padding: 0;
}
#homeNews .wrapper li {
	margin: 0 0 5px 0;
	padding-left: 20px;
	list-style: none;
	background: url(../images/interface/relatedbullet_color04.png) no-repeat 0px 2px;
}

#content #homeNews .wrapper li h4 a {
	color: #940084;
}


/* artikel blocks */

#homeArticles {
	float: left; display: inline;
	width: 55%;
}

.blockRow {
	background: url(../images/interface/blockrow_back.png) no-repeat center top;
	clear: both;
	margin: 0;
	width: 100%;
	min-height: 2px;
}
#homeArticles .blockRow {
	float: left; display: inline;
	background: url(../images/interface/dots_h.png) repeat-x right bottom;
}

.blockLeft {
	float: left; display: inline;
	width: 44%;
	padding: 10px;
}
#homeArticles .blockRow .blockLeft {
	width: 90%;
}

.blockRight {
	float: right; display: inline;
	width: 44%;
	padding: 10px;
}

#wrapper .blockRow h2	{
	font-size: 140%;
	line-height: 120%;
	margin: 0;
}

#wrapper .blockRow h3	{
	font-size: 130%;
	color: #ee8300;
	margin: 0;
}

.blockRow h4	{
	font-size: 110%;
	margin: 0;
}

/* related items, files, etc.*/
div#sidebars div.cms_sidebar {
	width: 215px;
	float: right;
	clear: both;
	background: white;
	padding: 1px;
	margin: 0 0 1em 1em;
	border: 1px solid #afafaf;
}

div#sidebars div.cms_sidebar h2 {
	color: #ffffff;
	padding: 2px 4px;
	font-size: 120%;
	background: #EE8300;	
	margin: 0;
}

div#sidebars div.cms_sidebar div {
	padding: 10px 5px;
	background: #ebebeb url(../images/interface/relateditems_back.gif) repeat-x left top;
}

div#sidebars div.cms_sidebar ul {
	margin: 0;
	padding: 0;
}
div#sidebars div.cms_sidebar li {
	margin: 0 0 5px 0;
	padding-left: 20px;
	list-style: none;
	background: url(../images/interface/relatedbullet_color01.png) no-repeat 0px 2px;
}

div#sidebars div.cms_sidebar li a {
	color: #333;
}


/* content anchors*/

#content a:link,
#content a:visited	{
	color: #EE8300;
	text-decoration: underline;
}

#content a:hover,
#content a:active	{
	color: #cc0000;
	text-decoration: underline;
}

/* anchors */

.more {
	color: #EE8300;
	font-weight: bold;
	white-space: nowrap;
}

#content .more a:link, 
#content .more a:visited, 
#content .more a:active {
	color: #EE8300;
}


/* #footer */

#footer	{
	position: fixed;
	bottom: 0;
	height: 32px;
	width: 100%;
	background: url(../images/interface/footer_back.gif) repeat-x left top;
}

* html #footer {
	position: absolute; /*	was: absolute	*/
	z-index: 0;
	bottom: -1px
}


#footer .wrapper {
	padding: 6px 10px;
}

#footermenu ul {
	margin: 0;
	padding: 0;
}

#footermenu ul li {
	display: inline;
	list-style: none;
	font-size: 13px;
	font-weight: bold;
	color: #f7b463;
}

#footer a	{
	color: white;
	text-decoration: none;
}
#footer a:hover	{
	color: white;
	text-decoration: underline;
}

#footer #copyright {
	color: white;
	float: right;
}
ul#nabewerking li	{
	list-style-type: none;
	background-image: url(../images/interface/nabewerkingbullet_color01.png);
	background-repeat: no-repeat;
	padding-left: 16px;
	margin-right: 10px;
	background-position: center left;
}

ul#nabewerking li	{
	display: inline;
}



/* Boekhandel specific */

#boekhandel #footer {
	position: relative;
}

td#leftColumn {
	width: 213px;
}

td#rightColumn {
	width: 213px;
	background: #ee8300;
}


/* shopmenu boekhandel */

#shopMenu {
	height: 32px;
	background: #0098af url(../images/interface/searchbar_back07.gif) repeat-x left top;
	
}

#shopMenu div.curve {
	height: 32px;
	width: 100%;
	background: url(../images/interface/breadcrumbs_curve07.gif) no-repeat right top;
}

#shopMenu ul,
#shopMenu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#shopMenu ul {
	float: right;
	margin-right: 10px;
}

#shopMenu li {
	display: inline;
	margin-left: 10px;
}

#shopMenu li a {
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: white;
	text-decoration: underline;
}
#shopMenu li a:hover {
	color: #006e7e;
}

/* zoekveld boekhandel */

#boekhandel td#search {
	width: 213px;
	height: 32px;
	background: #0098af url(../images/interface/searchbar_back07.gif) repeat-x left top
}
* html #boekhandel td#search {
	position: relative;
}

#boekhandel td#search table {
	position: absolute;
	top: 141px;
	left: 0;
}

* html #boekhandel #footer {
	position: relative;
	bottom: -1px
}


* html #boekhandel td#search table {
	position: absolute;
	top: 0;
	left: 0;
}

#boekhandel td#search table td {
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: white;
	padding: 4px;
}

#boekhandel td#search table td a {
	font-size: 11px;
	color: white;
	margin-left: 10px;
}
#boekhandel td#search table td a:hover {
	color: #c0f5fd;
}

#boekhandel td#search form {
	margin: 0;
}

#boekhandel td#search form input.text {
	width: 125px;
	border: 1px solid #333;
	background: white url(../images/interface/textfield_back.gif) repeat-x left bottom;
}
#boekhandel #footer {
	position: relative;
}


/* linkerkolom boekhandel */

#layout .section {
	margin: 10px;
	background: #ebebeb;
	border: 1px solid white;
}

#layout .section h2 {
	color: white;
	background: #EE8300;
	margin: 0;
	padding: 2px 3px;
	text-align: center;
	font-size: 14px;
}

#layout #rightColumn .section h2 {
	background: #940084;
}
#layout #rightColumn .section h2 span {
	display: block;
	font-size: 13px;
}


#layout .section .wrapper {
	padding: 5px;
	background: #ebebeb url(../images/interface/relateditems_back.gif) repeat-x left top;
}

#layout .section ul,
#layout .section ul li {
	margin: 0;
	padding: 0;
}
#wrapper #loginForm.homeAnkeiler li,
#layout .section ul li {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding-left: 20px;
	list-style: none;
	background: url(../images/interface/relatedbullet_color07.png) no-repeat 0px 0px;
}
* html #layout .section ul li {
	background-position: 0px 2px;
}

#layout .section ol {
	margin: 0;
	padding-left: 26px;
}
#layout .section ol li {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#layout .section ul li a {
	color: #333;
	text-decoration: none;
}
#layout .section ul li a:hover {
	color: #EE8300;
	text-decoration: underline;
}

#layout .section ol li a {
	color: #333;
	text-decoration: underline;
}
#layout .section ol li a:hover {
	color: #EE8300;
	text-decoration: underline;
}

/* newsletter submit */

form#newsletterForm {
	color: #333;
	margin: 0;
}

form#newsletterForm div {
	margin-bottom: 2px;
}

form#newsletterForm label {
	float: none;
	white-space: nowrap;
}

form#newsletterForm input.text {
	width: 175px;
	background: white url(../images/interface/textfield_back.gif) repeat-x left bottom;
}

form#newsletterForm input.submit {
	background: #EE8300;
	border: 1px solid white;
	font-weight: bold;
}


/* ankeiler buttons LOGIN /  Alpha / Emmaus */

#wrapper #alphaButton.homeAnkeiler,
#wrapper #emmausButton.homeAnkeiler {
	height: 70px;
}
#wrapper #loginForm.homeAnkeiler	{
	height: 170px;
}


#wrapper #alphaButton.homeAnkeiler  h2 a,
#wrapper #emmausButton.homeAnkeiler  h2 a {
	color: #333;
	font-size: 16px;
	line-height: 35px;
	padding: 0 0 0 50px;
	margin: 0;
	background-repeat:  no-repeat;
	background-position: 8px 0px;
	text-decoration: none;
	display: block;
	height: 70px;
	text-align: center;
}
#wrapper #loginForm.homeAnkeiler  h2	{
	font-weight: bolder;
	color: #333;
	font-size: 16px;
	display: block;
	margin-left:2em;
}
#wrapper #loginForm.homeAnkeiler  p	{
	margin-left:1em;
}	

* html #wrapper #loginForm.homeAnkeiler  h2,
* html #wrapper #alphaButton.homeAnkeiler  h2 a,
* html #wrapper #emmausButton.homeAnkeiler  h2 a {
	padding-top: 5px;
}

#wrapper #alphaButton.homeAnkeiler  h2 a {
	background-image: url(../images/interface/button_alpha.gif);
}
#wrapper #emmausButton.homeAnkeiler  h2 a {
	background-image: url(../images/interface/button_emmaus.gif);
}
#loginbox	table caption	{
	font-weight: bolder;
	color: #333;
	font-size: 16px;
	display: block;
	text-align: center;
}
#fc_pwLost	{
	margin-top: 6px;
	height: 1.6em;
	font-size: 0.9em;
}

/* tabel met boeken */

table.booklist {
	border-collapse: collapse;
	border: none;
	margin-bottom: 1em;
}

table.booklist td {
	padding: 5px !important;
	vertical-align: top;
}

table.booklist td.cover {
	width: 1px;
}

table.booklist td.cover img {
	border: 0px;
}

table.booklist h3 {
	color: #333;
	font-style: italic;
	margin-bottom: 5px;
	font-size: 13px;
}

table.booklist h3 a {
	color: #EE8300 !important;
	font-style: normal;
	font-size: 15px;
}
table.booklist h3 a:hover {
	color: #940084 !important;
}

table.booklist .price {
	font-weight: bold;
}

tr.categorieTopper	{
	background-color: #FFF9CD;
	font-weight:bold;
}

/*	bestelFormulier*/
form#bestelForm div	{
	clear:left;
}

form#bestelForm div label	{
	width: 175px;
	display: block;
	float: left;
}
form#bestelForm input.text, form#machtigingsForm input.text, form#nieuwsbriefSubscribe input.text,  form#nbWijzigen input.text, form#schenking input.button {
	width: 175px;
	background: white url(../images/interface/textfield_back.gif) repeat-x left bottom;
}
form#bestelForm div.radio {
}
form#bestelForm div.radio input	{
	float: left;
}
form#bestelForm div.radio label	{
	display:block;
	float: left;
	width: 400px;
}
form#bestelForm td	{
	padding: 0px 4px 0px 4px;
}

/*	highliten van woorden na zoekactie	*/
span.hilite	{
	background-color: yellow;
	border-bottom: 1px dotted black;
}