BODY									{	
												margin: 0; 
												font-family:Arial, Helvetica, sans-serif;
												background-color:#FFFFFF; 
												font-size: 12px; 
												color: #000000;  
											}


DIV.content_panel a.items_info_button										{	
											color:#00417B;
											text-decoration: none; 
}
											
DIV.content_panel a											{	
											color:#08427c;
											text-decoration: underline; 
}
											
DIV.content_panel a:hover								{	
												text-decoration: none; 
											}
											
DIV.content_panel a:visited							{}

DIV.content_panel a:active							{}

DIV.content_panel a.selected						{ 
												color: #FF6B11; 
												text-decoration:none; 
											}

.items_info_button {
	color: #FFF;
}


table									{
												font-size:100%;
											}

div.backholder {
	clear: both;
	height: 35px;
}


									
a.selected:hover			{ 
												text-decoration: none; 
											}


TABLE.MAIN						{
												width: 100%; 
												height: 100%; 
												font-size: 100%; 
											}

TABLE.MAIN_TABLE 			{
												width: 100%; 
												border-collapse: collapse;
												border:0px solid #000000;
											}


span.redcolor 				{
												color: #D32121;
											}

DIV.Top			{ 
								text-align:right;
								padding-top: 0px; 
								padding-left: 0px; 
								height: 190px; 
								vertical-align: top; 
								background-color: #6B6B6B;
								background-image: URL(/images/bg_title.gif);
								z-index: 100;
						}

DIV.MainFrame				{ 
											width:100%;
											min-height:500px; 
											height:100%;
										}

DIV.flash_holder		{ height:164px; z-index:100; } 

DIV.Main		{ 
							margin-right:210px;
							vertical-align: top; 
							padding: 12px;
						  min-height:500px;
							background-position: bottom right;
							background-repeat: no-repeat;
							padding-bottom: 50px;
						}

DIV.Right			{ 
							float:right;
							width: 210px;
							background-position: bottom right;
							background-repeat: no-repeat;
							border-left:1px solid #D32121;
							vertical-align: top; 
							padding-top: 7px; 
							padding-bottom: 50px;
							height: 100%; 
							background-color: #232323; 
						  min-height:500px;
						}


DIV.footer	{ 
							font-size: 80%; 
							color: #666666; 
							height: 24px;
							text-align: center;  
							background-color:#D4D0C8;
						}

DIV.Left			{ 
							float:left;
							width: 190px; 
							vertical-align: top; 
							padding-top: 7px; 
							padding-bottom: 10px; 
							height: 100%; 
							background-color: #F5F5F5; 
							margin-right:18px;
						  min-height:500px;
						}

span.spacing		{	width:10px;	}


div.search			{
									position:absolute;
									top: 130px;
									width:100%;
									z-index:10;
								}

div.producttitle { /* 27px; */
								background-image: url(/images/product_tback.gif);
								border-top: 1px solid #6E6E6E;
								border-bottom: 1px solid #6E6E6E;
								color: #FFFFFF;
								font-weight: bold;
								font-size: 16px;
								height: 16px;	
								padding: 5px;	
								/*	width: 209px; */
						}


DIV.Menu		{ 
							background: url(../images/menu_back.gif);
							background-position: top;
							padding-top: 5px;
							z-index: 100;	
							background-repeat: repeat-x;
							height: 28px; /* 28px */
							width: 100%;
						}

/*
h1					{ 
							color:#FFFFFF;
							padding-left:5px;
							font-size: 100%; 
							padding-bottom:5px;
							background-image: URL(/images/item_tback.gif);
							background-repeat: repeat-x;
							text-transform:capitalize;
						}
*/

h2				{ 
							color: #08427c;
							font-size: 10pt;
							font-weight: bolder;
							text-transform: uppercase;
							margin: 0px;
							padding: 0px;
							padding-left:5px;
						}

a.nieuws_link				{ 
							color: #029A67;
							font-size: 13px;
							font-weight: bolder;
							margin: 0px;
							padding: 0px;
							padding-left:5px;
						}


p						{ 
							padding:0px;
							padding-left: 10px;
						}

.Content_Text	{ 
								padding-left: 20px; 
							}

INPUT 				{ font-size:100%;	}
FORM					{ padding:0px; margin:0px; }

form.form_fixed  label {
	width: 150px;	
	float: left;
	display: block;
}
form.form_fixed  input {
	float: left;
	display: block;
}
form.form_fixed  br {
	clear: left;
}

table.nicelist  th {
	background-image: url(../images/item_tback.png);
	height: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #029D6A;
	padding: 2px 8px;
	text-align: left;
}

table.nicelist td {
	padding: 2px 2px;
	border-bottom: 1px solid #D9D9D9;
}
 

.topredline {
border-top:1px solid #FF0000;
}

.ProductImageBorder {
border:1px solid #D0D0D0;
}

.ProductInfoEnd {
border-top:1px solid #D9D9D9;
}





.form_onderdeel {
	width:250px;
	text-align:center;
	background-image:				url('/images/onderdeel_submit_background.png') !important;
	
	height:							24px;

	padding:						3px;

	border:							0;
	background-color:				transparent;
	background-repeat:				no-repeat;
	background-position:			center center;

	cursor:							pointer;

	font-family:					Arial, Verdana, sans-serif;
	font-size:						12px;
	font-weight:					bold;
	color:							#efefef;
	display: block;
	line-height:23px;

}

a.form_onderdeel {
	font-family:					Arial, Verdana, sans-serif;
	font-size:						12px;
	font-weight:					bold;
	color:							#fff !important;
	text-decoration:				none !important;
}

.form_onderdeel_large {
	width:350px;
	text-align:center;
	background-image:				url('/images/onderdeel_submit_background_large.png') !important;
	
	height:							24px;

	padding:						3px;

	border:							0;
	background-color:				transparent;
	background-repeat:				no-repeat;
	background-position:			center center;

	cursor:							pointer;

	font-family:					Arial, Verdana, sans-serif;
	font-size:						12px;
	font-weight:					bold;
	color:							#efefef;
	display: block;
	line-height:23px;

}

a.form_onderdeel_large {
	font-family:					Arial, Verdana, sans-serif;
	font-size:						12px;
	font-weight:					bold;
	color:							#fff !important;
	text-decoration:				none !important;
}
