/******************************************************************************
 * Styly pro JS objekt - Tree.js
 * Autor: Tomá‘ Král, http://www.d2k.cz/
 *  
 ******************************************************************************/
.tree ul { list-style-type:none; }
.tree li { padding-left:0px; }
.tree span.expand, .tree span.collapse, .tree span.leaf { margin-top:5px; cursor:pointer; position:relative; overflow:hidden; width:9px; height:9px; display:block; float:left; }
.tree span.leaf { cursor:default; }
.tree span.expand span, .tree span.collapse span { display:block; width:9px; height:9px; position:absolute; top:0; left:0; }
.tree span.expand span { background:#fff url('layout/b-expand.png') top left no-repeat; }
.tree span.collapse span { background:#fff url('layout/b-hide.png') top left no-repeat; }
