#debug
{
	display: none;
}
.js-mindmap .node
{
	position: absolute;
	top: 0;
	left: 0;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	background: #ff9900;
	padding: 15px;
	cursor: pointer;
	cursor: hand;
	z-index: 100;
	list-style: none;
	-moz-border-radius: 3px;
}

.js-mindmap .node a
{
	color: #000000; text-decoration: none;
}
.js-mindmap .node a:hover
{
	color: #ff0000; text-decoration: none;
}
.js-mindmap .node.active
{
	background: #ffcc00;
	color: #000000;
	font-weight: bold;
	z-index: 1000;
}
.js-mindmap .node.active a
{
	color: #000000; text-decoration: none;
}
.js-mindmap img.line
{
	position: absolute;
	width: 200px;
	height: 133px;
	top: 0;
	left: 0;
	display: block;
	z-index: 0;
}
