/**/
* {
    margin: 0px;
    padding: 0px;
}

.treeview, .treeview ul { 
    padding: 0;
    margin: 0;
    list-style: none;
}
.treeview ul {
    background-color: white;
    margin-top: 4px;
}
.treeview .hitarea {
    /* background: url(images/treeview-default.gif) -64px -25px no-repeat; */
    background: url(/free2go/images/btn_minus.gif) 0px 0px no-repeat;
    height: 28px;
    width: 28px;
    margin-top: 1px;
    cursor: pointer;    
    position: absolute;
    left: 690px;
}
/* fix for IE6 */
* html .hitarea {
    display: inline;
    float:none;
}
.treeview li { 
    margin: 0;
    padding: 3px 0pt 3px 16px;
}
.treeview a.selected {
    background-color: #eee;
}
#treecontrol { margin: 1em 0; display: none; }
.treeview .hover { 
    cursor: pointer;    
    background-image: none;
    background-color: #0473d2;
    
}
.treeview li { 
    width: 530px;
    margin: 0px;    
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.treeview li span { 
    width: 520px;
    color: #FFFFFF;
    background-color: #00aeef;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;   
    margin: 0px;   
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;   
    background: url(/free2go/images/exp_bg.gif) 0px 0px no-repeat;
    display: block;
}
.treeview li.collapsable, .treeview li.expandable { 
    background-color: #ffffff;
    width: 530px;
}
.treeview .expandable-hitarea { 
    background: url(/free2go/images/btn_plus.gif) 0px 0px no-repeat;
}

