body {
	xbackground-color:#00579C;	
	xfont:menu;
}
.tree {
	padding:1ex;
	border:solid 1px #999999;
	background-color:#114488;
	color:white;
	cursor:default;

	xwidth:200px;
	xmin-width:200px;
	overflow:hidden;

	font-family:tahoma;
	font-size:11px;
	line-height:12px;

	xfont-family:arial;
	xfont-size:10px;
	xline-height:12px;
	xtext-transform:uppercase;
}
.tree ul {
	margin:0px;
	padding:0px;
}
.tree ul ul {
	display:none;
}
.tree li {
	list-style-type:none;
	clear:left;
}

.tree div {
	width:9999px; /* to avoid titles breaking line... (MSIE 7 does not need this, but...) - we now remove this with script for MSIE 7... */
	margin-top:-1px; /* MSIE 7 */
	overflow:visible;
	vertical-align:top;
	white-space:nowrap;
}

.tree span {
	width:14px;
	height:11px;
	float:left;
	overflow:hidden; /* MSIE 6 */
}
.tree .plus 	{background:url('../../A4E06CD773235A4FC1257402007D303A/$file/plus.gif') no-repeat;}
.tree .minus 	{background:url('../../D5A5A2622710F944C1257402007D30D9/$file/minus.gif') no-repeat;}
.tree .item 	{background:url('../../6339C14C9C06B315C1257402007D3078/$file/item.gif') no-repeat;}
.tree .last 	{background:url('../../821368197F710604C1257402007D309B/$file/last.gif') no-repeat;}
.tree .line 	{background:url('../../566D40CAF963496EC1257402007D30BA/$file/line.gif') no-repeat;}
.tree .empty 	{background:url('../../56024EFBC3ACC9DAC1257402007D3059/$file/empty.gif') no-repeat;}
.tree a {
	cursor:hand; /* MSIE 7 */
	text-decoration:none;
}
.tree a.title {
	/* float:left; */ /* Removed 2008-12-03 by Martin Johansson/CIKADO - did not work with Opera 9.62 - moved to script for MSIE */
	overflow:hidden; /* MSIE 7 only (but only works if '9999px' is removed...) */
	text-overflow:ellipsis; /* MSIE 7 only (but only works if '9999px' is removed...) */
	margin-top:-1px;
	line-height:13px;
	color:white;
}

.tree a.title:hover {
	text-decoration:underline;
}
