body {
	background-color:#d1d3d1;
	background-image:url(../images/achtergrond_patroon.jpg);
	background-position:top;
	background-attachment: fixed;
	/*background-repeat:repeat-x;*/
}
.bodybackground {
	display:block;
	background-image:url(../images/top_bar.png);
	background-position:top;
	background-repeat:repeat-x;
}

	#container {
		display:block;
		width:990px;
		margin-left:auto;
		margin-right:auto;
	}
		#page {
			display:block;
			/*background-image:url(../images/content_back.gif);*/
			background-position:left center;
			background-repeat:repeat-y;
		}
			#top {
				display:block;
				height:174px;
				/*background-color:#000;*/
				background-image:url(../images/logo.jpg);
				background-repeat:no-repeat;
				background-position:top left;
			}
				#header {					
					display:block;
					height:174px;
					width:550px;
					float:left;
				}
					#header h1, #header h2{					
						display:none;
					}
				
					#header .header{					
						display:block;
						height:93px;
						width:550px;
					}
					#scroll {					
						display:none;
						width:550px;
						height:81px;
						background-image:url(../images/scroll.jpg);
						background-repeat:no-repeat;
					}
				#tower {
					display:block;
					width:202px;
					height:174px;
					background-image:url(../images/video_preview.jpg);
					background-repeat:no-repeat;
					background-position:center;
					float:right;
				}
				
			#menu {
				display:block;
				height:26px;
				overflow:hidden;
			}
				#menu ul {
					display:block;
					float:left;
					padding:0;
					margin:0;
					width:590px;
				}
				#menu ul.extra_functions {
					float:right;
					width:200px;
					text-align:right;
				}

					#menu ul li {
						display:block;
						float:left;
						list-style:none;
						padding:0;
						margin:0;
					}
					#menu ul li a {
						display:block;
						color:#efefef;
						padding-top:4px;
						padding-bottom:7px;
						padding-left:10px;
						padding-right:10px;
						font-size:12px;
						font-weight:bold;
						line-height:normal;
					}
					#menu ul li a:hover {
						color:#fff;
					}
					
		#content {
			display:block;
			background-color:#fff;
			/*background-image:url(../images/bottom_back.gif);*/
			background-repeat:no-repeat;
			background-position:bottom left;
		}
			#left {
				display:block;
				float:left;
				width:198px;
				background-color:#ffffff;
				background-image:url(../images/left_back.gif);
				background-position:top right;
				background-repeat:no-repeat;
			}
				#left div.article {
					display:block;
				}
					#left div.title {
						display:block;
					}
					#left div.content {
						display:block;
					}

			#left .site_search {
				display:block;
				height:26px;
				padding-left:10px;
				margin-bottom:5px;
			}
			#left .site_search form {
				display:block;
				padding-top:2px;
			}
			#left .site_search input.input {
				height:12px;
				font-size:12px;
				width:100px;
			}
			#left .site_search input.submit {
				font-size:10px;
			}
			
				#left .shop_menu {
					display:block;
					background-color:#fff;
					background-image:url(../images/col_back.jpg);
					background-position:top center;
					background-repeat:repeat-x;
					margin-left:4px;
					margin-right:4px;
					margin-bottom:4px;
					border:1px solid #000;
				}
					#left .shop_menu ul {
						display:block;
						margin:0px;
						padding:0px;
					}
						#left .shop_menu ul li {
							display:block;
							margin:0;
							padding:0;
							list-style:none;
						}
							#left .shop_menu ul li a {
								display:block;
								padding:3px;
								padding-left:5px;
								padding-right:5px;
								/*background-color:#fef5b5;*/
								/*background-image:url(../images/bar_high.gif);*/
								background-position:bottom;
								background-repeat:repeat-x;
								border-bottom:1px solid #ffffff;
								color:#000;
								font-size:11px;
								font-weight:bold;
							}
							#left .shop_menu ul li a:hover {
								background-image:none;
								background-color:#efefef;
							}
							#left .shop_menu ul li .name {
								width:148px;
								float:left;
							}
							#left .shop_menu ul li .amount {
								float:right;
								width:30px;
								text-align:right;
								color:#666;
								font-weight:normal;
							}
			#middle {
				display:block;
				float:left;
				width:594px;
				overflow:hidden;
				background-image:url(../images/middle_back.jpg);
				background-position:top center;
				background-repeat:repeat-x;
				padding-top:10px;
			}
				#middle div.article {
					display:block;
					padding:10px;
					padding-top:0px;
				}
				#middle div.article div.title {
					display:block;
				}
				#middle div.article div.content {
					display:block;
				}
				
				#middle div.module_contents {
					display:block;
				}
			#right {
				display:block;
				width:198px;
				background-color:#ffffff;
				background-image:url(../images/left_back.gif);
				background-position:top right;
				background-repeat:no-repeat;
				float:right;
				overflow:hidden;
				/*padding:10px;*/
			}
				#right .title {
					display:block;
					margin:0;
					padding:0;
					height:26px;
					font-size:12px;
					color:#000;
					text-align:center;
				}
				#right ul {
					display:block;
					margin:0;
					padding:0;
					/*margin-left:15px;*/
				}
				#right ul {
					display:block;
					background-image:url(../images/col_back.jpg);
					background-position:top center;
					background-repeat:repeat-x;
					background-color:#fff;
					margin:4px;
					border:1px solid #000;
				}
				#right ul li {
					display:block;
					margin:0;
					padding:0;
					list-style:none;
				}
					#right ul li a {
						display:block;
						padding:3px;
						padding-left:5px;
						padding-right:5px;
						/*background-color:#fef5b5;*/
						/*background-image:url(../images/bar_high.gif);*/
						background-position:bottom;
						background-repeat:repeat-x;
						border-bottom:1px solid #ffffff;
						color:#000;
						font-size:11px;
						font-weight:bold;
					}
				#right ul li a:hover {
					color:#D19003;
				}
		#footer {
			display:block;
			clear:both;
			height:28px;
			background-color:#efefef;
			color:#000;
			font-size:10px;
			padding:4px;
			padding-left:20px;	
		}
			#footer a {
				color:#000;
			}


.catalog_module .listing div.item {
	display:block;
	float:left;
	width:240px;
	padding:10px;
	margin-top:30px;
	border:1px solid #965E01;
}
.catalog_module div.item.margin {
	margin-right:30px;
}
.catalog_module div.item div.image {
	display:block;
	text-align:center;
	width:230px;
	height:230px;
	padding:5px;
	margin-bottom:5px;
	background-color:#ffffff;
}
.catalog_module div.title {
	display:block;
	margin-bottom:5px;
}
.catalog_module div.item div.info_container {
	display:block;
	cursor:pointer;
}
.catalog_module div.item .more_info_link {
	display:block;
	float:left;
}
.catalog_module div.item .more_info_link a {
	display:block;
	background-image:url(../images/info.png);
	background-position: center;
	background-repeat:no-repeat;
	width:28px;
	height:26px;
}
.catalog_module div.item .magnify_link {
	display:block;
	float:right;
}
.catalog_module div.item .magnify_link a {
	display:block;
	background-image:url(../images/magnify.png);
	background-position: center;
	background-repeat:no-repeat;
	width:28px;
	height:26px;
}
.catalog_module div.info_container div.options {
	display:none;
	position:absolute;
	background-color:#ffffff;
	width:220px;
	padding:10px;
}
.catalog_module div.item div.option_row {
	display:block;
	clear:both;
	border-bottom:1px solid #ffffff;
}
.catalog_module div.option_row span.option_label {
	float:left;
	width:65px;
	color:#444;
}
.catalog_module div.option_row span.option_value {
	float:left;
}
.catalog_module div.actions {
	display:block;
}
.catalog_module div.item div.more_info_link {
	float:left;
}
.catalog_module div.item div.order_link {
	float:right;
}


.button_left {
	display: block;
	float:left;
	background-image:url(../images/button_01.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:9px;
	cursor:pointer;
}
.button_middle {
	display: block;
	background-image:url(../images/button_02.png);
	background-position:top center;
	background-repeat:repeat-x;
	font-size:14px;
	line-height:normal;
	color:#673f16;
	padding:6px;
	cursor:pointer;
}
.button_middle:hover {
	color:#fff;
}
.button_right {
	display: block;
	background-image:url(../images/button_03.png);
	background-position:top right;
	background-repeat:no-repeat;
	padding-right:11px;
	cursor:pointer;
}

.catalog_module div.details div.actions {
	display:block;
	border-top:1px solid #965E01;
	margin-top:5px;
	padding-top:5px;
}
.catalog_module div.details div.image {
	display:block;
	float:left;
}
.catalog_module div.details div.options {
	display:block;
	float:right;
	border:1px solid #965E01;
	padding:10px;
	margin-left:10px;
	margin-bottom:10px;	
}
.catalog_module div.details div.option_row {
	display:block;
	clear:both;
	border-bottom:1px solid #ffffff;
}
.catalog_module div.details div.info {
	clear:both;
}

.catalog_module div.order h1 {
	display:block;
	padding-bottom:10px;
}
.catalog_module div.order div {
	display:block;
	margin-bottom:2px;
}
.catalog_module div.order .input {
	width:350px;
}
.catalog_module div.order div label {
	display:block;
	width:90px;
	float:left;
}
.catalog_module div.order div.type_request label {
	display:inline;
	width:auto;
	float:none;
}
.catalog_module div.order div.type_request input {
	width:auto;
}
.catalog_module div.title * {
	font-size:16px;
	line-height:normal;
}

.selected_box {
	display:block;
	float:right;
	width:31px;
	height:27px;
	background-image:url(../images/checkbox.png);
	background-position:top center;
	background-repeat:no-repeat;
	cursor:pointer;
}
.selected_box.checked {
	background-position:bottom center;
}

.catalog_module div.order_link {
	display:none;
}
.catalog_module .selected_products {
	display:block;
	
}
.catalog_module .selected_products div.item {
	display:block;
	float:left;
	width:240px;
	padding:10px;
	border:1px solid #965E01;
	margin-bottom:10px;
	margin-right:10px;
}
.catalog_module .selected_products div.item div.image {
	display:block;
	float:left;
	text-align:center;
	width:100px;
	height:100px;
	padding:5px;
	margin-bottom:10px;
	background-color:#ffffff;
}
.catalog_module .selected_products div.options {
	display:block !important;
	font-size:10px;
	float:right;
}
.catalog_module .selected_products .option_row {
	width:120px !important;
}
.catalog_module .selected_products span.option_label {
	width:50px !important;
}

.catalog_module .selected_products .actions {
	clear:both;
	display:block;
	padding-top:5px;
}
.catalog_module .selected_products .more_info_link {
	display:block !important;
}
.catalog_module .selected_products .order {
	display:none;
	margin-top:20px;
}
.catalog_module .selected_products div.amount {
	display:block;
	float:left;
	width:181px;
	text-align:center;
}
.catalog_module .selected_products .order_actions {
	clear:both;
	display:block;
	border-top:1px solid #965E01;
	margin-top:20px;
	padding-top:15px;
	padding-bottom:15px;
	font-size:14px;
	font-weight:bold;
}

.ui-effects-transfer {
	background:#FEF6B6 none repeat scroll 0%;
	border:1px dotted #965E01;
	opacity:0.5;
}

a.download {
	float:right;
}

.page_stats {
	display:block;
	text-align:center;
	margin-top:15px;
}
.page_stats table {
	margin-left:auto;
	margin-right:auto;
}

.catalog_categories_module {
	display:block;
}
.catalog_categories_module .category {
	display:block;
	width:250px;
	float:left;
	border:1px solid #965E01;
	padding:5px;
	margin-right:15px;
	margin-bottom:15px;
	cursor:pointer;
}
.catalog_categories_module .category:hover {
	background-color:#ffffff;
}
.catalog_categories_module .category h2 {
	font-size:12px;
}
.catalog_categories_module .category .image {
	display:block;
	width:100px;
	height:100px;
	background-color:#ffffff;
	padding:1px;
	margin-right:10px;
	float:left;
	text-align:center;
}
.catalog_categories_module .category.even {
	text-align:right;
}
.catalog_categories_module .category.even .image {
	float:right;
	margin-right:0px;
	margin-left:10px;
}

/* Overlay */
#modalOverlay {background-color:#000; cursor:wait;}

/* Container */
#modalContainer {
	height:400px;
	width:600px;
	left:50%;
	top:15%;
	margin-left:-300px;
	background-color:#efefef;
	border:3px solid #fff;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}
#modalContainer a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#modalContainer #basicModalContent {padding:8px;}


div.alert {
	display:none;
}

