
.r { text-align: right; }
.em { font-style: italic; }

/* styles for price list */
dl#pricelist dt { font-weight: bold; }
dl#pricelist dd { margin-bottom: 1em; }
dl#pricelist dd > table { border-collapse: collapse; width: 400px; }
dl#pricelist td { white-space: nowrap; }
dl#pricelist .dots {
	width: 100%;
	vertical-align: 0.1em;
}
dl#pricelist .dots div {
	margin: 0 auto;
	width: 95%;
	height: 0.9em;
	border-bottom: 1px dotted;
}


