.cateTree
{
	
	margin:0 10px;
	padding:0;
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:11px;
	line-height:15px;
}
.cateTree li
{
	list-style: none;
	margin:0;
	padding:0 0 0 18px;
	line-height: 16px;
}
.cateTree li span
{
	display:inline;
	clear: left;
	white-space: nowrap;	
	color:#6D3C00;
}
.cateTree li span:hover
{
	display:inline;
	clear: left;
	white-space: nowrap;	
	color:#6D3C00;
	text-decoration:underline
}
.cateTree ul
{
	margin:0; 
	padding:0;
}
.cateTree .root
{
	
	background:#ffffff;
}
.cateTree .line
{
	margin:0;
	padding:0;
	line-height: 3px;
	height:1px;
	font-size:3px;
	/*background: url(images/line_bg.gif) 0 0 no-repeat transparent;*/
}
.cateTree .line-last
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	/*background: url(images/spacer.gif) 0 0 no-repeat transparent;*/
}
.cateTree .line-over
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(images/line_bg_over.gif) 0 0 no-repeat transparent;
}
.cateTree .line-over-last
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(images/line_bg_over_last.gif) 0 0 no-repeat transparent;
}
.cateTree .folder-open
{
	margin-left:-16px;//margin-left:5px;
	background: url(images/collapsable.gif) 0 0 no-repeat #fff;
}
.cateTree .folder-open-last
{
	margin-left:-16px;
	background: url(images/collapsable-last.png) 1px 5px no-repeat #fff;
	padding:0px 0px 0px 14px;
	
}
.cateTree .folder-open-last ul{margin-left:10px}
.cateTree .folder-close
{
	margin-left:-16px;//margin-left:5px;
	background: url(images/expandable.gif) 0 0 no-repeat #fff;
}
.cateTree .folder-close-last
{
	margin-left:-16px;
	background: url(images/expandable-last.png) 0 5px no-repeat #fff;
	padding:0px 0px 0px 14px;
	
}
.cateTree .doc
{
	margin-left:-10px;
	background: url(images/leaf.gif) 4px 4px no-repeat #fff;
}
.cateTree .doc-last
{
	margin-left:-16px;
	background: url(images/leaf-last.gif) 1px 7px no-repeat #fff;
}
.cateTree .doc-last span {
	margin-left:-4px;
}
.cateTree .ajax
{
	background: url(images/spinner.gif) no-repeat 0 0 #ffffff;
	height: 16px;
	display:none;
}
.cateTree .ajax li
{
	display:none;
	margin:0; 
	padding:0;
}
.cateTree .trigger
{
	display:inline;
	margin-left:-32px;
	width: 28px;
	height: 11px;
	cursor:pointer;
}
.cateTree .text
{
	cursor: pointer;
}
.cateTree .active
{
	cursor: default;
	background-color:#F7BE77;
	padding:0px 2px;
	border: 1px dashed #444;
	cursor:pointer
}
#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(images/leaf.gif) no-repeat -17px 0 #ffffff;
}
#drag_container .folder-close, #drag_container .folder-close-last
{
	background: url(images/expandable.gif) no-repeat -17px 0 #ffffff;
}

#drag_container .folder-open, #drag_container .folder-open-last
{
	background: url(images/collapsable.gif) no-repeat -17px 0 #ffffff;
}
.contextMenu
{
	display:none;
}