.treeview {

}

.treeview ul {
    padding-left: 16px;
}

.treeview li {
    padding: 2px;
    float: left;
    clear: left;
}

.tv_container {
    width: 200px;
    height: 200px;
    border: 1px solid #dfdfdf;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    background-color: #ffffff;
    overflow: auto;
    z-index: 20000;
}

.tv_expander {
    float: left;
    margin-top: 1px;
    width: 11px;
    height: 11px;
}

.tv_parent .tv_expander {
    background: url(../images/treeview/plus.gif) no-repeat;
}

.tv_opened .tv_expander {
    background: url(../images/treeview/minus.gif) no-repeat;
}


.tv_checkbox {
    margin-left: 3px;
    margin-right: 3px;
    float: left;
    width: 13px;
    height: 13px;
    background: url(../images/treeview/unchecked.gif);
    cursor: hand;
    cursor: pointer;
}

.tv_checked .tv_checkbox {
    background: url(../images/treeview/checked.gif);
}


.tv_partial .tv_checkbox {
    background: url(../images/treeview/part_checked.gif);
}


.tv_fld {
    vertical-align: middle;
}

.tv_icon {
    display: inline;
}


.tv_icon img {
    width: 26px;
    height: 19px;
    vertical-align: middle;
    background: url(../images/treeview/icon.gif) 0 0px no-repeat;
}


#filter .tv_icon img {
    width: 23px;
    height: 17px;
    background: url(../images/treeview/icon_small.gif) 0 0px no-repeat;
}
