.treeview, .treeview ul {padding: 0;margin: 0;list-style: none;font-family:'돋움',dotum,Helvetica,sans-serif;font-size:11px;color:#838383;}


.treeview ul {margin-top: 0px;
}

.treeview .hitarea {
	background: url(../images/bg/treeview-default.gif) -64px -24px no-repeat;
	height: 12px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.filetree span:hover{ color:#e40013; cursor: pointer; font-weight:bold;letter-spacing:-1px; }

.treeview li { background: url(../images/bg/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -2px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../images/bg/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.filetree li { padding: 2px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 4px 0 1px 22px; display: block; height:12px; }
.filetree span.folder { background: url(../images/ico/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(../images/ico/folder-closed.gif) 0 0 no-repeat;}
.filetree span.file { background: url(../images/ico/file.gif) 0 0 no-repeat; }
