/**
 * CategoryTreeList
 */
/* E2EBEF 0093DD FFFFFF */
#CategoryTreeList {}
#CategoryTreeList .level0 {
	font-weight: bold;
	border-bottom: none !important;
}
#CategoryTreeList .even {}
#CategoryTreeList .active {
	color: #DB261E;
	font-weight: bold;
}
#CategoryTreeList a {
	color: #003366;
	display: block;
	padding-left: 15px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px dashed #CCCCCC;
}
#CategoryTreeList a:hover {
	color: #FFFFFF;
	background-color: #DB261E;
	text-decoration: none;
}
#CategoryTreeList a.opened {
	background-image: url('../images/tree_list_opened.gif');
}
#CategoryTreeList a.closed {
	background-image: url('../images/tree_list_closed.gif');
}
#CategoryTreeList a.simple {
	background-image: url('../images/tree_list_simple.gif');
}
#CategoryTreeList div.link {}
