.uppercase {
	text-transform: uppercase;
}	
.valueholder{
	display:none;
}
/************************************************************************
= Subscription Form StyleSheet (Might Seem as SELECTOR overkill but we don't want unexpected results caused by cascading)
*************************************************************************/

div.options {
	border-top: 1px solid #ededed;
	padding: 10px 5px 5px 5px;
}

form#subscription-form{
	background: #fff;
	overflow:hidden;
	margin:10px;
	position:relative;
	display:none;
}

form#subscription-form #fieldsets-container{
		border: 1px solid #c5c5c5;
		width:563px;
	}

	form#subscription-form fieldset .disabled{  display: none; }
	
	/************************************************************************
	= Product Selector
	*************************************************************************/
	
	#kindcategorie,
	#vehicle-1, #vehicle-2, #vehicle-3, 
	#vehicle-2-header, #vehiclelicense-2, 
	#vehicle-3-header, #vehiclelicense-3, 
	#add-vehicle-3, #autoproducts, #caravanproducts,
	#vehiclerelated-1, #vehiclerelated-2, #vehiclerelated-3, .pricerange{display: none;}
	
	form#subscription-form #product-1, form#subscription-form #product-2, form#subscription-form #product-3 {
		width: 250px;
	}   

	form#subscription-form #product-price-1, form#subscription-form #product-price-2, form#subscription-form #product-price-3 {
		width: 50px;
		font-weight: bold;
		font-size: 1.4em;
		margin: 5px;
	}   

	form#subscription-form a.addextra {
		color: #000;
		font-size: 0.9em;
		padding: 10px 5px 10px 5px;
		text-decoration: underline;	
	}

	form#subscription-form h4 {
		font-weight:bold;
		font-size: 1.1em;
		padding: 5px 5px 5px 0;
		text-transform:uppercase;
	}
	
	/* Main product */
	form#subscription-form #fieldsets-container ul.product-list {
			background: transparent url(../img/bg/separator.gif) repeat-x left bottom;
			padding: 0 0 20px 0;
			margin: 0 0 10px 0;
	}
	
	form#subscription-form  #fieldsets-container ul.product-list li{
		background: none;
		font-weight:bold;
		padding: 0;
		overflow:hidden;
		clear:both;
	}
	
	form#subscription-form  #fieldsets-container ul.product-list li input{
		margin: 6px 0 0 10px;
		float:left;
	}
	form#subscription-form  #fieldsets-container ul.product-list li label{
		float:left;
		padding: 10px 10px 10px 5px;

	}
	form#subscription-form  #fieldsets-container ul.product-list li span.price{ 
		float:right;
		padding: 0 20px 0 0;
	}
	form#subscription-form  #fieldsets-container ul.product-list li ul li span.price {
		padding: 10px;
	}
	
	/* Options for product list */
	form#subscription-form  #fieldsets-container ul.product-list li ul{
		clear:both;
		padding: 5px 0 10px 0;
	}
	
			form#subscription-form  #fieldsets-container ul.product-list li ul li{
				font-weight: normal;
				position:relative;
				left:10px; /* seems to be an issue with ie7 and margins here.. so hacky solution*/
			}
			form#subscription-form  #fieldsets-container ul.product-list li ul li label{
				float:left;
				clear:left;
				width:150px;
				padding:10px;
			}
			form#subscription-form  #fieldsets-container ul.product-list li ul li select{
				float:left;
				margin:8px 0 5px 0;
			}
			
			
	#total-price-container{ 
		background: #ccc;
		color: #000;
		text-align:right;
		font-weight:bold;
		font-size: 1.4em;
		padding:5px 10px 5px 5px;
		margin-top:5px;
	}
		
	form#subscription-form #kindcategorie.regular ul li label.checkbox-label{
		display:inline;

	}
		
	#cat-cont{
		width:260px;
		float:left;
	}
	form#subscription-form ul#kindcategorie.regular li #cat-cont label.checkbox-label{
		float:left;
		margin: 0;
		clear:none;
		width:30px;
		margin-bottom:5px;
		
	}
	
	form#subscription-form ul#kindcategorie.regular li #cat-cont input.checkbox{
		color:blue;
		float:left;
		margin: 0;
		width:auto;
		margin-bottom:5px;	
	}	
	form#subscription-form ul#kindcategorie.regular li #cat-cont .break{ clear:both;}


	form#subscription-form #huidigepechhulpverlener{
		margin-top: 5px;
	}

	/************************************************************************
	= pechhulpopzegservice
	*************************************************************************/

	.phvo-popup-content {
		display: none;
	}

	#phvo-overlay{
		display:none;
		position: fixed;
		*position: absolute;
		z-index: 100;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: #000;
		-moz-opacity: 0.20;
		opacity: .2;
		filter: alpha(opacity=20);
	}

	#phvo-dialog {
		text-align:center;
		display:none;
		height: 300px;
		width: 400px;
		margin: 0 auto;
		position: fixed;
		*position: absolute;
		z-index:101;
		background: #F2F2F3;
		left: 50%;
		top: 50%;
		margin-top: -150px;
		margin-left: -200px;
	}


	#phvo-dialog .hdr{
		display:block;
		background:#f3d002;
		padding:8px;
		font-size: 0.9em;
	}

	.phvo-popup-content {
		padding: 5px;
		text-align:left;
	}

	#phvo-dialog table.buttonContainer {
		clear:both;
		width:100%;
		margin-top:10px;
		position:absolute;
		bottom: 10px;
		left: 0;
	}

	#phvo-dialog table.buttonContainer .left {
		text-align:left;
		padding-left: 10px;
	}

	#phvo-dialog table.buttonContainer .right {
		text-align:right;
		padding-right: 10px;
	}

	#phvo-dialog button {
		background-color: #F4D201;
		border-width: 0;
		border-bottom: 4px solid #D2B300;
		font-weight: bold;
		font-size: 0.9em;
		padding: 4px 15px;
		cursor: pointer;
	}

	#dialog-content .phvo-popup-content ul {
		padding: 0;
		margin: 0;
		clear:both;
	}

	#dialog-content .phvo-popup-content li {
		list-style-type:none;
		list-style-image:none;
		background:none;
		padding:0;
		padding-left: 0px;
	}

	#dialog-content .phvo-popup-content label {
		-moz-display: inline-block;
		display:inline-block;
	}

	label.field {
		width: 150px;
	}

	.phvo-popup-content label.radio-label {
		display:block;
		margin-bottom:-2px;
		clear:both;
	}

	.phvo-popup-content .radio {
		display:block;
		width: 20px;
		float:left;
	}

	.phvo-popup-content .row {
		height: 25px;
	}

	.phvo-popup-content .long {
		display:block;
		width: 90%;
		float:left;
	}

	.phvo-popup-content p, form#subscription-form .phvo-popup-content div {
		clear:both;
		padding: 0;
		margin: 0;
	}

	.phvo-popup-content p.small {
		font-size: 0.8em;
	}

	#phvo-output {
		clear:both;
		padding: 10px 5px 5px 5px;
		color: red;
	}

	/************************************************************************
	= Visualization of progress 
	*************************************************************************/
	form#subscription-form ol#steps{  overflow:hidden;}

		form#subscription-form ol#steps li{	
			background: transparent url('/img/bg/form_nav.gif')  0 0 no-repeat;
			height:23px;
			position:absolute;
			text-indent: -3000em;
		}
		form#subscription-form ol#steps li.current{	background: transparent url('/img/bg/form_nav_current.gif')  0 0 no-repeat;}
		form#subscription-form ol#steps li.product{		width:113px; }
		form#subscription-form ol#steps li.gegevens{	background-position: -113px 0; left: 102px; width:130px;  }
		form#subscription-form ol#steps li.financieel{	background-position: -243px 0;	left: 221px; width:127px; }
		form#subscription-form ol#steps li.save{	background-position: -370px 0;	left: 337px; width:116px;}
		form#subscription-form ol#steps li.bevestiging{	background-position: -486px 0; left: 442px; width:123px; }

	div.form-nav{ 
		margin: 30px 0 10px 230px;
		overflow:auto;
	}
	
		form#subscription-form span.spacer {
			display:block;
			float:left;
			height:25px;
			width:135px;
			border:none;
			margin-right: 10px;
		}

		form#subscription-form a.prev, form#subscription-form a.next, form#subscription-form a.nextoverview{
			background: #f3d002;
			cursor: pointer;
			display: block;
			float: left;
			height: 25px;
			width: 135px;
			text-indent: -3000em;
			border: none;
			border-bottom: 1px solid #fff;
			margin-right: 10px;
		}
		form#subscription-form a.prev{	background-image: url('/img/buttons/vorige.gif');}
		form#subscription-form a.next{	background-image: url('/img/buttons/volgende_stap.gif');}
		form#subscription-form a.nextoverview{	background-image: url('/img/buttons/volgende_stap_overzicht.gif');}
		form#subscription-form a.nextchecked{	background-image: url('/img/buttons/volgende_stap_checked.gif');}

		form#subscription-form a.prev:hover, form#subscription-form button.next:hover{}

	form#subscription-form fieldset{
		margin: 20px 0 0 0;
		padding-top: 20px;
		}
		form#subscription-form h3{
			color: #00afe0;
			display: block;
			font-size: 1.4em;
			font-weight: bold;
			margin: 30px 0 10px 10px;
			padding: 0 0 4px 0;
			text-transform: uppercase;
		}
		form#subscription-form p{ margin-left: 10px;}
		form#subscription-form p.payment-disclaimer{
			font-size: 0.8em;
		}

		/************************************************************************
		= Lists
		*************************************************************************/


		form fieldset ul.regular{}	
			form#subscription-form fieldset ul.regular li, form#question-form fieldset ul.regular li{
				background:none; 
				display:block;
				margin: 0;
				padding: 8px 0 8px 0;
				overflow:auto;
				clear:both;
			}

			/* form#subscription-form fieldset ul.regular li.odd{  background: #fafafa; 	} */

				/************************************************************************
				= Form Elements ( Can be used in all forms when using ul.regular)
				*************************************************************************/

				/* Labels */
				form ul.regular label{
					clear:left;
					float:left;
					font-weight:bold;
					line-height:1.4em;
					font-size: 0.9em;	
					padding: 0 10px 0 10px;
					width: 200px;
				}
				form ul.regular label.radio-label{
					clear:none;
					float: left;
					width: 80px;
					padding: 0 10px 0 6px;
					
				}
				form ul.regular label.checkbox-label{
					text-align: left;  
					clear: none;
					padding: 0 30px 0 3px;
					width: 270px;
				}

				/* Form error */
				form#subscription-form fieldset ul.regular li.error, form#question-form fieldset ul.regular li.error { background: #fcf3bf; }
				form#subscription-form fieldset ul.regular li.error label, form#question-form fieldset ul.regular li.error label{ color: #f30;}
				form#subscription-form fieldset ul.regular li.error input, form#question-form fieldset ul.regular li.error input{ border-color: #f30;}
				
				/* Inputs */
				
				form ul.regular input {
					padding: 0;
				}

				form ul.regular input.text{
					float: left;
					margin: 0 5px 0 0;
					width: 160px;
				}
				
				form ul.regular input.text:focus{
				    	background: #ffffff;
				    	border: 1px solid #000;
				}

				form ul.regular input.radio{
					float:left;
					margin: 0 0 0 10px;
				}

				form ul.regular input.checkbox{
					float:left;
					margin: 0 0 0 220px;
					padding: 3px;
				}

				/* Selectboxes */		
				form ul.regular select{
					height: 20px;
					float:left;
					min-width: 160px;
					margin: 0;
				}
				
				/* Textarea */
				form ul.regular textarea{
					font-family: arial, helvetica, sans-serif ;
					font-size: 1em;
					width: 300px;
					height: 200px;
					margin: 0 0 0 0;
				}
				
				.format-example{font-size:0.8em; color:#666;}
				
				/* Special case things */
				form ul.regular  input.short{
					width:50px;
				}
				form ul.regular  input.supershort{
					width:30px;
				}
				form input.maxChar8{ width:60px;}


/************************************************************************
= Form Help Trigger
*************************************************************************/
form#subscription-form a.form-help, form#question-form a.form-help {
	background: #fff url('/img/icons/question_mark.gif') no-repeat;
	display:block;
	float:left;
	height:11px;
	margin: 0 0 0 10px;
	width:11px;
	cursor:pointer;
}
form#subscription-form a.form-help:hover, form#question-form a.form-help:hover{	background-image: url('/img/icons/question_mark_over.gif');}
form#subscription-form a.form-help span, form#question-form a.form-help span {display:none;}

/******************************
= Loading Feedback (Elements are created in forms.js)
*******************************/

#is-loading{
	position:absolute;
	background: #fff;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

#is-loading img#loading-icon{
	margin-top: 50%;
}

/******************************
= Form Help Boxes (Inserted in body with Javascript )
*******************************/

#help-box {
	text-align:left;
	background:#f3d002;
	position: absolute;
	z-index: 3100;
	display: none;
}

#help-content {
	background: #faec9a;
	font-size:1.2em;
	line-height: 1.3em;
	margin: 10px 10px 3px 3px;
	padding: 10px;
}
#help-content strong{font-weight:bold;}

#help-box a#help-close {	
	font-size:1.4em;
	font-weight:bold;
	background:#f3d002;
	padding:5px;
	width:10px; 
	height:10px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:0; 
	right:0; 
	cursor:pointer;
}

/************************************************************************
= Pricetable 
*************************************************************************/

table#registerOverviewPriceTable{
	border-collapse:collapse;
	margin:10px;
	width:545px;
}
	table#registerOverviewPriceTable th{
		padding: 3px 3px 3px 0;
		font-weight:bold;
		text-transform: uppercase;
		font-size: 0.9em;
	}
	
	table#registerOverviewPriceTable th.vehicle{
		color: #00afe0;
		font-size: 1.1em;
		padding: 10px 0 10px 0;
	}
	
	table#registerOverviewPriceTable td {
		padding: 5px 3px 5px 0;
	}
		table#registerOverviewPriceTable .subtotal{ 
			color: #000;
			padding-bottom: 10px;
			border-top: 1px dotted #000; 
		}
		table#registerOverviewPriceTable .total{
			text-transform: uppercase;
			font-weight:bold;
			color: #000;			
			font-size: 1.4em;
			border-top: 2px solid #000;
		}

.box fieldset#step-save ul.regular li{
	padding:2px 0 2px 0;
	font-size: 1.1em;
}
.box fieldset#step-save h3{
	margin:20px 0 0 10px;
}

/***************************


****************************/

p.already-client{
	background: #fdf9db;
	border: 1px solid #f6d40e;
	color: #000;
	font-weight:bold;
	padding: 3px 3px 3px 6px;	
}



/************************************************************************
= Ask Question Form (uses some default styles from above)... special cases below
*************************************************************************/
#question-form {margin:0 8px 0 8px; padding-bottom: 40px; }
#question-form img{ margin: 0 0 8px 0;}
#question-form .anti{ height:80px;}
.submit-container a{ margin-left: 230px;}

form#question-form a.verstuur{
	background: #f3d002;
	cursor:pointer;
	display:block;
	float:left;
	height:25px;
	width:135px;
	text-indent: -3000em;
	border:none;
	border-bottom: 1px solid #fff;
}
form#question-form a.verstuur{	background-image: url('/img/buttons/volgende_stap_checked.gif');}
#captcha-refresh{ font-size: 0.9em; position:relative; bottom:25px;left:5px;}