table tr td{
	font-size: 12px;
}
/* Cartridgeexpert table */
.cartridgeexperttable {
	font-size: 12px;
	border: 1px solid #333;
	}
.cartridgeexperttable tr td a:link, 
.cartridgeexperttable tr td a:visited, 
.cartridgeexperttable tr td a:hover, 
.cartridgeexperttable tr td a:active {
	font-weight: bold;
	}
.cartridgeexperttable caption {
	font-size: 1.3em;
	background-color: #333333;
	color: #CCCCCC;
	font-weight: bold;
	height: 1.5em;
	}
.cartridgeexperttable tr.header1 {
	font-size: 1.2em;
	color: #fff;
	background-color: #006699;
	height: 1.5em;
	}
.cartridgeexperttable tr.header2 {
	font-size: 1em;
	color: #fff;
	background-color: #009999;
	height: 1.5em;
	}
.cartridgeexperttable tr td.hp {
	color: #006699;
	background-color: #C1EBFF;
	height: 1em;
	text-align: center;
	}
.cartridgeexperttable tr td.cx {
	color: #009933;
	background-color: #CEFFCE;
	height: 1em;
	text-align: center;
	}
.cartridgeexperttable tr td {
	border-bottom: 1px solid #999;
	}
.cxp {
	font-size: 1.1em;
	}
.cxp strong {
	color: #CC0000;
	}



.thumbslist {
	width: 460px;
	text-align: center;
	}

.thumbslist img {
	margin: 5px;
	padding: 0;
	width: 100px;
	cursor: pointer;
	border: 1px solid #333;
	}
#bigpic {
	width: 450px;
	padding: 5px;
	background-color: #eee;
	border: 1px solid #999;
	}

ul.plain {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
ul.plain li {
	margin: 0;
	padding: 0;
	}
img.alignleft {
	float: left;
	margin-left: 0;
	margin-top: 0;
	}
img.alignright {
	float: right; 
	margin-top: 0;
	margin-right: 0;
	}
legend {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	}

table.bestel th{font-size:13px;}
/* RSS FEED */
.rss { 
	color: #528987;
	font-size: 11px;
	width: 480px;
	border: 1px solid #528987;
	border-top: 0;
	background-color: #D0EBE9;
	margin: 0 0 15px 0;
}
div>.rss { /* box model hack for 1px border above */
	width: 478px;
}
.rss div {
	padding: 5px;
}
.rss a {
	display: block;
	padding: 2px 0;
	font-size: 14px;
}
.rss hr {
	clear: both;
}
.rss img {
	margin: 3px;
	border: 1px solid black;
}


.crosslink {
	background-color: #D2F0FF;
	color: #003399;
}
.crosslink a:link, .crosslink a:active, .crosslink a:visited {
	color: #003399;
	text-decoration: none;
}
.crosslink a:hover {
	text-decoration: underline;
	color: #002288;
}


#populair {
	z-index: 500;
}

#printcredits {
	display: none;
}

blockquote {
	color: #666666;
	font-size: 12px;
	font-style: italic;
	text-align: justify;
}

#alert {
	color: #990000;
	background-color:#FFFF99;
	border: 1px solid #FFCC00;
	padding: 5px;
	margin-top: 15px;
	text-align: center;
}

/* GLOBAL STYLES */

body {
	font-family: Arial, sans-serif;
	font-size: 10px;
	padding: 0;
	margin: 0;
	background-color: #DAE4E3;
	background-image: url('img/background.jpg');
	background-position: center;
	background-repeat: repeat-y;
	text-align: center; /* IE Centering bug because margin 0 auto doesn't work in IE quirksmode */
}

img {
	border: 0;
}

a:link, a:visited, a:active {
	color: #006666;
	text-decoration: none;
}

a:hover {
	color: #003366;
	text-decoration:underline;
}

/* Back Button */
#backbutton {
	display: inline;
	float: left;
}

#backbutton a {
	display: block;
	background: url("img/backbutton.jpg") 0 0 no-repeat;
	height: 18px;
	width: 60px;
	margin: 5px 0;
}	

#backbutton a:hover {
	background-position: 0 -18px;
}

/* */
#overzichtdownloadversiesbutton {
	margin: 0 0 5px 0;
}

#overzichtdownloadversiesbutton a {
	display: block;
	background: url("img/overzichtdownloadversies.jpg") 0 0 no-repeat;
	height: 20px;
	width: 330px;
}	

#overzichtdownloadversiesbutton a:hover {
	background-position: 0 -20px;
}


.macbutton {
	border: 1px solid #444;
	background-color: #CCCCCC;
	font-size: 9px;
	color: #666666;
}

#uitgebreidelijstbutton {
	display: inline;
	float: right;
}

#uitgebreidelijstbutton a {
	display: block;
	background: url("img/uitgebreidelijstbutton.jpg") 0 0 no-repeat;
	height: 18px;
	width: 180px;
	margin: 5px 0;
}	

#uitgebreidelijstbutton a:hover {
	background-position: 0 -18px;
}

#normalelijstbutton {
	display: inline;
	float: right;
}

#normalelijstbutton a {
	display: block;
	background: url("img/normalelijstbutton.jpg") 0 0 no-repeat;
	height: 18px;
	width: 180px;
	margin: 5px 0;
}	

#normalelijstbutton a:hover {
	background-position: 0 -18px;
}


#printbutton {
	display: inline;
	float: left;
}

#printbutton a {
	display: block;
	background: url("img/printbutton.jpg") 0 0 no-repeat;
	height: 18px;
	width: 60px;
	margin: 5px 0;
}	

#printbutton a:hover {
	background-position: 0 -18px;
}

#mailbutton {
	display: inline;
	float: left;
}

#mailbutton a {
	display: block;
	background: url("img/mailbutton.jpg") 0 0 no-repeat;
	height: 18px;
	width: 120px;
	margin: 5px 0;
}	

#mailbutton a:hover {
	background-position: 0 -18px;
}

/* HEADINGS */

h1 {
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003333;
	text-align: center;
}

h2 {
	font-size:16px;
	padding-top: 0;
	margin-top: 0;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3 {
	font-size:12px;
	color:#006666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 16px;
	margin: 15px 0 5px 0;
	background: url(img/bullet.jpg) no-repeat left 1px;
}


h4 {
	font-size:12px;
	color:#466AD2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 16px;
	margin-bottom: 5px;
	font-style: italic;
	background: url(img/bullet3.jpg) no-repeat left 1px;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}

#pagecontainer {
	position: relative;
	width: 700px;
	margin: 0 auto;
	text-align: left; /* Undo text center hack in body{} */
	z-index: 2;
	}
/*
#skyscraperright {
	position: absolute;
	right: 3px;
	top: 3px;
	z-index: 1;
	}
#skyscraperleft {
	position: absolute;
	left: 3px;
	top: 3px;
	z-index: 1;
	}
*/
#skyscraperright {
	position: absolute;
	right: 50%;
	margin-right: -500px;
	top: 3px;
}
#skyscraperleft {
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 3px;
}

#dateandtime {
	background: #fff url(img/bg_top.gif) no-repeat top right;
	font-size: 10px;
	font-weight: bold;
	color: #7F7F7F;
	text-align: right;
	width:200px;
	height: 70px;
	padding-right: 12px;
	padding-top: 14px;
	float:right;
}

html>body #dateandtime {
	width: 188px;
	height: 56px;
}


/* Header */

#header {
	height: 80px;
	background: #ccc url('img/header.jpg');
	border: 0;
	border-top: 5px solid #4D7F7A;
	margin-top: 0px;
	text-align: right;
}

/* Searchform in header */

#homesearch {
	font-size: 10px;
	padding: 10px; 
	text-align:right;
}

#homesearch div {
	padding-bottom: 5px;
}

#homesearch div strong {
	font-size: 14px;
	color: #006666;
}

/* Content Cells */

#pagebody {
	width: 700px;
	background: transparent url('img/bg.gif') repeat-y;
	border: 0;
	clear: both;
	overflow:hidden;
}

#leftcontent {
	float: left;
	padding: 10px;
	margin-top: 10px;
	width: 490px;  /* box model hack */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 470px;
	margin: 0;
}

html>body #leftcontent {
	width:480px;
}

#rightcontent {
	padding: 10px;
	padding-top: 40px;
	float: right;
	background: transparent url('img/rightcontent_top.gif') no-repeat top left;
	width: 200px;  /* box model hack */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 180px;
}

html>body #rightcontent {
	width:180px;
} 


/* Footer */

#footer {
	width: 700px;
	height: 70px;
	border: 0;
	border-top: 1px solid #4D7F7A;
	border-bottom: 3px solid #4D7F7A;
	background: #DAE4E3 url('img/footer.jpg') repeat-x bottom;
	clear: both;
}

#footer div {
	margin: 5px 0 0 0;
	text-align: center;
}

/* Validation stuff */

#validation {
	width: 700px;
	height: 20px;
	margin-top: 10px;
	border: 0;
	clear: both;
}

/* Navigation menu */

#navigation {
	float:left;
	width:700px;
	background: #fff url('img/nav/bg.gif') repeat-x bottom;
	font-size:93%;
	line-height:normal;
	text-align: left;
}

#navigation ul {
	margin:0;
	padding: 12px 0 0 0px;
	list-style:none;
}

#navigation li {
	float:left;
	background:url('img/nav/left.gif') no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	font-size:11px;
}

#navigation a {
	display:block;
	background:url('img/nav/right.gif') no-repeat right top;
	padding:5px 7px 4px 6px;
	text-decoration:none;
	font-weight: bold;
	color:#339999;
}

#navigation a:hover {
	color: #194C4C;
}

#navigation #current {
	background-image:url('img/nav/left_on.gif');
}

#navigation #current a {
	background-image:url('img/nav/right_on.gif');
	color:#333;
	padding-bottom:5px;
}

#navigation #boeken, #navigation #software,
#navigation #toebehoren, #navigation #papier {
	background-image:url('img/nav/left_headcat.gif');
}

#navigation #boeken a, #navigation #software a,
#navigation #toebehoren a, #navigation #papier a {
	background-image:url('img/nav/right_headcat.gif');
	color:#E2EAFF;
}

#navigation #boeken a:hover, #navigation #software a:hover,
#navigation #toebehoren a:hover, #navigation #papier a:hover {
	color: #1D407A;
}

#navigation .emptynav {
	background: none;
	width: 5px;
	padding: 0;
	margin: 0;
}

/* SEARCHFORM STYLES */

#searchform {
	padding: 0;
	margin: 0 0 10px 0;
}

#searchform #top {
	background: #fff url('img/searchform/top.jpg') no-repeat top left;
	width: 480px;
	height: 35px;
}

#searchform #top a,
#searchform #bottom a {
	display: block;
	margin-top: 2px;
	text-decoration: none;
	text-align: right;
	line-height: 35px;
}

#searchform #middle {
	background: #fff url('img/searchform/tile.jpg') repeat-y top left;
	width: 480px;
	padding-bottom: 1px; /* else Mozilla shows mysterious Gap below this dig */
}

#searchform #bottom {
	background: #fff url('img/searchform/bottom.jpg') no-repeat bottom left;
	width: 480px;
	margin-bottom: 6px;
}

#searchform fieldset {
	border: 1px solid #009999;
}

#searchform legend {
	font-size: 9px;
	font-weight: bold;
	color: white;
	margin:0;
	padding:3px;
}

#searchform input, #searchform select {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}


#titel,
#uitgever, #onderwerp, #os {
	width: 370px;
}

#code, #isbn {
	width: 80px;
}

#searchform dd {
	margin: 3px 0;
	padding: 0;
}

#searchform dt {
	float:left;
	width: 70px;
	padding: 0 5px;
	text-align: right;
}

#searchform label {
	color: #009999;
	font-size: 12px;
}

#searchlayer {
	padding: 5px 0 0 0;
}

/* SEARCHRESULTS TABLE */

#searchresults {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

#searchresults caption {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	
}

#searchresults tbody td {
	font-size: 10px;
}

#searchresults thead td {
	color: #fff;
	font-size:12px;
	height: 25px;
	background: #8CA2E3 url('img/grad_top.gif');
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 0 5px;
	margin: 0;
	cursor: pointer;
}

#searchresults .prijs {
	color: #990000;
	font-weight: bold;
	text-align: right;
}

#searchresults .os {
	width: 50px;
}

#searchresults caption span {
	color: #990000;
	padding: 0 10px;
	font-size: 10px;
	font-weight: normal;
	font-style:italic;
}

#searchresults .odd {
	background-color:#DBE6DD;
}

#searchresults .even {
	background-color:#EDF9EF;
}

#totalresults {
	padding: 3px 10px;
	font-size:12px;
	font-weight:bold;
	color:#990000;
}

.sort-arrow {
	width: 11px;
	height: 11px;
	background-position: center center;
	background-repeat: no-repeat;
	margin:	0 2px;
}

.sort-arrow.descending {
	background-image: url("img/sortimages/downsimple.png");
}

.sort-arrow.ascending {
	background-image: url("img/sortimages/upsimple.png");
}

/* Fancy Table Styling */
.styledtable td {
	border-bottom: 1px solid #006699;
	background-color: #CEEFFF;
	margin-bottom: 2px;
	padding: 5px;
	}
.styledtable th {
	text-align: left;
	background-color: #0080C0;
	color: #FFFFFF;
	padding: 5px;
	}


/* SEARCHRESULTS TABLE WITHOUT DOM ORDERING */

#searchresults-no-order {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	margin-bottom: 15px;
}

#searchresults-no-order caption {
	font-size:16px;
	color: #990000;
	font-weight:bold;
	text-align:left;
}

#searchresults-no-order tbody td {
	font-size: 10px;
}

#searchresults-no-order thead td {
	color: #fff;
	font-size:12px;
	height: 25px;
	background: #8CA2E3 url('img/grad_top.gif');
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 0 5px;
	margin: 0;
	cursor: default;
}

#searchresults-no-order .prijs {
	color: #990000;
	font-weight: bold;
	text-align: right;
}

#searchresults-no-order .os {
	width: 50px;
}

#searchresults-no-order caption span {
	color: #990000;
	padding: 0 10px;
	font-size: 10px;
	font-weight: normal;
	font-style:italic;
}

#searchresults-no-order .odd {
	background-color:#DBE6DD;
}

#searchresults-no-order .even {
	background-color:#EDF9EF;
}


/* DETAILPAGINA */ 
.extrabuttons {
	float: right;
	clear: both;
	margin-bottom: 5px;
	width: 300px;
	text-align: right;
}

#detailimage {
	margin: 5px;
	width: 128px;
	float: right;
	clear: both;
}

#artikeldetails {
	font-size: 11px;
}

#artikeldetails ul {
	margin-left: 15px;
	padding: 0;
	list-style-type: square;
}

#artikeldetails ul .blank {
	list-style-type:none;
}

#artikeldetails hr {
	clear: both;
	color: #4D7F7A;
	height: 1px;
}

#artikeldetails #extralinks ul {
	padding-top: 0;
	margin-top: 0;
	margin-left: 0;
}

#artikeldetails #extralinks li {
	padding-left: 5px;	
	list-style-type: none;
}

#artikeldetails #extralinks a {
	font-weight: bold;
}

#artikelgegevens li .nobg {
	padding: 0;
	background: none;;
}

/* DETAILPAGINA ORDERFORM */
#orderform input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#orderform #qty {
	background: #fff url('img/bestellen-bg.gif') no-repeat top left;
	height: 19px;
	width: 32px;
	text-align: right;
	border: 0;
}

#orderform img {
	margin: 0;
	margin-top: 1px;
	padding: 0;
}

#orderform div {
	padding-bottom: 8px;
}

#orderform div span {
	color: #000;
	font-size: 11px;
	display: block;
}

#orderform div span strong {
	color: #900;
	font-size: 16px;
	font-weight: bold;
}

#orderform div strong {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

/* Winkelmandje */
#winkelmandjedropdown {
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: 1px solid black;
}

#winkelmandjedropdown option {
	width: 180px;
	overflow:hidden;
}

#winkelmandjedropdown .prijs {
	color: #900;
	width: 180px;
	overflow:hidden;
	background-color: #ccc;
}

#winkelmandjetable {
	font-size: 100%;
}

.alt1 {
	background-color: #DAE4E3;
}

.alt2 {
	background-color: #BFDFDC;
}

/* Highlightlist homepages */

#highlightlist {
	border: 0;
	font-size: 10px;
}

#highlightlist tr td {
	width: 220px;
	background: #fff url(img/highlightbackground.gif) repeat-x;
}

#highlightlist tr td ul {
	padding: 0;
	margin: 0;
	margin-top: 20px;
	list-style-type: none;
}

#highlightlist tr td ul .prijs {
	color: #990000;
	font-weight: bold;
	display: block;
	margin-top: 10px;
}

#highlightlist tr td ul .link {
	padding-right: 32px;
	background: url('img/arrow.gif') no-repeat right;
}

#highlightlist tr td img {
	width: 90px;
	float: left;
	padding: 3px;
}

#highlightlist tr td .title {
	font-size: 10px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #003333;
}

/* Winkelmandje */
#thcode {
	width: 40px;
}
#thnaam {
	text-align: left;
}
#thqty {
	width: 20px;
}
#thdel {
	width: 15px;
}
#thprijs {
	width: 50px;
	text-align: right;
}
#thlijntotaal {
	width: 50px;
	text-align: right;
}

#winkelmandjeform input {
	width: 15px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

#bestelmethode {
	font-size: 12px;
}

#orderdetails fieldset {
	font-size: 11px;
	margin-bottom: 10px;
}

#orderdetails fieldset legend {
	color: #000066;
	font-weight: bold;
}

#step2 input {
	/* width: 350px; */
}

#step2 fieldset {
	margin-top: 5px;
}

#step2 legend {
	color: #003366;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
}

#step2 #opmerkingen {
	width: 440px;
	height: 100px;
}

#formnav {
	margin-top: 10px;
}

#formnav input {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
}

#step3 td {
	font-size:12px;
}

/* Extra Menu right */

#extra_menu {
	margin: 0;
	padding: 0;
	padding-top: 15px;
	list-style-type: none;
}

#extra_menu li {	
	padding: 2px 0;
}

#extra_menu a {
	color: #990000;
	font-size: 11px;
	font-weight: bold;
}

/* BANNERS */

#bottombanner {
	padding: 5px;
}

/* Nieuwigheden header */

#nieuwighedenheader {
	color: #006666;
	font-size:9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

#nieuwighedenheader a {
	font-weight: bold;
}

#nieuwighedenheader h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	margin-bottom: 3px;
	padding: 0;
}

/* Paypal Formulier en Button */
#paypalform {
	padding: 5px;
	width: 240px;
	border: 1px solid #006666;
	background-color:#D8F4F5;
}

#paypalformheader {
	padding: 2px 5px;
	width: 240px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #006666;
	background-color:#006666;
}

#paypalformfooter {
	padding: 2px 5px;
	width: 240px;
	color: #00FF00;
	border: 1px solid #006666;
	background-color:#006666;
}

#paypalformfooter a {
	color: #00FF00;
}

/* Support Telefoonnummers pagina */
#nieuw {
	margin: 5px 0 2px 0;
}
.PhoneTitle {
	border: 1px solid #0066CC;
	padding: 5px;
	color: #0066CC;
	background-color: #B7DBFF;
	margin: 2px 0 0 0;
}
.PhoneContent {
	border: 1px solid #0066CC;
	border-top: 0;
	padding: 5px;
	margin: 0 0 0 15px;
	color: #006699;
	background-color: #E1F0FF;
}
.PhoneEdit {
	float: right;
	font-size: 9px;
	color: #999999;
}


#aankondigingheader {
	color: #CC0000;
	background-image: url(img/highlightbalk/top.jpg);
	width: 480px;
	height: 30px;
	padding: 0px;
}

#aankondigingheader h1 {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 8px 0 0 0;
	margin: 0;
}
#aankondiging {
	background-image: url(img/highlightbalk/main.jpg);
	width: 450px; /* 480 - (2*15px) padding */
	height: 43px; /* 53 - (2*5px) padding */
	padding: 5px 15px;
	font-size:12px;
	text-align: left;
	color: #990000;
}

#aankondiging a {
	color: #000000;
}

#aankondigingfooter {
	background-image: url(img/highlightbalk/bottom.jpg);
	width: 480px;
	height: 15px;
	padding: 0px;
}

/* Kerst promos */

.kerstpromos a:link,
.kerstpromos a:visited,
.kerstpromos a:active {
	color: #A7EFB7;
	text-decoration: underline;
}
.kerstpromos a:hover {
	color: #fff;
	text-decoration:none;
}
.kerstpromos h2 {
	background-image: url(img/pages/kerstpromos/header.jpg);
	width: 460px;
	height: 100px;	
}
.kerstpromos h2 span {
	display: none;
}
.kerstpromos img {
	margin: 5px;
}
.kerstpromos .item {
	background-color: #299614;
	color: #FFFFFF;
	width: 440px;
	padding: 10px;
	margin: 0 0 15px 0;
	font-size: 1.2em;
	border-bottom: 5px solid  #00560E;
	border-top: 5px solid #35C11A;
}
.kerstpromos .item h3 {
	background: transparent;
	font-size: 1.8em;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #E7FFCE;
	border-bottom: 2px solid #E7FFCE;
}
.kerstpromos .footer {
	clear: both; 
}
.kerstpromos ul li {
	margin-left: 15px;
}
.kerstpromos .prijs {
	clear: both;
}
.kerstpromos .prijs span {
	color: #AEFFAE;
	font-size: 2em;
	font-weight: bold;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.kerstpromos .prijs del {
	color: #000000;
	display:inline;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.kerstpromos .footer {
	font-size: 0.8em;
	font-style: italic;
	}
	
/* Regular promos */

.regularpromos a:link,
.regularpromos a:visited,
.regularpromos a:active {
	color: #7CC9FF;
	text-decoration: underline;
}
.regularpromos a:hover {
	color: #AFEBFF;
	text-decoration:none;
}
.regularpromos h2 {
	background-image: url(img/pages/promos/header.jpg);
	width: 460px;
	height: 75px;	
}
.regularpromos h2 span {
	display: none;
}
.regularpromos img {
	margin: 5px;
}
.regularpromos .item {
	background-color: #006CB7;
	color: #FFFFFF;
	width: 440px;
	padding: 10px;
	margin: 0 0 15px 0;
	font-size: 1.2em;
	border-bottom: 5px solid  #00416E;
	border-top: 5px solid #0096FF;
}
.regularpromos .item h3 {
	background: transparent;
	font-size: 1.8em;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #7CC9FF;
	border-bottom: 2px solid #E7FFCE;
}
.regularpromos .footer {
	clear: both; 
}
.regularpromos ul li {
	margin-left: 15px;
}
.regularpromos .prijs {
	clear: both;
}
.regularpromos .prijs span {
	color: #AFEBFF;
	font-size: 2em;
	font-weight: bold;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.regularpromos .prijs del {
	color: #000000;
	display:inline;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.regularpromos .footer {
	font-size: 0.8em;
	font-style: italic;
	}
