
.CategoriesItem {
	width: 16px;
	height: 18px;
	line-height: 14px;
	overflow: hidden;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: transparent url(../../layout/images/tree/tree_vert_line.png) repeat-y top left;
}

.CategoriesItemLast {
	width: 16px;
	height: 18px;
	line-height: 14px;
	overflow: hidden;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../../layout/images/blank.gif);
}

.CategoriesEmpty {
	width: 16px;
	height: 18px;
	line-height: 14px;
	overflow: hidden;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.CategoriesNode {
	display: block;
	width: 16px;
	height: 20px;
	line-height: 14px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	background: transparent url(../../layout/images/tree/tree.png) no-repeat top left;
}

.CategoriesCheckbox {
	display: block;
	width: 15px;
	height: 15px;
	line-height: 14px;
	overflow: hidden;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	border: none;
}

.CategoriesPoints {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	line-height: 14px;
	background: transparent url(../../layout/images/tree/tree_horz_line.png) repeat-x bottom left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.CategoriesContent {
	display: block;
	float: left;
	color: #c4001e;
	background-color: white;
	padding: 3px 3px 1px 5px;
	line-height: 16px;
	white-space: nowrap;
}

.CategoriesAction {
	height: 18px;
	padding: 2px 5px;
	margin: 0px;
	white-space: nowrap;
	text-align: right;
}

.CategoriesActionMore {
	height: 18px;
	padding: 2px 5px;
	margin: 0px;
	white-space: nowrap;
	text-align: right;
}