.QueryTree { margin:2em 0 5em; }
.tree { font-size:1.1em; font-weight:bold; }
.tree,.tree ul,.tree li { list-style:none; margin:0; padding:0; zoom: 1; }
.tree ul { margin-left:15px; }
.tree li a { color:#555; padding:.1em 7px .1em 2px; display:block; text-decoration:none; }
.tree li a span.imagetree { background:url(/images/tree/file.gif) 50% no-repeat; display:inline-block; width:18px; height:14px; }
.tree li a.tree-parent span.imagetree { background:url(/images/tree/folder-open.gif) 50% no-repeat; display:inline-block; width:18px; height:14px; }
.tree li a.tree-parent-collapsed span.imagetree { background:url(/images/tree/folder.gif) 50% no-repeat; display:inline-block; width:18px; height:14px; }
.tree li a:hover,.tree li a.tree-parent:hover,.tree li a:focus,.tree li a.tree-parent:focus,.tree li a.tree-item-active { color:#000; border:1px solid#eee; background-color:#fafafa; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; cursor:pointer; }
.tree li a:focus,.tree li a.tree-parent:focus,.tree li a.tree-item-active { border:1px solid #e2f3fb; background-color:#f2fafd; }
.tree ul.tree-group-collapsed { display:none; }

