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