@charset "utf-8";
/* WdeB */

/*=================== basic ==========================*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul,li { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

.clear{
	clear: both;
	text-align: right;
	
}

html, body {
	height: 100%; /* h��l belangrijk */
	font-family: "trebuchet MS";
	font-weight: normal;
	font-style: normal;
}

/*=================== 
main elements ==========================*/

#container {
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	width: 960px;
	
}

#wrapper{
	width: 960px;
	margin: 0 auto;
}

#header{
	height:185px;
	position: relative;
	z-index: 2;
}

#content-container {
	background-color: #fff;
	min-height: 500px;
	position: relative;
	
}

#sidebar{
	float: left;
	width: 230px;
	position: relative;
	z-index: 10;
}

#main-content{
	float: right;
	width: 710px;
	min-height: 540px;
	overflow: auto;
}

#full-content{
	margin: 0 0 50px;
}

.left-content{
	min-height: 300px;
	width: 470px;
	float: left;
	margin: 10px 0 0 0;
}

.right-content{
	min-height: 300px;
	width: 470px;
	float: right;
	margin: 10px 0 0 0;
}


#footer {
	background: #f6b342 url(../img/payment.png) no-repeat 10px center;
	height: 42px;
	font-size:1.0em;
	line-height: 40px;
	text-align:right;
	padding: 0 10px;
	margin: 0 0 50px;
	overflow: hidden;
}

#footer img{
	float: left;
}

img.left{
    float: left;
}

img.right{
    float: right;
}

/*=================== 
type
==========================*/

a{
	color: #dd9b2c;
	text-decoration: none;
}

a:focus, a:active{
	outline: none;
}

#full-content a{
	text-decoration: underline;
	font-weight: bold;
}

a:hover{
	color: #9f7021;
}

p{
	font-size: 14px;
	color: #444;
	margin: 0 0 7px 0;
}

.foottext a{
    color: #444;
    font-size: 10px;
}

.foottext a:hover{
    color: #9f7021;
}

h1{
	font-size: 2.0em;
}

h2{
	font-size: 1.0em;
}

#full-content h1{
	border-bottom: 1px solid;
	margin: 0 0 10px;
}

#full-content h2{
	font-size: 1.4em;
	margin: 0 0 5px;
}

#full-content h3{
	font-size: 1.2em;
	margin: 0 0 4px;
}

#full-content h4{
	font-size: 1.0em;
	margin: 0 0 3px;
}

#full-content h5{
	font-size: 1.0em;
	margin: 0 0 2px;
	color: #8f8f8f;
}

/*=================== 
header
 ==========================*/

a.french{
	text-indent: 9999px;
	background-color: #fff;
	display: block;
	width: 30px;
	height: 18px;
	float: right;
	background-image: url(../img/fr.png);
	margin: 10px 0;
	overflow: hidden;
}

a.english{
	text-indent: 9999px;
	background-color: #fff;
	display: block;
	width: 30px;
	height: 18px;
	float: right;
	background-image: url(../img/uk.png);
	margin: 10px 0;
	overflow: hidden;
}

#lang{
	height: 40px;
	display: block;
	text-align: right;

}

#header h1{
	width: 560px;
	height: 170px;
	margin: -68px 0 0 ;
	background: url(../img/logo-african-textiles2.png) no-repeat;
}

#header h1 a{
	width: 560px;
	height: 170px;
	display: block;
	text-indent: -9999px;
}

#topnav{
	height: 42px;
	text-align: right;
	background: #f6b342 url(../img/bg-nav2.png) repeat-x;
}

#topnav ul{
	float: right;
}

#topnav ul li{
	float: left;
	height: 60px;	
	line-height: 42px;
}

#topnav ul li a{
	display: block;
	height: 42px;
	color: #fff;
	padding: 0 16px;
	border-left: 1px solid #fff;
	font-size: 14px;
}


#topnav ul li a:hover{
	color: #bd1b26;
}

#topnav ul li.selected a{
	color: #bd1b26;
}

#cart{
	width: 140px;
	background-color: #f5f5f5;
	position: absolute;
	right: 0;
	top: 85px;
}

#cart h5{
	font-size: 13px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	padding: 3px 5px;
	color: #bd1b26;
	text-align: center;
	letter-spacing: 2px;
	font-weight: bold;
}

#cart p{
	border-bottom: 1px solid #fff;
	padding: 5px 5px;
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	text-align: center;
}

a.checkout{
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 3px 5px;
	background-image: url(../img/bg-nav.png);
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
}

a.checkout:hover{
	background-color: #f6b342;
	background-image: none;
	color: #bd1a26;
}

/*=================== 
home
==========================*/

#sidebar h2{
	font-size: 1.6em;
	margin: 30px 0 0;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 2px;
}

.homepage #product-nav{
	margin: 0;
}

.homepage #product-nav li a{
	width: 160px;
    margin: 10px 0;
}

#sidebar.homepage{
	position: absolute;
	top: 50px;
	left: 80px;
}

#main-content.homepage{
	position: absolute;
	width: 960px;
	margin: -103px 0 0 ;
	z-index: 1;
	height: 603px;
	overflow: hidden;	
}


/*=================== 
product-nav
==========================*/

#product-nav{
	margin: 56px 0 0 ;
}

#product-nav li a{
	display: block;
	line-height: 30px;
	width: 210px;
	padding: 0 10px;
	margin: 10px 0 0 0;
	background: url(../img/bg-product-nav.png) repeat-y right top;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#product-nav li ul li{
	
}


#product-nav li ul li a{
	background-image: none;
	color: #bd1a26;
	margin: 0 0 0 5px;
	width: 200px
}


/*=================== 
product-list
==========================*/

#product-list{
	margin: 8px 0 30px -10px;
	overflow: auto;
}

#product-list li{
	width: 218px;
	height: 370px;
	margin: 10px;
	overflow: hidden;
	float: left;
	border: 1px solid #ccc;
	position: relative;
	text-align: center;
}

#product-list li h2{
	line-height: 28px;
	font-size: 14px;
}

#product-list li img{
	max-width: 218px;
	max-height: 293px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 0 0 5px;
}

#product-list li a.more{
	position: absolute;
	bottom: 0;
	width: 218px;
	height: 28px;
	display: block;
	line-height: 28px;
	text-align: center;
}
.old-price{
	text-decoration: line-through;
}

.new-price{
	font-weight: bold;
	color: #bd1b26;
}

#product-list li img.sale{
	position: absolute;
	top: 60px;
	left: 0;
	border: none;
}

p.pager{
	clear: both;
	text-align: center;
	width: 710px;
	float: right;
	margin: 0 0 30px;
}

p.pager span{
	padding: 1px 5px;
	border: 1px solid #cd9534;
	background-color: #f8b333;
	background-image: url(../img/bg-nav.png);
	color: #111;
}

p.pager span a{
	color: #ba002f;
	font-weight: bold;
}

/*=================== 
product-detail
==========================*/

#product-detail{
	border-top: 1px solid #ccc;
	padding: 10px 0;
	margin: 0;
	overflow: auto;
	position: relative;
}

.product-image{
	margin: 0 10px;
	float: left;
}

.product-info{
	float: right;
	width: 630px;
}

.product-info h1{
	margin: 0 0 10px;
}

.add-item{
	position: absolute;
	bottom: 10px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 5px;
	width: 620px;
	text-align: right;
}

.add-item select{
	float: left;
	margin: 5px;
}

input[type=submit]{
	border: 1px outset #bc0926;
	background-image: url(../img/bg-product-nav.png);
	height: 29px;
	width: 150px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}

input[type=submit]:hover{
	background-image: none;
	background-color: #bc0926;
}

.add-item input.qty{
	padding: 4px;
	width: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin: 1px 0 0 0;
}

.add-item input.price{
	padding: 4px;
	width: 80px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin: 1px 0 0 0;
}

.add-item label{
	font-size: 12px;
	margin: 0 0 0 10px;
	color: #444;
}

#content-top{
	margin: 20px 0 5px;
	text-align: right;
}

a.back{
	margin: 20px 5px 0;
	font-size: 13px;
	font-weight: bold;
	color: #bd1a25;
}

.detail-price{
	margin: 20px 0;
	font-weight: bold;
}

span.error{
	text-transform: uppercase;
	font-weight: bold;
	background-color: #bd1a25;
	padding: 4px 10px 3px;
	color: #f1ae3e;
	letter-spacing: 1px;
}

p.roll{
	margin: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
}

/*=================== 
shopping-cart
==========================*/


#shopping-cart{
	width: 960px;
	margin: 20px 0 0 ;
}

#shopping-cart p{
	margin: 0;
}
p.ship{
	text-align: right;
}

#shopping-cart tr{
	border-bottom: 1px solid #ccc;
}

#shopping-cart th{
	padding: 8px 8px 5px;
	background: #d6d4d4 url(../img/bg-grey.png) repeat-x;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	color: #515151;
}

.remove{
	width: 50px;
	text-align: center;
}

th.euro{
	width: 15px;
	text-align: right;
}

th.price{
	width: 100px;	
}

td.price{
	text-align: right;
}

th.quantity{
	width: 200px;
}


#shopping-cart td{
	padding: 8px;
}

.button{
	border: 1px outset #bc0926;
	background-image: url(../img/bg-product-nav.png);
	height: 29px;
	width: 150px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	line-height: 29px;
	text-align: center;
	margin: 10px;
}

.button:hover{
	background-image: none;
	background-color: #bc0926;
	color: #fff;
}

.left{
	float: left;
}

.right{
	float: right;
}

tfoot{
	border-top: 3px double;
}



/*=================== 
checkout
==========================*/



#steps {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	overflow: auto;
	margin: 0 0 30px ;
}

#steps li{
	float: left;
	width: 300px;
	padding: 10px 0 10px 20px;
	background: url(../img/arrow-right.png) no-repeat 0 10px;
	font-size: 14px;
	color: #b0b0b0;
}

#steps li h3{
	color: #a8a8a8;
	font-size: 16px;
}

#steps li.this{
	background-image: url(../img/arrow-down.png);
	color: #bd1a26;
	font-weight: bold;
}

#steps li.this h3{
	color: #000;
	
}

#checkout-form{
	width: 480px;
	margin: 0 0 50px;
}

#checkout-form p{
	padding: 5px 10px;
	border-top: 1px dashed #ccc;
	overflow: auto;
	margin: 0;
}

#checkout-form input[type=text]{
	padding: 5px;
	width: 305px;
	float: right;
	font-size: 14px;
}

#checkout-form select{
	margin: 5px 0;
	width: 320px;
	float: right;
	font-size: 14px;
}

#checkout-form label{
	padding: 5px 0;
	font-weight: bold;
	font-size: 13px;
	line-height: 30px;
}

#checkout-form ul{
	margin: 0 0 10px 10px;
	overflow: auto;
}

#checkout-form ul li{
	width: 150px;
	float: left;
}

#checkout-form ul li label{
	font-weight: bold;
}

#checkout-form ul.errorlist{
	margin: 0;
}

#checkout-form ul.errorlist li{
	width: 460px;
	color: #bd1b27;
	margin: 5px 0 0 ;
	font-size: 12px;
	font-weight: bold;
}

#full-content h3 {
    margin-top: 10px;
}

#full-content table {
    color: #444;
    margin-bottom: 15px;
    font-size: 14px;
    color: #444;
    margin: 0 0 7px 0;
}

#full-content table td {
    width: 200px;
}

#full-content table th {
    font-weight: bold;
    border-bottom: 1px solid #444;
}


