/* sk_tree */

.tree {
	/*		border: 1px solid #CCCCCC; */
	padding: 0px 0 5px;
	/*		overflow: auto; */
	overflow: visible;
}

.tree ul {
	margin:0;
	padding:0 0 0 10px;
	list-style-type: none;
}

.tree ul:first-child {
	padding:0;
}

.tree ul.closed {
	display: none;
}

.tree ul li {
	padding:0 0 0 10px;
	background: url('vline.png') repeat-y;
	padding-bottom: 3px;
	margin-bottom: 0;
}

.tree ul li:last-child {
	background: url('last.png') no-repeat 9px 0px;
}

.tree .icon, .tree .icon:hover {
	text-decoration: none;
	width: 36px;
	height: 18px;
	/* display: inline-block; */
	float: left;
	margin-right: 0px;
	margin-left: -36px;
}

.tree  .group {
	background: url('icons.png') no-repeat 0 -18px;
}

.tree .group.opened {
	background: url('icons.png') no-repeat 0 0px;
}

.tree .group.opened.no_children {
	background: url('icons.png') no-repeat 0 -72px;
}

.tree .group.no_children {
	background: url('icons.png') no-repeat 0 -54px;
}

.tree .item {
	background: url('icons.png') no-repeat 0 -36px;
}

.tree .label {
	/* display: inline-block; */
	white-space: pre;
	vertical-align: baseline;
}

.tree .has_children.opened {
	background: url('vline.png') no-repeat 10px 10px;
}

.tree .wrapper {
	padding-bottom: 3px;
	overflow: visible;
	padding-left: 36px;
}

.tree_ajax_loader {
	padding: 2px 2px 2px 20px;
}

.tree_item_label {
	cursor: pointer;
	padding: 2px 4px;
	font-size: 14px;
}

.tree_item_label.tree_item_label_hover {
	background: #f1f1f1;
}

.tree_item_label.tree_item_label_active {
	background: #dee5eb;
}
