.ProductTree_clsCurrNode
{
	/* Node i fokus*/
	font-weight: normal;
	color: #000000;	
	cursor:hand;
	text-decoration: none;
	margin:0;
	padding:0;
	display:block;
	width:185px;
	white-space:pre-line;
	vertical-align:top;
	text-align:left;

}

.ProductTree_clsCurrNode:hover
{
	/* Node i fokus*/
	font-weight: normal;
	color: #006B4B;	
	cursor:hand;
	text-decoration: none;	
}
.ProductTree_clsCurrNode:active
{
	/* Node i fokus*/
	font-weight: normal;
	color: #006B4B;	
	text-decoration: none;	

}

.ProductTree_clsSelectedNode
{
	/* Valgt element*/
	font-weight: normal;
	color: #006B4B;	
	text-decoration: none;
}
