#basketbuttons {
	display: block;
	float: right;
	padding-top: 30px;
}
#basketbuttons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#basketbuttons li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
#basket-update a {
	background: url(images/updatebasket.gif) no-repeat 0px 0px;
	height: 42px;
	width: 180px;
	display: block;
	text-indent: -5000px;
	margin-right: 20px;
}
#basket-update a:hover {
	background: url(images/updatebasket.gif) no-repeat -180px 0px;
	height: 42px;
	width: 180px;
	display: block;
	text-indent: -5000px;
	margin-right: 20px;
}
#basket-checkout a {
	background: url(images/checkout.gif) no-repeat 0px 0px;
	text-indent: -5000px;
	display: block;
	height: 42px;
	width: 182px;
}
#basket-checkout a:hover {
	background: url(images/checkout.gif) no-repeat -182px 0px;
	text-indent: -5000px;
	display: block;
	height: 42px;
	width: 182px;
}
#basket a {
	color: #582827;
	text-decoration: none;
}
#basket a:hover {
	color: #B53153;
	text-decoration: none;
}

