﻿body, html, body
{
    width: 100%;
    height: 100%;
}

body
{
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
    text-align: center;
}

#centerSite
{
    margin: 0px auto;
    padding: 0px;
    width: 800px;
}

#pg
{
    padding: 0px;
    margin: 0px;
    border: 1px solid #a0a0a0;
    background-image: url(/assets/flash/background.jpg);
    background-repeat: no-repeat;
    float: left;
    min-height: 600px;
    z-index: 1;
}

#banner
{
    /* 226 hoog  => padding top + padding-bottom + height = 226 */
    text-align: left;
    padding-left: 265px;
    padding-top: 170px;
    padding-bottom: 10px;
    width: 535px;
    height: 46px;
    font: bold 0.8em "Arial";
    color: #fff;
}

h2
{
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: solid 1px #ddd;
}

a
{
    color: #fff;
    text-decoration: none;
}

a:visited
{
    color: #fff;
    text-decoration: none;
}

a:hover
{
    color: #e50101;
    text-decoration: none;
}

a.active
{
    color: #e50101;
    text-decoration: none;
}

.btn a:link
{
    color: #fff;
    text-decoration: none;
}

.btn a:visited
{
    color: #fff;
    text-decoration: none;
}

.btn a:hover
{
    color: #999;
    text-decoration: none;
}

.btn a:active
{
    color: #e50101;
    text-decoration: none;
}

#content
{
    float: left;
    width: 800px;
}

#nav
{
    float: left; /* 		width: 180px; 		height: 334px;  		padding-left: 85px; 		*/
    width: 210px;
    padding-left: 55px;
    font: bold 1em "Arial";
    text-align: left;
    color: #fff;
    padding-top: 20px;
}

#items
{
    /* min height = 800 - banner hoogte */
    float: left;
    width: 535px;
    background-color: #fff;
    text-align: left;
    min-height: 374px;
}

.item
{
    padding: 30px;
    width: 115px; /* height: 240px; */
    float: left;
    font: 0.8em "Arial";
    color: #777;
}

#logo
{
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    z-index: 5;
    position: absolute;
    width: 260px;
    height: 130px;
    text-align: left;
    top: 110px;
}

#topNav
{
    float: left;
    width: 525px;
    height: 16px;
    padding-top: 10px;
}

#cart
{
    float: left;
    width: 525px;
    text-align: right;
}

#text
{
    font: 0.8em "Arial";
    padding: 30px;
}

.titel
{
    font: 1.6em "Arial";
}

#detailImg
{
    padding: 30px;
    padding-right: 10px;
    float: left;
    width: 210px;
}

#detailText
{
    padding: 30px;
    float: left;
    font: 0.8em "Arial";
    color: #777;
}

#detailBtn
{
    padding: 30px;
    text-align: right;
}

.roodKlein
{
    float: left;
    background-color: red;
    width: 12px;
    height: 12px;
    margin-right: 2px;
    margin-bottom: 2px;
    font-size: 0.5em;
}

.blok
{
    float: left;
    margin: 2px 2px 0 0;
}

.roodGroot
{
    float: left;
    background-color: red;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    margin-bottom: 2px;
    font-size: 0.5em;
}

#back
{
    padding-left: 30px;
    padding-bottom: 30px;
    font: 0.8em "Arial";
    float: left;
}

/* IE fix */
* html #items
{
    height: 372px;
}

.btn
{
    background-color: #666;
    color: #fff;
    padding: 6px 10px 6px 10px;
    float: left;
}

.btns
{
    float: left;
    width: 117px;
}

/* MEN - CHILDREN image */

/* .types a img {padding:1px; background:#888;} */
/* .types a.active img {padding:1px; background:#e00;} */

/* item links */
.item a
{
    color: #999;
}
.item a:hover
{
    color: #e00;
}

/* back button */
.link
{
    cursor: pointer;
}

/* shopping basket buttons */
#basketcontrols a
{
    color: #000;
}
#basketcontrols a:hover
{
    color: #e00;
}
#basketcontrols a img
{
    border: none;
}

/* error */
.error
{
    color: #e00;
    padding: 0px;
    background: #fff;
    margin: 10px 0 10px 0;
}

.radiobuttonlist label
{
    margin-right: 10px;
}


/* messagebox */
div.modaloverlayer
{
    width: 100%;
    height: 100%;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}

table.messagebox
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
table.messagebox tr td
{
    text-align: center;
    vertical-align: middle;
}
table.messagebox tr td table
{
    width: 300px;
    height: 128px;
    color: #333;
    background: #fff;
    font: 0.8em Arial;
    margin: 0 auto 0 auto;
}

sup
{
    color: #333;
    font-family: Verdana, Helvetica;
    font-size: 0.8em;
}

/* f */

.price
{
    color: #900;
}
#ftr
{
    float: left;
    width: 800px;
    height: 20px;
    text-align: right;
    font: 0.7em Arial;
    color: #ccc;
    margin-top: 3px;
}
#ftr a
{
    color: #ccc;
    text-decoration: underline;
}
#ftr a:hover
{
    color: #fff;
}


#nav ul
{
    margin: 0;
    padding: 0;
    float: left;
}
#nav ul li
{
    list-style: none;
    width: 200px;
}
#nav ul li ul
{
    margin: 0;
    padding: 10px 0 10px 19px;
}
#nav ul li ul li
{
    list-style-type: circle;
}

.par3
{
    display:block;
    width:534px;
    float:left;
}
