/*
#####################################################################
#	Algemeen														#
#####################################################################
*/
/* Margin- en padding-reset
-------------------------------------------------------------------*/
body, html, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form, object, input, select { margin: 0; padding: 0; }

/* Html & body
-------------------------------------------------------------------*/
html { font: 62.5%/200% Verdana, Arial, Tahoma, sans-serif; overflow-y: scroll; }
body { background: #193A57 url(/img/background.jpg) no-repeat center top; font-size: 1.1em; }

/* Algemene classnames
-------------------------------------------------------------------*/
.nomargin, .nom { margin: 0 !important; }
.nopadding .nop { padding: 0 !important ; }
.nomp { margin: 0; padding: 0 !important; }

.block { display: block; }
.inline { display: inline; }

.center { display: block; margin: auto; }

.hide, .hidden, .hide-field { position: absolute; left: -99999px; }

.fnone { float: none; }
.fleft { float: left; }
.fright { float: right; }

.clear { clear: both; }
.cleft { clear: left; }
.cright { clear: right; }

.tcenter { text-align: center; }
.tleft { text-align: left; }
.tright { text-align: right; }

.vbottom { vertical-align: bottom; }
.vmiddle { vertical-align: middle; }
.vtop { vertical-align: top; }

.absolute { position: absolute; }
.relative { position: relative; }

.bold, .b, .strong { font-weight: bold; }
.em, .italic, .i { font-style: italic; }
.normal { font-weight: normal; }
.u, .underline { text-decoration: underline; }
.small { font-size: 11px; }
.lower { text-transform: lowercase; }
.upper { text-transform: uppercase; }
.capitalize { text-transform: capitalize; }

.wide { width: 100%; }

.default { cursor: default; }
.js-hover,
.button-hover,
.pointer { cursor: pointer; }

.nowhite { white-space: nowrap; }

.w-auto { width: auto; }

/* Afbeeldingen
-------------------------------------------------------------------*/
img { border: none; display: block; vertical-align: middle; }

/* Flash
-------------------------------------------------------------------*/
object { display: block; }

/* Alinea's en paragafen
-------------------------------------------------------------------*/
p, div.alinea { margin-bottom: 1.2em; }

/* Overflow en clearfix
-------------------------------------------------------------------*/
.overflow { overflow: hidden; }
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.ov { overflow: visible; }

/* Headings
-------------------------------------------------------------------*/
h1 { font-size: 1.8em; }
body#component-documentnotfoundpage h1,
body#component-webshop h1 { margin-bottom: .5em; }

h2 { font-size: 1.5em; }
div.stap3 h2 { margin-bottom: .7em; }
body#component-searchengine h2 {
	text-transform: uppercase;
	font-size: 1.45em;	
}

h3 { font-size: 1.2em; }
div.stap3 h3.producttitel { 
	font-size: 1.3em;
	color: #4b9f24;
	margin-bottom: 0; 
}
h4 { font-size: 1em; }

/* Hyperlinks
-------------------------------------------------------------------*/
a { color: #4b9f24;  }
a.never-underline, a:hover, a:focus, a.none { text-decoration: none; }
a.none:hover, a.none:focus { text-decoration: underline; }
a span { cursor: pointer; }

div.alinea a.externe-link,
div.alinea a[rel*=external],
div.alinea a[href^="http:"] {
	background: url(/img/externe-link.gif) no-repeat right 50%;
	padding-right: 16px;
}

/* Lijsten
-------------------------------------------------------------------*/
ul, form ol { list-style: none; }

/* Formulieren
-------------------------------------------------------------------*/
label {
	float: left;
	margin-right: 10px;
	vertical-align: middle;
	width: 180px;
	color: #325459;
	font-weight: bold;
	padding: 4px 0;
}
.keuze label {
	display: block;
	float: none;
	margin-left: 20px;
	width: auto;
}
.keuze label.multiple-title { margin-left: 0; }

input { 
	vertical-align: middle;
	color: #555; 
}
input.text, textarea {
	padding: 5px;
	border: 1px solid #d2d3d2;
	vertical-align: middle;
	width: 260px;
}
textarea { 
	font-size: 12px;
	overflow: auto;
	color: #555;
}
select { 
	vertical-align: middle;
	padding: 5px;
	border: 1px solid #d2d3d2;
	width: 272px;
	color: #555;
}
select.auto, li.form-input-date select { width: auto; }
textarea { height: 80px; }
input, select, textarea { font-family: Verdana, Arial, Tahoma, sans-serif; }
textarea { font-family: inherit; }
input.radio, input.checkbox { left: 0; position: absolute; top: 3px; }  /*ie6*/
.js-ifilter-li input.checkbox { top: 8px; }
input.button, input.submit { cursor: pointer; overflow: visible; }

fieldset { border: none; margin: 0; padding: 0; }
legend { display: none; }

form li { margin: 5px 0; position: relative; }
form .keuze li { margin: 0; }

form em.verplicht { margin-left: 4px; }
form img.unitip { position: absolute; right: 0; top: 2px; }

/* Tabellen
-------------------------------------------------------------------*/
th, td { padding: 3px; }
th { text-align: left; }

/* Highlighted
--------------------------------------------------------------------*/
.highlighted { background-color: #f49100; color: #fff; }
.h2-highlighted { color: #1d466c;}

a.url { color: #7f7f7f; text-decoration: none; }
a.url:hover { color: #4b9f24; text-decoration: underline; }

/* Overig
-------------------------------------------------------------------*/
address { font-style: normal; }

/*
#####################################################################
#	Standaard-elementen												#
#####################################################################
*/

/* Illustraties
-------------------------------------------------------------------*/
p.illustratie img { margin: 0 auto; }
p.illustratie span {
	display: block;
	font-size: .9em;
	font-style: italic;
	text-align: center;
}
img.illustratie {
	float: right;
	margin-right: 0; margin-left: 8px;
}

div.zijkolom img.illustratie-rechts { float: right !important; margin-left: 10px !important; }
div.zijkolom img.illustratie-links,
img.illustratie-links {
	float: left !important;
	margin: .5em 8px .3em 0 !important;
}
div.zijkolom img.illustratie {
	display: block;
	float: none;
	margin: 0 auto 2em;
}

/* Gerelateerde producten
-------------------------------------------------------------------*/
div#gerelateerd { margin-top: 50px; }
div#gerelateerd h2 {margin-bottom: 15px;}


/* Preview
-------------------------------------------------------------------*/
div.preview { margin-bottom: 2em; }
div.preview h2 { font-size: 1.3em; }
div.preview p { margin-bottom: 0; }

/* Zoekresultaten
-------------------------------------------------------------------*/
div.zoekresultaat { margin-bottom: 1.2em; }

/* Optie-menu (mail & stuur door)
-------------------------------------------------------------------*/
ul#opties { float: right; padding: 10px; }
ul#opties li { float: left; margin-left: 14px; }
ul#opties a {
	background: url(/img/opties.gif) no-repeat 0 .5em;
	color: #808080;
	display: block;
	padding-left: 18px;
}
ul#opties a.mail { background-position: -289px .4em; }

/* Error-menu
-------------------------------------------------------------------*/
ul.errors, ol.errors, li.input-error, div.form-error {
	background: #ffd6d5;
	border: 1px solid #f7403a;
	color: #f7403a;
	margin: 1em 0;
	padding: .2em 0;
}
ul.errors li, ol.errors li { 
	list-style: disc;
	margin: 0 0 0 20px;
	padding: .2em 0; 
}

li.input-error,
div.form-error { padding: 5px; }

li div.input-error,
div.form-error { font-weight: bold; }

/* FCK-editor-lijst
-------------------------------------------------------------------*/
div.alinea ul { list-style: disc; }
div.alinea ul, div.alinea ol { margin: 1em 0 1em 16px; }
div.alinea ol { margin-left: 24px; }

/* Sitemap
-------------------------------------------------------------------*/
ul.sitemap { list-style: square; margin: 0 0 1em 24px; }
ul.sitemap a { text-decoration: none; font-weight: bold; }
ul.sitemap a:hover { text-decoration: underline; }
ul.sitemap ul a { font-weight: normal; }

/* Webbeheer formulier
-------------------------------------------------------------------*/
div.webbeheer-formulier-thanks {
	background: none repeat scroll 0 0 #E1FFCD;
	border: 2px solid #56A721;
	line-height: 140%;
	padding: 8px;
}
div.webbeheer-formulier-thanks p { margin-bottom: 0; }

/* Zoekformulier
-------------------------------------------------------------------*/
form#zoeken { 
	margin: 2em 15px 0 0; 
}

form.zoekformulier,
form.zoekformulier fieldset,
form#zoeken,
form#zoeken fieldset { 
	float: right; 
	width: 306px;
	height: 26px;
	background: none;
}
form.zoekformulier,
form.zoekformulier fieldset {
	float: none;
}

form.zoekformulier input,
form#zoeken input { float: left; }

form.zoekformulier input.text,
form#zoeken input.text { 
	width: 185px; 
	border: 0;
	background: none;
	padding: 6px 0 5px 37px;
	color: #888;
}
form.zoekformulier input.text:focus,
form.zoekformulier input.text:active,
form#zoeken input.text:focus,
form#zoeken input.text:active { color: #333; }

form.zoekformulier,
form#zoeken {
	width: 306px;
	background: url(/img/zoekveld.png) no-repeat;
	height: 26px;
	padding: 1px 0;
}

form.zoekformulier input.button,
form#zoeken input.button {
	text-indent: -99999px;
	overflow: hidden;
	width: 73px;
	height: 24px;
	background: url(/img/zoek-btn.png) no-repeat;
	border: 0 none;
	margin-top: 1px;
	float: right;
	margin-right: 1px;
	font-variant: small-caps;
}

form.zoekformulier input.button:hover,
form.zoekformulier input.button:active,
form#zoeken input.button:hover,
form#zoeken input.button:active { background-position: 0 -24px; }

/* FCK-editor-tabel
-------------------------------------------------------------------*/
div.alinea table,
table.webapp-table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	color: #545454;
	width: 100%;
}

div.alinea table caption,
table.webapp-table caption {
	font-style: italic;
	margin: 1em 6px 3px;
	text-align: left;
}

div.alinea table td,
div.alinea table th,
table.webapp-table td,
table.webapp-table th {
	border: 1px solid #d8d8d8;
	padding: .2em 4px;
}


/*
#####################################################################
#	Layout															#
#####################################################################
*/

/* Container
-------------------------------------------------------------------*/
div#container {
	margin: 0 auto;
	width: 976px;
	color: #325459;
	margin-bottom: 2em;
}

/* Header
-------------------------------------------------------------------*/
div#header {
	background: url(/img/header-top.png) no-repeat;
	padding: 15px 0 15px 0;
}

p#logo {
	float: left;
	margin: 0;
	padding: 0.2em 0 0.2em 15px;
}
p#logo a { display: block; }
p#logo a:hover {
	 -moz-transform: rotate(-4deg) scale(1.02);  /* FF3.5+ */
       -o-transform: rotate(-4deg) scale(1.02);  /* Opera 10.5 */
  -webkit-transform: rotate(-4deg) scale(1.02);  /* Saf3.1+, Chrome */
      -ms-transform: rotate(-4deg) scale(1.02);  /* IE9 */
          transform: rotate(-4deg) scale(1.02);  /* CSS3 doh! */
}

/* Ballon naast logo
-----------------------------------*/
div#superheroes { 
	float: left;
	background: url(/img/ballon.png) no-repeat;
	width: 240px;
	padding: 6px 10px 0 28px;
	height: 50px;
	color: #325459;
	line-height: 1.7em;
	margin: .6em 0 0 1.1em;
}

div#superheroes p { margin-bottom: 0; }

/* Text in de ballon, links & rechts */
div#superheroes p.superman { width: 50%; float: left; }
				/* vs */
div#superheroes p.spiderman { width: 45%; float: right; }
/* Superman is sterker doh! */

div#outer-content {
	background: url(/img/breadcrumbsbg.png) no-repeat;
	padding: 0 15px 15px;
}

div#outer-wrapper {
	background: #fff url(/img/kolom-rechts-bg.gif) repeat-y right 0;
	z-index: 203;
}
body#component-homepage div#outer-wrapper { background-image: none; }

/* Hoofdmenu
-------------------------------------------------------------------*/
ul#hoofdmenu {
	background: url(/img/menubg.png) no-repeat 0px 1px;
	padding: 0 25px 0 25px; 
}

ul#hoofdmenu li { 
	float: left;
	padding-right: 20px;
	background: url(/img/hoofdmenu-divider.png) no-repeat right 10px;
}
ul#hoofdmenu li.smurf { background: none; }

ul#hoofdmenu a { 
	display: block; 
	padding: 10px 10px 9px;
	color: #fff; 
	text-decoration: none; 
	font-weight: bold; 
	text-shadow: 0 -1px 0px #2d6f00;
	background: none;
	position: relative;
	margin: 1px;
	font-size: 1.2em;
}

ul#hoofdmenu a:hover,
ul#hoofdmenu a.active {
	background: url(/img/menu-active.gif) repeat-x;
	border-radius: 2px;
	-moz-border-radius: 2px;
	text-shadow: none;
	color: #4B9A29;
	border: 1px solid #E2E2E2;
	margin: 0;
}

ul#hoofdmenu li span.arrow {
	display: none;
	position: absolute;
	width: 6px;
	height: 7px;
	background: url(/img/menu-arrow.png) no-repeat;
	left: 50%;
	top: 39px; /*ie*/
}

ul#hoofdmenu a:hover span.arrow,
ul#hoofdmenu a.active span.arrow {
	display: block;
} 

ul#hoofdmenu ul {
	clear: both;
	display: none;
	position: absolute;
	width: 200px;
}
ul#hoofdmenu li:hover ul,
ul#hoofdmenu li.hover-ie ul { display: block; }
ul#hoofdmenu ul li { float: none; }
ul#hoofdmenu ul a { padding: 0; }

ul#hoofdmenu a img.non-hover,
ul#hoofdmenu a:hover img.hover,
ul#hoofdmenu a:focus img.hover,
ul#hoofdmenu a.active img.hover { display: block; }

ul#hoofdmenu a img.hover,
ul#hoofdmenu a:hover img.non-hover,
ul#hoofdmenu a:focus img.non-hover,
ul#hoofdmenu a.active img.non-hover { display: none; }

ul#hoofdmenu li.winkelwagen { 
	float: right;
	margin: 0;
	background: none;
	padding: 0;
}
ul#hoofdmenu li.winkelwagen span.inhoud {
	color: #204d00;
	text-shadow: 0 1px 0px #82e755;
	font-weight: bold;
	padding: 10px 10px 5px 27px;
	background: url(/img/icons/winkelwagen.png) no-repeat 0 11px;
	float: left;
}

ul#hoofdmenu li.winkelwagen a.afreken-btn {
	text-transform: uppercase;
	text-shadow: 0 -1px 0px #d55600;
	padding: 2px 10px;
	border: 2px #ff7a14 solid;
	margin: 7px 0;
	float: left;
	
	background: #ffcc00 url(/img/afreken-btn.jpg) 0 4px repeat-x;
	 -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

ul#hoofdmenu li.winkelwagen a.afreken-btn:hover {
	color: #fff;
	background-color: #ffcc01;
	background-position: 0 -28px;
}

/* Submenu
-------------------------------------------------------------------*/
dl.submenu {
	background: url(/img/balloon-left-top.png) no-repeat;
	margin-bottom: 2em;
}
dl.submenu dt {
	padding: 0 0 7px 43px;
}

dl.submenu dd {
	padding-bottom: 5px;
	background: url(/img/submenu-left-bottom.png) no-repeat 0 bottom;
}

dl.submenu ul {
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	padding: 4px 15px 2px;
}

dl.submenu ul a {
	color: #325459;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-bottom: #e0e0e0 1px dotted;
	padding: 4px 0;
}
dl.submenu ul a:hover { color: #333; }

dl.submenu ul li.porky-pig a { 
	/* "That's all, Folks" */
	border-bottom: 0;
}

/* Breadcrumbs
-------------------------------------------------------------------*/
p#breadcrumbs { 
	background: #efefef url(/img/breadcrumbsbg.png) no-repeat;
	margin: 0 0 0 -15px; /*ie*/
	padding: 0 17px;
}
p#breadcrumbs a {
	display: inline-block; /*ie*/
	font-weight: bold;
	background: url(/img/breadcrumb.png) no-repeat right 0;
	padding: 7px 23px 7px 13px;
}
p#breadcrumbs span {
	padding: 7px 13px;
	display: inline-block; /*ie*/
}
p#breadcrumbs span.first { padding: 7px 0; }

/* Notification
-------------------------------------------------------------------*/
div.maintenance {
	margin: -1px -15px 15px;
	background: url(/img/notification.png) no-repeat;
	height: 35px;
	padding-top: 9px;
	text-align: center;
}

div.maintenance p {
	display: inline;
	padding: 4px 0 4px 25px;
	/*color: #b25800;*/
	color: #824100;
	text-shadow: #fedd00 0 1px 0px;
	background: url(/img/alert.png) no-repeat 0 50%;
}

/* Kolommen
-------------------------------------------------------------------*/
div.kolom-wrapper {
	float: left;
	width: 746px;
	z-index: 202;
}
div.kolom-midden {
	float: right;
	padding: 20px 16px 15px 0;
	width: 490px;
}

body#component-homepage div.kolom-midden {
	width: 704px;
	padding-right: 0;
}

div.kolom-wrapper-breed div.kolom-midden {
	float: none;
	width: auto;
	padding: 0 16px 15px 0;
}

div.kolom-links {
	float: left;
	width: 224px;
}
div.kolom-rechts {
	float: right;
	width: 185px;
	/*padding-left: 15px;*/
}
div.zijkolom { min-height: 10px; overflow: visible; }

div.inner-wrap { 
	padding-top: 15px;
	background: url(/img/hoekje.gif) no-repeat 743px 0;
}
div.slogan-holder {
	position: relative;
	padding-top: 25px;
}
div.slogan {
	z-index: 5;
}

/* Inhoud Kolom-midden
-------------------------------------------------------------------*/
/* Productoverzicht
------------------------------------------*/
div.head {
	border-bottom: 1px dotted #ccc;
}

div.head p.aantal {
	color: #7f7f7f;
	font-size: .95em;
	clear: both;
	margin-bottom: 0;
}

body#component-searchengine div.head { margin-bottom: 1em; }

/* Paginering
------------------------------------------*/
div.paginering {
	margin-top: 1em;
	height: 32px;
	background: url(/img/product-border.png) no-repeat;
	padding-top: 2px;
}

ul.paginering {
	height: 30px;
	background: url(/img/product-border.png) no-repeat 0 bottom;
	text-align: center;
}

ul.paginering li {
	display: inline-block; /*ie*/
	width: 33px;
	height: 30px;
	background:url(/img/paginering-border.gif) no-repeat 33px 50%;
}
ul.paginering li.nav { background: none; }

ul.paginering li a,
ul.paginering li span {
	display: block;
	width: 34px;
	height: 27px;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
	color: #4b9f24;
	text-decoration: none;
	position: absolute;
	margin-top: -6px;
	margin-left: -1px;
}

ul.paginering li span {
	color: #ccc;
}

ul.paginering li a.numeric { color: #1d466c !important; }
ul.paginering li a.numeric.active,
ul.paginering li a.numeric:hover { background: url(/img/paginering.png) no-repeat 50% 0; }

ul.paginering li a:hover { color: #1d466c; }
ul.paginering li.all a.numeric { width: 80px; }
ul.paginering li.all a.numeric.active,
ul.paginering li.all a.numeric:hover { background: url(/img/paginering-all.png) no-repeat 50% 0; }

/* Productfolder overz.
------------------------------------------*/
ul.pfolderloop { margin: 1em 0; }
ul.pfolderloop li {
	float: left;
	width: 237px;
	background: url(/img/pfolder-bottom.png) 0 bottom no-repeat;
	padding-bottom: 7px;
	margin-right: 16px;
	margin-bottom: 1em;
	
}
ul.pfolderloop li.last { 
	margin-right: 0;

	float: right;
}
ul.pfolderloop li.js-hover { cursor: pointer; }

ul.pfolderloop div.top {
	background: url(/img/pfolder-top.png) no-repeat;
	padding-top: 5px;
}
ul.pfolderloop div.top div {
	border: 1px solid #cdcdcd;
	border-width: 0 1px;
	padding: 6px 11px 3px;
}

ul.pfolderloop a.image {
	border: 1px #efefef solid;
	display: block;
	text-align: center;
	height: 164px;
	line-height: 164px;
	margin-bottom: 1em;
}
ul.pfolderloop li.js-hover a.image,
ul.pfolderloop a.image:hover {
	border-color: #cdcdcd;
}

ul.pfolderloop a.image img {
	margin: 0 auto;
	display: inline;
}

/* Inhoud rechterkolom 
-------------------------------------------------------------------*/
/* Alinea-met-vlag-blok */
dl.alinea-met-vlag-blok {
	padding-left: 35px;
}

dl.vlag-be { background: url(/img/icons/vlag-be.png) no-repeat; }
dl.vlag-eu { background: url(/img/icons/vlag-eu.png) no-repeat; }

/* Alinea-met-foto-blok */
dl.alinea-met-vlag-blok dd,
dl.alinea-met-foto-blok dd {
	font-size: 1em;
	color: #325259;
	padding-top: .5em;
	line-height: 1.7em;
}

dl.alinea-met-foto-blok dd h2 {
	color: #4b9f24;
	font-weight: bold;
	font-size: 1em;
}

dl.alinea-met-foto-blok img.afb {
	float: right;
	margin-left: 10px;
}

dl.side-upcs,
dl.side-crosslinks { margin-bottom: 1.5em; }

ul.side-crosslinks,
ul.side-upcs { padding: 10px 0; }
ul.side-crosslinks a,
ul.side-crosslinks span {
	display: block;
	padding: 2px 0;
	font-weight: bold;
}
ul.side-upcs li {
	display: block;
	background: url(/img/upc-big.png) no-repeat 7px 8px;
	padding: 4px 0 4px 36px;
	color: #325259;
}

/* balloon
-------------------------------------------------------------------*/
dl.balloon {
	padding-bottom: 8px;
	background: url(/img/balloon-left-bottom.png) no-repeat bottom;
	margin-bottom: 2em;
}
dl.balloon.balloon-orange { background: url(/img/balloon-orange.png) no-repeat 0 bottom; }
dl.balloon.balloon-orange dt {
	padding: 0 0 10px 43px;
	background: url(/img/balloon-orange.png) no-repeat 0 top;
}
dl.balloon.balloon-orange dd {
	border-left: 2px solid #FF7A14;
	border-right: 2px solid #FF7A14;
}

form#js-ifilter dl.balloon.balloon-orange input.text {
	border-radius: 2px 2px 2px 2px;
	-moz-box-shadow: 0 1px 2px #dcdddc inset; 
	-webkit-box-shadow: 0 1px 2px #dcdddc inset;
	box-shadow: 0 1px 2px #dcdddc inset;
	border: 1px solid #FA6F20;
	margin: 0 0 10px;
	width: 93%;
}
dl.balloon.balloon-orange label { color: #fff; }

dl.balloon dt {
	background: url(/img/balloon-left-top.png) no-repeat;
	padding: 0 0 23px 43px;
}

body#component-homepage dl.balloon dt img { visibility: hidden; } /* ja, geen display none! */

dl.balloon dd {
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	padding: 5px 9px 5px 9px;
}

dl.balloon dd.first { margin-top: -13px; padding-top: 0; }

a.resetfilter {
	display: block;
	color: #A5A5A5;
	font-size: 10px;
	text-decoration: none;
	text-align: right;
	padding: 0 15px 0 0;
	background: url(/img/reset.png) no-repeat right;
	border-bottom: 1px dotted #e2e2e2;
}

/* Filter
-------------------------------------------------------------------*/
form.filter ul.cat label {
	margin-left: 20px;
	width: 160px;
}
/*
form.filter ul.cat {
	border-bottom: 1px dotted #e2e2e2;
}
*/
form.filter div.js-ifilter-popout {
	background-color: white;
	border: 1px solid #E2E2E2;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 2px 2px #999999;
	left: 212px;
	position: absolute;
/*	top: -6px;*/
	z-index: 200;
}

form.filter div.nojs-ifilter-popout {
	width: 200px !important;
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	display: block !important;
}


form.filter div.js-ifilter-popout span.tip {
	background: url(/img/filter-popout-balloon.png) no-repeat;
	height: 22px;
	left: -10px;
	position: absolute;
	top: 6px;
	width: 10px;
}

form.filter div.js-ifilter-popout ul {
	display: block;
	border: none;
	padding: 10px;
}
form#js-ifilter div.js-ifilter-popout label { font-weight:normal; font-size: .9em; padding-bottom: .3em; }
form#js-ifilter div.js-ifilter-popout label:hover { color: #4B9F24; }

ul.js-ifilter-target li { border-bottom: 1px dotted #e2e2e2; }

form.filter div.columns-0, form.filter div.columns-0 ul { display: none; }
form.filter div.columns-1, form.filter div.columns-1 ul { width: 182px; }
form.filter div.columns-2, form.filter div.columns-2 ul { width: 364px; }
form.filter div.columns-3, form.filter div.columns-3 ul { width: 546px; }
form.filter div.columns-4, form.filter div.columns-4 ul { width: 728px; }

form.filter div.js-ifilter-popout ul li {
	display: block;
	width: 182px;
	float: left;
	margin: 0;
}

form.filter div.js-ifilter-popout ul li input {
	top: 4px;
}

form.filter div.js-ifilter-popout ul li label {
	padding: 0;
}

a.filterbutton {
	display: block;
	color: #999;
	padding: 0 5px;
	text-decoration:none;
}
a.filterbutton:hover,
a.filterbutton:focus,
a.filterbutton.active { color: #4B9F24; }

dl.balloon-filter dd { padding: 0 10px 5px; z-index: 201; }

form.filter dl.balloon-filter { position: relative; }
form.filter dl.loading { opacity: .3; }
form.filter dl.loading img.content-spinner {
	left: 88px;
	position: absolute;
	top: 56px;
}

form.filter .js-ifilter-target label.deleteicon {
	background: url(/img/delete.gif) no-repeat left center; 
	cursor:pointer;
	padding-left: 25px; 
	width: 135px; 
	margin-left: 0;
}
form.filter .js-ifilter-target input.checkbox {
	position: absolute; 
	top: -9999999px;	
}

form#js-ifilter em { padding-right: 10px; }

/* Sorteren
-------------------------------------------------------------------*/
.sorter {}
.sorter a.sortable { font-weight: bold; }
.sorter a.sortable-asc { background: url(/img/arrow-270-small.png) no-repeat; padding-left: 14px; }
.sorter a.sortable-desc { background: url(/img/arrow-090-small.png) no-repeat; padding-left: 14px; }

/* Footer
-------------------------------------------------------------------*/
div#footer {
	background: url(/img/footer-bottom.png) no-repeat 0 bottom;
	padding-bottom: 12px;
	position: relative;
}

div#footer .inner {
	background: url(/img/footer-middle.png) repeat-y;
}

div#footer .top {
	background: url(/img/footer-top.png) no-repeat;
	padding-top: 15px;
}

div#footer dl.col { 
	float: left;
	margin-left: 16px;
	display: inline; 
}

div#footer dl.col dt { 
	color: #84d904;
	font-weight: bold;
	font-size: 1.3em;
	text-transform: uppercase;
	padding: 3px 3px 5px 3px;
}

div#footer dl.col dd {
	padding: 10px 17px 0;
}

/* Kolom 1 : Onze merken */
div#footer dl.col1 { width: 224px; }

ul.producten,
ul.footer-producten { 
	display: block;
	margin-bottom: .5em; 
}

ul.footer-producten li {
	display: block;
	border-bottom: 1px dotted #e0e0e0;
}

ul.producten a {
	display: block;
	border-bottom: 1px dotted #e0e0e0;
	color: #325259;
	font-weight: bold;
	text-decoration: none;
	font-size: .9em;
	padding: 2px 0;
}

ul.footer-producten a {
	color: #325259;
	font-weight: normal;
	text-decoration: none;
	font-size: .9em;
	padding: 2px 0;
}

dd.merken {
	height: 450px; overflow:auto;
	}

ul.footer-producten a.merk {
	font-weight:bold;
}


ul.producten a:hover,
ul.footer-producten a:hover { 
	color: #333;
	border-color: #ccc;  
}

ul.producten a {
	padding: 3px 2px;
	border-color: #999;
}

a.alle-merken {
	color: #4b9f24;
	font-weight: bold;
	padding: 3px 0 3px 20px;
	background: url(/img/icons/plus.gif) no-repeat left 50%; 
}

ul.producten span {
	font-weight: normal;
	color: #818181;
	font-size: .95em;
}

/* Kolom 1 : Alle merken */
div#footer.footer-breed { background-image: url(/img/footer-bottom-alt.png); }
div#footer.footer-breed .top { background-image: url(/img/footer-top-alt.png); }
div#footer dl.col dt { background: url(/img/footer-top-alt.png) no-repeat -100px -200px; }
div#footer.footer-breed dl.col1,
div#footer.footer-breed dl.col3,
div#footer.footer-breed dl.col2 dd.merken { display: none; }
dd.merkenlijst { display: none; }
div#footer.footer-breed dd.merkenlijst { display: block; }

dd.merkenlijst {
	width: 911px;
}

ul.footer-alles { 
	background: #fff;
	margin-bottom: 0; 
}
	
ul.footer-alles li {
	clear: none;
	margin-right: 15px;
	width: 169px;
}

ul.footer-alles li.last { float: left; clear: none; margin-right: 0; }

/* Kolom 2 : Contactinfo */
div#footer dl.col2 {
	width: 344px;
}

div#footer dl.col1 a {
	color: #4b9f24;
	font-weight: bold;
	text-decoration: none;
}
div#footer dl.col1 a:hover { text-decoration: underline; }

div#footer dl.col1 div.alinea { margin-bottom: 0; }
div#footer dl.col1 img.afb {
	float: left;
	margin-right: 15px;
}


/* Kolom 3 : Blijf op de hoogte */
div#footer dl.col3 {
	margin-left: 17px;
	width: 345px;
}

/* Footer met copyright, iwink e.d. */
div#copyright-footer {
	color: #fff;
	padding: 1em 0;
}
div#copyright-footer a { color: #fff; }
div#copyright-footer p { margin-bottom: 0; }

/* iFader
------------------------------------------------------------------*/
div.js-ifader { position: relative; margin-bottom: 1em; }
div.js-ifader div.js-ifader-item { left: 0; position: absolute; top: 0; z-index: 0; }

div#ifader ,
div#ifader div.js-ifader-item { height: 237px; width: 704px; }
div#ifader .js-ifader-nav { right: 0; top: -22px; }
div#ifader .js-ifader-nav li { display: inline; }

div.js-ifader ul.js-ifader-nav { position: absolute; }	/* z-index: 5; Indien deze boven de items moet komen te liggen */
ul.js-ifader-nav li {
	display: block;
	float: left;
}
ul.js-ifader-nav li.first {
	background: url(/img/ifader-nav.png) no-repeat 0 0;
	padding-left: 18px;
}

ul.js-ifader-nav {
	background: url(/img/ifader-nav.png) no-repeat right 0;
	padding-right: 6px;
	height: 24px;
}

ul.js-ifader-nav a {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	outline: 0 none;
	width: 18px;
	height: 24px;
	background: url(/img/ifader-nav.png) -18px 0 no-repeat;
}

ul.js-ifader-nav a:hover,
ul.js-ifader-nav a.js-ifader-active {
	background-position: -18px -25px;
}

div.js-ifader-item img.bg {}

div.js-ifader-item div.balloon {
	height: 152px;
	width: 190px;
	padding: 15px 84px 30px 51px;
	background: url(/img/ifader-tekstbalon.png) no-repeat;
	position: absolute;
	right: -20px;
	bottom: 9px;
}

a.ifader-btn {
	display: block;
	text-align: center;
	background: url(/img/ifader-btn.png) no-repeat;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	height: 27px;
	line-height: 26px;
	text-shadow: 0 -1px 0 #193a57;
	width: 190px;
	position: absolute;
	bottom: 43px;
}

div.js-hover a.ifader-btn,
a.ifader-btn:hover { 
	background-position: 0 -27px;
	text-shadow: 0 -1px 0 #3e831d;
}

div.js-hover a.ifader-btn:active,
a.ifader-btn:active { 
	background-position: 0 -54px;
	text-shadow: 0 -1px 0 #3e831d; 
}

/* iFilter
------------------------------------------------------------------*/
.js-ifilter-collapser {
	background: url("/img/icons/plus.gif") no-repeat scroll right 50% transparent;
	color: #4B9F24;
	display: none;
	font-weight: bold;
	padding: 3px 0 3px 20px;
}
.js-ifilter-collapser.active {background:none;}

.nojs-ifilter-collapser {
	color: #4B9F24;
	display: none;
	font-weight: bold;
	padding: 3px 0 3px 20px;
}

.js-on .js-ifilter-not-selected { /*display: none;*/ }

/* form.vrij-zoeken
------------------------------------------------------------------*/
form#js-filter label,
form#js-filter select,
form#js-filter input,
form.vrij-zoeken label,
form.vrij-zoeken select,
form.vrij-zoeken input {
	float: none;
	width: auto;
}
form.vrij-zoeken select {
    border: 1px solid #d2d3d2;
    padding: 3px;
    width: 100%;
}

form#js-ifilter input.btn,
form.vrij-zoeken input.btn {
	border: 2px #83e856 solid;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	padding: 0 3px 3px;
	width: 73px;
	height: 28px;
	text-shadow: 0 -1px 0 #4b8f00;
	cursor: pointer;
	background: #50b618;
	background-image: -moz-linear-gradient(top, #50b618 0%, #488e2d 100%); /* firefox */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50b618), color-stop(100%,#488e2d)); /* webkit */
}

form#js-ifilter input.btn:hover,
form.vrij-zoeken input.btn:hover {
	background: #488e2d;
	background-image: -moz-linear-gradient(top, #488e2d 0%, #50B618 100%); /* firefox */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#488e2d), color-stop(100%,#50B618)); /* webkit */
	text-shadow: 0 1px 0 #4b8f00;
}

form#js-ifilter label,
form.vrij-zoeken label {
	display: block;
}

form#js-ifilter input.text,
input.zoek-input {
	border: 1px #d2d3d2 solid;
	padding: 5px;
	width: auto;
	height: 16px;
}

input.zoek-input { 
	float: left !important;
	width: 117px !important; /*ie*/ 
}
input.zoek-btn { 
	float: left !important;
}

form#js-ifilter input.btn,
form.vrij-zoeken li.submit input.btn {
	display: block;
	width: 100%;
}

.zoek-border {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 1.2em;
}


/* Homepage: Uitgelichte Producten
------------------------------------------------------------------*/
ul.ploop { margin-bottom: 1em; }
ul.ploop li {
	float: left;
	width: 224px;
	background: url(/img/balloon-left-bottom.png) 0 bottom no-repeat;
	padding-bottom: 7px;
	margin-right: 16px;
	margin-bottom: 1em;
}
ul.ploop li.last { margin-right: 0; }
ul.ploop li.js-hover { cursor: pointer; }

div.ploop-top {
	background: url(/img/balloon-top.png) no-repeat;
	padding-top: 5px;
}
div.ploop-top div {
	border: 1px solid #cdcdcd;
	border-width: 0 1px;
	padding: 6px 11px 3px;
	height: 235px;
}

ul.ploop a.image {
	border: 1px #efefef solid;
	display: block;
	text-align: center;
	height: 164px;
	line-height: 164px;
	margin-bottom: 1em;
}
ul.ploop li.js-hover a.image,
ul.ploop a.image:hover {
	border-color: #cdcdcd;
}

ul.ploop a.image img {
	margin: 0 auto;
	display: inline;
}

body#component-product span.price,
div.product-summary span.price,
ul.ploop span.price {
	float: right;
	font-weight: bold;
	color: #fA6f20;
	font-size: 1.3em;
	letter-spacing: -0.04em;
}

div.product-summary span.price { font-size: 1.5em; padding: .3em 5px 0 0; }
body#component-product span.price {
	font-size: 1.6em;
	padding-top: .3em;
	
	position: absolute;
	right: 0;
	bottom: 4px;
}

ul.ploop span.subtitle { color: #7f7f7f; }

div.product-border div.alinea,
div.product-summary div.alinea { margin-bottom: 0; }
div.product-summary div.extrainfo { 
	position: absolute;
	bottom: 12px;
	width: 446px;
}
div.product-summary div.extrainfo p.maten { margin-bottom: 4px; }
div.product-summary div.extrainfo label { float: none; font-weight: normal; margin-right: 0; width: auto; }
div.product-border div.info div.extrainfo { 
	position: absolute;
	bottom: 18px;
	width: 490px;
}
div.product-summary div.info div.extrainfo { width: 280px; }
div.product-border div.info div.extrainfo { width: 305px; }

/* Homepage: Contact & UPC's
------------------------------------------------------------------*/
div.middle-left {
	float: left;
	width: 344px;
	margin-bottom: 1.5em;
}

div.middle-right {
	float: right;
	width: 344px;
	margin-bottom: 1.5em;
}

div.middle-left h2,
div.middle-right h2 { margin-bottom: .2em; }

ul.upcs-home { 
	display: block;
	list-style: none;
	margin-bottom: 1.5em; 
}

ul.upcs-home li {
	display: block;
	padding: 4px 0 4px 36px;
	background: url(/img/upc-big.png) 7px 8px no-repeat;
}

div.middle-left a { text-decoration: none; }
div.middle-left a:hover { text-decoration: underline; }

/* Homepage: Linkerkolom
-----------------------------------*/
div.slogan {
	position: absolute;
	top: 0;
	left: 0;
}

div.categories { margin-bottom: 2.5em; }
div.categories h3 { 
	color: #64a404;
	font-size: .9em;
	text-transform: uppercase;
	padding: 3px 0;
}

ul.nieuw {
	border: #999 1px dotted;
	border-width: 1px 0;
}

ul.nieuw li a { border-color: #e0e0e0; }
ul.nieuw li a.last { border-bottom: 0; }

ul.nieuw a span.title {
	color: #325259;
	float: left;
	font-weight: bold;
	font-size: 1em;
}
ul.nieuw a:hover span.title { color: #333; }
ul.nieuw span.price {
	float: right;
	color: #64a404;
}

/* Homepage: Meldingen onderaan
------------------------------------------------------------------*/
a.vlag-melding {
	display: block;
	clear: both;
	background: url(/img/vlag-melding.jpg) no-repeat;
	text-decoration: none;
	font-weight: bold;
	padding: 9px 18px 0 15px;
	height: 30px;
	margin-bottom: .7em;
}

a.vlag-melding span.title { 
	padding-left: 35px;
	float: left;
}
a.vlag-be span.title { background: url(/img/icons/vlag-be.png) no-repeat 0 50%; }
a.vlag-eu span.title { background: url(/img/icons/vlag-eu.png) no-repeat 0 50%; }

a.vlag-melding span.meer {
	float: right;
	font-weight: bold;
}

a.vlag-melding:hover span.meer { text-decoration: underline; }

/* Winkelwagen
------------------------------------------------------------------*/
div.afrekenenbox { 
	/*width: 696px;
		padding: 16px;*/
	width: 728px;
	padding-bottom: 5px;
	background: url(/img/webwinkel-box-bottom.jpg) no-repeat 0 bottom;
	margin-bottom: 1em;
}

div.afrekenenbox-top {
	background: url(/img/webwinkel-box-top.png) no-repeat 0 top;
	padding-top: 5px;
}

div.melding { background: url(/img/webshop-note.png) no-repeat; }
div.melding div.msgs {
	padding-top: 9px;
	text-align: center;
}

div.melding div.msgs p {
	display: inline;
	padding: 4px 0 4px 25px;
	color: #824100;
	text-shadow: #fedd00 0 1px 0px;
	background: url(/img/alert.png) no-repeat 0 50%;
}

div.melding div.afrekenenbox-top { margin-top: 5px; }


div.afrekenenbox-inner {
	border: 1px #ccc solid;
	border-width: 0 1px;
	padding: 11px 16px;
	background: #fff;
}

ul#progressbar {
	padding-bottom: 20px;
	background: url(/img/progressbar.png) no-repeat 0 bottom;
	width: 697px;
	overflow: hidden;
	margin-bottom: 2em;
}

ul#progressbar.stap2 { background-position: -697px bottom; }
ul#progressbar.stap3 { background-position: -1395px bottom; }
ul#progressbar.stap4 { background-position: -2092px bottom; }


ul#progressbar li {
	display: block;
	width: 174px;
	float: left;
	font-size: 1.1em;
	text-align: center;
	color: #acacac;
	font-weight: bold;
}
ul#progressbar li.passed { color: #4b9f24; }
ul#progressbar li.active { color: #1d466c; }


/* Productenlijst
------------------------------------------------------------------*/
ul.productlist li.level1 {
	padding-top: 12px;
	background: url(/img/product-border.png) no-repeat;
	margin-top: 1em;
}

ul.productlist li div.product-summary {
	padding: 0 12px 12px;
	background: url(/img/product-border.png) 0 bottom no-repeat;
	position: relative;
}

body#component-searchengine ul.productlist { margin-bottom: 1em; }

body#component-product a.image img,
div.product-summary a.image img { 
	display: inline;
	vertical-align: middle;
}

body#component-product a.image,
body#component-product span.image,
div.product-summary a.image,
div.product-summary span.image {
	float: left;
	width: 169px;
	height: 165px;
	line-height: 165px;
	border: 1px solid #efefef;
    display: block;
    text-align: center;
}
div.product-summary a.image:hover { border-color: #cdcdcd; }
div.product-summary a.image img { display: inline; }

body#component-product div.info,
div.product-summary div.info {
	width: 280px;
	float: right;
	padding-top: 5px;
	display: inline;
	padding-bottom: 35px;
}
body#component-product div.info-maten,
div.product-summary div.info-maten { padding-bottom: 96px; }
body#component-searchengine div.info { padding-bottom: 0; }
body#component-searchengine div.product-summary div.info { padding-bottom: 35px; }
body#component-product div.info-met-maten,
div.product-summary div.info-met-maten { padding-bottom: 95px; }

body#component-product div.info { width: 305px; }

body#component-product span.subtitle,
div.product-summary span.subtitle {
	font-weight: bold;
	color: #1d466c;
	font-size: 1.1em;
	display: block;
}

div.product-summary div.description {

}

span.artikelnr { font-size: .95em; display: block; }

a.pretty-button,
input.pretty-bestellen {
	font-size: 12px;
	border: 2px #83e856 solid;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	padding: 4px;
	text-shadow: 0 -1px 0 #4b8f00;
	text-decoration: none;
	cursor: pointer;
	background: #50b618;
	background-image: -moz-linear-gradient(top, #50b618 0%, #488e2d 100%); /* firefox */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50b618), color-stop(100%,#488e2d)); /* webkit */
	display: block;
}
a.pretty-button { padding: 4px 10px; }

a.pretty-button:hover,
input.pretty-bestellen:hover {
	background: #488e2d;
	background-image: -moz-linear-gradient(top, #488e2d 0%, #50B618 100%); /* firefox */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#488e2d), color-stop(100%,#50B618)); /* webkit */
	text-shadow: 0 1px 0 #4b8f00;
}

div.imagecontainer { 
	float: left;
	width: 171px;
}

div.imagecontainer ul {	clear: both; }
div.imagecontainer li {
	display: block;
	float: left;
	margin: 4px 5px 0 0;
	vertical-align: middle;
}
div.imagecontainer li.fantastic-four { margin-right: 0; }

div.imagecontainer li img { 
	display: inline;
	vertical-align: middle; 
}
div.imagecontainer li a {
	display: table-cell;
	float: left;
	width: 37px;
	height: 37px;
	line-height: 37px;
	border: 1px #efefef solid;
	text-align: center;
}

div.product-border {
	border-bottom: 1px #e0e0e0 dotted;
	padding-bottom: 1.5em;
	margin-bottom: 1em;
	position: relative;
}

a.back {
	font-weight: bold;
	color: #325359;
}

div.sharethis {
	float: right;
	margin-top: -25px;
}
body .stButton .chicklets { padding-left: 14px !important; }

/* Bestelformulier
------------------------------------------------------------------*/
table.winkelwagen-artikelen th { 
	color: #595959;
	border-bottom: 1px #e0e0e0 dotted;
	padding: 8px 3px;
}

table.winkelwagen-artikelen td { 
	padding: 5px 0;
	border-bottom: 1px #e0e0e0 dotted;
}
table.winkelwagen-artikelen tr.even td {
	background: #f9f9f9;
}

table.winkelwagen-artikelen tr.totaal td,
table.winkelwagen-artikelen tr.totaal th { 
	border: 0;
	padding-top: 15px;
}

.stap3 table.winkelwagen-artikelen tr.totaal td,
.stap3 table.winkelwagen-artikelen tr.totaal th { 
	border: 0;
	padding: 3px 0;
	color: #979797;
}

.stap3 table.winkelwagen-artikelen tr.topspace td,
.stap3 table.winkelwagen-artikelen tr.topspace th { padding-top: 15px; }

.blauw { color: #325459 !important; }

table.winkelwagen-artikelen tr.totaal th.prijs {
	color: #fa6f20;
	font-size: 1.2em;
	text-align: center;
}

table.winkelwagen-artikelen td.totaal {
	color: #325259;
	text-align: right;
	font-weight: bold;
}

table.winkelwagen-artikelen select { 
	width: auto;
	border: 1px solid #d2d3d2;
    padding: 3px; 
}

h2.producttitel { font-size: 1.3em; }

table.winkelwagen-artikelen td.prijs {
	color: #b2b2b2;
	font-weight: bold;
	text-align: center;
}

a.verwijder {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/img/delete.png) no-repeat;
	width: 12px;
	height: 12px;
	margin: 0 auto;
}
a.verwijder:hover { background-position: -13px 0;}

td.product-afb { 
	text-align: center;
	vertical-align: top;
}
td.product-afb a {
	display: block;
	background: #fff;
	width: 37px;
	height: 37px;
	line-height: 37px;
	border: 1px #efefef solid;
	text-align: center;
	margin: 0 auto;
}
td.product-afb a:hover { border-color: #ccc; }

td.product-afb a img { 
	display: inline;
	vertical-align: middle; 
}

form#nieuwsbrief input.text,
body#component-webshop div#content select,
body#component-webshop div#content input.text,
body#component-webshop div#content textarea {
	   -moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
			border-radius: 4px; 
	
	   -moz-box-shadow: 0 1px 2px #dcdddc inset; 
	-webkit-box-shadow: 0 1px 2px #dcdddc inset;
			box-shadow: 0 1px 2px #dcdddc inset;
}

div#content.loading {
	opacity: .3;
	position: relative;
}
div#content.loading .content-spinner {
	position: absolute;
	left: 50%;
	top: 150px;
	margin-left: -24px;
}

	/* Nieuwsbrief inschrijven inputs + button
	----------------------------------*/
	form#nieuwsbrief input.text {
		width: 299px;
		margin-bottom: .7em;
		font-size: 1em;
	}
	
	form#nieuwsbrief input.button {
		float: right;
		display: block;
		background: url(/img/nieuwsbrief-btn.png) no-repeat;
		width: 122px;
		height: 27px;
		text-indent: -9999px;
		overflow: hidden;
		font-variant: small-caps;
		border: 0;
	}
	form#nieuwsbrief input.button:hover,
	form#nieuwsbrief input.button:focus { background-position: 0 -27px; }
	form#nieuwsbrief input.button:active { background-position: 0 -54px; }
	
	
div.bestelbox {
	border: 1px #ccc solid;
	padding: 10px 16px;
	margin-bottom: 2em;
	
	   -moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
			border-radius: 5px; 
}


/* uw-gegevens tabel
------------------------------------------------------------------*/
table#uw-gegevens { margin-bottom: .5em; width: 100%;}
table#uw-gegevens td,
table#uw-gegevens th {
	border-bottom: 1px #e0e0e0 dotted;
	padding: 5px 3px;
}
table#uw-gegevens td { font-weight: bold; }

/* betaalwijze
------------------------------------------------------------------*/
ol.betaalwijze li {
	border-bottom: 1px #e0e0e0 dotted;
	padding: 7px 10px 13px 50px;
	display: block;
}

ol.betaalwijze input.radio {
	left: 16px; /*ie*/
	top: 20px;
}

ol.betaalwijze label.betaalwijze {
	display: block;
	width: auto;
	color: #f96e1f;
	font-size: 1.1em;
	float: none;
	padding: 1px 0;
}

ol.betaalwijze li.paypal,
ol.betaalwijze li.ideal,
ol.betaalwijze li.belgium,
ol.betaalwijze li.europe {
	background: url(/img/ideal.jpg) no-repeat 53px 0;
	padding-left: 140px;
}
ol.betaalwijze li.paypal { background: url(/img/paypal.jpg) no-repeat 45px 0; }
ol.betaalwijze li.belgium { background: url(/img/belgium.png) no-repeat 45px 0; }
ol.betaalwijze li.europe { background: url(/img/europe.png) no-repeat 45px 0; }
ol.betaalwijze li.nobg { background: none; }

ol.betaalwijze div.machtiging label {
	font-style: italic;
	font-weight: normal;
	color: #325259;
	width: 145px;
	clear: left;
}

ol.betaalwijze div.machtiging input.text { 
	padding: 3px;
	margin: 2px 0;
	width: 160px;
	
	   -moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
			border-radius: 3px;
}


