body {
	background: #5c5152;
	text-align: center;
	margin-top: 0;
}

/*********** General ***********/

body,tr,th,td {
	font: normal 11px Tahoma, Verdana, sans-serif;
	color: #FFF;
	font-size: 13px;
}

input,select,textarea {
	color: #5c5152;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0 25px;	
}

a {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/*********** End: General ***********/




/*********** Global additional classes ***********/

.f-left {
	float: left;
	
}
.f-right {
	float: right;

	
}
.clear {
	clear: both;
}
/*********** End: Global additional classes ***********/



/*********** Layout ***********/

/* container */
#container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	
}
/* header */
#header {
	height: 185px;
	background: url(../images/headerbg.jpg);
}




/* logo */
#logo {
	width: 100%;
	height: 100%;
}
	#logo img {
		margin: 8px 0 0 404px;
	}
	#logo h1 {
		position: absolute;
		text-indent: -999em;
	}
	#logo h1 a {
		display:block;
		overflow:hidden;
		height:100%;
	}

/* topmenu  */
#topmenu {
	position: absolute;
	width: 100%;
	height: 37px;
	top: 123px;
}

#topmenu ul { 
	width: 100%;
}
#topmenu ul li {
	list-style-type: none;
	float: left;
	width: 200px;
	text-align: center;
}

#topmenu ul li a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#topmenu ul li a:hover {
	color: #d0a9f5;
}



/* navbar */
#navbar {
	height: 20px;
	padding: 5px 10px;
	background-color: #e0e0e0;	
}

#search {
	float: left;
}

#langselect {
	float: right;
}

/* main area */

#main {
	clear: both;
	margin: 10px 0 0 0;
}

/* columns */
#leftcol {
	float: left;
	width: 160px;
	margin: 0 8px 0 0;
}

#rightcol {
	float: right;
	width: 160px;
	margin: 0 0 10px 8px;
}


#maincontent {
	float: left;
	width: 660px;
}
/* content blocks */
.contentblock {
	clear: both;
	line-height: 16px;
	padding-bottom: 15px;
	border-bottom: 1px solid #FFF;
}
	.contentblock h1 {
		font-weight: bold;
		font-size: 13px;
		padding: 5px;
		color: #FFF;
		border-bottom: 1px solid #FFF;
	}

#breadcrumbs {
	float: right;
	/* text-transform: lowercase; */
	margin: 5px 0 0 0;
	font-size: 10px;
	font-weight: normal;
} 

.content {
	padding-top: 10px;
}
	.content p {
		margin: 0 0 5px 0;
	}


/* login */
#login input.logintextfield {
	width: 145px;
	margin-bottom: 5px;
}

/* footer */
#footer {
	border-top: 1px solid #e0e0e0;
	padding-top: 10px;
	clear: both;
}
	#copyright {
		float: right;
	}
	#footermenu {
		float: left;
	}
		#footer ul li {
			float: left;
		}
		#footer ul li a {
			text-decoration: none;
		}
		#footer ul li a:hover {
			text-decoration: underline;
		}



/*********** End: Layout ***********/

		
/*********** Productlist ***********/

.productlist {
	clear: both;
}
ul.productlist li {
	border: 1px solid #e0e0e0;
	float: left;
	width: 136px;
	margin: 0 10px 10px 0;
	padding: 10px;
	text-align: center;
}
.productlist h2 {
	height: 35px;
}
.productlist h2 a {
	text-decoration: none;
}
.productlist-thumb {
	width: 100px;
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
}
.productlist-thumb img {
	width: 100px;
	height: auto;
}
.productlist-listprice {
	text-decoration: line-through;
}
.productlist-price {
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
}
.productlist-details {
	display: block;
	clear: left;
}
.productlist-nav {
	clear: both;
	margin-bottom: 10px;
}
.productlist-resultpages {
	float: left;
	margin-bottom: 10px;
}
.productlist-resultpages ul li {
	float: left;
	padding: 0 5px;
	margin-right: 3px;
	border: 1px solid #e0e0e0;
}
.productlist-resultpages ul li.descr {
	border: none;
}
.productlist-resultpages ul li.act {
	font-weight: bold;
	background-color: #e0e0e0;
}
.productlist-orderby {
	float: right;
}
.productlist-orderby ul li {
	float: left;
	padding: 0 5px;
	margin-right: 3px;
}

.productlist-orderby ul li.act {
	font-weight: bold;
}

/*********** Productdetail ***********/

#productdetail { }

#productdetail-left {
	float: left;
	width: 340px;
	margin: 0 20px 20px 0;
}
#productdetail-right {
	float: left;
	width: 300px;
	margin: 0 0 20px 0;
}

#productdetail h2 { 
	margin: 20px 0;
	font-weight: bold;
	font-size: 12px;
}
#productdetail ul {
	list-style: square inside;
}

#productdetail-left .detailed_images {
	width: 350px;
	overflow: hidden;
}

.detailed_images a{
	color: #FFF;
	text-decoration: none;
}
.detailed_images a:hover{
	color: #dbd6d9;
	text-decoration: none;
}

#productdetail-left .detailed_images  img{
	width: 340px;
	border: 5px solid #FFF;
	background: #FFF;
	height: 340px;
}

#productdetail-left .detailed_images .zoom img{
	background: none;
	border: none;
	width: 13px;
	height: 13px
}
#productdetail-right .detailed_images .zoom img{
	background: none;
	border: none;
	width: 13px;
	height: 13px
}

#productdetail-right.detailed_images {
	width: 300px;
	height: 150px;
	overflow: hidden;
}

#productdetail-right .detailed_images img {
	border: 5px solid #FFF;
}


#product-info {
	font-size: 12px;
}

#productdetail-table {
	width: 100%;
}
#productdetail-table table{
	width: 100%;
}

#productdetail-table td {
	vertical-align: middle;
	padding: 2px;
}

#productdetail-table td select {
	float: right;
}
#productdetail-table td input {
	float: right;
}

#productdetail-table td span#product_price{
	float: right;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
}
#productdetail-table td span#product_alt_price{
	float: right;
	font-size: 14px;
	color: #FFF;
}


.productdetail-lbl {
	font-weight: bold;
	font-size: 14px;
}

.product-listprice {
	text-decoration: line-through;
}

.product-fulldescr {
	clear: both;
}

.option_label { width: 100px;font-weight:bold; }

.button-table { 
	margin: 20px 0 0 0;
	width: 100%;
}
.button-table tr { height: 30px; }
.button-table tr td { 
	height: 30px;
	text-align: right;
}



/*********** Menu addons ***********/
#today_news {
	padding: 0 0 5px 0;
	color: #5c5152;
}

#today_news ul li a{color: #5c5152;}
#today_news ul li a:hover{color: #d0a9f5;}


td.FormButton { 
	padding: 10px 10px 0 0;
	font-weight: bold;
	

}


/*********** End: Menu addons ***********/




/*********** Cart ***********/

#cart-items-wrapper {
	clear: both;
	margin: 0 0 15px 0;
	
}



#cart-items-wrapper h2 {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0;
}

.cart-item  {
	position: relative;
	width: 100%;

	min-height: 100px;
	height: auto !important;
	height: 100px;
	
	overflow: hidden;
	clear: both;
	padding: 10px 0;
	border-bottom: 1px solid #e0e0e0;
}
.cart-thumb {
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	text-align: center;
	margin: 0 10px 10px 0;
}
.cart-thumb img {
	width: 100px;
	height: auto;
}
.cart-product-price {
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
}

/*********** End: Cart ***********/



/*********** Buttons ***********/

/* general button style */
a.adv_button {
     
	background-color: #6f6366;
	color: #FFF;
	padding: 5px 7px;
	border: 1px solid #FFF;
	text-decoration: none;
	font-weight: bold;
	line-height:30px;
}
a.adv_button:hover {
	background-color: #FFF;
	color: #6f6366;
}


a.adv_button button{
     
	background-color: #6f6366;
	color: #FFF;
	padding: 5px 7px;
	border: 1px solid #FFF;
	text-decoration: none;
	font-weight: bold;
	
}



/* action buttons for cart items */
.cart-item a.adv_button {
	font-size: 10px;
		padding: 5px 7px;
	font-weight: normal;
	background-color: #6f6366;
	border: 1px solid #fff;
	color: #fff;
}

.cart-item a.adv_button:hover {
	background-color: #fff;
	color: #6f6366;
}


/*********** End: buttons ***********/


/*********** Navigation ***********/

div#navigation {
	clear: both;
	padding: 5px;
	height: 25px;
	width: 100%;
	color: #000000;
}
	div#navigation span.txt {
		color: #FFF;
		margin: 0 10px 0 0;
	}
	div#navigation a.prevnext {
		background-color: #6f6366;
		border: 1px solid #FFF;
		color: #FFF;
		padding: 5px 8px;
		margin: 0 5px 0 0;
		text-decoration: none;
	}
	div#navigation a.prevnext:hover {
		background-color: #FFF;
		color: #6f6366;
		text-decoration: underline;
	}
	div#navigation a.num {
		background-color: #6f6366;
		border: 1px solid #FFF;
		color: #FFF;
		padding: 5px 8px;
		text-decoration: none;
		margin: 0 5px 0 0;
	}
	div#navigation a.num:hover {
		background-color: #FFF;
		color: #6f6366;
		text-decoration: underline;
	}
	div#navigation span.num_active {
		border: 1px solid #8a7a83;
		padding: 5px 8px;
		background-color: #6f6366;
		color: #8a7a83;
		font-weight: bold;
		margin: 0 5px 0 0;
	}


/* Links en rechts menu, LET OP, niet voor productpagina!!!! */
.menu_lettertype_kleur, .menu_lettertype_kleur A {
	color: #5c5152;
}	
.menu_lettertype_kleur A:hover{color: #D0A9F5;}
#left-menubar{
	width: 160px;
	color:#705B67;
	font-weight:bold;
}
 #right-menubar {
	width: 160px;
	color:#705B67;
 
}
#left-menubar .header, #right-menubar .header{
	height: 30px;
	background: url(../images/menubar-header.gif);
}
#left-menubar .header_iscart, #right-menubar .header_iscart{
	height: 30px;
	background: url(../images/menubar-header-cart.gif);
}
#left-menubar h4, #right-menubar h4 {
	color:#705B67;
	font-size:13px;
	font-weight:bold;
	left:30px;
	position:relative;
	top:11px;
}
#left-menubar .menubar-top, #right-menubar .menubar-top {
	height: 10px;
	background: url(../images/menubar-top.png);
}
#left-menubar .menubar, #right-menubar .menubar {
	background: #FFF;
}
#left-menubar .menubar-bottom, #right-menubar .menubar-bottom {
	height: 10px;
	background: url(../images/menubar-bottom.png);
}

#left-menubar ul.adv_categories {
	list-style-type: none;
}
#left-menubar ul.adv_categories li{
	list-style-type: none;
	line-height: 30px;
	border-bottom: 1px solid #dbd6d9;
	font-weight: bold;
	font-size: 12px;
	color: #8a7a83;
}
#left-menubar ul.adv_categories  li a{
	background: url(../images/star_normal.gif) 5px no-repeat;
	display: block;
	width: 130px;
	height: 30px;
	padding: 0 0 0 30px;
	color: #8a7a83;
	text-decoration: none;
}
#left-menubar ul.adv_categories  li a:hover{

	color: #5c5152;
	background: #D0A9F5 url(../images/star_active.gif) 5px no-repeat;
}
#left-menubar ul.adv_categories li a.active_root {
	background: url(../images/star_active.gif) 5px no-repeat;
	color: #5c5152;
}
#left-menubar ul.adv_subcategories { 
	list-style-type: none;
}
#left-menubar ul.adv_subcategories li {
	list-style-type: none;
	line-height: 25px;
	border: none;
	border-top: 1px solid #dbd6d9;
}
#left-menubar ul.adv_subcategories li:hover {
	background: #D0A9F5;
	text-decoration: underline;
}
#left-menubar ul.adv_subcategories li a {
	display: block;
	width: 130px;
	height: 25px;
	background: none;
	padding: 0 0 0 30px;
	color: #5c5152;
	font-weight: normal;
	text-decoration: none;
}
#left-menubar ul.adv_subcategories li a:hover{
	background: none;
	color: #5c5152;
	font-weight: normal;
}

#left-menubar ul.adv_subsubcategories li a.active_subsub{
	color: #5c5152;
	font-weight: bold;
	text-decoration:underline;
}

#left-menubar ul.adv_subsubcategories li {
	background: #ededed;
	color: #5c5152;
	font-weight: normal;
	text-decoration:none;
	
}
#left-menubar ul.adv_subcategories li a.active_sub {
	background: #fff;
	color: #5c5152;
	font-weight: bold;
}
#left-menubar ul.adv_subcategories li a.active_sub:hover {
	background: #D0A9F5;
	color: #5c5152;
	font-weight: bold;
}
#left-menubar ul.menubar-link {
	list-style-type: none;
	list-style-position: outside;
}
#left-menubar ul.menubar-link li {
	line-height: 25px;
}
#left-menubar ul.menubar-link li a {
	display: block;
	height: 25px;
	background: url(../images/star_normal.gif) 5px no-repeat;
	color: #8a7a83;
	padding: 0 0 0 30px;
	text-decoration: none;
	font-size: 12px;
}
#left-menubar ul.menubar-link li a:hover {
	background:#D0A9F5 url(../images/star_active.gif) 5px no-repeat;
	color: #5c5152;
}

/* Links en rechts menu, LET OP, ALLEEN PRODUCTPAGINA!!! */
	
#left-product-menubar, #right-product-menubar {
	width: 160px;
}
#left-product-menubar .header, #right-product-menubar .header{
	height: 30px;
	background: url(../images/menubar-product-header.gif);
}
#left-product-menubar .header_iscart, #right-product-menubar .header_iscart{
	height: 30px;
	background: url(../images/menubar-product-header-cart.gif);
}
#left-product-menubar h4, #right-product-menubar h4 {
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	left:30px;
	position:relative;
	top:11px;
}
/* #left-product-menubar .menubar-top, #right-product-menubar .menubar-top {}
#left-product-menubar .menubar, #right-product-menubar .menubar {}
#left-product-menubar .menubar-bottom, #right-product-menubar .menubar-bottom {} */

#left-product-menubar ul.adv_categories {
	list-style-type: none;
}
#left-product-menubar ul.adv_categories li{
	list-style-type: none;
	line-height: 30px;
	border-bottom: 1px solid #8a7a83;
	font-weight: bold;
	font-size: 12px;
	color: #8a7a83;
}
#left-product-menubar ul.adv_categories  li a{
	background: url(../images/product_star_normal.gif) 5px no-repeat;
	display: block;
	width: 130px;
	height: 30px;
	padding: 0 0 0 30px;
	color: #8a7a83;
	text-decoration: none;
}
#left-product-menubar ul.adv_categories  li a:hover{
	background: url(../images/product_star_active.gif) 5px no-repeat;
	color: #FFF;
}
#left-product-menubar ul.adv_categories li a.active_root {
	background: url(../images/product_star_active.gif) 5px no-repeat;
	color: #FFF;
}
#left-product-menubar ul.adv_subcategories { 
	list-style-type: none;
}
#left-product-menubar ul.adv_subcategories li {
	list-style-type: none;
	line-height: 25px;
	border: none;
	border-top: 1px solid #8a7a83;
}
#left-product-menubar ul.adv_subcategories li:hover {
	background: #5c5152;
}
#left-product-menubar ul.adv_subcategories li a {
	display: block;
	width: 125px;
	height: 25px;
	background: none;
	padding: 0 0 0 35px;
	color: #8a7a83;
	font-weight: normal;
	text-decoration: none;
}
#left-product-menubar ul.adv_subcategories li a:hover{
	background: none;
	color: #FFF;
	font-weight: normal;
}
#left-product-menubar ul.adv_subcategories li a.active_sub {
	background: #5c5152;
	color: #FFF;
	font-weight: normal;
}
#left-product-menubar ul.menubar-link {
	list-style-type: none;
	list-style-position: outside;
}
#left-product-menubar ul.menubar-link li {
	line-height: 25px;
}
#left-product-menubar ul.menubar-link li a {
	display: block;
	height: 25px;
	background: url(../images/star_normal.gif) 5px no-repeat;
	color: #8a7a83;
	padding: 0 0 0 30px;
	text-decoration: none;
	font-size: 12px;
}
#left-product-menubar ul.menubar-link li a:hover {
	background: url(../images/star_active.gif) 5px no-repeat;
	color: #FFF;
}

/* Menu-cart */

#right-menubar #menu-cart { padding: 10px; }
#right-menubar #menu-cart p { color: #5C5152; }
#right-menubar #menu-cart p span { font-weight: bold; }
#right-menubar #menu-cart a { color: #5C5152; text-decoration: none; }
#right-menubar #menu-cart a:hover { color: #d0a9f5;text-decoration:underline; }

#right-product-menubar #menu-cart { padding: 10px; }
#right-product-menubar #menu-cart p { color: #FFF; }
#right-product-menubar #menu-cart p span { font-weight: bold; }
#right-product-menubar #menu-cart a { color: #fff; text-decoration: none; }
#right-product-menubar #menu-cart a:hover { color: #FFF; }

/* Menu Bestsellers */
#bestsellers { padding: 10px; }
#bestsellers img { width: 30px; }
#bestsellers ul li { height: 30px; padding: 0 0 10px 0; border-bottom: 1px solid #d0a9f5; margin: 0 0 5px 0; }
#bestsellers .item { padding: 7px 0 0 10px; }
#bestsellers ul li .item a { color: #5c5152; text-decoration: none; margin: 0 0 0 5px; }
#bestsellers ul li .item a:hover { color: #d0a9f5; }

/* Subcategories */
#subcategories_container { }
#subcategories_container .subcat { 
	float:left;
	padding:0 10px 0 14px;
	width:46%;
	margin: 0 0 20px 0;
	min-height: 250px;
}
#subcategories_container .subcat_top { background: url(../images/subcat_top.gif); width: 300px; height: 5px; }
#subcategories_container .subcat_img { width: 290px; padding: 0 5px 0 5px; background: #FFF; }
#subcategories_container .subcat_name { width: 300px; height: 20px; background: #FFF; text-align: center;}
#subcategories_container .subcat_name a { font-size: 13px; font-weight: bold; color: #5c5152; text-decoration: none;}
#subcategories_container .subcat_name a:hover { color: #d0a9f5; }
#subcategories_container .subcat_bottom { background: url(../images/subcat_bottom.gif); width: 300px; height: 5px; }

/* Productlist */

ul#productlist { width: 100%; padding: 0 10px 0 10px;}
#productlist li.product { float: left; width: 210px; margin: 0 0 20px 0;}
#productlist .product-top { width: 200px; height: 5px; background: url(../images/product-top.gif); }
#productlist .product-header { padding: 0 0 0 5px; width: 125px; background: #FFF; float: left;}
#productlist .product-header h2 a {font-size: 12px; font-weight: bold; color: #5c5152; text-decoration: none;}
#productlist .product-header h2 a:hover {color: #d0a9f5;}
#productlist .product-img { margin: 0 5px 5px 5px; width: 190px; height: 190px; text-align: center; overflow: hidden;}
#productlist .product-price { padding: 13px 5px 0 5px; width: 50px; height: 30px; float: left; font-size: 12px; font-weight: bold;}
#productlist .product-price span.productlist-price { color: #bdabb6; }
#productlist .product-content { width: 200px; background: #FFF; /*height: 240px*/;}
#productlist .product-bottom { clear: both; width: 200px; height: 5px; background: url(../images/product-bottom.gif); }


input.news { width: 120px; }

.hoofdcat_houder {

width: 660px;
}

.hoofdcat_img {

width: 140px;
overflow: hidden;
}



.hoofdcat_naam a {
	font-weight: bold;
	font-size: 12px;
	color: #8a7a83;
    text-decoration: none;
	background: #fff;

}

.hoofdcat_top
{
background: url(../images/top.png); 
height: 5px;

}

.hoofdcat_bottom {
background: url(../images/bottom.png); 
}



.sub_total td {

padding-top: 5px;
font-size: 13px;
}
.sub_total hr {
	border:0px;
	color:#5c5152;
	}

hr{
	border: none;
	color: #808080;
	background-color: #808080;
	height: 1px;
}
	
ul .imagesklein {
list-style:none;
padding:0;
margin:0;
}

.imagesklein li {
border:1px solid #b4b4b4;
float:left;
margin:3px;
width:100px;
height:108px;
}
li .imageslast {
margin-right:0px;
}

table .factuur, .factuur td {
	color:#000; 
	}
	
.language_select {
	margin: auto;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 15px;
	width: 70px;
}
.language {
	text-align: center;
	
}
.language li {
	float: left;
	padding-left:5px;
	padding-right:5px;
}