/* default objects */
html{
	margin:0px;
	padding:0px;
}

body{
	text-align:center; /* center the site, for windows & IE */
	font-size:11px;
	font-family:Verdana,Arial;
	color:#ff0000;
	font-color:#000000;
	background-color:#FFFFFF;
	background-image:url("../images/bg_sepa.gif");
	background-repeat:repeat-x;
	background-position:top;
	scrollbar-overflow:visible;
}
.header,.product_header{
	padding: 5px 0px 5px 0px;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	color:#A02D2D;
}
.text{
	color:#000000;	
	text-align:justify;
	border: 0px solid #A1B28F;
	background-color: #F8F8F8;
	border-style:solid;
	padding:10px;
	margin-top:0px;
	margin-left:10px;
	margin-right:20px;
	margin-bottom:20px;
	line-height:normal;
	
}

.bestellen{
	color:#FFFFFF;	
	text-align:justify;
	border: 0px solid #FFFFFF;
	background-color: #A02D2D;
	border-style:solid;
	padding:10px;
	margin-top:0px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	line-height:normal;
}

.text img{
	margin:2px 6px 6px 6px;
}
.text table{
	width:100%;
}
.text li{ /* make sure lists are centered out to the left. */	
	text-align:left;
	line-height:2;
}

.bestellen img{
	margin:4px;
}
.bestellen table{
	width:100%;
}
.bestellen li{ /* make sure lists are centered out to the left. */	
	text-align:left;
	line-height:2;
}

#flash {
	margin:0px;
	text-align:right;
}


ol {
list-style-image:url("../images/vink.gif");
}

#logo{ /* logo layer */
	border: 0px solid #000000;
	border-color:#000000;
	border-style:solid;
	width:750px;
	height:244px;
	background-position:center;
	background:url("../images/bovenkant.jpg") no-repeat top left;
	background-repeat:no-repeat;
}

/* menu layer */
#menu li{
	margin-right:8px;
}

#menu{
	border:0px solid #FF0000;
	text-align:center;
	width:750px;
	height:27px;
	vertical-align:top;
	margin-top:-27px;
}

/* loads of small spacer div's */
#menu_top_spacer{
	height:4px;
	font-size:1px;
	border:1px solid #000000;
	border-color:#000000;
	border-style:solid;
	background-color:#FF0000;
	width:100%;
}
#menu_bottom_spacer{
	display:none;
	height:4px;
	font-size:1px;
	border:0px solid #000000;
	border-color:#000000;
	border-style:solid;
	background-color:#FF0000;
	width:100%;
}
#content_left_top_spacer{
	display:none;
	height:0px;
	font-size:0px;
	border:1px solid #000000;
	border-color:#000000;
	border-style:solid;
	background-color:F8F8F8;
}
#content_right_top_spacer{
	display:none;
	height:0px;
	font-size:0px;
	border:1px solid #000000;
	border-color:#000000;
	border-style:solid;
	background-color:#F8F8F8;
}

#content_bottom_spacer{	
	clear:both;
	width:100%;
	height:10px;
	background-position:center;
	background-repeat:no-repeat;
}
#container{ /* overall container */
	margin:auto; /* for nonwindows/mozilla */
	align:center;
	width:750px;	
	vertical-align:top;
	background-image:url(../images/bg_tekst.gif);
	background-repeat:repeat-y;
	background-position:center;	

}
#content{ /* content block */
	width:750px;
	vertical-align:text-top;
	text-align:justify;
}
#content a{
	color:#F8F8F8;
	text-decoration:none;
}
#content a:hover{
	color:#F8F8F8;
	text-decoration:none;
}
/* content area for the pages with just one plane*/
#center{	
	width:750px;
}
#content_center{
	border: 0px solid #000000;
	border-color:#F8F8F8;
	border-style:solid;
	padding:10px 10px 10px 10px;
	background-image:url(../images/bg_tekst.gif);
	background-repeat:repeat-y;
	background-position:center;	
	align:center;
}
/* content area for (the index) which has two planes */
#left{	
	width:487px;
	overflow:hidden;
	float:left;	
}
#right{	
	width:263px;
	overflow:hidden;
	float:left;
}

#content_left{
	border: 0px solid #000000;
	border-color:#000000;
	border-style:solid;
	width:487px;
	min-width:487;
	padding:0px 0px 0px 0px;
	background-image:url(../images/bg_tekstlinks.gif);
	background-repeat:repeat-y;
}
#content_right{
	border: 0px solid #000000;
	border-color:#000000;
	border-style:solid;
	padding:10px 10px 10px 10px;
	background-color:#A02D2D;	
}
#content_top_spacer{
	display:none;
}
/* other object */
#copyright{
	align:center;
	min-width:750px;
	width:750px;
	padding:10px 0px 0px 0px;
	text-align:center;
	background-color:#FFFFFF;
	color:#555555;
	font-size:10px;
}

a.bestel_knop{
	border: 1px solid #FFFFFF;
	background-color:#A02D2D;
	color:#FFFFFF;
	width:100px;
	padding:0px 4px 0px 4px;
	margin:4px 4px 4px 4px;
}
a.bestel_knop:hover{
	color:#FFFFFF;
	border: 1px solid #FFFFFF;
	width:100px;
	background-color:#F3F9ED;
	padding:0px 4px 0px 4px;
	margin:4px 4px 4px 4px;
}
textarea{
	color:#A02D2D;
	font-weight:bold;
	border: 1px solid #A02D2D;
	border-style:solid;
	text-decoration:none;
	scrollbar-base-color:#FF0000;
}

@media print{
	.noprint{
		display:none;
		position:absolute;
	}
}

.product_images{
width:60px;
	}

#boxtwo .header, #boxthree .header, #boxfour .header{
	padding-bottom:3px;
	padding-top:20px;
	color:#282828;
	font-size:14px;
	font-family:arial;
	text-align:left;
	}
#boxtwo .header {
	
}
#boxone img {
	height:50px;
	}

#boxone, #boxtwo , #boxthree, #boxfour{
	padding:2px;
	margin:8px;
	color:#282828;
	border:1px solid #A02D2D;
	text-align:left;
}

#boxfive .header {
	display:none;
}


#boxfour {
	padding-top:20px;
	padding-bottom:30px;
	}
#boxfive {
	padding-bottom:30px;
}

#boxone .header, #boxone .product_header {
font-size:12px;
font-weight:bold;
color:#000000;	
margin-top:10px;
}


.product_descriptions img{

} 

.product_description{
	font-size:10px;
	font-weight:100;
	float:left;

} 
.product_descriptions{

} 

.productrow_one{

}

.productrow_two{

}

.product_header{
	display:block;
}


.dollar_prices, .euro_prices, .product_descriptions, .product_radios{
	
}

.oldprice {
	display:none;
}

.euro_prices, .product_radios {
	display:block;
	float:left;
	margin-top:10px;
}

.paylist input{
	margin-bottom: 20px;
}