html{
	margin:0px;
	padding:0px;
}
body {
	margin:0;
	padding:0;
}
body{
	text-align:center; /* center the site, for windows & IE */
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_site.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

body img {
	margin:0px;
	padding:0px;
}
#container{ 
	margin:0 auto; 
	padding:0px;
	width:750px;
	border-left:3px solid #9F6082;
	border-right:3px solid #9F6082;
	background-color:#FFFFFF;	
}
#logo{ /* logo layer */
	width:750px;
	height:191px;
	background-image: url("images/bovenkant.jpg") no-repeat;
	background-position:center;
	padding-bottom:10px;
}
#left {	
	float:left;
	width:215px;
	text-align:left;
}
#right {	
	float:left;
	width:530px;
	text-align:justify;
}
#content{ /* content block */
	width:750px;
	text-align:justify;	
	margin:0 auto;
	background-color:#FFFFFF;
}
.header, .product_header{
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
	font-weight:bold;
	font-size:13px;
	text-align:left;
	color:#662548;
}
.error{
	font-weight:bold;
	color:#f00;
}
.text{
	color:#000000;
	text-align:left;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333333;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#763055;
}

.text{
	color:#202020;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:480px;
	margin:0 auto;
	line-height:17px;
}

/* menu layer */
#menu{
	margin:0 auto;
	border:0px solid #000000;
	width:750px;
	height:31px;
	font-size:0px;
	background-image:url(images/menu/bg_menu.gif);
	background-repeat:repeat-y;
}

#menu li {
	padding-left:26px;
	float:left;
	}
#menu ul {
	list-style-type:none;
}

.formlist li{
	list-style-type:none;
	list-style-position:outside;
	margin-top:4px;
}
#content a{
	color:#FF0000;
	text-decoration:none;
}
#content a:hover{
	color:#FF0000;
	text-decoration:none;
}
/* content area for the pages with just one plane*/

#content_center{
	border: 0px solid #000000;
	border-color:#000000;
	border-style:solid;
	height:100%;
}

/* content area for (the index) which has two planes */


/* other object */
#copyright{
	width:756px;
	border-top:3px solid #9F6082;
	margin:0 auto;
	text-align:center;
	color:#555555;
	font-size:10px;
}
#copyright a {
	color:#555555;
	font-size:10px;
	text-decoration:none;
}
#copyright a:hover {
	text-decoration:underline;
}


#copyright ul {
	list-style-type:none;
}
#copyright li {
	float:left;
	padding-right:5px;
}

.product_table{
	border: 0px solid #000000;
}
.oldprice{
	color:#FF0000;
	text-decoration:line-through;
}
.price{
	color:#FF0000;
	font-weight:bold;
}

a.bestel_knop{
	border: 0px solid #000000;
	width:100px;
	padding:0px 4px 0px 4px;
	margin:4px;
}
a.bestel_knop:hover{
	border: 0px solid #FF0000;
	width:100px;
	padding:0px 4px 0px 4px;
	margin:4px;
}
input,select,textarea,value{
	color:#FFFFFF;
	background-color:#88A9AE;
	font-weight:bold;
	border: 1px solid #000000;
	border-style:solid;
	text-decoration:none;
	scrollbar-base-color:#FF0000;
}

/*order */

.product_images{
   display:none;
} 
.product_descriptions img{
   display:none;
} 
.product_description{
   display:block;
} 
.product_descriptions{
}
 .productrow_one{
}
.productrow_two{
}
product_header{
}
.dollar_prices, .euro_prices, .product_descriptions, .product_radios{
	padding:4px;
	border-bottom:1px solid #550003;
}
.euro_prices {
	border-right:1px solid #550003;
}