#content
{
	padding:5px;
	float:left;
	width:98%;
}
/* Quick Tree */
.tree * {margin:0; padding:0;}
.tree li {list-style:none; padding-left:21px; }
.tree li.root {padding-left:0;}
    .tree li li {background:url(/css/tree/rootNode.gif) no-repeat 17px center; margin-left:10px; padding-left:31px;}
	.tree li li.root {padding-left:10px; background:url(/css/tree/justOne.gif) repeat-y 17px 0;}
	.tree li li.root.last {background:none;}
    .tree li li.last {background:url(/css/tree/lastRoot.gif) no-repeat 17px 0;}
.expand {background:url(/css/tree/plusMinusblue.gif) no-repeat; width:22px; _width:13px; height:22px; display:block; float:left; margin-top:2px; padding:0 5px 0 0; text-indent:-9999px; line-height:0; font-size:0;}
.contract {background-position:0 -22px;}
.expand:hover {cursor:pointer;}
.handcursor{cursor:hand;cursor:pointer;}

