/*
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}
#content #sub .treeview{
  margin:3px 6px 0px 6px;
  background: url('../img/treeview_bkg.jpg') 0 0 repeat-y;
  padding:0px 0px 0px 10px;
  margin-bottom:10px;
}
#content #sub .treeview li{
  margin-top:3px;
  min-height:23px;
  line-height:23px;
  padding:2px 0px 0px 15px;
}


.filetree span.folder { 
  cursor:pointer;
  padding:2px 0px 2px 30px;
  background: url('../img/ico_folder.jpg') 0 0 no-repeat; 
}
.filetree span.file { 
  margin-left:20px;
  padding:2px 0px 2px 30px;
  background: url('../img/ico_file.jpg') 0 0 no-repeat; 
}

.treeview .hitarea {
	background: url('../img/ico_small_close.gif')  0 10px no-repeat;
	height: 16px;
	width: 16px;
	float: left;
	cursor: pointer;
}

.treeview li.collapsable .expandable-hitarea {
	background: url('../img/ico_small_close.gif')  0 10px no-repeat;
}
.treeview li.collapsable .collapsable-hitarea {
	background: url('../img/ico_small_open.gif')  0 10px no-repeat;
}

.actionArea{
  float:right;
  padding:0px 9px 0px 0px;
}

.actionArea img{
  margin:0px 0px 0px 9px;
}

* html .hitarea {
	display: inline;
	float:none;
}


.treeview a.selected {
	background-color: #eee;
}

*/
