#basket {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 115px;
}
#basket p {
	text-align: right;
	padding-right: 0px;
	margin-top: 20px;
}
#basket p span {
	padding-left: 30px;
}
.basket_item {
	border-bottom: 1px dotted #cccccc;
	padding: 5px;
	margin-bottom: 5px;
}
.basket_item span {
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #cccccc;
	line-height: 30px;
	display: block;
	float: right;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
span.name {
	text-align: left;
	float: left;
	border: 0px;
}
span.price {
	width: 80px;
}
span.qty {
	width: 30px;
	border: 0px;
}
span.item_total {
	width: 100px;
	text-align: right;
	padding-right: 0px;
}
.basket_item .spacer {
	clear: both;
}
.basket_item form {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 30px; /*match line height of span*/
}
.basket_item form.minus {
	border-left: 1px solid #cccccc; 
}
div#basket_dialog {
	position: absolute;
	top: 20px;
	right: 20px;
}
div#basket_dialog a img {
	text-decoration: none;
}
form#checkout {
	text-align: right;
	padding-right: 0px;
}