/* Copyright JaJa Enterprises 2008. All rights reserved. */
.content
{
	width: 100%;
}
.intro
{
	margin: 1em auto;
	text-align: center;
}
#items
{
	margin: 1em auto;
}
#items td
{
	padding: 2px 5px;
}
#items .row_header
{
	background: #888;
	border-bottom: 1px solid #444;
	color: #fff;
	font-weight: bold;
}
.row td
{
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}
.row td td
{
	border-bottom: none;
}
.price_each
{
	width: 100%;
}
.price_each th
{
	font-size: 80%;
	text-align: center;
}
.price_each td
{
	font-size: 80%;
	text-align: center;
	width: 33%;
}
input.quant
{
	border: 1px solid #000;
}
.empty
{
	color: #f00;
	font-weight: bold;
	text-align: center;
}

