#leftcol ul.checklist {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

#leftcol ul.checklist li {
	background: #fff url("check-ico.gif") center left no-repeat;
	padding: 5px 10px 5px 30px;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
}

#leftcol ul.crosslist {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

#leftcol ul.crosslist li {
	background: #fff url("icon-cross_16.gif") center left no-repeat;
	padding: 5px 10px 5px 30px;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
}

#priceTable td {
	padding: 5px;
}

#priceTable {
	margin-bottom: 10px;
	margin-top: 10px;
}

.evenrow {
	
}

.oddrow {
	background-color: #eee;
}

.trbox {
	text-align: center;
	background-color: #f0f7fd;
	padding: 10px;
}

.trbox p,
.trbox form {
	margin: 0;
	padding: 0;
}
