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


.treeview li.expandable
{
    background-color: #FFFFFF;
}
.treeview li.level1
{
    background-color: #FFFFFF;
	width: 250px;
}
#categories .cat-table-level-2{
    width: 240px;
}
.treeview .level2
{
    background-color: #FFFFFF;
    margin-left: 10px;
    padding-left: 10px;
}
.treeview .level3
{
    background-color: #FFFFFF;
    margin-left: 20px;
}
.treeview li.collapsable, .treeview .collapsable-hitarea
{
    background: #FEF9EB url('../../../img/icon-plus-minus.png') no-repeat 2px -45px;
}

.treeview .hitarea {
    position: absolute;
    height: 18px;
    width: 16px;
    float: left;
    cursor: pointer;
    margin-left: 3px;
    margin-top: 3px;
}
.treeview .expandable-hitarea {
    background: #FEF9EB url('../../../img/icon-plus-minus.png') no-repeat 2px 2px;
}

.treeview .cat-table-level3
{
    border:none;
    margin-bottom: 2px;
}
#treecontrol{display:none;}
