/*
* {
border: 1px solid red;
}
*/
*
{
}
.clear
{
    clear: both;
    float: none;
}

.fixed
{
    left: auto !important;
    position: fixed !important;
    top: 0 !important;
}

html, body, #aspnetForm
{
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
}



body
{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(      '/images/bck_body.png' );
    background-repeat: repeat-x; 
    background-color: #e6e6e6;
/* SPECIAAL VOOR KERST */
/*background-position:center;
background-image: url(      '/images/sneeuw.gif' );
    background-repeat: repeat-y;
background-color: #FFF;*/


}
#bodydiv
{
    width: 1024px;
    overflow: hidden;
    padding: 0px;
    margin: 0px auto;
    background-color: #fff;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    position: relative; /*border-left: 1px solid #666;     border-right: 1px solid #666;*/
}
.warning
{
    background-color: Red;
    color: White;
    font-size: 12px;
    text-align: center;
}
a img
{
    border: 0px;
    text-decoration: none;
}
h1, h2, h3, h4
{
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

h1.heading
{
    font-family: 'News Cycle' , arial, serif !important;
    font-weight: lighter;
    color: #F18700;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 14px;
}
h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    /*color: #F18700;*/
color: Gray;
}
.gray
{
    color: Gray;
}

h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #626262;
    /*border-bottom: 1px solid #888888;
    padding-bottom: 9px;*/
}
h4
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #626262;
    margin-bottom: 5px;
    text-decoration: none;
}
h4 a
{
    color: #626262;
    text-decoration: none;
}


/* header items */
div#header
{
    height: 91px; /*background-color: #F28700;*/
    background-color: #FFFFFF;
}
.logo
{
    margin-right: 15px;
}
.alerttext
{
    color: #F18700;
    font-weight: bold;
}

/* Header menu */

#menu
{
    margin: 15px 0px 15px 0px;
    height: 33px;
    background-image: url(/images/bck_menu.png);
    background-repeat: repeat-x;
    padding: 0px 15px 0px 15px;
    z-index: 1000;
}

.homebutton
{
    float: left;
    border-right: 1px solid #ccc;
}



#menu li
{
    font-size: 14px !important;
    text-decoration: none;
    text-shadow: 0px 1px #fff;
}
#menu li ul
{
    display: none;
}


#menu li a
{
    padding: 0 12px;
    line-height: 33px !important;
    height: 33px !important;
    text-decoration: none;
    color: #666;
    display: block;
    border-right: 1px solid #ccc;
    border-left: 1px solid #fff;
}

#menu li a:hover
{
    text-decoration: none;
    color: #fff;
    text-shadow: 0px 1px #000;
    background-position: center -33px;
    background-image: url(/images/bck_menu.png);
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
}
#menu .AspNet-Menu-Selected a
{
    text-decoration: none;
    color: #fff !important;
    text-shadow: 0px 1px #000;
    background-position: center -33px;
    background-image: url(/images/bck_menu.png);
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
}

#textsubmenu
{
    width: 178px;
    float: left;
    min-height: 100px;
}

#submenu
{
    overflow: hidden;
}

#submenu li
{
    font-size: 12px;
    line-height: 21px;
    height: 21px;
    width: 180px;
}

#submenu li a
{
    color: #888888;
    text-decoration: none;
}
#submenu li a:hover
{
    text-decoration: underline;
}

#submenu .AspNet-Menu-Selected a
{
    color: #F18700;
    font-weight: bold;
}

#submenu2
{
    /*margin-top: 20px;*/
    overflow: hidden;
}

#submenu2 li
{
    font-size: 11px;
    line-height: 16px;
    height: 16px;
    width: 180px;
}
#submenu2 li a
{
    color: #888888;
    text-decoration: none;
}
#submenu2 li a:hover
{
    text-decoration: underline;
}

#submenu2 .AspNet-Menu-Selected a
{
    color: #F18700;
    font-weight: bold;
}


/* menu items */
/*div#menu
{
    margin: 15px 0px 15px 0px;
    height: 33px;
        background-image: url(/images/bck_menu.png);
    background-repeat: repeat-x;
    padding: 0px 15px 0px 15px;
    z-index: 1000;    
}
.homebutton
{
    float: left;
}
.menuscheiding
{
    float: left;
}
a.treefirstlevel, a.treechildlevel, a.submenufirstlevel
{
    display: block;
}
a.treechildlevel
{
    width: 170px;
}
.treefirstlevel
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 29px;
    height: 29px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
.submenu2firstlevel
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 16px;
    height: 16px;
    color: #888888;
    text-decoration: none;
    width: 180px;
}

.submenufirstlevel
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 21px;
    height: 21px;
    color: #888888;
    text-decoration: none;
    width: 180px;
}
.submenufirstlevel_over
{
    text-decoration: underline;
}
.submenufirstlevel_selected
{
    color: #F18700;
    font-weight: bold;
}

.submenu
{
    background-color: #FFFFFF;
    border-left: 1px solid #F18700;
    border-right: 1px solid #F18700;
    border-bottom: 1px solid #F18700;
    z-index: 9999; 
}
.treechildlevel
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 28px;
    height: 28px;
    color: #888888;
    text-decoration: none;
    padding: 0px 5px 0px 5px;
    background-color: #FFFFFF;
    border-top: 1px solid #F18700;
    width: 180px;
}
.treechildlevel_over
{
    color: #FFFFFF;
    background-color: #F18700;
}
*/


#textcontent
{
    float: left;
    width: 606px; /*border-left: 1px solid #888888;*/
    padding-left: 21px;
}
div#infopagecontent
{
    float: left;
    width: 806px;
    background-image: url(      '/images/menuscheiding_vert.gif' );
    background-repeat: repeat-y;
}

.hidden
{
    display: none; /*visibility: hidden;*/
}

/* footer items */
#footer
{
    margin: 0px 0px 15px 0px; /*height: 15px;*/
    padding: 20px 15px 0px 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    color: #888888;
    clear: left; /* width: 800px;*/
    background-image: url('/images/bck_footer.png' );
    background-repeat: repeat-x;
}
#footer a
{
    color: #888888;
    text-decoration: none;
}

#servicemenu
{
    border-top: 1px solid #e5e5e5;
    background-color: #e5e5e5;
    background-image: url('/images/bck_servicemenu.png' );
    background-repeat: repeat-x;
    min-height: 165px;
    color: #666;
    line-height: 22px;
    float: none;
    clear: both;
    padding: 25px 25px 16px 25px;
    overflow: hidden;
}
#servicemenu h1
{
    font-weight: bold;
    font-size: 14px;
    color: #666;
}

#servicemenu ul
{
    font-size: 12px;
    width: 20%;
    float: left; /*border-right:1px solid red;*/
    list-style: none;
    padding: 0;
    margin: 0;
}
#servicemenu ul a
{
    text-decoration: none;
    color: #666;
}





/* content items */
div#content
{
    float: left;
    width: 806px;
    padding: 0px 0px 0px 15px;
    margin-bottom: 15px;
}
.detail
{
    float: none !important;
    width: auto !important;
    padding: 0 15px !important;
    margin-bottom: 15px;
}
#content p
{
    font-family: Arial, Helvetica, sans-serif;
    color: #626262;
    font-size: 12px;
    line-height: 18px;
}
span.p
{
    font-family: Arial, Helvetica, sans-serif;
    color: #626262;
    font-size: 12px;
}


h1.maintitle /* sifr */
{
    padding: 0;
    margin: 0;
    font-family: DINBold, arial, Verdana, Geneva, sans-serif; /*font-weight: Bold;*/
    color: #F18700; /*color: #FFFFFF;*/
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: right;
}
h2.subtitle /* sifr */
{
    padding: 0;
    margin: 0;
    font-family: DINLight, Arial, Verdana, Geneva, sans-serif; /*font-weight: lighter;*/
    color: #F18700; /*    color: #FFFFFF;*/
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: right;
}
.HeaderImage
{
    /*text-align: right; 	float:left;*/
    margin-left: 15px;
}




/*homepage items */
div#sfeercaroussel
{
    width: 806px;
    height: 251px;
    margin-bottom: 7px;
    z-index: 0;
}

.shopcategorie
{
    width: 196px;
    height: 144px;
    margin-right: 7px;
    float: left;
    background-color: #C6C6C6;
}
.shopcategorie_last
{
    width: 196px;
    height: 144px;
    margin-right: 0px;
    float: left;
    background-color: #C6C6C6;
}





/* shopstappenplan */
div#shopstappenplan
{
    height: 45px;
    border-bottom: 1px solid #888888;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    color: #626262;
    margin-bottom: 7px;
    background-image: url(/images/bck_stappenplan.gif);
    background-repeat: repeat-x;
    padding: 3px 0px 0px 0px;
    font-weight: bold;
}
div.stap
{
    float: left;
    width: 20%;
}
div.stappenstatus
{
    background-color: #F18700;
    height: 8px;
    margin-bottom: 14px;
}
div.stappenstatus_uit
{
    height: 8px;
    margin-bottom: 14px;
}
div.stap a
{
    text-decoration: none;
    color: #626262;
}

table#winkelmandcontent
{
    width: 806px;
}

div#shopextra
{
    width: 371px;
    margin-right: 7px;
    margin-top: 7px;
    margin-bottom: 7px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #626262;
    height: 158px;
}
div#shopextra a#toggle{ color:#666;}
div#shoptotaal
{
    margin-left: 406px;
    width: 380px;
    margin-top: 7px;
    margin-bottom: 7px;
    background-color: #E6E6E6;
    padding: 10px 10px 10px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #626262;
}
table#shoptotaalpanel
{
    width: 100%;
}

table#shoptotaalpanel td
{
    text-align: right;
    height: 23px;
}
table#shoptotaalpanel .totaal
{
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
}
table#shoptotaalpanel .korting
{
    color: #F18700;
}

div.bestelbuttons
{
    clear: left;
    float: right;
}
.bestelbuttons a
{
    border: 0px;
    text-decoration: none;
}
.account
{
    margin-top: 7px;
    margin-bottom: 7px;
}
/*.validator  
{
    background-color: Red;
    color: White !important;
    padding: 3px;
}*/
.validator
{
    position: absolute;
    color: #f00 !important;
    background-color: transparent !important;
    white-space: nowrap;
    padding: 0;
    margin: 4px 0 0 0;
    overflow: visible;
    line-height: 12px;
    font-weight: bold;
    padding-left: 16px;
    height: 16px;
    background: url(/images/icon_alert.gif) no-repeat;
}
.welaccount
{
    margin-bottom: 5px;
    position: relative;
    border: 1px solid #888888;
    width: 377px;
    background-color: #E6E6E6;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #626262;
    float: left;
    height: 175px;
}
.geenaccount
{
    margin-bottom: 5px;
    position: relative;
    border: 1px solid #888888;
    width: 377px;
    background-color: #E6E6E6;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #626262;
    float: right;
    height: 175px;
}
.moreoptions
{
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.invoertable td
{
    height: 32px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #626262;
}







table#winkelmandcontent th
{
    height: 19px;
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #626262;
    font-weight: bold;
    border-bottom: 1px solid #888888;
    text-align: left; /*padding: 5px 0px 5px 0px;*/
}
table#winkelmandcontent td
{
    height: 72px;
    border-bottom: 1px solid #888888;
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #626262;
    padding: 8px 0px 8px 0px;
}
table#winkelmandcontent h1
{
    font-size: 14px;
    line-height: 16px;
    color: #626262;
    font-weight: bold;
    margin-bottom: 7px;
}

table#winkelmandcontent .image
{
    border: 1px solid #888888;
    height: 60px;
}

table#winkelmandcontent .pulldown
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    height: 22px;
    width: 130px;
    background-color: #FFFFFF;
    border: 1px solid #888888;
    padding-left: 3px;
    padding-left: 3px;
}
.productlink *
{
    color: #626262;
    text-decoration: none;
}

/* productlist items */
div#zoekcriteria, div.recordnav
{
    height: 48px;
    border-bottom: 1px solid #888888;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #888888;
    margin-bottom: 7px;
}
#_zoekcriteria
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
}

div#zoekvelden
{
    width: 610px;
    float: left;
    height: 24px;
    line-height: 24px;
}
div#itemsoppagina
{
    width: 196px;
    text-align: right;
    height: 24px;
    line-height: 24px;
    margin-left: 610px;
}
div#resultaattekst
{
    width: 400px;
    float: left;
    line-height: 24px;
    height: 24px;
}
#resultaattekst a{color:#666;}
div#resultaattekst .gezochtop
{
    color: #F18700;
    font-weight: bold;
}
.zoeken
{
    color: #888888;
    font-size: 14px;
}
.zoeken .gezochtop
{
    color: #F18700;
    font-weight: bold;
}
div#resultaatpaginas, div.resultaatpaginas
{
    width: 620px;
    float: right;
    text-align: right;
    line-height: 24px;
    height: 24px;
    white-space: nowrap;
    overflow: visible;
}
#zoekvelden .pulldown
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    height: 22px;
    width: 130px;
    background-color: #FFFFFF;
    border: 1px solid #888888;
    padding-left: 3px;
    padding-left: 3px;
    margin-right: 7px;
}



/*productdetailpagina */

div#productdetailnav
{
    height: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #888888;
    margin-bottom: 7px;
    overflow: hidden;
}

.artikel
{
    /*border: 1px solid #888888;*/ /*height: 382px;*/
}


.detailtext
{
    /*float: left;*/ /*background-color: #E6E6E6;*/ /*margin-left: 349px;*/
    position: absolute;
    left: 365px;
    width: 284px; /*height: 362px;*/ /*overflow: auto;*/ /* position: absolute; */ /* z-index: 2000;*/ /*border-left: 1px solid #888888;*/
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #626262;
    padding: 0px 15px 10px 15px;
}
.detailtext p a{color:#666;}
.detailtext .vanprijs
{
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    text-decoration: line-through;
}
.detailtext .voorprijs
{
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
}

#show-small
{
    position: absolute;
    float: left;
    width: 350px;
    height: 382px; /* z-index: 300;*/
    margin-left: 0px;
    overflow: hidden;
}


#show-large
{
    position: absolute;
    width: 806px;
    height: 382px;
    z-index: 300;
    margin-left: 0px;
    overflow: hidden;
}

#keuzepanel
{
    border: 1px solid #888888;
    background-color: #FFFFFF;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #626262;
}

table#uwkeuze td
{
    height: 32px;
}
#extraafbeeldingen
{
    margin-bottom: 7px;
}
.microthumb
{
    border: 1px solid #888888;
    cursor: pointer;
    margin-right: 7px;
}
.nobreak
{
    white-space: nowrap;
}



/* rightmenu items */
div#rightmenu
{
    margin-left: 831px;
    width: 178px;
}
div#snelzoeker
{
    background-color: #F18700;
    border: 1px solid #888888;
    width: 158px;
    padding: 9px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 7px;
}
div#snelzoeker a
{
    color: #FFFFFF;
    text-decoration: none;
}
.zoekveld
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    height: 14px;
    line-height: 14px;
    width: 130px;
    background-color: #FFFFFF;
    border: 1px solid #888888;
    padding: 5px 3px 3px 3px;
    margin-bottom: 9px;
}
#klantenservice
{
    background-color: #FFFFFF;
    border: 1px solid #888888;
    width: 158px;
    padding: 9px 9px 4px 9px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #888888;
    text-decoration: none;
    margin-bottom: 7px;
}
#klantenservice ul
{
    list-style: none;
    line-height: 13px;
    margin: 0;
    padding: 0;
}
#klantenservice li
{
    padding: 5px 0 5px 12px; /*border-top: 1px solid #888888;*/
    background-image: url(/images/arrow_orange.gif);
    background-position: -5px 7px;
    background-repeat: no-repeat;
}
#klantenservice a
{
    text-decoration: none;
    display: block;
    color: #888888;
}


#nieuwsbrief
{
    background-color: #FFFFFF; /*border: 1px solid #888888;     width: 138px;     padding: 9px;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #626262;
    text-decoration: none;
    margin-bottom: 7px;
}
#nieuwsbrief a
{
    color: #626262;
    text-decoration: none;
}
#nieuwsbrief h1
{
    font-size: 12px;
    color: #F18700;
    text-decoration: none;
    margin-bottom: 7px;
}
div#shoppingbasket
{
    /*height: 48px;     width: 255px;     border-bottom: 1px solid #888888;*/
    font-size: 12px;
    line-height: 14px;
    color: #626262; /*padding: 0px 0px 0px 44px;*/
    margin-top: 7px; /*background-image: url(/images/button_winkelmandje.gif);     background-repeat: no-repeat;*/
    float: right;
    margin-bottom: 10px;
    cursor: pointer;
}
div#shoppingbasket a.basketlink
{
    color: #626262;
    text-decoration: none;
    padding-bottom: 10px;
}
div#mijnaccount
{
    /*height: 25px;*/
    font-size: 12px;
    line-height: 14px; /*width: 134px;*/
    color: #626262; /*padding: 8px 0px 0px 44px;*/
    margin-top: 7px; /*background-image: url(/images/button_mijnaccount.gif);     background-repeat: no-repeat;*/
    cursor: pointer;
    float: right;
}
div#mijnaccount a
{
    color: #626262;
    text-decoration: none;
}



/* shop betalentab */

.panelbezfactadres
{
    padding: 15px 0px 15px 0px;
    border-bottom: 2px solid #626262;
    border-top: 2px solid #626262;
    margin: 15px 0px 15px 0px;
}
.panelbezorgadres
{
    width: 403px;
    float: left;
}
.panelfactuuradres
{
    width: 403px;
    margin-left: 403px;
}
.panelbetaalvoorkeur
{
    width: 806px;
    padding: 15px 0px 15px 0px;
    border-bottom: 2px solid #626262;
    border-top: 2px solid #626262;
    margin: 15px 0px 15px 0px;
}


/*formulier items */
.invoerveld
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    height: 14px;
    line-height: 14px;
    width: 250px;
    background-color: #FFFFFF;
    border: 1px solid #888888;
    padding: 5px 3px 3px 3px;
    margin-right: 7px;
}

.pulldown
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    height: 22px;
    width: 130px;
    background-color: #FFFFFF;
    border: 1px solid #888888;
    padding-left: 3px;
    padding-left: 3px;
    margin-right: 7px;
}
.checkbox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #626262;
    text-decoration: none;
    display: block;
    margin-top: 5px;
}

.button
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    cursor: pointer;
    text-decoration: none;
}
.button a
{
    color: #888888;
    margin: 0px 4px;
    margin-left: 0px;
    padding: 3px 20px;
    border: 1px SOLID #888888;
    background-color: #FFFFFF;
    text-decoration: none;
}

.buttonactive
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    cursor: pointer;
    text-decoration: none;
}
.buttonactive a
{
    color: #FFFFFF;
    margin: 0px 4px;
    padding: 3px 20px;
    background-color: #F18700;
    border: 1px solid #888888;
    text-decoration: none;
}


.combinaties
{
    /*background-color: #edef7f; 	background-color: #eef07f;*/
    width: 805px;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #9B9B9B;
    position: relative;
    z-index: 10;
    overflow: hidden;
}
#combinaties
{
    height: 322px;
    position: relative;
    z-index: 10;
}
#combinaties .prijs
{
    background-color: White;
}
.combinatiesscroll
{
    position: absolute;
    top: 150px;
    z-index: 99;
}
#scrollleft
{
    left: 5px;
    border-top: 20px solid transparent;
    border-right: 20px solid #F18700;
    border-bottom: 20px solid transparent;
    border-left: 0px solid #F18700;
}
#scrollright
{
    right: 5px;
    border-top: 20px solid transparent;
    border-right: 0px solid #F18700;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #F18700;
}
.block
{
    display: block; /*width: 660px;*/
    position: relative;
    margin: 11px 0;
}
/*.block
{
	display: block;
	width: 805px;
	position: relative;
}*/
/* initHighlight */
input.invoerveld
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    height: 14px;
    line-height: 14px;
    width: 250px;
    background-color: #FFFFFF;
    border: 1px solid #888888;
    padding: 5px 3px 3px 3px;
    margin-right: 5px;
}
input.invoerveldHighlight
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    height: 14px;
    line-height: 14px;
    width: 250px;
    background-color: #FCE7CC;
    border: 1px solid #888888;
    padding: 5px 3px 3px 3px;
    margin-right: 7px;
}

/* firefox adblock label verbergen */
a.visible.ontop
{
    display: none !important;
}

/* HOMEPAGE */
.productblokhome
{
    width: 260px;
    float: left;
    margin-right: 13px;
    margin-bottom: 13px;
    background: #FFFFFF;
}
.productblokhome *
{
    text-decoration: none;
}

.productblokhome h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    text-transform: uppercase;
}

.productblokhome .omschrijving
{
    /* height: 72px; */ /*background: #E6E6E6;*/
    background: #FFFFFF;
    padding: 7px 10px 7px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #888888;
    font-weight: normal;
}

.productblokhome a
{
    /* height: 72px; */
    color: #888888;
    text-decoration: none;
}
.productblokhome .omschrijving ul
{
    /* height: 72px; */
    padding: 0px;
    margin: 0px;
    list-style-position: inside;
}

.productblokhome .thumb
{
    height: 100px;
    background: #FFFFFF;
    overflow: visible !important;
    width: auto !important;
}

.productblokhome .bookmark
{
    position: relative;
    display: block;
    height: 0px;
    width: 1px;
    top: -120px;
}
#merken
{
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #888888;
    font-weight: normal; /*width: 808px;*/
    overflow: hidden;
    display: block;
    clear: both;
    float: none;
    border: 1px solid #888888;
    padding: 14px;
}
#merken h1
{
    font-size: 16px;
    line-height: 20px;
    color: #888;
    font-weight: bold;
    padding: 0px;
    margin-bottom: 14px;
}
#merken h2
{
    font-size: 14px;
    line-height: 18px;
    color: #888;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}
#merken ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    color: #888;
    float: left;
    width: 20%;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
}

/*#merken .overzicht
{
    font-family: Arial, Helvetica, sans-serif;
    color: #888888;
    font-weight: normal;
    margin: 0px 0px 14px 14px;
    width: 118px;
    float: left;
}*/
#merken a
{
    color: #888888;
    text-decoration: underline;
}
.scheiding
{
    float: left;
    clear: both;
    height: 10px;
}
#woorden
{
    color: #888888;
    width: 808px;
    overflow: hidden;
    display: block;
    text-align: center;
    clear: both;
    float: none;
}
#woorden h1, #woorden h2, #woorden h3, #woorden h4, #woorden h5, #woorden h6
{
    line-height: 28px;
    margin: 0px 14px 0px 0px;
    padding: 0px;
    float: left;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 0px solid #888888;
    color: #888888;
}
#woorden h1
{
    font-size: 12px;
    font-weight: normal;
}
#woorden h2
{
    font-size: 12px;
    font-weight: bold;
}
#woorden h3
{
    font-size: 16px;
    font-weight: normal;
}
#woorden h4
{
    font-size: 16px;
    font-weight: bold;
}
#woorden h5
{
    font-size: 20px;
    font-weight: normal;
}
#woorden h6
{
    font-size: 20px;
    font-weight: bold;
}

table.enquete
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

table.enquete td
{
    height: 30px;
}
.enquette4kolom td
{
    width: 200px;
}

.smallhome
{
    color: #888888 !important;
    font-size: 11px;
}

.smallhome a
{
    color: #888888;
}

#servicepanel
{
    width: 350px;
    margin: 11px 15px 0 25px;
    float: right;
    height: 83px;
    background-image: url(/images/scheiding_servicepanel.jpg);
    background-repeat: repeat-y;
}

/* BEGIN zoekveld */
#header .search
{
    position: relative;
    float: right;
    margin-top: 8px; /*top: 20px;         margin-left: 25px;         float: right;*/
}

#header .search input
{
    margin: 0px;
    padding: 0px;
    float: left;
    border: 0px;
}
#header .search input[type='text']
{
    background-image: url(/images/search_field_bck.png);
    background-repeat: repeat-x;
    height: 29px;
    padding: 0 0 1px 0;
    color: #000;
    font-size: 12px;
    width: 200px;
}
#header .zoekbutton
{
    height: 29px;
    line-height: 29px;
    padding: 0 20px;
    background-image: url(/images/search_btn.png);
    background-repeat: repeat;
    background-position: 0 0;
    float: left;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
#header .zoekbutton:hover
{background-position: 0 -29px;}
.watermarked
{
    color: #999 !important;
}
/* EINDE zoekveld */




/*#header .search
{

    margin-top: 10px;
    float: right;
}

#header .search input
{
    margin: 0px;
    padding: 0px;
    float: left;
    border: 0px;
}
#header .search input[type='text']
{
    background-image: url(/images/search_field_bck.png);
    background-repeat: repeat-x;
    height: 22px;
    padding: 0 0 1px 0;
    color: #000;
    font-size: 11px;
    width: 175px;
}
.watermarked
{
    color: #999 !important;
}*/
.but_secundair
{
    height: 29px;
    line-height: 29px;
    border: 1px solid #ccc !important;
    background-color: #ccc;
    font-size: 14px !important;
    text-decoration: none;
    text-shadow: 0px 1px #fff;
    padding: 0 12px;
    text-decoration: none;
    color: #666;
    display: block;
    background-image: url(/images/but_bck_secundair.png);
    background-repeat: repeat-x;
    float: left; /*margin-left: 5px;*/
}
.but_primair
{
    height: 29px;
    line-height: 29px;
    border: 1px solid #c67201 !important;
    background-color: #c67201;
    font-size: 14px !important;
    text-decoration: none;
    text-shadow: 0px -1px #c67201;
    padding: 0 12px;
    text-decoration: none;
    color: #fff;
    display: block;
    background-image: url(/images/but_bck_primair.png);
    background-repeat: repeat;
     background-position:0 0;
    float: left; /*margin-left: 5px;*/
}

.but_zoom
{
    background-image: url("/images/but_bck_secundair.png");
    background-repeat: repeat;
    border: 1px solid #CCCCCC !important;
    color: #666666;
    display: block;
    float: left;
    font-size: 11px !important;
    height: 20px;
    line-height: 20px;
    margin: 5px 0;
    padding: 0 6px;
    text-decoration: none;
    text-shadow: 0 1px #FFFFFF;
}
.but_primair:hover, .but_zoom:hover, .but_secundair:hover
{ background-position:0 -31px;
	}
 
.marginright5px
{
    margin-right: 5px;
}
.deletebutton
{
    border: 1px solid gray;
    padding: 2px 7px;
    font-weight: bold;
    text-decoration: none;
    color: Gray;
}
.deletebutton:hover
{
    border: 1px solid #F18700;
    padding: 2px 7px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: #F18700;
}

#rightcolumninfo
{
    font-size: 12px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    position: relative; float:right;
    /*right: 15px;*/
    z-index: 0;
    width: 330px;
}
#prodinfo
{
    background-color: #eee;
    padding: 10px;
}
#tabcontent
{
    background-color: #fff; /*margin: 0 10px 10px 10px;*/
    padding: 10px;
}
#tabcontent ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
    overflow: hidden;
    margin-top: 10px;
}
#tabcontent ul.socialmedia li
{
    float: left;
    margin-right: 5px;
    line-height: 20px;
}
#tabcontent ul.links li
{
    padding: 5px 0 5px 12px; /*border-top: 1px solid #888888;*/
    background-image: url(/images/arrow_orange.gif);
    background-position: -5px 7px;
    background-repeat: no-repeat;
}
#tabcontent ul.links li a
{
    text-decoration: none;
    color: #666;
}


#tabcontent table.specs
{
    width: 100%;
}
#tabcontent table.specs th
{
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    font-weight: normal;
    text-align: left;
    width: 100px;
}
#tabcontent table.specs td
{
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

/* TABS DETAILPAGINA */
.tabcontainer
{
    /*padding: 1px 0px 2px 0px; 	border-bottom: 1px solid #CCCCCC; 	border-top: 1px solid #CCCCCC; 	position: relative; width: 100%;*/
    overflow: hidden; /*margin: 0 10px;*/
    margin-top: 10px;
    font-size: 11px;
    border-bottom: 1px solid #fff;
}
.tabcontainer_onder
{
    /*background-image: url(/images/bck_tabmenu.jpg);*/
    height: 18px; /* margin-bottom: 10px; */
    border: 1px solid green;
}
.tab td
{
    vertical-align: middle;
}
.tab, .tabactive
{
    line-height: 25px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff; /*font-family: News Cycle, arial, serif !important;*/
}
.tab a
{
    display: block;
    margin: 0px;
    padding: 0 6px;
    background-color: #eee;
    text-decoration: none;
    color: gray;
}
.tab a:hover
{
    color: gray;
    background-color: #ddd;
}
.tabactive a
{
    display: block;
    margin: 0px;
    padding: 0 6px;
    background-color: #fff;
    text-decoration: none;
    color: gray;
}

/* EINDE TABS DETAILPAGINA */

#popuporder
{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 95px;
    width: 250px;
    z-index: 99;
    font-size: 12px;
    display: none;
    color: #666;
}
#popuporder table#winkelmandcontent
{
    width: 100%;
}
#popuporder table#winkelmandcontent h1
{
    font-size: 12px;
    margin: 0;
}
#popuporder table#winkelmandcontent .image
{
    border: 1px solid #888888;
    height: 34px;
}
#popuporder table#winkelmandcontent td
{
    border-bottom: 1px solid #888888;
    color: #666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 14px;
    padding: 8px 0;
    vertical-align: top;
    height: auto;
}
#breadcrumbs 
{
    margin-bottom: 10px;
    font-size: 12px;
    color: #666;
}
#breadcrumbs a
{
    text-decoration: none;
    color: #666;
}
/* DISABLE COMMENT FIELD BIJ LIKE BUTTON */
.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
display: none !important;}
.fb_edge_widget_with_comment 
{
    width: 120px !important;
}

.twitter-follow-button 
{
    width:100% !important;
    margin-top: 3px;
}

