html {
	scrollbar-face-color: #F9F7ED;
	scrollbar-shadow-color: #EDE8DE;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #000;
	scrollbar-track-color: #EDE8DE;
	scrollbar-arrow-color: #000;
	background-attachment: fixed;
}
body {
	background-color:#cccccc;
	margin: 0;
	padding:0;
	font-family:Arial;
	font-size: 10px;
	color:#999999;
	}
* html, * html body {
    background: #fff url(foo) fixed; /* voor de snelheid van het gefixeerd houden van het boven en zij menu */
	position: relative;
	background-color:#cccccc;
  }	

a, a:visited {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:underline;
	}

a:hover {
	color:#000000;
	font-weight: bold;
	text-decoration: underline;	
	}	
#nieuwsbrief_link {
	text-decoration:underline;
	color: #FFFFFF;
	}	

.wrapper {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:1000px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color:#999999;
	color: #000000;
	} 
.fixme {
	position: fixed; 
	background-color:#000000;
	width: 1000px;
	height: 60px;
	z-index: 3;
	padding: 0px;
	}
.menu_links {
	position: fixed; 
	width: 190px;
	height: 30px;
	top: 60px;
	z-index: 4;
	}	
	
.menu_rechts {
	position: fixed; 
	width: 190px;
	height: 30px;
	top: 60px;
	z-index: 1;
	margin-left: 800px;
	
	}		
/* de *html declaratie zijn voor IE6, die snapt geen position: fixed */
* html .fixme {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop : document.body.scrollTop);
	}
* html .menu_links {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop + 60 : document.body.scrollTop + 60);
	}
* html .menu_rechts {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop + 60 : document.body.scrollTop + 60);
	padding-left: 800px;
	}		
#loading {
	position:absolute;
	top: 60px;
	left: 805px;
	visibility:visible;
	z-index:4;
	}	
#content_new {
	padding-left: 199px;
	padding-top: 60px;
	display: block;
	
	height: auto;
	}
#content_payment_step_2 {
	padding-left: 199px;
	padding-top: 60px;
	display: block;
	
	height: auto;
	}	
#content_brand {
	padding-left: 199px;
	padding-top: 60px;
	}	
#content_designer {
	padding-top: 60px;
	display: block;
	
	}	
#content_without_left_menu	{
	padding-top: 60px;
	}
#content_home	{
	padding-top: 60px;
	background-color:#000000;
	}

#brand_wrapper {
	padding-top: 60px;
	}	
.brand_wrapper {
	margin-left: 199px;
	}	
.designer_wrapper {
	float: left;
	
	}	
.content_brands {
	float:left;
	}	
#collection_wrapper {
	margin-left: 199px;
	padding-bottom: 30px;
	}
.content_right {
	float:left;
	margin-top: 60px;
	
	}	
#flashmovie {
	z-index:0;
	}	
#main_container
	{
	display:block;
	background-color: #999999;
	height:100%;
	width:980px;
	}

#content{
	display:block;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 0px;
	position:relative;
	float:left;
	width:400px; 
	height:420px; 
	z-index:3; 
	left: 0px; 
	top: 0px;
	}
	
#image_merk {
	margin:20px;
	}	

#image_home {
	margin:20px;
	}

#image_kollektie {
	margin:0px;
	}		


/* about us */
#about_us {
	display: block;
	width:1000px;
	height:520px;
	background-color:#999999;
	}
.about_us_title	{
	position:relative;	
	float: left;
	height: 14px;
	display:block;
	background-color:#ed8330;
	color:#000000;
	width: 143px;
	font-size:10px;
	font-weight:bold;
	margin:0;
	padding-left:14px;
	padding-top:3px;
	border-bottom:1px solid #000000;
	}
#about_us_table {
	position:absolute;
	display:block;
	top:444px;
	left:814px;
	width: 175px;
	}

		
#about_us_left_text {
	display: block;
	width: 190px;
	height: auto;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 11px;
	letter-spacing: 0.02em;
	line-height: 16px;
	color:#FFFFFF;
	}

#about_us_middle_image {
	display: block;
	height: auto;
	width: 598px;
	border: 1px solid #000000;
	}	

#about_us_hoofden{
	display: block;
	height: auto;
	width: 598px;
	border: 1px solid #000000;
	margin-bottom:20px;
	}
	
#about_us_right_text {
	display: block;
	width:178px;
	padding-left: 5px;
	color:#FFFFFF;
	padding-left: 12px;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 11px;
	
	line-height: 14px;
	}	
#about_us_logo {
	position:absolute;
	display:block;
	top:402px;
	left:0px;
	}
/* search */	
#search_container {	
	display:block;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color:#FFFFFF;
	width: 599px;
	height: auto;;
	padding: 0px;
	margin-bottom: 30px;
	}
	
#search_container_zonder_bottom {
	display:block;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background-color:#FFFFFF;
	width: 599px;
	height: auto;
	padding: 0px;
	}	
.search_form {
	margin-left:10px;
	margin-bottom:10px;
	
	}
#search_text {
	padding-left: 10px;
	padding-top: 10px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}
.button {
	background-color: #000000;/* #999999; */
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	color: white;
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;	
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	width: 60px;
	}
.button_marriage {
	background-color: #000000;/* #999999; */
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	color: white;
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;	
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	width: 260px;
	}
.heading {
	font-size:11px;;
	padding-left: 6px;
	padding-top: 20px;
	color: #000000;
	}
	
.heading_marriage {
	font-weight:bold;
	font-size:11px;
	}	
.zoekveld {
	border: 1px solid #000000;
	}	

#searchmessage {
	display:block;
	width:579px;
	height:20px;
	background-color:#FFFFFF;
	color: #ff0000;
	font-weight:bold;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 10px;
	}
	


/* products */	
.product_left {
	background-color:#ffffff;
	display:block;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	height:85px;
	width:auto;
	text-align:center;
	}

.product_right {
	background-color:#ffffff;
	display:block;
	border-right: 1px solid #000000;
	height:85px;
	width:auto;
	text-align:center;
	}	

#product_label_left {
	display:block;
	background-color:#CCCCCC;
	height:40px;
	padding-top:4px;
	padding-left:10px;
	padding-bottom:2px;
	width:auto;
	border-style: solid;
	border-width: 1px;
	border-color:#000000;
	color:#000000;
	font-weight: bold;
	font-size:9px;
	text-align:center;
	}
#product_label_left a, a:link, a:visited {
	color:#000000;
	text-decoration:none;
	}	
	
#product_label_left a:hover {
	color:#999999;
	text-decoration:none;
	}			
	
	
#product_label_right {
	display:block;
	background-color:#CCCCCC;
	height:40px;
	padding-top:4px;
	padding-bottom:2px;
	padding-left:10px;
	width:auto;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	color:#000000;
	font-weight: bold;
	font-size:9px;
	text-decoration:none;
	text-align:center;
	}	
	
#product_label_right a, a:link, a:visited {
	color:#000000;
	text-decoration:none;
	}	
	
#product_label_right a:hover {
	color:#999999;
	text-decoration:none;
	}			

.product_table {
	/*margin-bottom: 30px;*/
	display:block;
	height:auto;
	border-top: 1px solid #000000;
	width: 601px;
	/*border: 1px solid #ff0000;*/
	}


/* show one product */
.show_one_product_table {
	display:block;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	height: auto;
	width: 599px;
	padding: 0px;
	padding-top:10px;
	background-color:#FFFFFF;
	/*border: 1px solid #ff0000;*/
	}

.show_one_product_table_2 {
	display:block;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	height: auto;
	width: 599px;
	padding: 0px;
	padding-top:0px;
	background-color:#FFFFFF;
	z-index: 7;
	}	
	
.show_one_product_image {
	padding: 5px;
	width: 190px;
	height: 190px;
	}

.show_one_product_label {
	font-weight:bold;
	font-family:Arial;
	font-size: 10px;
	vertical-align:top;
	text-align:right;
	color:#000000;
	}
.show_one_product_name {
	font-weight:bold;
	font-family:Arial;
	font-size: 12px;
	vertical-align:top;
	color:#000000;

	}	
.show_one_product_text {
	color:#000000;
	vertical-align:top;
	text-align:left;
	font-family:Arial;
	font-size: 10px;
	
	}	
.betalen {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	}
.betalen a, .betalen a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color: #ed8330;
	}
.betalen a:hover {
	color:#666666;
	}	

/* designers */
.designer_text   {
	font-weight:normal;
	font-family:Arial;
	font-size: 10px;
	color:#000000;
	}
#designer_text_link {
	font-weight:normal;
	font-family:Arial;
	font-size: 11px;
	color:#000000;
	text-decoration:underline;
	}
		
#designer {
	background-color:#ffffff;
	display:block;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height:auto;
	width:579px;
	color: #000000;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	font-weight: bold;
	font-size:11px;
	line-height: 15px;
	}
	
.designer_default {
	background-color:#ffffff;
	display:block;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height:240px;
	width:auto;
	color: #000000;
	padding:10px;
	font-weight: bold;
	font-size:11px;
	line-height: 15px;
	}	

.designer_foto {
	float:right;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	}		

.cadeaubon_foto {
	float:right;
	margin-right: 10px;
	margin-left: 40px;
	margin-top: -50px;
	margin-bottom: 10px;
	}
	
.designer_title	 {
	text-align:right;
	display:block;
	background-color:#CCCCCC;
	height:15px;
	padding-top:4px;
	padding-bottom:2px;
	width:589px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	/*border-bottom: 1px solid #000000;*/
	color:#000000;
	font-size: 10px;
	padding-right:10px;

	}
	
.designer_title_without_line	 {
	text-align:right;
	display:block;
	background-color:#CCCCCC;
	height:15px;
	padding-top:4px;
	padding-bottom:2px;
	width:auto;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	/*border-bottom: 1px solid #000000;*/
	color:#000000;
	font-size: 10px;
	padding-right:10px;

	}	
.country_brand_sub_title	 {
	text-align:left;
	display:block;
	background-color:#000;
	height:40px;
	padding-top:4px;
	padding-left:10px;
	padding-bottom:2px;
	width:589px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	
	color:#ffffff;
	font-size: 10px;
	}	
#brand_name {
	display: block;
	width: 220px;
	float: left;
	}
#brand_logo {
	display:block;
	width: 350px;
	float: right;
	text-align: right;
	padding-right: 10px;
	}
.designer_sub_title	 {
	text-align:left;
	display:block;
	background-color:#ed8330;
	height:15px;
	padding-top:4px;
	padding-left:10px;
	padding-bottom:2px;
	width:589px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	
	color:#000000;
	font-size: 10px;
	}	
	
.designer_sub_title_default	 {
	text-align:left;
	display:block;
	background-color:#ed8330;
	height:15px;
	padding-top:4px;
	padding-bottom:0px;
	width:auto;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	color:#000000;
	font-size: 10px;
	padding-left:10px;
	padding-bottom:2px;
	
	}		


/* collection */
.collection_intro {
	background-color:#ffffff;
	display:block;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	height:auto;
	width:599px;
	color: #000000;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	font-weight: bold;
	font-size:11px;
	line-height: 15px;
	text-align:center;
	}
.collection_flash {
	background-color:#000000;
	display:block;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	height:279px;
	width:599px;
	color: #000000;
	font-weight: bold;
	font-size:11px;
	line-height: 15px;
	}
	
.brands_flash {
	background-color:#000000;
	display:block;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	
	height:200px;
	width:599px;
	color: #000000;
	font-weight: bold;
	font-size:11px;
	line-height: 15px;
	z-index:0;
	}

.designer_flash {
	background-color:#000000;
	display:block;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	
	height:240px;
	width:599px;
	color: #000000;
	font-weight: bold;
	font-size:11px;
	line-height: 15px;
	}			
.collection_intro_default {
	background-color:#ffffff;
	display:block;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height:180px;
	width:579px;
	color: #000000;
	padding:10px;
	font-weight: bold;
	font-size:11px;
	line-height: 15px;
	}	

.collection_intro_foto {
	float:right;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}	
.collection_intro_text_naast_foto {
	padding: 10px;
	
	}	

	
.collection_intro_title	 {
	text-align:right;
	display:block;
	background-color:#CCCCCC;
	height:15px;
	padding-top:4px;
	padding-bottom:2px;
	padding-right:10px;
	padding-left:10px;
	width:589px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	color:#000000;
	font-size:12px;
	}

.collection_intro_sub_title	 {
	text-align:left;
	display:block;
	background-color:#ed8330;
	height:15px;
	padding-top:4px;
	padding-left:10px;
	padding-bottom:2px;
	width:589px;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	color:#000000;
	font-size:12px;
	}		
.collection_intro_sub_title_default	 {
	text-align:left;
	display:block;
	background-color:#ed8330;
	height:15px;
	padding-top:4px;
	padding-bottom:0px;
	width:589px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	
	color:#000000;
	font-weight: bold;
	padding-left:10px;
	padding-bottom:2px;
	
	}		

/*   steps */
#steps_top_bar{
	font-family:Arial;
	font-size: 10px;
	display:block;
	background-color:#000000;
	width: 800px;
	height:23px;
	border-left: 1px solid #000000;
	}

#steps_top_bar_step2{
	font-family:Arial;
	font-size: 10px;
	display:block;
	background-color:#000000;
	width:800px;
	height:23px;
	border-left: 1px solid #000000;
	}	
	
.steps_text {
	font-family:Arial;
	font-size: 10px;
	background-color:#999999;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:4px;
	padding-left:12px;
	height:19px;
	width:165px;
	}	
	
#steps_top_cart a:link {
	font-family:Arial;
	font-size: 10px;
	display:block;
	height:17px;
	width:165px;
	}	

#steps_top_cart a:hover {
	font-family:Arial;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
	}	
	
.steps_text_cart {
	font-family:Arial;
	font-size: 10px;
	background-color:#999999;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:4px;
	padding-left:12px;
	width:auto;
	height: 19px;
	}
	
.steps_heading_img	{
	float:left;
	}
	
.steps_heading_img_cart	{
	font-family:Arial;
	font-size: 10px;
	float:left;
	padding-left:4px;
	padding-top:2px;
	}	
	
#steps_black_bar{
	font-family:Arial;
	font-size: 10px;
	display: block;
	background-color: #000000;
	width: 400px;
	height: 25px;	
	float:right;
	}
	
#steps_online_bestellen_heading {
	font-family:Arial;
	font-size: 10px;
	display:block;
	background-color:#000000;
	width:200px;
	height:23px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	
	}
	
.steps_text_online_bestellen_heading {
	background-color:#000000;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:4px;
	padding-left:12px;
	height:14px;
	width:180px;
	font-family:Arial;
	font-size: 10px;
	/*border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;*/
	
	}	

.steps_error_summary {
	display: block;	
	height: auto;
	font-family:Arial;
	font-size: 10px;
	background-color:#000000;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:4px;
	padding-left:12px;
	padding-bottom: 2px;
	padding-right: 12px;
	width:176px;
	}		

#steps_button {
	
	background-color:#000000;
	display:block;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	width:160px;
	height:19px;
	padding:0px;
	}
	
.steps_button_text	{
	font-family:Arial;
	font-size: 10px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#000000;
	padding-top:4px;
	padding-left: 27px;
	}
	
.steps_submit_button {
	font-family:Arial;
	font-size: 10px;
	background-color: #000000;
	border:none;
	color: white;
	font-size: 10px;
	font-weight: bold;	
	padding-top:2px;
	padding-bottom:0px;
	margin-bottom:0px;
	}
	
#steps_volgorde_div {
	font-family:Arial;
	font-size: 10px;
	background-color:#999999;
 	width:185px;
	font-weight: bold;
	color:#000000;
	}	

#steps_volgorde_div a:link, a:visited {
	font-family:Arial;
	font-size: 10px;
	font-weight: bold;
	color:#000000;
	}

#steps_volgorde_div a:hover {
	font-family:Arial;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
	}
	
.steps_dubbele_regel {
	font-family:Arial;
	font-size: 10px;
	padding-top:8px;
	padding-left:38px;
	padding-bottom:13px;
	}	
.steps_enkele_regel {
	font-family:Arial;
	font-size: 10px;
	padding-top:5px;
	padding-left:38px;
	padding-bottom:25px;
	}		

#ideal_banner {
	position:absolute;
	top: 83px;
	left: 600px;	
	}
#steps_middle{
	font-family:Arial;
	font-size: 10px;
	background-color:#FFFFFF;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 400px;
	margin-bottom: 30px;
	}		
	
#steps_2_middle{
	font-family:Arial;
	font-size: 10px;
	background-color:#FFFFFF;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 400px;
	height: auto;
	margin-bottom: 30px;
	}
#steps_3_middle{
	font-family:Arial;
	font-size: 10px;
	background-color:#FFFFFF;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 599px;
	margin-bottom: 30px;
	
	}	

#steps_4_middle{
	font-family:Arial;
	font-size: 10px;
	background-color:#FFFFFF;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 499px;
	padding: 50px;
	font-size:12px;
	height: 400px;
	color:#FF0000;
	margin-bottom: 30px;
	}						
.bedankt {
	font-family:Arial;
	font-size: 10px;
	background-color:#FFFFFF;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 499px;
	padding: 50px;
	font-size:12px;
	height: 300px;
	color:#000000;
	margin-bottom: 30px;
	}	
.steps_heading {
	font-family:Arial;
	font-size: 10px;
	background-color:#CCCCCC;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	height:23px;
	width:250px;
	}
.steps_text_heading {
	font-family:Arial;
	font-size: 10px;
	font-weight:bold;
	color:#000000;
	padding-top:4px;
	padding-left:14px;
	}	
	
.steps_label {
	font-family:Arial;
	font-size: 10px;
	font-weight: bold;
	color:#000000;
	padding-left: 30px;
	padding-right:10px;
	}

	
.steps_radio {
	font-family:Arial;
	font-size: 10px;
	font-weight: bold;
	color:#000000;
	padding-left: 10px;
	padding-right:10px;
	}	
	
.steps_input {
	font-family:Arial;
	font-size: 10px;
	background-color:#CCCCCC;
	font-weight:bold;
	
	margin-bottom:2px;
	}

.form {
	font-family:Arial;
	font-size: 10px;
	margin:0px;
	padding:0px;
	}
	
/* cart overview */
#cart_div {
	font-family:Arial;
	font-size: 10px;
	background-color:#CCCCCC;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height:23px;
	width:auto;
	padding:0px;
	}	
.cart_heading {
	font-family:Arial;
	font-size: 10px;
	font-weight:bold;
	color:#000000;
	padding-top:14px;
	padding-left:14px;
	padding-right: 10px;
	}	

.cart_heading_warning {
	font-family:Arial;
	font-size: 10px;
	font-weight:bold;
	color:#FF0000;
	font-size: 13px;
	padding-top:4px;
	padding-left:14px;
	padding-right: 10px;

	}	
		
.cart_text {
	font-family:Arial;
	font-size: 10px;
	font-weight:bold;
	color:#000000;
	padding-top:4px;
	padding-left:18px;
	}	

#message {
	font-family:Arial;
	font-size: 10px;
	display:block;
	width:581px;
	height:20px;
	background-color:#FFFFFF;
	color: #ff0000;
	font-weight:bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 10px;
	
	}
#message_top {
	font-family:Arial;
	font-size: 10px;
	display:block;
	width:579px;
	height:20px;
	background-color:#FFFFFF;
	color: #ff0000;
	font-weight:bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 10px;
	
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	}	
#message_top_shop_cart {
	font-family:Arial;
	font-size: 10px;
	display:block;
	width:579px;
	height:20px;
	background-color:#FFFFFF;
	color: #ff0000;
	font-weight:bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 10px;
	}	

/* shopping_cart */
.product_label_right_shopping_cart {
	}
	
.product_label_right_shopping_cart {
	}
		
.shop_cart_text_left {
	background-color:#ffffff;
	display:block;
	border-right: 1px solid #000000;
	height:180px;
	width:auto;
	padding: 10px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}
.shop_cart_text_right {
	background-color:#ffffff;
	display:block;
	border-right: 1px solid #000000;
	height:180px;
	width:auto;
	padding: 10px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}	

.shop_cart_bottom_bar {
	display:block;
	height: 200px;
	width: 801px;
	background-color:#FFFFFF;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-bottom: 30px;
	}
#shop_cart_container {
	display:block;
	font-family:Arial;
	font-size: 10px;
	background-color:#FFFFFF;
	border-right: 1px solid #000000;
	width: 800px;
	height:auto;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}
#shop_cart_div {
	display: block;
	font-family:Arial;
	font-size: 10px;
	background-color:#FFFFFF;
	border-top: 1px solid #000000;
	height:auto;
	width:800px;
	
	}						

.formError {
	color:#FF0000;
	}
	
#policies{
	font-family:Arial;
	font-size: 10px;
	background-color:#FFFFFF;
	display:block;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-weight:bold;
	color:#000000;
	width: 500px;
	height: auto;
	padding: 50px;
	padding-top: 25px;
	margin-left: 0px;
	margin-bottom: 30px;
	}	

#policies a, #policies a:visited {
	text-decoration:underline;
	}	
.policies_header {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	}	

#all_products{
	font-family:Arial;
	font-size: 10px;
	background-color:#FFFFFF;
	display:block;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-weight:bold;
	color:#000000;
	width: 700px;
	height: auto;
	padding: 50px;
	margin-bottom: 30px;
	}	

#all_products a, #all_products a:visited {
	text-decoration:underline;
	}	
#zoekresultaat_container{
	font-family:Arial;
	font-size: 10px;
	background-color:#999999;
	display:block;
	font-weight:bold;
	width: 599px;
	height: auto;
	padding: 0px;
	margin-bottom: 30px;
	/*margin-left: 199px;*/
	}	


/*	 extra images  */
#extra_img_container {
	display:block;
	margin-right: 29px;
	height: 85px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	margin-bottom: 20px;
	}
	
.extra_img_vierkant {
	display:block;
	width: 85px;
	height: 85px;
	border-left: 1px solid #000000;
	float: right;
	}	 	
	
/* serie*/	
#serie_container {
	background-color:#999999;
	display:block;
	width: 601px;
	height: auto;
	padding: 0px;
	}		
#serie_title_bar {
	display:block;
	width: auto;
	height: 15px;
	background-color:#FFFFFF;
	padding-left: 0px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align:left;
	}
#serie_title {
	display: block;
	width:189px;
	height: 15px;
	padding-left: 10px;
	background-color:#DDDDDD;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	color:#000000;
	}	
#serie_bottom_bar {
	display:block;
	width: 589px;
	height: 15px;
	background-color:#ed8330;
	padding-left: 10px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	text-align:left;
	color:#000000;
	}
	
#serie_white_bar {
	display:block;
	width: 599px;
	height: 30px;
	background-color:#ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	}

#serie_total_white_bar {
	display:block;
	width: 599px;
	height: 20px;
	background-color:#ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	}	
	
.serie_table {
	/*margin-bottom: 30px;*/
	display:block;
	height:auto;
	}
	
.serie_left {
	background-color:#ffffff;
	display:block;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	height:85px;
	width:auto;
	}

.serie_right {
	background-color:#ffffff;
	display:block;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	height:85px;
	width:auto;
	}
	
/* zoeken */	
#zoekresultaat_single_product{
	font-family:Arial;
	font-size: 10px;
	background-color:#FFFFFF;
	display:block;
	border-top: 1px solid #000000;
	font-weight:bold;
	color:#000000;
	width: 599px;
	height: auto;
	padding: 0px;
	}	
	
#zoekresultaat {
	font-family:Arial;
	font-size: 10px;
	background-color:#FFFFFF;
	display:block;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 10px;
	font-weight:bold;
	color:#000000;
	width: 379px;
	
	margin-bottom: 30px;
	}	
.search_row {
	font-family:Arial;
	font-size: 10px;
	border-top: 1px solid #000000;
	
	}	
	
#kop_boven_search {
	display:block;
	border-bottom: 1px solid #00ff00;
	height:12px;
	width:600px;
	}

#kop_boven_search_results {
	display:block;
	border-bottom: 1px solid #000000;
	height:1px;
	width:100%;
	}	
	
	
/*soms is geven leuker dan krijgen */
#kado_box {	
	background-color:#FFFFFF;
	display:block;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-weight:bold;
	color:#000000;
	width: 499px;
	height: 520px;
	padding: 50px;
	padding-top: 25px;
	margin-bottom: 25px;
	}

/*fratsen spaarsysteem */
#spaarsysteem_box {	
	background-color:#FFFFFF;
	display:block;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-weight:normal;
	color:#000000;
	width: 499px;
	height: 380px;
	padding: 50px;
	padding-top: 25px;
	margin-bottom: 25px;
	}	
	
/* offers */
#offer_box {
	background-color:#FFFFFF;
	display:block;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	/*border-bottom: 1px solid #000000;*/

	font-weight:bold;
	color:#000000;
	width: 499px;
	height: 300px;
	padding: 50px;
	padding-top: 25px;

	}

#offer_single_product {
	font-family:Arial;
	font-size: 10px;
	background-color:#FFFFFF;
	display:block;
	
	/*border-bottom: 1px solid #000000;*/
	font-weight:bold;
	color:#000000;
	width: 590px;
	height: auto;
	padding: 0px;

	}
#price_van {
	display:block;
	background-color:#CCCCCC;
	height:19px;
	padding-top:5px;
	padding-bottom:2px;
	padding-left:10px;
	width:auto;
	border-right: 1px solid #000000;
	color:#000000;
	font-weight: bold;
	font-size:9px;
	text-decoration:line-through;
	}		
#price_van_left {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	display:block;
	background-color:#CCCCCC;
	height:19px;
	padding-top:5px;
	padding-bottom:2px;
	padding-left:10px;
	width:auto;
	color:#000000;
	font-weight: bold;
	font-size:9px;
	text-decoration:line-through;
	}					
	
#price_voor {
	display:block;
	background-color:#ed8330;
	height:10px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:10px;
	width:auto;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	color:#000000;
	font-weight: bold;
	font-size:9px;
	text-decoration:none;
	}	

#price_voor_left {
	border-left: 1px solid #000000;
	display:block;
	background-color:#ed8330;
	height:10px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:10px;
	width:auto;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	color:#000000;
	font-weight: bold;
	font-size:9px;
	text-decoration:none;
	}		
	
/* price_range */
#price_range_single_product {
	font-family:Arial;
	font-size: 10px;
	background-color:#FFFFFF;
	display:block;
	border-bottom: 1px solid #000000;
	font-weight:bold;
	color:#000000;
	width: 600px;
	height: auto;
	padding: 0px;

	}
#price_range_box {
	background-color:#FFFFFF;
	display:block;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;

	font-weight:bold;
	color:#000000;
	width: 499px;
	height: 320px;
	padding: 50px;
	padding-top: 25px;
	
	}

/* relation */
#relation_single_product {
	font-family:Arial;
	font-size: 10px;
	background-color:#FFFFFF;
	display:block;
	
	/*border-bottom: 1px solid #000000;*/
	font-weight:bold;
	color:#000000;
	width: 590px;
	height: auto;
	padding: 0px;
	
	}

#relation_show_products {
	display:block;
	width: auto;
	height: auto;
	padding: 0px;
	}	

#price_in {
	display:block;
	background-color:#CCCCCC;
	height:13px;
	padding-top:5px;
	padding-bottom:2px;
	padding-left:10px;
	width:auto;
	border-right: 1px solid #000000;
	color:#000000;
	font-weight: bold;
	font-size:9px;
	}		
	
#price_in_left {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	display:block;
	background-color:#CCCCCC;
	height:13px;
	padding-top:5px;
	padding-bottom:2px;
	padding-left:10px;
	width:auto;
	color:#000000;
	font-weight: bold;
	font-size:9px;
	}					
#relation_box {	
	background-color:#FFFFFF;
	display:block;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	/*border-bottom: 1px solid #000000;*/
	font-weight:bold;
	color:#000000;
	width: 529px;
	height: 400px;
	padding: 20px;
	padding-top: 50px;
	padding-left: 50px;
	}
#relatieartikelen {
	display: block;
	width: auto;

	height: auto;
	margin-bottom: 20px;
	}	
	
#price_ex {
	display:block;
	background-color:#ed8330;
	height:10px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:10px;
	width:189px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	color:#000000;
	font-weight: bold;
	font-size:9px;
	text-decoration:none;
	}	

#price_ex_left {
	border-left: 1px solid #000000;
	display:block;
	background-color:#ed8330;
	height:10px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:10px;
	width:auto;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	color:#000000;
	font-weight: bold;
	font-size:9px;
	text-decoration:none;
	}					
	
	/* table homepage  Barbara  overview */
#tableHome_div {
	background-color:#000000;
	}	
.tableHome_heading {
	font-weight:bold;
	color:#FFFFFF;
	padding-top:4px;
	padding-left:14px;
	padding-right: 10px;
	font-size: 14px;
	font-family: Arial;
	}		
.tableHome_text {
	font-weight:normal;
	color:#FFFFFF;
	padding-top:4px;
	padding-left:280px;
	font-size: 11px;
	line-height: 18px;
	font-family: Tahoma;
	letter-spacing: 0.05em;
	}


/* about us pages */
#about_us_links a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
	letter-spacing: 0.05em;
	}
	
#about_us_links a:hover {
	color:#FF9900;
	}	

.header_contact_form {
	font-size: 14px;
	font-weight:bold;
	display:block;
	margin-bottom: 3px;
	}	
	
	
#newletter_container {	
	color:#ffffff;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	}	
	
/*   marriage pages */
.warning {
	font-weight:bold;
	color:#FF0000;
	font-size: 11px;
	}	
.mar_kop {
	font-size:11px;
	font-weight:bold;
	color:#999999;
	vertical-align:top;
	width: 200px;
	vertical-align:top;
	}	
.mar_tekst {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	vertical-align:top;
	}		
.message_added_to_cart {
	font-size:11px;
	font-weight:bold;
	padding-top:5px;
	color: #FF0000;
	}	
.back_button {
	padding: 5px;
	padding-right: 20px;
	font-size:12px;
	font-weight:bold;
	}
	

	
/* top */
#gototop {
	display: block;
	width:auto;
	height:20px;
	color: #FFFFFF;
	background-color:#000000;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	padding-top: 5px;
	}	

#gotoproduct {
	display: block;
	
	width:50px;
	height:17px;
	color: #FFFFFF;
	background-color:#000000;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	padding-top: 4px;
	}	

#gotoprint {
	display: block;
	width:60px;
	height:17px;
	color: #FFFFFF;
	background-color:#000000;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	padding-top: 4px;
	}	
	
/* single product zoom */
#zoom_close_bar	{
	display: block;
	width: auto;
	height: 16px;
	background-color:#CCCCCC;
	border-bottom: 1px solid #000000;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	z-index:10;
	}
	
.zoom_title {
	padding-left: 5px;
	padding-top: 1px;
	color:#000000;
	}	
/*aanvullende pagina's akdo, specials, whishlist, kadobon, seizoen, verpakking, brand_alessi, brandeva_solo, brand_menu*/
#text_left_2 {
	display: block;
	width:175px;
	height: auto;
	padding:10px;
	color:#FFFFFF;
	}
	
#special_img {
	display: block;
	width: auto;
	height: auto;

	}


/*voorheen index *
/* shopping_cart */
#shopping_cart_icon {
	float:right;
	display: block;
	width:auto;
	text-align:right;
	}
#shopping_cart_icon a, #shopping_cart_icon a:visited {	
	color:#FFFFFF;
	line-height:-4px;
	text-decoration:none;
	}
#main {
	display: block;
	width: 1000px;
	border: 1px solid #000000;
	background-color: #000000;
	padding:0;
	margin-top:0px;
	margin-bottom:0px;	
	}

#onderbalk {
	padding-left: 200px;
	display: block;
	width: 600px;
	height: 14px;
	background-color:#000000;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	padding-top:1px;
	letter-spacing: 0.15em;
	}
#store_name {
	float:left;
	display: block;
	margin-left: 52px;
	padding-top: 2px;
	width: auto;
	height: auto;
	color:#999999;
	}	
#pay_off {
	float:right;
	display: block;
	width: 300px;
	height: auto;
	text-align:right;
	margin-right: 52px;
	padding-top: 2px;
	color:#999999;
	}	

/* menu top styles */
#nav ul{
   padding : 0;
   margin : 0;
   white-space : nowrap;
   background-color : #999999;
   color : #FFFFFF;
   float : left;
   width : 1000px;
   border-style : solid;
   border-color : #000000;
   border-width : 1px 0 1px 0;
   letter-spacing: 1px;
   }
#nav ul li{
   display:inline;
   }
#nav ul li a{
   padding-left : 1em;
   padding-right : 1em;
   padding-top : 2px;
   padding-bottom : 4px;
   background-color : #999999;
   color : #FFFFFF;
   font-weight : bold;
   text-decoration : none;
   float : left;
   border-right-color : #000000;
   border-right-style : solid;
   border-right-width : 1px;
   width: 179px;
   text-align:left;
   }
#nav ul li .right_button{
   padding-left : 1em;
   padding-right : 1em;
   padding-top : 2px;
   padding-bottom : 4px;
   background-color : #999999;
   color : #ffffff;
   font-weight : bold;
   text-decoration : none;
   border-right: 0px;
   float : left;
   width: 180px;
   text-align:left;
   }  
   
#nav ul li a:hover{
   background-color : #000000;
   color : #FFFFFF;
   }
/* end menu top styles */

#black_bar{
	display: block;
	position:relative;
	background-color: #000000;
	width: 1000px;
	height: 10px;	
	}
	
/* zwart vlak met daarin de title-div */	
.title_container {
	display:block;
	background-color:#000000;
	position:relative;
	width:1000px; 
	height:18px; 
	z-index:1; 
	left: 0px; 
	top: 0px;
	}
	
.title {
	position:relative;	
	float: left;
	height: 16px;
	display:block;
	background-color:#ed8330;
	color:#000000;
	width: 143px;
	font-size:10px;
	font-weight:bold;
	text-transform: none;
	margin:0px;
	padding-left:14px;
	padding-top:3px;
	}		
