.tree * {margin:0; padding:0;}
.tree li {list-style:none; padding-left:21px;}
.tree li.root {padding-left:0;float:left;}
.tree li li {/*border-bottom:1px solid #E5E5E5;*/
margin-left:0;
padding:0 0 0 10px;}
.tree li li.root {padding-left:10px; background:url(../images/quicktree/justOne.gif) repeat-y 17px 0;}
.tree li li.root.last {background:none;}
.tree li li.last {/*background:url(../images/quicktree/lastRoot.gif) no-repeat 17px 0;*/}
.expand {
	background:url("../images/quicktree/plusMinus.png") no-repeat scroll 0 0 transparent;
	display:block;
	float:left;
	font-size:0;
	height:19px;
	line-height:0;
	margin:0;
	padding:0;
	text-indent:-9999px;
	width:15px;
}
.contract {background-position:0 -19px;}
.expand:hover {cursor:pointer;}
ul.quickTree {
	width:270px;
	margin:0;
	float:left;
}