body{
	background-color:#FFFFFF;
	font-size:12px;
	line-height:1.3;
}
body, input, textarea, a{
	font-family:Verdana;
	color:#29363e;
}
td, th{
	padding:2px 1px 2px 2px;
	text-align:left;
	vertical-align:middle;
	text-decoration:none;
}
#offer tr.button td, #orders tr.button td{
	text-decoration:underline;
	height:28px;
}
#shopping_cart tr.product td, #print_shopping_cart tr.product td, #order_overview tr.product td{
	height:28px;
}
thead th{
	color:#0288AA;
	font-weight:bold;
	padding-top:8px;
	padding-bottom:8px;
}
table.form td, table.form th{
	padding:5px 1px 5px 2px;
}
tr.even td{
	background-color:#E8E8E8;
}
tr.subcategory td{
	color:#FFFFFF;
	background-color:#29363e;
	padding:10px 0;
}
td.right{
	text-align:right;
}
label{
	cursor:pointer;
}
input, textarea{
	font-size:11px;
}
input.text, select{
	width:200px;
	border:solid 1px #0288AA;
}
input.text[disabled=disabled], select[disabled=disabled]{
	background-color:#DDDDDD;
}
input.button{
	background-color:#FFFFFF;
	border:solid 1px #0288AA;
	color:#0288AA;
	cursor:pointer;
	margin:2px 0;
	text-align:left;
}
textarea{
	width:200px;
	height:100px;
	border:solid 1px #0288AA;
	font-size:11px;
}
a.link{
	display:inline-block;
	padding-left:12px;
	height:12px;
	background:url(/images/button_arrow.png) no-repeat left 5px;
	text-decoration:none;
}
a.link:hover{
	color:#0288AA;
}
a.readmore, a.readmore_black{
	display:inline-block;
	padding-right:12px;
	height:12px;
	background:url(/images/button_arrow.png) no-repeat right 5px;
	color:#0288AA;
	text-decoration:none;
}
a.readmore_black{
	color:#29363e;
	background-image:url(/images/button_arrow_black.png);
}
a.readmore:hover{
	color:#29363E;
}
a.readmore_black:hover{
	color:#0288AA;
}
ul.list{
	margin-bottom:10px;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	list-style: disc url(/images/dash.gif) inside;
}
ul.links{
	padding-left:16px;
	list-style-image:url(/images/button_arrow.png);
}
	ul.links li{
		margin-bottom:2px;
	}
		ul.links li a{
			text-decoration:none;
		}
		ul.links li a.current_black{
			color:#29363e;
			font-weight:bold;
		}
		ul.links li a:hover, ul.links li a.current{
			color:#0288AA;
		}
hr{
	margin:20px 0;
	height:0;
	overflow:hidden;
	border:0;
	border-bottom:dotted 4px #0288AA;
}
table hr{
	margin:10px 0;
}
.error, .msg_error{
	margin-bottom:10px;
	border:solid 1px #CD0025;
	background-color:#FFE1E7;
	padding:10px;
	color:#CD0025;
}
.msg{
	margin-bottom:10px;
	border:solid 1px #339900;
	background-color:#BFFF9F;
	color:#339900;
	padding:10px;
}
#container{
	margin:auto;
	width:990px;
	background:url(/images/bg.png) 0 94px no-repeat;
}
	#header{
		position:relative;
		height:320px;
	}
		#logo{
			display:block;
			position:absolute;
			top:52px;
			left:4px;
		}
		#menu{
			position:absolute;
			top:0;
			right:0;
		}
			#menu a, #menu span{
				float:left;
				display:block;
				margin-top:16px;
			}
			#menu a{
				text-decoration:none;
			}
			#menu a:hover, #menu a.current{
				margin-top:0;
				padding-top:9px;
				border-top:solid 7px #29363e;
			}
			#menu a.current{
				color:#0087a9;
			}
			#menu span{
				margin-left:10px;
				margin-right:10px;
				width:1px;
				height:13px;
				background-color:#29363e;
			}
		#login{
			position:absolute;
			top:106px;
			left:475px;
			width:508px;
			font-size:11px;
		}
			#login div{
				float:left;
				padding-top:3px;
				padding-left:8px;
				color:#FFFFFF;
			}
				#login input{
					color:#FFFFFF;
				}
				#login input.text{
					margin-left:8px;
					width:98px;
					height:14px;
					border:solid 1px #bee0e9;
					background-color:#0087a9;
				}
				#login input.button{
					border:0;
					background-color:#0087a9;
					cursor:pointer;
				}
		div#loggedin{
			position:absolute;
			top:106px;
			left:470px;
			width:500px;
			padding:0 10px ;
			color:#FFFFFF;
		}
			div#loggedin a{
				color:#FFFFFF;
				text-decoration:none;
				padding-right:10px;
			}
	#content{
		padding:0 30px;
		font-size:11px;
	}
		.box{
			margin-bottom:16px;
		}
			.box h1{
				height:38px;
				background:url(/images/box_head_2.png) no-repeat top right;
				color:#FFFFFF;
				font-size:14px;
			}
			.box h1.special{
				background:url(/images/box_head_4.png) no-repeat top right;
			}
				.box h1 span{
					display:block;
					margin-right:10px;
					height:28px;
					padding:10px 0 0 20px;
					background:url(/images/box_head_1.png) no-repeat top left;
				}
				.box h1.special span{
					background:url(/images/box_head_3.png) no-repeat top left;
				}
					.box h1 span a{
						color:#FFFFFF;
						text-decoration:none;
					}
					.box h1 span a:hover{
						color:#CCCCCC;
					}
			.box .box_content{
				padding:14px 19px 1px 19px;
				border:solid 1px #E8E8E8;
				border-top:0;
				border-bottom:0;
				background-color:#FFFFFF;
			}
				.box .box_content span{
					display:none;
				}
				.box .box_content h2{
					font-size:12px;
					color:#0087A9;
					font-weight:normal;
				}
				.box .box_content img{
					margin-bottom:10px;
				}
				.box .box_content .notice{
					margin-bottom:10px;
					border:solid 1px #999999;
					background-color:#E8E8E8;
					padding:10px;
					display:none;
				}
					.box_content .notice input.button{
						background-color:#E8E8E8;
					}
			.box .box_footer{
				height:13px;
				background:url(/images/box_footer_2.png) no-repeat top right;
			}
				.box .box_footer span{
					display:block;
					margin-right:10px;
					height:13px;
					background:url(/images/box_footer_1.png) no-repeat top left;
				}
		.box_padding{
			padding:0 20px;
		}
	#footer{
		margin-top:30px;
		height:55px;
	}
		#footer a{
			float:left;
			display:block;
			margin:0 8px;
			width:50px;
			height:46px;
		}
	#subfooter{
		text-align:right;
		margin:10px 0 5px 0;
		font-size:10px;
		font-style:italic;
	}
		#subfooter a{
			font-size:10px;
			text-decoration:none;
			font-style:normal;
		}
		#subfooter a:hover{
			text-decoration:underline;
		}
/* home */
#example{
	width:374px;
	overflow:hidden;
	margin-top:10px;
}
	#example ul{
		position:relative;
		left:0;
		width:4114px;
	}
		#example li{
			float:left;
			width:374px;
		}
	#example img{
		margin-bottom:14px;
	}
#example_links li{
	float:left;
	width:50%;
}
/* Producten */
div.products{
	position:relative;
}
	div.products div.categorie_logo{
		position:absolute;
		top:10px;
		right:10px;
	}
