table.items {
	width: 100%;
	border-collapse: collapse;
}
table.items td {
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
table.items th {
	border-bottom: 1px solid #ccc;
	padding: 10px;
	text-align: left;
	font-weight: normal;
	font-family: 'uninstabold', helvetica, arial, sans-serif;
}
table.items td.subtotal {
	background-color: #e5e5e5;
}

table.forms {
	width: 100%;
	border-collapse: collapse;
}
table.forms td {
	border-bottom: 1px solid #ccc;
	padding: 20px;
}
table.forms th {
	border-bottom: 1px solid #ccc;
	padding: 20px;
	text-align: left;
	font-weight: normal;
	font-family: 'uninstabold', helvetica, arial, sans-serif;
}

.itemnote {
	font-size: 10px;
	color: #9e9e9e;
}
.checkout {
	text-align: center;
	border: 1px solid #ccc;
	background-color: #eeeeee;
	padding: 20px;
}
ul.info, ol.info {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
ul.info li {
	margin: 0px 0px 10px 15px;
	padding: 0px;
}
ol.info li {
	margin: 0px 0px 10px 25px;
	padding: 0px;
}