/*
 * 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: relative;
	margin-top: 2px;
	margin-right: 7px;
	width: 30px; height: 30px;
	display: block; float: left;
	background: url("../img/basket_add.png") 0 1px no-repeat;
	cursor: pointer;
}

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

.sprite {
		position: absolute;
		top: 0px;
		left: 0px;
		visibility: hidden;
}

dl {
	margin-left: 10px;
}

div.main_basket_empty {
		background: url("../img/basket_empty.png") 0 1px no-repeat;
		width:31px;
		height: 31px;
}

div.main_basket_full {
		background: url("../img/basket_full.png") 0 1px no-repeat;
		width:31px;
		height: 31px;
}