.jquery-tree {
    list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.jquery-tree li {
	border-bottom: 1px dotted black;
    margin-left: 1px;
}
.jquery-tree li li {
	border-bottom: none;	
}
.jquery-tree ul, .jquery-tree ul ul {
    list-style: none !important;
	padding-left: 20px;
}
.jquery-tree-handle {
    cursor: pointer;
	width: 10px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 0 0 4px;
	font-size: 13px;
}
.jquery-tree-collapsed ul {
    display: none;
}
.jquery-tree-collapseall,
.jquery-tree-expandall {
	cursor: pointer;
}
.jquery-tree-collapseall {
	margin-right: 1em;
}
.jquery-tree input {
	position: absolute;
	left: -1000px;
}
.jquery-tree-leaf {
    padding-left: 14px;
}
.jquery-tree-title {
	display:inline-block;
}
.jquery-tree-checked-partial,
.jquery-tree-checked,
.jquery-tree-unchecked {
	background-position: 5px 50%;
	background-repeat: no-repeat;
	cursor: default;
	padding-left: 25px;
	margin: 0;
}
.jquery-tree-checked-partial {
	background-image: url('../images/intermediate.gif');
}
.jquery-tree-checked {
	background-image: url('../images/checked.gif');
}
.jquery-tree-unchecked {
	background-image: url('../images/unchecked.gif');
}
.jquery-tree-node label {
	position:relative;
	top:3px;
}
.jquery-tree-node label, .jquery-tree-handle {
	-moz-user-select: none;
}
.sbh-pijl {
	width: 10px;
	height: 12px;
	display: block;
	float:left;
	margin: 3px 3px 0 3px;	
}
.jquery-tree-leaf .sbh-pijl, .jquery-tree-node .jquery-tree-leaf .sbh-pijl {
	background: url('../images/pijloranjerechts.gif') no-repeat;
}
.jquery-tree-node .sbh-pijl {	
	background: url('../images/pijloranjedown.gif') no-repeat;
}
.jquery-tree-node.jquery-tree-collapsed .sbh-pijl {
	background: url('../images/pijloranjerechts.gif') no-repeat;
}
.categ_label {
	display: inline;
}

