<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#basket dl {
	margin: 3px 3px 8px 3px;
	padding: 0;
	border-bottom: 1px solid #eee;
	}
#basket dd {
	margin: 0;
	padding: 0;
	}
#basket dd.price {
	color: #c33;
	font-weight: bold;
	}
#basket dd.qty {
	margin: 0 0 5px 0;
	font-size: smaller;
	}
#basket a {
	display: block;
}
#basket a.remove {
	display: inline;
}
#basket a.basket ,#basket a.checkout{
	margin-top: 5px;
}</pre></body></html>