.treeview, .treeview ul { padding: 0; margin: 0; list-style: none; }
    .treeview ul { background-color: white; margin-top: 4px; }

    .treeview li ul li .hitarea { height: 16px; width: 16px; margin-left: -16px; float: left; cursor: pointer; }
/* fix for IE6 */
* html .hitarea { display: inline; float: none; }

.treeview li { margin: 0; font: normal 15px NeoMedium; }
    .treeview li a { padding: 10px 15px; width: -moz-calc(100% - 30px); width: calc(100% - 30px); display: table; border-bottom: 1px solid #e1e1e1; }
    .treeview li:last-child a { border: none; }

    .treeview a.selected, .treeview li a:hover { background: #ffb800; border-color: #ffb800; color: #fff; }
    .treeview li i { float: right; }
#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: #ffb800; cursor: pointer; }

.treeview li ul li { font-size: 14px; color: #ffb800; }
    .treeview li ul li a { color: #ffb800; padding: 10px 25px; width: -moz-calc(100% -40px); width: calc(100% - 40px); }
        .treeview li ul li a:hover, .treeview li ul li a.selected { color: #52514F; }
