.purchaseTable {
	border-collapse:collapse;
	margin-left:32px;
}

.purchaseTable td {
	vertical-align:top;
}

.purchaseTable .altRow td {
	background-color:whitesmoke;
}

.licenseDescription {
	width:400px;
}

#checkoutButton {
	position:relative;
	width:255px;
	height:78px;
	background-image:url('../images/checkout_button.png');
	margin-left:20px;
	border:none;
	background-color:transparent;
	cursor:hand;
	cursor:pointer;
}

.licenseDescription li {
	font-size:13px;
	margin-left:28px;
	padding-left:0px;
	background-image:url('images/checkmark.png');
	background-repeat:no-repeat;
	height:25px;
	margin-bottom:4px;
}

#invoice {
	margin-left:12px;
}

#invoiceTable {
	border-collapse: collapse;
}

#invoiceTable #totalRow td {
	border-top:2px #7E9C3A solid;
}

#singleUserLicenses, #bulkLicenses {
	width:50px;
}
