div.leftColumn{
	float: left;
	padding-left: 15px;
	width: 360px;
	border-right: 1px dotted #cccccc;
	margin-right:8px;
}
div.rightColumn{
	float: left;
	width: 360px;
}

div.block, div.block    {
	width: 330px;
	height: 60px;
	background-color: white;
	margin-bottom: 2px;
	padding: 10px;
	border-bottom: 1px dotted #cccccc;
}
div.block_white{
	background-color: white;
}	

div.block h2 {
	margin: 0px;
	width: 200px;
	float: left;
}

div.block img {
	float: left;
	border: 0;
	margin-right: 10px;
}

div.block a {
	float: left;
	width: 200px;
	margin-top: 2px;
}

div.block a.imgA{
	display: block;
	width: 45px;
}

div.block div.left {
	float:left;
	width: 250px;
}

div.block div.price {
	float: right;
	width: 70px;
	padding-top: 0px;
	height: 60px;
	color: #2c84c2;
	text-align: center;
}
div.block div.price span.pricenumber{
	font-size: 32px;
	font-weight: bold;
}
div.block div.price span.comma{
	font-size: 16px;
	font-weight: bold;
}
div.block a.moreInfo{
	display:block;
}

table#vergelijker tr.cRow {
	margin-bottom: 10px;
	font-size: 14px;
}

table#vergelijker td {
	margin: 0px;
	padding: 10px;
}

table#vergelijker td.price {
	
}
