#basket_list {
	width: 500px;
	margin: 0 auto 30px auto;
	position: relative;
	padding-top: 10px;
}
#basket_list .update_basket a {
	color: #0fa52a;
	position: absolute;
	top: 10px;
	right: 0;
}
#basket_list .update_basket input {
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	color: #0fa52a;
	border: none;
	background: none;
	position: absolute;
	top: 10px;
	right: 0;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
#basket_list .update_basket input:hover {
	cursor: pointer;
	margin: 0;
	padding: 0;
}
#basket_list h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0;
}
#basket_list h3 a {
	color: #d01f3c;
	text-decoration: none;
}
#basket_list h3 a:hover {
	text-decoration: underline;
}
#basket_list .item_details {
	position: relative;
}
#basket_list .type {
	margin: 3px 0 0 10px;
	color: #333;
}
#basket_list .price {
	margin: 0 10px;
	color: #666;
}
#basket_list .qty {
	position: absolute;
	top: 10px;
	right: 70px;
	margin: 0;
	color: #333;
}
#basket_list .qty input {
	width: 30px;
}
#basket_list .remove {
	position: absolute;
	top: 10px;
	right: 0;
	margin-top: 3px;
	text-align: right;
}
#basket_list .totals {
	margin: 40px 0 0 320px;
}
#basket_list .totals p {
	position: relative;
	margin: 0 0 3px 0;
}
#basket_list .totals span {
	position: absolute;
	right: 70px;
}
#basket_list .total {
	font-weight: bold;
}
#discount {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#discount div {
	position: absolute;
	top: 5px;
	left: 50%;
}
#discount fieldset {
	margin: 0;
	padding: 0;
}
#discount p {
	width: 45%;
	margin: 0;
	padding: 0;
}
#discount input[type=submit] {
	border-width: 1px;
	background-color: #f5f5f5;
}
hr {
	width: 50%;
	height: 1px;
	margin-top: 30px;
	color: #dddde1;
	background-color: #dddde1;
	border: none;
}
#checkout {
	text-align: center;
	margin: 40px auto 0 auto;
}
#checkout .paypal, #checkout .cheque {
}
#checkout p {
	margin: 0;
}
#checkout a {
	margin: 0;
	padding: 3px 5px;
	font-size: 1.2em;
	border: 1px solid #7f9db9;
	border-top-color: #b0c0cf;
	border-left-color: #b0c0cf;
	color: #0505a8;
	background-color: #f7f7f7;
}
#checkout a:hover {
	text-decoration: none;
	border-color: #aad2f7;
	border-top-color: #7f9db9;
	border-left-color: #7f9db9;
}
#checkout .paypal {
}
#checkout .cheque {
	margin: 10px 0 0 20px;
}
#empty {
	margin-left: 80px;
}
#info {
	clear: both;
	margin: 75px 50px 0 0;
}
#info h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	margin: 0 0 0 75px;
}
#info p {
	margin: 0 0 15px 80px;
}