.Container {
	padding: 0;
	margin: 0;
}

.Container li {
	list-style-type: none;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

/* Отступ для всех элементов дерева кроме корневого */
.Node {
	margin-left: 18px;
	zoom: 1;
}

.IsRoot {
	margin-left: 0;
}

.ExpandOpen .Expand {
	background-image: url("http://easy2busy.ru/templates/default/images/minus.gif");
}

/* Стиль для закрытого элемента имеет более высокий приоритет, чем для открытого */
.ExpandClosed .Expand {
	background-image: url("http://easy2busy.ru/templates/default/images/plus.gif");
}

/* Наивысший приоритет */
.ExpandLeaf .Expand {
	background-image: url("http://easy2busy.ru/templates/default/images/leaf.gif");
}

.Content {
	min-height: 18px;
	margin-left: 18px;
}

* html .Content {
	height: 18px;
}

.Expand {
	width: 18px;
	height: 18px;
	float: left;
}

.ExpandOpen .Container {
	display: block;
}

.ExpandClosed .Container {
	display: none;
}

.ExpandOpen .Expand, .ExpandClosed .Expand {
	cursor: pointer;
}

.ExpandLeaf .Expand {
	cursor: auto;
}