/* GENERAL STYLES */
body {
   	margin: 0;
   	padding: 0;
   	background:#E6F5F7 url(../images/visual-bg.jpg) repeat-y top center;
   	color: #4F3514;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}
#wrapper {	
	width:960px;
	text-align:left;
	border-right:1px #BAD1C5 solid; 
	border-left:1px #BAD1C5 solid; 
	margin:0 auto;
}
#header {
	width:960px;
	height: 145px;
	margin:0;
	padding:0;
	left:0;
	top:0;
	background-color:#fff;
}

#titledesc {
	background-color: #D1C20E;
	margin:0;
	vertical-align:middle;
	padding:6px;	
	height:21px;
	border-bottom: 1px solid #FCC900;
}
#titledesc .subtitle {
	width: 500px;
	float:left;
	display:inline;
	background-color: #D1C20E;
	margin:0 20px;
}
.subtitle .slogan {
	font-size: 1.1em;
	color: #fff;
	font-style:italic;	
	font-weight:bold;
}
#titledesc .changefont {
	float:right;
	display:inline;
	background-color:#D1C20E;
	color:#fff;
	font-size: .9em;
	width:160px;
	overflow:hidden;
}

h1, h2, h4 {
	background-color: transparent;
	color: #4F3514;
	margin: 0 0 0 1ex;
	/*clear: both;*/
}

h1 { font-size: 1.4em; margin-bottom: 1.15ex; line-height: 1.5em;}
h2 { font-size:1.225em; }
h4 { 
	font-size:1.1em; 
	margin: 30px 10px 1px 1ex;}
h3 { 
	font-size:1.165em; 
	clear:left;
	width: 99%;
	color: #0B244D;
	margin: 30px 10px 10px 1ex;
	border-bottom: 1px solid #c1c1c1;
	padding-bottom:3px;
}

h5 {
	background-color: transparent;
	color: #442D11;
	margin: 0 0 0 1ex;
	clear: both;
}

h1 a, h2 a, h3 a, h4 a {
   background-color: transparent;
   color: #000;
}

a {
	background-color: transparent;
   color: #333333;
   text-decoration: underline;
}

a:hover{
	background-color: transparent;
	color: #0000FF;
	text-decoration: underline;
}
.red {color:#f70000;}

p, dt, dd, th, td {
	color: #442D11;
	margin-left: 1em;
}

legend {color: #000; margin-left:5px; font-weight:bold;}
span.undertitle {
	font-size: 1em;
	font-style:italic;
}
.pgbg {
	background-image: url(images/pgbg.jpg);
	background-repeat: repeat-y;
	padding:20px 15px;
}

/* breadcrumb navigation
---------------------------------*/
p.breadcrumbs {
	margin: 0 0 10px 10px;
}

input { 
	background-color: #FFFFFF; 
	border:1px #F70000 solid; 
	color: #000; 
	}
input.button {
	margin-top:5px;
	font-weight:bold;
}
fieldset {
margin: 0 1em;
}


/*= Primary navigation (left column)
-----------------------------------*/
.navcol {
	background: #ffee9c;
	padding:0;
	margin:0; 
	text-align:center;
	vertical-align:top;
	border-right: 1px solid #f5deb3;
}

#navcontainer {
	margin: 0;
	padding: 0;
	width:200px;
}

#navlist {
	padding: 0;
	margin: 0;
	font-weight: bold;
	width:200px;	
	list-style-type:none;
}
/* NOTE! for IE */
/* li list items must be on one line
------------------------------------------ */
#navlist li {
	width:200px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #EEDD0F;
	text-align: left;
}

* html #navlist li {
  border-top: 0;
}

#navlist li a {
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	background: #DCCA0E;
	text-decoration: none;
	color: #121212;
	border-top: 1px solid #ccc;
	border-bottom: px solid #ccc;
}

#navlist li a.current { 
	color: #191970; 
	background: #fffafa;
}

#navlist li a.current:hover { 
	color: #FFF; 
	background: #333;
}

#navlist li a:hover {
	color: #FFF;
	background: #0B244D;
	padding: 0.25em 0.5em 0.25em 0.75em;
}
/* more books fading slide show container for left column
----------------------------------------*/
.morebooks {
	background-color: #FFFFFF; 
	border-top:1px #F70000 solid;
	border-bottom:1px #F70000 solid;
	margin-top:5px;
	padding:5px 0 10px 0;
	width: 200px;
}

/* various image styles
---------------------------*/
.bookcover {
	margin:10px 10px 10px 8px;	
}
/* for image alignment
------------------------*/
.floatleft { margin: 5px 10px 10px 5px; }
.floatright { margin-left:8px; margin-right:5px; margin-bottom:10px;}

/* small icons */
.picto {
	vertical-align: middle;
	border:0;
}
/* small buttons (Adobe Reader, etc)*/
.purchase {
	margin:3px 0;
	vertical-align:middle;
}

.rightCol {
	background:#fff;
	vertical-align:top;
	padding:0;
	margin:0;
	border-left: 1px solid #d2dfff;
}

/* right floated container for right column content-menu
---------------------------------*/
.readmore {
	padding: 0;
	margin:0;
	text-align:left;
}
.readmore h2 {
	font-size:1em;
	color:#0f174e;
	background:#ebf1fd;
	margin: 5px 0;
	padding:5px 12px;
	border-bottom:1px solid #C1D3FF;
}

.readmore h2.firstitem {margin-top:0; border-top:0;}
h2.yellow {
	background:#FCE27A;
	border-top:1px solid #FCCA32;
	border-bottom:1px solid #FCCA32;
	margin:0;
}
.readmore p {
	margin: 5px 0;
	padding:5px 12px;
}

.right-content-menu {
	margin: 12px 0 5px 10px;
	width:180px;
	float:right;
	display:inline;
	border:1px solid #b0c4de;
	padding:5px 5px;
	background-color:#F5F8FE;
}
.right-content-menu p { margin: 0 0 5px 10px;}
.right-content-menu a { color:#005A9D;}

/* for iPad special emphasis block
-----------------------------------------------------------*/
.emphasis {
    clear:left;
	float:left;
	width:95%;
	margin: 5px 0 20px 10px;
	display:inline;
	border:1px solid #EE4F97;
	padding:7px 5px;
	background-color:#FDE9F2;
}
.emphasis h2.firstitem {margin-top:0; border-top:0;}
.suitable-for {
	padding: 0;
	margin:0;
	text-align:left;
}
.suitable-for h2 {
	font-size:1.1em;
	font-weight:bold;
	color:#000080;
	background:#F596C0;
	margin: 5px 0;
	padding:5px 12px;
	border-bottom:1px solid #EE4F97;
}

.suitable-for h2.firstitem {margin-top:0; border-top:0;}
.emphasis p { margin: 0 5px;}
.emphasis a { color:#005A9D;}

/* examples page
----------------------------------------------------------- */
.TblExamples {
	border:0;
	margin: 10px;
}
.TblExamples td {
padding: 5px;
border:1px solid #ccc;
	}
.TblExamples td.leeg {
padding: 0 5px;
border:0;
	}


/* meer info menus in right column
----------------------------------------------------------- */
ul.menu {
	list-style:none;
/*	border-top:1px solid #d2dfff;*/
	padding: 0;
	margin: 0;
}
ul.menu li {
	margin:0;
	padding: 0;
	text-decoration: none;
}
ul.menu li a {
	display:block;
	padding:4px 10px;
	border-bottom:1px solid #c1d3ff;
	color:#0082e0;
	text-decoration: none;
	font-weight: bold;
}
ul.menu li a.lastitem {
	border-bottom:none;
}
ul.menu li a:hover {
	background:#ebf1fd;
	color: #111111;
	text-decoration: underline;
	border-bottom:1px solid #c1d3ff;
}
ul.menu li a:active {
	background:#ccc;
}
/* remove h2 bottom margin for first menu item
----------------------------------------------- */
.first-list-item {margin-top:-5px;}


/* styles used for catalog pages in subsites
---------------------------------------------------*/
.subheading {
clear:left;width: 100%;font-size: 115%;font-weight: bold;color:#333;border-bottom: 1px solid #c1c1c1;padding-bottom:3px;margin-top:7px;margin-bottom:7px;}
.subheading a, .subheading a:visited, .subheading a:active, .subheading a:link {color: #0082e0; text-decoration:none; }
.subheading a:hover {text-decoration:underline; }

/* control margin top on p tag */
.LessMarginTop {margin-top:5px;}

.clearRight {clear:right;}
.clearLeft {clear:left;}
.clear {clear:both;}


/* ------------------------------ */
/* Product display catalog pages 
/* ------------------------------ */
.productwrapper {
    display: inline-block;    
    min-width: 160px;
    width: 160px;
	height: 325px;
	margin: 0 5px 15px 0;
	padding: 0 5px;
	font-size:0.9em;
	vertical-align:top;
	overflow:hidden;	
	/* without float */
}

/* necessary For horizontal stacking in IE7 */
*:first-child+html .productwrapper {
  display: inline;
}
/* necessary For horizontal stacking in IE6 only */
* html .productwrapper {
  display: inline;
}

.productwrapper .Prodimg {
/* product image inside floated container*/ 
	border:0;
}
.Productdesc {
margin-top:5px;
clear:left;
line-height:1.3em;
}

/* reactions 
--------------------------------------------------------------*/
.reviewWrapper  {
	border: #D5F4F7 1px solid; 
	margin: 1px 0 20px 5px;
	padding: 5px;
	background-color: #f0f8ff
}

.reviewWrapper .reviewtext  {
	background-color: #F4FCFD;
	border: #ADE9EF 1px solid; 
	padding: 5px;
}
.reviewWrapper .writer  {
	display:inline;
	padding: 0;
}

.reviewWrapper .reviewtext p {
	padding: 0;
	margin: 0;
}

/* ------------------------------ */
/* Free downloads display  
/* ------------------------------ */

.Freedownload {
    /*display: inline-block;    
    min-width: 175px;*/ /* use when Firefox 3 come out, then omit float*/   
	float: left;
    width: 125px;
	height: 165px;
	margin: 0 10px 15px 0;
	padding: 5px;
	font-size:96%;
	vertical-align:top;
	overflow:hidden;	
	text-align:center;
	/* without float */
}

/* necessary For horizontal stacking in IE7 */
*:first-child+html .Freedownload {
  display: inline;
}
/* necessary For horizontal stacking in IE6 only */
* html .Freedownload {
  display: inline;
}

/* screenhots
------------------------------------*/
/* screenshots */
table.tblscreenshots { 
	margin: 10px 0 0 12px;
}


/* screenshots */
td.screenshots { 
  vertical-align:top;  
  padding-right: 10px;
}
/* ofenmateriaal images */
 img.practicephoto {
  border: 1px solid #a9a9a9;
  margin: 7px 5px 7px 10px;
  padding: 4px;
} 

td.screenshots p {margin: 5px 0 0 5px;}

/* footer
-----------------------------------*/
.footer {
	float:right; 
	width:960px;	
	margin:0;
	padding:0;
	background-color:#5C71A8;
}

/* to top of page in footer
----------------------*/
.gototop {
	float:right; 
	display:block; 	
	text-align:right;
	padding:5px 10px; 
	font-size:0.76em;
}
.gototop a {color:#fff;text-decoration:none;}
.gototop a:hover {text-decoration:underline;}

/* to top of page within content
-----------------------------------*/
.naarboven {
float:right; display:block; text-align:right;padding:0 5px; font-size:0.76em;
}
.naarboven a {text-decoration:none;}
.naarboven a:hover {text-decoration:underline;
}

/* Clearing
----------------------------*/
.clear {
	clear:both;
    height:0;
    overflow:hidden;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}


/* styles for reviews/quotes 
-------------------------------------*/
blockquote { 
    padding: 0 10% 0 5%;
    font: italic 1.1em sans-serif; 
	line-height: 1.45em;
    color: #000; 
}
blockquote:before, blockquote:after { 
    display: block; 
    font-size: 300%; 
    color: #4169e1; 
}
blockquote:before { 
    content: open-quote; 
    margin-left: -10%; 
    height: 0; 
}
blockquote:after { 
    content: close-quote; 
    margin-left: 100%; 
    margin-top: -33px; 
    height: 33px; 
}
blockquote .writer {font-style:normal;}