﻿body:last-child:not(:root:root) .selectedNode
{
	font-weight: bold;
	font-size: 11px;
	width:180px;
	background-image: url(../images/SelectedNodeTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

body:last-child:not(:root:root) .otherNode
{
	font-weight: bold;
	font-size: 11px;
}
