/* steunkleuren:
	#E2001A - rood
	#E7E4EC- lichtgrijs/paars
	#f6f4f8 -lichtere versie
*/
body {
	text-align: center;
	margin: 0;
	font: 11px/ 16px Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background: #1c2558 url(../image/bg_body.png) repeat-x top left;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: none;
	outline: none;
	color: #e2001a;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: none;
	border-bottom: 2px solid #F9EAC9;
}

h1 {
	font: bold 18px/ normal arial, helvetica, sans-serif;
	color: #000;
}

div.content h1 {
	margin-bottom: 6px;
}

h2 {
	font: normal 18px/ normal arial, helvetica, sans-serif;
	color: #000;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	margin-bottom: 0.75em;
	font: bold 12px/ normal arial, helvetica, sans-serif;
}

h4 {
	font: bold 14px/ normal arial, helvetica, sans-serif;
	color: #000;
	margin-bottom: 0.75em;
}

h5 {
	font: bold 13px/ normal arial, helvetica, sans-serif;
	color: #000;
	margin-bottom: 0.5em;
}

h6 {
	font: bold 10px/ normal arial, helvetica, sans-serif;
	color: #000;
	margin-bottom: 0.5em;
}

.clearfix {
	width: 100%;
	overflow: hidden;
}

.clearFix:after {
     content: "."; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
}

.clearFix {display: inline-block;}


ul li a {
	color: #e2001a;
	text-decoration: none;
}

ul li a:hover {
	text-decoration: underline;
}

input,textarea,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body input,body textarea {
	border: none;
}

div#container {
	width: 860px;
	text-align: left;
	margin: 20px auto;
}

div#container.home {
	margin-top: 55px;
}

div.menu h1 {
	margin: 0 0px 10px 0px;
	position: relative;
}

div.menu h1 a {
	background: url(../image/logo.gif) no-repeat;
	display: block;
	width: 123px;
	height: 31px;
	text-indent: -1234em;
	overflow: hidden;
}

div#left {
	float: left;
	width: 720px;
}

/*
div#container.contentOrder div#left {
	width: 860px;
}

div#container.contentOrder div#main {
	width: 800px;
}

*/
div#right {
	float: left;
	width: 140px;
	overflow: hidden;
	color: #fff;
	display: inline;
	font-size: 0.9em;
	line-height: 100%;
	padding: 8px 0 0 0;
}

div#right li {
	margin: 0 0 .9em 0;
}

div#main,div#colLeft {
	float: left;
}

div#colLeft {
	position: relative;
	z-index: 1000;
	width: 159px;
}

#colLeft div#logoContainer img {
	position: relative;
	top: 28px;
	left: 11px;
	border: 0;
}

ul#mainMenu {
	position: relative;
	width: 100px;
	color: #FFF;
	margin-bottom: 5px;
}

div.header h1,div.header h2 {
	color: #FFF;
}

div#colLeft ul#mainMenu {
	margin-top: 55px;
}

#mainMenu li {
	line-height: normal;
	position: relative;
	text-align: left;
	display: block;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 2px;
}

div.brandstamp {
	width: 79px;
	height: 70px;
	background: url(../image/bg_brandstamp.png) no-repeat;
}

div#colLeft ul#mainMenu li {
	border-bottom: 1px solid #FFF;
}

div#colLeft ul#mainMenu ul li {
	border-bottom: 1px solid #e2001a;
}

#mainMenu li a {
	color: #e2001a;
	display: block;
	padding: 0 0 0 12px;
	text-decoration: none;
}

#mainMenu li a:hover {
	text-decoration: underline;
}

#mainMenu li a span {
	
}

div#colLeft #mainMenu li:hover a,div#colLeft #mainMenu li.sfhover a {
	background: #e2001a;
	color: #FFF;
}

div#colLeft #mainMenu li:hover a span,div#colLeft #mainMenu li.sfhover a span
	{
	color: #e2001a;
}

#mainMenu li ul {
	display: none;
	position: absolute;
	top: 0;
	left: 100px;
	margin-top: -1px;
	width: 164px;
	border: 1px solid #FFF;
}

#mainMenu li:hover ul,#mainMenu li.sfhover ul {
	display: block;
}

#mainMenu li ul a:hover {
	text-decoration: underline;
}

#mainMenu ul {
	
}

#mainMenu a {
	color: #FFF;
}

div#main {
	width: 660px;
	margin-left: 60px;
	background: #FFF;
	display: inline;
	overflow: hidden;
	padding-bottom: 60px;
}

div#main.article,div#main.content,div#winkelmandje.content,div#left div.taalzaken,div#left div.bestellen
	{
	padding: 16px;
	width: 628px;
	display: inline;
}

div#breadcrumbs {
	width: 100%;
	overflow: hidden;
}

#breadcrumbs ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block
}

#breadcrumbs ul li {
	display: inline;
	float: left;
	margin-right: 4px;
	color: #e2001a;
}

#breadcrumbs ul li a,#breadcrumbs ul li span {
	color: #FFF;
}

/* buttons / form */
input {
	padding: 3px;
}

div#container input.submitBtn,div#container input.resetBtn {
	background: #1C2558;
	border: none;
	color: #FFFFFF;
	margin: 2px 0;
	padding: 2px 6px;
	text-align: center;
	font-weight: normal;
	cursor: pointer;
	font-size: 11px;
}

div#container div#right input.submitBtn {
	width: 132px; /*135px;*/
	padding: 3px 0;
}

/* styles for homepage */
div#home {
	border-top: 2px solid #666;
}

div#home div#headerBar,div#home div#ph,div#home div#pictorialBar {
	width: 759px;
}

div#home div#ph {
	overflow: visible;
}

div#home div#headerBar {
	position: relative;
	height: 135px;
}

div#headerBar img {
	position: absolute;
}

div#headerBar img.logo {
	top: 43px;
	left: 22px;
}

div#headerBar img.banner {
	top: 43px;
	right: 0;
}

div#menuBar {
	position: relative;
	width: 100%;
	height: 193px;
	background: transparent;
}

div#menuBar div.teaser {
	background-repeat: no-repeat !important;
	background-position: right 0 !important;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 193px;
}

div#menuBar div.teaser div p {
	font-weight: bold;
}

div#menuBar div.teaser h2 {
	font: bold verdana, helvetica, sans-serif;
	display: block;
	margin: 5px 0 10px 0;
}

div#menuBar div.teaser p {
	line-height: 1.4em;
}

div#menuBar div.teaser a {
	color: #FFF;
}

div#menuBar div.teaser img {
	float: right;
	margin: 5px 0 12px 12px;
}

div#menuBar div.teaser img.bg {
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 0;
	margin: 0;
}

div.menuBackground {
	width: 180px;
	height: 225px;
	z-index: 100;
	background: url(../image/bg_menu.png) left bottom no-repeat;
}

div#menuBar div.menu {
	width: 180px;
	overflow: visible;
	height: 225px;
	position: absolute;
	left: 0;
	top: -32px;
	z-index: 100;
}

div#menuBar li,div#menuBar li a {
	color: #FFF;
	line-height: 1.2em;
}

div#menuBar li ul {
	background: #1c2558 url(../image/bg_body.png) repeat-x left -170px;
	padding: 10px 0;
}

div#pictorials,div#pictorialBar div#panels {
	float: left;
}

div#pictorials {
	background: #fff;
	margin-left: 60px;
	display: block;
	width: auto;
	display: inline;
	overflow: hidden;
	padding: 30px 0 60px 0;
}

div.pictorial {
	float: left;
	width: 330px;
	margin: 0;
}

div#pictorialBar div#panels {
	width: 206px;
}

div#pictorialBar div#loginPanel,div#pictorialBar div#searchPanel {
	float: left;
	padding: 16px 0;
	text-align: left;
	width: 100%;
}

div#loginPanel.loginInPanelSideBar p.betaText,div#loginPanel p.betaText
	{
	display: block;
	margin-right: 10px;
	text-align: right;
}

div#loginPanel.loginInPanelSideBar p.betaText a,div#loginPanel p.betaText a
	{
	display: block;
	float: none;
	text-decoration: underline;
}

div#loginPanel form {
	background: transparent;
}

div#panels h3,div#panels form,div#searchPanel a {
	margin-left: 17px;
}

div#panels a {
	float: left;
	clear: both;
	margin: 3px 20px;
	color: #FFF;
}

div#panels form legend {
	display: none;
}

div#pictorialBar div#searchPanel {
	margin-top: 16px;
	background: #E0DCDB;
	color: #000;
}

div#pictorialBar div#loginPanel {
	background: #e6e8d1 !important;
	color: #6a6d4b !important;
}

div#loginPanel input#rememberMe {
	background: transparent !important;
	border: 0px;
}

div#panels h3 {
	font-size: 14px;
	margin: 0 0 6px 17px;
	font-weight: bold;
}

div#right div.formRow {
	margin: 0 0 4px 0;
}

div#main input {
	border: 1px solid #cdc7d7;
	color: #444;
}

/******************************************/ /*  LOGIN PANEL 						  */
	/******************************************/
div#right h3 {
	color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
}

div#right a {
	text-decoration: none;
	color: #fff;
}

div#right a:hover {
	text-decoration: underline;
}

div#loginPanel {
	padding: 0 0 0 0;
	border-bottom: 1px solid #b79cda;
	margin: 0 0 0 8px;
	padding: 0;
}

div#loginPanel h3 {
	font-weight: bold;
	margin: 0 0 1em 0;
	font-size: 1.2em;
}

div#right legend {
	display: none;
}

div#right div#bannerMenu {
	margin: 16px 0 20px 8px;
	text-align: center;
}

div#loginPanel h3.noLogo {
	background: none !important;
	clear: both !important;
}

div#loginPanel p {
	margin: 0 0 0 0;
}

div#loginPanel span.loggedInUser {
	font-weight: bold;
}

div#loginPanel a {
	margin: 0 0 1.2em 0;
	padding: 0;
}

div#loginPanel div.formRow ul {
	margin: 10px 0;
}

div#loginPanel div.formRow ul li a {
	clear: none;
	float: none;
	font-weight: normal;
	margin: 0;
}

div#loginPanel div.formRow ul li a:hover {
	text-decoration: none;
}

div#loginPanel ul.userLinks {
	clear: both;
	margin-top: 10px;
}

div#loginPanel ul.userLinks li {
	margin-left: 17px;
}

div#loginPanel ul.userLinks li a {
	float: none;
	font-weight: normal;
	text-decoration: underline;
	color: #e95e11;
}

div#loginPanel ul#destinations {
	padding: 10px 0 0 0;
	border-top: 1px solid #b79cda;
}

div#loginPanel ul#destinations li {
	display: block;
}

div#loginPanel div.inlineLabel {
	margin-top: 8px;
}

div#myIDmodule div.inlineLabel {
	padding: 0 1em !important;
}

div#loginPanel div.inlineLabel input,div#myIDmodule div.inlineLabel input
	{
	display: inline;
}

div#loginPanel div.inlineLabel {
	margin-top: 8px;
}

div#myIDmodule div.inlineLabel {
	padding: 0 1em !important;
}

div#loginPanel div.inlineLabel input,div#myIDmodule div.inlineLabel input
	{
	display: inline;
}

div#loginPanel div.inlineLabel label,div#myIDmodule div.inlineLabel label
	{
	display: inline !important;
}

/*
div#loginPanel ul#destinations li#buyAbbo a {
	background: url(../image/icon_buy_abbo.gif) no-repeat 17px 5px;
}

div#loginPanel ul#destinations li#activateAbbo a {
	background: url(../image/icon_activate_abbo.gif) no-repeat 17px 5px;
}

div#loginPanel ul#destinations li#goAbbo a {
	background: url(../image/icon_abbo_go.gif) no-repeat 17px 5px;
}

div#loginPanel ul#destinations li#buyAbbo a:hover {
	background: url(../image/icon_buy_abbo_hover.gif) no-repeat 17px 5px;
}

div#loginPanel ul#destinations li#activateAbbo a:hover {
	background: url(../image/icon_activate_abbo_hover.gif) no-repeat 17px 5px;
}

div#loginPanel ul#destinations li#goAbbo a:hover {
	background: url(../image/icon_abbo_go_hover.gif) no-repeat 17px 5px;
}
*/
div#loginPanel ul#destinations li a {
	display: block;
	margin: 0;
	padding: 0;
}

div#searchPanel {
	padding: 30px 0 10px 0px;
	border-bottom: 1px solid #b79cda;
	margin: 0 0 20px 8px;
}

div#searchPanel h3 {
	font-size: 10px;
	margin-bottom: 5px;
}

div#panels label,div#panels input {
	display: block;
}

div#loginPanel label {
	margin: 4px 0;
	display: none;
}

div#right div.formRow input#zoekwoord {
	width: 130px;
	font-size: 1em;
}

div#loginPanel div#mijnId {
	padding-bottom: 5px;
}

div#loginPanel form#mijnId div.btns {
	margin-top: 5px;
}

div#panels input.button,div#panels input.submitBtn {
	border: 0;
	cursor: pointer;
}

div#loginPanel form#mijnId input#logIn,div#loginPanel form#mijnId input#pass
	{
	border: 1px solid #cdcfb6;
	color: #000 !important;
	display: block;
	padding: 3px;
	width: 130px;
	font-size: 1em;
}

div#searchPanel a {
	display: block;
	color: #e2001a;
	font-weight: bold;
	margin-top: 10px;
}

div#extraPanel {
	padding: 0px;
	margin: 0 0 0 8px;
}

/* end of styles for homepage */
div#container.content h2 {
	margin-bottom: 1em;
}

div.content ul,div.content p {
	margin-bottom: 1em;
}

div#container.content div.teaser {
	overflow: hidden;
}

div#container.content div.teaser div.header {
	background: #e2001a;
	padding: 10px 10px 10px 180px;
	font-family: Arial, Helvetica, sans-serif;
}

div#container.content div.teaser div#breadcrumbs {
	padding: 0 0 0 0;
	display: block;
}

div#container.content div.teaser div#articleMenu {
	padding: 10px 10px 10px 180px;
}

div.teaser div.teaserText {
	z-index: 20;
	color: #FFF;
	font-weight: bold;
	margin: 20px 25px 10px 179px;
}

div.teaser div.teaserText h2,div.teaser div.teaserText h3 {
	/*	font-size:12px;    */
	color: #FFF;
	font-weight: bold;
}

div#articleMenu {
	overflow: hidden;
	width: 100%;
	background: transparent;
	display: block;
	padding: 0px 0px 16px 0;
	background: transparent;
	min-height: 19px;
	width: 720px;
}

#articleMenu ul {
	margin: 0 0 0 0;
	padding: 3px 0 0 0;
	float: right;
}

div#container #articleMenu ul li {
	display: block;
	float: right;
	width: auto;
	margin-left: 18px;
	padding: 0 0 0 20px;
	height: 16px;
	color: #e2001a;
	font-size: 11px;
	font-weight: normal;
}

#articleMenu ul li a {
	font-size: 11px;
}

div#container #articleMenu ul li a {
	display: block;
	width: auto;
}

div#container #articleMenu li.email {
	background: url(../image/icon_email.gif) no-repeat top left;
}

div#container #articleMenu li.print {
	background: url(../image/icon_print.gif) no-repeat top left;
}

div#container #articleMenu li.overview {
	background: url(../image/icon_overview.gif) no-repeat top left;
}

div#container #articleMenu li.cart {
	background: url(../image/icon_shop.gif) no-repeat top left;
}

div#container #articleMenu li.status {
	background: url(../image/icon_status.gif) no-repeat top left;
}

div#container #main.opzoeken #articleMenu li.email {
	background: url(../image/icon_email_search.gif) no-repeat top left;
}

div#container #main.opzoeken #articleMenu li.print {
	background: url(../image/icon_print_search.gif) no-repeat top left;
}

div#container #main.opzoeken #articleMenu li.overview {
	background: url(../image/icon_overview_search.gif) no-repeat top left;
}

div#container #main.opzoeken #articleMenu li.cart {
	background: url(../image/icon_shop_search.gif) no-repeat top left;
}

div#container #main.opzoeken #articleMenu li.status {
	background: url(../image/icon_status_search.gif) no-repeat top left;
}

div#container #main.ondersteuning #articleMenu li.email {
	background: url(../image/icon_email_support.gif) no-repeat top left;
}

div#container #main.ondersteuning #articleMenu li.print {
	background: url(../image/icon_print_support.gif) no-repeat top left;
}

div#container #main.ondersteuning #articleMenu li.overview {
	background: url(../image/icon_overview_support.gif) no-repeat top left;
}

div#container #main.ondersteuning #articleMenu li.cart {
	background: url(../image/icon_shop_support.gif) no-repeat top left;
}

div#container #main.ondersteuning #articleMenu li.status {
	background: url(../image/icon_status_support.gif) no-repeat top left;
}

div#container #main.actueel #articleMenu li.email {
	background: url(../image/icon_email_actueel.gif) no-repeat top left;
}

div#container #main.actueel #articleMenu li.print {
	background: url(../image/icon_print_actueel.gif) no-repeat top left;
}

div#container #main.actueel #articleMenu li.overview {
	background: url(../image/icon_overview_actueel.gif) no-repeat top left;
}

div#container #main.actueel #articleMenu li.cart {
	background: url(../image/icon_shop_actueel.gif) no-repeat top left;
}

div#container #main.actueel #articleMenu li.status {
	background: url(../image/icon_status_actueel.gif) no-repeat top left;
}

div#container #main.taalzaken #articleMenu li.email {
	background: url(../image/icon_email_taalzaken.gif) no-repeat top left;
}

div#container #main.taalzaken #articleMenu li.print {
	background: url(../image/icon_print_taalzaken.gif) no-repeat top left;
}

div#container #main.taalzaken #articleMenu li.overview {
	background: url(../image/icon_overview_taalzaken.gif) no-repeat top left
		;
}

div#container #main.taalzaken #articleMenu li.cart {
	background: url(../image/icon_shop_taalzaken.gif) no-repeat top left;
}

div#container #main.taalzaken #articleMenu li.status {
	background: url(../image/icon_status_taalzaken.gif) no-repeat top left;
}

div#container #main.overvandale #articleMenu li.email {
	background: url(../image/icon_email_overvandale.gif) no-repeat top left;
}

div#container #main.overvandale #articleMenu li.print {
	background: url(../image/icon_print_overvandale.gif) no-repeat top left;
}

div#container #main.overvandale #articleMenu li.overview {
	background: url(../image/icon_overview_overvandale.gif) no-repeat top
		left;
}

div#container #main.overvandale #articleMenu li.cart {
	background: url(../image/icon_shop_overvandale.gif) no-repeat top left;
}

div#container #main.overvandale #articleMenu li.status {
	background: url(../image/icon_status_overvandale.gif) no-repeat top left
		;
}

#articleMenu ul li a {
	color: #FFF;
}

div.pagination {
	height: 20px;
	padding: 4px;
	text-align: center;
	margin: 0px auto;
}

div.bottomPagination {
	border-top: 1px solid #63388B;
}

#main.opzoeken div.pagination {
	background: #F8F2D4;
}

div.pagination ul {
	padding: 2px 0 0 24px;
	text-align: center;
	margin: 0px auto;
}

div.pagination ul li {
	display: inline;
	border-right: 1px solid #E2001A;
	font-weight: bold;
	margin-right: 4px;
}

div.pagination ul li.last {
	border: none;
}

div.pagination ul li span {
	color: #000;
}

div.pagination ul li span.counter {
	padding-left: 6px;
}

div.productDetails {
	width: 384px;
	float: left;
}

div.productDetailsExtras {
	padding: 0px 8px;
	width: 130px;
	float: left;
}

ul#productList,ul#orderDirectlyTeasers {
	background: #FFF;
	width: 100%;
	clear: both;
	overflow: hidden;
}

ul#productList dl {
	float: left;
	color: #666;
	font-size: 11px;
}

ul#productList dl dd {
	font-weight: bold;
}

ul#productList p.price {
	color: #E2001A;
	font-weight: bold;
	font-size: 17px;
}

ul#productList li.odd,ul#productList li.even,ul#orderDirectlyTeasers li.odd,ul#orderDirectlyTeasers li.even
	{
	border-top: 1px solid #63388b;
	clear: both;
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
}

ul#productList div.right {
	padding: 4px 0 8px 0;
	width: 550px;
	position: relative;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	overflow: hidden;
	float: right;
}

ul#orderDirectlyTeasers div.left,ul#orderDirectlyTeasers div.right {
	padding: 10px 0;
	width: 550px;
	display: inline;
	position: relative;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

div.copyright {
	display: none;
	display: hidden;
}

body #productList div.edition.nopic {
	margin-top: 84px;
}

body #productList div.left {
	background: #FFF;
	width: 94px;
	padding-left: 10px;
	float: left;
}

#productList div.edition {
	font-size: 11px;
	color: #4F4F4F;
}

#productList div.edition.nopic {
	margin-top: 84px;
}

#productList div.price {
	color: #4F4F4F;
}

#productList div.price span,#productDetails dd.price span,div#orderDirectlyTeasers dd.price span
	{
	font: bold 17px Verdana, Arial, Helvetica, sans-serif;
	color: #e2001a;
}

#productList div.left img {
	margin-bottom: 15px;
	width: 96px;
}

#productList div.right span.isbn {
	color: #8C8C8C;
	font-size: 11px;
	font-weight: normal;
}

#productList div.right h3,#productList div.right p,#productList div.right ul
	{
	margin: 0 10px;
	text-align: left;
}

#productList div.right h3 {
	font-weight: bold;
	margin: 0 10px;
	font-size: 1.2em;
}

#productList div.right h3 a {
	color: #000;
}

#productList li p {
	font-weight: normal;
}

#productList div.right ul,#orderDirectlyTeasers div.teaser ul {
	margin-top: 10px;
}

ul.productIcons {
	
}

div#container ul.productIcons li {
	display: inline;
	float: left;
	width: 28px;
	height: 20px;
	padding: 0 10px 0 0;
	height: auto;
}

#productList div.right li a,#orderDirectlyTeasers div.teaser li a {
	color: #e2001a;
	text-decoration: none;
}

#productList div.right li a:hover,#orderDirectlyTeasers div.teaser li a:hover
	{
	text-decoration: underline;
}

div#container.content ul#orderDirectlyTeasers div.teaser {
	width: 298px;
	padding: 16px;
	display: block;
	float: left;
}

/* Styles for subhome pages */ /* Subhome header */
div.header ul#subMenu li {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #e2001a;
	padding: 2px 0 7px 0;
	height: auto;
}

ul#subMenu li a:hover {
	
}

div.titleBar ul,div.titleBar div,div.titleBar img {
	float: left;
}

div.titleBar ul {
	width: 270px;
}

div.overvandale div.titleBar ul {
	width: 230px;
}

div.titleBar ul li {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 14px 0 1px 87px;
	height: auto;
}

div.overvandale div.titleBar ul li {
	padding: 14px 0 1px 67px;
}

div.titleBar ul li a {
	color: #FFF;
	text-decoration: none;
}

div.titleBar ul li a:hover {
	text-decoration: underline;
}

#subhome div.titleBar div div {
	width: 270px;
}

div#subhome.overvandale div.titleBar div div {
	width: 310px;
}

#subhome.kantoren div.titleBar div div {
	background: url(../image/effectievecommunicatie.gif) no-repeat 9px
		bottom;
}

#subhome.kantoren div.titleBar {
	background: #003867;
}

#subhome.taalprofessionals div.titleBar div div {
	background: url(../image/taalhulpmiddelenvoorpros.gif) no-repeat 9px
		bottom;
}

#subhome.taalprofessionals div.titleBar {
	background: #006241;
}

#subhome.schoolstudie div.titleBar div div {
	background: url(../image/nuttignaslagwerk.gif) no-repeat 35px bottom;
}

#subhome.schoolstudie div.titleBar {
	background: #A10000;
}

#subhome.thuis div.titleBar div div {
	background: url(../image/hetmooistecadeau.gif) no-repeat 32px bottom;
}

#subhome.thuis div.titleBar {
	background: #EC8A00;
}

#subhome div.titleBar div div img {
	float: right;
}

/* Subhome producten */
div.pictBar img {
	float: right;
}

#subhome div.pictorials {
	float: left;
	width: 420px;
}

#subhome div.pictorial {
	float: left;
	width: 190px;
	padding: 10px;
}

div.pictorial.left {
	clear: left;
}

div.pictorial div,div.pictorial ul {
	float: left;
}

div.pictorial ul {
	margin-top: 1em;
}

div.pictorial div h3,div.pictorial div p {
	margin: 0 0 10px 0;
}

div.pictorial div h3 a {
	color: #000;
}

div.pictorial div {
	float: left;
	width: 188px;
	overflow: hidden;
	padding: 10px 0;
}

div.pictorial div.imgHolder {
	width: 120px;
	text-align: center;
	float: left;
}

div.pictorial div img {
	
}

div.pictorial h3 {
	font: bold 12px;
	margin-bottom: .3em;
}

div.pictorial li {
	float: left;
	display: inline;
	padding-left: 30px;
}

div.pictorial ul.productIcons li {
	padding-left: 0;
}

div.metaNav {
	width: 840px;
	margin: 0 auto 100px auto;
	padding: 20px 90px 20px 0;
	color: #7e8ce3;
	font-size: 9px;
	text-align: center;
	clear: both;
}

div.metaNav a {
	color: #a5b1ff;
	font-size: 11px;
	font-weight: bold;
}

div#productGroups ul {
	float: left;
	width: 50%;
}

div#productGroups ul li {
	background: #FFF;
	margin: 0 12px 24px 15px;
	text-align: center;
}

div#productGroups ul li {
	padding: 20px 5px 8px;
}

div#productGroups ul li a {
	display: block;
}

div#productGroups ul li img {
	margin-bottom: 12px;
}

/* Product detail page */
div#productDetails {
	background: #FFF;
	overflow: hidden;
}

div#productDetails div.box.left,div#productDetails div.box.right {
	float: left;
}

div#productDetails div.box.left {
	width: 375px;
	padding: 16px;
	padding-bottom: 1em;
}

div#productDetails div.box.left span {
	color: #e2001a;
	font-weight: bold;
}

h2,div#breadcrumbs {
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}

div#productDetails div.box.left span.incart {
	display: block;
	clear: both;
	margin-left: 178px;
}

div#productDetails div.box.right {
	width: 237px;
	padding: 8px;
}

div#pdTop,div#pdBottom {
	overflow: hidden;
}

div#pdTop,div#pdBottom {
	width: 100%;
	overflow: hidden;
}

div#pdTop {
	border-bottom: 1px solid #63388B;
}

div#pdTop div.box.left img.title {
	float: left;
	margin: 15px 0 0 0;
}

div#pdTop div.box.left div div {
	float: left;
	margin-top: 18px;
	width: 178px;
	overflow: hidden;
}

div#pdTop div.box.left div {
	clear: left;
}

div#pdTop div.box.left dl,div#orderDirectlyTeasers dl {
	float: left;
	margin-top: 100px;
	display: inline;
	width: 190px;
}

div#pdTop div.box.left dt,div#pdTop div.box.left dd,div#orderDirectlyTeasers dt,div#orderDirectlyTeasers dd
	{
	float: left;
	color: #8C8C8C;
	font-size: 11px;
}

div#pdTop div.box.left dt,div#orderDirectlyTeasers dt {
	clear: left;
	width: 70px;
}

div#pdTop div.box.left dd,div#orderDirectlyTeasers dd {
	width: 120px;
}

div#pdTop div.box.left dd.price,div#orderDirectlyTeasers dd.price {
	font-size: 9px;
	color: #B8B8B8;
}

div#pdTop div.box.right {
	padding: 8px;
	width: 237px;
}

div#productDetails div.box ul {
	margin: 10px 13px;
}

div#productDetails div.box li {
	list-style: disc outside none;
	font: normal normal normal 11px/ 16px Verdana, Arial, Helvetica,
		sans-serif;
	color: #000;
}

div#pdBottom div.box.left div {
	overflow: hidden;
}

div#pdBottom div.box.left span.multLic {
	color: #FFF;
	margin: 0;
}

div#pdBottom div.contextLinks ul {
	margin: 0;
}

div#pdBottom div.contextLinks li {
	list-style: none;
}

div#pdBottom div.box.left a {
	font-weight: bold;
}

div#pdBottom div.contextLinks a,div#pdBottom div.contextLinks li {
	color: #FFF;
}

div#pdBottom div.contextLinks a:hover span {
	text-decoration: none;
}

div#pdBottom div.contextLinks {
	background: #E2001A;
	padding: 10px;
}

div#pdBottom div.box.left h3 {
	font-weight: bold;
	margin-top: 1em;
}

div#pdBottom div.box.right ul {
	overflow: hidden;
}

div#pdBottom div.box.right li {
	width: 100%;
	overflow: hidden;
	list-style: none;
	border-bottom: 1px solid #63388B;
	padding-bottom: 8px;
}

div#pdBottom div.box.right img,div#pdBottom div.box.right ul {
	margin: 0px;
}

div#pdBottom div.box.right li img {
	margin: auto;
}

div#pdBottom div.box.right li div {
	float: left;
	padding: 0px;
}

div#pdBottom div.box.right div {
	padding: 12px 16px;
	color: #000;
	width: 237px;
}

div#pdBottom div.box.right div.pic {
	padding: 0;
	background: #FFF;
	width: 75px;
}

div#pdBottom div.box.right li h4 {
	font: normal normal bold 10px/ normal verdana, arial, helvetica,
		sans-serif;
	color: #000;
	margin-bottom: 0.3em;
}

div#pdBottom div.box.right li span {
	font-size: 11px;
}

div#pdBottom div.box.right li p {
	text-align: right;
	color: #e2001a;
	font-weight: bold;
}

/* Styles for popup */
body.popup div#container {
	margin: 30px auto;
	font: 11px/ normal Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	width: 400px;
}

body.popup div.content {
	padding: 0;
}

body.popup h2,body.popup h3 {
	font: bold 18px/ normal Verdana, Arial, Helvetica, sans-serif;
	margin: 1em 0 0.5em;
	color: #fff;
}

body.popup h3 {
	font-size: 14px;
}

body.popup p {
	margin: 0.75em 0 1.5em;
}

body.popup li {
	color: #F93;
}

body.popup ul,body.popup li a {
	color: black;
}

body.popup div#container div.header {
	background: url(../image/logo.gif) no-repeat left top;
	height: 40px;
	padding: 1em;
}

body.popup div#container img {
	display: block;
	margin: 0 auto;
	margin-bottom: 2em;
}

body.popup div#container a {
	font: bold 11px;
}

body.popup div#container div {
	text-align: center;
}

body.popup div#container div.content {
	text-align: left;
	padding: 1em;
}

body.popup div#container div.content img {
	float: left;
}

/* Search */
div#main div#searchResults {
	width: 330px;
}

div.textAds {
	display: block;
	text-align: center;
}

div#searchResults div.textAds * {
	text-align: left;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

div#main div#colRight {
	text-align: right;
	width: 310px;
}

div#main div#colRight ul {
	margin-bottom: 1em;
}

div#main div#colRight input {
	display: block;
	margin: 0.5em 0;
}

div#main div#colRight li a {
	color: #000;
}

div#main div#colRight form {
	margin: 1em 0;
}

form#searchForm legend {
	display: none;
}

div#main div#colRight input {
	background: #F8F2D4;
	border: 1px solid #000;
}

div#main div#colRight input.button {
	background: #B39E5A;
	border: 0;
}

div#main div#colRight legend {
	display: none;
}
/*
div#searchResults div {
	margin-bottom: 1em;
}
*/
div#searchResults div.teaser {
	padding-bottom: 2em;
	border-bottom: 1px solid #444;
}

div#searchResults div.teaser img {
	float: left;
	margin: 0.5em 1em 1em 0;
}

div#searchResults div#results {
	
}

/* Result styles */

.pnn4web_a {
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	font-family: "Times New Roman", serif;
	margin-left: 0.3em;
}

.pnn4web_b {
	
}

.pnn4web_c {
	
}

.pnn4web_d {
	color: #ff8000;
	font-size: 1.25em;
	font-weight: bold;
}

.pnn4web_e {
	color: #FF8000;
	padding-left: 0.8em;
	font-weight: bold;
}

.pnn4web_f {
	font-size: 0.7em;
	vertical-align: -5%;
}

.pnn4web_g {
	font-size: 0.7em;
	vertical-align: 30%;
}

.pnn4web_h {
	color: #ff8000;
	font-weight: 700;
	font-size: 0.7em;
	vertical-align: 30%;
}

.pnn4web_i {
	color: #F8F2D4;
	border: none;
	width: 5px;
	height: 10px;
	float: left;
	display: block;
	font-size: 0px !important;
	line-height: 0px !important;
}

/* removed for indent 
	display: none;
	visibility: hidden;
	font-weight: 700;
	font-size: 0.4em;

	vertical-align: 30%;
*/

.pnn4web_j {
	font-size: 0.5em;
	vertical-align: 30%;
}

.pnn4web_k {
	font-style: oblique;
}

.pnn4web_l {
	font-style: normal;
}

.pnn4web_m {
	text-decoration: underline;
}

.pnn4web_n {
	font-size: 0.85em;
	vertical-align: 4%;
}

.pnn4web_o {
	border-color: #FCA37E;
	background-color: #FFFFE0;
}

.pnn4web_p {
	background-color: #FDC19F;
}

.pnn4web_b  ::-moz-selection {
	background: #FEE0BF;
}

.pnn4web_b  ::selection {
	background: #FEE0BF;
}


/* Order directly */
div#orderDirectly {
	background: #e7e4ec url(../image/bg_orderdirectly.gif) no-repeat 440px
		8px;
	padding: 20px 140px 50px 24px;
}

div#orderDirectly h1,div.productoverview h1 {
	color: #FFF;
}

div#orderDirectly p {
	margin-bottom: 1em;
}

div#orderDirectly legend {
	display: none;
}

div#orderDirectly select {
	width: 550px;
	background: #f2f0f4;
	border: 2px inset #BBB;
}

div#orderDirectlyTeasers div.odd,div#orderDirectlyTeasers div.even {
	width: 100%;
	overflow: auto;
	border-bottom: 1px solid #EAD9AF;
}

div#orderDirectlyTeasers div.odd {
	background: transparent url(../image/bg_orderTeaser.png) repeat-y top
		right;
}

div#orderDirectlyTeasers div.even {
	background: transparent url(../image/bg_orderTeaser.png) repeat-y top
		left;
}

div#orderDirectlyTeasers div.teaser {
	width: 359px;
	float: left;
}

div#orderDirectlyTeasers div.teaser h6 {
	font-family: verdana, arial, helvetica, sans-serif;
	margin-top: 6px;
	text-align: center;
}

div#orderDirectlyTeasers div.teaser div.product {
	width: 339px;
	overflow: auto;
	padding: 5px 5px 5px 15px;
	background: #FFF;
}

div#orderDirectlyTeasers div.teaser div div,div#orderDirectlyTeasers div.teaser div dl
	{
	float: left;
}

div#orderDirectlyTeasers div.teaser div.product div {
	width: 140px;
	overflow: hidden;
}

div#orderDirectlyTeasers div.teaser div ul {
	padding: 30px 0 10px;
	width: 100%;
	overflow: auto;
}

div#orderDirectlyTeasers div.teaser div li {
	float: left;
	padding-left: 60px;
}

div#orderDirectlyTeasers dl {
	margin-top: 32px;
}

/* context menu */ /* context menu */
div.contextMenu {
	width: 440px;
}

div.contextMenu h5 {
	background: #E2001A;
}

div.contextMenu.floating {
	float: right;
	margin: 10px;
	display: inline;
	width: 165px;
}

div.contextMenu.floating ul {
	margin: 0px;
	border-bottom: 20px solid #FFF;
}

div.contextMenu.floating div.contextMenu.floating {
	float: right;
	border-top: 20px solid #fff;
	margin: 0 0 0 0;
	width: 165px;
}

ul.generalLinkMenu {
	background: #F6F4F8;
	margin: 0px;
}

ul.generalLinkMenu li {
	border-bottom: 1px solid #FFF;
	display: block;
}

ul.generalLinkMenu li a {
	margin: 4px;
	font-weight: bold;
	display: block;
}

div.pictBar {
	float: left;
}

div.contextMenu h5 {
	padding: 4px;
	margin: 0;
	color: #FFF;
}

div.contextMenu ul span {
	color: #000;
}

div#customerService div.contextMenu li span {
	display: block;
	color: #000;
	font-weight: normal;
}

div.contextMenu li,div.contextMenu a {
	color: #e2001a;
}

div.contextMenu li {
	padding: 4px;
}

div.contextMenu li.odd {
	background: #f6f4f8;
}

div.contextMenu li.even {
	background: #E7E4EC;
}

/* style customer service */ /* false friends */
table#valsevrienden {
	background: #ABACBD;
}

table#valsevrienden th {
	color: #FFF;
}

table#valsevrienden th,table#valsevrienden td {
	padding: 4px;
	width: 118px;
}

table#valsevrienden tr.odd {
	background: #FFF;
}

table#valsevrienden tr.even {
	background: #E6E5F1;
}

form#formFalseFriends {
	background: transparent;
}

form#formFalseFriends fieldset {
	padding: 2em 0;
	background: #E7E4EC;
}

form#formFalseFriends legend {
	display: none;
}

form#formFalseFriends fieldset {
	text-align: center;
}

form#submitFalseFriends,form#submitContactAfkorting {
	width: 425px;
}

/* contact term definitions */
ul#abbrPagination {
	width: 100%;
	overflow: auto;
	margin: 2em 0;
}

ul#abbrPagination li {
	float: left;
	color: #000;
	padding-right: 3px;
}

ul#abbrPagination li a {
	color: #e2001a;
	padding-left: 3px;
}

div#abbrWith dl {
	margin: 1.5em 0;
}

div#abbrWith dt {
	font-weight: bold;
}

div#abbrWith dd p {
	margin: 0;
}

/* General form */
div.content form {
	background: #E7E4EC;
}

/* search form */
div.searchForm {
	margin: 1em 0;
	overflow: hidden;
}

form#searchForm {
	margin: 1em 0;
	background: #E7E4EC;
}

form#searchForm legend {
	display: none;
	padding: 5px 10px;
	font-weight: bold;
}

form#searchForm div {
	vertical-align: middle;
	margin: 0 0 0 32px;
	display: block;
	padding: 1em 0;
	overflow: hidden;
}

form#searchForm input.button {
	margin-left: 6px;
}

form#searchForm input#searchQuery {
	width: 187px;
	float: none;
}

form#searchForm div.formRow {
	width: 100%;
	overflow: auto;
}

form#searchForm div.formRow input,form#searchForm div.formRow textarea {
	margin: 0.5em 0;
}

form#searchForm div.formRow label {
	float: left;
	margin: 0.5em 0 0 4px;
	clear: both;
}

form#searchForm input,form#searchForm span {
	float: left;
	margin: 6px 0;
	padding: 2px;
}

form#searchForm input {
	border: 1px solid #ABACBD;
}

form#searchForm input.button {
	padding: 1px;
	float: none;
}

form#searchForm span {
	display: block;
}

form#searchForm span,form#searchForm a {
	color: #e2001a;
	font-weight: bold;
}

/* Newsletter form */
form#newsletterForm table tbody,form#newsletterForm table thead td,form#newsletterForm table tr.bottom
	{
	background: #E7E4EC;
	color: #000;
}

form#newsletterForm table thead td {
	padding: 1em 4px;
}

/* shopping cart */
table#orders {
	width: 100%;
	background: #93C7ED;
	margin: 0 0 2em;
}

table#orders tr.odd {
	background: #F7F9FD;
}

table#orders tr.even {
	background: #D5E9F9;
}

table#orders th {
	color: #FFF;
}

table#orders th,table#orders td {
	padding: 5px;
}

table#orders th.name {
	width: 280px;
}

table#orders th.price,table#orders td.price {
	text-align: right;
	width: 70px;
}

table#orders th.button,table#orders td.button {
	text-align: center;
}

table#orders td a {
	color: #000;
}

table#orders td.button a {
	color: #e2001a;
}

/* news / press releases */
body.license table,body.license td {
	border: 0 !important;
	border-collapse: separate;
	border-color: #FFF;
}

body.license table td {
	padding: 2px;
	width: 140px !important;
}

body.license td p {
	margin: 0;
}

div#puzzle img {
	margin-bottom: 4em;
}

div#puzzle table {
	width: 432px;
}

div#puzzle form {
	margin: 4em 0;
	background: none;
}

div#puzzle dl {
	overflow: auto;
	margin: 0.5em 0 2em;
}

div#puzzle dt,div#puzzle dd {
	float: left;
	margin: 0.5em 0;
}

div#puzzle dt {
	clear: left;
	width: 40px;
	text-align: right;
	padding-right: 1.5em;
}

div#puzzle dd {
	width: 400px;
}

div.content table {
	margin-bottom: 2em;
}

div.content legend {
	display: none;
}

div.content table th,div.content table td {
	padding: 4px;
}

div.content table,div.content th {
	font-weight: bold;
}

div.content td.index {
	width: 20px;
	text-align: right;
}

div#puzzle td {
	font-weight: normal;
}

div.content table thead {
	background: #888;
	color: #FFF;
}

div.content table thead td {
	padding-bottom: 1em;
}

div.content tr {
	vertical-align: top;
}

div.content tr.even {
	background: #E7E4EC;
}

div.content tr.bottom {
	height: 16px;
	background: #f6f4f8;
}

div.content table tbody {
	background: #FFF;
	color: #000;
}

div.content table tbody a {
	color: #e2001a;
}

div#woordvandeweek form ul {
	width: 400px;
}

div#woordvandeweek form li {
	width: 388px;
}

div#woordvandeweek form ul,div#puzzle ul {
	margin: 2em 0;
	overflow: auto;
	background: #84BED8;
	padding-bottom: 2em;
}

div#woordvandeweek form li,div#puzzle li {
	overflow: auto;
	padding: 0.5em 0.5em 0.5em 45px;
	font-weight: bold;
	color: #FFF;
}

div#woordvandeweek form li {
	background: #FFF;
	color: #000;
	padding: 0.5em 6px;
}

div#woordvandeweek form li.header {
	background: #84BED8;
	color: #FFF;
}

div#puzzle li.odd,div#puzzle li.even {
	padding: 0.5em;
	color: #000;
	font-weight: normal;
}

div#puzzle li.odd {
	background: #FFF;
}

div#puzzle li.even {
	background: #D7ECFD;
}

div#puzzle li span {
	float: left;
	width: 290px;
	padding-left: 40px;
}

div#woordvandeweek form li label {
	float: left;
	width: 180px;
}

div#puzzle li span span {
	width: 30px;
	padding: 0;
	margin-left: -40px;
	text-align: right;
}

div#woordvandeweek form li input,div#woordvandeweek form li textarea,div#puzzle li input
	{
	float: right;
}

div#woordvandeweek form li input,div#woordvandeweek form li textarea {
	width: 180px;
}

div#valsevrienden legend,div#woordvandeweek legend,div#contactafkortingen legend
	{
	display: none;
}

div#valsevrienden form ul,div#contactafkortingen form ul,div#woordvandeweek ul
	{
	margin: 2em 0;
	overflow: auto;
	background: #ABACBD;
	padding-bottom: 2em;
}

div#woordvandeweek form {
	background: none;
}

div#valsevrienden form li,div#contactafkortingen form li,div#woordvandeweek li
	{
	overflow: auto;
	background: #E6E5F1;
	padding: 0.5em;
	color: #000;
}

div#woordvandeweek li {
	background: none;
	color: #FFF;
	padding-left: 25px;
}

div#woordvandeweek li span {
	float: left;
	width: 20px;
	margin-left: -20px;
}

div#woordvandeweek li.odd {
	color: #000;
	background: #FFF;
}

div#woordvandeweek li.even {
	color: #000;
	background: #D7ECFD;
}

div#valsevrienden form li.header,div#contactafkortingen form li.header {
	font-weight: bold;
	background: transparent;
	color: #FFF;
}

div#valsevrienden form li label,div#contactafkortingen form li label {
	float: left;
	width: 150px;
}

div#valsevrienden form li label span,div#contactafkortingen form li label span
	{
	width: 30px;
	padding: 0;
	margin-left: -40px;
	text-align: right;
}

div#valsevrienden li input,div#valsevrienden li textarea,div#contactafkortingen li input,div#contactafkortingen li textarea
	{
	float: right;
	width: 250px;
}

div.trivia {
	margin: 3em 0;
}

div.trivia div {
	width: 400px;
	margin: 2em 0;
	padding-bottom: 1em;
	background: #AAA;
}


div.trivia h2,div.trivia h3 {
	padding: 4px;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.trivia h2 {
	color: #FFF;
	margin-bottom: 1em;
}

div.trivia h3 {
	color: #000;
	font-style: normal;
	font-weight: normal;
	background: #F6F4F8;
}

div.trivia h4 {
	font-size: 12px;
	margin-bottom: 0;
}

div.trivia p {
	font-style: italic;
}

div#woordvandeweek ul {
	background: #84BED8;
}

div#subscriptionModule div.mijnIdLinks li a {
	color: #CC0000;
	font-weight: bold;
}

/*++++++++++++++++++++++++++++++++++++
// LEMMA VIEW
// 12/14/2007 - Edwart Visser
//++++++++++++++++++++++++++++++++++++*/
div#results table.g1f {
	width: 100%;
	border-collapse: collapse;
}

/* woord + meervoud en vervoegingen */
div#results table.g1f td.g1g {
	color: #ff8000;
}

/* woord */
div#results table.g1f td.g1g span.gl.g1r {
	font-size: 1.2em;
	font-weight: bold;
}

div#results table.g1f td.g1g span.gl span.g5 {
	font-size: 0.6em;
	position: relative;
	top: -8px;
}

/* meervoud en vervoegingen */
div#results table.g1f td.g1g span.gg {
	font-size: 1em;
}

/* geslacht van woord */
div#results table.g1f td.g1g span.gg span.g6 {
	vertical-align: super;
	font-size: 0.8em;
}

div#results table.g1f tr td {
	padding: 0;
	vertical-align: top;
	width: auto;
}

/* eerste kolom */
div#results table.g1f td.g1h {
	width: 10px;
}

/* tweede kolom (getal) */
div#results table.g1f td.g1i {
	width: 20px;
	font-weight: bold;
	padding: 2px 0 4px 0;
}

/* derde kolom */
div#results table.g1f td.g1j {
	padding: 2px 0 4px 0;
}

/* overruled om zoekresultaten goed te tonen t.o.v. banner */
div#main div#searchResults {
	width: auto !important;
}

div #vdBanner {
	float: right;
	margin: 0 0 0 20px;
}

div#colRight {
	display: none !important;
}

div.overvandale table thead,div.overvandale table tr.bottom,div.overvandale table tbody
	{
	background: #E7E4EC;
	color: #000;
}

div.overvandale form {
	background: #E7E4EC;
	padding: 8px;
}

/* overrule mijnID styles */
form#myIDform div#myIDerror ul li {
	color: #ff0000 !important;
	margin-bottom: .5em !important;
}

div.submitRow {
	background: #9DACC3;
	margin-top: 2em;
}

/*
.btnMyIDsubmit {
	background: #2B4A7D;
	color: #FFFFFF;
	border: 1px solid #fff;
	padding:5px 10px 6px 7px !important;
}*/
#myIDform p {
	padding: 0 1em;
}

form#myIDform .myIDcheckbox label a {
	text-decoration: underline !important;
}

fieldset#clientInfo div.frmRow span.myIDhint {
	color: #e2001a;
	display: block;
	font-size: 90%;
	text-align: right;
}

fieldset#clientInfo div.frmRow.mijnIdCaptcha img {
	float: left;
	margin: 1em 0 0.5em 220px;
}

fieldset#clientInfo div.frmRow.mijnIdLinks ul {
	margin-top: 1em;
}

fieldset#clientInfo div.frmRow.mijnIdLinks ul li {
	list-style-type: square;
	margin: 0 0 4px 0;
	padding: 0;
}

input#butSubmitSubscription {
	cursor: pointer;
}

/* foutmeldingen resend bevestigingsmail */
.reasonsForFail {
	list-style-image: square;
	margin: 0 0 1em 15px;
}

div#main .reasonsForFail li {
	list-style-type: square !important;
	color: #FF0000;
}

/* correct plaatsen zoekveld */
#searchPanel h3 {
	color: #fff;
}

#searchPanel .button {
	margin-top: 1em;
	padding: 2px 0 !important;
}

#searchPanel .formRow input {
	border: 1px solid #CCC;
	display: block;
	padding: 3px;
	width: 123px;
}

/* subscription form */
form#frmRegisterNewSubscription,div#orderByMail form,.confirmationNavForm,form#frmMijnIdSignup
	{
	background: none !important;
}

.confirmationNavForm {
	float: left;
}

form#frmRegisterNewSubscription fieldset,div#orderByMail form fieldset {
	margin-bottom: .7em;
}

form#frmRegisterNewSubscription legend,form#frmMijnIdSignup legend {
	font-weight: bold;
	font-size: 108%;
}

form#frmRegisterNewSubscription h2,form#frmMijnIdSignup h2 {
	font-size: 1.3em;
}

form#frmRegisterNewSubscription input,form#frmMijnIdSignup input {
	border: 1px solid #CCC;
	padding: 3px;
}

form#frmRegisterNewSubscription input.fldCheckBox {
	border: none;
}

form#frmRegisterNewSubscription h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: .7em;
}

form#frmRegisterNewSubscription {
	margin-top: 3em;
}

div.subscriptionGroup {
	border-top: 1px dotted #CCC;
	overflow: hidden;
	padding-top: 4px;
	margin: 4px 0 18px 0;
	width: 100%;
}

div.subscriptionGroup p {
	font-weight: bold;
}

div.subscriptionGroup img {
	float: left;
	margin-right: 10px;
}

.toggleRegion {
	margin: 1em 0;
}

.productListing div.rowSubscription {
	background: #f6f4f8;
	float: left;
	padding: 14px;
	position: relative;
	margin: 0 8px 8px 0;
	padding: 8px;
	margin-bottom: 8px;
	width: 44%;
}

.extraCompanyInformation div.rowSubscription {
	padding: 8px;
	margin-bottom: 8px;
	overflow: hidden;
}

.submitRow {
	background: none !important;
	margin-top: 8px !important;
}

.productListing div.selectedSubscription {
	background: #E7E4EC;
}

div.rowSubscription p {
	margin-bottom: .7em;
}

div.subscriptionError {
	background-color: #C00;
	padding: 8px;
	color: white;
	margin: 1em 0 1em 0;
	display: none;
}

div.subscriptionError a {
	color: #fff;
}

div.subscriptionSelect {
	width: 20px;
	float: left;
}

div.subscriptionInfo {
	width: 244px;
	padding-right: 12px;
	float: left;
}

div.subscriptionInfo ul,div.subscriptionInfo ul li {
	list-style-type: disc
}

div.subscriptionInfo ul {
	margin-left: 14px;
}

div.subscriptionInfo label {
	font-size: 1.3em;
	font-weight: bold;
}

div.subscriptionInfo p.discountInfo {
	color: #ff0000;
}

div.chooseLicense {
	float: left;
	line-height: 25px;
}

div.chooseLicense label {
	font-weight: bold;
}

div.chooseLicense input {
	margin-right: 6px;
	width: 40px;
}

span.priceError {
	color: #ff0000;
	font-weight: bold;
}

span.priceErrorMessage {
	color: #ff0000;
}

div.subscriptionTotalPrice {
	float: right;
	/*margin-left:90px;*/
	line-height: 25px;
}

div.packageTitle {
	float: left;
}

form#frmRegisterNewSubscription div.subscriptionTotalPrice h3 {
	font-size: 1em !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold !important;
	color: #000 !important;
	margin-top: 1px !important;
	margin-bottom: 0 !important;
}

div.subscriptionTotalPrice div {
	
}

div.showTotalPrice {
	float: right;
	margin-right: 8px;
	font-size: 108%;
	font-weight: bold;
}

fieldset#clientInfo {
	padding: 8px;
	margin-bottom: .8em;
}

div#conditionalCompanyInfo {
	display: none;
}

div#conditionalCompanyInfo.showCompanyInfo {
	display: block;
}

div#conditionalCompanyInfo div.frmRow,fieldset#clientInfo div.frmRow,div#orderByMail div.frmRow
	{ /*overflow: hidden; need the MIJNID tooltip!*/
	padding: 0.3em 0;
	position: relative;
	width: 100%;
	overflow: hidden;
}

div#subscriptionModule form#frmMijnIdSignup div.frmRow {
	padding: 1.7em 0;
}

div#conditionalCompanyInfo div.frmRow label,fieldset#clientInfo div.frmRow label,div#orderByMail div.frmRow label
	{
	font-weight: bold;
	margin: 0.3em 0 0;
	width: 220px;
	float: left;
}

div.subscriptionGroup {
	width: 100%;
}

/* more labels in one formrow */
fieldset#clientInfo div.multiple,div#conditionalCompanyInfo div.multiple
	{
	
}

fieldset#clientInfo div.multiple label.small,div#conditionalCompanyInfo div.multiple label.small
	{
	width: auto;
	margin: 0 .8em 0 1em;
}

fieldset#clientInfo div.multiple input,div#conditionalCompanyInfo div.multiple input
	{
	width: 66px !important;
	float: left;
}

/* is company checkbox */
.isCompanyBox {
	margin-top: 1em;
	border: 1px solid #E7E4EC;
	padding: 8px;
	background: #fff;
	font-weight: bold;
}

/* is required */
.isRequired {
	background: url(../image/orange_arrow.gif) 210px 6px no-repeat;
}

/* show / hide title / msgs based on company / consumer */
#isForConsumer,#isForCompany,#changeMsg,#paymentDisabledMsg {
	display: none;
}

div.isVisible,#isForConsumer.isVisible,#isForCompany.isVisible,#changeMsg.isVisible,#paymentDisabledMsg.isVisible
	{
	display: block;
}

.isNotVisible {
	display: none;
}

#changeMsg,#paymentDisabledMsg {
	background: #CC0000;
	color: #FFFFFF;
	margin: 1em 5px 1em 220px;
	padding: 8px;
}

#paymentDisabledMsg a {
	color: #FFF;
}

/* checkbox formrow */
fieldset#clientInfo div.checkbox {
	float: left;
	margin: 4px 0 10px;
}

fieldset#clientInfo div.checkbox input,fieldset#clientInfo div.options input
	{
	width: auto !important;
	float: left !important;
	margin: 0 0 0 220px !important;
	padding: 0 !important;
	border: none;
}

fieldset#clientInfo div.checkbox label,fieldset#clientInfo div.options label
	{
	float: left !important;
	margin: 0 0 0 1em !important;
	padding: 0 !important;
	font-weight: normal !important;
}

fieldset#clientInfo div.options input {
	margin: 0 !important;
}

fieldset#clientInfo div.options label {
	width: 50px !important;
	margin: 0 0 0 .3em !important;
}

fieldset#clientInfo div.options {
	padding: 8px 0;
}

fieldset#clientInfo div.options div {
	float: left;
	font-weight: bold;
	width: 220px;
}

fieldset#clientInfo select,div#conditionalCompanyInfo select {
	width: 269px;
	padding: 1px;
	border: 1px solid #CDCFB6;
}

/* subscription errors */
#subscriptionError,#activationError,#myIDerror {
	background: #cc0000;
	padding: 8px;
	color: #fff;
	margin-bottom: 1em;
}

#subscriptionError {
	display: none;
}

#subscriptionError.errorsTrue {
	display: block;
}

#subscriptionError h2,#activationError h2,#myIDerror h2 {
	color: #fff !important;
	margin-bottom: .4em;
}

#subscriptionError ul,#activationError ul,#myIDerror ul {
	margin: 0 0 0 1em;
	padding: 0 0 0 .5em;
}

#subscriptionError ul li,#activationError ul li,#myIDerror ul li {
	list-style-type: square;
	color: #fff;
}

/* tooltips */
div.frmRow div.myIDtip {
	background: url(../image/bg_myIDtip.gif) repeat right top;
	color: #6A6D4B;
	display: none;
	padding: 0;
	position: absolute;
	right: -280px;
	top: 7px;
	width: 275px;
	z-index: 99;
}

div.frmRow.focus div.myIDtip {
	display: block;
}

div.myIDhasError div.myIDtip span.tip {
	display: none;
}

div.focus div.myIDtip span.error {
	display: none;
}

div.myIDhasError div.myIDtip {
	background: url(../image/bg_myIDerrorTip.gif) repeat right top;
	color: #cc0000;
	display: block;
}

div.myIDtip div.tipText {
	font-weight: bold;
	margin: 13px 5px 0 30px;
}

div.myIDtip div.tipText span.tip,div.myIDtip div.tipText span.error {
	padding: 5px 0 0;
}

div.myIDtip div.bottom {
	background: url(../image/bg_myIDtip.gif) repeat right bottom;
	height: 10px;
	position: absolute;
	width: 275px;
}

div.myIDhasError div.myIDtip div.bottom {
	background: url(../image/bg_myIDerrorTip.gif) repeat right bottom;
}

/* activate */
#subscriptionForm {
	background: none !important;
}

#subscriptionForm .subscriptionFrmRow {
	background: #F9EAC9;
	padding: 8px;
	border: 1px solid #F9EAC9;
	margin: 0;
}

#subscriptionForm input.subscriptionFldText {
	border: 1px solid #CDCFB6;
	padding: 3px;
	clear: both;
	width: 80%;
}

input.hideButton {
	display: none;
}

/* extend subscription */
#subscriptionEnds { /* display: none; */
	clear: both;
	margin: 0 13px 0 17px !important;
	padding: 4px;
	border: 1px solid #F9EAC9;
}

#subscriptionEnds * {
	margin: 0 !important;
	padding: 0 !important;
}

#subscriptionEnds h3 {
	font-size: 1em !important;
	margin-bottom: .2em !important;
}

#subscriptionEnds p {
	margin-bottom: 1em !important;
}

#subscriptionEnds a {
	float: none !important;
}

#subscriptionEnds img.errorIcon {
	vertical-align: bottom;
}

#subscriptionEnds ul {
	margin-bottom: 1em !important;
}

#subscriptionEnds ul li {
	font-weight: normal;
}

div.loginInPanelSideBar div#mijnId p {
	margin-bottom: 1em !important;
}

div.loginInPanelSideBar #subscriptionEnds {
	margin: 0 7px 0 7px !important;
}

/* subscription service not available */
#subscriptionServiceNotAvailable {
	clear: both;
	margin: 5px 0;
	background: #cc0000;
	color: #fff;
	padding: 5px;
}

/* order confirmation page */
#orderConfirmationOverview table {
	width: 100%;
}

#orderConfirmationOverview table th,#orderConfirmationOverview table td.totalPrice
	{
	font-weight: bold;
}

#orderConfirmationOverview table td {
	font-weight: normal;
}

#orderConfirmationOverview table td {
	border-bottom: 2px solid #F9EAC9;
}

#orderConfirmationOverview table th.description {
	width: 220px;
}

#orderConfirmationUserDetails div {
	padding: 2px 0;
}

#orderConfirmationUserDetails div .label {
	display: block;
	width: 230px;
	font-weight: bold;
	float: left;
}

#orderConfirmationUserDetails h3 {
	display: block;
	clear: both;
	margin: 1em 0 0 0;
}

/* subscriptionOverview page */
#subscriptionsOverview {
	
}

#subscriptionsOverview .subscriptionItem {
	width: 100%;
	overflow: hidden;
	padding: 2px 0 1em 0;
	margin-bottom: 1em;
	border-bottom: 2px solid #F9EAC9;
}

/* subscriptionOverview page */
#subscriptionsOverview {
	
}

#subscriptionsOverview .subscriptionItem {
	width: 100%;
	overflow: hidden;
	padding: 2px 0 1em 0;
	margin-bottom: 1em;
	border-bottom: 2px solid #F9EAC9;
}

#subscriptionsOverview .subscriptionItem h3 {
	margin-top: 0;
}

#subscriptionsOverview .subscriptionItem img {
	display: block;
	width: 87px;
	height: 120px;
	border: 1px solid #f9eac9;
	float: left;
	margin-right: 8px;
}

a.shopping_cart_link {
	display: block;
	width: 30px;
	text-indent: -9999px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	background: url(../image/icon_shopping_cart.gif) bottom no-repeat;
}

a.more_info {
	display: block;
	width: 30px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	background: url(../image/icon_more_info.gif) bottom no-repeat;
}

a.reserve_now {
	display: block;
	width: 30px;
	height: 24px;
	margin: 0px;
	padding: 0;
	text-indent: -9999px;
	background: url(../image/icon_reserve_now.gif) bottom no-repeat;
}

div.box.right a.more_info {
	
}

/* submenu */
div.subMenu {
	padding: 0px 0px 16px 0px;
}

div.subMenu a {
	display: inline;
	border-right: 1px solid #E2001A;
	margin-right: 3px;
	padding-right: 8px;
}

div.subMenu a.last {
	border: none;
}

.hidden {
	display: none;
}

/* toggle */
.toggleRegion {
	overflow: hidden;
	display: none;
	width: 100%;
}

.toggle.active {
	
}

.show {
	display: block !important;
}

.toggleRegion {
	overflow: hidden;
	display: none;
}

.toggle.active {
	
}

.show {
	display: block;
}

div#freeDictionaryWidget {
	color: #fff;
	width: 132px;
	height: 284px;
	margin-left: 8px;
	font-family: Verdana, Arial;
	font-size: 11px;
}

div#freeDictionaryWidget form {
	margin: 0;
	position:relative;
}

div#freeDictionaryWidget a {
	text-decoration: none;
}

div#freeDictionaryWidget legend {
	display: none;
}

div#freeDictionaryWidget fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

div#freeDictionaryWidget h6 {
	font-weight: bold;
	color: #fff;
	margin: 5px 0 8px 0;
	font-size: 11px;
}

div#freeDictionaryWidget img.widgetLogo {
	margin: 10px 0 0 5px;
}

div#freeDictionaryWidget .formRow {
	margin-bottom: 8px;
}

div#freeDictionaryWidget input#searchQuery {
	font-size: 10px;
	width: 124px;
	border:1px solid #CDCFB6;
	color:#000;
	
}

div#freeDictionaryWidget input#submitFreeDictionary {
	
}

div#freeDictionaryWidget .roundedField {
	height: 16px;
	overflow: hidden;
	padding: 3px 5px;
	background: #1C2558;
}

div#freeDictionaryWidget .roundedField a {
	font-size: 9px;
	display: block;
	color: #fff;
	background: url(../image/widget/widget-form-sprite.png) 95px -120px
	no-repeat;
	padding-top:2px;
	
}

div#freeDictionaryWidget .roundedField a.active {
	background-position: 95px -144px;
}

div#payoffPlaceholder {
	margin-top: 8px;
}

div#dictionaryLanguageBox {
	position: absolute;
	text-align: left;
	width: 126px;
	height: 228px !important;
	background: #1C2558;
	padding: 0 3px 3px 3px;
	font-size: 9px;
	z-index:2;
}

div#dictionaryLanguageBox ul {
	margin: 0;
	padding: 0;
}

div#dictionaryLanguageBox ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;
}

div#dictionaryLanguageBox ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 2px ;
}

div#dictionaryLanguageBox ul li a:hover {
	background: #664F9D;
}

div#freeDictionaryWidget .toggleRegion {
	margin: 0;
}

div#srColumnSet {
	/*width: 100%;
	overflow: hidden;*/
}

div#srColumnSet .srRightColumn,div#srColumnSet .srLeftColumn {
	float: left;
}

div#srColumnSet .srRightColumn {
	width: 336px;
}

div#srColumnSet .srLeftColumn {
	width: 272px;
	margin-right: 20px;
}

div#srColumnSet div#freeDictionaryWidget .contextRange {
	background: #EAEAEA;
	padding: 36px;
	text-align: center;
}

div#srColumnSet div#freeDictionaryWidget {
	width: 272px;
	margin:0;
	
}

div#srColumnSet div#freeDictionaryWidget h6{
	color: #1C2558;
	font-size: 13px;
}

div#srColumnSet div#freeDictionaryWidget .roundedField {
		text-align: left;
		width:198px;
position:relative;
}

div#srColumnSet div#freeDictionaryWidget .roundedField a {
	background-position: 168px -120px;
	padding:0;
	font-size:10px;
}

div#srColumnSet div#freeDictionaryWidget input#searchQuery {
	width: 200px;
	font-size:10px;
}

div#srColumnSet .srLeftColumn div#dictionaryLanguageBox {
	width: 202px;
	font-size:10px;
	height:300px !important;
	left:0;
}

div#srColumnSet .srLeftColumn div#dictionaryLanguageBox ul li a {

}



div#container div#srColumnSet .submitRow {
	text-align: center;
}

div#container div#srColumnSet .submitBtn {
	font-size: 10px;
	font-weight: bold;	
	width: 60px;
}
