span.text {
	display: none;
}

#st
{
	margin: 0;
	margin-left: 50px;
	padding: 0;
}

#st li
{
	list-style: none;
	margin: 0;
	padding: 0 0 0 50px;
	line-height: 14px;
}

#st li:before
{
	content: '';
}

#st li span
{
	display: inline;
	clear: left;
	white-space: nowrap;
}

#st ul
{
	margin: 0; 
	padding: 0;
}

#st ul li:before
{
	content: '';
}

#st .root
{
	margin-left: -16px;
	background: url(/img/map/root.gif) no-repeat 16px 0 #ffffff;
}

#st .line
{
	margin: 0 0 0 -16px;
	padding: 0;
	line-height: 3px;
	height: 3px;
	font-size: 3px;
	background: url(/img/map/line_bg.gif) 0 0 no-repeat transparent;
}

#st .line-last
{
	margin: 0 0 0 -16px;
	padding: 0;
	line-height: 3px;
	height: 3px;
	font-size: 3px;
	background: url(/img/map/spacer.gif) 0 0 no-repeat transparent;
}

#st .line-over
{
	margin: 0 0 0 -16px;
	padding: 0;
	line-height: 3px;
	height: 3px;
	font-size: 3px;
	background: url(/img/map/line_bg_over.gif) 0 0 no-repeat transparent;
}

#st .line-over-last
{
	margin: 0 0 0 -16px;
	padding: 0;
	line-height: 3px;
	height: 3px;
	font-size: 3px;
	background: url(/img/map/line_bg_over_last.gif) 0 0 no-repeat transparent;
}

#st .folder-open
{
	margin-left: -16px;
	background: url(/img/map/collapsable.gif) 0 -2px no-repeat #fff;
}

#st .folder-open-last
{
	margin-left: -16px;
	background: url(/img/map/collapsable-last.gif) 0 -2px no-repeat #fff;
}

#st .folder-close
{
	margin-left: -16px;
	background: url(/img/map/expandable.gif) 0 -2px no-repeat #fff;
}

#st .folder-close-last
{
	margin-left: -16px;
	background: url(/img/map/expandable-last.gif) 0 -2px no-repeat #fff;
}

#st .doc
{
	margin-left: -16px;
	background: url(/img/map/leaf.gif) 0 -1px no-repeat #fff;
}

#st .doc-last
{
	margin-left: -16px;
	background: url(/img/map/leaf-last.gif) 0 -1px no-repeat #fff;
}

#st .ajax
{
	background: url(/img/map/spinner.gif) no-repeat 0 0 #ffffff;
	height: 16px;
	display: none;
}

#st .ajax li
{
	display: none;
	margin: 0; 
	padding: 0;
}

#st .trigger
{
	display: inline;
	margin-left: -32px;
	width: 28px;
	height: 11px;
	cursor: pointer;
}

#st .text
{
	cursor: default;
}

#st .active
{
	cursor: default;
	background-color: #f7be77;
	padding: 0px 2px;
	border: 1px dashed #444;
}

#drag_container
{
	background:#ffffff;
	color:#000;
	font: normal 11px arial, tahoma, helvetica, sans-serif;
	border: 1px dashed #767676;
}

#drag_container ul
{
	list-style: none;
	padding:0;
	margin: 0;
}

#drag_container li
{
	list-style: none;
	background-color:#ffffff;
	line-height:18px;
	white-space: nowrap;
	padding:1px 1px 0px 16px;
	margin: 0;
}

#drag_container li span
{
	padding:0;
}

#drag_container li.doc, #drag_container li.doc-last
{
	background: url(/img/map/leaf.gif) no-repeat -17px 0 #ffffff;
}

#drag_container .folder-close, #drag_container .folder-close-last
{
	background: url(/img/map/expandable.gif) no-repeat -17px 0 #ffffff;
}

#drag_container .folder-open, #drag_container .folder-open-last
{
	background: url(/img/map/collapsable.gif) no-repeat -17px 0 #ffffff;
}
