#cart {
}
#cart .header {
	font-weight: bold;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	float: none;
	height: 15px;
	margin-bottom: 5px;
}
#cart .item {
	float: none;
	width: 100%;
	clear: both;
	height: 15px;
}
#cart .aantal {
	float: left;
	width: 100px;
}
#cart .artikel {
	float: left;
	width: 140px;
}
#cart .prijs {
	float: left;
	width: 60px;
	text-align: right;
}
#cart .netto {
	float: left;
	width: 60px;
	text-align: right;
}
#cart .btw {
	float: left;
	width: 40px;
	text-align: left;
	margin-left: 10px;
}
#cart .delete {
	float: left;
	width: 40px;
}

#cart input {
	line-height:100%;
}
#cart .totaal {
	float: none;
	clear: both;
	font-weight: bold;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
#cart .totaal .row {
	float: none;
	clear: both;
	height: 15px;
}
#cart .totaal .label {
	float: left;
	margin-left: 100px;
	width: 200px;
}
#cart .totaal .bedrag {
	float: left;
	text-align: right;
	width: 60px;
}
