

/* treeview */

.treeview, .treeview ul { 
    padding: 0;
    margin: 0;
    list-style: none;
}

.treeview ul {
    background: none;
    /*margin:10px -10px -11px -10px;*/
}

.treeview .hitarea {
    background: url(../images/arrow_up02.png) no-repeat left 5px ;
    border-left:0px solid #8b2770;
    border-bottom:0px solid #8b2770; 
    height:33px;
    width: 33px;
    cursor: pointer;
    position:absolute;
    right:0;
    top:0;
}
/* 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 { color:#000; cursor: pointer; }
.treeview li a:hover { color:#fff; background:#d80018; }


.treeview li {  position:relative;  }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }
.treeview li a { color:#d80018; font-size:14px; text-decoration:none; border-bottom:0px solid #a13383; background:#eee; padding:6px 12px; display:block;  }
/*.treeview li.collapsable a { color:#fff; background:#d80018;}*/
.treeview .expandable-hitarea { background:url(../images/arrow_down02.png) no-repeat left 5px; position:absolute; right:0; top:0; border-bottom:0px solid #8b2770;  border-left:0px solid #8b2770; }

/* Level 2 Arrow ICon */
.treeview .collapsable ul li .hitarea {
    background: url(../images/level2_arrow_up.png) no-repeat left top ;
    border-left:0px solid #a13383;
    border-bottom:0px solid #a13383; 
    height:33px;
    width: 33px;
    cursor: pointer;
    position:absolute;
    right:0;
    top:0;
}
.treeview .collapsable ul li .expandable-hitarea { background:url(../images/level2_arrow_down.png) no-repeat left top; position:absolute; right:0; top:0; border-bottom:0px solid #a13383;  border-left:0px solid #a13383; }


/*.treeview li ul li{ border-bottom:1px solid #7a1e61; }*/
.treeview .collapsable ul { padding:10px;}
.treeview .collapsable ul li a { background:none; margin-left:15px; color:#555; font-size:13px; padding:0px; }
.treeview .collapsable ul li a:hover { color:#d80018; background:none;}
.treeview .collapsable ul li.collapsable ul li a { background:#992e7c; border-bottom:1px solid #af388f; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview .placeholder {
    background: url(images/ajax-loader.gif) 0 0 no-repeat;
    height: 16px;
    width: 16px;
    display: block;
}
