.jstree ul,
.jstree li { display:block; margin:0 0 0 0; padding:0 0 0 0; list-style-type:none; }

.jstree li { display:block; min-height:18px; line-height:18px; white-space:nowrap; margin-left:18px; }

.jstree-rtl li { margin-left:0; margin-right:18px; } .jstree > ul > li { margin-left:0px; }

.jstree-rtl > ul > li { margin-right:0px; }

.jstree ins { display:inline-block; text-decoration:none; width:18px; height:18px; margin:0 0 0 0; padding:0; }

.jstree a { display:inline-block; line-height:16px; height:16px; color:black; white-space:nowrap; text-decoration:none; padding:1px 2px; margin:0; }

.jstree a:focus { outline: none; } .jstree a > ins { height:16px; width:16px; }

.jstree a > .jstree-icon { margin-right:3px; }

.jstree-rtl a > .jstree-icon { margin-left:3px; margin-right:0; }

li.jstree-open > ul { display:block; }

li.jstree-closed > ul { display:none; }

/*
 * jsTree apple theme 1.0
 * Supported features: dots/no-dots, icons/no-icons, focused, loading
 * Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search
 */

.jstree-toonn li,
.jstree-toonn ins { background-image:url("d.png"); background-repeat:no-repeat; background-color:transparent; }
.jstree-toonn li { background-position:-90px 0; background-repeat:repeat-y;  }
.jstree-toonn li.jstree-last { background:transparent; }
.jstree-toonn .jstree-open > ins { background-position:-72px 0; }
.jstree-toonn .jstree-closed > ins { background-position:-54px 0; }
.jstree-toonn .jstree-leaf > ins { background-position:-36px 0; }

.jstree-toonn a { border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;  }
.jstree-toonn .jstree-hovered { background:#e7f4f9; border:1px solid #d8f0fa; padding:0 3px 0 1px; }
.jstree-toonn .jstree-clicked { background:#beebff; border:1px solid #99defd; padding:0 3px 0 1px; }
.jstree-toonn a .jstree-icon { background-position:-56px -20px; }
.jstree-toonn a.jstree-loading .jstree-icon { background: url(throbber.gif) center center no-repeat !important; }
.jstree-toonn li.jstree-loading > ins{ background: url(throbber.gif) center center no-repeat !important; }

.jstree-toonn.jstree-focused a {
	color: #FFF;
}

.jstree-toonn .jstree-no-dots li,
.jstree-toonn .jstree-no-dots .jstree-leaf > ins { background:transparent; }
.jstree-toonn .jstree-no-dots .jstree-open > ins { background-position:-18px 0; }
.jstree-toonn .jstree-no-dots .jstree-closed > ins { background-position:0 0; }

.jstree-toonn.jstree-no-icons a .jstree-icon { display:none; }

.jstree-toonn .jstree-search { font-style:italic; }

.jstree-toonn.jstree-no-icons .jstree-checkbox { display:inline-block; }
.jstree-toonn .jstree-no-checkboxes .jstree-checkbox { display:none !important; }
.jstree-toonn .jstree-checked > a > .jstree-checkbox { background-position:-38px -19px; }
.jstree-toonn .jstree-unchecked > a > .jstree-checkbox { background-position:-2px -19px; }
.jstree-toonn .jstree-undetermined > a > .jstree-checkbox { background-position:-20px -19px; }
.jstree-toonn .jstree-checked > a > .checkbox:hover { background-position:-38px -37px; }
.jstree-toonn .jstree-unchecked > a > .jstree-checkbox:hover { background-position:-2px -37px; }
.jstree-toonn .jstree-undetermined > a > .jstree-checkbox:hover { background-position:-20px -37px; }

#vakata-dragged.jstree-toonn ins { background:transparent !important; }
#vakata-dragged.jstree-toonn .jstree-ok { background:url("d.png") -2px -53px no-repeat !important; }
#vakata-dragged.jstree-toonn .jstree-invalid { background:url("d.png") -18px -53px no-repeat !important; }
#jstree-marker.jstree-toonn { background:url("d.png") -41px -57px no-repeat !important; }

.jstree-toonn a.jstree-search { color:aqua; }

#vakata-contextmenu.jstree-toonn-context,
#vakata-contextmenu.jstree-toonn-context li ul { background:#f0f0f0; border:1px solid #979797; -moz-box-shadow: 1px 1px 2px #999; -webkit-box-shadow: 1px 1px 2px #999; box-shadow: 1px 1px 2px #999; }
#vakata-contextmenu.jstree-toonn-context li { }
#vakata-contextmenu.jstree-toonn-context a { color:black; }
#vakata-contextmenu.jstree-toonn-context a:hover,
#vakata-contextmenu.jstree-toonn-context .vakata-hover > a { padding:0 5px; background:#e8eff7; border:1px solid #aecff7; color:black; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
#vakata-contextmenu.jstree-toonn-context li.jstree-contextmenu-disabled a,
#vakata-contextmenu.jstree-toonn-context li.jstree-contextmenu-disabled a:hover { color:silver; background:transparent; border:0; padding:1px 4px; }
#vakata-contextmenu.jstree-toonn-context li.vakata-separator { background:white; border-top:1px solid #e0e0e0; margin:0; }
#vakata-contextmenu.jstree-toonn-context li ul { margin-left:-4px; }

/* TODO: IE6 support - the `>` selectors */