*{
    font-family: Arial, Helvetica, sans-serif;    
    padding:0px;
    margin:0px;
    border:0px;
    font-size:11px;
}
html{
    height:100%;
}
body{
    background-image: url(/img/bg.gif);
    background-position: top;
    background-repeat: repeat-x;
    height:22px;
    height:100%;
}
table{
    border-collapse: collapse;
}
td{
    vertical-align:top;
}

h1{
    color:#B5083A;
    font-family: "Arial Black";
    font-size: 13pt;
    letter-spacing:1px;
    text-transform: uppercase;
    text-decoration:none;
    padding:0px 0px 20px 0px;
}
h2{
    color:#3F3F3F;
    font-family: "Arial Black";
    font-size: 11pt;
    padding:10px 0px 5px 0px;
    letter-spacing:1px;
    text-transform: uppercase;
    text-decoration:none;
}
h3{
    color:#3F3F3F;
    font-size:11pt;
    font-weight: bolder;
    padding:10px 0px 5px 0px;
}
input, select, textarea, option{
    font-size:13px;
    letter-spacing:1px;
    width:300px;
}
input, textarea {
    border: 1px solid #6FA1D9;
}
 button{
    background-image: url(/img/btn.gif);
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    font-size: 10px;
    width: 160px;
    height: 26px;
    border: 0px;
    background-color: transparent;
    cursor: pointer;
}
input.radio, input.checkbox{
    width:20px;
    border: 0px;
}
td.logo{
    width:126px;
    text-align: center;
}
a{
    color:black;
}
td.slogan{
    width:45%;
    text-align: right;
    padding-right:20px;
    padding-top:20px;
    color:#777777;
    font-family: "Arial Black",;
    font-weight:bold;
    font-size: 18px;
    text-transform: uppercase;
}
/*===================================================
         MENU
  =================================================== */
td.menu {
    width: 45%;
    text-align: center;
}
td.menu ul {
    list-style: none;
    width:auto;
    padding:16px 0px 0px 0px;
}
td.menu ul li{
    float:left;
}
td.menu ul li a{
    display:block;
    padding:6px 10px 6px 10px;
    margin-top:3px;
    text-decoration:none;
    font-family:verdana;
    font-size:10pt;
    font-weight:bold;
    color:#777777;
    letter-spacing:-1px;
}
td.menu ul li.selected a{
    background-color:white;
    margin-top:2px;
    border-top:1px solid #303030;
    color:#B5083A;
}
td.menu ul li a:hover{
    background-color:white;
    margin-top:2px;
    border-top:1px solid #303030;
    color:#B5083A;
}

/*===================================================
         MENU2
  =================================================== */
td.menu2 {
    width: 45%;
    text-align: center;
}
td.menu2 ul {
    list-style: none;
    width:auto;
    padding:16px 0px 0px 0px;
}
td.menu2 ul li{
    float:right;
}
td.menu2 ul li a{
    display:block;
    padding:6px 10px 6px 10px;
    margin-top:3px;
    text-decoration:none;
    font-family:verdana;
    font-size:10pt;
    font-weight:bold;
    color:#777777;
    letter-spacing:-1px;
}
td.menu2 ul li.selected a{
    background-color:white;
    margin-top:2px;
    border-top:1px solid #303030;
    color:#B5083A;
}
td.menu2 ul li a:hover{
    background-color:white;
    margin-top:2px;
    border-top:1px solid #303030;
    color:#B5083A;
}

/*===================================================
         SUBMENU
  =================================================== */
.submenu{
    border-top:1px solid #CFCFCF;
    border-bottom:1px solid #CFCFCF;
    padding:5px;
    text-align:center;
    color:#B5083A;
}
.submenu  a{
    font-weight: bolder;
    font-size: 10pt;
    color:#3F3F3F;
    letter-spacing:1px;
    text-transform: uppercase;
    text-decoration:none;
    padding:0px 10px 0px 10px;

}
.submenu a.selected {
    color:#B5083A;
}

/*===================================================
         content
  =================================================== */

table.t1{
    width:100%;
    height:100%;
}
table.t2{
    width:100%;
}
table.t3{
    width:980;
}
table.t3 tr td{
    padding:10px;
}


td.content{
    width:940px;  
    text-align:center;
}
td.content p,
td.content span, 
td.content div,
td.content td{
    line-height:20px;
    font-size:12px;
}
td.content a{
    color:#B5083A;    
}

/*  
    LINKERKANT
*/
div.category{
    width:150px;
    height:150px;
    overflow:hidden;
    float:left;
    border:1px dotted #777777;
    padding:5px;
    margin:5px;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
}
div.category:hover{
    border:1px dotted #B5083A;
    color:#B5083A;
}
td.aanbieding{
    font-size:12px;
    line-height:20px;
    width:20%;
}

td.aanbieding div{
    margin-right:30px;

}
.aanbieding h2{
    color:#B5083A;
    font-family: "Arial Black";
    font-size: 10pt;
    padding:0px;
}
.aanbieding h3{
    color:#000000;
    font-family: "Arial Black";
    font-size: 10pt;
    padding:0px;
}

/*  
    RECHTERKANT
*/
td.shopinfo{
    padding-top:20px;
    text-align:center;
    width:20%;
}

.cart{
    font-size:10px;
    color:#4F4F4F;
    font-family: Trebuchet MS, tahoma;
}
.cart span{
    padding-top:10px;
    color:black;
}

/*  
    FOOTER
*/
td.footer{
    text-align:center;    
    color:#B5083A;
    height:20px;
    font-size:8pt;
}
td.footer a{
    padding:0px 10px 0px 10px;
    color:#777777;
    text-decoration:none;
}
td.footer a:hover{
    color:#B5083A;
    
}
td.img{
    margin:5px;
    width:115px;
    font-size:10pt;
    text-align:center;
    vertical-align: middle;    
    border-right:1px dotted #777777;
    border-left:1px dotted #777777;
    border-bottom:1px dotted #777777;
}
td.order{
    margin:5px;
    width:115px;
    font-size:10pt;
    border-left:1px dotted #777777;
    border-bottom:1px dotted #777777;
}
td.info{
    font-size:10pt;
    margin:5px;
    border-bottom:1px dotted #777777;
}
td.info a{
    text-decoration:none;
    color:#3F3F3F;
}
span.merk{
    font-family: "Arial Black";
    font-weight: bolder;
    font-size: 13pt;
    color:#3F3F3F;
    letter-spacing:1px;
    text-transform: uppercase;
    text-decoration:none;
}
span.naam{
    color:#B5083A;
    font-family: "Arial Black";
    font-weight: bolder;
    font-size: 13pt;
    letter-spacing:1px;
    text-transform: uppercase;
    text-decoration:none;

}
div.artPrice{
    color:#3F3F3F;
    text-align:right;
    height:60px;
    font-size:12px;
    font-family: "Arial Black";
}
div.artOrder {
    text-align:right;
}    
div.artOrder button{
    background-image: url(/img/btn_order.gif);
    background-position: top;
    background-repeat: no-repeat;
    width:81px;
    height:26px;
    border:0px;    
    background-color: transparent;
    cursor:pointer;
}
.test{
    border:2px solid red;
}
td.center{
    text-align:center;
    vertical-align:middle;
}
