@import url("base.css");

#price-list dl dt { color: #412100; }
#price-list table { width: 100%; }

#price-list table tr.sub th
{
	font-size: 75%;
	padding-left: 2em;
}

#price-list table th
{
	text-align: left;
	width: 65%;
}

#price-list table td { text-align: right; }

.quote-form table { width: 100%; }

.quote-form table th
{
	text-align: right;
	width: 45%;
}

.quote-form table td.result { text-align: right; }
.quote-form .total { margin-top: 1em; }
.quote-form .total th { width: 75%; }