.stats_tree_container {
    padding: 0;
    margin: 20px 0;
}

.stats_tree_container li{
    list-style-type: none;
    margin: 5px 0;
}

.stats_tree_episods {
    padding: 0;
    margin: 20px 0;
    margin-left: 20px;
}

.stats_tree_episods li{
    list-style-type: none;
    margin: 5px 0;
}



/* indent for all tree children excepts root
.Node {
    background-image : url(img/i.gif);
    background-position : top left;
    background-repeat : repeat-y;
    margin-left: 18px;
    zoom: 1;
}

/* left vertical line (grid) for all nodes
.IsLast {
    background-image: url(img/i_half.gif);
    background-repeat : no-repeat;
}

.ExpandOpen .Expand {
    background-image: url(img/expand_minus.gif);
}

/* closed is higher priority than open
.ExpandClosed .Expand {
    background-image: url(img/expand_plus.gif);
}

/* highest priority
.ExpandLeaf .Expand {
    background-image: url(img/expand_leaf.gif);
}

.Content {
    min-height: 18px;
    margin-left:18px;
}

* html  .Content {
    height: 18px;
}

.Expand {
    width: 18px;
    height: 18px;
    float: left;
}


.ExpandLoading   {
    width: 18px;
    height: 18px;
    float: left;
    background-image: url(img/expand_loading.gif);
}



.ExpandOpen .Container {
	display: block;
}

.ExpandClosed .Container {
	display: none;
}

.ExpandOpen .Expand, .ExpandClosed .Expand {
	cursor: pointer;
}
.ExpandLeaf .Expand {
	cursor: auto;
}
*/