#main_content {
	background: none;
	width: 633px;
	margin: 0;
	padding: 0 30px 40px 0;
}

#main_content a.continue,
#main_content a.checkout {
	color: #565656;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	top: 15px;
}

#main_content h1 {
	margin-bottom: 10px;
}

col.price {
	width: 60px;
}

col.qty {
	width: 60px;
}

col.ref {
	width: 30px;
}

col.total {
	width: 100px;
}

th.th-qty {
	padding-left: 5px;
}

td.totals {
	text-align: right;
	padding-right: 13px;
	width: 40px;
}

.minus_from_basket,
.add_to_basket {
	display: inline;
	position: relative;
	top: 2px;
	padding: 0;
	margin: 0;
	width: 15px;
}

p.invalid_voucher {
	margin:0;
	padding:0;
	color:#f00;
}

#discount_code_button {
	font-size:1em;
	height:22px;
	width:120px;
}

form.buttons {
	float:right;
}

form .buy_now {
	background:#FFB7D5;
	border-color:#FFB7D5;
	border:1px outset;
	padding:1px;
}
