#bd .checklist {
		background-repeat: no-repeat;
		background-image: url(/public/images/2009/checklist2009.png);
		padding-top: 2em;
	}

.checklist h2 {
		padding-bottom: 0.1em;
		margin-left: 4em;
		clear: both;
		line-height: 1em;
		text-shadow: 0px 2px 2px #797979;
		color: white;
		font-size: 2.5em;
	}

.checklist p {
		text-align: left;
		padding-bottom: 1em;
		line-height: 1.4em;
	}

.checklist p.leading {
		margin-left: 10em;
		text-align: left;
	}

.checklist li a {
		font-style: normal;
		font-weight: normal;
	}

.checklist h3 a {
		font-style: normal;
		font-weight: normal;
		color: #e5e5e5;
	}

.checklist h3 a:hover {
		text-decoration: none;
		color: #fffd7f;
	}

.checklist h3 {
		padding-left: 5px;
		background-repeat: no-repeat;
		background-image: url(/public/images/2009/purple.jpg);
		border-top-color: #b586d8;
		border-top-width: 1px;
		border-top-style: solid;
		line-height: 1.6em;
		font-size: 1em;
		text-shadow: 0px 2px 2px #594163;
		color: white;
		height: 1.6em;
		background-color: #a274b2;
		font-weight: bold;
		width: 532px
	}

.checklist ul {
	}

.checklist ul li {
		position: relative;
		border-top-width: 0px;
		line-height: 1em;
		width: 537px;
		height: 1.5em;
	}

.checklist ul li ul li {
		height: 1em;
		line-height: 1em;
		border-width: 0px;
		float: left;
		padding-left: 3px;
		padding-bottom: 3px;
		padding-top: 3px;
	}

.checklist ul li ul li.name {
		width: 429px;
		cursor: pointer
	}

.checklist ul li ul li.checklistprice {
		padding-right: 6px;
		width: 40px;
		text-align: right;
		cursor: pointer
	}

.checklist ul .input {
		display: none;
		right: 0px;
		top: 0px;
		position: absolute;
		padding-right: 6px;
		padding-top: 1px;
		width: 40px;
		text-align: right;
	}

.checklist ul li ul li.total {
		display: none;
		width: 0px;
	}

.checklist ul li ul li a {
		display: block;
		font-style: normal;
		font-weight: normal;
	}

.checklist ul li ul li a:hover {
		color: black;
	}

.checklist ul.odd {
		height: 1.5em;
		background-color: white;
	}

.checklist ul.alt {
		height: 1.5em;
		background: #f1f4f9;
	}

.checklist ul .input input.text {
		width: 20px;
		font-size: 0.7em;
		height: 16px;
	}

#grandTotal, #discountTotal {
		font-weight: bold;
		font-size: 1.5em;
	}
