table {
	width: 98%;
}

table.info th {
	border-bottom: none;
}

table#amounts th {
	border-bottom: none;
}

table#amounts {
	margin-bottom: 1em;
}

table + h3 {
	margin-top: 2em;
}

.number {
	text-align: right;
}

input.number {
	width: 2em;
}

p#subtotal {
	margin-top: 1em;
	text-align: right;
	font-weight: bold;
}

#buynow {
	width: 100%;
	text-align: center;
}

#buynow img {
	border: 0;
}

.price {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: .5em;
}

body#checkout_index div.footer {
	display: none;
}

.hide {
	display: none;
}

img {
	border: none;
}

#move_on {
	margin-top: 2em;
	text-align: center;
}

ul#downloads li img {
	margin-left: 1em;
	vertical-align: middle;
}

#payment_selector {
	list-style-type: none;
	margin-bottom: 1em;
}

#payment_selector li {
	display: inline;
}

#payment_selector li img {
	vertical-align: middle;
}

#payment_selector li img:hover {
	cursor: pointer; cursor: hand;
}

#payment_selector img {
	margin: 5px;
}

