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

.treeview ul {


}

.treeview .hitarea {
	
	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: 1px 0pt 1px 16px;
	
}

.treeview a.selected {

}

.browser {
	color: black;
	
}
#browser {margin-left: -16px;}
#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: orange; cursor: pointer; }

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

.treeview .expandable-hitarea { background-position: -80px -3px; }

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

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

.treeview-red li { background-image: url(../images/tree/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(../images/tree/treeview-red.gif); }

.treeview-black li { background-image: url(../images/tree/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(../images/tree/treeview-black.gif); }

.treeview-gray li { background-image: url(../images/tree/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(../images/tree/treeview-gray.gif); }

.treeview-famfamfam li { background-image: url(../images/tree/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(../images/tree/treeview-famfamfam.gif); }


.filetree li { padding: 0px 0 0px 16px; }
.filetree span.folder, .filetree span.file { padding: 6px 0 1px 21px; display: block; min-width: 500px; height: 21px;}
.filetree span.folder { background: url(../images/tree/folder.gif) 0 6px no-repeat; border-bottom: 1px solid #cbc5ba;}
.filetree li.expandable span.folder { background: url(../images/tree/folder-closed.gif) 0 6px no-repeat; padding-top: 6px;}
.filetree span.file { background: url(../images/tree/file.gif) 0 6px no-repeat; border-bottom: 1px solid #cbc5ba;}

.desc {
float: left;
min-height: 15px;
min-width: 30px;

}

.navi { 
	float: right;
	min-height: 15px;
	padding-left: 20px;
}

.bgh {background-color: #f9f7f2!important;}
.navi a {float: left; text-decoration: none; margin-right: 11px; color: #000; padding-bottom: 2px;}
.navi a:hover {text-decoration: underline;}
a.btnedit {background: url(../images/tree/btnedit.gif) 0 1px no-repeat; padding-left: 18px;}
a.btnadd {background: url(../images/tree/btnadd.gif) 0 1px no-repeat; padding-left: 18px;}
a.btnadddoc {background: url(../images/tree/btnadddoc.gif) 0 0px no-repeat; padding-left: 18px;}
a.btndownload {background: url(../images/tree/btndownload.gif) 0 2px no-repeat; padding-left: 11px;}

a.btnaction {font-weight: bold; color: #000; text-decoration: none;}

