/*
#####################################################################
#	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: #000 url(/img/bg.gif);
	font-size: 1.2em;
	line-height: 18px;
}

div#bodywrap { background: url(/img/basicpage-bg.gif) no-repeat 50% 210px; }
body#component-homepage div#bodywrap { background: url(/img/body.bg.png) no-repeat 51% 663px; }

* ::-moz-selection { background-color: #c90f08; color: #fff; }
* ::-webkit-selection { background-color: #c90f08; color: #fff; }
* ::selection { background-color: #c90f08; color: #fff; }

/* Algemene classnames
-------------------------------------------------------------------*/
.nomargin, .nom { margin: 0; }
.nopadding .nop { padding: 0; }
.nomp { margin: 0; padding: 0; }
.block { display: block; }
.inline { display: inline; }

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

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

.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; }
.pointer, .js-hover { cursor: pointer; }

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

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

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

div.kolom-midden,
div.kolom-midden p,
div.kolom-midden div.alinea {
	font-size: 11px;
}

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

/* Headings
-------------------------------------------------------------------*/
h1, h2, h3, h4 { font-family: ff-dax-compact-web-pro, sans-serif; }
h1 { font-size: 1.8em; }
h2 { font-size: 1.45em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }

div.kolom-midden h1 {
	margin: .5em 0 .7em;
}

div#header img#logo {
	position: absolute;
	top: 35px;
}
div#container {
	position: relative;
}
/* Hyperlinks
-------------------------------------------------------------------*/
a { color: #b80c00; }
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.js-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: 14px;
	vertical-align: middle;
	width: 177px;
}
.keuze label,
.form-input-multipleselect li label {
	float: none;
	margin-left: 6px;
	width: auto;
}
.keuze label.multiple-title { font-weight: bold; margin-left: 0; }

input { vertical-align: middle; }
input.text, textarea {
	padding: 2px 3px;
	vertical-align: middle;
	width: 260px;
}
textarea { font-size: 12px; overflow: auto; }
select { vertical-align: middle; width: 268px; }
select.auto, li.form-input-date select { width: auto; }
textarea { height: 80px; }
input, select, textarea { font-family: Verdana, Arial, Tahoma, sans-serif; }
input.radio,
input.checkbox { 
	/* left: 0;
	position: absolute;
	top: 3px; */
	display: inline;
}  /*ie6*/
input.button, input.submit { cursor: pointer; overflow: visible; }

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

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

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

input.meer-info {
	background: #3366CC;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #FFF;
    font-family: ff-dax-compact-web-pro,sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 3px 13px 2px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}
input.meer-info:hover,input.meer-info:focus{ background: #274e9c; }

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

/* Highlighted
--------------------------------------------------------------------*/
.highlighted { background-color: #c90f08; color: #fff; }
h1 span.highlighted, h2 span.highlighted { margin: 0; position: relative; } 

/* 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;
}
img.illustratie-links {
	float: left;
	margin: .5em 8px .3em 0;
}
div.zijkolom img.illustratie {
	display: block;
	float: none;
	margin: 0 auto 2em;
}

div.alinea img.illustratie,
div.alinea img.illustratie-links {
	margin-top: 0;
	margin-bottom: 0;
}

div.met-foto-details { padding-top: 5px; }
div.met-foto-details h2 { margin-bottom: 2px; }

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

/* Zoekresultaten
-------------------------------------------------------------------*/
body#component-searchengine a.link {
	display: block;
	background: url(/img/arrow.gif) no-repeat 0 7px;
	padding-left: 12px;
}

/* 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, div.form-error {
	background: #E72E27;
	border: 1px solid #991915;
	color: #ffffff;
	margin: 1em 0;
	padding: .2em 0;
}
ul.errors li, ol.errors li { 
	list-style: disc;
	margin: 0 0 0 20px;
	padding: .2em 0; 
}

div.form-error {
	background: none;
	border: 2px solid #991915;
	color: #991915;
	padding: 6px 10px 8px !important;
}

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

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

li div.input-error p { margin-bottom: .8em; }

li.input-error {
	border-left: 4px #C90F08 solid;
	padding-left: 10px;
}
li.input-error label { margin-right: 0; }

/* FCK-editor-lijst
-------------------------------------------------------------------*/
div.alinea ul { list-style: square; }
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; }

form.webbeheer-formulier label em { color: #c90f08; }

form.webbeheer-formulier{
	margin-bottom: 10px;
}

form.webbeheer-formulier div.captchatext p,
form.webbeheer-formulier div.captchatext{
    float: right;
}

form.webbeheer-formulier div.captchatext p{
    background: #C90F08;
    width: 290px;
    color: #fff;
    margin-right: 4px;
    padding: 10px;
    margin-bottom: 5px;
}

form.webbeheer-formulier div#recaptcha_widget_div,
form.webbeheer-formulier div.captcha{
    float: right;
    overflow: hidden;
}

form.webbeheer-formulier select,
form.webbeheer-formulier input.text,
form.webbeheer-formulier textarea {
	padding: 4px 7px;
	border: 1px inset #262626;
	color: #818181;
	font-size: 11px;
	
	 -moz-transition: all 0.2s ease-out;  
       -o-transition: all 0.2s ease-out;  
  -webkit-transition: all 0.2s ease-out;  
      -ms-transition: all 0.2s ease-out;  
          transition: all 0.2s ease-out;	
}

form.webbeheer-formulier select {
	padding: 4px 4px 4px 7px;
	width: 279px;
}

form.webbeheer-formulier li.form-input-date select {
	width: auto;
	min-width: 83.5px;
}

form.webbeheer-formulier select:hover,
form.webbeheer-formulier select:focus,
form.webbeheer-formulier input.text:hover,
form.webbeheer-formulier input.text:focus,
form.webbeheer-formulier textarea:hover,
form.webbeheer-formulier textarea:focus { color: #333; }

form.webbeheer-formulier h2 { padding-top: 7px; }

form.webbeheer-formulier ul ul {
	float: left;
	width: 276px;
}

form.webbeheer-formulier ul ul li { margin: 5px 0; }

form.webbeheer-formulier div.buttons { padding: 5px 0  10px 194px; }
form.webbeheer-formulier input.button {
	border: 0;
	background: #b80c00;
	color: #fff;
	font-family: ff-dax-compact-web-pro, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	padding: 5px 19px 3px;
	
     -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
          border-radius: 3px;
          
	 -moz-transition: all 0.3s ease-out;  
       -o-transition: all 0.3s ease-out;  
  -webkit-transition: all 0.3s ease-out;  
      -ms-transition: all 0.3s ease-out;  
          transition: all 0.3s ease-out;
}

form.webbeheer-formulier input.button:hover { background: #dd1100; }
	
/* Zoekformulier
-------------------------------------------------------------------*/
div.searchfield form,
form#zoeken {
	float: right;
	width: 271px;
	height: 27px;
	padding: 13px 15px 11px 45px;
	background: url(/img/zoekveld.png) no-repeat;
	margin: 15px 0 0;
}

div.searchfield form { float: none; margin: 0; }

div.searchfield input.text,
form#zoeken input.text {
	float: left;
	color: #818181;
	width: 210px;
	background: none;
	padding: 5px 0;
	border: 0;
	
     -moz-transition: all 0.3s ease-out;  
       -o-transition: all 0.3s ease-out;  
  -webkit-transition: all 0.3s ease-out;  
      -ms-transition: all 0.3s ease-out;  
          transition: all 0.3s ease-out;  
}

div.searchfield input.text:hover,
div.searchfield input.text:focus,
form#zoeken input.text:hover,
form#zoeken input.text:focus { color: #333; }

div.searchfield input.submit,
form#zoeken input.button {
	width: 45px;
	height: 27px;
	float: right;
	border: 0;
	background: url(/img/zoek.png) no-repeat 50% 50%;
	font-variant: small-caps;
	text-indent: -9999px;
	overflow: hidden;
}

form.zoekformulier fieldset { float: right; }

/* 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#footer,
div#container {
	margin: 0 auto;
	width: 960px;
}

/* Header
-------------------------------------------------------------------*/
div#contactgg { 
	float: right;
	color: #bfbfbf;
	font-family: ff-dax-compact-web-pro, sans-serif;
	font-weight: bold;
	margin-top: 15px;
	width: 270px; 
} 
div#contactgg p {
	width: 110px;
	font-size: 11.5px;
	margin: 0 0 13px 23px; 
} 

/* Hoofdmenu
-------------------------------------------------------------------*/
ul#hoofdmenu { 
	background: url(/img/hoofdmenu.png) no-repeat;
	font-family: ff-dax-compact-web-pro, sans-serif;
	font-weight: 700;
	margin-top: 10px;
	border-radius: 0 0 15px 15px;
}
ul#hoofdmenu li { float: left; }
ul#hoofdmenu a { 
	display: table-cell;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	padding: 0 9px;
	height: 75px;
	line-height: 25px;
	vertical-align: middle;
	background: url(/img/hoofdmenuitemborder.png) no-repeat right 0;
	text-align:center;
	max-width: 135px;
	white-space: pre-wrap;
    word-wrap: normal;
}

ul#hoofdmenu a:hover,
ul#hoofdmenu a:focus { color: #e14139; }

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; }

/* Topmenu
-------------------------------------------------------------------*/
ul#topmenu { 
	display: block;
	text-align: right;
	margin-bottom: 30px;
}
ul#topmenu li {
	display: inline-block; /*ie*/ 
}
ul#topmenu a { 
	font-family: ff-dax-compact-web-pro, sans-serif;
	font-weight: bold;
	display: block;
	padding: 5px 20px;
	font-size: 11px;
	color: #fff;
	background: #000;
	text-transform: uppercase;
	
}

/* Submenu
-------------------------------------------------------------------*/
dl#submenu {
	padding: 15px 10px 15px 15px;
	background: #d9d9d9;
}

dl#submenu dt a {
	display: block;
	color: #c90f08;
	padding: 5px 0 12px;
	font-family: ff-dax-compact-web-pro, sans-serif;
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
}

dl#submenu dd a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-size: 11px;
	padding: 2px 0;
}

dl#submenu dd a:hover,
dl#submenu dd a.active { color: #c90f08; }

dl#submenu ul ul {
	padding: 0 0 3px 10px;
}

/* Social
-------------------------------------------------------------------*/
ul#social {
	right: 8px;
	position: absolute;
	top: 39px;
}
ul#social li { float: left; margin-left: 8px; }
ul#social a {
	background: url(/img/v2/socials.png);
	display: block;
	height: 24px;
	overflow: hidden;
	text-indent: -99999px;
	width: 24px;
}
ul#social a:hover, ul#social a:focus { background-position: 0 bottom; }
ul#social a.facebook { background-position: -24px 0; }
ul#social a.facebook:hover, ul#social a.facebook:focus { background-position: -24px bottom; }
ul#social a.twitter { background-position: -48px 0; }
ul#social a.twitter:hover, ul#social a.twitter:focus { background-position: -48px bottom; }
ul#social a.linkedin { background-position: -72px 0; }
ul#social a.linkedin:hover, ul#social a.linkedin:focus { background-position: -72px bottom; }

/* Breadcrumbs
-------------------------------------------------------------------*/
p#breadcrumbs {
	margin: 0;
	background: #000;
	color: #9facb2;
	font-size: 10px;
	padding: 20px 10px 5px 195px;
	border-top: 1px #323232 solid;
}

p#breadcrumbs a {
	color: #9facb2;
	font-weight: bold;
	text-decoration: none;
	background: url(/img/arrow.gif) no-repeat right 6px;
	padding: 2px 10px 2px 0;
	margin-right: 3px;
}

p#breadcrumbs a:hover { color: #fff; }

/* Kolommen
-------------------------------------------------------------------*/
div.kolom-wrapper {
	float: left;
	width: 720px;
	background: #fff;
}

div.kolom-wrapper-breed {
	float: none;
	width: auto;
}

div.kolom-wrapper-breed div.kolom-midden {
	width: 745px;
}

div.kolom-midden {
	float: right;
	padding: 15px 20px 10px 20px;
	width: 505px;
	background: #fff;
}
div.kolom-links {
	float: left;
	width: 190px;
	background: #e5e5e5;
	margin-top: -20px;
	margin-left: -15px;
}
div.kolom-rechts {
	float: right;
	width: 240px;
	margin-bottom: 2em;
}

div.kolom-bg { background: url(/img/kolom-bg.gif) repeat-y; }

/* Webshop
-------------------------------------------------------------------*/
body#component-webshop div.kolom-midden { float:left; width: 680px;}
ul#progressbar { background: url(/img/progress.png) no-repeat bottom; padding-bottom: 14px; margin-bottom: 50px; }

ul#progressbar.stap2 {background-position: 0 0;}
ul#progressbar.stap3 {background-position: 0 14px;}
ul#progressbar.stap4 {background-position: 0 28px;}

ul#progressbar li {
	float:left; 
	width: 170px; 
	text-align:center; 
	background: white; 
	padding-bottom: 10px;
	color: #ACACAC;
	margin: 0;
	font-weight:bold;
}
ul#progressbar li.active { color: #000; }

table.winkelwagen-artikelen select { width: 50px; }
table.winkelwagen-artikelen a.verwijder { display:block; background: url(/img/delete.png) no-repeat; width: 15px; height: 15px; text-indent: -9999px; }
table.winkelwagen-artikelen td { min-height: 46px; }
table.winkelwagen-artikelen tr.even td { background: #E0E0E0; }

table.winkelwagen-artikelen tr.totaal th { padding: 20px 0; color: #FA6F20; font-weight:bold; }
table.winkelwagen-artikelen tr.totaal td { padding: 20px 10px; text-align:right; }

.afrekenenbox label { float:none; display:block; }
.afrekenenbox h2 { margin: 20px 0; }
.afrekenenbox label.betaalwijze { float: left; width: 145px; }

div#cart {
	background: #3366CC;
	color: #fff;
	margin: 5px;
	padding: 10px;
	font-size: .9em;
}
div#cart strong.kop {
	background: url(/img/cart.png) no-repeat left center;
	display:block; 
	margin-bottom: 5px; 
	font-size: 15px; 
	font-family: ff-dax-compact-web-pro,sans-serif; 
	padding: 5px 0 0 25px;
}
div#cart p { margin-bottom: 10px; }

/* Footer
-------------------------------------------------------------------*/

div#footer {
	font-family: ff-dax-compact-web-pro, sans-serif;
	font-weight: 600;
	color: #fff;
	padding: 10px;
}
div#footer a { color: #fff; }
div#footer p { margin-bottom: 0; }

div.merken {
	background: #000;
	padding: 50px 0 35px;
}

div.merken div.islider-wrapper {
	width: 960px;
	margin: 0 auto;
}

div.merken .islider-next,
div.merken .islider-previous {
	background: url(/img/slidercontrols.png) no-repeat 0 50%;
	width: 50px;
	overflow: hidden;
}

div.merken .islider-next {
	background-position: right 50%;
}

/* iSlider
------------------------------------------------------------------*/
.islider { background-color: #fff; clear: both; }
.islider-wrapper {}
.islider-viewport { height: 70px; overflow: hidden; margin: 0 auto; width: 800px; border: 1px solid #000;}
.islider-container{ height: 70px; white-space: nowrap; }
.islider-item { float: left; padding: 0 15px; }
.islider-link img { display: inline; }
.islider-previous {
	background: url(/img/islider-controls-bg.png) no-repeat 0px 0px;
	float: left;
	height: 70px;
	outline: none;
	text-indent: -999px;
	width: 35px;
}
.islider-next {
	background: url(/img/islider-controls-bg.png) no-repeat 0px -95px;
	float: right;
	height: 70px;
	outline: none;
	text-indent: -999px;
	width: 35px;
}

/* PriceSlider
------------------------------------------------------------------*/
#js-priceslider-wrapper { width: 300px; }
#js-priceslider-background { border: 1px solid #000; height: 10px; position: relative; width: 300px; }
#js-priceslider-slider { background: #56A721; height: 10px; position: absolute; }
.js-priceslider-button { background: #f7403a; cursor: pointer; height: 10px; position: absolute; width: 10px; }
#js-priceslider-min { left: 0; }
#js-priceslider-max { right: 0; }
#js-priceslider-min-label,
#js-priceslider-max-label { display: block; margin-left: -20px; margin-top: -20px; text-align: center; white-space: nowrap; width: 50px; }
#js-priceslider-max-label { margin-top: -30px; }

/* Homepage
-------------------------------------------------------------------*/
div.home-left {
	float: left;
	width: 544px;
}

div.home-left div#news-blok a.img{
    background: none;
}

/* Links */
div#home-fader {
	position: relative;
	height: 470px;
	background: #d9d9d9;
}

div#home-fader div.js-ifader-item {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 0;
}

div#home-fader div.controls {
	position: absolute;
	bottom: 0;
	right: 8px;
	width: 55px;
	text-indent: -9999px;
	overflow: hidden;
}

div#home-fader a.js-ifader-prev,
div#home-fader a.js-ifader-next {
	background: url(/img/slidercontrols.png) no-repeat 0 50%;
	height: 25px;
	width: 25px;
	float: left;
}

div#home-fader a.js-ifader-next { 
	background-position: right 50%;
	float: right;
}

div#intro {
	width: 358px;
	height: 95px;
	padding: 27px 20px 0 55px;
	background: url(/img/homeintrobg.png) no-repeat bottom;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: -26px;
	z-index: 80;
}

div#intro div.inner-intro {
	position: absolute;
	z-index: 82;
	width: 358px;
}

div#intro img.vlam {
	position: absolute;
	left: -69px;
	bottom: 0;
	z-index: 81;
}

div#intro h1 {
	text-transform: uppercase;
	font-size: 1.8em;
	margin-bottom: 6px;
	line-height: 100%;
}

div#intro p { line-height: 18px; }

/* Nieuws-blok */
div#news-blok {
	background: #d9d9d9;
	color: #000;
	padding: 30px 40px 0 0;
	height: 350px;
}

div#news-blok ul { height: 245px; }

div#news-blok li.first { margin-bottom: 20px; height: 115px; }
div#news-blok a.title {
	display: block;
	background: url(/img/pattern-white-on-gray.gif) no-repeat 0 50%;
	padding: 3px 20px;
	font-family: ff-dax-compact-web-pro, sans-serif;
	color: #d34117;
	font-size: 15px;
	font-weight: 700;
}

div#news-blok p,
div#news-blok p a {
	color: #000;
	font-size: 11px;
	line-height: 18px;
}

div#news-blok h2 { margin-bottom: 5px; }
div#news-blok h2,
div#news-blok h2 a {
	color: #d34117;
}

div#news-blok a.img {
	float: left;
	width: 110px;
	height: 110px;
	background: #666 url(/img/pattern-white-on-gray.gif);
	margin-right: 20px;
}

a.leesmeer-grijs,
a.leesmeer-blauw,
div#news-blok a.lees-meer {
	background: #3366cc;
	color: #fff;
	font-family: ff-dax-compact-web-pro, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	padding: 3px 13px 2px;
	
     -moz-border-radius: 2px; 
  -webkit-border-radius: 2px; 
          border-radius: 2px; 
          
     -moz-transition: all 0.3s ease-out;  
       -o-transition: all 0.3s ease-out;  
  -webkit-transition: all 0.3s ease-out;  
      -ms-transition: all 0.3s ease-out;  
          transition: all 0.3s ease-out; 
}
a.leesmeer-blauw:hover,a.leesmeer-blauw:focus,
div#news-blok a.lees-meer:hover,
div#news-blok a.lees-meer:focus { background: #274e9c; }

a.leesmeer-grijs { background: #E0E0E0; color: #333; text-decoration:none;}
a.leesmeer-grijs:hover,a.leesmeer-grijs:focus { background: #ccc; }

/* Keurmerken */
div#keurmerken a { 
	float: left;
	margin-left: 20px;
	height: 91px;
	vertical-align: middle;
	line-height: 91px;
	text-decoration: none;
		
     -moz-transition: all 0.3s ease-out;  
       -o-transition: all 0.3s ease-out;  
  -webkit-transition: all 0.3s ease-out;  
      -ms-transition: all 0.3s ease-out;  
          transition: all 0.3s ease-out;  

}
div#keurmerken a:first-child { margin-left: 0; }
div#keurmerken a img { display: inline; vertical-align: middle; }
div#keurmerken a:hover { opacity: .8; }

/* Rechts */
div.home-right {
	width: 416px;
	float: right;
	color: #fff;
}
div.home-right a { color: #fff; }

div.home-right div.top {
	background: #000;
	height: 662px; /* ie */
}

ul.usps-home {
	background: #C90F08 url(/img/usps-bg.png) no-repeat 0 bottom;
	padding: 10px 0;
	margin-bottom: 10px;
}

ul.usps-home li {
	background: url(/img/usp.png) no-repeat 25px 50%;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 20px 10px 75px; 
	font-family: ff-dax-compact-web-pro, sans-serif;
}

div.home-right div.producten { padding: 16px; }

div.home-right div.producten h2 {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 15px;
}

ul.productloop li {
	width: 184px;
	margin: 10px 0;
}

ul.productloop li.first {
	width: auto;
	clear: both;
}

ul.productloop a {
	text-transform: uppercase;
	font-weight: 700;
} 

ul.productloop a.title {
	float: right;
	background: url(/img/dottedarrow.gif) no-repeat right bottom;
	width: 115px;
	height: 50px;
	padding: 10px 0 0 0;
	text-transform: uppercase;
	font-weight: 800;
}

ul.productloop div.descr {
	float: right;
	width: 270px;
	height: 90px;
	padding-top: 10px;
	background: url(/img/dottedarrow.gif) no-repeat right bottom;
}
ul.productloop div.descr p { 
	font-size: 11px;
	line-height: 18px;
	padding-top: 5px;
}

/* Setaanbiedingen */
div#offers {
	height: 173px;
	padding: 15px 0 0 20px;
	overflow: hidden;
	margin-left: -150px;
	width: 546px;
	background: url(/img/offers.bg.png) no-repeat;
}
ul.offersloop li { width: 261px; }

ul.offersloop h3 {
	background: url(/img/offerspattern.gif) repeat-x;
	min-height: 19px;
	margin-bottom: 10px;
}

ul.offersloop h3 a {
	float: left;
	padding: 2px 13px 0 0;
	background: url(/img/offers.h2bg.gif) repeat-x;
	min-height: 19px;
	text-transform: uppercase;
	font-size: 16px;
}

ul.offersloop a.img {
	float: left;
	margin-right: 14px;
}

ul.offersloop p { font-size: 11px; }

ul.offersloop dl { 
	clear: both;
	padding-top: 10px;
}
ul.offersloop dt { display: none; }
ul.offersloop dd {
	float: left;
	padding: 3px 10px 0 0;
	font-weight: bold;
}

ul.offersloop ins {
	font-size: 18px;
	text-decoration: none;
}

/* USP's
-------------------------------------------------------------------*/
ul.usps {
	background: url(/img/basicpage-usps.png) no-repeat 0 bottom;
	padding: 15px 25px;
	font-family: ff-dax-compact-web-pro, sans-serif;
	font-size: 12px;
	color: #fff;
}

ul.usps li {
	padding: 5px 0;
	font-size: 13px;
	font-weight: 700;
}

ul.usps li a { color: #fff; }

/* Productfilter
-------------------------------------------------------------------*/
div.productfilter {	padding: 15px 10px 15px 15px; }

div.productfilter h2 {
   	color: #333;
    font-family: ff-dax-compact-web-pro,sans-serif;
    font-size: 17px;
    font-weight: bold;
    padding: 5px 0 12px;
    text-transform: uppercase;
}

div.productfilter dt { 
	font-weight: bold;
	padding: 5px 0;
	font-size: 11px;
	border-bottom: 2px #fff solid;
}

div.productfilter dd {
	margin-bottom: .8em;
}

div.productfilter label {
	font-size: 10px;
	float: none;
	display: block;
	padding: 2px 0;
}

.productfilter #js-priceslider-wrapper,
.productfilter #js-priceslider-background { width: 165px; }
.productfilter #js-priceslider-wrapper { margin-top: 40px; }

.productfilter #js-priceslider-min-label,
.productfilter #js-priceslider-max-label {
	background: #fff;
	font-size: 9px;
	color: #333;
	padding: 2px;
	line-height: 10px;
}

.productfilter #js-priceslider-max-label { 
	margin-top: 20px;
	margin-left: -30px;
}

.productfilter #js-priceslider-wrapper {
	margin: 35px 0 30px;
}

.productfilter #js-priceslider-background {
	background: url(/img/priceslider/product-bg.jpg) no-repeat;
	height: 6px;
	border: 0;
}

.productfilter #js-priceslider-slider {
	background: #b98153 url(/img/priceslider/product-slider.jpg) repeat-x;
	height: 6px;
}

.productfilter .js-priceslider-button {
	background: url(/img/priceslider/product-btn.png) no-repeat;
	width: 11px;
	height: 11px;
	top: -2px;
}

/* Productcategorieenoverzicht
-------------------------------------------------------------------*/
ul.categorieoverz li {
	display: block;
	float: left;
	width: 220px;
	height: 220px;
	margin: 0 30px 25px 0;
	position: relative;
	
		 -moz-transition: all 0.3s ease-out;  
       -o-transition: all 0.3s ease-out;  
  -webkit-transition: all 0.3s ease-out;  
      -ms-transition: all 0.3s ease-out;  
          transition: all 0.3s ease-out;
}
ul.categorieoverz li:hover { opacity: .8; }
ul.categorieoverz li:hover h2 a { background: #dd1100; }

ul.categorieoverz li.last { margin-right: 0; }

ul.categorieoverz a.img {
	display: block;
	width: 220px;
	height: 220px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

ul.categorieoverz h2 {
	position: absolute;
	z-index: 4;
	bottom: 0;
	left: 0;
	width: 220px;
}

ul.categorieoverz h2 a {
	display: block;
	background: #b80c00;
	padding: 10px 12px 8px;
	color: #fff;
	font-weight: bold;
	font-family: ff-dax-compact-web-pro, sans-serif;
	font-size: 18px;
	text-decoration: none;
}


/* merkenoverzicht
-------------------------------------------------------------------*/
ul.merken li {
	display: block;
	float: left;
	width: 160px;
	height: 160px;
	margin: 0 12px 12px 0;
	position: relative;
	
		 -moz-transition: all 0.3s ease-out;  
       -o-transition: all 0.3s ease-out;  
  -webkit-transition: all 0.3s ease-out;  
      -ms-transition: all 0.3s ease-out;  
          transition: all 0.3s ease-out;
}
ul.merken li:hover { opacity: .8; }
ul.merken li:hover h2 a { background: #dd1100; }

ul.merken li.last { margin-right: 0; }

ul.merken a.img {
	display: block;
	width: 160px;
	height: 160px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

ul.merken h2 {
	position: absolute;
	z-index: 4;
	bottom: 0;
	left: 0;
	width: 160px;
}

ul.merken h2 a {
	display: block;
	background: #b80c00;
	padding: 10px 12px 8px;
	color: #fff;
	font-weight: bold;
	font-family: ff-dax-compact-web-pro, sans-serif;
	font-size: 14px;
	text-decoration: none;
}


/* Productdetailpagina
-------------------------------------------------------------------*/
img.productafb {
	float: left;
	margin: 5px 15px 5px 0;
}

/* Status
-------------------------------------------------------------------*/
span.status {
	background: #274E9C;
	border-radius: 3px;
	color: #fff;
	font: 10px/12px 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	padding: 2px 8px 4px;
	text-transform: lowercase;
}
span.status.verkocht { background-color: #f44610; }
h1 span, h2 span { margin: 1px 0 0 6px; position: absolute; }
h1 span { margin-top: -1px; }

/* Productoverzicht
-------------------------------------------------------------------*/
ul.productoverz { border-top: 1px #333 solid; }
ul.productoverz li {
	border-bottom: 1px #333 solid;
	padding: 15px 0;
}

ul.productoverz h2 { margin-bottom: 5px; }
ul.productoverz h2 a {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
ul.productoverz h2 a:hover { color: #c90f08; }

ul.productoverz img.productafb { margin-top: 0; margin-bottom: 15px; }

ul.productoverz p.merk { 
	float: right;
	font-style: italic;
	margin: 1px 10px;
}

div.prijs-en-meer a.meer-info {
	float: right;
	background: #b80c00;
	color: #fff;
	font-family: ff-dax-compact-web-pro, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	padding: 7px 13px 5px;
	
     -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
          border-radius: 3px;
          
	 -moz-transition: all 0.3s ease-out;  
       -o-transition: all 0.3s ease-out;  
  -webkit-transition: all 0.3s ease-out;  
      -ms-transition: all 0.3s ease-out;  
          transition: all 0.3s ease-out;
}
div.prijs-en-meer a.meer-info:hover { background: #dd1100; }

ul.productoverz div.prijs-en-meer input.inwinkelwagen {
    float: right;
    background: #3366CC; /* #b80c00; */
    color: #fff;
    font-family: ff-dax-compact-web-pro, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 13px 5px;
    border: 0;
    margin-left: 5px;
    
     -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
          border-radius: 3px;
          
     -moz-transition: all 0.3s ease-out;  
       -o-transition: all 0.3s ease-out;  
  -webkit-transition: all 0.3s ease-out;  
      -ms-transition: all 0.3s ease-out;  
          transition: all 0.3s ease-out;
}

ul.productoverz div.prijs-en-meer input.inwinkelwagen:hover { background: #274E9c; /*#dd1100;*/ }


div.prijs-en-meer dl.prijs { float: left; margin-top: 5px; }
div.prijs-en-meer dl.prijs dt { display: none; }
div.prijs-en-meer dl.prijs dd { 
	display: inline;
	font-weight: bold;
	font-size: 14px;
}
div.prijs-en-meer dl.prijs ins { 
	text-decoration: none;
	font-size: 21px;
	margin-left: 10px;
}

a.offerte-link {
	margin-top: 15px;
	float: right;
	clear: right;
}

/* Downloadslijst
-------------------------------------------------------------------*/
div.downloadslijst h2 {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

div.downloadslijst ul { margin: .2em 0 1.5em; }

div.downloadslijst a { 
	display: block;
	text-decoration: none;
}

div.downloadslijst span.titel {
	float: left;
	color: #000;
	background: url(/img/downloads/default.gif) no-repeat 0 3px;
	padding: 3px 0 2px 25px;
}

div.downloadslijst a:hover span.titel { color: #c90f08; }

div.downloadslijst span.filesize {
	float: left;
	color: #666;
	padding: 3px 0 2px 5px;
}

a.externe-link span.titel { background-image: url(/img/downloads/world_link.png); }
a.doc span.titel { background-image: url(/img/downloads/doc.gif); }
a.pdf span.titel { background-image: url(/img/downloads/pdf.gif); }
a.ppt span.titel { background-image: url(/img/downloads/ppt.gif); }
a.xls span.titel { background-image: url(/img/downloads/xls.gif); }

/* Quote / Citaat blok
-------------------------------------------------------------------*/
dl.quote {
	color: #fff;
	background: url(/img/quote-bg-bottom.png) no-repeat 0 bottom;
	padding-bottom: 16px;
}

dl.quote dt {
	font-family: ff-dax-compact-web-pro, sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding: 30px 15px 0;
	background: url(/img/quote-bg-top.png) no-repeat;
	margin-top: -18px;
	line-height: 25px;
}

dl.quote dd {
	background: #000;
	padding: 5px 15px;
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman", Verdana, Arial, Tahoma, sans-serif;
	font-size: 14px;
	text-align: center;
}

dl.quote .img {
	padding-top: 6px;
	background: url(/img/quote-pattern.gif);
	position: relative;
	z-index: 9;
}

dl.quote p {
	padding: 35px 0 5px;
	background: url(/img/quote.png) no-repeat;
	margin: -11px 0 0;
	position: relative;
	z-index: 10;
}

/* Nieuwsbrief aanmelden blok
-------------------------------------------------------------------*/
dl.nieuwsbriefblok {
	color: #fff;
	background: url(/img/nieuwsbriefblok-bg-bottom.png) no-repeat 0 bottom;
	padding-bottom: 16px;
}

dl.nieuwsbriefblok dt {
	font-family: ff-dax-compact-web-pro, sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding: 30px 15px 0;
	background: url(/img/nieuwsbriefblok-bg-top.png) no-repeat;
	margin-top: -18px;
	line-height: 25px;
}

dl.nieuwsbriefblok dd {
	background: #666;
	padding: 5px 15px 0;
	font-size: 11px;
}

dl.nieuwsbriefblok p.notice-ok {
	padding: 1px 0 1px 10px;
	border-left: 3px #d13714 solid;
	font-weight: bold;
}

dl.nieuwsbriefblok ul.errors {
	background: none;
    border: 0 none;
    font-weight: bold;
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
}

dl.nieuwsbriefblok ul.errors li {
	list-style: square inside;
    margin: 0;
    padding: 0;
}

form#nieuwsbrief input.text {
	width: 194px;
	padding: 4px 7px;
	border: 1px inset #262626;
	color: #818181;
	font-size: 11px;
	margin-bottom: 10px;
	
	 -moz-transition: all 0.2s ease-out;  
       -o-transition: all 0.2s ease-out;  
  -webkit-transition: all 0.2s ease-out;  
      -ms-transition: all 0.2s ease-out;  
          transition: all 0.2s ease-out;	
}

form#nieuwsbrief input.text:hover,
form#nieuwsbrief input.text:focus {
	color: #333;
}

form#nieuwsbrief input.button {
	border: 0;
	background: url(/img/nieuwsbrief-btn.png) no-repeat;
	width: 112px;
	height: 37px;
	float: right;
	color: #fff;
	text-transform: uppercase;
	font-family: ff-dax-compact-web-pro, sans-serif;
	font-weight: 800;
	margin: 5px -22px 0 0;
	padding: 0 10px 10px 0;
}

/* Zie-ook blok
-------------------------------------------------------------------*/
dl.zie-ook {
	color: #000;
	background: url(/img/zieook-bg-bottom.png) no-repeat 0 bottom;
	padding-bottom: 16px;
}

dl.zie-ook dt {
	font-family: ff-dax-compact-web-pro, sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding: 30px 15px 0;
	background: url(/img/zieook-bg-top.png) no-repeat;
	margin-top: -18px;
	line-height: 25px;
}

dl.zie-ook dd {
	background: #d9d9d9;
	padding: 5px 15px 0;
	font-size: 11px;
}

dl.zie-ook a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 3px 0 2px;
	font-weight: bold;
}

dl.zie-ook a:hover { color: #c90f08; }

/* FAQ
-------------------------------------------------------------------*/
ul.faq {
	border-bottom: 1px #333 solid;
	margin: .5em 0 1.5em;
}

ul.faq li {
	border-top: 1px solid #333;
	height: 1%;
}

ul.faq h3 {
	cursor: pointer;
	padding: 5px 3px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
	background: url(/img/ingeklapt.png) no-repeat 485px 50%;
}

ul.faq li.active h3 { background-image: url(/img/uitgeklapt.png); }

div.faq-antwoord {
	padding: 5px 3px 0;
}

/* Webshop
-------------------------------------------------------------------*/
.price { white-space: nowrap; }
label.autowidth { float: none; width: auto; }
.stap2-keuze-left { float: left; width: 339px; }
.stap2-keuze-right { float: left; width: 339px; }
.js-on .stap2-keuze-right { display: none; }
.js-on .stap2-keuze-right.active { display: block; }
.bestelbox { margin-bottom: 20px; }

/* Gastenboek
-------------------------------------------------------------------*/
h2#bericht-plaatsen{
	margin-bottom: 1em;
}

ul.gastenboek form.webbeheer-formulier{
	clear: both;
	margin: 10px;
	float: left;
}

ul.gastenboek form.webbeheer-formulier span.text{
	width: 274px;
	white-space: nowrap;
}
ul.gastenboek li.gastenboekbericht{
	margin-bottom: 7px;
}

ul.gastenboek div.gastenboekbericht-wrapper p.meta,
ul.gastenboek div.gastenboekbericht-wrapper p.clearfix{
	margin-bottom: 0;
}

ul.gastenboek div.gastenboekbericht-wrapper p.clearfix{
	padding: 5px;
}

ul.gastenboek div.gastenboekbericht-wrapper p.clearfix .gastenboekbericht-thumb{
	margin-right: 7px;	
}

ul.gastenboek a.reageer{
	background: url(/img/balloon-pencil.png) 100% 50% no-repeat;
	padding-right: 22px;
	display: inline-block;
	float: right;
}

ul.gastenboek .gastboekbericht-header{
	background: #C90F08;
	padding: 5px;
	color: #FFF;
}

ul.submenugastenboek p{
	font-size: 11px;
}

ul.gastenboek .js-toggle{
	margin-bottom: 7px;
	overflow: hidden;
}

.js-toggle .js-toggle-content { display: none; }
.js-toggle-active .js-toggle-content { display: block; clear: both; padding-top: 15px;  }
ul.gastenboek ul.gastenboek { margin-left: 20px; }
.gastenboekbericht .gastenboekbericht-thumb { float: left; }

a.js-dynamic-load {
	-moz-transition: all 0.3s ease-out 0s;
	background: none repeat scroll 0 0 #B80C00;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	font-family: ff-dax-compact-web-pro,sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding: 7px 13px 5px;
	text-decoration: none;
	text-transform: uppercase;		
}

.sorter-asc,
.sorter-desc { background: transparent 2px 0px no-repeat; padding-left: 18px; }
.sorter-asc { background-image: url(/img/icons/bullet_arrow_up.png); }
.sorter-desc { background-image: url(/img/icons/bullet_arrow_down.png); }
