.tree
{
	overflow:auto; 
	height:450px;
	width:238px;
	float:left;
	font: normal 11px arial, tahoma, helvetica, sans-serif;

}
.tree a
{
	color:#000;
	text-decoration:none;
}
.tree li, .tree ul
{
	list-style: none;
}
.tree li
{
	padding:0px 0px 0px 32px;
	line-height:17px;
	margin: 0;
	cursor: default;
	
}
.tree ul
{
	margin:0 0 0 -13px;
	padding:0;
}
.tree li.leaf
{
	background: url(images/leaf.gif) no-repeat -2px 0;
}
.tree li.leaf-last
{
	background: url(images/leaf-last.gif) no-repeat -2px 0;
}

.tree .folder-close
{
	background: url(images/expandable.gif) no-repeat -2px 0;
}
.tree .folder-close-last
{
	background: url(images/expandable-last.gif) no-repeat -2px 0;
}
.tree .folder-open
{
	background: url(images/collapsable.gif) no-repeat -2px 0;
}
.tree .folder-open-last
{
	background: url(images/collapsable-last.gif) no-repeat -2px 0;
}
.tree .root{
	background: url(images/root.gif) no-repeat 16px 2px;
}
.tree .toggler
{
	float:left;
	margin-left:-34px;
	height:16px;
	width:32px;
	background-image:url(images/spacer.gif);
	cursor:pointer;
}
.tree ul.ajax
{
	background: url(images/spinner.gif) no-repeat 0 0;
	height: 16px;
}
.tree ul.ajax li
{
	display:none;
}
.tree .text{}
.tree .active{
	background-color:#e8e4db;
	background-image:url(images/select_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:1px 2px;
	border: 1px solid #ebe7de;
}
.sitemp {
font-size:9px;
color:#d1d1d1;
}
#down-field {
width:70%;
background-color:#3A3A3A;
border:1px solid #d1d1d1;
margin:0 auto;
}