﻿.tree_root{
}

.tree_root ul {
	margin-left: 0;
	padding-left: 0;
}

.tree_root ul ul {
	margin-left: 15px;
}

.tree_root li{
	list-style-type:none;
	vertical-align:middle;
	white-space: nowrap;
}

.tree_root img{
	border:0px;
}

.tree_wait{
	position: absolute;
	left: 45%;
	top: 100px;
}

#treeArea li {
	padding: 2px 0;
}

#treeArea li a {
	color: #667744;
	padding: 0 3px;
}

/* zaznaczenie bieżącej sekcji na drzewku */

.actual_section {
	color: white;
	background-color: #8FA06B;
	border: 1px solid #667744;
	padding: 2px 3px;
}
