div#perfumes_container {
	width: 521px;
	padding: 5px;
}

div#volumes {
	width: 521px;
	color: #413237;
	font-weight: bold;
}

div.row {
	width: 521px;
	border-bottom: 1px solid #a5a5a5;
}

div.header {
	border-bottom: 0px;
	margin-bottom: 5px;
}

div.volume, div.our_price, div.amount, div.naam, div.subtotal {
	float: left;
	text-align: right;
	padding: 6px 0px;
}

div.volume {
	width: 110px;
	text-align: left;
	padding-left: 10px;
}

div.naam {
	text-align: left;
	width: 170px;
}

div.amount {
	width: 50px;
	margin-top: 2px;
	padding: 0px;
}

div.header div.amount {
	padding: 6px 0px;
	margin: 0px;
}

div.our_price {
	width: 80px;
}

div.subtotal {
	width: 90px;
}

.gift_wrapper {
	border: 1px solid #000;
	background: #eee url(/img/kado.jpg) no-repeat left bottom;
	padding: 10px;
	padding-bottom: 65px;
}

.gift_wrapper .left {
	float: left;
	width: 260px;
}

.gift_wrapper .right {
	float: left;
	width: 210px;
	text-align: left;
}

.gift_wrapper .notice {
	float: left;
	margin-left: 260px;
	display: inline;
	color: #f9993a;
	font-weight: bold;
}
