/* top level html containers */
html { height: 100%; overflow: auto; }
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #121212 url(../img/header.png) top left no-repeat;
	/* background: #fff; */
	color: white;
}
body, input, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
html {
	scrollbar-base-color: black;
	scrollbar-arrow-color: #5e5e5e;
	scrollbar-track-color: black;

	scrollbar-shadow-color: black;
	scrollbar-lightshadow-color: black;
	scrollbar-darkshadow-color: #1d1d1d;

	scrollbar-highlight-color: #383838;
	scrollbar-3dlight-color: black;
}
/* general styling rules */
a { color: #808080; }
a:hover { color: #fff; }
table, form, p { margin: 0px; padding: 0px; }
img { border: 0px; }
.colorized { background-image: url(../img/shade.png); }

/* form validation */
input.disabled { border: 1px solid #F2F2F2; background-color: #F2F2F2; }
input.required, textarea.required { border: 1px solid #666; }
input.validation-failed, textarea.validation-failed { border: 1px solid #FF3300; color : #FF3300; }
input.validation-passed, textarea.validation-passed { border: 1px solid #666; color : #fff; }
.validation-advice { display : none; color: #FF3300; font-weight: bold; }
.custom-advice {  display : none; color: #C8AA00; font-weight: bold; }

.clearer {
	clear: both;
	height: 0;
	overflow: hidden;
}

input, select, textarea {
	background: #2e2e2e;
	margin: 0;
	border: 0;
	color: #808080;
}
input[type=text] {
	height: 16px;
}
input[type=submit] {
	border: 1px #2e2e2e solid;
	background: #000;
}

/* absolute centering, http://www.wpdfd.com/editorial/thebox/deadcentre4.html */
#mainframe {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 980px;
	margin-left: -490px;
	height: 497px;
	margin-top: -246px;
	overflow: hidden;
	text-align: left;
}

.box {
	height: 465px;
	overflow: hidden;
	border: 0 solid #2e2e2e;
	background: #000;
	position:relative;
}

.video_item {
	float : left;
	display : block; 
	width : 230px;
	height : 180px;
	margin-right : 10px;
	margin-bottom : 0px;
}

.video_item , #video_menu .item{
	cursor : pointer;
}

.video_item a, #video_menu .item a{
	color : #fff;
	text-decoration : none;
}

#video_menu {
	float: left;
	width: 173px;
	height : 100%;
	font-size : 9px;
}

#video_menu .item{
	width: 120px;
	margin-bottom : 10px;
}

.pagenumber {
	position : absolute;
	left : 190px;
	bottom : 10px;
}

.pagenumber_alt {
	clear : both;
	height : 25px;
	width : 100%;
	position : absolute;
	bottom : 10px;
	left : 465px;
}

.pagenumber_alt a,.pagenumber a {
	color : #fff;
	text-decoration : none;
	float : left;
	display : block;
	padding : 0px 5px;
	background : #000;
	border : dotted 1px #fff;
	margin-right : 10px;
}

.pagenumber a.active {
	font-weight : bolder;
	background : #444;
}

#menu {
	float: left;
	width: 173px;
}
	.logo {
		width: 173px;
		height: 124px;
		background: black url('../img/logo.gif') 41px 13px no-repeat;
	}
	#menu a {
		display: block;
		text-align: center;
		height: 6px;
		background: center center no-repeat;
		/* background: 18px center no-repeat; */
		padding: 7px 0;
	}
	#menu .logoFullSmall {
		height: 29px;
		background: black url('../img/logo_full_small.gif') center center no-repeat;
		margin-top: 40px;
	}

#movieContainer, .you_tube_container {
	position:absolute;
	top:0;
	left:173px;
	width:807px;
	height:465px;
	background:black;
	font-size:11px;
	line-height:10px;
	z-index:99;
}

#movieContainer .player {
	padding:60px 180px;
}

#movieContainer a {
	text-decoration:none;
}
	
#mainImage {
	float: left;
}
#mainImage, #mainImageSwitcher {
	width: 275px;
	height: 465px;
}

#contentContainer {
	float: left;
	width: 532px;
	height: 465px;
	overflow: hidden;
}
	#contentContainer h1 {
		background: black 18px center no-repeat;
		height: 20px;
		margin: 10px 0 6px 0;
	}
	#contentContainer a.current {
		font-weight: bold;
		font-size: 110%;
		color:white !important;
	}
	#contentContainer .submenu {
		padding: 4px 0 4px 13px;
		background-color: #262626;
		color: #fff;
		font-size: 11px;
	}
		#contentContainer .submenu a {
			color: #808080;
			text-decoration: none;
			padding: 0 5px;
		}
		#contentContainer .submenu a:hover {
			color: #fff;			
		}
	#contentContainer .subSubmenu {
		padding: 4px 0 4px 13px;
		background-color: #3a3a3a;
		color: #fff;
		font-size: 10px;
	}
		#contentContainer .subSubmenu a {
			color: #808080;
			text-decoration: none;
			padding: 0 5px;
		}
		#contentContainer .subSubmenu a:hover {
			color: #fff;

		}
	#contentContainer .content {
		overflow: auto;
		overflow-x: hidden;
		height: 371px;
	}
	#contentContainer .content .padder {
		padding: 10px 17px;
		text-align: justify;
	}

#footer {
	color: #fff;
	clear: both;
	padding-left: 18px;
	height:40px;
	background:black;
	border-top:1px solid #373737;
}
	#footer div {
		float: left;
		margin-top: 7px;
	}
	#footer .city {
		width: 100px;
	}
	#footer .telephone {
		width: 376px;
	}

ul, li {
	margin: 0;
	padding: 5px 0;
}

ul {
	margin-left: 16px;
	list-style-type: square;
}

h2 {
	text-align: left;
	font-size: 15px;
	color: #b8b8b8;
	margin-top: 4px;
	margin-bottom: 6px;
	font-weight: normal;
}

table, td, th {
	border-collapse: collapse;
	margin: 0;
}
.imageList {
	margin-left: -10px;
	margin-top: 16px;
	height: 212px;
	width: 374px;
	overflow: hidden;
	cursor: default;
}
.imageList img {
	margin-left: 12px;
	margin-bottom: 12px;
	cursor: pointer;
}

#search {
	float: right;
	margin-right: 17px;
	margin-top: 6px;
	height: 10px;
	width: 56px;
	background: black url('../img/zoeken.gif') center center no-repeat;
}
#search:hover {
	background-image: url('../img/zoeken_hover.gif');
}


/* */

.product_thumbs {
	float : left;
	margin-right : 10px;
	margin-bottom : 10px;
	width : 60px;
	height : 60px;
}
.product_thumbs a {
	display : block;
	width : 60px;
	height : 60px;
}

.product_thumbs a:hover img {
	visibility : hidden;
}

.order_div {
	height : 15px;
	clear: both;
	margin-bottom: 7px;
}