/* CSS Document */
html, body {
	margin: 0;
	background-color: #000000;
	text-align: center;
}
td,th, div, span, p, h1, h2, h3, input, textarea, select {
	font-family: Arial, helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover, a:active{
	text-decoration: underline;
	color: #000000;
}
h1 { 
	font-family: arial, helvetica;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	text-transform: uppercase;
	font-weight:bold;
	margin-top: 0;
}
h2 { 
	font-family: arial, helvetica;
	font-size: 13px;
	color: #000000;
	font-weight:bold;
}
h3 { 
	font-family: arial, helvetica;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin:0;
}
table {
	border: 0px solid white;
}
tr {
	vertical-align: top;
}
#wrapper {
	position:relative;
	margin: 0 auto;
	width: 935px;
	text-align: left;
	z-index:2;
/*
	border: 1px solid red;
*/
}
#bliksem {
	position: absolute;
	top: 18px;
	left:0;
	width:402px;
	height:200px;
	background-image:url(/images/structure/bg_top.jpg);
	background-repeat: no-repeat;
	padding-left: 533px;
	z-index:1;
}
#container {
	position:relative;
	margin: 0 auto;
	width: 935px;
	text-align: left;
	z-index: 3;
}
#bovenkant {
	text-align: right;
	padding-right: 14px;
	background-image: url(/images/structure/top.jpg);
	background-repeat:no-repeat;
	/* height:19px; !has inline style in html */
	white-space: nowrap;
	border: 0px solid transparent;
}

#top {
	width: 935px;
	height: 144px; 
}
.input_select_language {
	margin: 0px;
	padding: 0px;
	border: 1px solid white;
	height: 15px;
}
.input_select_language, .input_select_language option {
	font-family: Arial, Helvetica;
	font-size: 7pt;
}
.input_select_language option {
	vertical-align: middle;
}
.heading_language {
	padding-left: 730px;
}
#logo {
	position: absolute;
	top: 26px;
	left: 0;
	z-index:-3;
}
#menu {
	position:absolute;
	top: 162px;
	left: 0px;
	background-image:url(/images/structure/bg_menu.png);
	background-repeat:no-repeat;
	width: 925px; 
	height:48px; /* 32px; */
	padding-left:10px;
	z-index:4;	
}

#login_wrapper {
	z-index: 4;
	position: absolute;
	width: 125px;
	top: 18px;
}

#midden {
	margin-top: 33px;
	/* menu is absoluut gepositioneerd, daarom heeft het midden marge aan de top */
	background-image: url(/images/structure/bg_mid.jpg);
	background-repeat: repeat-y;
}
#top_content {
	background-image:url(/images/structure/bg_heading.png);
	background-repeat:no-repeat;
	height: 60px;
	padding-left: 27px;
	padding-top: 20px;
	width: 908px;
	color: #ffffff;
	font-weight: bold;
}
#rechts {
	position: absolute;
	top: 275px;
	right: 8px;	
	width: 314px;
	padding-left: 22px;
	color: #ffffff;
}
#mid_content {
	width:555px;
	padding-left: 35px;
	z-index:6;
	min-height: 450px;
	height: auto !important;
	min-height: 450px;
}
#logotjes {
	width: 550px;
	height: 100px;
	border-top: 1px solid #CC7105;
	margin-top: 10px;
}
/* #bottom_content {
	background-image: url(/images/structure/bottom.jpg);
	background-repeat:no-repeat;
	font-size:11px;
	color: #666666;
	padding: 37px 0 0 35px;
} */
#bottom_midden {
	background-image: url(/images/structure/bottom.jpg);
	background-repeat:no-repeat;
	height:64px;
	padding: 30px 0 0 14px;
	color: #999999;
	font-size:11px;
}
#submenu {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	width: 315px;
	color: #FF8A00;	
}
a.submenu {
	padding-left: 20px;
	color: #FF8A00;	
	border-bottom: 1px solid #673903;
	display: block;
	line-height: 22px;
}
a.submenu:active, a.submenu:hover {
	padding-left: 15px;
	text-decoration: none;
	color: #ffffff;
	border-left: 5px solid #FF8A00;
}

#basket {

	text-align:left;
	padding:0;
	text-transform:none;
}
#basket_table {
	border:1px solid #FF8A00;
	background-color:#ffffff;
	margin:0px;
}

#cart_logo {
	z-index:1;
	text-align:right;
	position:absolute;
	top:-28px;
	left:285px;
}

#movie {
	padding-top: 15px;
	padding-left: 24px;
}

#featured_products {
	width: 315px;
	margin-top: 15px;
}
#inloggen {
	position:absolute;
	top: 30px;
	left: 802px;
	margin:0px;
	padding:0px;

}
#inlogformulier {
	
	background-image:url(/images/structure/bg_inloggen.gif);
	padding: 0 2px 0 2px;

}
.input_inlog {
	width: 78px;
	border-top: 1px solid #9C9C9B;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid #9C9C9B;
	font-size: 11px;
	margin-bottom: 2px;
	color: #7F8080;
}
.error {
	color: blue;
}

/* popup basket */
#logoff_basket_wrapper {
	position:absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 9;
	text-align: center;
}
#logoff_basket_bg {
	position:absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	
	background-color: black;
	opacity: 0.75;
	filter:alpha(opacity=75);
	z-index: 9;
}
	
#popup_basket {
	position:relative;
	top: 350px;
	left: 0px;
	z-index:9;
}

#popup_basket_content {
	background-image: url(../../images/structure/popup_bg.gif);
	background-repeat: repeat-y;
	padding: 20px;
	background-color: black;
}

.but_zwart, a.but_zwart, .but_zwart a {
	color: #FF8A00;
	font-size: 12px;
	font-weight: bold;
	background-color: #000000;
}
.but_zwart:hover, a.but_zwart:hover, .but_zwart a:hover, .but_zwart:active, a.but_zwart:active, .but_zwart a:active {
	color: #FF8A00;
	font-size: 12px;
	font-weight: bold;
	background-color: #000000;
}

