@CHARSET "ISO-8859-1";

/* Categories */
.KZF_TM_Root { 
	color:#0A176B;
    font-weight:bold;
    text-decoration:none;
    font-size:14px;
}

.KZF_TM_Category {
    margin-left:10px;
    color:#333333;
    font-weight:normal;
}

.TreeMenuLevel_1 { font-size:12px; color:#CC6600; font-weight:bold; }
.TreeMenuLevel_2 { font-size:11px; color:#333333;  }
.TreeMenuLevel_3 { font-size:11px; }
.TreeMenuLevel_4 { font-size:9px; }

/* This frame is holding the content of a category : its content is either toggled or not (visible) */
.KZF_TM_Category_Inner { margin:0px; padding:0px; }

/* Items */
.KZF_TM_Root ul { 
	margin:0px; 
	padding:0px; 
	list-style-type:none; 
	border-left:1px solid #CCCCCC;
	padding-left:3px;
	font-weight:normal;
}

.KZF_TM_Root a {
	text-decoration:none;
	font-size:11px;
}

.KZF_TM_New {
	width:16px;
	background-color:#FF8000;
}
