﻿body 
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #fff0c9;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #fff;
}

div#header
{
	width: 640px;
	height: 140px;
	margin: 0;
	padding: 0;
	background: #fff0c9 url('../images/header_bg.jpg') no-repeat top left;
}

div#body
{
	width: 524px;
	min-height: 240px;
	height: auto;
	_height: 240px;
	margin: 0;
	padding: 0 60px;
	background: #fff0c9 url('../images/body_bg.gif') repeat-y top left;
}

div#footer
{
	width: 524px;
	height: 60px;
	margin: 0;
	padding: 30px 60px;
	background: #fff0c9 url('../images/footer_bg.gif') no-repeat top left;
	font-weight: bold;
}

div#footer_banner
{
	width: 524px;
	height: 80px;
	margin: 0;
	padding: 10px 60px 30px 60px;
	background: #fff0c9 url('../images/footer_bg.gif') no-repeat top left;
	font-weight: bold;
}

div#footer_banner ul
{
	list-style: none;
	float: left;
	width: 283px;
	height: 60px;
	margin: -10px 0 0 13px;
	padding: 0;
}

div#footer_banner ul li
{
	float: left;
	margin: 0;
	padding: 0;
}

h1
{
	display: block;
	width: 504px;
	height: 26px;
	text-align: right;
	margin: 0;
	padding: 0 20px 0 0;
	background-image: url('../images/ruler.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 16px;
}

h2
{
	font-size: 12px;
	font-weight: bold;
}

h3
{
	font-size: 10px;
	font-weight: bold;
}


a
{
	color: #81571d;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

form
{
	margin: 0;
	padding: 0;
}

fieldset
{
	display: block;
	margin: 0;
	padding: 20px 0 20px 0;
	border: none;
	background-image: url('../images/ruler.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

legend
{
	display: none;
}

input
{
	display: block;
	float: left;
}

input.text, select, span.value
{
	border: 1px solid #8c6023;
	background-color: #f5eccf;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #8c6023;
	padding: 4px;
}

input.radio, span.radio input
{
	vertical-align: middle;
	height: 30px;
	margin: 0 5px 0 0;
}

input.image
{
	margin: 0 0 0 16px;
	float: right;
}

input.imageCheckbox
{
	margin-left: 19px;
}

.frmRow
{
	height: 30px;
}

label, span.label
{
	font-weight: bold;
	color: #8c6023;	
	display: block;
	float: left;
	clear: left;
	width: 140px;
}

.radioButtonList label
{
	width: auto;
	margin-right: 15px;
}

div#generalInfo
{
	float: left;
	color: #8c6023;	
	font-weight: bold;
	margin: 0 10px 10px 0;
	padding: 10px;
	border: 1px solid #b3854a;
	background-color: #f5eccf;
	line-height: 14px;
}

div#disclaimer
{
	color: #8c6023;	
	margin: 10px 10px 10px 0;
	padding: 10px;
	border: 1px solid #b3854a;
	background-color: #f5eccf;
}

span#disclaimer
{
	float: right;
}

span.radio label
{
	clear: none;
	line-height: 30px;
}

img
{
	border: 0;
}

span.error
{
	font-weight: bold;
	line-height: 20px;
}

div.errorSummary
{
	border: 1px solid #f00;
	background-color: #f5eccf;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	padding: 0;
	margin: 20px 0;
}

div.errorSummary ul
{

}

div.hr
{
	display: block;
	width: 524px;
	height: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	background-image: url('../images/ruler.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

p.info
{
	font-weight: bold;
}

p.info a.text
{
	color: #fff;	
}

ul.info
{
	list-style-type: square;
	margin: 0 0 0 15px;
	padding: 0;
font-weight: bold;
}

div#totaal
{
	border: 1px solid #b3854a;
	background-color: #f5eccf;
	width: 512px;
	padding: 3px;
	margin: 15px 0 0 0;
	color: #81571d;
	font-weight: bold;
	text-align: right;
}

table.grid
{
	border-collapse: collapse;
	border: 1px solid #b3854a;
	width: 520px;
}

table.grid tr.header th
{
	background-color: #c38a57;
	border: 1px solid #b3854a;
}

table.grid tr td
{
	color: #81571d;
	padding: 3px;
	border: 1px solid #b3854a;
}

table.grid tr td.center
{
	text-align: center;
}

table.grid tr td.prijs
{
	text-align: right;
	width: 60px;
}

table.grid tr.row td
{
	background-color: #f5eccf;
}

table.grid tr.altRow td
{
	background-color: #eee4c4;
}

div#generalInfo
{
	/*
	background-color: #f5eccf;
	border: 1px solid #b3854a;
	color: #81571d;
	padding: 3px;
*/
}

div#generalInfo span.label
{
	font-weight: bold;
	color: #8c6023;	
	display: block;
	clear: both;
}

span.message
{
	display: block;
	width: 524px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-weight: bold;
}

div.systemError
{
	border: 1px solid #900;
	color: #900;
	background-color: #f5eccf;
	font-size: 12px;
	font-weight: bold;
	padding: 15px 15px 15px 50px;
	margin: 20px 0;
	background-image: url('../images/error.gif');
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

span.checkboxText
{
	line-height: 20px;
}

div.loading
{
	color: #8c6023;	
	border: 1px solid #b3854a;
	background-color: #f5eccf;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0;
	margin: 50px 0 0 0;
}

div.loading img
{
	clear: both;
	margin: 10px 0;
}

/* STYLES FOR IDEAL PAYMENT */

body.IDealTemplate div#body
{
	width: 524px;
	min-height: 240px;
	height: auto;
	_height: 240px;
	margin: 0;
	padding: 0 60px 80px 60px;
	background: #fff0c9 url('../images/body_bg.gif') repeat-y top left;
}

td.ncolh1			{color: #81571d;}
td.ncoltxtl			{color: #81571d; font-weight: bold; text-align: right;}
td.ncoltxtl2		{color: #81571d; font-weight: bold; text-align: right;}
td.ncoltxtr			{color: #81571d; font-weight: bold; text-align: left;}
td.ncoltxtc			{color: #81571d; font-weight: bold; text-align: center;}
td.ncollogol		{color: #81571d; font-weight: bold; text-align: right;}
td.ncollogor		{color: #81571d; font-weight: bold; text-align: left;}
td.ncollogoc		{color: #81571d; font-weight: bold; text-align: center;}
td.ncoltxtmessage	{color: #81571d; font-weight: bold;}
td.ncolinput		{color: #81571d;}
td.ncolline1		{color: #81571d;}
td.ncolline2		{color: #81571d;}
input.ncol			{background-color: #c38a57; color: #fff; font-weight: bold; font-size: 11px; border-top: 1px outset #d89e6a; border-right: 1px outset #ad7745; border-bottom: 1px outset #ad7745; border-left: 1px outset #d89e6a; }
table				{width: 100%;}
table.ncoltable1	{background-color: #f5eccf; border: 1px solid #b3854a; width: 100%; margin: 0 0 10px 0; padding: 10px;}
table.ncoltable2	{background-color: #f5eccf; border: 1px solid #b3854a; width: 100%; margin: 0 0 10px 0; padding:  10px;}
table.ncoltable3	{position: absolute; border: none; width: 620px; margin: 0 0 0 -50px; padding:  10px;}

table.ncoltable1 td {padding: 6px}
table.ncoltable2 td {padding: 6px}

table.ncoltable2 td input
{
	margin-left: 120px;
}

table.ncoltable1 form {margin: 0; padding: 0}
table.ncoltable2 form {margin: 0; padding: 0}
table.ncoltable3 form {margin: 0; padding: 0}

.DDtxt {text-align: left;margin-left:2em;font-weight: normal;margin-top:0;}
.DDlabel {text-align: left; margin-left:4em;font-weight: normal;margin-top:0;}
.DDdata {font-weight: normal;margin-top:0;}
.MKtxt {text-align: left;font-weight: bold; margin-left:2em;margin-top:0;}
.MKlabel {text-align: left; margin-left:4em;font-weight: normal;font-style:italic;margin-top:0;}
td.ncoltxtr p.MKlabel {margin-left:0;}
.MKdata {font-weight: normal;margin-top:0;}
.DDimp {font-weight: bold;margin-left:2em;text-align: left;margin-top:0;}
.DDsection {font-weight: bold;margin-left:0em;text-align: left; margin-top:1em; margin-bottom: 0em;}