/*
 * CSS for Standard tree layout
 * Copyright (C) 2005 SilverStripe Limited
 * Feel free to use this on your websites, but please leave this message in the fies
 * http://www.silverstripe.com/blog
 */
 
dl span.basket {
	position: absolute; left: 108px;
	margin-top: -3px;
	width: 28px; height: 21px;
	display: block; float: left;
	background: url("../graphics/basket_add.gif") 0 1px no-repeat;
	cursor: pointer;
}

span#num {
	display: block;
	width: 15px;
	float: left;
	margin-right: 5px;
	text-align: right;
}