
.tree {
	margin-top: 10px;
	width: 100%;
	float: left;
}

.tree ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tree li {
	display: block;
	padding: 0;
	/*kolor musi byc podany bo [IE bug]: tlo z poprzedniego LI wylewa sie na kolejne*/
	background: white;
}

.tree li.root {
	margin: 0;
}

.tree .continuedBranch {
	background: url(tree/vertline.gif) repeat-y;
}

.tree .branch {
	background:  url(tree/node.gif) no-repeat;
	background-repeat: no-repeat;
}

.tree .lastbranch {
	background: url(tree/lastnode.gif) no-repeat;
	background-repeat: no-repeat;
}


.tree .ico {
	width: 12px;
	margin: 0 0 0 0;
	float:left;
	margin-right:4px;
}

.tree span {
	margin: 0 0 0 12px;
	display: block;
	padding:  0 0 4px 0;
	color: black;
}

.tree span span {
   display: inline;
   margin-right: 2px;
}

.tree span span .attribute {
	margin-left: -14px;
}

.tree a:hover {
	color: #000000;
}

.tree .childNodesContainer {
	padding: 0 0 0 12px;
	margin: 0;
}

