.xtree
{
	background-image: url("");
	background-position: left center;
	background-repeat: no-repeat;
}

.xtree .xtree_reload
{
	background-image: url("tree/ajax-loader-small.gif");
	background-position: 8px 4px;
	background-repeat: no-repeat;
	min-height: 32px;
}

* html .xtree .xtree_reload
{
	height: 32px;
}

.xtree .xtreeline, .xtree .xtreeline_last
{
	background-image: url("tree/line.gif");
	background-position: left top;
	background-repeat: repeat-y;
}

.xtree .xtreeline_last
{
	background-repeat: no-repeat;
}

.xtree .xtreeentry
{
	margin-left: 16px;
}

.xtree .xtreebtn, .xtree .xtreebtn_open, .xtree .xtreebtn_close
{
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	margin-top: 5px;
	margin-left: -16px;
	width: 16px;
	height: 13px;
}

* html .xtree .xtreebtn, * html .xtree .xtreebtn_open, * html .xtree .xtreebtn_close
{
	margin-left: -8px;
}

.xtree .xtreebtn
{
	background-image: url("tree/entry.gif");
}

.xtree .xtreebtn_open
{
	cursor: pointer;
	background-image: url("tree/entry_open.gif");
}

.xtree .xtreebtn_close
{
	cursor: pointer;
	background-image: url("tree/entry_close.gif");
}

.xtree .xnode_checkbox
{
	border-width: 0px;
	background-color: transparent;
	position: relative;
	top: 1px;
	left: 0px;
	margin: 0px 4px 0px 0px;
	padding: 0px;
}

.xtree .xnode_image
{
	border-width: 0px;
	background-color: transparent;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 4px 0px 0px;
	padding: 0px;
}

* html .xtree .xnode_checkbox
{
	position: static;
	top: 0px;
	left: 0px;
	margin: -2px 2px 0px -4px;
	padding: 0px;
}

* html .xtree .xnode_image
{
	position: static;
	top: 0px;
	left: 0px;
	margin: -2px 2px 0px -4px;
	padding: 0px;
}

*:first-child+html .xtree .xnode_checkbox
{
	position: static;
	top: 0px;
	left: 0px;
	margin: -2px 0px 0px -4px;
	padding: 0px;
}

.xtree div.xnodetitle, .xtree .xnodetitle_unselected, .xtree .xnodetitle_selected
{
	font-size: 11px;
	padding: 5px 3px;
}

.xtree div.xnodetitle span, .xtree .xnodetitle_unselected span, .xtree .xnodetitle_selected span
{
	cursor: pointer;
}

.xtree .xnodetitle_unselected span:hover
{
	text-decoration: underline;
}

.xtree .xnodetitle_selected
{
	background-color: #eeeeee;
}

.xtree .xsubtree
{
}

.xtree .xtoolbar
{
	white-space: nowrap;
	float: right;
	margin-top: -1px;
}

.xtree .xtoolbar a
{
	font-size: 1em;
	line-height: 1em;
	text-decoration: none;
}
