﻿/*  GENERIC
    STRUCTURE
    MENU
    LOGIN
    KEYWORDS OVERZICHT
    PRODUCT LIST
    BUTTON - GENERAL
    BUTTON - SPECIFIC
    IMAGE SLIDESHOWS
    SHOPPING CART
    PAGING
    PROMOTIES
    OK/ERROR MESSAGE
    AFREKENEN
*/

/* =GENERIC
   ---------------------------------------------------- */

html, body
{
    height: 100%;
    margin: 0px;
    padding: 0px;

    font-family: Trebuchet MS, Verdana, Arial, Times New Roman;
    color: #0B5B81;

    background-image: url(../images/background.jpg);
    background-repeat: repeat-x;
    background-color: #075B80;
}

body
{
    font-size: 0.75em;
}

h1
{
    margin: 0px;
    padding: 10px 0px 10px 20px;
    font-size: 1.17em;
    text-transform: uppercase;
    background-image: url(../images/pattern.jpg);
}

h2
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-size: 1.5em;
}

h3
{
    margin: 0px;
    padding: 10px;
    font-size: 1em;   
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #0B5B81;
}

h4
{
    margin: 0px;
    padding: 10px;
    font-size: 1em;   
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #367B9A;
}

img 
{
    border: 0px;    
    /*display: block;*/
}

a
{
    color: #0B5B81;
}

a:hover
{
    text-decoration: none;
}

object
{
    display: block;
}

.endOfContent
{
    clear: both;    
}

/* =STRUCTURE
   ---------------------------------------------------- */

#wrapper
{
    position: relative;
    width: 980px;
    margin: 0px auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    
    background-image: url(../images/wrapper-background.jpg);
    background-repeat: repeat-y;
}

#navigation
{
    position: relative;
    z-index: 10;
    float: left;
    width: 256px;  
}

#content
{
    position: relative;
    float: left;
    width: 530px;
    z-index: 100;
    /*border: solid 1px yellow;*/
}

#pageContent
{
    padding: 20px;
}

#rightColumn
{
    width: 194px;
    float: right;
}

#rightColumn div
{
    padding: 10px;
}

#rightColumn div div
{
    padding: 0px;
}

#footer
{
    position: absolute;
    width: 100%;
    bottom: 0px;  
    z-index: 5;
}

/* =MENU
   ---------------------------------------------------- */

#menu
{
   margin: 55px 0px 0px 0px;
   padding: 0px;
   list-style: none;
}

#menu li
{
    margin: 0px;
    padding: 5px 30px 5px 0px;
    text-align: right;
}

#menu li:hover
{
    background-color: #e3e2df;
}

#menu li a
{
    width: 100%;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    color: #143b61;
    text-decoration: none;
}
.menuhover
{
    background-color: #e3e2df;
}

.selected
{
    color: #FFFFFF;
    background-color: #0B5B81;
}

#menu li.selected a
{
    color: #FFFFFF;
}

.notSelected 
{
    color: #143b61;
    background-color: #F2F1EF;
}

/* =LOGIN
   ---------------------------------------------------- */

.login
{
    margin: 35px auto;
    text-align: center;
    border-top: solid 1px #E3E2DF;    
    border-left: solid 1px #E3E2DF;    
    border-bottom: solid 1px #E3E2DF;    
}

/* =KEYWORDS OVERZICHT
   ---------------------------------------------------- */

#listviews
{
    margin: 0px;
    padding: 0px;    
    list-style: none;
}

#listviews li
{
    margin: 0px 8px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 150px;
    height: 370px;
    overflow: auto;
    overflow-x: hidden;
    border: solid 1px #6C6B65;
}

#listviews li a.keywordsButton
{
    width: 150px;
    display: block;
    padding: 3px;        
}

#listviews li a.keywordsButton:hover
{
    color: #FFFFFF;
    background-color: #0A638D;
}

/* =PRODUCT LIST
   ---------------------------------------------------- */
   
#ctl00_cphBody_ctlProducts_dlProducten, #ctl00_cphBody_ctlZoekresultaten_dlProducten
{
    margin: 0px;
    padding: 0px;
    width: 100%;
}

#ctl00_cphBody_ctlProducts_dlProducten .shoppingCartIcon, #ctl00_cphBody_ctlZoekresultaten_dlProducten .shoppingCartIcon
{
    display: inline;
}

#ctl00_cphBody_ctlProducts_dlProducten td, #ctl00_cphBody_ctlZoekresultaten_dlProducten td
{
    width: 33%;
    vertical-align: top;
    border: solid 1px #2A7394;
    height: 200px;
    background-color: #F0F0EE;
}  

#ctl00_cphBody_ctlProducts_dlProducten td div.productImage, #ctl00_cphBody_ctlZoekresultaten_dlProducten td div.productImage
{
    margin: 0px auto;
    padding: 10px 0px 0px 0px;
    height: 125px;
    text-align: center;
    background-color: #FFFFFF;
}

.productImage img
{
    margin: 0px auto;
}

#ctl00_cphBody_ctlProducts_dlProducten td div.productDetail, #ctl00_cphBody_ctlZoekresultaten_dlProducten td div.productDetail
{
    position: relative;
    padding: 5px 5px 10px 5px;
    height: 50px;
}

#ctl00_cphBody_ctlProducts_dlProducten td div.productOrder, #ctl00_cphBody_ctlZoekresultaten_dlProducten td div.productOrder
{
    position: relative;
    padding: 0px 5px 10px 5px;
}

#ctl00_cphBody_ctlProducts_dlProducten td .productPrice, #ctl00_cphBody_ctlZoekresultaten_dlProducten td .productPrice
{
    width: 130px;
    padding: 0px 0px 5px 10px;
    font-size: 1.6em;
}

#ctl00_cphBody_ctlProducts_dlProducten td .productShopInfo, #ctl00_cphBody_ctlZoekresultaten_dlProducten td .productShopInfo
{
    position: relative;
    width: 150px;
}

/* =BUTTON - GENERAL
   ---------------------------------------------------- */

.button
{
    position: relative;  
    text-align: center;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    height: 1%;
    line-height: 1.5em;  
}

.button a
{
    display: block;
    margin: 0px 10px 0px 10px;
    padding: 5px 0px 7px 0px;
    color: #FFFFFF;
    font-size: 0.916em;
    text-transform: uppercase;
    text-decoration: none;
    background-image: url(../images/button-background.jpg);
    background-repeat: repeat-x;
}

.button a:hover
{
    font-weight: bold;
    background-image: url(../images/button-background-over.jpg);
    background-repeat: repeat-x;
}

.buttonLeft
{
    position: absolute;
    top: 0px;
    left: 0px;
}

.buttonRight
{
    position: absolute;
    top: 0px;
    right: 0px;
}

.clearBoth
{
	clear: both;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.invisible
{
    display: none;
}

/* =BUTTON - SPECIFIC
   ---------------------------------------------------- */
#verzendButton
{
    float:left;
    width: 100px;
    margin-left: 80px;
}

#loginButton
{
    float:left;
    width: 100px;
    margin-left: 80px;
}

#registerButton
{
    float:left;
    width: 100px;
}
   
#zoekButton
{
    float: left;
    width: 80px;    
}

#toonSelectie
{
    float: left;
    width: 120px;   
}

#keuzeWissen
{
    float: left;
    width: 120px;
    margin-right: 10px;
}

/* =IMAGE SLIDESHOWS
   ---------------------------------------------------- */
   
#productSlideshow, #productSlideshow li ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#productSlideshow li
{
    padding: 10px 0px 0px 6px;
}

/* =SHOPPING CART
   ---------------------------------------------------- */
   
.shoppingCart
{
    width: 100%;
    border: solid 1px #000000;
}

.shoppingCartOrder
{
    /*width: 700px;*/
    width: 100%;
    border: solid 1px #000000;
}

.shoppingCart td, .shoppingCartOrder td
{
    height: 27px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: solid 1px #000000;
    background-color: #ffffff;
    font-size: 0.85em;
    color: #666666;
}

.shoppingCart td a, .shoppingCartOrder td a
{
    color: #666666;
}

.shoppingCart th, .shoppingCartOrder th
{
    height: 27px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #000000;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    background-color: #d8d8d8;
}

.alignCenter
{
    text-align: center;
}

.alignLeft
{
    text-align: left;
}

#cartTotal
{
    height: 27px;
    background-color: #0B5B81;
    color: #ffffff;
    border: solid 1px #000000;
    font-weight: bold;
}

#cartTotal .title
{
    padding-top: 5px;
    float:left;
    padding-left: 17px;
}

#cartTotal .total
{
    padding-top: 5px;
    float: right;
    width: 100px;
    text-align: center;
    margin-right: 100px;
}

#cartTotalOrder
{
    margin-left: -1px;
    /*width: 699px;*/
    height: 27px;
    background-color: #0B5B81;
    color: #ffffff;
    border: solid 1px #000000;
    font-weight: bold;
}

#cartTotalOrder .title
{
    padding-top: 5px;
    float:left;
    padding-left: 17px;
}

#cartTotalOrder .total
{
    padding-top: 5px;
    float: right;
    width: 100px;
    text-align: center;
    margin-right: 0px;
}

#cartLegend
{
    margin-left: 20px;
    padding-top: 20px;
    font-size: 0.85em;
    /*width: 700px;*/
}

#cartButtons
{
    padding-top: 20px;
    color: #000000;
    /*width: 698px;*/
}

#cartButtons .button
{
    float: right;
}

#cartButtons .left
{
    float: left;
    padding-top: 11px;
}

#cartButtons .left a
{
    color: #000000;
    text-decoration: underline;
}

#cartButtons .right
{
    float: right;
}

#cartButtons .right img
{
    margin-left: 5px;
}

#totaalProducten
{
    text-align: right;
    font-size: 0.85em;
    padding-right: 50px;
}

/* =PAGING
   ---------------------------------------------------- */

#paging
{
    color: #999999;
    /*font-size: 0.85em;*/
}

#paging a
{
    color: #999999;
}

#paging .left
{
    padding-right: 5px;
    float: left;
}

#paging .middle
{
    padding-top: 6px;
    float: left;
}

#paging .right
{
    padding-left: 5px;
    float: left;
}

#ctl00_cphBody_ctlProducts_legend
{
    color: #000000;
    font-size: 0.85em;
}

#ctl00_cphBody_ctlProducts_legend .expl
{
    float: right;
    padding-right: 15px;
}

#ctl00_cphBody_ctlProducts_legend .text
{
    float: left;
    padding-top: 4px;
    padding-left:5px;
}

/* =PROMOTIES
   ---------------------------------------------------- */

#promoties
{
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 100%;
}

/* =OK/ERROR MESSAGE
   ---------------------------------------------------- */

.ok
{
    color: #000000;
    font-weight: bold;
    padding: 3px;
    text-align: center;
    background-color: #BBFFCC;
}

.error
{
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 0px 5px 0px;
    font-weight: bold;
    font-size: 0.85em;
    background-color: #FFBFC2;
}

/* =OK MESSAGE
   ---------------------------------------------------- */
   
#facturatieadresFields
{
    margin: 0px 25px 0px 0px;  
}

#facturatieadresForm
{
    margin: 15px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}

#facturatieadresForm li
{
    padding: 0px 0px 11px 0px;    
    font-size: 0.92em;
}

#facturatieadresForm li label
{
    display: block;
    padding: 0px 0px 2px 0px;
}

#facturatieadresForm li label em
{
    color: #660C00;
    font-weight: bold;
}

#leveringsadresFields
{
    
}

#leveringsadresForm
{
    margin: 15px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}

#leveringsadresForm li
{
    padding: 0px 0px 11px 0px;    
    font-size: 0.92em;
}

#leveringsadresForm li label
{
    display: block;
    padding: 0px 0px 2px 0px;
}

#leveringsadresForm li label em
{
    color: #660C00;
    font-weight: bold;
}

.orderFormTextBox
{
    width: 340px;
    height: 18px;
    border: solid 1px #000000;
}

.titleStap1
{
    padding:8px 0px 8px 8px;
    background-color: #F2F1EF;
    font-weight: bold;
    text-align: center;
}

table.radiolist input 
{
    width: 20px;
    display: block;
    float: left;
}

table.radiolist label 
{   
    margin-top: 3px;  
    display: block;
    float: left;
}

table.radiolist 
{
    margin-bottom: 41px;
}

.underlinedstuff
{
    text-decoration: underline;
    font-weight: bold;
}

#ctl00_cphContent_ltlBestellingAfhandelen
{
    color: #999999;
    font-weight: bold;
}

#ctl00_cphContent_ltlStapTekst
{
    font-size: 1.25em;
    font-weight: bold;
    color: #ffffff;
}

.addressLogo
{
    float: left;
}

.addressText
{
    float: right;
    text-align: right;
    padding-top: 25px;
    font-size: 0.85em;
    font-weight: bold;
}

.clientLeft1
{
    float: left;
    padding-right: 5px;
    width: 100px;
}

.clientRight1
{
    
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
}

.clientLeft2
{
    float: left;
}

.clientRight2
{
    float: right;
    width: 100px;
}

.borderbottom
{
    border-bottom: solid 1px #000000;
    margin-bottom: 20px;
}

.borderbottom2
{
    padding: 0px 0px 25px 100px;
    border-bottom: solid 1px #000000;
    margin-bottom: 20px;
}

.step
{
    /*width: 700px;*/
    margin-left: 10px;
}

.kader
{
    padding: 5px 5px 5px 5px;
    font-size: 1em;
    font-weight: bold;
    border: solid 1px #6d6b65;
    margin-bottom: 10px;
}

.kader2
{
    padding: 5px 5px 5px 5px;
    font-size: 0.85em;
    border: solid 1px #6d6b65;
    margin-bottom: 10px;
}

.kader3
{
    padding: 5px 0px 5px 0px;
    font-size: 0.85em;
    border-top: solid 1px #6d6b65;
    margin-bottom: 10px;
    font-weight: bold;
}

.buttons
{
    text-align: right;
}

#terug, #verder, #printen, #bevestigen
{
    float: left;
    margin: 0px 10px 0px 0px;
    width: 100px;
}

#backtohome, #terugNaarSelectie
{
    float: left;
    margin: 0px 10px 0px 0px;
    width: 160px;
}

#gelieveSelectieMaken
{
    position:relative;
    padding: 15px 0px 0px 0px;
    left: 20px;
    z-index: -10;
}

#showroomtitle
{
    margin: 0px;
    padding: 10px 0px 10px 10px;
    font-size: 1.5em;   
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #0B5B81;
    text-align: center;
    width: 482px;
}

/* =INVULFORM
   ---------------------------------------------------- */

.invulform
{
    width: 600px;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}

.invulform li
{
    padding: 5px 0px 5px 0px;
    font-size: 0.92em;
}

.invulform li.over
{
    background-color: #f9f9f9;    
}

.TextBoxInvulform
{
    width: 272px;
    padding: 4px;
    text-align: left;
    border: solid 1px #8BB1D4;
    background-image: url(../images/textbox-background.jpg);
    background-repeat: no-repeat;
}

.TextBoxSmallInvulform
{
    width: 120px;
    padding: 4px;
    text-align: left;
    font-size: 1em;
    border: solid 1px #8BB1D4;
    background-image: url(../images/textbox-background.jpg);
    background-repeat: no-repeat;
}

.invulform label
{
    position: relative;
    display: block;
    margin: 3px 10px 0px 0px;
    padding: 0px 20px 0px 0px;
    float: left;
    width: 150px;
    font-size: 1.17em;
    text-align: left;
}

.invulform label em
{
    width: 216px;
    position: absolute;
    top: -16px;
    right: -600px;
    padding: 10px 15px 10px 15px;
    font-size: 0.84em;
    background-color: #F6E9DC;
    border: solid 1px #DFCBB7;
    z-index: 1;
}

.listItemIcon
{
    float: left;
    margin: 9px 7px 0px 5px;  
}

.helpArrow
{   
    position: absolute;
    top: -16px;
    right: -353px;
    z-index: 2;
}

.validated
{
    position: absolute;
    top: 0px;
    right: -315px;    
}

.dynitem 
{
    margin: 0px;
    padding: 0px;
}

.dynitem img
{
    max-width: 175px;
	height: 100%;
}

/* new 20111202 */
#pageContent img
{
	max-width: 490px;
}
