ul.tree, ul.tree * {
	list-style-type: none;
	margin: 0;
	padding: 0 0 2px 0;
}
ul.tree img.arrow {
	padding: 2px 0 0 0;
	border: 0;
	width: 20px;
}
ul.tree li {
    margin-top: 4px;
    padding: 0;
}
ul.tree li ul {
	padding: 0 0 0 20px;
	margin: 0;
}
ul.tree label {
	cursor: pointer;
	padding: 2px 0 2px 4px;
}
ul.tree label.hover {
	color: red;
}
ul.tree li .arrow {
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	float: left;
	background: transparent no-repeat 0 4px;
	margin-left: 6px;
}
ul.tree li .collapsed {
	background-image: url(../images/jquery_checktree/btn-plus-lg.gif);
}
ul.tree li .expanded {
	background-image: url(../images/jquery_checktree/btn-minus-lg.gif);
}
#feature_types_accordion > li > .collapsed {
	background-image: url(../images/jquery_checktree/btn-plus-lg.gif);
}
#feature_types_accordion > li > .expanded {
	background-image: url(../images/jquery_checktree/btn-minus-lg.gif);
}
ul.tree li .checkbox, ul.tree li .single_checkbox {
	width: 18px;
	height: 18px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	float: left;
	background: url(../images/jquery_checktree/check0.gif) no-repeat 0 0px;
}
ul.tree li .checkbox_placeholder {
	float:left;
	padding-left:2px;
	padding-right:0;
	width:24px;
	height:16px;
	background: url(../images/jquery_checktree/btn-empty-lg.gif) no-repeat 6px 5px;
}
ul.tree li .checked {
	background-image: url(../images/jquery_checktree/check2.gif);
}
ul.tree li .half_checked {
	background-image: url(../images/jquery_checktree/check1.gif);
}

.single_selection_tree .checkbox {
	display: none;
}

ul.tree li { line-height: 1.6em }

.mobj td { padding: 5px; font-family: verdana, arial, sans-serif; color:#404040; font-size:9pt;}