.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview .hitarea {
	background: url(images/treeview-default.gif) -64px -28px no-repeat;
	height: 16px;
	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,
.treeview a:visited,
.treeview a:active,
.treeview a:focus
{
    text-decoration: none;
}

.treeview a.selected {
	color:#0072FF;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: #0072FF; cursor: pointer; }

.treeview li { background: url(images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -82px -5px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px; background-repeat:no-repeat; }
.treeview li.lastExpandable { background-position: -32px -67px; background-repeat:no-repeat; }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-opt li {
 background-image: url(images/treeview-opt-line.gif);
}
.treeview-opt .hitarea,
.treeview-opt li.lastCollapsable,
.treeview-opt li.lastExpandable {
 background-image: url(images/treeview-opt.gif);
} 
.treeview-opt .single-hitarea {
 background-image: url(images/folder-one.gif);
 background-position: 0 2px;
}


ul.filetree,
ul.filetree li
{
    list-style-type: none;
}
.filetree li { 
    padding: 3px 0 2px 16px; background-image: none; 
}
.filetree span.folder, .filetree span.folder_one, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(images/folder.gif) 0 4px no-repeat; }
.filetree li.expandable span.folder { background: url(images/folder-closed.gif) 0 5px no-repeat; }
.filetree li span.folder_one { background: url(images/folder-one.gif) 0 6px no-repeat; }
.filetree span.file { background: url(images/file.gif) 0 0 no-repeat; }
/*.filetree .hitarea, .filetree li.lastCollapsable, .filetree li.lastExpandable { background-image: none; } */

ul.treeview
{    
    margin:0;
text-align:left;
}

ul.treeview li
{
    list-style-type: none;
    color:#000;
    font: bold 12px Tahoma,Arial,Helvetica,sans-serif;
    cursor: pointer;    
    padding-bottom:0.5em;
text-align:left;
}

ul.treeview li a
{
    color:#000;
    font-weight: bold;
    font: bold 12px Tahoma,Arial,Helvetica,sans-serif;
}

ul.treeview li ul
{
    padding-top:0.5em;
}

ul.treeview li ul li{
    font: normal 11px Tahoma,Arial,Helvetica,Verdana,sans-serif;
    background: none;
    padding-bottom:0.5em;
}

ul.treeview li ul li a
{
    font: normal 11px Tahoma,Arial,Helvetica,Verdana,sans-serif;
}

ul.treeview li ul li.active,
ul.treeview li ul li a.active
{
    color:#0072FF;
}
