/************************* BASIS ************************/

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
    line-height: 16px;
    background-color: Black;
}

#divContainer {
    position: relative;
    margin: auto;
    width: 910px;
    top: 10px;
    text-align: left;
    background-image: url(../images/background-groot-met-witrand.jpg);
    background-repeat: no-repeat;
}

p {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}

label {
    cursor:pointer;
}

textarea {
    resize: none
}

a {
    color: White;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a.alg_voorwaarden {
        color: White;
    }

img {
    border: none;
}

.basis {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
    line-height: 16px;
}

td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
    line-height: 16px;
}


#logo {
    position: absolute;
    top: 1px;
    left: 38px;
    z-index: 99;
}

#divShop {
    position: absolute;
    top: 27px;
    right: -1px;
    z-index: 120;
    padding: 10px;
    background-color: #000;
    text-align: right;
}

#divMaatFlash {
    position: absolute;
    top: 413px;
    left: 702px;
    z-index: 99;
    border-left: white 1px solid;
}


/* ******************* MATEN ******************* */

#div_berekening_flash {
    border-top: white 1px solid;
    height: 186px;
    display: none;
}

#div_berekening_jquery {
    display: block;
    border-top: white 1px solid;
    height: 186px;
    width: 208px;
    background-image: url(../gfx/petit_bois_sizes.jpg);
    position: relative;
}

#div_schoenmaat {
    position: absolute;
    top: 160px;
    left: 10px;
    font-size: 20px
}

#div_handschoenmaat {
    position: absolute;
    top: 160px;
    left: 95px;
    font-size: 20px
}

#div_radio_man_vrouw {
    position: absolute;
    top: 113px;
    left: 66px;
    font-size: 10px
}

    #div_radio_man_vrouw input, #div_radio_man_vrouw label {
        cursor: pointer;
    }





.google {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
    text-decoration: none;
    text-transform: uppercase;
}

.title, .titel {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.basisproduct {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
    line-height: 11px;
}


.basis-title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
}

.basislocator {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
}


/************************* MENU ************************/


.menu_1 {
    display: inline-block;
    color: #fff;
    padding: 5px 10px 0px 10px;
    margin: 0px 1px 0px 0px;
    font-size: 12px;
    font-weight: normal;
    height: 21px;
    text-transform: uppercase;
    text-decoration: none;
    background-repeat: repeat-x;
}


    .menu_1:hover {
        background-image: url(../images/menu_bck_off.gif);
    }



/*************** PAGENR ********************/
.pagenr {
    color: White;
    text-decoration: none;
}

.pagenr_selected {
    color: White;
    font-weight: bold;
    text-decoration: underline;
}



/************************* PRODUCT LIJST ************************/
.p_list_div {
    width: 290px;
    float: left;
    margin-bottom: 10px
}

.p_list_div_tbl {
    border: solid #6e6e6e 1px;
    background-color: Black;
    width: 275px;
    border-collapse: collapse;
}

    .p_list_div_tbl td {
        font-size: 11px;
    }

.p_list_titel {
    padding: 3px;
    position: absolute;
    width: 265px;
    display: block;
    z-index: 1;
}

.p_list_img {
    padding-top: 20px;
    text-align: center;
    ;
}



/************************* PRODUCT DETAILS ************************/

.divKleurVlak {
    display: inline;
    float: left;
    display: block;
    border: black 1px solid;
    margin: 2px 2px 0px 0px;
    padding: 2px;
}

.divKleurVlak_selected {
    display: inline;
    float: left;
    display: block;
    border: white 1px solid;
    margin: 2px 2px 0px 0px;
    padding: 2px;
}


.maatselectie {
    font-weight: normal;
    font-size: 11px;
    color: #eee;
}

    .maatselectie input {
        font-weight: normal;
        font-size: 11px;
        color: #eee;
        font-weight: bold;
    }

.productTitel {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.productMerk {
    text-transform: uppercase;
}

.productPrijs {
    font-size: 14px;
}

.productPrijsOld {
    font-size: 14px;
    text-decoration: line-through;
}

.productSubtitel {
    font-size: 18px;
    text-transform: uppercase;
}

.productArtikelCode {
    text-transform: uppercase;
}

.productBody {
    color: #eee;
    width: 480px;
}

.productInfoLink, .productInfoLink a {
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
}


#productdetails {
    position: absolute;
    top: 10px;
    left: 600px;
    z-index: 3;
}

.btnNice {
    margin: 2px 2px 2px 2px;
    text-transform: uppercase;
    color: #666;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
    display: inline-block;
    outline: none;
    text-decoration: underline;
    border-top-width: 1px;
    border-left-width: 1px;
    border-left-color: #999999;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
    border-top-color: #999999;
    border-right-width: 1px;
    border-right-color: #999999;
}



.infoKaderLoep {
    position: absolute;
    left: 10px;
    bottom: 10px;
    height: 20px;
    width: 30px;
    background: url(../images/loepje.png) no-repeat 0px 0px;
}



/************************* MESSAGES ************************/

.winkelwagen_box {
    position: relative;
    font-family: Arial;
    background-color: #222;
    cursor: pointer;
    text-align: center;
    width: 400px;
    border: gray 1px solid;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
    vertical-align: middle;
    padding-top: 25px;
    height: 200px;
    top: 50px;
}





/**************** AUTO POPUP *********************/

#popup_auto_content {
    background-color: #333;
    display: block;
    height: 200px;
    padding: 100px;
    width: 480px;
}




/************** SHOW MESSAGE **************/
.showMessage_Green {
    font-family: Arial, Helvetica, clean, sans-serif;
    font-size: large;
    font-weight: bold;
    background-color: #ddd;
    border: solid 1px green;
    color: black;
}



/************** SLIPPRY **************/
.sy-box {
    position: relative;
}

.sy-caption-wrap {
    display: none;
}

.sy-pager {
    position: absolute;
    bottom: 1em;
    z-index: 999;
}
