﻿.treeview, .treeview ul { 
  padding: 0;
  margin: 0;
  list-style: none;
}

.treeview ul {
  margin-top: 4px;
}

.treeview .hitarea {
  background: url(../../images/rtl-treeview-default-c.gif) 0 2px no-repeat;
  height: 16px;
  width: 16px;
  margin-right: -16px;
  float: right;
  cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
  display: inline;
  float:none;
}

.treeview li { 
  margin: 0;
  padding: 0px 16px 2px 0px;
}

.treeview a.selected {
  background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(../../images/rtl-treeview-default-line.gif) 100% -2px no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 100% -177px; }

.treeview .expandable-hitarea { background: url(../../images/rtl-treeview-default-e.gif) 0 2px no-repeat; }
.treeview li.last { background-position: 100% -1768px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background: url(); }
.treeview div.lastCollapsable-hitarea { background: url(../../images/rtl-treeview-default-lc.gif) 0 0 no-repeat; }
.treeview div.lastExpandable-hitarea { background: url(../../images/rtl-treeview-default-le.gif) 0 0 no-repeat; }

.filetree li { padding: 0px 16px 2px 0; }
.filetree span.folder, .filetree span.file { padding: 0px 16px 2px 0; display: block; }
.filetree span.folder { background: url(../../images/rtl-folder.gif) 100% 0 no-repeat; }
.filetree li.expandable span.folder { background: url(../../images/rtl-folder-closed.gif) 100% 0 no-repeat; }
.filetree span.file { background: url(../../images/rtl-folder-closed.gif) 100% 0 no-repeat; }
a.subfolder{font-family:Tahoma; color:#800000; font-size:11px; font-weight:normal; text-decoration:none;}
a.subfolder:hover{font-family:Tahoma; color:#000000; font-size:11px; font-weight:normal; text-decoration:underline;}

