
/* default objects */
html{
	margin:0px;
	padding:0px;
}
body{
	text-align:center; /* center the site, for windows & IE */
	font-size:12px;
	font-family:Verdana,Arial;
	color:#ff0000;
	background-color:#E3E3E3;
	padding:0px;
	margin:0px;

}

body img {
	margin:0px;
	padding:0px;
}
.header,.product_header{
	padding: 3px;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	color:#333333;
}

.error{
	font-weight:bold;
	color:#f00;
}
.text{
	color:#000000;
	text-align:left;
}

#textblok{
	color:#404040;
	text-align:justify;
	line-height:18px;
	font-family:verdana;
	font-size:12px;
	margin:5px 5px 5px 5px;
}

#logo{ /* logo layer */
	border: 0px solid #000000;
	border-color:#000000;
	border-style:solid;
	margin:auto;
	width:760px;
	height:270px;
	background: url("images/header.jpg") ;
	background-repeat:no-repeat;
	background-position:center;
}

#onderkant {
	border: 0px solid #000000;
	width:760px;
	margin:auto;
	height:26px;
	background: url("images/onderkant.jpg");
	background-repeat:no-repeat;
	background-position:center;
	clear:both;
}


#container{ /* overall container */
	margin:auto; /* for nonwindows/mozilla */
	width:760px;
	background-color:#FFFFFF;
	
}
#content{ /* content block */
	width:760px;
	margin:auto;
	text-align:center;
}

/* content area for the pages with just one plane*/

/* content area for (the index) which has two planes */
#left {	
	float:left;
	width:500px;
}
#right {	
	float:left;
	width:255px;
	
}

ol {
	word-spacing:0px;
	display:inline;
	}
	

.content_left{
	border: 0px solid #ff0000;
	text-align:left;
	color:#3F3F3F;
	font-family:verdana;
	font-size:11px;
	line-height:15px;
	padding-left:10px;
}

.content_right{
	border: 0px solid #ff0000;
	color:#3F3F3F;
	text-align:left;
	font-family:verdana;
	font-size:11px;
	line-height:17px;
	margin:5px;
}

a {
	color:#3F3F3F;
	text-align:left;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;	
   }


/* other object */
#copyright{
	align:center;
	width:700px;
	padding:10px 0px 0px 20px;
	text-align:left;
	color:#555555;
	font-size:10px;
}

input,select,textarea,value{
	color:#000000;
	background-color:#FFFFFF;
	font-weight:bold;
	border: 1px solid #295AA3;
	border-style:solid;
	text-decoration:none;
	scrollbar-base-color:#FF0000;
}

#footer {margin-top:20px; height: 21px; width: 100%; text-align: center; line-height: 21px; border-bottom: 1px solid #22539C; border-top: 1px solid #22539C; background-color: #92B5EA; font-size: 10px; color: #515151; }
#footer a { 
	color: #434343;
	font-size:10px;
	text-decoration:none;
 }

/*quick order form */

.product_images{
	display:none;

} 

#boxone .header {
font-size:11px;

}

#boxone {
	line-height:25px;
}
#boxone .product_header {
display:none;
}

#boxtwo .header, #boxthree .header, #boxfour .header, #boxfive .header{
	font-size:11px;
}

.product_descriptions img{
	width:400px;
	display:block;
} 
.price {
	padding:40px;
	line-height:20px;
	margin:15px;
}

.oldprice {
	display:none;
}

.product_description{
	font-weight:bold;
} 
.product_descriptions{
	display:block;
	margin-right:20px;
	padding-right:20px;

} 
.productrow_one{

}

.productrow_two{

}

.product_header{
	display:block;
}


.dollar_prices, .euro_prices, .product_descriptions, .product_radios{
	
}

.euro_prices {

}

.paylist input{
	margin-bottom: 20px;
}

/*quick order form end*/

