
dt { /* DDZ: a bug? */
	text-transform: uppercase;
}	


div#sheet {
	margin-top: 40px;
}


table.PriceTable {
	width: 100%;
	table-layout: fixed;
	margin: 0;
	border-bottom: 1px solid rgb(188,188,184);
}
table.PriceTable {
	margin-bottom: 60px;
}
table.PriceTable td,
table.PriceTable th {
	padding: 0;
	width: 30%;
	padding: 10px 15px 10px 15px;
}
table.PriceTable td {
	border-left: 1px solid rgb(188,188,184);
	border-right: 1px solid rgb(188,188,184);
}
table.PriceTable td:first-child,
table.PriceTable th:first-child {
	width: 40%;
}
table.PriceTable thead th {
	font-weight: bold;
	text-transform: uppercase;
	background-color: rgb(210,35,42);
	color: rgb(255,255,255);
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px solid rgb(210,35,42);
}
table.PriceTable thead th:last-child {
	-moz-border-radius-topright: 10px;
	border-right: none;
}
table.PriceTable thead th:first-child {
	text-align: left;
	background-color: rgb(44,44,40);
	border-left: 1px solid rgb(44,44,40);
	border-right: none;
	color: rgb(255,255,255);
}
table.PriceTable thead h2 {
	white-space: nowrap;
	font-weight: bold;
}
table.PriceTable p {
	margin: 0;
}
table.PriceTable tbody td {
	border-top: 1px solid rgb(233,233,230);
	text-align: center;
	vertical-align: middle;
}
table.PriceTable tbody td:first-child {
	text-align: left;
	vertical-align: top;
}
table.PriceTable tbody tr:first-child td {
	border-top: none;
}	
table.PriceTable tbody tr {
	background-color: rgb(255,255,255);
}
table.PriceTable tbody tr:nth-child(even) {
	background-color: rgb(248,248,245);
}
table.PriceTable tbody h2 {
	text-transform: none;
}

/* ADDITIONALS .................................................... */

table#adds tbody tr:nth-child(even) {
	background-color: rgb(255,255,255);
}
