/* top level html containers */

html {
	height: 100%;
	overflow: auto;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #121212 url(../images/header.png) top left no-repeat;
	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: #830708;
}

a:hover {
	color: #ff0f10;
}

table, form, p {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

.colorized {
	background-image: url(../images/shade.png);
}

/* form validation */

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color: #FF3300;
}

input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color: #000;
}

.validation-advice {
	color: #FF3300;
	font-weight: bold;
}

.custom-advice {
	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 */

#wrapper {
	position: absolute;
	left: 50%;
	top: 40%;
	/*top: 50%;*/
	width: 1024px;
	margin-left: -490px;
	height: 697px;
	/*height: 497px;*/
	margin-top: -246px;
	overflow: hidden;
	text-align: left;
}

.box {
	height: 665px;
	/*height: 465px;*/
	overflow: hidden;
	border: 0 solid #2e2e2e;
	background-color: white;
	position: relative;
}

#menu {
	float: left;
	width: 173px;
}

.logo {
	position: absolute;
	width: 540px;
	height: 200px;
	background: transparent url(../images/logo.png) no-repeat;
	left: 232px;
	top: 188px;
	z-index:99;
}

#menu a {
	display: block;
	text-align: center;
	height: 6px;
	background: center center no-repeat;
	/* background: 18px center no-repeat; */
		padding: 7px 0;
}

#menuImage {
	float: left;
	width: 238px;
	height: 665px;
	/*height: 465px;*/
	background-image: url(../images/mindy-zw-menu.png);
}
#menuImage .logoFullSmall {
	height: 74px;
	background: transparent url(../images/kleinlogo.png) no-repeat center center;
	margin-top: 40px;
}


#contentContainer {
	float: left;
	width: 786px;
	height: 665px;
	/*height: 465px;*/
	overflow: hidden;
	/*filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;*/
	background: url(../images/mindy-zw-content.png) no-repeat;
}

#contentContainer h1 {
	background: #000 18px center no-repeat;
	height: 20px;
	margin: 10px 0 6px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	padding-left: 18px;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
}

#contentContainer a.current {
	font-weight: bold;
	font-size: 110%;
	color: white !important;
}

#contentContainer .submenu {
	padding: 4px 0 4px 13px;
	background-color: #333;
	color: #fff;
	font-size: 11px;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
}

#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: #191919;
	text-decoration: none;
	padding: 0 5px;
}

#contentContainer .subSubmenu a:hover {
	color: #4c4c4c;
}

#contentContainer .content {
	overflow: auto;
	overflow-x: hidden;
	width: 776px;
	height: 600px;
	/*height: 400px;*/
}

#contentContainer .content .padder {
	padding: 10px 17px 0;
	text-align: justify;
	color: #000;
}

#contentContainer .content .padder p {
	text-align: left;
	font-size: small;
}

#footer {
	color: #fff;
	clear: both;
	padding-left: 18px;
	height: 40px;
	background: black;
	border-top: 1px solid #373737;
	font-size: 10px;
}

#footer div {
	float: left;
	margin-top: 7px;
}

#footer .right {
	float: left;
	width: 400px;
}

#footer .left {
	float: left;
	width: 400px;
}

ul, li {
	margin: 0;
	padding: 5px 0;
	line-height: 12px;
}

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('../images/zoeken.gif') center center no-repeat;
}

#search:hover {
	background-image: url('../images/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: 5px;
}