table.cart {
	background-color: #999;
	width: 100%;
}
table.cart th, table.cart td {
	padding: 2px 8px;
}
table.cart th {
	color: #ffffff;
	text-align: left;
}
table.cart th a {
	color: #ffffff;
}
table.cart th a:hover {
	color: #ff9900;
}
table.cart tr.OutOfStock td {
	background-color: #FCC;
}
table.cart tr.OutOfStock td span.OutOfStock {
	color: #C00;
	font-weight: bold;
}
table.cart td {
	background-color: #efefef;
	font-size: 0.8em;
	border-bottom: 1px solid #999;
}
table.cart td.larger {
	font-size: 1.2em;
}
table.cart td.vlg {
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
}
table.cart td.transparent, table.cart tr.transparent td {
	background-color: #FFF;
	border: none;
}
table.cart tr.no-border td {
	border: none;
}
table.checkout input.text {
	width: 250px;
}
.cart a {
	text-decoration: none;
}
.cart a:hover {
	text-decoration: underline;
}

form.SagePayForm {
	border: 3px solid #00dc0a;
	padding: 10px 15px;
	margin: 15px 0;
	-webkit-border-radius: 15px;
	-moz-border-radius:	15px;
}
form.SagePayForm table {
	background: none;
}
form.SagePayForm table td {
	background: none;
	border: none;
}
.button {
	border: none;
	padding: 3px 6px;
	margin: 6px 0;
	background: #00dc0a;
	color: #fff;
	font-size: 2.6em;
	-webkit-border-radius: 5px;
	-moz-border-radius:	 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.button:hover {
	cursor: pointer;
	background: #73f57c;
}
td.right {
	text-align: right;
}
