@charset "UTF-8";
#vgl {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
}
.left {
	color:#333;
	text-align: left;
	vertical-align: top;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.left-title1 {
	font-weight:bold;
	text-decoration:underline;
	color:#000;
}
.vgl {
	background-image: url(/content/img/table-bgd.png);
	background-repeat: repeat;
	text-align: center;
	vertical-align:top;
	font-size: 10px;
	background-color: #E3E3E3;
}
.vgl-top1 {
	background-image: none;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
.vgl-promo {
	background-image: url(/content/img/table-bgd.png);
	background-repeat: repeat;
	text-align: center;
	vertical-align:top;
	font-size: 10px;
	color: red;
	font-weight: bold;
	background-color: #E3E3E3;
}
.vgl-prijs {
	background-image: url(/content/img/table-bgd.png);
	background-repeat: repeat;
	text-align: center;
	vertical-align:top;
	font-size: 10px;
	color: blue;
	font-weight: bold;
	background-color: #E3E3E3;
}
.sep {
	background-image: url(/content/img/table-sep.png);
	background-repeat: repeat-y;
}
th {
	text-align:center;
	font-size:12px;
}
tr {
	height: 20px;
}
.note {
	font-style: italic;
	color: #666;
	font-size: 10px;
}
.Plus {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
