


ul.ulTreeView, ul.ulTreeView  ul {
   list-style: none;
   overflow: auto;
   clear: both;
   padding-left: 5px;
   white-space: normal;
}
ul.ulTreeView li, ul.ulTreeView li  a {
   
}
ul.ulTreeView *  {
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.aTreeViewItemOpen div:first-child, .aTreeViewItemOpenEvent div:first-child {
    background-image: url(../img/arrowDown.png);
    margin-top: 3px;
    background-size: cover;
    background-position: center center;
    height: 14px;
    width: 14px;
    float: left;
    margin-right: 5px;
}
.aTreeViewItemClose div:first-child, .aTreeViewItemCloseEvent div:first-child {
    
    background-image: url(../img/arrowRight.png);
    margin-top: 5px;
    background-size: cover;
    background-position: center center  ;
    height: 14px;
    width: 14px;
    float: left;
    margin-right: 5px;
}


/*.aTreeViewItem div:first-child {
    clear: left;
    background-size: cover;
    margin-top: 3px;
    display: inline;
    background-position: center center;
    height: 15px;
    width: 15px;
    float: left;
    margin-right: 5px;
}*/

/*.listGreenLamp div:first-child {
      background-image: url(../img/green.png);
}
.listRedLamp div:first-child {
      background-image: url(../img/red.png);
}*/

.aTreeViewItem {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.divTreeViewAddButton {
    
    background-image: url(../img/add.png);
    background-size: 16px 16px ;
   
    background-position: center center;
    height: 16px;
    width: 16px;
    display: inline-block;
    float: right;
    margin-top: 3px;
}


.liCategory {
    font-weight: bold;
    /*font-size: 26px;*/
    color: #000000;
    margin: 0px;
}
.liSubCategory {
    color: #8f8f8f;
    margin: 0px;
    /*font-size: 25px;*/
}
.spanTreeViewItem {
    color: #8f8f8f;
    margin: 0px;
    font-size: 17px;
   overflow: auto;
   display: block;
   margin-bottom: 4px;
   line-height: 1;
}
