/* CSS used in making the Price Tables. */
table.prices {
	font: 11px/18px verdana, arial, sans-serif;
	margin: 10px 0 10px 0;
	background-color: rgb(80%, 80%, 80%);
	border-width: 0;
	border-collapse: collapse;
	line-height: 1.8em;
	border: 1px black solid;
}
table.prices th{
	border-width: 0;
	padding: 0 0 9px 0;
	margin: 0;
	height: 35px;
	background: url(../images/tbl-header.jpg) left top repeat-x;
}
table.prices td {
	border-width: 0;
	padding: 0 0 0 12px;
	background-color: rgb(255, 255, 240);
	border: none;
	border-right: 1px rgb(80%, 80%, 80%) solid;
}
table.prices td.alt {
	border-width: 0;
	padding: 0 0 0 12px;
	background: rgb(90%, 90%, 90%);
	font-weight: bold;
	color: black;
	border: none;
	border-right: 1px rgb(80%, 80%, 80%) solid;
}

table.prices .center {
	text-align: center;
}