
a{
 cursor: pointer;
 color: #cc3300;
}
a:hover{
	text-decoration: underline;
}

.content {
	padding:0px 0px 0px 10px;

}
.decision-links a{
	display:block;
	color: #cc3300;
	margin:10px 0px 0px 10px;

}
.decision-links a.last-child{
	border: none;
}

#debug{
	position: absolute;
	right: 0;
	width: 300px;
	font-size: small;
	background: #EEE;
	padding: 1em;
	display: none;
}

#tree-window{
	margin: 0;
	padding: 0;
	background: #eeeeee;
	border:1px solid #000000;
	width: 650px;
	height: 520px;
	overflow: hidden;
}
#tree-slider{
	margin: 0;
	padding: 0;
	height: 660px;
	width: 2000px;
}
.tree-content-box{
	margin: 0;
	padding: 15px;
	line-height:20px;
	float: left;
	width: 620px;
	font-size: 15px;
}
.decision-links{
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #666;
	text-align: left;
	font-family:arial,helvetica,sans-serif;
	font-weight:bold;
	font-size: 14px;
	line-height:19px;
}
.back-link{
	display: block;
	margin: 10px 0px 0px 10px;
	padding:0px 0px 10px 0px;
	font-size: 12px;
	font-family:arial,helvetica,sans-serif;
	border: none;
	clear:both;
}

#tree-window p {
	display:block;
	float:left;
	width:300px;
	padding:30px 10px 0px 0px;
}

#tree-window p.albumText {

	width:270px;
}
.answer {
	display:block;
}
