/*<meta />*/

p.CodeLevel3
{
	padding-left: 75px;
	font-family: "Courier New", Courier, monospace;
}

.ihotspot
{
	position: absolute;
	z-index: 103;
}

.blinker
{
	background-image: url('hotspot.png');
	background-size: 90%;
	background-repeat: no-repeat;
	z-index: 104;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.ihotspot a
{
	width: 100%;
	height: 100%;
	display: block;
}

caption
{
	display: none;
}

/*DECISION TREE*/

#question
{
	margin: 0.3em 0 0.3em;
}

#showquestion .answers
{
	margin: 0.5em 0 0.5em 1em;
}

#showquestion li,
#showquestion li a
{
	padding: 0.2em 0;
}

#showquestion li:hover,
#showquestion li a:hover,
#showquestion li:hover a
{
	cursor: pointer;
	background-color: #0079c1;
	color: #eee;
	text-decoration: none;
}

#showquestion p
{
	font-weight: bold;
	margin-top: 0px;
}

#showquestion
{
	border: 1px solid #aaa;
	max-width: 480px;
}

#showquestion div
{
	padding: 0.5em;
	background-color: #fafafa;
}

#showquestion .selected
{
	font-weight: bold;
	color: #00568A;
}

/*END DECISION TREE*/

