

.treeview, .treeview ul {
	font-weight: lighter;
	color: #000/*#966515*/;
	padding: 0;
	margin-left: 5px;
	list-style: none;
	font-family: Calibri, "Lucida Grande", Verdana, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.treeview li ul {
	font-size: 14px;
	text-transform: none;
	font-weight: normal;
	margin: 0 0 15px 0;
	font-weight: lighter;
	}

.treeview li ul a {
	font-weight: lighter;
	color: #555/*#993333*/;
	border-bottom: #966515 dashed 1px;
	}

.treeview li { 
	margin: 0;
	padding: 0px 0px 3px 20px;
	background: url(../images/tv-item.gif) 0 0 no-repeat;
}

.treeview li ul li { 
	margin: 0;
	padding: 0px 0px 3px 16px;
	background: url(../images/tv-item.gif) 0 0 no-repeat;
}

.treeview div.hitarea {
	height: 15px;
	width: 15px;
	margin-left: -15px;
	float: left;
	cursor: pointer;
}

/* fix for IE6 */
* html div.hitarea {
	background: #fff;
	filter: alpha(opacity=0);
	display: inline;
	float:none;
}



.treeview a {
	text-decoration:none;
	color: #000;
}

.treeview a:hover {
	color: #966515;
}

.treeview a.selected {
	color: #966515/*#000000*/;
	border-bottom: none;
}

#treecontrol { margin: 1em 0; }

.treeview .hover { 
	color: #966515/*#000*/; cursor: pointer; 
	}


.treeview .collapsable { 
	background-image: url(../images/tv-collapsable.gif); 
	}
	
.treeview .expandable { 
	background-image: url(../images/tv-expandable.gif); 
	}
	
.treeview .last { 
	background-image: url(../images/tv-item-last.gif);
	}
	
.treeview .lastCollapsable { 
	background-image: url(../images/tv-collapsable-last.gif); 
	}
	
.treeview .lastExpandable { 
	background-image: url(../images/tv-expandable-last.gif); 
	}

.filetree li { 
	padding: 3px 0px 1px 16px;
	}
 
.filetree span.folder, .filetree span.file { 
 	padding-left: 16px; display: block; height: 15px; 
	}
	
.filetree span.folder { 
	background: url(../images/folder.gif) 0 0 no-repeat; 
	}
	
.filetree span.file { 
	background: url(../images/file.gif) 0 0 no-repeat; 
	}
	
	