#tree {background: #FFF; border: solid 1px #bbb; padding: 4px; width: 420px;}

UL.tree {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}

UL.tree LI {
	list-style: none;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	white-space: nowrap;
}

UL.tree A {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0px 2px;
  background: center right no-repeat;  
}

UL.tree A.plus { background-image: url(../images/tree/plus.png); }
UL.tree A.minus { background-image: url(../images/tree/minus.png); }
UL.tree A.freeze { background-image: url(../images/tree/freeze.png); }

UL.tree A:hover { background-color: #BDF; }
UL.tree.line { border-bottom: 1px dotted #BBB; padding-bottom: 1px; margin-bottom: 1px; }

/* Core Styles */
.tree LI.search { background: url(../images/tree/magnify.png) left top no-repeat; }
.tree LI.directory { background: url(../images/tree/directory.png) left top no-repeat; }
.tree LI.expanded { background: url(../images/tree/folder-open.png) left top no-repeat; }
.tree LI.file { background: url(../images/tree/file.png) left top no-repeat; }
.tree LI.wait { background: url(../images/tree/spinner.gif) left top no-repeat; }

/* Search box */
.tree LI.search input {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding: 1px 2px;
	margin: 0px;
	border: 0;
	width: 390px;
}

