
#scene-tree{
 width: 290px;
 position: relative;
 left: 0px;
}

#scene-tree li{
 clear: both;
 line-height: 18px;
 max-width: 280px;
 margin-left: 10px;
 list-style-image: url(../images/list_point_minus.gif); /**/
}

#scene-tree ul{
 list-style-image: none;
}

#scene-tree li.sublist{
 list-style-image: none;
 list-style: none;
}

#scene-tree li.sublist ul{
  margin-bottom: 0;
}


#scene-tree li.hasSub{
	list-style-image: url(../images/list_point_plus.gif); /**/
}

#scene-tree span.title{
 float: left;
 display: block;
 margin: 2px 0;
 cursor: pointer;
}

#scene-tree span.title:hover {
	font-weight: bold;
}

#scene-tree .selectable {
 color: #ddd;
 width: 14px;
 height: 14px;
 border: 1px inset white;
 float: right; /**/
 display: block;
 background-color: #fff;
 text-align: center;
 margin-top: 2px;
 font-size: 11px;
}
#scene-tree .selectable:hover {
 background-color: #FFDE05;
 cursor: pointer;
 color: #888;
}

#scene-tree li.pagetreeOver {
 background-color: #FFDE05;
}

#scene-tree .current {
 font-weight: bold;
 color: black;
 background-color: #FFDE05;
}