ul.checktree, ul.checktree * {
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px 0;
}
ul.checktree img.arrow {
	padding: 2px 0 0 0;
	border: 0;
	width: 20px;
}
ul.checktree li {
	padding: 4px;
}
ul.checktree li ul {
	padding: 0 0 0 20px;
	margin: 0;
}
ul.checktree label {
	cursor: pointer;
	font-weight: bold;
	padding: 2px 0;
}
ul.checktree label.hover {
	color: red;
}
p {
	margin: 5px 15px;
}
ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
ul.checktree li .arrow {
	width: 20px;
	height: 20px;
	margin-left:-15px;
	/*position:relative;*/
	padding: 0;
	cursor: pointer;
	float: left;
	background: transparent no-repeat 0 4px;
}
ul.checktree li .collapsed {
	background-image: url(/images/core/tree/collapsed.gif);
}
ul.checktree li .expanded {
	background-image: url(/images/core/tree/expanded.gif);
}

ul.checktree li .checkbox {
	width: 20px;
	height: 18px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	float: left;
	background: url(/images/core/tree/check0.gif) no-repeat 0 0px;
}
ul.checktree li .checked {
	background-image: url(/images/core/tree/check2.gif);
}
ul.checktree li .half_checked {
	background-image: url(/images/core/tree/check1.gif);
}