.bestelling {
	clear: both;
	width: 80%;
}

.bestellingtitel {
	width: 50%;
	float: left;
}

.bestellingaantal {
	width: 25%;
	float: left;
	text-align: right;
}

.bestellingprijs {
	width: 25%;
	float: left;
}

.totaal {
	border-top: 1px solid;
	width: 40px;
	float: right;
	
}

.winkelwagen .head td {
	font-weight: bold;
	color: #124B3D;
	background: url(../images/lijn.gif) repeat-x;
	background-position: 0 85%;
} 

td.titel_training {
	font-weight: bold;
	color: #124B3D;
}


td.totaal_bedrag {
	font-weight: bold;
	color: #124B3D;
}
