#content
{
	margin: 25px auto;
	width: 600px;
}

.hfadebar
{
height: 3px;
background-image: url(../i/fadebar.png);
background-repeat: no-repeat;
}
.inner
{
	margin: 20px 25px;
}


.line
{
	margin: 10px 0;
	width: 100%;
}
.line .name
{
	width: 300px;
	float: left;
}
.line .quantity
{
	width: 60px;
	float: left;
}
.line .quantity input
{
	width: 35px;
}
.line .price
{
	width: 85px;
	float: left;
}
.line .total
{
	width: 85px; 
	float: right;
}
#desc
{
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #898989;
}
#total .total
{
	border-top: 1px solid #464646;
}