@charset "utf-8";
/*
#treeviewdiv { width:150px; background:#ffffff; padding: 0;}
#treeviewdiv .treeview { list-style:none; width:145px; padding:0;}
#treeviewdiv .treeview li {padding: 0 0; background: #ffffff;}
#treeviewdiv .treeview .selectedbranch {background-color: #fafafa;}
#treeviewdiv .treeview li:hover {background-color: #ffffff; padding: 0 0;}
#treeviewdiv .treeview li a {display:block; background: url('img/folder.gif') center center no-repeat; padding: 0; height:10px; font: 12px Tahoma; color:#333333; text-decoration:none; float:left;}
#treeviewdiv .treeview li img {float:right; cursor:pointer;}
#treeviewdiv .treeview li a.selectedlink {display:block; background: url('img/folder_open.png') center center no-repeat; padding: 0; height:30px; font: 12px Tahoma; color:#333333; text-decoration:none; float:left;}
*/

#treeviewdiv { width:300px; height: 365px; padding: 4px;}
#treeviewdiv .treeview { list-style:none; width:270px; padding:0; border-bottom:normal 1px #0568CA;}
#treeviewdiv .treeview li {padding-left: 35px; padding-top:5px; border-top:normal 1px #FF6600;}
#treeviewdiv .treeview .selectedbranch {color: yellow;}
#treeviewdiv .treeview li a {display:block; padding:3px 5px 0px 10px; font: normal 12px 'Play', sans-serif; color: #ffffff; text-decoration:none;  }
#treeviewdiv .treeview li a:hover {color:yellow;}
#treeviewdiv .treeview li img {float:right; cursor:pointer;}
#treeviewdiv .treeview li a.selectedlink {color:yellow;}
#treeviewdiv .treeview li a.pathbranchlink {color:black;}