.treeview ul { background-color: white; } .treeview, .treeview ul { padding: 0; margin: 0; list-style: none; } .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; } /* for IE6 only */ .treeview li { margin: 0; padding: 2px 1pt 3px 15px; font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #CCCCCC; vertical-align: top; line-height: 1.4em; } .treeview li.expandable{ padding: 2px 1pt 3px 13px; } .treeview li.collapsable { padding: 2px 1pt 3px 13px; } .treeview a.selected { text-decoration: underline; font-weight: bold; } #treecontrol { margin: 1em 0; } .treeview .ta {color: #555555; text-decoration: none} .ta {color: #888888} .treeview .hover { color: #888888; cursor: pointer; text-decoration: underline} .treeview a:hover { color: #888888; cursor: pointer; text-decoration: underline} .treeview li { background: url(images/tv-final_n.gif) 0 0 no-repeat; } .treeview .collapsable { background-image: url(images/tv-collapsable_n.gif); } .treeview .expandable { background-image: url(images/tv-expandable_n.gif); } .treeview .last { background-image: url(images/tv-final_n.gif)} .treeview .lastCollapsable { background-image: url(images/tv-collapsable_n.gif); } .treeview .lastExpandable { background-image: url(images/tv-expandable_n.gif); }