﻿body {
    font-family: Arial;
    font-size: 12px;
}

a:link { text-decoration: underline; }

h1 {
    color:#dd0069;
    font-size:16px;
}

h2 {
    color:#dd0069;
    font-size:14px;
}

h3 {
    color:#dd0069;
    font-size:12px;
    margin-bottom:-10px;
    padding-bottom:0px;
}

h4 {
    color:#dd0069;
    font-size:12px;
    margin-top:5px;
    margin-bottom:-10px;
    padding-bottom:0px;
}

td,th {
    vertical-align:top;
}

img {
    border:0px;
}

/*====== FORMS ======*/

input,textarea {
    background:#ffa;
}

/*====== WRAPPER ======*/

#wrapper {
    position:absolute;
    width:960px;
    left:50%;
    margin-left:-480px;
}

/*===== NAVIGATION =====*/

    /*#navbar ul, #navbar li {
        list-style-type:none;
        margin:0;
        padding:0
    }
    #navbar ul {
        float:right;
        font-size: 12px;
    }
    #navbar ul li {
        float:left;
        margin: 0px;
        margin-right: 1px;
        text-align: center;
    }
    #navbar ul a {
        float:left;
        width: 119px;
        height:20px;
        padding: 5px 0px 0px 0px;
        background: #F2D3B6;
        text-decoration:none;
        color: #EE192F;
        overlay:hidden;
        line-height: 120%;
    }
    #navbar ul a:hover {
        background: #EF1C2D;
        color: #FFF;
    }
    #navbar ul li.activelink a,#navbar ul li.activelink a:hover {
        background: #FFF;
        color: #003;
    }*/



/*===== NAVIGATION =====*/
	
    #navbar ul, #navbar li {
        list-style-type:none;
        margin:0;
        padding:0
    }
    #navbar ul {
        float:right;
        font-size: 12px;
    }
    #navbar ul li {
        float:left;
        margin: 0px;
        margin-right: 1px;
        text-align: center;
    }
    #navbar ul a {
        float:left;
        width: 119px;
        height:20px;
        padding: 5px 0 0;
        background: #887668;
        text-decoration:none;
        color: white;
        overlay:hidden;
        line-height: 120%;
    }
    #navbar ul a:hover {
        background: #b9c6cf;
        color: #fff;
    }
    #navbar ul li.activelink a,#navbar ul li.activelink a:hover {
        background: #b9c5d0;
        color: #887668;
    }

	#navbar ul li.red a{
		background-color:#dd0069;
	}






/*====== CONTAINER ======*/

#container {
    background:white;
    width:960px;
    clear:both;
    border-top:1px solid white;
}

#leftbar {
    background:#E4F1F9;
    width:240px;
}

#content {
    width:460px;
    border-right:1px solid white;
    _background:url(images/bg-content.gif);
    _padding:0px 20px 20px 20px;
    background:white;
    padding:0px;
}

#content_checkout {
    width:720px;
    border-right:1px solid white;
}

.cell6 {
    width:680px;
    padding:0px 20px 20px 20px;
    margin:0px;
}
.cell4 {
    width:440px;
    padding:0px 20px 20px 20px;
    margin:0px;
}
.cell2 {
    width:220px;
    height:240px;
    padding:0px 10px 0px 10px;
    margin:0px;
    overflow:hidden;
}

#rightbar {
    background:#FEE8EA;
    width:240px;
}

#footer { color: #999; text-decoration: none; text-align:center; padding:10px; font-size:11px; }


#contentwide {
    width:920px;
    border-right:1px solid white;
    background:url(images/bg-content.gif);
    _padding:0px 20px 20px 20px;
}

#matrix {
    width:100%;
    padding:0px;
    margin:0px;
}
#matrix td {
    width:240px;
    padding:0px;
    margin:0px;
}

.price {
    text-align:right;
}

/* SHOP gegevens form */
table.shop_gegevens {
    width:700px;
}
table.shop_gegevens tr.error td.notice {
    background-image: url(images/form-error.png);
    background-repeat: no-repeat;
    width:  28px;
    height: 24px;
}
table.shop_gegevens tr td h3 {
    margin: .4em;
}
table.shop_gegevens tr td {
    padding-top: 10px;
    padding-bottom: .3em; 
}
table.shop_gegevens tr td.field {
    padding-top: 2px;
}
table.shop_gegevens tr.error td.field input {
    border: 2px solid #37B7C4;
    border: 2px solid #F00;
}
table.shop_gegevens tr td.td_error p {
    padding: 1.5em;
    margin: 10px 1em 1em 2em;
    background:  #37B7C4;
    color: #653600;
}

#steps {
    border:1px solid #bbb;
    background:#ddd;
    padding:5px 10px 5px 10px;
    margin:10px 0px 10px 0px;
}
.step_normal {
    font-weight:bold;
}
.step_active {
    font-weight:bold;
    color:#dd0069;
}
.step_inactive {
    font-weight:bold;
    color: grey;
}

.step_id {
    font-size:14px;
}
.step_label {
    font-size:14px;
}


img.left {
    float:left;
    margin:0px 15px 15px 0px;
}

img.right {
    float:right;
    margin:0px 0px 15px 15px;
}



#adressenlijst{
	padding:10px;
}

#adressenlijst h1{
	color:#0000cc;
}


#adressenlijst .adres{
	width:180px;
	padding-bottom:10px;
}


.adreskolomleft{
	width:190px;
	float:left;
	/*border:1px solid green;*/
}
.adreskolomright{
	width:190px;
	float:right;
	/*border:1px solid green;*/
}

.adreskolomholder{
	width:420px;
	/*border:1px solid red;*/
}

#cart {
    padding:0px 5px 5px 5px;
}


#flags {
	font-weight: normal;
	float: right;
    margin-bottom:10px;
    background:#eee;
    padding:3px 0px 0px 0px;
}
#flags ul {
	margin: 0px;
    padding: 0px;
}
#flags li {
	padding: 0px;
	float: left;
	list-style: none;
}
#flags a:link, #flags a:visited{
	padding: 0px 0px 0px 10px;
	margin-right: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	border: 0px;
}
#flags a:hover, #flags a:active{
	color: #cf0000;
}
#flags a.active:link, #flags a.active:visited{
	color: #cf0000;
}
#flag_nl {
}
#flag_fr {
}
#flag_en {
}
