ul.checktree, ul.checktree * {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
ul.checktree img.arrow {
	padding: 2px 0px 0px 0px;
	border: 0px;
	width: 12px;
}
ul.checktree li {
	padding: 5px 0px 0px 0px;
}
ul.checktree li ul {
	padding: 0px 0px 0px 20px;
}
ul.checktree label {
	cursor: pointer;
}
ul.checktree label.hover {
	color: blue;
}
ul.checktree li .arrow {
	width: 16px;
	height: 12px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	float: left;
	background: transparent no-repeat 0 0px;
}
ul.checktree li .collapsed {
	background-image: url(images/collapsed.gif);
}
ul.checktree li .expanded {
	background-image: url(images/expanded.gif);
}
ul.checktree li .checkbox {
	width: 20px;
	height: 14px;
	padding: 0px;
	margin: 0px;
	!margin: -1px;
	cursor: pointer;
	float: left;
	background: url(images/check0.gif) no-repeat 0 0px;
}
ul.checktree li .checked {
	background-image: url(images/check2.gif);
}
ul.checktree li .half_checked {
	background-image: url(images/check1.gif);
}