*
{
	margin: 0;
	padding: 0;
}

html, body
{
	width: 100%;
	height: 100%;
	
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	
	text-align: center;
}

body
{
	background-color: #ffffff;
	color: #3f3d41;
}

img
{
	border: 0;
}

#backgroundleftheader
{
	background-image: url(/images/headerbackgroundleft.gif);
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	
	width: 50%;
	height: 155px;
}

#backgroundrightheader
{
	background-image: url(/images/headerbackgroundright.gif);
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 155px;
}

#wrapper
{
	min-height: 100%;
	margin-top: -75px; /* adjust according to footer size */
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

	#header
	{
		height: 155px;
		width: 1000px;
		padding-top: 75px;
	}
	
		#header .header_en
		{
			height: 155px;
			width: 1000px;
			background-image: url(/images/header_en.jpg);
		}
		
		#header .header_nl
		{
			height: 155px;
			width: 1000px;
			background-image: url(/images/header_nl.jpg);
		}
		
		#header .header_de,
		#header .header_home
		{
			height: 155px;
			width: 1000px;
			background-image: url(/images/header_home.jpg);
		}
	
	#transparentlayer
	{
		position: absolute; 
		top: 0; 
		left: 0; 
		height: 1175px;
		width: 100%;
		
		z-index: 9;
		background-color: #FFFFFF;
		opacity: 0.75;
		filter: alpha(opacity=75);
	}
	
	#popup
	{
		position: absolute;
		top: 25%;
		left: 50%;
		margin-left: -150px;
		width: 300px;
		height: 300px;
		background-color: #ebeae8;
		border: 1px solid #cec083;
		z-index: 99;
	}
		
		#popup #header
		{
			width: 300px;
			height: 20px;
			background-color: #cec083;
		}
			
			#popup #header p
			{
				text-align: center;
				color: #FFFFFF;
				width: 250px;
				margin: 10px 20px 0 20px;
			}
			
			#popup #header h1
			{
				font-size: 15px;
				color: #FFFFFF;
				text-align: center;
				margin-top: -60px;
				text-decoration: bold;
			}
		
		#popup #popupform
		{
			position: relative;
			left: 50%;
			margin: 30px 0 0 -80px;
			color: #3f3d41;
		}
		
		#popup #popupform a
		{
			position: relative;
			top: 30px;
			margin-left: -100px;
			color: #3f3d41;
			width: 150px;
		}
		
		#popup #popupform form td
		{
			padding-left: 1px;
		}
		
		#popup #popupform form input
		{
			width: 150px;
		}
		
		#popup #popupform form input.submitbut
		{
			border: 1px solid #a6a6a6;
			width: 154px;
			font-size: 11px;
			margin-top: 20px;
		}
		
			
	#center_wrapper
	{
		width: 100%;
		float: left;
		text-align: justify;
		background-color: #ffffff;
	}

		/*#center_wrapper	#zoomdiv
		{
			position:absolute;
			height: 150px;
			width: 150px;
			z-index: 10;
			top: 265px;
			border: 2px solid black;
			margin-left: 250px;
			display:none;
			background-color:white;
		}	
		
		#center_wrapper	#zoomlens
		{
			position:absolute;
			height: 100px;
			width: 100px;
			z-index: 10;
			border: 1px solid black;
			filter: alpha(opacity=10);
			background-color:white;
			opacity: 0.1;
			display:none;
		}
		
		#center_wrapper	#big_image
		{
			cursor: crosshair; 
		}*/
	
		#center_wrapper #center
		{
			margin: 30px 165px 45px 295px; /* adjust according to left and right column width */
		}
		
			#center_wrapper #center p
			{
				line-height: 16px;
				margin-bottom: 10px;
			}
			
			#center_wrapper #center a
			{
				font-size: 11px;
				color: #6a1d19;
				text-decoration: underline;
			}
			
			#center_wrapper #center p.shopbuttons a
			{
				display: block;	
				width: 120px;
				border: 1px solid #cec083; 
				text-align: left;
				height: 20px;
				
				cursor: pointer;
				padding-left: 5px;
				text-decoration: none;
				float: left;
				margin-right: 10px;
				padding-top: 2px;
				
				background-color: #cec083;
				color: #000;
				font-size: 14px;
				font-weight: bold;

			}
			
			#center_wrapper #center p.shopbuttons input
			{
				display: block;	
				width: 140px;
				border: 1px solid #cec083; 
				text-align: left;
				height: 22px;
				
				cursor: pointer;
				padding-left: 3px;
				text-decoration: none;
				float: left;
				margin-right: 10px;
				
				background-color: #cec083;
				color: #000;
				font-size: 14px;
				font-weight: bold;
			}
			
			#center_wrapper #center #cartbar
			{
				
				width: 540px;
				height: 18px;
				
				position: relative;
				z-index: 2;
				
				
			}
			
				#center_wrapper #center #cartbar ul
				{
					margin: 0;
					padding: 0;
				}
				
				#center_wrapper #center #cartbar ul li
				{
					list-style: none;
					padding: 0;
					margin: 0;
					float: left;
					width: 128px;
					height: 17px;
					padding-top: 1px;
					text-align: center;
					
				}
				
				#center_wrapper #center #cartbar ul li a
				{
					color: #FFF;
				}
				
				#center_wrapper #center #cartbar ul li.cartbar1
				{
					
				}
				
				#center_wrapper #center #cartbar ul li.cartbar2
				{
					background-color: #cec083;
					border-right: 1px solid #937421;
				}
				
				#center_wrapper #center #cartbar ul li.cartbar3
				{
					background-color: #cec083;
					border-right: 1px solid #937421;
				}
				
				#center_wrapper #center #cartbar ul li.cartbar4
				{
					background-color: #cec083;
					background-image: url(/images/balk_rechts_inactive.gif);
					background-repeat: no-repeat;
					background-position: right;
					width: 153px;
				}
				
				#center_wrapper #center #cartbar ul li.cartbar1_active
				{
					background-color: #937421;
					background-image: url(/images/balk_links.gif);
					background-repeat: no-repeat;
					background-position: left;
					border-right: 1px solid #FFF;
					color: #FFF;
					
				}
				
				#center_wrapper #center #cartbar ul li.cartbar2_active
				{
					background-color: #937421;
					border-right: 1px solid #FFF;
					color: #FFF;
				}
				
				#center_wrapper #center #cartbar ul li.cartbar3_active
				{
					background-color: #937421;
					border-right: 1px solid #FFF;
					color: #FFF;
				}
				
				#center_wrapper #center #cartbar ul li.cartbar4_active
				{
					background-color: #937421;
					background-image: url(/images/balk_rechts.gif);
					background-repeat: no-repeat;
					background-position: right;
					color: #FFF;
					width: 153px;
				}
				
					
				#center_wrapper #center #cartbar ul li.cartbar1 a,
				#center_wrapper #center #cartbar ul li.cartbar2 a,
				#center_wrapper #center #cartbar ul li.cartbar3 a,
				#center_wrapper #center #cartbar ul li.cartbar4 a
				{
					color: #3F3D41;
				}	
				
				#center_wrapper #center #cartbar ul li.cartbar1_active a:hover,
				#center_wrapper #center #cartbar ul li.cartbar2_active a:hover,
				#center_wrapper #center #cartbar ul li.cartbar3_active a:hover,
				#center_wrapper #center #cartbar ul li.cartbar4_active a:hover
				{
					color: #FFF;
				}
			
			#center_wrapper #center #bellyband 
			{
				
			}
			
				#center_wrapper #center #bellyband ul 
				{
					margin:0;
					padding:0;
				}
				
					#center_wrapper #center #bellyband ul li 
					{
						float: left;
						list-style: none;
						width: 65px;
						padding-left: 5px;
						text-align: center;
					}
					
						#center_wrapper #center #bellyband ul li a 
						{
							text-decoration: none;
							display: block;
							color: #FFF;
						}
						
						#center_wrapper #center #bellyband ul li a:hover 
						{
							text-decoration: none;
							color: #FFF;
						}
						
						#center_wrapper #center #bellyband ul li.lavendel a {background-color: #8c98c8;	}
						#center_wrapper #center #bellyband ul li.aqua a {background-color: #c0eee4;	}
						#center_wrapper #center #bellyband ul li.red a {background-color: #b22f37;	}
						#center_wrapper #center #bellyband ul li.blue a {background-color: #5f659f;	}
						#center_wrapper #center #bellyband ul li.lila a {background-color: #d396cf;	}
						#center_wrapper #center #bellyband ul li.black a {background-color: #110f12;	}
						#center_wrapper #center #bellyband ul li.fuchsia a {background-color: #da4275;	}
						#center_wrapper #center #bellyband ul li.brown a {background-color: #7a6564;	}
						#center_wrapper #center #bellyband ul li.roze a {background-color: #dfa0b3;	}
						#center_wrapper #center #bellyband ul li.print a {background-image: url(/images/print.jpg);	}
						#center_wrapper #center #bellyband ul li.color
						{
							padding:0;
							text-align: left;	
							width: 40px;
						}
			
			
			
			#center_wrapper #center h1
			{
				font-size: 15px;
				margin-top: 28px;
				color: #6a1d19;
				margin-bottom: 10px;
				text-align: left;
			}
			
			#center_wrapper #center h2
			{
				color: #3e3d40;
				font-size: 12px;
			}
			
			#center_wrapper #center #stepinfo
			{
				float: right;
				margin-top: -15px;
			}
			
			#center_wrapper #center #step
			{
				clear: both;
				float: right;
			}
			
			#center_wrapper #center table
			{
			
			}
			
				#center_wrapper #center table td a.cart
				{
					text-decoration: none;
					
				}
				
			
			#center_wrapper #center ul
			{
				line-height: 16px;
				margin-bottom: 10px;
				margin-left: 15px;
			}
			
				#center_wrapper #center ul li
				{
					
				}
			
			
				#center_wrapper #center select
				{
					width: 166px;
					height: 18px;
					font-size: 11px;
					margin-bottom:3px;
				}
				
			#center_wrapper #center .breadcrumb
			{
				position: absolute;
				
				top: 237px;
				left: 295px;
				
				z-index: 2;
				
				font-size: 11px;
				line-height: 16px;
				
				width: 600px;
			}
			
				/*#center_wrapper #center .breadcrumb .breadcrumb_intro
				{
					width: 10px;
					position: relative;
					
					float: left;
					
					display: inline;
				}*/
			
				#center_wrapper #center .breadcrumb ul
				{
					list-style: none;
					
					display: inline;
					
					position: absolute;
					top: 0;
					left: auto;
					
					margin: 0 0 0 0;
					padding: 0 0 0 0;
				}
				
					#center_wrapper #center .breadcrumb ul li
					{
						float: left;
						width: auto;
						
						font-size: 11px;
						
						margin: 0 0 0 0;
						padding: 0 0 0 5px;
						
						white-space: nowrap;
					}
					
						#center_wrapper #center .breadcrumb ul li a
						{
							text-decoration: none;
							text-transform: lowercase;
							
							padding: 0 0 0 3px;
						}
						
						#center_wrapper #center .breadcrumb ul li a:hover
						{
							text-decoration: underline;
						}
			
					#center_wrapper #center .breadcrumb ul ul
					{
						margin: 0 0 0 0;
					}
				
			#center_wrapper #center #paginationtop
			{
				top: 0;
				margin-top: 10px;
				margin-right: 7px;
				text-align: right;
				position: relative;
			}
				#center_wrapper #center #paginationtop a
				{
					text-decoration: none;
					color: #3f3d41;
				}
				#center_wrapper #center #paginationtop a:hover
				{
					text-decoration: underline;
					color: #3f3d41;
				}
		
		#center_wrapper #center #sfeer
		{
			margin: 0;
			padding: 0;
			width: 530px;
			height: 170px;
			margin-bottom: 10px;
			
		}		
					
		#center_wrapper #center #sfeer #home
		{
			border: 1px solid #3f1000;
			margin-right: 7px;
			width: 530px;
			height: 170px;
			background-repeat: no-repeat;
			
		}	
		
		#center_wrapper #center #sfeer #slogan
		{
			position: absolute;
			/*color: #FFF;*/
			color:#6A1D19;
			margin: 0;
			margin-top: -337px;
			text-align: right;
			width: 520px;
			font-size: 16px;
			line-height: 18px;
			font-weight: bold;
			font-style: italic;
			margin-left: 20px;
			right: 0;
		}
		
		
			#center_wrapper #center .home_nl
			{
				background-image: url(/images/home_nl_0109.jpg);
			}
			
			#center_wrapper #center .home_en
			{
				background-image: url(/images/home_en_0109.jpg);
			}

			#center_wrapper #center #home #buttons
			{
				margin-top: 170px;
			}
		
				#center_wrapper #center #home #buttons ul
				{
					list-style: none;
				}
				
				#center_wrapper #center #home #buttons ul li
				{
					margin-top: 5px;
				}	
				
				#center_wrapper #center #home #buttons ul li a
				{
					display: block;
					height: 20px;
					width: 180px;
					background-color: #ffffff;
					color: #3f3d41;
					text-decoration: none;
					padding-top: 5px;
					padding-left: 30px;
					opacity: .85;
					filter: alpha(opacity=85);
					background-image: url(/images/icons/arrowright.jpg);
					background-repeat: no-repeat;
					background-position: 7px 7px;
				}	
				
				
			#center_wrapper #center #paginationbottom
			{
				margin-top: 550px;
				width: 280px;
				right: 0;
				float: right;
				position: absolute;
				height: 20px;
			}
				#center_wrapper #center #paginationbottom a
				{
					text-decoration: none;
					color: #3f3d41;
				}
				#center_wrapper #center #paginationbottom a:hover
				{
					text-decoration: underline;
					color: #3f3d41;
				}
				
			#center_wrapper #center #productdetail
			{
				margin-top: 7px;	
				
			}
			
			#center_wrapper #center #productdetail #zoomtext
			{
				margin-left: 200px;
				position: relative;
				padding-left: 20px;
				clear: both;
			}
			
			#center_wrapper #center #productdetail #zoomtext img
			{
				
				height: 16px;
				width: 16px;
				float: left;
			}
			
			#center_wrapper #center #productdetail #zoomtext span
			{
				padding-left: 5px;
			}
			
			#center_wrapper #center #productdetail #productcontainer
			{
				border: 1px solid #a6a6a6;
				padding: 4px;
			}
					#center_wrapper #center #productdetail  #productcontainer #productinformation
					{
						
						position: relative;
						float: left;
						width: 160px;
					}
					
					#center_wrapper #center #productdetail  #productcontainer #orderbutton a,
					#center_wrapper #center #productdetail  #productcontainer #favouritebutton a
					{
						display: block;
						width: 160px;
						height: 20px;
						
						padding-left: 6px;
						padding-top: 3px;
						margin-bottom:3px; 
						text-align: left;
						text-decoration: none;
						background-color: #cec083;
						color: #000;
						font-size: 14px;
						font-weight: bold;
					}
					
					#center_wrapper #center #productdetail  #productcontainer #favouritebutton a
					{
						font-size: 11px;
						font-weight: normal;
					}
					
					#center_wrapper #center #productdetail  #productcontainer #productinformation #relatedimages
					{
						width: 171px;
						
						overflow: hidden;
					}
					
						#center_wrapper #center #productdetail  #productcontainer #productinformation #relatedimages img
						{
							margin: 0 5px 5px 0;
							
							position: relative;
							
							float: left;
							
							cursor: pointer;
						}
						
						#center_wrapper #center #productdetail  #productcontainer #productinformation #relatedimages img
						{
							/*opacity: .5;
							filter: alpha(opacity=50);*/
						}
						
						#center_wrapper #center #productdetail  #productcontainer #productinformation #relatedimages img.active
						{
							opacity: 1.0;
							filter: alpha(opacity=100);
						}
						
						
					#center_wrapper #center #productdetail #productcontainer #productinformation #detailedinformation
					{
						position: relative;
						bottom: 0;
						width: 150px;
						
					}
						#center_wrapper #center #productdetail #productcontainer #productinformation #detailedinformation h2
						{
							font-size: 12px;
							font-weight: bold;
							color: #3e3d40;
							
						}
						
						#center_wrapper #center #productdetail #productcontainer #productinformation #detailedinformation p
						{
							margin-top: 1px;
							margin-bottom: 1px;
							font-size: 11px;
							line-height: 14px;
							text-align: left;
						}
						#center_wrapper #center #productdetail #productcontainer #productinformation #detailedinformation p.price
						{
							text-transform: uppercase;
							font-weight: bold;
							font-size: 12px;
						}
						
					
					#center_wrapper #center #productdetail #productcontainer #productimg
					{
						position: relative;
						float: left;
						width: 370px;
						text-align: right;
					}	
					#center_wrapper #center #productdetail #productcontainer .clear
					{
						clear: both;
					}
			
			#center_wrapper #center #productdetail #detailquicklinks
			{
				margin-top: 4px;
				float: left;
			}
			
				#center_wrapper #center #productdetail #detailquicklinks ul
				{
					padding: 0;
					list-style-type: none;
				}
				
					#center_wrapper #center #productdetail #detailquicklinks li
					{
						float: left;
					}
				
					#center_wrapper #center #productdetail #detailquicklinks li a
					{
						display: block;
						padding: 0 0 0 16px;				
						margin: 0 4px 0 4px;
						text-align: center;
						text-decoration: none;
						color: #404040;
						background-image: url(/images/icons/arrowright.gif); 
						background-repeat: no-repeat;
						background-position: center left;
					}
				
			
				#center_wrapper #center #productdetail #detailquicklinks img
				{
					margin-right: 3px;
				}
				
			#center_wrapper #center #productdetail #detailorder
			{
				margin-top: 4px;
				float: right;
			}
				#center_wrapper #center #productdetail #detailorder ul
				{
					list-style-type:none;
					margin: 0;
					padding: 0;
				}
				
				#center_wrapper #center #productdetail #detailorder li
				{
					float: left;
				}
				
					#center_wrapper #center #productdetail #detailorder li a
					{
						display: block;
						width: 100px;
						height: 16px;	
						padding: 2px 0 2px 0;				
						margin: 0 4px 0 4px;
						padding-left: 6px;
						background-color: #404040;
						text-align: left;
						text-decoration: none;
						color: #ffffff;
					}
					
			#center_wrapper #center #productdetail #detailorder input.submit
			{		
				width: 120px;
				border: 1px solid #cec083; 
				
				color: #000;
				text-align: left;
				height: 24px;
				cursor: pointer;
				padding-left: 3px;
				font-size: 14px;
				font-weight: bold;
				padding:0;
				background-color: #cec083;
				padding-top: 2px;
				padding-bottom: 5px;
				font-family: arial;
			}
			
			#center_wrapper #center #productdetail #button_invoice
			{
				display: block;
				width: 109px;
				border: 1px solid #cec083; 
				
				color: #000;
				text-align: left;
				
				cursor: pointer;
				font-family: arial;
				font-size: 14px;
				font-weight: bold;
				padding:0;
				background-color: #cec083;
				padding-top: 3px;
				padding-bottom: 3px;
				padding-left: 9px;
				margin-top: 10px;
				
			}
			
			#center_wrapper #center #productdetail #button_invoice:hover
			{
				text-decoration: none;
			}
			
			#center_wrapper #center input.submitnaw
			{
				width: 160px;
				height: 24px;
				
				padding-left: 28px;
				padding-top: 3px;
				margin-bottom:3px; 
				
				text-decoration: none;
				background-color: #cec083;
				border: 1px solid #cec083;
				color: #000;
				font-size: 14px;
				font-weight: bold;
			}
			
			#center_wrapper #center #errormessagebox
			{
				width: 389px;
				border: 1px solid #a6a6a6;
				background-color: #f6d9d1;
			}
				#center_wrapper #center #errormessagebox ul
				{
					list-style-type: circle;
					margin: 5px;
				}
					#center_wrapper #center #errormessagebox li
					{
						margin-left: 10px;
						list-style-type: none;
					}
					#center_wrapper #center #errormessagebox li.part
					{
						font-weight: bold;
						margin-top: 3px;
						margin-left: 10px;
						list-style-type: none;
					}
						#center_wrapper #center #errormessagebox li.part ul
						{
							list-style-type: circle;
							margin-left: 10px;
						}
							#center_wrapper #center #errormessagebox li.part ul li
						{
							font-weight: normal;
							list-style-type: none;
						}
					
			#center_wrapper #center .pagination
			{
				clear: both;
				font-weight: bold;
				font-size: 12px;
			}
			
			#center_wrapper #center .pagination span.divider
			{
				padding-left: 5px;
				padding-right: 5px;
			}
			
			#center_wrapper #center .pagination span.prefix
			{
				padding-right: 10px;
				font-weight: normal;
				font-size: 11px;
			}
			
			#center_wrapper #center .pagination span.disabled,
			#center_wrapper #center .pagination span.suffix
			{
				font-weight: normal;
				font-size: 11px;
			}
			
			#center_wrapper #center .pagination a
			{
				font-weight: normal;
				font-size: 11px;
			}
			
			#center_wrapper #center #articlecollection
			{
				margin-top: 7px;	
			}
			
			#center_wrapper #center #articlecollection a
			{
				font-size: 11px;
				color: #3e3d40;
				text-decoration: none;
			}
			#center_wrapper #center #articlecollection a:hover
			{
				font-size: 11px;
				color: #3e3d40;
				text-decoration: underline;
			}
			
				#center_wrapper #center #articlecollection .article
				{
					float: left;
					height: 335px;
					width: 170px;
					border: 1px solid #a6a6a6;
					margin-right: 8px;
					margin-bottom: 8px;
				}
				
					#center_wrapper #center #articlecollection div .imgbox
					{
						height: 221px;
						width: 160px;
						margin: 5px;
					}
					
					#center_wrapper #center #articlecollection div .descriptionbox
					{
						height: 65px;
						width: 150px;
						margin: 2px 10px 10px 10px;
						text-align: left;
					}
					
						#center_wrapper #center #articlecollection div .descriptionbox h2
						{
							font-size: 11px;
							font-weight: bold;
						}
						
						#center_wrapper #center #articlecollection div .descriptionbox p
						{
							margin-top: 1px;
							margin-bottom: 1px;
							font-size: 11px;
							line-height: 14px;
						}
						
						#center_wrapper #center #articlecollection div .descriptionbox p.price
						{
							margin-top: 2px;
							font-size: 11px;
							font-weight: bold;
							float: left;
						}
						#center_wrapper #center #articlecollection div .descriptionbox p.info
						{
							margin-top: 2px;
							font-size: 11px;
							font-weight: bold;
							float: right;
						}
						
						#center_wrapper #center #articlecollection div .descriptionbox a
						{
							font-size: 11px;
							font-weight: bold;
							color: #3e3d40;
							text-decoration: none;
						}
						#center_wrapper #center #articlecollection div .descriptionbox a:hover
						{
							font-size: 11px;
							font-weight: bold;
							color: #3e3d40;
							text-decoration: underline;
						}
						
		#center_wrapper #center fieldset#formnaw 
		{
			width: 400px;
			border: 0px;
		}
		
		#center_wrapper #center fieldset#formnaw input.error
		{
			background-color: #f6d9d1;
		}
			#center_wrapper #center #formnaw .warning
			{
			position: relative;
				margin-right: -15px;
				margin-top: -20px;
				float: right;
			}
			#center_wrapper #center #formnaw div 
			{
				margin: 5px;
			}
				#center_wrapper #center #formnaw div.bill, div.shipping
				{
				}
			#center_wrapper #center #formnaw label
			{
				width: 200px;
				float: left;
			}
			#center_wrapper #center  #formnaw div input 
			{
				width: 180px;
				padding: 2px;
				border: 1px solid #bfc3c8; 
			}
			
						
			#center_wrapper #center #formnaw div textarea 
			{
				width: 180px;
				padding: 2px;
				border: 1px solid #bfc3c8; 
			}
			
			#center_wrapper #center #formnaw #ship,
			#center_wrapper #center #formnaw #bill,
			#center_wrapper #center #formnaw #create
			
			{
				width: 400px;
			}
			
				#center_wrapper #center #formnaw #ship div,
				#center_wrapper #center #formnaw #bill div,
				#center_wrapper #center #formnaw #create div 
				{
					margin: 5px;
				}
				
				#center_wrapper #center #formnaw  #ship label,
				#center_wrapper #center #formnaw  #bill label,
				#center_wrapper #center #formnaw  #create label
				{
					width: 200px;
					float: left;
				}
				#center_wrapper #center  #formnaw #ship  input,
				#center_wrapper #center  #formnaw #bill  input,
				#center_wrapper #center  #formnaw #create  input 
				
				{
					width: 180px;
					padding: 2px;
					border: 1px solid #bfc3c8; 
				}
				
							
				#center_wrapper #center #formnaw #ship  textarea,
				#center_wrapper #center #formnaw #bill  textarea 
				{
					width: 180px;
					padding: 2px;
					border: 1px solid #bfc3c8; 
				}
			
			#center_wrapper #center #formnaw #checkcreate
			{
				width: 400px;
			}
			
				#center_wrapper #center #formnaw #checkcreate div 
				{
					margin: 5px;
				}
				
				#center_wrapper #center #formnaw  #checkcreate p
				{
					width: 400px;
				}
				
				#center_wrapper #center  #formnaw #checkcreate input 
				
				{
					width: 180px;
					padding: 2px;
					border: 1px solid #bfc3c8; 
				}
				
				#center_wrapper #center  #formnaw #checkcreate .createaccount 
				{
					width: 20px;
					border: none;
				}
			
			
			#center_wrapper #center #formnawdiv .submit 
			{
				width: 100px;
				padding: 2px;
				border: 1px solid #bfc3c8; 
				background-color:#ffffff;
			}
			
			#center_wrapper #center #formnaw input.submit 
			{
				padding: 2px;
				border: 1px solid #bfc3c8; 
				background-color:#ffffff;
				width: 186px;
				height: 20px;
				
			}	
			
			/* OGONE STYLESHEET */
			
			#center_wrapper #center table.ncoltable1 
			{
				font-size: 12px;
				text-align: left;
			}
			
			#center_wrapper #center table.ncoltable2
			{
				font-size: 12px;
				text-align: left;
			}			
			
			#center_wrapper #center table.ncoltable3 
			{
				font-size: 12px;
				text-align: left;
				margin-top: 30px;
			}			
			
			#center_wrapper #center td.ncolh1
			{
				text-align: left;
			}

			#center_wrapper #center td.ncoltxtl
			{
				text-align: left;
			}

			#center_wrapper #center td.ncoltxtl2
			{
				text-align: left;
			}
			
			#center_wrapper #center td.ncoltxtr
			{
				text-align: left;
			}
			
			#center_wrapper #center td.ncoltxtc
			{
				text-align: left;
			}
			
			#center_wrapper #center td.ncolinput
			{
				text-align: left;			
			}
			
			#center_wrapper #center td.ncolline1
			{
				text-align: left;
			}
			
			#center_wrapper #center td.ncolline2
			{
				text-align: left;
			}

			#center_wrapper #center input.ncol
			{
				width: 106px;
				border: 1px solid #404040; 
				background-color:#404040;
				color: #FFFFFF;
				text-align: left;
				height: 22px;
				margin-left: 15px;
				cursor: pointer;
				padding-left: 3px;
				margin-top: 10px;
			}
			
			#center_wrapper #center td.ncollogoc
			{
				
			}
			
			/* END OGONE STYLESHEET */
			
	#center_wrapper #center #unsubscribenewsletter
	{
		
	}
	
		#center_wrapper #center #unsubscribenewsletter ul
		{
			margin: 0;
		}
	
		#center_wrapper #center #unsubscribenewsletter li
		{
			list-style: none;
			margin:0;
			padding:0;
		}
		
		#center_wrapper #center #unsubscribenewsletter li input
		{
			margin-top: 5px;
			width: 200px;
		}
		
		#center_wrapper #center #unsubscribenewsletter li input.submit
		{
			border: 1px solid #3f3d41;
			width: 139px;
			font-size: 11px;
			background-color: #ece9d8;
			color: #3f3d41;
			height: 20px;
			left: 0;
			margin: 0;
			padding: 0;
			margin-top: 10px;
			cursor:pointer;
		}
			
	#navigation
	{
		min-height: 630px;
		margin: 0;
		padding: 0;
		width: 280px;
		margin-left: -1000px;
		float: left;
		
		background-image: url(/images/menuleft.gif); 
		background-repeat: no-repeat;
		background-position: 50px 30px;
		
	}
	
		#navigation #logo
		{	
			margin-top: -66px;
			margin-left: 0px;
			position: absolute;
			float: left;
			left:0;
		}
	
		/*
		#navigation #actie
		{
			padding-top: 35px;
			margin-left: 53px;
		}
		
		#navigation #actie #discount
		{
			margin:0;
			padding:0;	
			top:0;
			border: 1px solid #FFF;
			width: 217px;
			height: 81px;
			background-image: url(/images/actie.png); 
			background-repeat: no-repeat;
			text-align: right;
		}
		
		#navigation #actie #discount a
		{
			display: block;
			width: 210px;
			height: 66px;
			
			color: #FFF;
			font-size: 12px;
			text-decoration: none;
			padding-top: 15px;
			padding-right: 7px;
		}
		
		#navigation #actie #holiday
		{
			margin-left: 1px;
			width: 167px;
			height: 72px;
			background-image: url(/images/holiday.png); 
			background-repeat: no-repeat;
			color: #2d2d2e;
			font-size: 12px;
			padding-left: 50px;
			
		}
		
		#navigation #actie #holiday p
		{
			width: 160px;
			height: 62px;
			padding-top: 5px;
			text-align: right;
			display: block;
			padding-right: 7px;
			font-weight: bold;
		}
		
		#navigation #actie #star
		{
			position: absolute;	
			margin-top: -20px;
			left: 100px;
			text-align: left;
			
		}
		
		*/
		
		
		
		#navigation #merken
		{
			width: 136px;
			height: 74px;
			background-image: url(/images/banner.png);
			background-repeat: no-repeat;	
			color: #FFF;
			font-size: 11px;
			padding: 10px 15px 10px 10px ;
			margin-top: 5px;
			margin-left: 114px;
			text-align: left;
		}
		
			#navigation #merken h2
			{	
				font-size: 11px;
				margin: 0;
				text-align: center;
				width: 136px;
			}
		
			#navigation #merken ul
			{
				margin-left: 5px;
			
			}

			#navigation #merken ul li
			{
				float: left;
				font-size: 11px;
				padding: 0;
				margin: 0;
				margin-left: 0px;
				list-style: none;
			}
			
			#navigation #merken ul li.large
			{
				width: 90px;
			}
			
			#navigation #merken ul li.small
			{
				width: 35px;
			}
			
			
			#navigation #merken ul li a
			{
				color: #FFF;
				font-size: 11px;
				text-decoration: none;
				
			}
			
			#navigation #merken ul li a:hover
			{
				text-decoration: underline;
			}
		
		#navigation #actie
		{
			width: 143px;
			height: 69px;
			background-image: url(/images/banner.png);
			background-repeat: no-repeat;	
			color: #FFF;
			font-size: 11px;
			padding: 10px 10px 10px 8px ;
			margin-top: -3px;
			margin-left: 114px;
			text-align: center;
			
		}
		
			#navigation #actie td
			{
				vertical-align: middle;
				text-align: center;
				width: 141px;
				height: 50px;
			}
		
		#navigation #outlet
		{	
			
		}
		
			#navigation #outlet a
			{
				text-decoration: none;
				color: #FFF;
				background-image: url(/images/button1.png);
				background-repeat: no-repeat;	
				width: 140px;
				height: 23px;
				margin-top: 10px;
				font-size: 15px;
				padding-top: 4px;
				padding-left: 5px;
				margin-left: 120px;
				display: block;
					
			}
			
			#navigation #outlet a:hover
			{
				background-image: url(/images/button2.png);
				background-repeat: no-repeat;	
			}
			
		#navigation #newarrivals
		{	
			
		}
		
			#navigation #newarrivals a
			{
				text-decoration: none;
				color: #FFF;
				background-image: url(/images/button2.png);
				background-repeat: no-repeat;	
				width: 140px;
				height: 21px;
				margin-top: 10px;
				font-size: 11px;
				padding-top: 6px;
				padding-left: 5px;
				margin-left: 120px;
				display: block;
				font-weight: bold;
					
			}
			
			#navigation #newarrivals a:hover
			{
				background-image: url(/images/button2.png);
				background-repeat: no-repeat;	
				text-decoration: underline;
			}

		#navigation #mode
		{	
			
		}
		
			#navigation #mode a
			{
				text-decoration: none;
				color: #FFF;
				background-image: url(/images/button2.png);
				background-repeat: no-repeat;	
				width: 140px;
				height: 21px;
				margin-top: 10px;
				font-size: 11px;
				padding-top: 6px;
				padding-left: 5px;
				margin-left: 120px;
				display: block;
				font-weight: bold;
					
			}
			
			#navigation #mode a:hover
			{
				background-image: url(/images/button2.png);
				background-repeat: no-repeat;	
				text-decoration: underline;
			}
		
		#navigation #left
		{
			padding-top: 40px;
			width: 165px;
			margin-left: 100px;
			text-align: right;
		}
		
		#navigation #left ul
		{
			list-style: none;
		}
		
			#navigation #left ul li
			{
				font-size: 12px;
				color: #525152;
				width: 	165px;
				text-transform: uppercase;
				
				border-bottom: 1px solid #a6a6a6;
				
			}
			
			#navigation #left ul li.li_1_13
			{
				background-image: url(/images/tip.jpg); 
				background-repeat: no-repeat;
				background-position: top left;
			}
			
				#navigation #left ul li a
				{
					display: block;
					padding: 5px 12px 5px 0;
					font-size: 12px;
					/*height: 15px;*/
					color: #525152;
					width: 	153px;
					text-decoration: none;
					background-image: url(/images/icons/arrowup.jpg); 
					background-repeat: no-repeat;
					background-position: center right;
				}
				
				#navigation #left ul li.li_1_0_active a,
				#navigation #left ul li.li_1_1_active a,
				#navigation #left ul li.li_1_2_active a,
				#navigation #left ul li.li_1_3_active a,
				#navigation #left ul li.li_1_4_active a,
				#navigation #left ul li.li_1_5_active a,
				#navigation #left ul li.li_1_6_active a,
				#navigation #left ul li.li_1_7_active a,
				#navigation #left ul li.li_1_8_active a,
				#navigation #left ul li.li_1_9_active a,
				#navigation #left ul li.li_1_10_active a,
				#navigation #left ul li.li_1_11_active a,
				#navigation #left ul li.li_1_12_active a,
				#navigation #left ul li.li_1_13_active a,
				#navigation #left ul li.li_1_14_active a,
				#navigation #left ul li.li_1_15_active a,
				#navigation #left ul li.active a
				{
					background-image: url(/images/icons/arrowdown.jpg); 
					background-repeat: no-repeat;
					background-position: center right;
					color: #651511;
					font-weight: bold;
				}
				
				#navigation #left ul li a:hover
				{
					color: #651511;
				}
				
				#navigation #left ul li ul 
				{
					display: none;
				}
				
				#navigation #left ul li ul li
				{
					border: none;
				}
				
				#navigation #left ul li.li_1_0_active ul,
				#navigation #left ul li.li_1_1_active ul, 
				#navigation #left ul li.li_1_2_active ul, 
				#navigation #left ul li.li_1_3_active ul, 
				#navigation #left ul li.li_1_4_active ul, 
				#navigation #left ul li.li_1_5_active ul, 
				#navigation #left ul li.li_1_6_active ul, 
				#navigation #left ul li.li_1_7_active ul, 
				#navigation #left ul li.li_1_8_active ul, 
				#navigation #left ul li.li_1_9_active ul ,
				#navigation #left ul li.li_1_10_active ul ,
				#navigation #left ul li.li_1_11_active ul ,
				#navigation #left ul li.li_1_12_active ul ,
				#navigation #left ul li.li_1_13_active ul ,
				#navigation #left ul li.li_1_14_active ul ,
				#navigation #left ul li.li_1_15_active ul, 
				#navigation #left ul li.active ul 
				{
					display: block;
					color: #651511;
					font-weight: normal;
				}
					#navigation #left ul li.li_1_0 ul li a,
					#navigation #left ul li.li_1_1 ul li a,
					#navigation #left ul li.li_1_2 ul li a,
					#navigation #left ul li.li_1_3 ul li a,
					#navigation #left ul li.li_1_4 ul li a,
					#navigation #left ul li.li_1_5 ul li a,
					#navigation #left ul li.li_1_6 ul li a,
					#navigation #left ul li.li_1_7 ul li a,
					#navigation #left ul li.li_1_8 ul li a,
					#navigation #left ul li.li_1_9 ul li a,
					#navigation #left ul li.li_1_10 ul li a,
					#navigation #left ul li.li_1_11 ul li a,
					#navigation #left ul li.li_1_12 ul li a,
					#navigation #left ul li.li_1_13 ul li a,
					#navigation #left ul li.li_1_14 ul li a,
					#navigation #left ul li.li_1_15 ul li a,
					#navigation #left ul li.active ul li a
					{
						display: none;
					}
					
					#navigation #left ul li.li_1_0 ul li a:hover,
					#navigation #left ul li.li_1_1 ul li a:hover,
					#navigation #left ul li.li_1_2 ul li a:hover,
					#navigation #left ul li.li_1_3 ul li a:hover,
					#navigation #left ul li.li_1_4 ul li a:hover,
					#navigation #left ul li.li_1_5 ul li a:hover,
					#navigation #left ul li.li_1_6 ul li a:hover,
					#navigation #left ul li.li_1_7 ul li a:hover,
					#navigation #left ul li.li_1_8 ul li a:hover,
					#navigation #left ul li.li_1_9 ul li a:hover,
					#navigation #left ul li.li_1_10 ul li a:hover,
					#navigation #left ul li.li_1_11 ul li a:hover,
					#navigation #left ul li.li_1_12 ul li a:hover,
					#navigation #left ul li.li_1_13 ul li a:hover,
					#navigation #left ul li.li_1_14 ul li a:hover,
					#navigation #left ul li.li_1_15 ul li a:hover,
					#navigation #left ul li.active ul li a:hover
					{
						color: #651511;
					}
					
					#navigation #left ul li.li_1_0_active ul li a,
					#navigation #left ul li.li_1_1_active ul li a,
					#navigation #left ul li.li_1_2_active ul li a,
					#navigation #left ul li.li_1_3_active ul li a,
					#navigation #left ul li.li_1_4_active ul li a,
					#navigation #left ul li.li_1_5_active ul li a,
					#navigation #left ul li.li_1_6_active ul li a,
					#navigation #left ul li.li_1_7_active ul li a,
					#navigation #left ul li.li_1_8_active ul li a,
					#navigation #left ul li.li_1_9_active ul li a,
					#navigation #left ul li.li_1_10_active ul li a,
					#navigation #left ul li.li_1_11_active ul li a,
					#navigation #left ul li.li_1_12_active ul li a,
					#navigation #left ul li.li_1_13_active ul li a,
					#navigation #left ul li.li_1_14_active ul li a,
					#navigation #left ul li.li_1_15_active ul li a,
					#navigation #left ul li.active ul li a
					{
						display: block;
						background-image: none; 
						color: #525152;
						font-weight: normal;
						border: 0;
						font-size: 11px;
					}

						#navigation #left ul li ul li.li_2_0_active a,
						#navigation #left ul li ul li.li_2_1_active a,
						#navigation #left ul li ul li.li_2_2_active a,
						#navigation #left ul li ul li.li_2_3_active a,
						#navigation #left ul li ul li.li_2_4_active a,
						#navigation #left ul li ul li.li_2_5_active a,
						#navigation #left ul li ul li.li_2_6_active a,
						#navigation #left ul li ul li.li_2_7_active a,
						#navigation #left ul li ul li.li_2_8_active a,
						#navigation #left ul li ul li.li_2_9_active a
						#navigation #left ul li ul li.active a
						{
							color: #651511;
							font-size: 11px;
						}
			
				#navigation #left ul li img
				{
					margin: 3px;
				}
		
		#navigation #top
		{
			position: absolute;
			width: 850px;
			height: 13px;
			margin-top: -25px;
			/* margin-left: 260px; */
			
			overflow: hidden;
			
			right: 0;
		}
			#navigation #top ul
			{
				float:right;
				padding: 0;
				list-style: none;
				height: 13px;
				
				margin: 0 -8px 0 0;
			}
			
				#navigation #top ul li 
				{
					float: left;
					color: #ebecec;
				}
					#navigation #top ul li a
					{
						margin: 4px 4px 4px 4px;
						padding: 0 5px 0 0;
						color: #ffffff;
						border-right: 1px solid #ffffff;
						letter-spacing: 1px;
						text-decoration: none;
						text-transform: uppercase;
					}
					
					#navigation #top ul li a:hover
					{
						margin: 4px 4px 4px 4px;
						color: #3f1000;
						letter-spacing: 1px;
						text-decoration: none;
						
					}
										
					#navigation #top ul li.li_0_1_active a,
					#navigation #top ul li.li_0_2_active a,
					#navigation #top ul li.li_0_3_active a,
					#navigation #top ul li.li_0_4_active a,
					#navigation #top ul li.li_0_5_active a,
					#navigation #top ul li.li_0_6_active a,
					#navigation #top ul li.li_0_7_active a
					
					{
						margin: 4px 4px 4px 4px;
						color: #3f1000;
						text-decoration: none;
					}
					
					#navigation #top ul li ul
					{
						display: none;
					}
								
	#sidebar
	{
		width: 165px;
		margin-left: -1000px;
		float: right;
		font-size: 11px;
	}
	
		#sidebar #newsletter
		{
			width: 	140px;
			height: 125px;
			
			margin-top: 15px;
			margin-bottom: 15px;
			float: 		right;
			border: 	1px solid #a6a6a6;
			
			background-color: #ebeae8;
			padding: 5px;
		}
		
			#sidebar #newsletter .errors
			{
				display: none;
			}
		
			#sidebar #newsletter h2,
			#sidebar #newsletter h1
			{
				font-size: 11px;
				padding-left: 3px;
			}
			
			#sidebar #newsletter td
			{
				padding-left: 1px;
			}
			
			#sidebar #newsletter label
			{
				display: block;
				padding-top: 5px;
				padding-left: 3px;
			}
			
			#sidebar #newsletter li
			{
				list-style: none;
				padding: 0px;
				clear: both;
			}
			
			#sidebar #newsletter input
			{
				width: 136px;
				font-size: 11px;
				height: 14px;
				float: left;
			}
			
			#sidebar #newsletter select
			{
				font-size: 11px;
				
				
			}
			
			#sidebar #newsletter #eventdate
			{
				width: 36px;
			}
			
			#sidebar #newsletter #eventdate_month
			{
				width: 36px;
			}
			
			#sidebar #newsletter #eventdate_year
			{
				width: 48px;
			}
			
			#sidebar #newsletter input.submit
			{
				border: 1px solid #3f3d41;
				width: 139px;
				font-size: 11px;
				background-color: #ece9d8;
				color: #3f3d41;
				height: 20px;
				left: 0;
				margin: 0;
				padding: 0;
				margin-top: 10px;
				cursor:pointer;
			}
			
	
		#sidebar #languagepack
		{
			width: 165px;
			
			height: 18px;
			
			float: right;
		}
		
		#sidebar #languagepack img
		{
			position: relative;
			
			top: 7px;
			
			float: right;
			padding-left: 3px;
		}
		
		#sidebar #login
		{
			margin-top: 10px;
			float: right;
			width: 150px;
			
		}
		
			#sidebar #login #fullname
			{
				float: right;
				width: 150px;
				text-align: right;
			}
		
		#sidebar #login ul
		{
			position: relative;
			margin-top: -2px;
			float: right;
			text-align: right;
			list-style-type: none;
		}
		
			#sidebar #login ul li a
			{
				font-size: 10px;
				font-weight: bold;
				text-decoration: underline;
				color: #404040;
			}
			
			#sidebar #login ul li a:hover
			{
				text-decoration: none;
			}
		
			#sidebar #login form
			{
				float: right;
			}
			
				#sidebar #login form p
				{
					text-align: right;
					margin-bottom: 2px;
				}
			
				#sidebar #login form p a,
				#sidebar #login form p a:visited
				{
					font-weight: bold;
					text-decoration: underline;
					color: #404040;
				}
			
			#sidebar #login form input
			{
				height: 20px;
				margin-bottom: 4px;
				
				border: 1px solid #878787;
				float: left;							
				
				color: #a6a6a6;
			}
			
				#sidebar #login form input.name
				{
					float: left;
					width: 148px;
					font-size: 11px;
					
					height: 17px;
					padding-top: 3px;
				}
				
				#sidebar #login form input.password
				{
					width: 99px;
					font-size: 11px;
				}
				
		
				
		#sidebar #rectanglecollection
		{
			position: relative;
			float: none;
			background-color: white;
			
		}
		
		#sidebar #rectanglecollection #shoppingcart
		{
			width: 	150px;
			height: 115px;
			
			margin-top: 15px;
			margin-bottom: 15px;
			float: 		right;
			border: 	1px solid #a6a6a6;
			
			background-color: #ebeae8;
			
		}
		
			#sidebar #rectanglecollection #shoppingcart img
			{
				float: right;
				margin: 2px 12px 0 0;
			}
				
			#sidebar #rectanglecollection #shoppingcart h1
			{
				margin: 5px 0 2px 12px;
				font-size: 11px;
				font-weight: bold;
				color: #3e3d40;
			}
				#sidebar #rectanglecollection #shoppingcart h1 a
				{
					font-size: 11px;
					font-weight: bold;
					color: #3e3d40;
					text-decoration: none;
				}
				
				#sidebar #rectanglecollection #shoppingcart h1 a:hover
				{
					font-size: 11px;
					font-weight: bold;
					color: #3e3d40;
					text-decoration: underline;
				}
			
			#sidebar #rectanglecollection #shoppingcart p
			{
				color: #3e3d40;
			}
			
				#sidebar #rectanglecollection #shoppingcart p a
				{
					margin-right: 18px;
					margin-top: 12px;
					color: #6a1d19;
					font-weight: bold;
					float:right;
					text-decoration: none;
					text-transform: uppercase;
				}
				
				#sidebar #rectanglecollection #shoppingcart p a:hover
				{
					text-decoration: underline;
				}
			
			#sidebar #rectanglecollection #shoppingcart table
			{
				margin-left: 11px;
				text-align: right;
			}
				#sidebar #rectanglecollection #shoppingcart table td
				{
				}
				
				#sidebar #rectanglecollection #shoppingcart table td.quantity,
				#sidebar #rectanglecollection #shoppingcart table td.totalprice
				{
					padding-top: 3px;
					padding-left: 10px;
					font-size: 12px;
					font-weight: bold;
					text-align: left;
					width: 40px;
					
					white-space: nowrap;
				}
				
				#sidebar #rectanglecollection #shoppingcart table td.description
				{
					padding-top: 3px;
					
					white-space: nowrap;
				}
		
		
		#sidebar #rectanglecollection #articles
		{
			width: 150px;
			height: 60px;
			
			
			float: 		right;
			border: 	1px solid #a6a6a6;
			
			background-color: #ebeae8;
			margin-bottom: 10px;
		}
			#sidebar #rectanglecollection #articles p
			{
				margin: 8px 45px 2px 12px;
				text-align: right;
				padding-bottom: 4px;
				color: #3e3d40;
			}
				#sidebar #rectanglecollection #articles p a
				{
					text-decoration: none;
					color: #3e3d40;
				}
				#sidebar #rectanglecollection #articles p a:hover
				{
					text-decoration: underline;
					color: #3e3d40;
				}
			
			#sidebar #rectanglecollection #articles img
			{
				float: right;
				margin: -20px 15px 0 0;
			}
			
		#sidebar #rectanglecollection #mailafriend
		{
			width: 150px;
			height: 180px;
			
			margin-top: 15px;
			float: 		right;
			border: 	1px solid #a6a6a6;
			
			background-color: #ebeae8;
			margin-left: 11px;
			
		}
		
			#sidebar #rectanglecollection #mailafriend h1
			{
				margin: 5px 0 2px 12px;
				font-size: 11px;
				font-weight: bold;
				color: #3e3d40;
			}
			
			#sidebar #rectanglecollection #mailafriend h2
			{
				margin: 0px 0 2px 12px;	
				font-weight: normal;
				font-style: italic;
				font-size: 11px;
			}
			
			#sidebar #rectanglecollection #mailafriend table,
			#sidebar #rectanglecollection #mailafriend p
			{
				margin: 0px 0 0px 12px;	
				font-weight: normal;
			}
			
			#sidebar #rectanglecollection #mailafriend input
			{
				width: 103px;
			}
			
			#sidebar #rectanglecollection #mailafriend input.submit
			{
				width: 106px;
				border: 1px solid #404040; 
				background-color:#404040;
				color: #FFFFFF;
				text-align: left;
				height: 22px;
				margin-left: 15px;
				cursor: pointer;
				padding-left: 3px;
				
			}
			
			#sidebar #rectanglecollection #mailafriend table
			{
				
			}
			
		#sidebar #brands
		{
			width: 	150px;
			height: 115px;
			
			margin-top: 15px;
			margin-bottom: 15px;
			float: 		right;
			border: 	1px solid #a6a6a6;
			padding-bottom: 10px;
			background-color: #ebeae8;
			
		}
		
			#sidebar #brands h2
			{
				margin: 5px 0 2px 12px;
				font-size: 11px;
				font-weight: bold;
				color: #3e3d40;
			}
			
			#sidebar #brands ul
			{
				margin: 5px 0 2px 12px;
			}
			
			#sidebar #brands ul li
			{
				list-style:none;
			}
			
				#sidebar #brands ul li a
				{
					text-decoration: none;
					color: #3e3d40;
				}
				#sidebar #brands ul li a:hover
				{
					text-decoration: underline;
					color: #3e3d40;
				}
			
		#sidebar #shopinfo 
		{
			clear: both;	
			padding-left: 10px;
			position: relative;
			
			width: 150px;
		}

		#sidebar #shopinfo p
		{
			margin-bottom: 10px;
			padding-left: 5px;
		}	
		
		#sidebar #shopinfo table
		{
			border-collapse: collapse;
			border:0;
			
		}		

		#sidebar #shopinfo table td
		{
			width: 49px;
		}
		
		#sidebar #search
		{
			margin-top: 15px;
			float: right;
			width: 150px;
		}
		
			#sidebar #search form
			{
				float: left;
				display: block;
			}
			
			#sidebar #search form input
			{
				height: 20px;
				margin-bottom: 4px;
				border: 1px solid #878787;
				float: left;				
				color: #a6a6a6;
			}
			
				#sidebar #search form input.search
				{
					width: 100px;
					font-size: 11px;
				}
								
				#sidebar form input.submit
				{
					background-color: #404040;
					font-size: 11px;
					height: 26px;
					width: 40px;
					margin-left: 6px;
					
				}
				
		#sidebar #rectanglecollection #assortiment
		{
			width: 150px;
			height: 147px;
			
			margin-top: 15px;
			float: 		right;
			border: 	1px solid #a6a6a6;
			
			background-color: #ebeae8;
		}
			#sidebar #rectanglecollection #assortiment h1
			{
			text-align: right;
				margin: 5px 10px 2px 6px;
				font-family: arial, helvetica, sans-serif;
				font-size: 11px;
				font-weight: bold;
				color: #3e3d40;
			}
			
			#sidebar #rectanglecollection #assortiment ul
			{
				text-align: right;
				margin-right: 10px;
				color: #3e3d40;
				list-style-type: none;
				list-style-image: none;
				list-style-position: outside;
			}
				#sidebar #rectanglecollection #assortiment ul li
				{
					margin-bottom: 5px;
				}
				
					#sidebar #rectanglecollection #assortiment ul a
					{
						margin-bottom: 5px;
						color: #3e3d40;
						text-decoration: none;
					}
					
					#sidebar #rectanglecollection #assortiment ul a:hover
					{
						margin-bottom: 5px;
						color: #3e3d40;
						text-decoration: underline;
					}
	
#footer
{
	height: 75px;
	width:  100%;
	background-image: url(/images/footer.gif); 
	background-repeat: repeat-x;
	
	clear: both;
}
	#footer #contentinfo
	{
		text-align: left;
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		height: 75px;
	}
	
		#footer #contentinfo #waarborg
		{
			position: relative;
			float: right;
			width: 85px;
			height: 30px;
			margin-top: -15px;
			
			display: none;
		}
	
		
			#footer #contentinfo #brands p
			{
				padding-top: 0;
				letter-spacing: 1px;
				font-size: 12px;
				font-weight: bold;
				color: #999c9e;
			}
			
			#footer #contentinfo #brands p a
			{
				color: #999c9e;
				text-decoration: none;
			}
			
			#footer #contentinfo #brands p a:hover
			{
				text-decoration: underline;
			}
		
		#footer #contentinfo p
		{
			color: #ffffff;
		}
		
		#footer #contentinfo #information
		{
			padding-top: 55px;
		}
			#footer #contentinfo #information p.address
			{
				float: left;
			}
			#footer #contentinfo #information p.realisation
			{
				text-align: right;
				position: relative;
				color: #d8d3c7;
			}
				#footer #contentinfo #information p.realisation a
				{
					color: #d8d3c7;
					text-decoration: none;
				}
				
				#footer #contentinfo #information p.realisation a:hover
				{
					text-decoration: underline;
				}
				

#social{margin:10px 0 10px 12px;}
	#social ul{
		list-style: none;
	}
		#social ul li{line-height: 12px; margin-bottom: 5px;}
			#social ul li img{margin: 0 5px -5px 0;}
			#social ul li a{text-decoration: none; color: #766A4B;}
