    #modelclass {
        padding: 0;
    	margin: 0;
    }
    #modelclass li {
        list-style-image:url(/update7/images/bullet.gif);
        margin: 0px 0px 0px 14px;
	    padding: 4px 0px 3px 5px;
        font-weight:normal;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color:#5ca4d8;
        text-decoration: none;
    }
    #modelclass li span:hover { color: #0099CC; cursor: pointer; }



.tree_ProductList{
    width:240px;
    cursor : pointer;
    list-style-type: none;
    display:  table;   
    -webkit-padding-start: 1px;
    -moz-padding-start: 1px;
}

[if IE] .tree_ProductList {
    margin-left: -30px;
}

.tree_ProductList LI {
    font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
    color:#5ca4d8;
    cursor : pointer;   
    float:left;/*fix for  buggy browsers*/
    display:table-column;
}


.tree_ProductList LI span:first-child {
    width:70px;
    text-align:left;
    float:left;/*fix for  buggy browsers*/
    display:table-column;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

.tree_ProductList LI span:last-child {
    width:150px;
    text-align:left;
    float:left;/*fix for  buggy browsers*/
    display:table-column;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;

}

.tree_ProductList LI:hover {
    COLOR: white;
    background-color: #5ca4d8;
}
.tree_ProductList .tree_ProductList-on {
    COLOR: #5ca4d8;
    font-weight:400;
    cursor:default;
}



