.treeview, .treeview ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	background-image: url('../images/img.php?file=icons/treeview/vdot.gif');
	background-repeat: repeat-y;
	background-position: 8px 0px;
}

.treeview a {
	text-decoration: none;
	color: #292929;
	background-image: url('../images/img.php?file=icons/folder2.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding: 2px 0px 2px 20px;
}

a.treeviewRoot{
	background-image: url('../images/img.php?file=icons/page_url.gif');
}

a.treeviewRoot {
	font-weight : bold;
}

a.treeviewHighlitght {
	font-weight : bold;
	color: red;
}

.treeview li {
	padding-top: 4px;
	padding-left: 20px;
	background-image: url('../images/img.php?file=icons/treeview/corner.gif');
	background-repeat: no-repeat;
	background-position: 8px 0px;
}

.treeview a:hover {
	text-decoration: underline;
}

.treeview .collapsed, .treeview .open {
	background-repeat: no-repeat;
	background-position: 4px 0px;
	cursor: pointer;
}

.treeview .collapsed {
	background-image: url('../images/img.php?file=icons/treeview/plus.gif');
}

.treeview .open {
	background-image: url('../images/img.php?file=icons/treeview/minus.gif');
}

.treeview .collapsed ul, .treeview .lastcollapsed ul {
	display: none;
}

.treeview .last, .treeview .lastfile {
	background-image: url('../images/img.php?file=icons/treeview/corner.gif');
	background-position: 8px 0px;
}

.treeview .lastcollapsed {
	background-image: url('../images/img.php?file=icons/treeview/plus.gif');
}

.treeview .lastopen {
	background-image: url('../images/img.php?file=icons/treeview/minus.gif');
}

.treeview .lastopen, .treeview .lastcollapsed {
	background-repeat: no-repeat;
	background-position: 4px 0px;
	cursor: pointer;
}

.treeview .file a, .treeview .lastfile a {
	background-image: url('../images/img.php?file=icons/page_white.png');
}


.treeview .file a[type="text/xcontent"], .treeview .lastfile a[type="text/xcontent"] {
	background-image: url('../images/img.php?file=icons/page_white_text.png');
}

.treeview .file a[type="text/php"], .treeview .lastfile a[type="text/php"] {
	background-image: url('../images/img.php?file=icons/page_white_php.png');
}

.treeview .file a[type="text/pdf"], .treeview .lastfile a[type="text/pdf"] {
	background-image: url('../images/img.php?file=icons/page_white_acrobat.png');
}

.treeview .file a[type="text/html"], .treeview .lastfile a[type="text/html"] {
	background-image: url('../images/img.php?file=icons/page_white_code_red.png');
}

.treeview .file a[type="text/htm"], .treeview .lastfile a[type="text/htm"] {
	background-image: url('../images/img.php?file=icons/page_white_code_red.png');
}

.treeview .file a[type="text/xls"], .treeview .lastfile a[type="text/xls"] {
	background-image: url('../images/img.php?file=icons/icon-xls.gif');
}

.treeview .file a[type="text/csv"], .treeview .lastfile a[type="text/csv"] {
	background-image: url('../images/img.php?file=icons/icon-xls.gif');
}
.treeview .file a[type="text/doc"], .treeview .lastfile a[type="text/doc"] {
	background-image: url('../images/img.php?file=icons/icon-doc.gif');
}

.treeview .file a[type="text/ppt"], .treeview .lastfile a[type="text/ppt"] {
	background-image: url('../images/img.php?file=icons/icon_ppt.gif');
}

.treeview .file a[type="text/txt"], .treeview .lastfile a[type="text/txt"] {
	background-image: url('../images/img.php?file=icons/page_white.png');
}
.treeview .file a[type="text/jpg"], .treeview .lastfile a[type="text/txt"] {
	background-image: url('../images/img.php?file=icons/image.png');
}
.treeview .file a[type="text/gif"], .treeview .lastfile a[type="text/gif"] {
	background-image: url('../images/img.php?file=icons/image.png');
}
.treeview .file a[type="text/bmp"], .treeview .lastfile a[type="text/bmp"] {
	background-image: url('../images/img.php?file=icons/image.png');
}

.treeview a.xContent {
	background-image: url('../images/img.php?file=icons/page_white_text.png');
}