/* start: container overzicht */
.tpl_container_overzicht{
	border-top: 1px solid #DFDFDF;
	margin-bottom: 20px;
}
	.tpl_container_overzicht tr.bg2{
		background: #F9F9F9;
	}
	.tpl_container_overzicht tr.bg1{
		background: #FFF;
	}
		.tpl_container_overzicht td{
			border-bottom: 1px solid #DFDFDF;
			border-right: 1px solid #DFDFDF;
			padding: 5px;
		}
			.tpl_container_overzicht td.image{
				white-space: nowrap;
				text-align: center;
			}
				.tpl_container_overzicht td.image .titel{
					color: #016DB8;
					font-weight: bold;
					padding-top: 15px;
					padding-left: 20px;
					width: 220px;
					position: relative;
				}
					.tpl_container_overzicht td.image .titel img{
						position: absolute;
						right: 15px;
						top: 15px;
					}
				.tpl_container_overzicht td.image .afbeelding{
					padding: 15px;
					height: 60px;
					text-align: center;
				}
				.tpl_container_overzicht td.image .afmeeting{
					color: #5E5E5E;
				}
				.tpl_container_overzicht td.image .regio{
					color: #A3A3A3;
				}
			.tpl_container_overzicht .type{
				width: 123px;
				border-right: 0px;
			}
			.tpl_container_overzicht .info{
				width: 21px;	
				text-align: center;
			}
			/* Toegevoegd ivm bestel overzicht */
			.tpl_container_overzicht .infobreed{
				width: 100px;	
				text-align: center;
			}
			.tpl_container_overzicht .prijs{
				width: 80px;	
				text-align: right;
				white-space:nowrap;
			}
			
			.tpl_container_overzicht .actie{
				background: url(../images/actieprijs.gif) 0px 0px no-repeat;
			}
			
			.tpl_container_overzicht .winkelwagen{
				width: 65px;	
				border-right: 0px;
				text-align: center;
			}
/* start: container overzicht */

/* start: container details */
.tpl_container_details{
	border-top: 1px solid #DFDFDF;
	margin-bottom: 20px;
}
	.tpl_container_details div.image{
		border-right: 1px solid #DFDFDF;
		border-bottom: 1px solid #DFDFDF;
		float: left;
		width: 170px;
	}
	.tpl_container_details div.image2{
		border: 1px solid #DFDFDF;
		border-bottom: 1px solid #DFDFDF;
		float: left;
		width: 100%;
	}
		.tpl_container_details div.image2 div.afbeelding{
			padding: 10px;
			text-align: center;
			position: relative;
			height: 120px;
			border-bottom: 1px solid #DFDFDF;
		}
		.tpl_container_details div.image div.afbeelding{
			padding: 10px;
			text-align: center;
			position: relative;
			height: 60px;
			border-bottom: 1px solid #DFDFDF;
		}
		
		.tpl_container_details div.image div.afbeelding img{
			position: relative;
			left: -60px;
		}
		.tpl_container_details div.image div.afbeelding img.zoom{
			position: relative;
			left:75px;
			top: -15px;
		}

		.tpl_container_details div.image div.afbeelding .icon_voorbeeld{
				position: absolute;
				right: 10px;
				top: 10px;
			}
		.tpl_container_details div.image div.afmeting{
			padding: 5px 0px 5px 10px;
			height: 16px;
			text-align: center;
			color: #5E5E5E
		}	.tpl_container_details div.image2 div.afmeting{
			padding: 5px 0px 5px 10px;
			height: 16px;
			text-align: center;
			color: #5E5E5E
		}
	.tpl_container_details ul{
		float: left;
		width: 324px;
	}
	
		.tpl_container_details ul li{
			float: left;
			border-bottom: 1px solid #DFDFDF;
			border-right: 1px solid #DFDFDF;
			width: 151px;
			padding: 5px 0px 5px 10px;
			height: 16px;
			position: relative;
		}
			.tpl_container_details ul li img{
				position: absolute;
				right: 5px;
				top: 5px;
			}

	.tpl_afvalstroom_details ul{
		float: left;
		/*width: 324px;*/
	}
		.tpl_afvalstroom_details ul li{
			float: left;
			border-bottom: 1px solid #DFDFDF;
			border-right: 1px solid #DFDFDF;
			width: 151px;
			padding: 5px 0px 5px 10px;
			height: 16px;
			position: relative;
		}
			.tpl_afvalstroom_details ul li img{
				position: absolute;
				right: 5px;
				top: 5px;
			}
/* end: container details */

/* start: container details */
.tpl_rel_producten{
	margin-top: -30px;
	margin-bottom: 20px;
	background: url(../images/tarieven_border.gif);
	width: 100%;
}
	.tpl_rel_producten ul{
		padding-top: 30px;
	}
		.tpl_rel_producten ul li{
			float: left;
			width: 104px;
			height: 140px;
			padding: 0px 8px;
			position: relative;
		}
		html>body .tpl_rel_producten ul li{
			height: 170px;
		}
			.tpl_rel_producten ul li div.info{
				width: 103px;
				height: 101px;
				background: url(../images/tarieven_block_bg.gif) no-repeat;
				margin-top: 10px;
			}
				.tpl_rel_producten ul li div.info div.naam{
					font-weight: bold;
					text-align: center;
					padding-top: 25px;
				}
				.tpl_rel_producten ul li div.info div.type{
					font-weight: bold;
					text-align: center;
					padding-top: 2px;
				}
				.tpl_rel_producten ul li div.info div.prijs{
					font-weight: bold;
					text-align: center;
					padding-top: 2px;
					color: #0070BA;
				}
			.tpl_rel_producten ul li img.bestellen{
				position: absolute;
				top: 120px;
				left: 40px;
			}
			.tpl_rel_producten ul li img.meer_informatie{
				position: absolute;
				top: 120px;
				left: 80px;
			}
/* end: container details */

/* start: klanten service */
.tpl_klantenservice{
	
}
	.tpl_klantenservice ul{
		
	}
		.tpl_klantenservice ul li{
			float: left;
			margin: 10px;
			padding-left: 45px;
			padding-top: 9px;
			width: 170px;
		}
		html>body .tpl_klantenservice ul li{
			width: 180px;
		}
			.tpl_klantenservice ul li a{
				font-weight: bold;
				font-size: 13px;
			}
				.tpl_klantenservice ul li ul{
					margin-top: 10px;
				}
					.tpl_klantenservice ul li ul li{
						float: none;
						padding: 0px;
						margin: 0px 0px 2px 20px;
					}
						.tpl_klantenservice ul li ul li a{
							font-weight: normal;
							font-size: 11px;
							color: #000 !important;
							text-decoration: none;
						}
						.tpl_klantenservice ul li ul li a:hover{
							text-decoration: underline;
						}
		/* iconen */
		.klantenservice_contact{padding-left:50px;background: url(../images/icon_klantenservice_contact.gif) no-repeat;}
		.klantenservice_help{padding-left:50px;background: url(../images/icon_klantenservice_help.gif) no-repeat;}
		.klantenservice_email{padding-left:50px;background: url(../images/icon_klantenservice_email.gif) no-repeat;}
		.klantenservice_email_content{padding-left:50px;background: url(../images/icon_klantenservice_email.gif) no-repeat;}
		.klantenservice_callmeback{padding-left:50px;background: url(../images/icon_klantenservice_callmeback.gif) no-repeat;}
		.klantenservice_callmeback_content{padding-left:50px;background: url(../images/icon_klantenservice_callmeback.gif) no-repeat;}
		.klantenservice_winkelwagen{padding-left:50px;background: url(../images/icon_klantenservice_winkelwagen.gif) no-repeat;}
		.klantenservice_winkelwagen_content{padding-left:50px;background: url(../images/icon_klantenservice_winkelwagen.gif) no-repeat;}
		.klantenservice_winkelwagen_help{padding-left:50px;background: url(../images/icon_klantenservice_contact.gif) no-repeat;}
		.klantenservice_veiligheid{padding-left:50px;background: url(../images/icon_klantenservice_veiligheid.gif) no-repeat;}
		.klantenservice_wijzigen{padding-left:50px;background: url(../images/icon_klantenservice_wijzigingen.gif) no-repeat;}
		.klantenservice_aanmelden{padding-left:50px;background: url(../images/icon_aanmelden.gif) no-repeat;}
		.klantenservice_login{padding-left:50px;background: url(../images/icon_login.gif) no-repeat;}
		.klantenservice_suggesties{padding-left:50px;background: url(../images/icon_klantenservice_suggesties.gif) no-repeat;}
		.klantenservice_info{padding-left:50px;background: url(../images/icon_klantenservice_info.gif) no-repeat;}
		.klantenservice_revieuw{padding-left:50px;background: url(../images/icon_klantenservice_revieuw.gif) no-repeat;}
		.klantenservice{padding-left:50px;background: url(../images/icon_klantenservice.gif) no-repeat;}
		.klantenservice_postadres{padding-left:50px;background: url(../images/icon_klantenservice_postadres.gif) no-repeat;}
		.klantenservice_fax{padding-left:50px;background: url(../images/icon_klantenservice_fax.gif) no-repeat;}
		.klantenservice_tijden{padding-left:50px;background: url(../images/icon_klantenservice_tijden.gif) no-repeat;}
		.klantenservice_spelregels{padding-left:50px;background: url(../images/icon_overzicht.gif) no-repeat;}
		
		.klantenservice_cancel{padding-left:50px;background: url(../images/icon_winkelwagen_cancel.gif) no-repeat;}
		.klantenservice_omwisselen{padding-left:50px;background: url(../images/icon_klantenservice_wijzigingen.gif) no-repeat;}
/* end: klanten service */

/* start: klantenservice detail */
.tpl_klantenservice_detail{
	background: #F7F7F7;
}
	.tpl_klantenservice_detail h1{
		padding: 7px 0px 0px 45px;
		background-color: #FFF;
	}
	.tpl_klantenservice_detail ul{
		border-top: 1px solid #DFDFDF;
		padding-top: 5px;
	}
		.tpl_klantenservice_detail ul li{
			float: left;
			width: 220px;
			padding: 4px 0px 4px 30px;
			background: url(../images/icon_arrows.gif) no-repeat 10px 9px;
		}
			.tpl_klantenservice_detail ul li a{
				color: #000 !important;
				text-decoration: none;
			}
			.tpl_klantenservice_detail ul li a:hover{
				text-decoration: underline;
			}
			.tpl_klantenservice_detail ul li.terug a{
				font-weight: bold;
			}
/* end: klantenservice detail */

/* start: klantenservice reactie */
.tpl_klantenservice_reacties{
	
}
	.tpl_klantenservice_reacties div.item{

	}
		.tpl_klantenservice_reacties div.item div.info{
			float: left;
			width: 90px;
			padding: 10px;
			border-right: 1px solid #DFDFDF;
			margin-bottom: 10px;
		}
			.tpl_klantenservice_reacties div.item div.info div.naam{
				font-weight:bold;
				padding-bottom: 15px;
			}
			.tpl_klantenservice_reacties div.item div.info div.plaats,
			.tpl_klantenservice_reacties div.item div.info div.datum{
				color: #838383;
			}
		.tpl_klantenservice_reacties div.item div.reactie{
			padding: 10px 0px 10px 15px;
			float: left;
			width: 369px;
			margin-bottom: 10px;
		}

		.tpl_klantenservice_reacties div.item div.reactie div.extra{
		color: #C0C0C0;
		}
		
		.tpl_klantenservice_reacties div.item div.backtop{
			clear: both;
			border-top: 1px solid #DFDFDF;
			padding-bottom: 14px;
			padding-right: 15px;
		}
			.tpl_klantenservice_reacties div.item div.backtop a{
				color: #65AAAF !important;
				text-decoration: none;
			}
			
/* end: klantenservice reactie */

/* start: tpl_form */
.tpl_form{
	margin-bottom: 20px;
	border-bottom: 1px solid #DFDFDF;
	background: #F7F7F7;
}
	.tpl_form fieldset{		
		border-top: 1px solid #DFDFDF;
		padding: 20px;
	}
		.tpl_form fieldset legend{
			display: none;
		}
		.tpl_form fieldset ol{}
			.tpl_form fieldset ol li{
				padding-bottom: 6px;
			}
				.tpl_form fieldset ol li label{
					float: left;
					width: 115px;
				}
				
		/* noStyle*/
					.tpl_form fieldset ol li label.noStyle{
						float: none;
						width: auto;
						padding-top: 0px;
					}				
				
				.tpl_form fieldset ol li input.text{
					/*border: 1px solid #DFDFDF;*/
					display:inline;
					border: 1px solid #A0A0A0;
					background: #FFF;
					width: 160px;
					padding: 3px 10px;
					font-size: 11px;
				}
				.tpl_form fieldset ol li textarea{
					/*border: 1px solid #DFDFDF;*/
					border: 1px solid #A0A0A0;
					background: #FFF;
					
				}
	.tpl_form p.actions{
		padding-left: 150px;
	}
		.tpl_form p.actions input{
			/*border: 1px solid #DFDFDF;*/
			border: 1px solid #A0A0A0;
			background: #FFF;
			color: #1A7DC1;
			font-weight: bold;
			font-size: 11px;
			padding: 2px 5px;
			cursor: pointer;
		}
/* end: tpl_form */

/* start: contact gegevens */
.tpl_contactgegevens{
	
}
	.tpl_contactgegevens h2{
		padding-left: 45px;
		padding-top: 9px;
		height: 11px;
	}
	.tpl_contactgegevens li{
		float: left;
		width: 245px;
		padding-bottom: 15px;
	}
		.tpl_contactgegevens li div{
			padding: 0px 0px 0px 45px;
		}
/* end: contact gegevens */

ul.ophaalservice  li{
	margin: 10px;
	padding-left: 40px;
	padding-top: 9px;
	height: 35px;
}

		ul.ophaalservice  li{
			float: left;
			padding-left: 40px;
			padding-top: 9px;
			width: auto;
		}
		html>body ul.ophaalservice  li{
			width: auto;
		}


.ophaalservice_overzicht{background: url(../images/icon_overzicht.gif) no-repeat;}
.ophaalservice_uitloggen{background: url(../images/icon_afmelden.gif) no-repeat;}

table.tpl_pageBrowser td.pages{
	text-align: center;
}

table.tpl_pageBrowser td.pages span,
table.tpl_pageBrowser td.pages a,
table.tpl_pageBrowser td.pages a:link,
table.tpl_pageBrowser td.pages a:visited{
	padding: 2px 5px;
	text-decoration: none;
	border: 1px solid #EAEAEA;
	position: relative;
	background-color: #FEFEFE;
}
table.tpl_pageBrowser td.pages a:hover {
	background-color: #FaFaFa;
	border-color: #a1a1a1;
}
table.tpl_pageBrowser td.pages span {
	background-color: #f1f1f1;
	border-color: #a1a1a1;
}

/* start: klantenservice reactie */
.tpl_klanten_reacties{
	position: relative;
	width: 495px;
}
	.tpl_klanten_reacties div.top{
		position: relative;
		font-size: 1px;
	}
		.tpl_klanten_reacties div.top span{
			position: absolute;
			left: 0px;
			top: 0px;
			width: 12px;
			display: block;
			height: 13px;
			background: url(../images/klanten_reacties_lefttop.gif);
		}
	.tpl_klanten_reacties div.body{
		border: 1px solid #DFDFDF;
		border-bottom: 0px;
		background: #EFEFEF url(../images/klanten_reacties_bg.gif) repeat-x;
		padding: 10px 15px 0px 15px;
	}
		.tpl_klanten_reacties div.body div.item{
			float: left;
			width: 205px;
			position: relative;
			margin: 11px 12px 0px 12px;
			border-top: 1px solid #D5D5D5;
		}
			.tpl_klanten_reacties div.body div.item h5{
				font-weight: bold;
				color: #006CB5;
				padding: 10px 0px 2px 15px;
			}
			.tpl_klanten_reacties div.body div.item div.date{
				color: #8C8C8C;
				padding-bottom: 5px;
				padding-left: 15px;
			}
			.tpl_klanten_reacties div.body div.item p.entry{
				min-height: 45px;
				height: 45px;
				padding-left: 15px;
				border-bottom: 1px solid #D5D5D5;
			}
			html>body .tpl_klanten_reacties div.body div.item p.entry{
				height: auto;
			}
			.tpl_klanten_reacties div.body div.item p.more{
				padding: 10px 0px 0px 25px;
			}
				.tpl_klanten_reacties div.body div.item p.more a{
					color: #258085 !important;
				}
				.tpl_klanten_reacties div.body div.item p.more a span{
					position: absolute;
					right: 0px;
					top: -39px;
					width: 47px;
					display: block;
					height: 46px;
					background: url(../images/klanten_reacties_icon.gif);
					cursor:pointer;
				}
	.tpl_klanten_reacties div.bottom{
		height: 13px;
		overflow: hidden;
		background: url(../images/klanten_reacties_bottom.gif) no-repeat;
	}
/* start: verhuur tarieven */
.tpl_verhuur_tarieven{
	width: 100%;
	border-collapse: collapse;
}
	.tpl_verhuur_tarieven tr{
		
	}
		.tpl_verhuur_tarieven tr td{
			vertical-align: middle;
			border: 1px solid #DFDFDF;
			padding: 5px;
		}
			.tpl_verhuur_tarieven tr td.image{
				padding: 10px;
				text-align: center;
				border-left: 0px;
			}
				.tpl_verhuur_tarieven tr td.image img{
					margin: 0px 10px;
				}
			.tpl_verhuur_tarieven tr td.naam{
				font-weight: bold;
			}
			.tpl_verhuur_tarieven tr td.type{}
			.tpl_verhuur_tarieven tr td.info{
				text-align: center;
			}
			.tpl_verhuur_tarieven tr td.prijs{
				font-weight: bold;
			}
			.tpl_verhuur_tarieven tr td.winkelwagen{
				border-right: 0px;
				text-align: center;
			}
/* end: verhuur tarieven */

