/*
	skoda-direct
	***********
*/

/*	Basic markup
	************/

html, body {
	margin:0;
	padding:0;
	font:12px/18px "Arial", sans-serif;
}

body {
	padding:0;
	color:black;
	text-align:center;
	background: #f7fbf7 url(../img/body_bg.png) repeat-x;
/*
	scrollbar-arrow-color: #FFFF00;
	scrollbar-face-color: #FF0000;
	scrollbar-highlight-color: #0000FF;
	scrollbar-3dlight-color: #008000;
	scrollbar-shadow-color: #00FFFF;
	scrollbar-darkshadow-color: #008080;
	scrollbar-track-color: #FFA500;
*/
}


/*	Headings	*/
h1, h2, h3, h4, h5, h6 {
	margin:0 0 5px 0;
	padding:0;
	font-weight:bold;
	color:black;
}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

h1 {
	display:none;
}
h3 {
	font-size: 16px;
	color: #006b36;
}

h4 {
	font-size: 14px;
	color: #006b36;
}

/*	Basic content	*/
p {
	margin:0 0 1.5em 0;
	padding:0;
}

p#instruction
{
    margin: 0;
}

a {
	color:#01a66d;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

img {
	border:0;
	margin:0;
	padding:0;
}



/*	Lists	*/
ul,
ol {
	list-style:none;
	margin:0;
	padding:0;
}


/*	Tables	*/
table {
	border-collapse:collapse;
	border:none;
}

table caption,
table th,
table td {
	margin:0;
	padding:0;
	font-style:normal;
	text-align:left;
	vertical-align:top;
}


/*	Forms	*/
form p .textfldBig {
	float: left;
	border: 1px solid #9c9c9c;
	width: 205px;
	height: 16px;
	background: no-repeat 0 0 url(../gfx/bg_textfield.gif);
}

form p textarea.textfldBig {
	height: 5em;
}

form p select.textfldBig {
	float: left;
	border: 1px solid #9c9c9c;
	width: 207px;
	background: no-repeat 0 0 url(../gfx/bg_textfield.gif);
}

form p.error input,
form p.error textarea
{
	border: 1px solid #ff9600 !important;
}

form p label span.required{
	color: #ff9600;
	font-weight: bold;
}
form div.requiredFields {
	color: #9c9c9c;
}
form div.requiredFields span.required {
	color: #ff9600;
	font-weight: bold;
}

form p span.opdehoogte-checkbox {
	width: 24px;
	float: left;
}
form p span.opdehoogte-text {
	float: left;
	color: #666;
	font-size: 11px;
}


/*	Generic classes
	***************/

.displayNone	{display:none}
.displayInline	{display:inline}
.orange 		{color:#006b36}


/*	Buttons	*/
a,
a:active,
a:focus {
	cursor:pointer;
	cursor:hand;
	outline:none;
	-moz-outline-style:none	
}



/*	Basic layout
	************/
#wrapper {
	position:relative;
	width:780px;
	margin:0 auto;
	padding:107px 0 0 0;
	text-align:left;
	background:no-repeat 0 0 url(../img/bg_header.gif);
	/*border: 1px solid #000;*/
}
#logo {
	position:absolute;
	top:11px;
	left:35px;
}
#logoSkoda {
	position:absolute;
	top:27px;
	right:10px;
}
#skipToNav {
	display:none;
}

/*	Mid	*/
#mid {
	padding:0 0 12px 0;
	/*background:#e9e9e9;*/
}
	#mid p {
		padding-left: 3px;
	}

/*	Main column	*/
#main {
	position: relative;
	float:left;
	margin:0 13px 0 15px;
	width:472px;
}

/*	Navigation	*/
#nav {
	position:absolute;
	top:53px;
	left:0px;
	width:412px;
	height:24px;
	background: no-repeat 0 0 url(../img/header_nav_ul_bg.png);
}
	#nav li {
		/*display:inline;*/
		margin:0;
		padding:0;
		float: left;
	}
	#nav li.first-child {
		margin-left:22px;
	}
		#nav li a {
			display:block;
			float:left;
			margin:6px 14px 0 14px;
			padding:0 5px;
			font-size:14px;
			line-height:24px;
			color:white;
			text-decoration:none;
		}
	#nav a span {
		display:none;
	}
	#nav a.btnHome {
		width: 48px;
		height: 11px;
		background: no-repeat 0 0 url(../img/buttons/btnNav_home.gif);
	}
	#nav a.btnOverSkodaDirect {
		width: 117px;
		height: 11px;
		background: no-repeat 0 0 url(../img/buttons/btnNav_overskodadirect.gif);
	}
	#nav a.btnContact {
		width: 62px;
		height: 11px;
		background: no-repeat 0 0 url(../img/buttons/btnNav_contact.gif);
	}


/* Steps navigation */
ol#ordersteps {
	display:block;
	float:left;
	width: 752px;
	height: 38px;
	margin: 0px 13px 12px 15px;
	padding: 0;
}
	ol#ordersteps span {
		display:none;
	}
		ol li#order_step1, ol li#order_step2 {
			display: block;
			float:left;
			width: 250px;
			height: 38px;
		}
		ol li#order_step3 {
			display: block;
			float:left;
			width: 252px;
			height: 38px;
		}
		ol li#order_step1.active {
			background: no-repeat 0 0 url(../img/buttons/btnStap1_active.gif);
		}
		ol li#order_step1.done {
			background: no-repeat 0 0 url(../img/buttons/btnStap1_done.gif);
		}
		ol li#order_step2 {
			background: no-repeat 0 0 url(../img/buttons/btnStap2_todo.gif);
		}
		ol li#order_step2.active {
			background: no-repeat 0 0 url(../img/buttons/btnStap2_active.gif);
		}
		ol li#order_step2.done {
			background: no-repeat 0 0 url(../img/buttons/btnStap2_done.gif);
		}
		ol li#order_step3 {
			background: no-repeat 0 0 url(../img/buttons/btnStap3_todo.gif);
		}
		ol li#order_step3.active {
			background: no-repeat 0 0 url(../img/buttons/btnStap3_active.gif);
		}
		ol li#order_step3.done {
			background: no-repeat 0 0 url(../img/buttons/btnStap3_done.gif);
		}

/* Titles */
h3 span, h4 span 
{
/*	display:none;*/
}

h3.titleSkodaFabiaEdition {
	display:block;
	width: 229px;
	height: 22px;
	background:no-repeat 0 0 url(../img/titleSkodaFabiaEdition.gif);
}
	h3.titleSkodaFabiaEdition span {
		display: none;
	}
h3.titleSteljeeigeneditionsamen {
	display:block;
	width: 228px;
	height: 19px;
/*	background:no-repeat 0 0 url(../img/titleSteljeeigeneditionsamen.gif);*/
}
h3.titleMijnSkodaFabiaEdition {
	display:block;
	width: 196px;
	height: 41px;
	background:no-repeat 0 0 url(../img/titleMijnSkodaFabiaEdition.gif);
}
	h3.titleMijnSkodaFabiaEdition span{
		display: none;
	}

h3.titleVolgendeStap {
	display:block;
	width: 118px;
	height: 19px;
/*	background:no-repeat 0 0 url(../img/titleVolgendeStap.gif);*/
}

h3.titleWatGaatErGebeuren {
	display:block;
	width: 189px;
	height: 19px;
/*	background:no-repeat 0 0 url(../img/titleWatgaatergebeuren.gif);*/
}
h3.titleMijnGegevens {
	display:block;
	width: 120px;
	height: 18px;
/*	background:no-repeat 0 0 url(../img/titleMijnGegevens.gif);*/
}
h3.titleSpecificaties {
	display:block;
	width: 104px;
	height: 18px;
/*	background:no-repeat 0 0 url(../img/titleSpecificaties.gif);*/
}
h3.titleKoopcontract {
	display: block;
	width: 116px;
	height: 17px;
/*	background:no-repeat 0 0 url(../img/titleKoopcontract.gif);*/
}

h3.titleOfferte {
	display:block;
	width: 63px;
	height: 15px;
/*	background:no-repeat 0 0 url(../img/titleOfferte.gif);*/
}
h3.titleDownloads {
	display:block;
	width: 97px;
	height: 15px;
/*	background:no-repeat 0 0 url(../img/titleDownloads.gif);*/
}
h3.titleProefritbijdealer {
  display:block;
  width: 149px;
  height: 18px;
/*  background:no-repeat 0 0 url(../img/titleProefritbijdealer.gif);*/
}
h3.titleProefritinLeusden {
  display:block;
  width: 159px;
  height: 15px;
  background:no-repeat 0 0 url(../img/titleProefritinLeusden.gif);
}

h4.titleMijnGegevens {
	width: 115px;
	height: 15px;
/*	background:no-repeat 0 0 url(../img/titleMijnGegevens_small.gif);*/
}
h4.titleMijnEdition {
	display:block;
	width:100px;
	height: 14px;
/*	background:no-repeat 0 0 url(../img/titleMijnEdition_small.gif);*/
}
h4.titleLevering {
	display:block;
	width:59px;
	height: 15px;
/*	background:no-repeat 0 0 url(../img/titleLevering_small.gif);*/
}
h4.titleBetalingsvoorwaarden {
	display:block;
	width:151px;
	height: 15px;
/*	background:no-repeat 0 0 url(../img/titleBetalingsvoorwaarden_small.gif);*/
}
h4.titleVoorwaarden {
	display:block;
	width:90px;
	height: 15px;
/*	background:no-repeat 0 0 url(../img/titleVoorwaarden_small.gif);*/
}
h4.titleBetaling {
	display:block;
	width:57px;
	height: 15px;
	background:no-repeat 0 0 url(../img/titleBetaling_small.gif);
}

/* Specificatie lijst */
ul.specifications {
	font-size: 11px;
	padding: 0 0 0 15px;
}
	ul.specifications li {
		list-style-image: url(../img/icoBulletCheck.gif);
	}


/* Prijs label */
.pricing {
	position: relative;
	width: 230px;
	height: 48px;
	margin: 15px 0 30px 5px;
}
	.pricing .full {
		float:left;
		width: 108px;
		height: 36px;
		border-right: 1px solid #ccc;
	}
		.pricing .full .normalPrice {
			display: block;
			width: 96px;
			font-size: 12px;
			font-weight: bold;
			text-decoration: line-through;
		}
		.pricing .full .Price {
			display: block;
			width: 104px;
			font-size: 19px;
			font-weight: bold;
			color:#01a66d;
		}
	.pricing .monthly {
		margin: 0 0 0 4px;
		float: left;
		height: 36px;
		font-size: 11px;
		font-weight: bold;
	}
	.pricing .rijklaar {
		color: #aaa;
		margin: 4px 0 0 0;
		font-size: 11px;
		font-weight: bold;
	}


/*	Horizontal rule in main	*/
div.hr {
	height:1em;
	position:relative;
}

div.hr hr {
	display:none;
}

div.hr div {
	position:absolute;
	top:0;
	left:-14px;
	width:468px;
	height:1px;
	font:1px/1px sans-serif;
	overflow:hidden;
	background:#e5e5e5;
}

/*	Side column	*/
#side {
	float:left;
	width:267px;
}

/* Side blok(ken) in column */
#sideBlok1 {
	margin:0;
}
#sideBlok2,
.sideBlok {
	margin:12px 0 0 0;
}

/* Sideblok unordered link list (menu buttons) */
#sideBlok2 ul,
.sideBlok ul {
	width: 236px;
}
#sideBlok2 ul li,
.sideBlok ul li {
	/*margin: 7px 0 2px 0;*/
	margin-top: 7px;
}
#sideBlok2 ul li a,
.sideBlok ul li a {
	display:block;
	width: 238px;
	height: 31px;
	text-decoration: none;
	color:#fff;
	font-weight:bold;
}
#sideBlok2 ul li a:hover,
.sideBlok ul li a:hover {
	text-decoration: underline;
	color:#fff;
}
#sideBlok2 ul li.firstchild a,
.sideBlok ul li.firstchild a {
	margin: -7px 0 0 0;
}
#sideBlok2 ul li a span,
.sideBlok ul li a span {
	display:block;
	height: 28px;
	padding: 5px 0 0 32px;
	font-size: 13px;
}
#side #btnProefritAanvraag {
	background:no-repeat 0 0 url(../img/buttons/btnProefrit.gif);
}
#side #btnEmailBrochure, #btnEmailPagina {
	background:no-repeat 0 0 url(../img/buttons/btnEmailBrochure.gif);
}
#side .btnPrintPDF,
#side #btnPrintPagina {
	background:no-repeat 0 0 url(../img/buttons/btnPrintPagina.gif);
}
#side #btnDownloadSpecs {
	background:no-repeat 0 0 url(../img/buttons/btnDownloadSpecs.gif);
}

#sideBlok2 ol {
	font-size: 13px;
	margin: 15px 0 0 19px;
	list-style-type: disc;
	list-style-image: url(../img/icoBulletTriangle.gif);
	list-style-position: outside;
}
#sideBlok2 ol.downloads {
	list-style-image: url(../img/icoBulletDownload.gif);
}
#sideBlok2 ol li {
	margin: 0 0 15px 0;
}
#sideBlok2 ol li a {
	/*text-decoration: none;*/
	color:#01a66d;
	font-weight:bold;
	text-decoration: underline;
}
#sideBlok2 ol li a:hover {
	text-decoration: underline;
	color:#01a66d;
}
#sideBlok2 ol li.firstchild a {
	margin: 14px 0 0 0;
}


#sideBlok3 {
	margin:12px 0 0 0;
}
/* Sideblok unordered link list (menu buttons) */
#sideBlok3 ul {
	width: 236px;
}
#sideBlok3 ul li {
	/*margin: 7px 0 2px 0;*/
	margin-top: 7px;
}
#sideBlok3 ul li a {
	display:block;
	width: 238px;
	height: 31px;
	text-decoration: none;
	color:#fff;
	font-weight:bold;
}
#sideBlok3 ul li a:hover {
	text-decoration: underline;
	color:#fff;
}
#sideBlok3 ul li.firstchild a {
	margin: -7px 0 0 0;
}
#sideBlok3 ul li a span {
	display:block;
	height: 28px;
	padding: 5px 0 0 32px;
	font-size: 13px;
}
#sideBlok3 ol {
	font-size: 13px;
	margin: 15px 0 0 19px;
	list-style-type: disc;
	list-style-image: url(../gfx/icoBulletTriangle.gif);
	list-style-position: outside;
}
#sideBlok3 ol.downloads {
	list-style-image: url(../gfx/icoBulletDownload.gif);
}
#sideBlok3 ol li {
	margin: 0 0 15px 0;
}
#sideBlok3 ol li a {
	/*text-decoration: none;*/
	color:#01a66d;
	font-weight:bold;
	text-decoration: underline;
}
#sideBlok3 ol li a:hover {
	text-decoration: underline;
	color:#01a66d;
}
#sideBlok3 ol li.firstchild a {
	margin: 14px 0 0 0;
}



/* MainSide footer */
#MainSide {
	position: relative;
	float: left;
	width: 752px;
	margin:11px 13px 0 15px;
}

/*	Footer	*/
#footer {
	float: left;
	position:relative;
	height:38px;
	padding:0 15px;
	/*background:no-repeat 0 0 url(../gfx/bg_footer.gif);*/
}
#footer ul {
	position:absolute;
	top:12px;
	/*right:15px;*/
	width:752px;
	height:12px;
	text-align:center;
}
	#footer ul li {
		display:inline;
	}
		#footer ul li a {
			display:inline;
			padding:0 8px;
			font-family:"Verdana", sans-serif;
			font-size:11px;
			line-height:12px;
			height:12px;
			color:#01a66d;
			text-decoration:none;
			border-left:1px solid #01a66d;
		}
		#footer ul li.first-child a {
			border:0;
		}

/*	Kaders	*/
div.kader div.content {
	padding: 15px 15px 9px 15px;
	position: relative;
}

/*	Kader in main	*/
#main div.kader {
	background:no-repeat 0 0 url(../img/kader_top_main.png);
}
#main div.kaderFooter {
	width: 471px;
	height: 9px;
	background:no-repeat 0 100% url(../img/kader_bottom_main.png);
}

/*	Kader in side	*/
#side div.kader {
	background:no-repeat 0 0 url(../img/kader_top_side.png);
}
#side div.kaderFooter {
	width: 266px;
	height: 8px;
	background:no-repeat 0 100% url(../img/kader_bottom_side.png);
}

/*	Kader in mainside	*/
#MainSide div.kader {
	background:no-repeat 0 0 url(../img/kader_top_mainside.png);
}
#MainSide div.kaderFooter {
	width: 751px;
	height: 8px;
	background:no-repeat 0 100% url(../img/kader_bottom_mainside.png);
}


/*	Page: Home
	**********/
#home #mid {
	width: 780px;
	height: 439px;
	padding: 0;
	}

#home #mid_container {
	position: relative;
	width: 780px;
	height: 610px;
}
#home #mid_container div.content {
	padding:15px 15px;
}
#home ul.specifications {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 10px 10px;
}
#home #mid_container #left_window {
	position: absolute;
	top: 15px;
	left: 98px;
	width:267px;
	height: 319px;
	background:no-repeat 0 100% url(../gfx/home_bg_left_window.gif);
}
	#left_car {
		position: absolute;
		bottom: 13px;
		left: 88px;
		width: 308px;
		height: 169px;
		background:no-repeat 0 100% url(../img/fabia/home_fabia_grey.jpg);
	}
#home #mid_container #right_window {
	position: absolute;
	top: 15px;
	right: 107px;
	width:267px;
	height: 319px;
	background:no-repeat 0 100% url(../gfx/home_bg_right_window.gif);
}
	#right_car {
		position: absolute;
		bottom: 15px;
		right: 91px;
		width: 290px;
		height: 159px;
		background:no-repeat 0 100% url(../img/fabia/home_fabia_orange.jpg);
	}
#home .pricing .monthly {
	line-height: 36px;
}

/*	Page: Specificaties
	**********/
#pageSpecificaties #main div.content {
	height: 310px;
}

#pageSpecificaties #main #viewWindow {
	display: block;
	width: 456px;
	height: 265px;
	margin: -8px 0 7px -8px;
	background:no-repeat 0 100% url(../img/specs_view_window.gif);
}
#pageSpecificaties #main #viewWindow #viewWindowContent {
	width: 446px;
	height: 255px;
	padding: 5px;
	text-align: center;
	line-height: 256px;
	vertical-align: middle;
}

#pageSpecificaties #ColorPicker {
	top: 7px;
	left: 7px;
	width: 222px;
	height: 22px;
	position:absolute;
	background:no-repeat 0 0 url(../img/specs_bg_color_picker.gif);
}
	#pageSpecificaties #ColorPicker ul {
		width: 129px;
		margin: 3px 0 0 89px;
	}
		#pageSpecificaties #ColorPicker li {
			width: 12px;
			float: left;
			margin: 0 2px 0 0;
		}

#pageSpecificaties #thumbs{
	position:relative;
	height:56px;
	width:456px;
	margin: 0 0 0 -8px;
}
	#pageSpecificaties #thumbs span {
		display: none;
	}
	#pageSpecificaties #thumbs .prev{
		display:block;
		float: left;
		width: 20px;
		height: 56px;
		margin-right: 7px;
		background:no-repeat 0 100% url(../img/buttons/btnThumbsScrollBackActive.gif);
	}
	#pageSpecificaties #thumbs .next{
		display:block;
		float: left;
		width: 20px;
		height: 56px;
		margin-left: 7px;
		background:no-repeat 0 100% url(../img/buttons/btnThumbsScrollFwd.gif);
	}

#pageSpecificaties #thumbs-holder {
	overflow:hidden;
	background-color:white;
	width:401px;
	height:56px;
	float:left;
}
	#pageSpecificaties #thumbs-holder ul{
		width:1911px;
		margin-left: -6px;
	}
		#pageSpecificaties #thumbs-holder li{
			float:left;
			margin:0 0 0 7px;
		}
			#pageSpecificaties #thumbs-holder a{
				color:#777;
				font-weight:bolder;
				text-decoration:none;
			}

#pageSpecificaties #MainSide .column {
	display: block;
	float: left;
	width: 220px;
	padding: 0 20px 0 0;
	/*border: 1px solid #000;*/
}
#pageSpecificaties #MainSide h4 {
	color: #006b36;
	font-size: 12px;
	font-weight: bold;
}
#pageSpecificaties #MainSide ul {
	font-size: 11px;
	padding: 0 0 0 15px;
}
#pageSpecificaties #MainSide ul li {
	list-style-image: url(../img/icoBulletCheck.gif);
}
#pageSpecificaties .pricing .monthly {
	line-height: 36px;
}

#pageSpecificaties #btnStelJeEditionSamen {
	margin-left: 70px;
	left: 0;
	position: relative;
	bottom: 0;
	}
	#btnStelJeEditionSamen {
		left: 38px;
		position: absolute;
		bottom: 17px;
		}

/* Page: Stel je Edition samen
   ******/
#stel-je-edition-samen #main div.prijs_label {
	top: 1px;
	right: 3px;
	width: 204px;
	height: 81px;
	position:absolute;
	background:no-repeat 0 0 url(../img/bg_step1_pricelabel.gif);
}
#stel-je-edition-samen #main .pricing {
	width: 204px;
	/*font-size: 10px;*/
}
#stel-je-edition-samen #main .pricing .monthly {
	margin: 0 0 0 4px;
	float: left;
	width: 90px;
	height: 36px;
	font-size: 11px;
	font-weight: bold;
	line-height: inherit;
}
#stel-je-edition-samen #main #auto-preview {
	height: 360px;
	text-align: center;
	margin-left: -14px;
}


#stel-je-edition-samen #btnBekijkJeEdition {
    float: right;
	}

#stel-je-edition-samen #btnBekijkOfferte {
  margin-left: 115px;
}

#frmEditionSpecs p {
	float: left;
	margin-bottom: 14px;
	width: 226px;
}
#frmEditionSpecs p label {
	display: block;
	width: 226px;
	font-weight: bold;
	font-size: 12px;
}
#frmEditionSpecs span.optie_prijs {
	color: #01a66d;
}
#frm_specs_kleur {}
#frm_specs_dakmotief {}

.frm_specs .text{
	border: 1px solid #9c9c9c;
	width: 222px;
	background: no-repeat 0 0 url(../gfx/bg_textfield.gif);
}
.frm_specs_optie_naam {
	font-size: 12px;
}
.frm_specs_optie_keuze {
	font-size: 11px;
}
.frm_specs_optie_prijs {
	font-size: 11px;
	color: #01a66d;
}
#frm_specs_opties {}

/* Page: Mijn Edition Specs
   ******/
#mijn-edition-specs #main .pricing {
	width: 204px;
	margin: 15px 0 25px 5px;
}
#mijn-edition-specs #main .pricing .monthly {
	margin: 0 0 0 4px;
	float: left;
	width: 80px;
	height: 36px;
	font-size: 11px;
	font-weight: bold;
	line-height: inherit;
}
#mijn-edition-specs #main .pricing .monthly .infoPrice a {
	border: 1px dashed #444;
	
}

#mijn-edition-specs #main .pricing .rijklaar {
	font-size: 10px;
}

#mijn-edition-specs .btnImgStelOfferteSamen {
	display:block;
	width: 152px;
	height: 39px;
	margin-top: 11px;
	margin-bottom: 15px;
}
#mijn-edition-specs div.paperclip{
	top: 10px; /* -10px*/
	right: -35px; /* -18px*/
	width: 292px;
	height: 237px;
	position:absolute;
}
#mijn-edition-specs div.paperclip img{
	width: 240px;
	}

#mijn-edition-specs .column h3 {
	color: #006b36;
	font-size: 16px;
	font-weight: bold;
}
#mijn-edition-specs .column h4 {
	color: #006b36;
	font-size: 12px;
	font-weight: bold;
}
#mijn-edition-specs .column span.optie_prijs {
	color: #01a66d;
}


/* Page: Mijn Edition NAW
   ******/
#mijn-edition-naw #main .pricing {
	width: 204px;
	margin: 15px 0 80px 5px;
}
#mijn-edition-naw #main .pricing .monthly {
	margin: 0 0 0 4px;
	float: left;
	width: 90px;
	height: 36px;
	font-size: 11px;
	font-weight: bold;
	line-height: inherit;
}
#mijn-edition-naw #main .pricing .rijklaar {
	font-size: 10px;
}
#mijn-edition-naw div.paperclip{
	top: 10px;
	right: -35px;
	width: 292px;
	height: 237px;
	position:absolute;
}
#frmOfferteAanvraag p {
	float: left;
	margin-bottom: 10px;
	width: 450px;
}
#frmOfferteAanvraag label {
	float: left;
	line-height: 20px;
	display: block;
	width: 215px;
}
p#frm_offerte_huisnummer {
	width: 275px;
}
#frm_offerte_huisnummer #inpAddOfferteHuisnummer {
	float: left;
	width: 50px;
	border: 1px solid #9c9c9c;
	background: no-repeat 0 0 url(../gfx/bg_textfield.gif);
}
p#frm_offerte_toevoeging {
	float: left;
	width: 155px;
	/*border: 1px solid #000;*/
}
p#frm_offerte_toevoeging label {
	width: 80px;
}
p#frm_offerte_toevoeging #inpAddOfferteToevoeging {
	float: left;
	width: 62px;
	border: 1px solid #9c9c9c;
	background: no-repeat 0 0 url(../gfx/bg_textfield.gif);
}

#frmOfferteAanvraag div.requiredFields {
	display: block;
	float: left;
	width: 186px;
	margin: 10px 6px 0 120px;
}
#frmOfferteAanvraag div.btnSubmit {
	display: block;
	float: left;
}
#frmOfferteAanvraag div.btnSubmit .btnImgBekijkOfferte {
	display:block;
	width: 118px;
	height: 39px;
	background: no-repeat 0 0 url(../img/buttons/btnBekijkOfferte.gif);
}
#frmOfferteAanvraag div.btnSubmit .btnImgBekijkOfferte span {
	display:none;
}


/* Page: Mijn Edition Offerte
   ******/
div.mijn-edition-title {
	width: 430px;
	height: 22px;
}
div.mijn-edition-title h4 {
	float: left;
}
#mijn-edition-offerte .wijzig-icon {
	float: left;
	display: block;
	margin-left: 4px;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
#mijn-edition-offerte .wijzig-tekst {
	float: right;
	width: 80px;
	height: 15px;
	line-height: 15px;
	text-align: right;
}
#mijn-edition-offerte #frmBevestigOfferte {
	padding: 0;
	margin: 0;
}
#frmBevestigOfferte p {
	margin-bottom: 10px;
}
#frmBevestigOfferte label {
	float: left;
	line-height: 20px;
	display: block;
	width: 215px;
}
#frmBevestigOfferte p .textfldBig {
	float: left;
	border: 1px solid #9c9c9c;
	height: 20px;
	width: 205px;
	background: no-repeat 0 0 url(../gfx/bg_textfield.gif);
}
#frmBevestigOfferte div.requiredFields {
	display: block;
	float: left;
	width: 186px;
	margin: 10px 6px 0 150px;
}
#frmBevestigOfferte div.btnSubmitVoorlopigContract {
	display: block;
	float: left;
	margin-left: 308px;
}
#frmBevestigOfferte div.btnSubmitVoorlopigContract .btnImgMaakVoorlopigContract {
	display:block;
	width: 194px;
	height: 39px;
	background: no-repeat 0 0 url(../img/buttons/btnMaakcontract.gif);
}
#frmBevestigOfferte div.btnSubmitVoorlopigContract .btnImgMaakVoorlopigContract span {
	display:none;
}
#frmBevestigOfferte div.btnSubmit {
	display: block;
	float: left;
}
#frmBevestigOfferte div.btnSubmit .btnImgKoopnu {
	display:block;
	width: 91px;
	height: 39px;
	background: no-repeat 0 0 url(../img/buttons/btnKoopNu.gif);
}
#frmBevestigOfferte div.btnSubmit .btnImgKoopnu span {
	display:none;
}


#main #offerte_nawte {
	font-size: 11px;
}
#main #order_overzicht {
	margin-bottom: 10px;
	margin-left: 2px;
	margin-right: 9px;
}
#main #order_overzicht ul {
	margin-left: 4px;
}
#main #order_overzicht ul.indent
{
    margin-left: 20px;
}
#main #order_overzicht table {
	border-top: 1px solid #000;
	width: 431px;
	font-size: 11px;
}
#main #order_overzicht table tr td {
	border-bottom: 1px solid #000;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main #order_overzicht table tr td.price {
	text-align: right;
	font-weight: bold;
	padding-right: 4px;
}
#main .column {
	display: block;
	float: left;
	width: 196px;
	padding: 0 20px 0 0;
}


/* Page: Mijn Edition Contract
   ******/

/*  Modals
   ******/
#modalBg {
	display:none;
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	height:100%;
	width:100%;
}

div.modalWrapper {
	display:none;
	position: fixed;
	margin-left: -390px;
	margin-top: -300px;
	width: 780px;
	z-index: 102;
	color:#000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
	font-size:12px;
	line-height:18px;
}
div.modalWrapper a.btnCloseModal {
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:55px;
	height:47px;
	padding:0 40px 0 0;
	text-align:right;
	font-size:15px;
	font-weight: bold;
	line-height:47px;
	color:white;
	text-decoration:none;
	background:no-repeat 60px 17px url(../images/video/btn_close_modal.gif);
}
div.modalWrapper h2 {
	height: 48px;
	padding: 0 0 0 22px;
	font-size: 25px;
	line-height: 48px;
	color: white;
	font-weight: bold;
}
div.modalWrapper form {
	margin: 0;
}
div.modalWrapper410 {
	margin-left: -205px;
	margin-top: -180px;
	width: 410px;
}
div.modalWrapperSmall {
	width: 410px;
	background: no-repeat url(../gfx/bg_modal_groen-gradient_410.gif);
}
div.modalWrapperSmall div.content {
	margin: -5px 0 0 0;
	padding: 0;
}
div.modalWrapperSmall div.Main {
	float:left;
	padding: 11px 15px 15px 15px;
}
div.modalWrapperSmallFooter {
	height: 24px;
	width: 410px;
	background:no-repeat 0 100% url(../gfx/bg_modal_groen_footer_410.gif);
}


div.modalWrapperBig {
	width: 780px;
	background: no-repeat url(../gfx/bg_modal_groen-gradient.gif);
}
	div.modalWrapperBig div.content {
		margin: -5px 0 0 0;
		padding: 0;
	}
		div.modalWrapperBig div.Main {
			float:left;
			width: 470px;
			height: 400px;
			overflow: auto;
			padding: 11px 15px 15px 15px;
			border-right: 1px solid #078c5c;
			/*
			scrollbar-3dlight-color:#fff4e5;
			scrollbar-arrow-color:orange;
			scrollbar-base-color:#fff4e5;
			scrollbar-darkshadow-color:orange;
			scrollbar-face-color:fff4e5;
			scrollbar-highlight-color:orange;
			scrollbar-shadow-color:#aaaaaa;
			*/
		}
			div.modalWrapper div.Main h3 {
				color: #078c5c;
			}
			div.modalWrapper div.Main ol {
				list-style: outside;
				padding: 0 0 15px 18px;
			}
			div.modalWrapper div.Main ul {
				list-style-type: disc;
				margin-left: 15px;
				margin-bottom: 16px;
			}

		div.modalWrapperBig div.Sidebar {
			/*background-color: #fff4e5;*/
			width:248px;
			float:left;
			padding: 11px 15px 15px 15px;
		}
		div.modalWrapperBig div.Sidebar h3 {
			color: #078c5c;
		}

div.modalWrapperBigFooter {
	height: 10px;
	width: 780px;
	background:no-repeat 0 100% url(../gfx/bg_modal_groen_footer.gif);
}

div.Sidebar ul {
	width: 236px;
}
div.Sidebar ul li {
	margin: 7px 0 2px 0;
}
div.Sidebar ul li a {
	display:block;
	width: 238px;
	height: 31px;
	text-decoration: none;
	color:#fff;
	font-weight:bold;
}
div.Sidebar ul li a:hover {
	text-decoration: underline;
	color:#fff;
}
div.Sidebar ul li.firstchild a {
	margin: -7px 0 0 0;
}
div.Sidebar ul li a span {
	display:block;
	height: 31px;
	padding: 6px 0 0 32px;
	font-size: 13px;
}
div.Sidebar #btnPrintPagina {
	background:no-repeat 0 0 url(../img/buttons/btnPrintPagina.gif);
}
div.Sidebar #btnDownloadSpecs {
	background:no-repeat 0 0 url(../img/buttons/btnDownloadSpecs.gif);
}

div.Sidebar ol {
	font-size: 13px;
	margin: 15px 0 0 19px;
	list-style-type: disc;
	list-style-image: url(../gfx/icoBulletTriangle.gif);
	list-style-position: outside;
}
div.Sidebar ol.downloads {
	list-style-image: url(../gfx/icoBulletDownload.gif);
}
div.Sidebar ol li {
	margin: 0 0 15px 0;
}
div.Sidebar ol li a {
	/*text-decoration: none;*/
	color:#01a66d;
	font-weight:bold;
	text-decoration: underline;
}
div.Sidebar ol li a:hover {
	text-decoration: underline;
	color:#01a66d;
}
div.Sidebar ol li.firstchild a {
	margin: 14px 0 0 0;
}


/*  Modals: proefrit aanvraag formulier
   ******/
#modal #foto {
	text-align: center;
	margin: 0;
	padding: 5px;
	}
	
/* Modals: Contact */
#modalContact div.modalWrapperBig div.Main {
	height: 337px;
	overflow: visible;
}
#modalContact #frmContactTabs {
	float: left;
	border-bottom: 1px solid #c5c5c5;
	margin: 10px 0 10px -14px;
}
	#frmContactTabs ul.tabNavigation {
		list-style: none;
		padding: 0;
		margin: 0 0 20px 0;
		width: 499px;
		background:no-repeat 0 0 url(../gfx/contact_tab_bg.gif);
	}
		#frmContactTabs ul.tabNavigation li.firstchild {
			float: left;
			margin-left: 14px;
		}
		#frmContactTabs ul.tabNavigation li {
			float: left;
			margin-right: 8px;
		}
			#frmContactTabs ul.tabNavigation li a {
				display: block;
				width: 118px;
				height: 31px;
				line-height: 31px;
				vertical-align: middle;
				text-align: center;
				font-size: 14px;
				background:no-repeat 0 0 url(../gfx/buttons/btnTabContact.gif);
				color: #000;
				text-decoration: none;
			}
			#frmContactTabs ul.tabNavigation li a.tabSelected {
				background:no-repeat 0 0 url(../gfx/buttons/btnTabContactActive.gif);
			}
	#frmContactTabs #tabContactEmail {
		display:block;
		width: 470px;
		margin-left: 14px;
	}
	#frmContactTabs #tabContactBel {
		display:block;
		width: 470px;
		height: 70px;
		margin-left: 14px;
	}
#modalContact #frmContact p {
	float: left;
	margin-bottom: 6px;
	width: 470px;
}
	#modalContact #frmContact p#tabContactOpmerkingen {
		}
#modalContact #frmContact p label {
	float: left;
	line-height: 22px;
	display: block;
	width: 200px;
}
#frmContact div.requiredFields {
	display: block;
	float: left;
	width: 186px;
	margin: 10px 6px 0 126px;
}
#frmContact div.btnSubmit {
	display: block;
	float: left;
}
	#frmContact div.btnSubmit .btnImgVerstuur {
		display:block;
		width: 96px;
		height: 39px;
		background: no-repeat 0 0 url(../img/buttons/btnVerstuur.gif);
	}
		#frmContact div.btnSubmit .btnImgVerstuur span {
			display:none;
		}
#modalContact span.contact_tel_nummer {
	float: left;
	display:block;
	width: 220px;
	height: 24px;
	font-size: 24px;
	font-weight: bold;
}
#modalContact span.contact_tel_nummer_tijden {
	float: left;
	color: #999;
}


/*  Modals: proefrit aanvraag formulier
   ******/
#modalProefritAanvraag .modalWrapperBig div.content {
	margin-top: 0;
}
#modalProefritAanvraag h2 {
	margin: 0;
}
#modalProefritAanvraag .tabmenu {
	display: block;
	background-color: #0a8f60;
	height: 29px;
	margin: 0;
	padding: 0;
}
#modalProefritAanvraag .tabmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#modalProefritAanvraag .tabmenu ul li {
	float: left;
	background: no-repeat 0 0 url(../gfx/buttons/btnTabProefritDealer.gif);
	margin:  0 0 0 7px;
	text-align: center;
	height: 29px;
	width: 176px;
}
#modalProefritAanvraag .tabmenu ul li a {
	display: block;
	width: 176px;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#modalProefritAanvraag .tabmenu ul li a:hover {
	text-decoration: underline;
}
#modalProefritAanvraag .tabmenu ul li.active {
  background: no-repeat 0 0 url(../gfx/buttons/btnTabProefritDealerActive.gif);
}

#modalProefritAanvraag div.modalWrapperBig {
  height: 497px;
}
#modalProefritAanvraag div.modalWrapperBig div.Main {
	height: 415px;
	width: 484px;
	padding-top: 5px;
	padding-bottom: 0;
	margin-bottom: 0;
}
#modalProefritAanvraag div.modalWrapperBig div.Main h3 {
	margin-top: 5px;
}
#modalProefritAanvraag div.modalWrapperBig div.Sidebar {
  width: 230px;
  padding-bottom: 0;
}
#modalProefritAanvraag div.modalWrapperBigFooter {
	height: 56px;
	width: 780px;
	background:no-repeat 0 100% url(../gfx/prfrt_bg_modal_groen_footer.gif);
}
#modalProefritAanvraag div.modalWrapperBigFooter #proefritLeusdenLegenda {
  display: block;
  float: left;
  width: 169px;
  height: 22px;
  margin: 11px 0 0 20px;
	background:no-repeat 0 100% url(../gfx/prfrt_legenda_groen.gif);
}
#modalProefritAanvraag div.modalWrapperBigFooter #proefritLeusdenWanneer {
  display: block;
  float: left;
  width: 468px;
  height: 22px;
  margin: 11px 0 0 0;
  line-height: 22px;
  vertical-align: middle;
  text-align: right;
  color: #fff;
  font-weight: bold;
}
#modalProefritAanvraag div.modalWrapperBigFooter .btnImgReserveer {
  display:block;
  float: left;
  width: 104px;
  height: 39px;
  margin: 4px 0 0 8px;
  background: no-repeat 0 0 url(../img/buttons/btnReserveer.png);
}
#modalProefritAanvraag div.modalWrapperBigFooter .btnImgReserveer span {
  display:none;
}
#modalProefritAanvraag div.modalWrapperBigFooter .btnImgReserveringVersturen {
  display:block;
  float: left;
  width: 174px;
  height: 39px;
  margin: 4px 0 0 593px;
  background: no-repeat 0 0 url(../img/buttons/btnReserveringversturen.png);
}
#modalProefritAanvraag div.modalWrapperBigFooter .btnImgReserveringVersturen span {
  display:none;
}
/*
#modalProefritAanvraag #proefritLeusdenLocatie {
  display: block;
  margin: -11px 0 5px -15px;
  width: 264px;
  height: 296px;
  background: no-repeat 0 0 url(../gfx/prfrt_locatie.jpg);
  border-bottom: 1px solid #01a66d;
}
*/

/* Hieronder vast wat dingetjes voor de proefrit keuze */
#proefritkalenderNavigatie {
  padding-top: 8px;
  height: 31px;
}
#proefritkalenderNavigatie #weekterug.enabled {
  display: block;
  float: left;
  width: 100px;
  height: 29px;
  background: no-repeat 0 0 url(../img/buttons/btnProefritWeekeerder.gif);
}
#proefritkalenderNavigatie #weekterug.disabled {
  display: block;
  float: left;
  width: 100px;
  height: 29px;
  background: no-repeat 0 0 url(../img/buttons/btnProefritWeekeerder-disabled.gif);
}

#proefritkalenderNavigatie #weekterug span {
	display:none;
}
#proefritkalenderNavigatie .weekDatum{
  display: block;
  float: left;
  width: 290px;
  color: #01a66d;
  line-height: 27px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  /*font-weight: bold;*/
}
#proefritkalenderNavigatie #weekverder {
  display: block;
  float: left;
  width: 90px;
  height: 29px;
  background: no-repeat 0 0 url(../img/buttons/btnProefritWeeklater.gif);
}
#proefritkalenderNavigatie #weekverder span {
	display:none;
}

/* proefrit Routeplanner */
#frmPrfrtRouteplanner {
  padding: 0;
  margin: 0;
}
   #frmPrfrtRouteplanner p {
	line-height: 22px;
	vertical-align: middle;
	margin-bottom: 0;
  }
	#frmPrfrtRouteplanner label {
	  width: 66px;
	  float: left;
	}
	#frmPrfrtRouteplanner input {
	  float: left;
	  width: 64px;
	  margin-right: 6px;
	}
	#frmPrfrtRouteplanner .btnImgRouteplanner
	{
	  display: block;
	  float: left;
	  width: 90px;
	  height: 29px;
	  background: no-repeat 0 0 url(../img/buttons/btnPlanroute.gif);
	}
	  #frmPrfrtRouteplanner .btnImgRouteplanner span
	  {
		display: none;
	  }


#proefritkalender {
  margin: 1px -15px 0 -15px;
  float: left;
}
#proefritkalender table {
  width: 514px;
}
#proefritkalender th {
  font-size: 11px;
  width: 74px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  vertical-align: middle;
  color: #666;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
}
#proefritkalender th.tijd {
  border-left: none;
  width: 63px;
}
#proefritkalender td {
  width: 74px;
  height: 27px;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
}
#proefritkalender td.tijd {
  border-left: none;
  display: block;
  width: 63px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  vertical-align: middle;
  color: #666;
  font-weight: bold;
  font-size: 11px;
}
#proefritkalender td.vrij {
  background-color: white;
}
#proefritkalender td.bezet {
  width: 74px;
  height: 27px;
  background: no-repeat 0 0 url(../gfx/prfrt_bezet.gif);
}
#proefritkalender td.vrij.keuze {
  width: 74px;
  height: 27px;
  background: no-repeat 0 0 url(../gfx/prfrt_vrij_keuze.gif);
}
#proefritkalender td a {
  display: block;
  width: 74px;
  height: 27px;
}
#proefritkalender td a span {
  display: none;
}

#frmPrfrtAanvraagLeusden p {
	float: left;
	margin-bottom: 6px;
	width: 470px;
}
#frmPrfrtAanvraagLeusden p label {
	float: left;
	line-height: 22px;
	display: block;
	width: 200px;
}
#frmPrfrtAanvraagLeusden p.lastchild {
	margin-bottom: 14px;
}
#frmPrfrtAanvraagLeusden div.requiredFields {
	display: block;
	float: left;
	width: 186px;
	margin: 0 6px 0 200px;
}
#frmPrfrtAanvraagLeusden p#frm_prfrt_leusden_huisnummer {
	width: 260px;
}
#frmPrfrtAanvraagLeusden #frm_prfrt_leusden_huisnummer #inpAddPrfrtLeusdenHuisnummer {
	float: left;
	width: 50px;
	border: 1px solid #9c9c9c;
	background: no-repeat 0 0 url(../gfx/bg_textfield.gif);
}
#frmPrfrtAanvraagLeusden p#frm_prfrt_leusden_toevoeging {
	float: left;
	width: 155px;
}
#frmPrfrtAanvraagLeusden p#frm_prfrt_leusden_toevoeging label {
	width: 80px;
}
#frmPrfrtAanvraagLeusden #frm_prfrt_leusden_toevoeging #inpAddPrfrtLeusdenToevoeging {
	float: left;
	width: 65px;
	border: 1px solid #9c9c9c;
	background: no-repeat 0 0 url(../gfx/bg_textfield.gif);
}

#frmPrfrtAanvraagDealer p {
	float: left;
	margin-bottom: 6px;
	width: 470px;
}
#frmPrfrtAanvraagDealer p label {
	float: left;
	line-height: 22px;
	display: block;
	width: 200px;
}
#frmPrfrtAanvraagDealer p.lastchild {
	margin-bottom: 14px;
}
#frmPrfrtAanvraagDealer div.requiredFields {
	display: block;
	float: left;
	width: 186px;
	margin: 0 6px 0 200px;
}
#frmPrfrtAanvraagDealer p#frm_prfrt_dealer_huisnummer {
	width: 260px;
}
#frmPrfrtAanvraagDealer #frm_prfrt_dealer_huisnummer #inpAddPrfrtDealerHuisnummer {
	float: left;
	width: 50px;
	border: 1px solid #9c9c9c;
	background: no-repeat 0 0 url(../gfx/bg_textfield.gif);
}
#frmPrfrtAanvraagDealer p#frm_prfrt_dealer_toevoeging {
	float: left;
	width: 155px;
}
#frmPrfrtAanvraagDealer p#frm_prfrt_dealer_toevoeging label {
	width: 80px;
}
#frmPrfrtAanvraagDealer #frm_prfrt_dealer_toevoeging #inpAddPrfrtDealerToevoeging {
	float: left;
	width: 65px;
	border: 1px solid #9c9c9c;
	background: no-repeat 0 0 url(../gfx/bg_textfield.gif);
}


/* Modals: Email Pagina (email-pagina.tpl)
   ******/
#frmEmailPagina p {
	margin-bottom: 8px;
}
#frmEmailPagina p label {
	float: left;
	line-height: 20px;
	display: block;
	width: 160px;
}
#frmEmailPagina p.lastchild {
	margin-bottom: 20px;
}
#frmEmailPagina div.requiredFields {
	display: block;
	float: left;
	width: 186px;
	margin: 10px 6px 0 80px;
}
#frmEmailPagina div.btnSubmit {
	display: block;
	float: left;
}
#frmEmailPagina div.btnSubmit .btnImgVerstuur {
	display:block;
	width: 96px;
	height: 39px;
	background: no-repeat 0 0 url(../img/buttons/btnVerstuur.gif);
}
#frmEmailPagina div.btnSubmit .btnImgVerstuur span {
	display:none;
}
#frmEmailPagina span.opdehoogte-text {
	width: 350px;
}


/* Modals: Ontvang de brochure (brochure-aanvraag.tpl)
   ******/
#frmBrochureAanvraag p {
	margin-bottom: 8px;
}
#frmBrochureAanvraag p label {
	float: left;
	line-height: 20px;
	display: block;
	width: 160px;
}
#frmBrochureAanvraag p.lastchild {
	margin-bottom: 20px;
}
#frmBrochureAanvraag span.opdehoogte-text {
	width: 350px;
}
#frmBrochureAanvraag div.requiredFields {
	display: block;
	float: left;
	width: 186px;
	margin: 10px 6px 0 80px;
}
#frmBrochureAanvraag div.btnSubmit {
	display: block;
	float: left;
}
#frmBrochureAanvraag div.btnSubmit .btnImgVerstuur {
	display:block;
	width: 96px;
	height: 39px;
	background: no-repeat 0 0 url(../img/buttons/btnVerstuur.gif);
}
#frmBrochureAanvraag div.btnSubmit .btnImgVerstuur span {
	display:none;
}

/* Modals: Mijn Edition brochure
   ******/
#modalBrochureAanvraagMijnEdition div.modalWrapperBig div.BrochureMijnEditionMain {
	float: left;
	width: 440px;
	height: 279px;
	font-size: 20px;
	color: #ccc;
	text-align: center;
	line-height: 279px;
	vertical-align: middle;
}
#modalBrochureAanvraagMijnEdition div.modalWrapperBig div.BrochureMijnEditionForm {
	float: left;
	width: 309px;
	height: 244px;
	padding: 40px 15px 0 15px;
}

#frmMijnEditionBrochure p {
	margin-bottom: 8px;
}
#frmMijnEditionBrochure p label {
	float: left;
	line-height: 20px;
	display: block;
	width: 100px;
}
#frmMijnEditionBrochure div.requiredFields {
	display: block;
	float: left;
	width: 186px;
	margin: 10px 6px 0 20px;
}
#frmMijnEditionBrochure div.btnSubmit {
	display: block;
	float: left;
}
#frmMijnEditionBrochure div.btnSubmit .btnImgVerstuur {
	display:block;
	width: 96px;
	height: 39px;
	background: no-repeat 0 0 url(../img/buttons/btnVerstuur.gif);
}
#frmMijnEditionBrochure div.btnSubmit .btnImgVerstuur span {
	display:none;
}


/* Modals: Financierings aanvraag (financieringaanvraag.tpl)
   ******/
#modalFinancieringAanvraag div.modalWrapperBig div.Main {
	height: 330px;
}
#frmFinancieringAanvraag p {
	float: left;
	margin-bottom: 8px;
	width: 470px;
	border: 1px solid 000;
}
#frmFinancieringAanvraag p label {
	float: left;
	line-height: 20px;
	display: block;
	width: 200px;
	border: 1px solid 000;
}
#frmFinancieringAanvraag p.lastchild {
	margin-bottom: 20px;
}
#frmFinancieringAanvraag div.requiredFields {
	display: block;
	float: left;
	width: 186px;
	margin: 10px 6px 0 80px;
}
#frmFinancieringAanvraag div.btnSubmit {
	display: block;
	float: left;
}
#frmFinancieringAanvraag div.btnSubmit .btnImgVerstuur {
	display:block;
	width: 96px;
	height: 39px;
	background: no-repeat 0 0 url(../img/buttons/btnVerstuur.gif);
}
#frmFinancieringAanvraag div.btnSubmit .btnImgVerstuur span {
	display:none;
}


/* slightly enhanced, universal clearfix hack */
.clearfix:after,
#mid:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.clearfix,
#mid {display:inline-block;}
/* start commented backslash hack \*/
* html .clearfix,
* html #mid {height:1%;}
.clearfix,
#mid {display:block;}
/* close commented backslash hack */


/* TOOLTIP */
#tooltip
{
	text-align:left;
	position: absolute;
	display: none;
	width: 462px;
	font-size: 11px;
	color: #333;
	opacity: 0.95;
	z-index: 3000;
}
#tooltip p {
	margin: 0;
	padding: 0;
}
#tooltip .content {
	padding: 22px 18px 2px 18px;
}
#tooltip .main {
	background: repeat-y 0 0 url(../gfx/tooltip-main.png);
	padding: 0;
	margin: 0;
}
#tooltip .main-with-pointer {
	background: repeat-y 0 0 url(../gfx/tooltip-main-with-pointer.png);
}
#tooltip .footer
{
    width: 462px;
	height: 35px;
	background: no-repeat 0 0 url(../gfx/tooltip-footer.png);
}
#tooltip .footer-with-pointer
{
    width: 462px;
	height: 35px;
	background: no-repeat 0 0 url(../gfx/tooltip-footer-with-pointer.png);
}
#tooltip h3 {
	margin: 0;
	color: #fff;
}

#tooltipPrijsPerMaand table {
	width: 428px;
	border: 1px solid #000;
	/*background-color: #ffb21e;*/
}
#tooltipPrijsPerMaand table td {
	border: 1px dashed #000;
	padding: 3px;
}
#tooltipPrijsPerMaand thead {
	font-weight: bold;
	/*background-color: #ffa20e;*/
}


#titleTooltip {
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 3000;
	display: none;
	opacity: 0.95;
	background-color: #feeefe;
	border:1px solid #bbb;
	margin: 2px;
	padding: 0px 5px 0px 5px;
}

#stel-je-edition-samen #titleTooltip {
	position: absolute;
	top: 300px;
	left: -100px;
	z-index: 3000;
	display: none;
	opacity: 0.95;
	background-color: #feeefe;
	border:1px solid #bbb;
	margin: 2px;
	padding: 0px 5px 0px 5px;
}

/* EDIT COWPUNKS 8 mei 2010 
==============================*/

/* Layout
==============================*/
#container-layout {
	margin: 0 auto;
	width: 747px;
	}

	#layout-content {
		float: left;
		height: 443px;
		position: relative;
		}

/* Actiebuttons
==============================*/
.actie {
	float: left;
	margin-bottom: 0.8em;
	width: 249px;
	}		
	.item {
		background: url(../img/item.gif) no-repeat left top; 
		float: left;
		height: 112px;
		overflow: hidden;
		padding: 5px 10px;
		position: relative;
		width: 222px;
		}
		.item.two {
			margin-left: 3px;
			}
		.item.three {
			margin-left: 6px;
			}
	.btn-wrap {
		bottom: 1px;
		position: absolute;
		text-align: center;
		width: 222px;
		}
	.actie a.title {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 1.2em;
		font-weight: normal;
		line-height: 1.8em;
		text-decoration: none;
		}
		.actie a.title:hover {
			text-decoration: underline;
			}
	#mid .actie p {
		padding: 0;
		margin-bottom: 4px;
		}

/* Content Image
==============================*/
#content-image {
	float: left;
	height: 443px;
	overflow: visible;
	position: relative;
	width: 747px;
	}

#content-image img {
	left: -12px;
	position: absolute;
	top: 0;
	}
	
/* Content
==============================*/
#content-container {
	height: 400px;
	left: 16px;
	position: absolute;
	top: 24px;
	width: 225px;
	}


/* Tabs
==============================*/
ul#tabs {
	display: none;
	float: left;
	margin: 0 auto;
	padding-left: 180px;
	height: 45px;
	width: 396px;
	}

#tabs li {
	float: left;
	}
	#tabs li a {
		background: url(../img/tab.png) no-repeat left top;
		color: #fff;
		display: block;
		font-size: 1.2em;
		padding: 5px 62px 7px 50px;
		text-decoration: none;
		}		
	#tabs li:hover a,
	#tabs li.active a {
		background: url(../img/tab-active.png) no-repeat left top;
		}



/* Beheer
==============================*/
tr.row0
{
	background-color: #DDDDDD;
}