/* -------------------------------------------------------------- 
reset.css
* Resets default browser CSS.
-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}
body
{
    line-height: 1.5;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table
{
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td
{
    text-align: left;
    font-weight: normal;
}
/* Remove possible quote marks (") from <q>,<blockquote>. */
blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
}
blockquote, q
{
    quotes: "" "";
}
/* Remove annoying border on linked images. */
a img
{
    border: none;
}

/* typography.css
-------------------------------------------------------------- */
body
{
    color: #fff;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
}
/* Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
    color: #fff;
}
h1
{
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 0.5em;
}
h2
{
    font-size: 1.25em;
}
h3
{
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em;
}
h4
{
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
}
h5
{
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
}
h6
{
    font-size: 1em;
    font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img
{
    margin: 0;
}
/* Text elements
-------------------------------------------------------------- */
p
{
    margin: 0;
    text-align: left;
}
a:focus, a:hover
{
    color: #f6921e;
    background: none;
}
a
{
    color: #fff;
    text-decoration: underline;
}
strong
{
    font-weight: bold;
    color: #f6921e;
}

/* grid.css
---------------------------------------------------------*/
body
{
    background-color: #27227c;
    background-image: url(../../images/interface/body-bg.gif);
    background-position: top;
    background-repeat: no-repeat;
}
#wraper
{
    margin: 0 auto;
    width: 1030px;
}
#header-wraper
{
    background: transparent url(../../images/interface/header-back.png) top left repeat-y;
    height: 95px;
}
#menu-wraper
{
    background: transparent url(../../images/interface/nav-back2-ie6.png) top left no-repeat;
    height: 72px;
}
#inhoud-wraper
{
    background: transparent url(../../images/interface/pagina-back.png) top left repeat-y;
}
#inhoud-sidebar-wraper
{
    float: left;
    width: 220px;
    margin-left: 35px;
}
#inhoud-content-wraper
{
    float: right;
    width: 700px;
    margin: 0 53px 0 20px;
}
#footer-wraper
{
    background: transparent url(../../images/interface/footer-back.png) top left no-repeat;
    height: 108px;
}
.clearfix:after
{
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    display: inline-block;
}
.clear
{
    clear: both;
}


/* GLOBAL CLASSES
-----------------------------------------------------------*/

body
{
    overflow-y: scroll;
}

.float-left
{
    float: left;
}
.float-right
{
    float: right;
}

.bold
{
    font-weight: bold;
}
.italic
{
    font-style: italic;
}
.underline
{
    border-bottom: 1px solid;
}
.highlight
{
    background: #ffc;
}

.img-left
{
    float: left;
    margin: 4px 10px 4px 0;
}
.img-right
{
    float: right;
    margin: 4px 0 4px 10px;
}

.lijn
{
    border-bottom: 1px dotted #0066ff;
    margin: 15px 10px;
}


.scrollleft span
{
    background: url(../images/interface/button_left.png) no-repeat;
    position: absolute;
    margin: 3px 0 0 3px;
    width: 37px;
    height: 153px;
    float: left;
}

.scrollleft span:hover
{
    background: url(../images/interface/button_left.png) no-repeat 0 -153px;
    width: 37px;
    height: 153px;
    float: left;
}

.scrollright span
{
    background: url(../images/interface/button_right.png) no-repeat;
    position: absolute;
    z-index: 100;
    margin: 3px 0 0 660px;
    width: 37px;
    height: 153px;
    float: right;
}

.scrollright span:hover
{
    background: url(../images/interface/button_right.png) no-repeat 0 -153px;
    width: 37px;
    height: 153px;
    float: right;
}

.style1
{
    /*    color1: #f6921e;*/
    color: white;
    font-size: 14px;
}
.style2
{
    color: #f6921e;
    font-size: 24px;
    float: right;
}
.style3
{
    font-size: 20px;
    margin: 0;
}
.style4
{
    font-size: 14px;
}
.style5
{
    font-size: 10px;
    padding: 2px 5px 0 5px;
    height: 30px;
    font-weight: bold;
}
.style6
{
    font-size: 12px;
    padding: 0 5px 0 5px;
}
/* HEADER
---------------------------------------------------------*/
.header-logo
{
    float: left;
    padding: 5px 0 0 75px;
}
.header-tel
{
    float: right;
    padding: 15px 53px 0 0;
}
.header-slagzin
{
    float: left;
    padding: 0 0 0 250px;
}
.header-login
{
    float: left;
    margin-left: 620px;
    margin-top: -8px;
    width: 360px;
    height: 20px;
}
.header-login .text
{
    width: 135px;
    border: none;
    font-size: 10px;
    color: #368fea;
    height: 17px;
    background: none;
    background-image: url(../images/interface/input-back.gif);
}

.header-login a, a:hover, a:visited
{
    text-decoration: none;
}

.header-login .submit
{
    background: transparent url(../../images/interface/login-but.gif) top left no-repeat;
    border: none;
    width: 104px;
    height: 19px;
    color: #FFF;
    font-size: 10px;
    font-weight: bold;
    padding: 0 0 0 0;
    text-align: center;
}
/* MAIN-NAV
---------------------------------------------------------*/
.main-nav ul
{
    padding-left: 75px;
    padding-top: 1px;
    margin-left: 0;
    color: #fff;
    float: left;
}
.main-nav ul li
{
    display: inline;
}
.main-nav ul li a
{
    padding: 0.1em 0.5em;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    float: left;
}
.main-nav ul li a:hover, .main-nav ul .active a
{
    color: #f6921e;
}
.taal
{
    float: right;
    padding: 3px 53px 0 0;
    color: #f6921e;
    font-size: 12px;
    font-weight: bold;
}
.taal a
{
    color: #f6921e;
}
.taal a:hover
{
    color: #FFF;
}

/* SUB-NAV
---------------------------------------------------------*/

.sub-nav
{
    text-align: left;
    float: none;
}

.sub-nav ul
{
    padding-left: 0px;
    padding-top: 1px;
    margin-left: 0;
    color: #fff;
    float: none;
}
.sub-nav ul li
{
    display: inline;
    margin-left: 0px;
}
.sub-nav ul li a
{
    padding: 0.1em 0.5em;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-family: Verdana;
    text-decoration: none;
    float: left;
    background-color: #0078C4;
}
.sub-nav ul li a:hover, .sub-nav ul .active a
{
    color: #f6921e;
}

/* SIDEBAR
---------------------------------------------------------*/
.search_box
{
    width: 180px;
    height: 19px;
    margin-left: 20px;
    margin-top: 3px;
    background: url(../images/interface/search-back.gif);
}
.search_box #s
{
    float: left;
    padding: 0;
    margin: 3px 0 0 6px;
    border: 0;
    width: 146px;
    background: none;
}
.search_box #go
{
    float: right;
    margin: 0;
}
.prod-menu
{
    margin-left: 20px;
    width: 180px;
}
.prod-menu h3
{
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 0 0;
    padding-bottom: 2px;
    border-bottom: 3px solid #368fea;
}
.prodlist ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
.prodlist li
{
    border-bottom: 1px solid #368fea;
    margin: 0;
    padding: 0;
    display: block;
}
.prodlist li a
{
    display: block;
    background-color: transparent;
    color: #fff;
    padding: 1px;
    text-decoration: none;
    border-bottom: 0;
    position: relative;
}
.prodlist li a:hover, .prodlist .active a
{
    color: #f6921e;
    background-color: #27227c;
    text-decoration: none;
}
.prodlist li a span
{
    display: none;
    position: absolute;
    width: 106px;
    height: 41px;
    background: transparent url(/images/interface/tooltip-back.gif) top left no-repeat;
    bottom: 0;
    left: 50px;
    z-index: 500;
}
.prodlist li a:hover span
{
    display: block;
    padding: 5.5px 0 5.5px 16px;
}
.feedback
{
    margin-left: 20px;
    margin-top: 20px;
    width: 180px;
    background: transparent url(/images/interface/feedback-back.gif) top left no-repeat;
    text-align: right;
}
.feedback h4
{
    font-size: 14px;
    font-weight: bold;
    padding: 2px 55px 0 0;
    margin-bottom: 5px;
    text-decoration: underline;
    text-align: center;
}
.feedback .highlights
{
    font-size: 10px;
    width: 170px;
    height: 80px;
    padding-left: 5px;
    height: 180px;
    overflow-x: hidden;
    overflow: hidden;
    text-align: left;
}

#placeholder-feedback
{
    height: 260px;
}

.feedback .wie
{
    text-align: right;
    font-size: 9px;
    font-style: italic;
    margin-bottom: 0;
    width: 170px;
    border-bottom: 1px solid #368FEA;
}

.feedback .more
{
    font-size: 7pt;
    text-align: right;
}

/* CONTENT
---------------------------------------------------------*/
#wisselback
{
    background-image: url(/images/interface/wisselkader-back.gif);
    background-repeat: no-repeat;
}
#wisselkader div.scroller
{
    width: 700px;
    height: 158px;
    margin-top: 5px;
    overflow: hidden;
}
#wisselkader div.scroller div.section
{
    width: 700px;
    height: 158px;
    overflow: hidden;
    float: left;
    padding: 3px;
}
#wisselkader div.scroller div.content
{
    width: 10000px;
}
.controls
{
    padding: 0 0 5px 0;
    margin: 0;
    float: right;
}
.controls dt
{
    display: none;
}
.controls dd
{
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
}
.controls dd span.aa
{
    display: block;
    width: 12px;
    height: 19px;
    background-image: url(../images/interface/wk-nav-links.gif);
    float: left;
    padding: 0;
}
.controls dd span.bb
{
    height: 1.5em;
    height: 19px;
    background: url(../images/interface/wk-nav-midden.gif);
    float: left;
    padding: 0;
}
.controls dd span.cc
{
    display: block;
    width: 14px;
    height: 19px;
    background: url(../images/interface/wk-nav-rechts.gif);
    float: left;
    padding: 0;
}

.controls a
{
    text-decoration: none;
    cursor: pointer;
}
.controls a:hover, .controls .active
{
    background: none;
    text-decoration: underline;
    color: #f6921e;
}

.promos p
{
    margin: 0;
    float: left;
    padding: 5px 0;
}
.promos .links
{
    padding-right: 30px;
}
.promos .rechts
{
    padding-left: 30px;
}
.indepicture p
{
    margin: 0;
    float: left;
    font-size: 10px;
    width: 145px;
    text-align: center;
    padding: 0 15px;
}
.indepicture p a
{
    text-decoration: none;
}
.lijst-foto
{
    text-align: center;
    width: 160px;
    height: 216px;
    background: transparent url(/images/interface/lens-lijs-back.gif) top left no-repeat;
    margin: 5px 6px;
}
.lijst-foto:hover, .lijst-foto:hover > a
{
    background: transparent url(/images/interface/lens-lijst-backOver.gif) top left no-repeat;
    color: #f6921e;
}
.lijst-foto a
{
    text-align: center;
    text-decoration: none;
}
.lijst-foto a:hover
{
    color: #f6921e;
}
.lijst-foto a:active, .lijst-foto a:focus
{
    outline-style: none;
}
.detail-data p
{
    margin-bottom: 1.5em;
}
.merk-filter
{
    margin-top: 5px;
}
.merkF option
{
    padding: 0;
    margin: 0;
}
/* FOOTER
---------------------------------------------------------*/
.footer-unizo
{
    float: left;
    padding: 10px 0 0 53px;
    height: 108px;
}
.footer-payment
{
    float: left;
    padding: 35px 0 0 75px;
}
.footer-webshop
{
    float: left;
    text-align: center;
    padding: 15px 0 0 43px;
}
.footer-logo
{
    float: right;
    padding: 30px 53px 0 0;
}

.inputstyle
{
    background: url(../images/interface/search-back.gif);
    color: #404040;
    font-family: Arial;
    font-size: 8pt;
    background-color: #FFFFFF;
}

.smallinput
{
    color: #404040;
    font-family: Arial;
    font-size: 8pt;
    height: 12px;
    font-weight: bold;
}

address
{
    font-style: italic;
}

a
{
    text-decoration: none;
}

/* FEEDBACK */
#feedback-page
{
    width: 440px;
    margin-left: 130px;
}


.hreview
{
    width: 100%;
    text-align: left;
    font-style: italic;
    color: #7F7F98;
    padding-bottom: 5px;
    border-bottom: 1px solid #7F7F98;
    margin-bottom: 10px;
    -webkit-transition: color .2s linear;
}

.hreview:hover
{
    color: #fff;
}

.hreview .reviewer, .hreview .dtreviewed
{
    display: block;
    text-align: right;
    font-style: italic;
}

/* JOBS */

#jobs-page
{
    line-height: 200%;
    width: 80%;
}

#jobs-page #send-cv
{
    margin-top: 20px;
}

#jobs-page #send-cv a
{
    -webkit-transition: color .2s linear;
    text-shadow: 0 1px 0 rgba(0,0,0,.8);
}

/* PRODUCT PAGE */
#product-page h1
{
    color: white;
    font-size: 18px;
    font-weight: bold;
}

#product-page h1 b
{
    float: left;
    width: 75%;
}

#product-page h1 span
{
    color: #f6921e;
    font-size: 24px;
    float: right;
}

#product-page h2
{
    clear: both;
    color: white;
    padding-top: 5px;
    font-size: 12px;
}

#product-image
{
    float: right;
    margin: 10px 0 20px 20px;
}

#product-image-old
{
    float: left;
    margin: 4px 10px 4px 0;
}

#product-page p
{
    padding-top: 5px;
    margin-right: 100px;
    line-height: 140%;
}

#product-page #kwantum
{
    float: left;
    padding-top: 10px;
}

#product-page #kwantum h3
{
    margin: 0 0 5px 0;
    font-weight: bold;
    color: #f6921e;
}

#product-page #specs
{
    margin-top: 10px;
    float: right;
}

#specs th
{
    font-weight: bold;
}

#specs td, #specs th
{
    padding: 5px;
    text-align: right;
}

#product-page #fluids-form
{
    float: right;
}

#product-page #fluids-form p
{
    margin-right: 0;
    text-align: right;
}

#product-page #linked
{
    padding: 8px 0;
    margin: 8px;
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: #0078C4;
}

#product-page .linked-box
{
    width: 50%;
    line-height: 80%;
    float: right;
    font-size: 9pt;
}

#product-page .linked-box p
{
    margin-right: 0;
    font-size: 95%;
}

#product-page .linked-box h4
{
    margin: 5px;
    font-weight: bold;
}

#product-page .linked-box .price
{
    font-weight: bold;
    text-align: right;
    font-size: 14px;
    color: #F6921E;
}

#product-page .linked-box .infotext
{
    text-align: left;
    font-size: 8pt;
    height: 94px;
}

#product-page .linked-box .prodname
{
    font-size: 8pt;
    font-weight: bold;
    width: 100%;
    text-align: center;
}


#product-page .linked-box .amount
{
    text-align: right;
    margin-right: 15px;
}


#product-page .linked-box .price
{
    float: left;
}


#product-page .linked-box img
{
    float: right;
    display: block;
    margin-right: 15px;
    padding: 0 0 0px 0;
    width: 90px;
}

#product-page #order
{
    clear: both;
    float: right;
    margin-right: 0;
}

#product-page #brand-logo
{
    clear: both;
    float: left;
    padding: 15px 0 0;
}

/* thumbs */

a.thumb
{
    position: relative;
    width: 160px;
    height: 216px;
    background: transparent url(/images/interface/lens-lijs-back.gif) top left no-repeat;
    margin: 5px 6px;
    display: block;
    float: left;
}
a.thumb:hover
{
    background: transparent url(/images/interface/lens-lijst-backOver.gif) top left no-repeat;
    color: #f6921e;
}

a.thumb span, a.thumb u
{
    display: block;
    text-align: center;
    width: 100%;
}

a.thumb span
{
    background: transparent center 75px no-repeat;
    height: 216px;
}

a.thumb em
{
    font-size: 10px;
    display: block;
    margin: 0 5px;
    padding: 10px 0 0;
    font-weight: bold;
    font-style: normal;
    text-shadow: 0 1px 0 rgba(0,0,0,.8);
}


a.thumb strong
{
    text-shadow: 0 1px 0 rgba(0,0,0,.8);
}

a.thumb u
{
    position: absolute;
    bottom: 5px;
    left: 0;
    font-size: 9px;
    text-decoration: none;
}

/* LANG SWITCH */
#lang-switch
{
    float: left;
    font-size: 7pt;
    font-weight: bold;
    padding-left: 100px;
}

#lang-switch ul
{
    color: white;
    text-align: left;
    margin: 0;
    padding-bottom: 2px;
    padding-top: 2px;
    list-style: none;
}

#lang-switch ul li
{
    display: inline;
    margin-left: 4px;
    padding-right: 10px;
}

#lang-switch ul li a
{
    padding: 2px;
    color: #918FB8;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0,0,0,.8);
}

#lang-switch ul li a:hover
{
    color: white;
}

/*CONTACT*/

#filialen-tabs
{
    padding-left: 10px;
    height: 420px;
    overflow: auto;
}


.province
{    
    text-align: center;
    line-height: 230%;
    cursor: pointer;
    padding: 4px;
    margin: 12px;    
    color: #999999;
    display: inline;        
    background-color: Black;
    font-size: 8pt;
    font-weight: bold;
    list-style-type: none;
}
.province:hover
{       
    color:#ff6600;
    background-color:#444444;   
}

.prov-title
{
    font-size:10pt;
    font-variant:small-caps;
    font-weight:bold;
    color:#ff6600;
}

.filialen-list
{
    text-align: center;    
    font-size: 8pt;
    margin-bottom: 20px;
    margin-left: 5px;       
    width: 700px;    
}
.filiaal
{
    
}

.filialen-list li
{
    display: inline;        
    cursor: pointer;   
    line-height: 300%;    
    background:Black;
    padding: 4px;
    margin: 12px;    
    }

.filialen-list li:hover
{
    background: #0078C4;
}

.filialen-list li:a
{
    background: red;
}


.indented
{
    margin-left: 16px;
    margin-bottom: 10px;
}

.partnerlist
{
    -webkit-border-radius: 10px;
    background: #56589D;
    color: #003;
    font-size: 8pt;
    margin-left: 120px;
    width: 800px;
    text-align: justify;
    padding: 5px;
    margin-top: 0;
    margin-bottom: 20px;
}

.partnerlist h3
{
    margin: 0 0 5px 0;
}

.partnerlist ul
{
    margin: 0;
    padding: 0;
}

.partnerlist b
{
    font-size: 7pt;
    text-transform: uppercase;
}

.partnerlist li
{
    display: inline;
    margin-right: 5px;
}

.partnerlist a, partnerlist a:visited
{
    color: #003;
}
.partnerlist a:hover
{
    color: #F6921E;
}

#fb-button
{
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
#fb-button a
{
    border: none;
}

#vacation
{
    border: 2px ridge #808080;
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
    margin: 2px;
    padding: 4px;
    background-color: #EEEEEE;
    text-align: left;
    display: none;
}
