﻿.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float: none;
}
#jquery_treemenu li {
	margin: 0px;
	padding: 3px 0 0 0;
}
.treeview a.selected {
	background-color: #eeeeee;
}
#jquery_treemenu li div {
	margin-left: 10px;
}
#jquery_treemenu ul.level0 li {
	padding-left: 20px;
}
.treeview li.level0 {
	background-color: #FFFFFF;
}
.categoryTree .treeview li.level0 {
	background-color: #FFC62F;
}
.infolistContent .treeview li.level0 {
	background-color: #CAE49D;
}
.userAccountContent .treeview li.level0 {
	background-color: #cae49d;
}
.treeview ul.level1 {
	border-top:1px dashed #9a9a9a;
	float:left;
	margin:3px 0 0 -10px; 
}

.treeview ul.level1 ul.level2 { 
	float:left;
	margin:3px 0 0 -15px; 
}

.treeview ul.level1 ul.level2 ul.level3{ 
	float:left;
	margin:3px 0 0 -20px; 
}

.categoryTree .treeview ul {
    border-top:1px dashed #9a9a9a;
}
#jquery_treemenu ul.level1 li div {
	margin-left: 20px;
}
.level1 {
	background-color: #e8e8e8;
}
.categoryTree .level1 {
	background-color: #FEE363;
}
.infolistContent .level1 {
	background-color: #E8FFBF;
}
.categoryTree .level1 label
{
	font-weight: normal;
}
.level2 {
	background-color: #d2d2d2;
}
.level2a .active_item_category {
	background-color: #FEF2A3;
}

.categoryTree .level2 {
	background-color: #FEF2A3;
}
.categoryTree .level2 label {
	font-size: 11px;
	font-weight: normal;
}
.level3, .level4, .level5 {
	background-color: #b5b5b5;
}
.categoryTree .level3, .categoryTree .level4, .categoryTree .level5 {
	background-color: #FEF0B3;
}
.categoryTree .level3 label, .categoryTree .level4 label, .categoryTree .level5 label {
	font-size: 11px;
}
.categoryTree li .active_item_label {
    font-weight: normal !important;
}
.treeview .active_item {
	text-decoration: underline;
	color: #3B393A;
}
.treeview .active_item .active_item_label {
	font-weight: bold;
}
.treeview .active_item_category {
	text-decoration: none;
	color: #3B393A;
}
.treeview .active_item_category .active_item_label {
	font-weight: bold !important;
}
.treeview .hitarea {
    cursor:pointer;
    float:left;
    height:16px;
    margin-left:-10px;
    margin-right:2px;
    width:16px;
}

.treeview .expandable-hitarea {
	background: url(../Images/list_arrow_right.gif) no-repeat scroll 9px 5px;
}

.treeview .collapsable-hitarea {
	background: url(../Images/list_arrow_down.gif) no-repeat scroll 7px 7px;
}

.categoryContent.noArrows .treeview .expandable-hitarea, 
.categoryContent.noArrows .treeview .collapsable-hitarea,
.userAccountContent .treeview .collapsable-hitarea {
	background: none;
	width:0px;
}