/* @override http://localhost/hljodvisar/v2-rammi/framework/javascript/tree.css */

.tree
{
	overflow:auto; 
	/*height:300px;
	width:250px;
	border:1px solid #c3daf9;
	font: normal 11px arial, tahoma, helvetica, sans-serif;*/
}
.tree a
{
	/*color:#000;*/
	text-decoration:none;
	cursor: pointer;
	cursor: hand;
	display: inline-block;
}
.tree li, .tree ul
{
	list-style: none;
	/*background-color:#ffffff;*/
}
.tree li
{
	padding:0px 0px 0px 32px;
	line-height:17px;
	margin: 0;
	/*white-space: nowrap;*/
}
.tree ul
{
	margin:0 0 0 -13px;
	padding:0;
}
.tree li.leaf
{
	background: url(tree/leaf.png) no-repeat -2px 0;
}
.tree li.leaf-last
{
	background: url(tree/leaf-last.png) no-repeat -2px 0;
}

.tree .folder-close
{
	background: url(tree/expandable.png) no-repeat -2px 0;
}
.tree .folder-close-last
{
	background: url(tree/expandable-last.png) no-repeat -2px 0;
}
.tree .folder-open
{
	background: url(tree/collapsable.png) no-repeat -2px 0;
}
.tree .folder-open-last
{
	background: url(tree/collapsable-last.png) no-repeat -2px 0;
}
.tree .root{
	/*background: url(tree/root.gif) no-repeat 16px 2px;*/
}
.tree .toggler
{
	float:left;
	margin-left:-34px;
	height:16px;
	width:32px;
	background-image:url(tree/spacer.png);
	cursor:pointer;
}
.tree ul.ajax
{
	background: url(tree/spinner.png) no-repeat 0 0;
	height: 16px;
}
.tree ul.ajax li
{
	display:none;
}
.tree .text
{
	display: block;
	padding: 0 0.3em 1px 0.3em;
	margin: 0 0 1px 0;
}
.tree .active{}

