/* CSS Document */

body {
	margin: 0px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:18px;
	background-color:#ffffff;
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	color:black;
}

a {
	color:black;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1,h2,h3,h4,h5,h6 {
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}

h1 {
	color:#5A471B!important;
	font-size:17px;
}

h2 {
color:#5A471B!important;
font-size:15px;
}

h1 a {
	color:#5A471B!important;
}

img {
	border:none;
}

#container {
	width:940px;
	margin:0px auto;
	overflow:hidden;
	position:relative;
}

#header {
	width:550px;
	position:relative;
	height:235px;
	display:block;
	float:left;
	overflow:hidden;
	background-image:url(/images/bg_header.gif);
	background-repeat:no-repeat;
}

#logo {
	float:left;
	overflow:hidden;	
	position:absolute;
	left:248px;
	top:31px;
	z-index:2;
}

#bar1 {
	background-color:#827355;
	width:513px;
	height:21px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	position:absolute;
	left:20px;
	top:107px;
	z-index:1;
	padding-left:10px;
	overflow:hidden;
}

#bar1_content {
	width:513px;
	height:21px;
	position:absolute;
	left:20px;
	top:107px;
	z-index:3;
	padding-left:10px;
	overflow:hidden;
}

#bar1_content ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	float:left;
	position:absolute;
	
}

#bar1_content ul li {
	margin:0px;
	padding:0px 5px 0px 15px;
	display:block;
	float:left;
	background-image:url(/images/bullit_top1.png);
	background-repeat:no-repeat;
	background-position:center left;
}

#bar1_content ul li:first-child {
	background:none;
	padding:0px 5px 0px 0px;
}

#bar1_content ul li a {
	color:#E6D7C0;
	text-transform:uppercase;
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:21px;
}

#bar1_content ul li a:hover {
	text-decoration:none;
	color:#5A471B;
}

#bar2 {
	background-color:#938568;
	width:523px;
	height:21px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	position:absolute;
	left:20px;
	top:129px;
	color:#827355;
}

#bar2_left {
	width:240px;
	height:21px;
	position:absolute;
	left:20px;
	top:129px;
	padding-left:10px;
	color:#827355;
	overflow:hidden;
	color:#E6D7C0!important;
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif!important;
}

#bar2_right {
	width:273px;
	height:21px;
	position:absolute;
	left:270px;
	top:129px;
	color:#827355;
	overflow:hidden;
}

#bar2_right ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	float:right;
	
}

#bar2_right ul li {
	margin:0px;
	padding:0px 10px 0px 15px;
	display:block;
	float:left;
	background-image:url(/images/bullit_top2.png);
	background-repeat:no-repeat;
	background-position:center left;
	
}

#bar2_right ul li:first-child {
	background:none;
	padding:0px 10px 0px 0px;
}

#bar2_right ul li a {
	color:#5A471B;
	text-transform:uppercase;
	
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:21px;
}

#bar2_right ul li a:hover {
	color:#E6D7C0;
	text-decoration:none;
}

#shopping_cart {
	float:right;
	height:60px;
	width:180px;
	overflow:hidden;
	background-color:#FFCCFF;
	padding:10px 10px 10px 10px;
}

#shopping_cart_content {
	height:21px;
	width:250px;
	overflow:hidden;
	float:left;
	font-size:13px;
	line-height:21px;
	color:#5A471B;
}

#shopping_cart_content a {
	color:#5A471B;
}

#shopping_cart_content a:hover {
	color:#E6D7C0;
	text-decoration:none;
}

.shopping_cart_num {
	color:#E6D7C0;
}

#cart_amount {
	height:21px;
	width:40px;
	float:left;

}
#cart_to_cart {
	height:21px;
	width:90px;
	float:left;
}
#cart_checkout {
	height:21px;
	width:50px;
	float:left;
}

#main {
	/*background-color:#F0EEED;*/
	width:550px;
	overflow:hidden;
}

#left {
	width:390px;
	overflow:hidden;
	float:left;
	min-height:787px;
}

#left .leftbox {
	width:182px;
	float:left;
	margin:4px;
	border:1px solid #cccccc;
	padding:4px;
}

#content {
	width:530px;
	overflow:hidden;
	float:left;
	padding:0px 0px 0px 20px;
	min-height:400px;
	height:auto !important; /* voor moderne Browser */
	height:400px; /*voor IE6 */
}

#content p {
letter-spacing:0.1em;
}

#footer {
	float:right;
	height:50px;
	width:560px;
}

#footer ul {
	list-style-type:none;
	display:block;
	float:right;
	margin:0px;
	padding:0px;
	height:25px;
	overflow:hidden;
}

#footer ul.top li {
	background-image:url(/images/footer_divider1.png);
	background-repeat:no-repeat;
	background-position:center left;
}

#footer ul li:first-child {
	background:none!important;
}

#footer ul.bottom li {
	background-image:url(/images/footer_divider2.png);
	background-repeat:no-repeat;
	background-position:center left;
	color:#979797;
	line-height:25px;
}

#footer ul li {
	list-style-type:none;
	float:left;
	display:block;
	height:25px;
	overflow:hidden;
	padding:0px 4px 0px 10px;
}

#footer a {
	line-height:25px;
	text-decoration:none;
	color:#979797;
}

#footer a:hover {
	color:black;
}

#footer .logo {
	margin-right:10px;
	/*margin:10px;
	vertical-align:middle;*/
}

#footer_aceview {
	width:200px;
	height:30px;
	float:left;
	overflow:hidden;
}

#footer_navigatie {
	width:778px;
	height:30px;
	float:left;
	overflow:hidden;
	text-align:right;
	line-height:30px;
	padding:0px 15px 0px 0px;
}



#category_navigation>ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#category_navigation>ul>li {
	margin-bottom:10px;
}

#category_navigation>ul>li>ul {
	list-style:square;
	margin:0px;
	padding:0px 0px 0px 15px;
}


#news {
	
}

#news ul {
	list-style:none;
	margin:0px;
	width:182px; /*breedte van een enkel nieuwsbericht*/
	height:50px; /*hoogte van een enkel nieuwsbericht*/
	overflow:hidden;
}

#news ul, #news ul>li {
	padding:0px 0px 0px 0px;
}

#news ul>li {
	/*niet wijzigen*/
	display:block;
	float:left;
	width:100%;
	height:100%;
	/*tot hier niet wijzigen*/
}

#products_container {
float:left;
}

.products_product {
	float:left;
	overflow:hidden;
	width:120px;
	height:185px;
	margin:0px 5px 5px 0px;
	padding:0px;
	border:1px solid #827355;
}

.products_product_name {
	float:left;
	overflow:hidden;
	width:115px;
	padding-left:5px;
	height:40px;
	line-height:20px;
	font-weight:bold;
	color:black;
	background-color:#827355;
}
.products_product_image {
	height:120px;
	width:120px;
	padding:0px;
	margin:0px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;
}

.products_product_description {
	float:left;
	overflow:hidden;
	width:230px;
	height:80px;
	font-size:11px;
	padding:5px;
	margin:0px;
	background-color:#F0EEED;
	border-top:1px solid #ccc;
}

.products_product_description p {
	margin:0px;
	padding:0px;
}

.products_product_price {
	float:left;
	width:110px;
	height:24px;
	overflow:hidden;
	padding:0px 5px 0px 5px;
	margin:0px;
	font-weight:bold;
	color:black;
	text-align:right;
	border-top:1px solid #827355;
}

.products_product_original_price {
	text-decoration:line-through;
	font-weight:normal;
	font-size:12px;
}

#prod_cat {
	width:525px;
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}

#prod_cat li {
	margin:0px 15px 15px 0px;
	padding:0px;
	float:left;
	display:block;
	width:150px;
	height:204px;
	overflow:hidden;
	position:relative;
}

#prod_cat li .prod_cat_photo {
	padding:0px;
	width:146px;
	height:200px;
	text-align:center;
	overflow:hidden;
	background-image:url(/images/bg_transparent.png);
	border:2px solid #827355;
}

#prod_cat li .prod_cat_name {
	position:absolute;
	top:177px;
	left:2px;
}

#prod_cat li .prod_cat_name a:hover {
text-decoration:none;
}

#prod_cat li .prod_cat_name a {
	height:25px;
	width:146px;
	display:block;
	overflow:hidden;
	text-align:center;
	line-height:25px;
	color:#5A471B !important;
font-weight:bold;
	letter-spacing:0.1em;
	background-image:url(/images/bg_transparent.png);

}

#product_container {
	display:block;
	width:530px;
	overflow:hidden;
}

#product_container #product_left {
	width:230px;
	float:left;
	overflow:hidden;
}

#photo_large_container {
	width:190px;
	padding:13px 13px 13px 13px;
	border:1px solid #827355;
	background-color:#fff;
	text-align:center;
}

#product_container #product_right {
	width:300px;
	float:left;
	overflow:hidden;
}

#product_container #delivery_time {
	margin:10px 0px 10px 0px;
}

#product_container #product_price {
	font-size:14px;
	font-weight:bold;
	margin:10px 0px 10px 0px;
}

#product_container #product_price .original_price {
	font-size:11px;
	text-decoration:line-through;
	font-weight:normal;
}

#product_container #product_related_products {
	width:760px;
	float:left;
}

#product_container #product_related_products ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#product_container #product_related_products ul li {
	margin:5px;
	padding:0px;
	float:left;
	display:block;
	width:94px;
	height:165px;
	overflow:hidden;
}

#product_container #product_related_products ul li .product_related_photo {
	padding:2px 0px 2px 0px;
	width:92px;
	height:122px;
	text-align:center;
	overflow:hidden;
	border:1px solid #cccccc;
	background-color:#F0EEED;
}

#product_container #product_related_products ul li .product_related_name {
	text-align:center;
}

#product_container .thumbnails {
	list-style:none;
	margin:5px 0px 0px 0px;
	padding:0px;
}

#product_container .thumbnails li {
	float:left;
	margin-right:1px;
	padding:3px;
	cursor:pointer;
	cursor:hand;
	height:100px;
	width:100px;
	border:1px solid #827355;
	background-color:white;
	text-align:center;
}

.option_container {
	position:relative;

	width:350px;
	float:left;
}

.option_name {
	width:150px;
	height:30px;
	float:left;
}

.option_value {
	width:200px;
	height:30px;
	float:left;
}

.option_value_multi {
	width:200px;
	min-height:50px;
	float:left;
}

#photofade {
	height:787px;
	width:391px;
	overflow:hidden;
	position:relative;
}

#photofade img {
	position:absolute;
	top:0px;
	left:0px;
}

#subnavigation {
	background-image:url(/images/photos/02_b.jpg);
	background-repeat:no-repeat;
	min-height:552px;
	width:291px;
	position:relative;
	padding:235px 0px 0px 100px;
}

#subnavigation ul {
	list-style-type:none;
	padding:0px 0px 0px 15px;
	margin:0px;
}

#subnavigation ul li {
	background-image:url(/images/bullit_subnavigation.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding:0px 0px 0px 20px;
	margin:0px;
	height:25px;
	line-height:25px;
	listy-style-type:none;
}

.catphoto {
	border:4px solid #5A471B;
	padding:2px;
}

.products_top {
	float:left;
	display:block;
	margin-bottom:10px;
}

.products_top_left {
	width:200px;
	min-height:200px;
display:block;
float:left;
overflow:hidden;
}

.products_top_right {
	width:300px;
display:block;
float:left;
text-align:right;
}

.products_top_right .colors {
	list-style-type:none;
	margin:0px;
	padding:0px;
	
	float:right;
}

.products_top_right .colors li {
	display:block;
	text-align:left;
	margin-bottom:10px;
	margin-right:4px;
	width:92px;
	overflow:hidden;
	height:60px;
	float:left;
}

.products_top_right .colors li .colorphoto {
	height:45px;
	overflow:hidden;
}

.products_top_right .colors li .colorname {
	height:15px;
	line-height:15px;
	overflow:hidden;
}

.products_top_right .colors li img {
	float:right;
}

ul.webshop {
	list-style-type:none;
	padding:0px;
	margin:0px;
	display:block;
}

ul.webshop li {
	width:175px;
	overflow:hidden;
	float:left;
	margin:0px;
	padding:0px;
}

input, textarea, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.toevoegenbutton, .button {
	background-color:#C8BEAD;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	color:#5A471B;
	border:1px solid #C8BEAD;
	font-weight:bold;
	height:30px;
	cursor:pointer;
	cursor:hand;
	display:block;
	width:140px;
	text-align:center;
	line-height:30px;
	text-decoration:none;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.toevoegenbutton:hover, .button:hover {
	background-color:#B4A892;
	border:1px solid #B4A892;
	text-decoration:none;
}

#use_account .button {
	width:160px!important;
}

#slideshow-container	{ height:787px;	width:391px; position:relative; }
#slideshow-container img { display:block; position:absolute; top:0; left:0; z-index:1; }

ul.colorspage {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

ul.colorspage li {
	margin:0px 5px 5px 0px;
	padding:0px;
	float:left;
	width:100px;
	height:80px;
}

ul.nieuwsberichten {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

ul.photoalbum {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

ul.photoalbum li {
	float:left;
	display:block;
	margin:0px 10px 10px 0px;
	border:1px solid #5A471B;
	padding:2px;
}

#photo_large {

}
