html, body {
	height: 100%;
	overflow: hidden;
		
	scrollbar-face-color: #FFFFFF;
	scrollbar-arrow-color: #9BCFE2;
	scrollbar-base-color: #FFFFFF;
	scrollbar-shadow-color: #9BCFE2;
	scrollbar-3dlight-color : #FFFFFF;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-track-color : #FF00;
	scrollbar-highlight-color : #9BCFE2;
}
body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
}
th, td {
	font-size: 11px;
}
a,
a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #0584b1;
}
a:hover {
	color: #a30303;
}
h1 {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	width: 173px;
	height: 19px;
	padding-left: 9px;
	line-height: 19px;
	display: block;
	font-size: 10px;
	margin: 0 0 10px 0;
}
h2 {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	height: 20px;
	padding-left: 9px;
	line-height: 20px;
	font-size: 10px;
	margin-bottom: 3px;
}
h3 {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}
h4 {
	margin: 0 0 5px 0;
	font-size: 11px;
	font-weight: normal;
}
li {
	list-style-type: square;
	color: #0584b1;
}
#main {
	width: 100%;
	height: 100%;
	background-image: url(../images/bottom_left.gif);
	background-repeat: no-repeat;
	background-position: bottom left;	
}
/* HEADER */
#headerWrapper {
	width: 100%;
	background-color: #fff;
	background-image: url(../images/topVar.gif);
	background-repeat:repeat-x;
	height: 57px;
}

#header {
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	height: 57px;
}

#header h1 {
	display: none;
}
/* MENU */
#menu {
	border-top: 3px solid #8A8A8A;
	border-bottom: 3px solid #8A8A8A;	
	background-color: #CCCCCC;
	height: 26px;
	overflow: hidden;
	margin-bottom: 7px;
}
#menu ul, #menu li {
	display: inline;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#menu li {
	font-size: 10px;
	line-height: 24px;
}
#menu a {
	color: #000;
	text-decoration: none;
	border-top: 1px solid #CCCCCC;	
	border-bottom: 1px solid #CCCCCC;	
	border-right: 1px solid #8A8A8A;	
	border-left: 1px solid #CCCCCC;	
	padding-left: 11px;
	padding-right: 12px;
	margin: 0px;
	display: block;
	float: left;
}
#menu a:hover {
	color: #fff;
	background-color: #0486B7;
	text-decoration: none;
	border: 1px solid #000;
	padding-left: 11px;
	padding-right: 12px;	
}

/* LEFT */
#left {
	width: 201px;
	overflow: hidden;
	border-right: 1px solid #fff;
	padding:0;
}
#submenu {
	margin-left: 16px;
}
#submenu ul {
	background-color:	#cde7f1;
}
#submenu ul,
#submenu li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#submenu a {
	background-image: url(../images/submenu_inactive.gif);
	color: #cde7f1;
	display: block;
	padding-left: 28px;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
}
#submenu a:hover {
	background-image: url(../images/submenu_active.gif);
}
/* RIGHT */
#right {
	position: absolute;
	top: 96px;
	left: 201px;
	background-color:#9BCFE2;
	right: 0;
	overflow: auto;
	bottom: 0; /*FF, IE in expressions*/
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
}
#content a {
	font-weight: bold;
}
#content {
	width: 585px;
	overflow: hidden;
}
#content_text {
	padding: 0 10px;
}
#content h2.cms_header_blue {
	background-color: #0486b7;
}
#content h2.cms_header_red {
	background-color: #A30303;
}
#content h2.cms_header_green {
	background-color: #b8d8c5;
}
#content h2.cms_header_black {
	background-color: #000;
}

/* ZOEKEN */
#search {
	background-color: #e5f3f8;
	border-bottom: 1px solid #ffffff;	
	height: 140px;
}
#searchCriteria {
	width: 100%;
	border-collapse: collapse;
}
#searchCriteria th {
	text-align: left;
	padding: 0;
	color: #ffffff;
	font-weight: bold;
	height: 19px;
	padding-left: 9px;
	width: 25%;
	line-height: 19px;
}
#searchCriteria td {
	padding: 0;
	text-align: left;
	width: 25%;
}
#searchCriteria td input {
	width: 90%;
}
#searchCriteria td select {
	width: 100%;
}
#searchCriteria th.criteriaSpacer,
#searchCriteria td.criteriaSpacer {
	width: 2px;
}
#searchCriteria th.color1 {
	background-color: #01632a;
}
#searchCriteria th.color2 {
	background-color: #a30303;
}
#resultHeader {
	background-color: #bad8d1;
	height: 30px;
	line-height: 30px;
}
#searchCriteria input {
	width: 97px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;	
	padding-right: 12px;
	border: 1px solid #2395c0;
	height:	17px;
}
#searchCriteria select {
	width: 110px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	border: 1px solid #2395c0;	
	height:	17px;
}

/* FORMS */
input.button {
	border: 1px solid #000;
	margin: 8px 0 0 8px;
}

input.text {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

select {
	width: 205px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #000;
}

label {
	display: block;
	width: 200px;
	float: left;
}

#formButtons {
	margin-left: 195px;
}

form div {
	margin-bottom: 10px;
}

/* PAGING */
#content .paging {
	clear: both;
	font-size: 10px;
	height: 20px;
	margin: 0;
	padding: 5px 0 0 0;
}
#content .paging li {
	list-style-type: none;
	display: inline;
}
#content .paging a {
	display: block;
	float: left;
	line-height: 14px;
	background-color: #0584b1;
	width: 15px;
	height: 14px;
	color: #ffffff;
	font-weight: bold;
	margin-left: 2px;
	text-align: center;
	text-decoration: none;
}
#content .paging a:hover,
#content .paging a.activepage {
	background-color: #a30303;
}

/* FRONTPAGE CSS */
div.blockItem {
	padding: 5px;
	line-height: 15px;
	border-bottom: 1px solid #666666;
}

/* BOEKEN CSS*/
#results {
	width: 100%;
	border-collapse: collapse;
}
#results tr {
	border-bottom: 1px solid #000;
}
#results td {
	vertical-align: top;
	padding: 0;
}
#results td.afbeelding {
	width: 74px;
}
#results img {
	width: 64px;
	display: block;
	margin: 5px;
}
#results td.titel,
#results td.auteur {
	background-color: #0486b7;
	color: #fff;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
}
#results td.auteur a,
#results td.afbeelding a,
#results td.titel a {
	color: #fff;
	text-decoration: none;
	height: 20px;
}
#results td.auteur a:hover,
#results td.afbeelding a:hover,
#results td.titel a:hover {
	color: #ECECEC;
}
#results td.samenvatting {
}
#results td.isbn,
#results td.prijs,
#results td.bestel {
	background-color: #b8d8c5;
	color: #000;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
}
#results td.prijs {
	text-align: right;
	padding-right: 20px;
}
#results td.boekSpacer {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	height: 30px;
}

#categorieen {
	width: 100%;
	border-collapse: collapse;
}
/*
#categorieen th {
	text-align: left;
	width: 50%;
	height: 20px;
	background-color: #A30303;
	color: #fff;
}
*/
#categorieen td.categorie {
	padding: 3px;
	padding-left: 20px;
	background-color: #b8d8c5;
}

#categorieen td {
	padding: 3px;
	padding-left: 20px;
}

/* SHOP */
#artikeloverzicht {
	border-collapse: collapse;
	width: 100%;
}
#artikeloverzicht th {
	text-align: left;
	color: #fff;
	font-weight: bold;
	background-color: #A30303;
	height: 20px;
}
#artikeloverzicht td {
	border-bottom: 1px solid #999999;
	height: 16px;
}
#artikeloverzicht th.shop_isbn {
	width: 20%;
}
#artikeloverzicht th.shop_titel {
	width: 50%;
}
#artikeloverzicht th.shop_prijs {
	width: 5%;
}
#artikeloverzicht th.shop_aantal {
	width: 5%;
}
#artikeloverzicht th.shop_verwijderen {
	width: 20%;
}
#artikeloverzicht th.shop_prijs,
#artikeloverzicht td.shop_prijs {
	text-align: right;
	padding-left: 15px;
}
#artikeloverzicht th.shop_verwijderen,
#artikeloverzicht td.shop_verwijderen {
	text-align: center;
}
#totaal td {
	background-color: #b8d8c5;
	font-weight: bold;
}
#shop_buttons {
	text-align: center;
	margin-top: 20px;
}
#verplicht {
	margin-left: 205px;
}

/* BOEKDETAILS */
#boekDetails {
	width: 100%;
	border-collapse: collapse;
}

#boekDetails th {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

#boekDetails td {
	vertical-align: top;
	padding: 5px;
}

#boekDetails ul {
	margin: 0;
	padding-left: 20px;
}
