div#progress {
	float: left;
	width: 600px;
	height: 30px;
	
}

div.progress_item {
	float: left;
	width: 200px;
	height: 30px;
}

div.deco_left, div.deco_right, div.deco_empty {
	float: left;
	width: 23px;
	height: 29px;
}

div.deco_left {
	background: url('/img/main/menu_item_decoration.png') no-repeat;
}

div.deco_right {
	background: url('/img/main/menu_item_decoration_right.png') no-repeat;
}

div.progress_item_text {
	float: left;
	padding: 8px 5px 0px 5px;
}

div#product_container {
	width: 525px;
	padding: 5px;
}

div.row {
	width: 525px;
	border-bottom: 1px solid #a5a5a5;
}

div.header {
	font-weight: bold;
	margin-bottom: 5px;
}

div.price, div.vat, div.naam, div.subtotal, div.delete {
	float: left;
	text-align: right;
	padding: 4px 0px;
}

div.naam {
	text-align: left;
	width: 270px;
}

div.price, div.vat, div.delete {
	width: 80px;
}

div.subtotal {
	width: 90px;
}

div.input {
	float: left; 
	width: 100px; 
	padding-bottom: 2px;
}

input.tf {
	border: 2px solid #b59c79;
}

div.payment_method {
	float: left;
	width: 175px;
}