@charset "utf-8";
body {
	margin: 0px;
}
#page{
	position:relative;
	width: 960px;
	margin: 0 auto 0 auto; /* zorgt voor center-align */
	padding: 0 0 0 0;
}
#topfill{
	width: auto;
	height: 38px;
}
#topbanner{
	width: auto;
	height: 115px;
	overflow:visible;	
}
#menu{
	width: auto;
	height: auto;
	overflow:visible;
}
#switchSites{
	z-index: 20;
	position:relative;
}
#content{
	margin-top: 15px;
	width:960px;
	overflow:visible;
	height:auto;
	min-height: 353px;
	z-index: 1;
}
#categorymenu{
	position: absolute;
	z-index:10;
	width:230px;
	display:none;
}
.subcategorymenu{
	position: relative;
	z-index:10;
	width:186px;
	left: 30px;
}
#podImage{
	position: absolute;
	z-index:3;
	width:334px;
	height:300px;
}
#podContentLayer{
	position: relative;
	top:0px;
	left:0px;
	z-index:4;
}
#podImageTD{
	height: 263px;
}
#podTable{
	width: 334px;
	height: 494px;
}
.podContent{
	height: 231px;
}
#copyright{
	width: 960px;
	overflow: visible;
	padding: 5px;
	height:auto;
}
#rightPanel{
	width: 574px; 
	height: 448px; 
	padding-top:23px; 
	padding-bottom:23px; 
	padding-left:26px; 
	padding-right:26px;
	background-image:url(/img/text_panel.jpg);
	background-repeat:no-repeat;
	overflow-y:hidden;
	overflow-x:hidden;
}
#fullPanel{
	width: 848px; 
	height: 448px; 
	padding-top:23px; 
	padding-bottom:23px; 
	padding-left:26px; 
	padding-right:26px;
	background-image:url(/img/full_panel.jpg);
	background-repeat:no-repeat;
	overflow-y:hidden;
	overflow-x:hidden;
}
#fullPanelScroll{
	width: 848px; 
	height: 446px; 
	padding:0;
	overflow-y:auto;
	overflow-x:hidden;
}
#pageContent{
	overflow-y: auto;
	overflow-x: hidden;
	height:448px;
	width:574px;
	padding-right:10px;
}
#pageLayoutRight{
	width: 566px;
}
#pageLayoutLeft{
	width: 334px;
}
.productTable{
	height:353px;
}
.productImage{
	width:334px;
	height:353px;
}
#productLayer{
	position: absolute;
	z-index:1;
	height:353px;
	width:960px;
	overflow:hidden;
}
.cartTable{
	height:353px;
}
.cartImages{
	width:250px;
}
#cartLayer{
	position: absolute;
	z-index:1;
	height:353px;
	width:959px;
	overflow-x:auto;
	overflow-y: hidden;
}
.checkoutTable{
	height:353px;
}
.checkoutImages{
	width:250px;
}
#checkoutLayer{
	position: absolute;
	z-index:1;
	height:353px;
	width:959px;
	overflow-x:show;
	overflow-y: hidden;
}
#productDetailLayer{
	position: relative;
	z-index:1;
	width:959px;
	overflow:auto;
}
#productDetailText{
	width:100%;
	overflow-x:hidden;
	overflow-y:visible;
}
#Loading{
	position: absolute;
	z-index:9;
	width:300px;
	height:200px;
	display:none;
}
#configParts{
	position: relative;
	overflow-y:auto;
	overflow-x: hidden;
	height:353px;	
}
#cartScroll{
	position: relative;
	overflow-y:auto;
	overflow-x: hidden;
	height:300px;
	border-bottom: solid 1px silver;
}
#checkoutScroll{
	position: relative;
	overflow-y:auto;
	overflow-x: hidden;
	height:330px;
	padding-top:15px;
	padding-right: 15px;
}
#contentScroll{
	width:100%;
	height:100%;
	overflow-y:auto;
	overflow-x:hidden;
}
#topmenu{
	position:absolute;
	top:-180px;
	background-image:url(/img/slidePanelBackground.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:668px;
	height:207px;
	z-index:1000;
	right:0px;
}
.headline-item{
	vertical-align:top;	
	height: 150px;
	border: solid 1px #CCF102;
	padding:10px;
}