﻿/* Algemene style sheet voor alle browsers (IE8 standaard) */

* {
    font-family: Arial, Tahoma;
}
html {
    /* Deze moet anders gaat layout springen als pagina niet vol is omdat FireFox scrollbar dan hide en IE alleen disabled */
    /* LET OP, dit is CSS 3.0 */
    overflow-y: scroll;
}
.body {
    margin: 0px 0px 0px 0px;
    text-align: center;
    background: #D8EBF9 url('/images/layout_page_back.png') repeat-x fixed left top;
    font-size: 12px;
}
input, textarea, select, option, button, label, table {
    font-size: 12px;
}
/* Dit is om te voorkomen dat een p een extra break geeft en andere font-size heeft */
p {
    margin: 0px 0px 0px 0px !important;
    font-size: inherit !important;
}
/* Deze is niet echt nodig want gebruiken we (nog) niet op site maar wel zo netjes. */
code, pre {
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
}
/* Standaard dingen */
img {
    border: 0px #000000 none;
    margin: 0px 0px 0px 0px;
}
form {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
input[type="checkbox"] {
    height: 17px;
    width: 17px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
input[type="radio"] {
    width: 17px;
    height: 17px;
    padding: 0px 0px 1px 1px;
    margin: 0px 0px 0px 0px;
}
label {
    vertical-align: top;
    padding-top: 1px;
    display: inline-block;
    text-align: left !important;
}
select {
    height: auto;
    padding: 1px 1px 1px 0px !important;
}
a {
    color: #000099;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
a:hover {
    color: #ee0000;
    text-decoration: underline;
}

/* fieldset en legend gelijkgetrokken voor browsers */
/* de fieldset.nolegend is speciaal om deze gelijk te trekken, alleen IE dan 10px; */
fieldset, fieldset.nolegend {
    margin: 3px 2px 1px 2px;
    padding: 5px 8px 8px 8px;
}
legend {
    font-weight: bold;
    margin-left: -2px;
    /* Deze is speciaal gedaan voor safari */
    text-align: left;
}

/* En speciale span om voor inputs te plaatsen, geeft ook wat spacing aan onderzijde (IE8) */
span.spinp {
    display: inline-block;
    height: 21px;
}
/* Speciale span voor tip */
span.tip, span.print {
    background: transparent url('/images/tip16.png') no-repeat scroll left top;
    display: inline-block;
    color: #DD0000;
    font-weight: bold;
    padding-left: 18px;
    line-height: 17px;
    text-align: left;
}
span.print {
    background-image: url('/images/printer16.png');
    color: #000000;
    font-weight: normal;
}

span.dot20 {
    width: 20px;
    height: 18px;
    display: inline-block;
    background: transparent url('/images/dot20.png') no-repeat scroll left top;
    text-align: center;
    padding-top: 2px;
    font-weight: bold;
}

td.layout_header {
    text-align: left;
    width: 1015px !important;
    min-width: 1015px !important;
    max-width: 1015px !important;
    height: 80px;
    background: #2E88C9 url('/images/backgroundcloud.jpg') no-repeat scroll left top;
    cursor: default;
}

td.layout_topmenu, td.layout_footer {
    text-align: left;
    width: 1015px !important;
    min-width: 1015px !important;
    max-width: 1015px !important;
    height: 25px;
    background: transparent url('/images/layout_header.png') repeat-x scroll left top;
    color: #ffffff;
    cursor: default;
}
td.layout_topmenu {
    background: transparent url('/images/backgroundcloud.jpg') no-repeat scroll left -80px;
}
/* SIDE SPACERS */
td.layout_side_left {
    background: transparent url('/images/layout_left_shadow.png') repeat-y scroll right top;
    width: auto;
}
td.layout_side_right {
    background: transparent url('/images/layout_right_shadow.png') repeat-y scroll left top;
    width: auto;
}
/* SIDE BOTTOM CORNERS */
td.layout_side_leftbot {
    background: transparent url('/images/layout_leftbot_shadow.png') repeat-y scroll right bottom;
    width: auto;
}
td.layout_side_rightbot {
    background: transparent url('/images/layout_rightbot_shadow.png') repeat-y scroll left bottom;
    width: auto;
}
/* CONTENT SPACERS */
td.layout_spacer_left, td.layout_spacer_right {
    background-color: transparent;
    width: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;

}
/* MAIN PANELS (LEFT, MID, RIGHT) */
td.layout_panel_left {
    width: 167px !important;
    min-width: 167px !important;
    max-width: 167px !important;
    vertical-align: top;
    padding-left: 8px;
    padding-right: 8px;
    /*height: 400px;*/
    background-color: #D8EBF9;
    cursor: default;
    border-right: 1px #11507C solid;
}

td.layout_panel_right {
    width: 182px !important;
    min-width: 182px !important;
    max-width: 182px !important;
    vertical-align: top;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #D8EBF9;
    cursor: default;
    border-left: 1px #11507C solid;
}

td.layout_panel_mid {
    vertical-align: top;
    width: 600px !important;
    min-width: 600px !important;
    max-width: 600px !important;
    cursor: default;
    padding-top: 10px;
}
/* Text input mid en popup */
td.layout_panel_mid input[type="text"], td.layout_panel_mid input[type="password"], textarea, .vInp, select,
#overlayContainerContent input[type="text"], #overlayContainerContent input[type="password"] {
    border: 1px #ABADB3 solid;
    border-color: #ABADB3 #DBDFE6 #E3E9EF #E2E3EA;
    margin: 0px 0px 0px 0px;
    padding: 2px 1px 2px 2px;
}
/* De select hover werkt niet, focus echter wel. */
td.layout_panel_mid input[type="text"]:hover, td.layout_panel_mid input[type="password"]:hover, textarea:hover, .vInp:hover, select:hover,
#overlayContainerContent input[type="text"]:hover, #overlayContainerContent input[type="password"]:hover {
    border: 1px #5794BF solid;
    border-color: #5794BF #B7D5EA #C7E2F1 #C5DAED;
}

td.layout_panel_mid input[type="text"]:focus, td.layout_panel_mid input[type="password"]:focus, textarea:focus, .vInp:focus, select:focus,
#overlayContainerContent input[type="text"]:focus, #overlayContainerContent input[type="password"]:focus {
    border: 1px #3D7BAD solid;
    border-color: #3D7BAD #A4C9E3 #B7D9ED #B5CFE7;
}
/* LET OP, eronder zodat die hover overruled */
input[type="text"][disabled="disabled"], input[type="password"][disabled="disabled"], select[disabled="disabled"] {
    border: 1px #ABADB3 solid !important;
    border-color: #ABADB3 #DBDFE6 #E3E9EF #E2E3EA !important;
    background-color: #eeeeee;
}

/* TOPMENU ITEMS */
td.layout_topmenu td:first-child a, td.layout_footer a, div.popupheader td.popuplinks a {
    text-decoration: none;
    display:inline-block;
    color: #ffffff;
    font-size: 11px;
    font-family: Tahoma, Arial;
    padding: 3px 8px 0px 4px;
    vertical-align: top;
    height: 18px;
    background: transparent url('/images/layout_topmenu_sep.png') no-repeat scroll right 4px;
}
td.layout_footer a {
    font-size: 10px;
    padding: 5px 6px 0px 2px;
}
td.layout_topmenu td:first-child a:hover, td.layout_footer a:hover, div.popupheader td.popuplinks a:hover {
    text-decoration: underline;
    color: #ffffff;
}

/* De taal selectie vlaggetjes apart */
a.flag {
    text-decoration: none;
    vertical-align: top;
    display:inline-block;
    border: 1px transparent solid;
    padding: 0px 0px 0px 0px;
}
a.flag:hover {
    border: 1px #ffffff solid;
}

/* IN PANEL ELEMENTS */

/* PANEL BOXEN */
div.box {
    width: 157px;
    padding: 4px 4px 4px 4px;
    border: 1px #5998DA solid;
    border-top-style: hidden;
    background-color: #ffffff;
}
td.layout_panel_mid div.box {
    /* Met 590px voorkom je dat de layout breekt, maar dan hebben we content overflow, auto rekt gewoon mee... */
    /* Dit kan wel een jumperig effect geven omdat de layout niet echt een vaste breedte heeft, vaste maar zou mooier zijn */
    width: auto;
    border-color: #11507C;
}
td.layout_panel_right div.box {
    width: 172px;
}

/* HEADERS NU H1, H2, H3 maar wel zorgen dat ze qua breedte kloppen voor de panels */
h1.hdr, h2.hdr, h3.hdr, h1.header, h2.header, h3.header {
    background: transparent url('/images/layout_header.png') repeat-x scroll left -1px;
    margin-top: 8px;
    color: #ffffff;
    font-family: "Trebuchet MS", Tahoma;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
}
/* DE H1 IS EIGENLIJK ALLEEN VOOR CONTENT DUS METEEN JUISTE BREEDTE */
/* EIGENLIJK IS H1 ALLEEN VOOR CONTENT EN H2 en H3 ALLEEN VOOR ZIJPANELEN */
/* H1 Width nu op auto gezet zodat de headers met opgerekte boxen kloppen */
h1.hdr, h1.header {
    /*width: 598px;*/
    width: auto;
    height: 24px;
    background-position: left top;
    border-left: 1px #11507C solid;
    border-right: 1px #11507C solid;
    font-size: 15px;
    padding-top: 1px;
}

h2.hdr, h2.header {
    height: 22px;
    font-size: 15px;
    background-position: left -25px;
}

h3.hdr, h3.header {
    height: 18px;
    font-size: 12px;
    background-position: left -47px;
}
td.layout_panel_left h1.hdr, td.layout_panel_left h1.header {
    /* LET OP, H1 heeft 2px borders dus die moet kleiner !!! */
    width: 165px;
}
td.layout_panel_left h2.hdr, td.layout_panel_left h3.hdr, td.layout_panel_left h2.header, td.layout_panel_left h3.header {
    width: 167px;
}
td.layout_panel_right h1.hdr, td.layout_panel_right h1.header {
    /* LET OP, H1 heeft 2px borders dus die moet kleiner !!! */
    width: 180px;
}
td.layout_panel_right h2.hdr, td.layout_panel_right h3.hdr, td.layout_panel_right h2.header, td.layout_panel_right h3.header {
    width: 182px;
}

/* Nadeel is dat we de A nu ook weer moeten doen anders klopt font-size niet */
h1.hdr a, h2.hdr a, h3.hdr a, h1.header a, h2.header a, h3.header a {
    color: #ffffff;
    font-family: "Trebuchet MS", Tahoma;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
/* De selected groter */
h1.hdr a.sel, h2.hdr a, h1.header a.sel, h2.header a {
    font-size: 15px;
}
/* En de anders met arrow */
h1.hdr a.arr, h1.header a.arr {
    background: transparent url('/images/layout_arrows.png') no-repeat scroll right -15px;
    padding-right: 13px;
    font-size: 13px;
}

h1.hdr a:hover, h2.hdr a:hover, h3.hdr a:hover, h1.header a:hover, h2.header a:hover, h3.header a:hover {
    text-decoration: underline;
}

/* SOMS HEBBEN WE ANDERE TEKST IN HEADER NODIG, DIT MET 2 SPANS, 1e links en wit, 2e rechts en geel */
h1.hdr span, h1.header span {
    float: right;
    width: auto;
    color: #ffcd00;
    display: inline-block;
    padding: 3px 8px 0px 0px;
    font-family: "Trebuchet MS", Tahoma;
    font-size: 12px;
    font-style: italic;
}
h1.hdr span:first-child, h1.header span:first-child {
    float: left;
    width: auto;
    color: #ffffff;
    display: inline-block;
    padding: 2px 0px 0px 8px;
    font-size: 13px;
    font-style: normal;
}

/* Onzichtbare seperator voor google breadcrumbs */
h1.header span.crumbseperator {
   display:none;
   float:none;
}

/* Dit is de blauwe versie dus niet in headers !!! */
a.arrb {
    background: transparent url('/images/layout_arrows.png') no-repeat scroll right -37px;
    padding-right: 12px;
    font-size: 13px;
    color: #336699;
}
a.arrb:hover {
    color: #ee0000;
    background-position: right 6px;
}

a.mnu, a.menu {
    display: block;
    width: 150px;
    height: 18px;
    border: 1px #5998DA solid;
    border-top-style: hidden;
    text-decoration: none;
    font-weight: bold;
    color: #003366;
    padding-top: 2px;
    padding-left: 15px;
    background: transparent url('/images/layout_arrows.png') no-repeat scroll 3px 7px;

}
a.mnu:hover, a.menu:hover {
    background-color: #B0D2EC;
}

/* OMDAT cmnu NIET MOOI AFBREEKT HIER EEN UL VERSIE, let op dat deze erboven staat ivm pseudo classes */
ul.cmnu, ul.cmenu {
    padding-left: 0px;
    list-style-type: none;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin: 0px 0px 0px 0px;
}
ul.cmnu li, ul.cmenu li {
    background: transparent url('/images/layout_arrow_li.png') no-repeat scroll -5px 5px;
    padding-left: 6px;
    padding-right: 2px;
    margin-bottom: 4px;
}
ul.cmnu li a, ul.cmenu li a {
    font-size: 12px;
    color: #003366;
    border-bottom: 1px transparent dotted;
}
/* Deze kunnen in code ook nog subclass single/multi krijgen, nu nog niet gebruikt */
fieldset.cmnu, fieldset.cmenu {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
fieldset.cmnu > ul.cmnu, fieldset.cmenu > ul.cmenu {
    margin-left: 8px !important;
}
fieldset.cmnu > ul.cmnu + ul.cmnu, fieldset.cmenu > ul.cmenu + ul.cmenu {
    margin-left: 0px !important; 
}
/* De back2top heeft iets margin nodig */
fieldset.cmnu a.top, fieldset.cmenu a.top {
    margin-right: 8px !important;
}
/* Let op, dit zijn de menu links voor in de content pages dus zonder boxing */
/* En hou er rekening mee dat deze een visited pseudo class moet hebben      */
a.cmnu, a.cmenu {
    /*display: block;*/
    font-size: 13px;
    padding-left: 12px;
    color: #003366;
    background: transparent url('/images/layout_arrows.png') no-repeat scroll left 5px;
    border-bottom: 1px transparent dotted;
    line-height: 20px;
}
a.cmnu:hover, ul.cmnu li a:hover, a.cmenu:hover, ul.cmenu li a:hover {
    color: #EE0000;
    text-decoration: none;
    border-bottom: 1px #ee0000 dotted;
}
a.cmnu:visited, ul.cmnu li a:visited, a.cmenu:visited, ul.cmenu li a:visited {
    font-weight: bold;
}

/* Speciale link voor news jaar selectie, button style */
a.news_year {
    display: inline-block;
    width: 34px;
    height: 13px;
    border: 1px #11507C solid;
    background: transparent url('/images/button_20.png') repeat-x scroll left -2px;
    text-align: center;
    color: #333333;
    font-size: 10px;
    font-weight: bold;
}
a.news_year:hover {
    text-decoration: none;
    color: #DD0000;
    border-color: #DD0000;
}
/* Selected */
a.news_year.sel {
    color: #DD0000;
}

/* MAIN CONTENT ELEMENTS MAAR EIGENLIJK ALLEEN VOOR HOME PAGE (DIE BLOKKENDOOS) */
td.contenthdr, td.content_header {
    border-left: 1px #11507C solid;
    border-right: 1px #11507C solid;
    height: 25px;
    background: transparent url('/images/layout_header.png') repeat-x scroll left top;
    color: #ffffff;
    font-family: 'Trebuchet MS', Arial;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    padding-top: 1px;
}

td.contentbox {
    border: 1px #11507C solid;
    border-top-style: hidden;
    background-color: #ffffff;
    text-align: left;
    vertical-align: top;
    padding: 4px 4px 4px 4px;
}

/* SHOPPING CART TABLE */
table.layout_shopcart {
    width: 182px;
    border: 0px #000000 solid;
    border-collapse: collapse;
}
/* Labels boven products */
table.layout_shopcart th {
    color: #336699;
    font-weight: bold;
    font-size: 11px;
    border-bottom: 1px #5998DA solid;
    text-align: center;
}
table.layout_shopcart td {
    font-size: 11px;
    padding: 2px 0px 2px 0px;
}
/* Totaalprijs shopcart */
table.layout_shopcart td.total {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-top: 1px #5998DA solid;
    padding: 3px 0px 6px 0px;
}
/* Aparte regel BTW bedrag */
table.layout_shopcart span.vat {
    font-size: 10px;
    color: #dd0000;
    text-align: center;
    font-weight: normal;
}
/* Text input aantal DEZE GEEFT ELLENDE IN IE6 DUS CLASSNAME VAN MAKEN !!! */
/* table.layout_shopcart input[type="text"] {*/
table.layout_shopcart input.inp_cart {
    border: 1px #5998DA solid;
    background-color: #ffffff;
    width: 26px;
    height: 14px;
    font-size: 10px;
    text-align: center;
    margin-left: 3px;
    font-weight: bold;
    padding: 1px 0px 0px 0px;
}
table.layout_shopcart input[type="text"][disabled="disabled"] {
    border-color: #cccccc;
}
/* Product spacer */
table.layout_shopcart tr.spacer td {    
    height: 1px;
    border-bottom: 1px #99ccff dotted;
    padding: 0px 0px 0px 0px;
}
/* Bovenste verbergen anders dubbele lijn */
table.layout_shopcart tr.spacer:first-child td {  
    display: none;
}
/* We hebben nu het product als link */
table.layout_shopcart a {
    font-size: 11px;
    color: #000000;
}
table.layout_shopcart a:hover {
    color: #ee0000;
    text-decoration: none;
}

/* NEWS ITEMS */
div.newsitem {
    width: 182px;
    font-size: 11px;
    padding: 4px 0px 4px 0px;
    border-bottom: 1px #336699 dotted;
}
div.morenews {
    text-align: center;
    width: 182px;
    margin-top: 6px;
    margin-bottom: 8px;
}
div.newsitem span.date {
    color: #ee0000;
    font-size: 11px;
}
div.newsitem span.ttl {
    font-weight: bold;
    font-size: 11px;
    display: inline-block;
    margin-bottom: 4px;
}

div.newsitem a {
    font-size: 11px;
    font-weight: bold;
    color: #003366;
    text-decoration: underline;
}
div.morenews a {
    font-weight: bold;
    color: #003366;
    text-decoration: underline;
}
/* Deze is feitelijk niet nodig maar toch erin indien later afwijkend !!! */
div.newsitem a:hover, div.morenews a:hover {
    color: #ee0000;
}

/* Er zit in de newsitems een span met class 'nieuwslink' die ze tussen de a zetten wat doen we hiermee? */
/* Dit is namelijk helemaal niet meer nodig want de a heeft al een eigen style */
span.nieuwslink {
    font-size: 11px;
}
/* En omdat ze toch nog wel is dingen zoals p gebruiken alles even rechttrekken op 11px */
div.newsitem * {
    font-size: 11px;
}
/* HOT ITEMS */
#layout_hotitems {
    text-align: center;
}

#layout_hotitems img {
    width: 100px;
    margin-top: 8px;
}

#layout_hotitems a {
    font-size: 10px;
    text-decoration: none;
    color: #336699;
}

#layout_hotitems a:hover {
    text-decoration: none;
    color: #ee0000;
}

/* Crumbs onder mid content */
a.crumb, a.crumb:active, a.crumb:visited {
    font-size: 10px;
    color: #336699;
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px;
    border-left: 1px #336699 solid;
    white-space: nowrap;
    height: 12px;
    margin-bottom: 4px;
}
a.crumb:first-child {
    border-left: 1px transparent solid;
}
a.crumb:hover {
    color: #003366;
}

/* BUTTONS */
input.btn18, input.btn21 {
    font-weight: bold;
    height: 21px;
    border: 1px #11507C solid;
    background: transparent url('/images/button_20.png') repeat-x scroll left top;
    cursor: pointer;
    /* Mozilla fix, 2px in FF, 1px in IE en 0px in SAF */
     padding-bottom: 2px;
}
input.btn18 {
    height: 18px;
    font-size: 9px;
    background-position: left -1px;
    font-weight: normal;
}
/* Voor IE7 de dis class want die begrijpt [disabled="disabled"] niet ! */
input.btn18[disabled="disabled"], input.btn18.dis {
    background-position: left -21px !important;
    border-color: #999999 !important;
    color: #999999 !important;
    cursor: default !important;
}
input.btn21[disabled="disabled"], input.btn21.dis {
    background-position: left -20px !important;
    border-color: #999999 !important;
    color: #999999 !important;
    cursor: default !important;
}

/* Afwijkende controls */
input.newsletterInp, input.searchInp {
    /* Input txt search linkerpaneel en newsletter rechterpaneel */
    border: 1px #11507C solid;
    border-right-style: none;
    background-color: #ffffff;
    height: 14px;
    font-size: 9px;
    padding: 2px 1px 0px 2px !important;
}

/* PRODUCT OVERZICHT */
table.layout_prodlist {
    width: 590px;
    background-color: transparent;
    table-layout: fixed;
}
td.prodlink {
    padding: 10px 0px 10px 6px;
    text-align: left;
}
/* VOOR PRODSPECS NIET PRODLIST !!! */
th.prodlink {
    padding: 0px 0px 10px 6px;
    text-align: left;
    
}
/* Dan de link die erin komt LET OP, de th versie is voor prodspecs !!! */
td.prodlink a, th.prodlink a, a.prodlink {
    background: transparent url('/images/layout_arrows.png') no-repeat scroll left 5px;
    padding-left: 12px;
    font-size: 13px;
    font-weight: bold;
    color: #336699;
    text-align: left;
    border-bottom: 1px transparent dotted;
}
/* En de hover state */
td.prodlink a:hover, th.prodlink a:hover, a.prodlink:hover {
    color: #ee0000;
    border-bottom-color: #ee0000;
    text-decoration: none;
}
/* IMAGE TD */
table.layout_prodlist td.prodimg {
    text-align: center;
    border-top-style: hidden;
    vertical-align: top;
    width: 140px;
}
table.layout_prodlist td.prodimg img {
    border: 0px;
    width: 100px;
}
/* LINK VOOR VERGROTEN PRODUCT */
a.prodview, a.prodview:hover {
    text-decoration: none;
    cursor: pointer !important;
}

a.prodview span {
    display: inline-block;
    height: 16px;
    width: 65px;
    padding-left: 14px;
    padding-top: 1px;
    font-size: 10px;
    font-weight: bold;
    background: transparent url('/images/prodzoom.png') no-repeat scroll left top;
    margin-top: 3px;
}
a.prodview:hover span {
    background-position: left bottom;
}

/* En er moet een non clickable/hover versie zijn !!! */
a.prodtitle, a.prodtitle:hover, a.prodtitle:active, a.prodtitle:visited {
    background-image: none !important;
    color: #336699 !important;
    padding-left: 0px !important;
    border-style: none;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    cursor: default !important;
}

/* PRODUCT DESCRIPTION */
table.layout_prodlist td.proddesc {
    border-top-style: hidden;
    text-align: left;
    vertical-align: top;
}
/* PRODUCT FORM TD */
td.prodform {
    text-align: center;
    padding: 10px 0px 10px 0px;
}
/* PRODUCT FORM (IN SPECS ONLY) */
form.prodform {
    display: inline-block;
    font-size: 10px;
}
/* Deze geeft ook problemen in IE6 dus overgenome in style_ie6 als fix */
/*.prodform input[type="text"] {*/
.prodform input.inp_prod {
    width: 30px;
    border: 1px #11507C solid !important;
    font-size: 10px;
    text-align: center;
    padding: 1px 0px 0px 0px !important;
    background-color: #ffffff;
    height: 15px;
}

.prodform input[type="button"], .prodform input[type="submit"]{
    width: 60px;
}
/* dis versie weer voor IE7 */
.prodform input[disabled="disabled"], .prodform input.dis {
    border-color: #999999 !important;
    color: #999999 !important;
}

/* PRODUCT PRICE, DEZE IS GEBRUIKT IN PRODLIST EN PRODSPECS TABLE !!! NOPE NIET MEER, alleen de span !!! */
td.prodprice {
    text-align: left;
    padding: 10px 0px 10px 0px;
    font-size: 10px;
}

td.prodprice span, form.prodform span {
    color: #ee0000;
    font-weight: bold;
    font-size: 15px;
}

/* DIV VAN GEMAAKT !!! */
div.prodspecs {
    margin-bottom: 10px;
    vertical-align: bottom;
    min-height: 200px;
    background-color: transparent;
    background-position: 300px 20px;
    background-repeat: no-repeat;
}
div.prodspecs a.prodview {
    display:inline-block;
    width: 220px;
    text-align: center;
    cursor: pointer !important;
}
div.prodspecs img {
    width: 200px;
    margin-left: 10px;
    margin-right: 10px;
}


/* Speciale kleine link voor boven product 'gevonden in groep...' maar dat moet wel in een container ivm met padding en label */
span.ingroup {
    display: inline-block;
    margin-left: 6px;
    font-size: 10px;
}
span.ingroup a {
    font-size: 10px;
    color: #336699;
    border-bottom: 1px transparent dotted;
}
span.ingroup a:hover {
    border-bottom-color: #ee0000;
    color: #ee0000;
    text-decoration: none;
}
/* POP. ARTIKELEN TABLE VERSIE */
table.popitems {
    width: 100%;
    text-align: center;
}
table.popitems td {
    width: 25%;
    text-align: center;
}

table.popitems img {
    width: 100px;
}
table.popitems a {
    font-size: 10px;
    text-decoration: none;
}

table.popitems td.price {
    font-size: 12px;
    color: #ee0000;
    font-weight: bold;
    height: 20px;
    vertical-align: bottom;
}
/* Style voor eventuele korting */
table.popitems td.price span {
    text-decoration: line-through;
    color: #999999;
}
table.popitems td.vat {
    font-size: 10px;
    color: #000000;
    height: 16px;
}

/* BESTELSTAPPEN, OVERZICHT */
table.shopcart_overview {
    width: 100%;
}
table.shopcart_overview th {
    color: #336699;
    font-weight: bold;
    text-align: center;
    height: 20px;
    font-size: 11px;
    /* Voorkomt dat de labels tegen elkaar komen */
    padding-right: 4px;
}
table.shopcart_overview td {
    vertical-align: top;
    padding: 3px 4px 0px 4px;
    border-top: 1px #D5DFE5 solid;
    /* LET OP, tekst mag alleen afbreken bij product */
    white-space: nowrap;
}
table.shopcart_overview td.prod {
    white-space: normal;
    text-align: left;
    padding-bottom: 2px;
}
table.shopcart_overview a.plus, table.shopcart_overview a.min, table.shopcart_overview a.del {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent url('/images/cart_btns.png') no-repeat scroll right top;
}
table.shopcart_overview a.min {
    background-position: right center;
}
table.shopcart_overview a.del {
    background-position: right bottom;
}
table.shopcart_overview a.plus:hover, table.shopcart_overview a.min:hover, table.shopcart_overview a.del:hover {
    text-decoration: none !important;
    border-color: transparent !important;
}
/* Disabled versions voor freebees */
table.shopcart_overview span.plusdis, table.shopcart_overview span.mindis, table.shopcart_overview span.deldis {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent url('/images/cart_btns.png') no-repeat scroll left top;
}
table.shopcart_overview span.mindis {
    background-position: left center;
}
table.shopcart_overview span.deldis {
    background-position: left bottom;
}

/* Om eventuele kortingsregel te stylen */
table.shopcart_overview span.discount {
    float: right;
    color: #336699;
}

/* Error state inputs */
input.error, input.error:focus, select.error, select.error:focus, textarea.error, textarea.error:focus {
    border: 1px #E20F13 solid !important;
    border-color: #E20F13 #FF8C93 #FFA0AD #FFA4A3 !important;
    background-color: #FFE1E1 !important;
}
input.error:hover, select.error:hover, textarea.error:hover {
    border: 1px #EF2D37 solid !important;
    border-color: #EF2D37 #FFA3A9 #FFB5C0 #FFB7B7 !important;
    background-color: #FFE1E1 !important;
}
/* Label bij checkbox */
label.error {
    color: #dd0000 !important;
}

/* Floater */
div.overlayFloater {
    display:none;
    position: absolute;
    left: 0px;
    height: 80px;
    width: 100%;
    background-color: transparent;
    z-index: 999;
    text-align: center;
    cursor: default;
}
div.overlayFloater > div {
    height: 80px;
    width: 468px;
    background: transparent url('/images/floater_left.png') no-repeat scroll left top;
    display: inline-block;
    margin-left: 124px;
    cursor: pointer;
    padding-left: 10px;
}
div.overlayFloater > div > div {
    position: relative;
    z-index:999;
    width:16px;
    height:16px;
    left: 12px;
    top: -43px;
    background: transparent url('/images/added16_25b.gif') no-repeat scroll left top;
    /* IE7 fix */
    float: left;
}
/* Deze is voor non jumping site dus class dan 'overlayFloater cart' */
div.overlayFloater.cart {
    height: 80px;
    top: 130px;
}
div.overlayFloater.cart > div {
    height: 80px;
    width: 468px;
    background: transparent url('/images/floater_right.png') no-repeat scroll left top;
    /* op 135 staat left hetzelfde maar iets meer naar rechts is mooier */
    margin-left: 135px;
    padding-left: 0px;
}

/* USER ACCOUNT useracc vervangen in templates en weg dan... */
div.useracc, div.uaPnlDiv {
    background: transparent url('/images/useraccount.png') no-repeat scroll left -2px;
    height: 16px;
    width: 120px;
    padding-left: 18px;
    margin-bottom: 4px;
    margin-left: 10px;
    font-weight: bold;
    color: #336699;
}
div.useracc a, div.useracc a:visited, div.uaPnlDiv a, div.uaPnlDiv a:visited {
    color: #336699;
}
div.useracc a:hover, div.uaPnlDiv a:hover {
    color: #cc0000;
}

/* Nieuwe opbouw useraccount, altijd beginnen met ua */
div.uaProdDiv {
    margin-bottom: 6px;
}
/* Deze heeft 2 subs, soldout en dis maar alleen dis heeft aangepaste prodlink */
div.uaProdDiv.dis a, div.uaProdDiv.dis a:hover, div.uaProdDiv.dis a:visited {
    color: #666666;
    cursor: default;
    border-bottom-style: none;
    font-weight: normal;
}
/* De add2cart mag er niet zijn als er 1 van de 2 subs gezet is */
/* Leuke is dat je voor uitverkocht meteen iets kan maken wat dan gewoon wel/niet zichtbaar is */

/* Standaard style van add2cart */
div.uaProdDiv .uaAdd2Cart {
    display: inline-block;
    padding-left: 20px;
    background: transparent url('/images/shopping_cart16.png') no-repeat scroll left top;
    float: right;
    cursor: pointer;
}
div.uaProdDiv .uaAdd2Cart:hover {
    color: #dd0000;
}
/* Indien non active of uitverkocht, voor nu even helemaal weg */
div.uaProdDiv.dis .uaAdd2Cart, div.uaProdDiv.soldout .uaAdd2Cart {
    display: none;
}


a.uaLinkBox {
    width: 568px;
    height: 52px;
    background: transparent url('/images/myaccount_hover.png') no-repeat scroll left 60px;
    cursor: pointer;
    margin-bottom: 8px;
    display: inline-block;
    text-decoration: none;
    color: #000000;
}
a.uaLinkBox:hover {
    background-position: left top;
    text-decoration: none;
    color: #000000;
}

a.uaLinkBox span.ttl {
    font-weight: bold;
    color: #003366;
}

a.uaLinkBox:hover {
    background-position: left top;
    text-decoration: none;
    color: #000000;
}

a.uaLinkBox:hover span.ttl {
    color: #DD0000;
}


a.uaLinkBox span.img {
    height: 50px;
    padding-left: 56px;
    padding-top: 2px;
    display: inline-block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 2px 2px;
}



/* Voor weergave producten zijn 3 pseudo's: soldout, freebee en inactive */
/* Maar omdat we nu weer tables :( gaan gebruiken class niet aan element koppelen */
.uaProdRow {
    font-size: 12px;
}
.uaProdRow a {
    color: #336699 !important;
    border-bottom: 1px transparent dotted;
    text-decoration: none !important;
    /* LET OP, afbreken anders gaat layout eraan */
    white-space: normal !important;
}
.uaProdRow a:hover {
    color: #cc0000 !important;
    border-bottom-color: #cc0000;
}

.uaProdRow.soldout a {
    /* NOG AANPASSEN, DIT IS NU OOK VOOR EOL !!! link mag dus werken maar knop weg */
    /* UPDATED: we geven nu disabled buttons weer dus class is eigenlijk niet meer nodig */
    /*color: #cc0000 !important;*/
}
/*
.uaProdRow.freebee {
    
}
*/
.uaProdRow.inactive a {
    color: #666666 !important;
    cursor: default;
    border-bottom-color: transparent;
}
.uaProdRow.inactive input, .uaProdRow.soldout input {
    /* Knop weg, helemaal of disablen ?? voor nu even weg EVEN ZICHTBAAR LATEN OM TE TESTEN !!!! HELEMAAL WEG GEWOON DISABLED */
    /* LET WEL EVEN OP DAT STYLE KLOPT BIJ DISABELD IN IE6 ETC */
    /*visibility: hidden !important;*/
}

/* Div voor meldingen zodat die wat prominenter zijn */
div.uaMsg {
    border: 1px #FFD700 solid;
    background-color: #FFFFDD;
    font-weight: bold;
    color: #000000;
    padding: 6px 6px 6px 28px;
    background: #FFFFDD url('/images/sign_info.png') no-repeat scroll 6px 5px;
}
div.uaMsg.error {
    color: #DD0000;
    background-image: url('/images/sign_error.png');
}





/* Nieuwe h1 voor kleine blauwe headers in content pages */
h1.hdrblue, h1.headerblue {
    color: #336699;
    font-weight: bold;
    font-size: 12px;
    background: transparent url('/images/layout_arrows_small.png') no-repeat scroll left -82px;
    padding-left: 8px;
}
/* En ook een speciale back, fwd en top link */
a.top, a.top:active, a.top:visited, a.back, a.back:active, a.back:visited, a.fwd, a.fwd:active, a.fwd:visited, a.pop, a.pop:active, a.pop:visited {
    background: transparent url('/images/layout_arrows_small.png') no-repeat scroll right -12px;
    padding-right: 13px;
    font-size: 11px;
    text-decoration: none;
    color: #336699;
}
a.top {
    background-position: right -50px !important;
}
a.back {
    background-position: left -31px !important;
    padding-left: 13px !important;
    padding-right: 0px !important;
}
a.pop {
    background-position: right -67px !important;
}
a.top:hover, a.back:hover, a.fwd:hover, a.pop:hover {
    color: #ee0000;
    text-decoration: none;
}
ol.list , ul.list {
    padding-left: 22px;
    margin-top: 6px;
}
ol.list li, ul.list li {
    margin-bottom: 4px;
}

table.firstgray {
    width: auto;
    border-collapse: collapse;
}
table.firstgray th, table.firstgray td {
    padding: 1px 15px 1px 3px;
    text-align: left;
    border: 1px #cccccc solid;
}
table.firstgray th {
    background-color: #f3f3f3;
}
/* KLEINE ACCENTEN E.D. deze geven we allemaal !important om zeker te zijn dat ze nested values overrulen */
.fs9 {
    font-size: 9px !important;
}
.fs10 {
    font-size: 10px !important;
}
.fs11 {
    font-size: 11px !important;
}
.fs12 {
    font-size: 12px !important;
}
.fs13 {
    font-size: 13px !important;
}
.fs14 {
    font-size: 14px !important;
}
.fs15 {
    font-size: 15px !important;
}
.ff1 {
    font-family: "Trebuchet MS", Arial !important;
}
.black {
    color: #000000 !important;
}
.blue {
    color: #336699 !important;
}
.darkblue {
    color: #003366 !important;
}
.red {
    color: #ee0000 !important;
}
.gray {
    color: #999999 !important;
}
.green {
    color: #339966 !important;
}
.bold {
    font-weight: bold !important;
}
.normal {
    font-weight: normal !important;
}
.italic {
    font-style: italic !important;
}
.uline {
    text-decoration: underline !important;
}
.strike {
    text-decoration: line-through !important;
}
.left {
    text-align: left !important;
}
.center {
    text-align: center !important;
}
.right {
    text-align: right !important;
}
.top {
    vertical-align: top !important;
}
.middle {
    vertical-align: middle !important;
}
.bottom {
    vertical-align: bottom !important;
}
/* Cursor */
.pointer {
    cursor: pointer !important;
}
.default {
    cursor: default !important;
}
/* Borders */
.border {
    border: 1px #000000 solid !important;
}
.noborder {
    border-style: hidden !important;
}
/* LET OP, de table versie ook th en td */
table.noborder, table.noborder th, table.noborder td {
    border: 0px transparent none !important;
}
.dotted {
    border-style: dotted !important;
}

/* DEZE NA DE LOSSE CLASSES HOUDEN IVM BORDER MODEL !! */
hr {
    border-style: none !important;
    border-top: 1px #000000 solid !important;
    height: 1px;
}
hr.blue {
    border-top: 1px #D5DFE5 solid !important;
}
hr.gray {
    border-top: 1px #999999 solid !important;
}
hr.dotted {
    border-style: none !important;
    border-top-style: dotted !important;
}
/* Deze heeft onder en boven extra margin voor tussen tekstblokken */
hr.mrg {
    margin: 10px 0px 8px 0px;
}

/* Uit bestaande style.css */
.top_text {
    font-family: Tahoma; 
    font-size: 11px; 
    color: #000000;
}
.anoline, .anoline:link, .anoline:visited, .anoline:hover {
    text-decoration:none;
}

/* DEZE IS ER EVEN INGEBLEVEN VOOR KLANTENSERVICE, ALS DIE IS AANGEPAST MAG DE LNK CLASS WEG !!! */
span.lnk, span.lnk:active, span.lnk:visited, a.lnk, a.lnk:active, a.lnk:visited {
    font-family: 'Trebuchet MS', Arial;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
    cursor: pointer;
    border-bottom: 1px transparent dotted;
}
span.lnk:hover, a.lnk:hover {
    color: #EE0000;
    border-bottom-color: #EE0000;
    text-decoration: none;
}
/* Vervangt de bovenstaande class */
a.lnk_header, a.lnk_header:active, a.lnk_header:visited {
    font-family: 'Trebuchet MS', Arial;
    font-size: 12px;
    font-weight: bold;
    color: #003366;
    cursor: pointer;
    border-bottom: 1px transparent dotted;
}
a.lnk_header:hover {
    color: #EE0000 !important;
    border-bottom-color: #EE0000;
    text-decoration: none;
}

/* De slnk class is vervangen voor smenu maar slnk nog even erin omdat die gebruikt is in content */
a.slnk, a.slnk:active, a.slnk:visited, a.smenu, a.smenu:active, a.smenu:visited {
    background: transparent url('/images/layout_arrows_small.png') no-repeat scroll left 5px;
    padding-left: 10px;
    font-size: 11px;
    text-decoration: none;
    color: #003366;
    border-bottom: 1px transparent dotted;
}
a.slnk:hover, a.smenu:hover {
    color: #EE0000 !important;
    border-bottom-color: #EE0000;
}
/* smenu is small dus 11px standaard, slnk daarintegen 12px dus even overrulen */
a.slnk, a.slnk:active, a.slnk:visited, a.slnk:hover {
    font-size: 12px;
}

a.dot, a.dot:active, a.dot:visited {
    color: #003366;
    cursor: pointer;
    border-bottom: 1px #003366 dotted;
    margin: 0px;
}
a.dot:hover {
    color: #EE0000 !important;
    border-bottom-color: #EE0000;
    text-decoration: none;
}

#overlayContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
    padding:  0px 0px 0px 0px;
    display: none;
    visibility: visible;
    z-index: 999;
    background: transparent url('/images/back204a.png') repeat scroll left top;
    color: #ffffff;
}

body > #overlayContainer {
    position: fixed;
}
/* Deze overrulen we in IE6 om image in beeld te krijgen */
#overlayContainerTopTD {
    height: 10px;   
}
/* De title header */
#overlayContainerHeader {
    height: 16px;
    background-color: #cccccc;
    position: relative;
    top: 0px;
    left: 0px;
    padding-top: 5px;
}
/* De content */
#overlayContainerContent {
    overflow: auto;
    border: 5px #cccccc solid;
    background-color: #ffffff;
    color: #000000;
    padding: 10px 10px 10px 10px;
    text-align: left;
    vertical-align: top;
}
/* Titel */
#overlayContainerTitle {
    font-weight: bold;
    text-align: left;
    padding-left: 5px;
    vertical-align: top;
    font-size: 12px;
    overflow: hidden;
    width: auto;
}

/* De buttons */
#overlayContainerClose, #overlayContainerPrint {
    height: 14px;
    width: 50px;
    padding-right: 22px;
    background: transparent url('/images/popup_btns.png') no-repeat scroll 54px -25px;
    text-align: right;
    border: 1px #bbbbbb solid;
    cursor: pointer;
    vertical-align: top;
    color: #666666;
    font-size: 11px;
}
#overlayContainerPrint {
    background-position:  54px 1px;
}
/* Hovers */
#overlayContainerPrint:hover {
    background-position:  54px -12px;
    color: #ffffff;
    border-color: #eeeeee;
    background-color: #bbbbbb;
}
#overlayContainerClose:hover {
    background-position:  54px -38px;
    color: #ffffff;
    border-color: #eeeeee;
    background-color: #bbbbbb;
}

/* De print header voor boven popup orderTable */
.printHeader {
    width: 100%;
}
.printHeader * {
    font-size: 10px;
    font-family: Arial;
    white-space: nowrap;
}

/* Printercatergories */
table.printerCatergory {
    width: 100%;
    font-weight: bold;
    margin-top: 10px;
}
table.printerCatergory td {
    width: 1px;
    white-space: nowrap;
    vertical-align: bottom;
    font-size: 10px;
}
table.printerCatergory td:first-child {
    width: auto;
    padding-left: 5px;
}

/* Even voor de groupimages */
a.groupimage {
    display: inline-block;
    /*background: transparent url('/images/groupimage_back.png') no-repeat scroll left top;*/
    margin: 4px 2px 4px 2px;
    width: 134px;
    height: 40px;
    vertical-align: middle;
}
a.groupimage:hover {
    background-position: left bottom;
}
a.groupimage span {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 1px 2px 1px 2px;
    width: 130px;
    height: 38px;
    cursor: pointer;
}

/* Competitors prices */
table.compprcTable {
    margin-bottom: 2px;
}
table.compprcTable td {
    font-size: 10px;
    height: 12px;
    padding-right: 10px;
    white-space: nowrap !important;
}
table.compprcTable td.ttl {
    color: #336699;
    font-size: 10px;
    font-weight: bold;
    height: 14px;
    vertical-align: top;
}
table.compprcTable td.perc {
    color: #ee0000;
    font-weight: bold;
    text-align: center;
}

/* Product specifications */
table.specification {
    width: 100%;
}
table.specification td.lbl {
    width: 15%;
    font-size: 11px;
}
table.specification td.val {
    width: 35%;
    font-size: 11px;
    font-weight: bold;
}

span.deliveryInfo {
    display: inline-block;
    background: transparent url('/images/delivery18.jpg') no-repeat scroll left -1px;
    height: 18px;
    padding-left: 46px;
    vertical-align: middle;
    color: #003366;
}

/* textarea voor debug DeBuG_PaNeL */
#DeBuG_PaNeL {
    width: 99%;
    height: 600px;
    margin-bottom: 10px;
    font-family: 'Courier new';
    font-size: 11px;
}
/* speciale style voor DeBuG_LiNkS, is alleen voor testsite */
#DeBuG_LiNkS {
    display: inline-block;
    margin-left: 10px;
}
#DeBuG_LiNkS a, #DeBuG_LiNkS a:active, #DeBuG_LiNkS a:visited {
    /*display: inline-block;
    border: 1px #666666 solid;
    background-color: #dddddd;
    padding: 2px 0px 2px 0px;
    width: 80px;
    text-align: center;
    font-size: 11px;*/
}
#DeBuG_LiNkS a:hover {
    /*border-color: #003366;
    color: #003366;*/
}

/* contactForm apart stylen qua inputs */
form.contactForm input[type="checkbox"] {
    vertical-align: middle !important;
}

form.contactForm label {
    vertical-align: middle !important;
    margin-bottom: 1px !important;
}
form.contactForm span.ta {
    vertical-align: top !important;
    margin-top: 3px !important;
}

/* Footermenu onder main content */
div.footer_menu ul {
    list-style-type: none;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 143px;
}
div.footer_menu ul li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: 12px;
}
div.footer_menu ul li.header {
    font-weight: bold;
    font-size: 10px;
}
div.footer_menu a, div.footer_menu a:active, div.footer_menu a:visited {
    font-size: 10px;
    font-family: Tahoma;
    color: #336699;
}
div.footer_menu a:hover {
    text-decoration: none;
    color: #CC0000;
}
/* strong overrulen ivm met seo */
div.footer_menu strong {
    font: inherit !important;
}
#overlayContainerContent .nopop {
    display: none !important;
}
#outerTable .onlypop {
    display: none !important;
}

