@charset "UTF-8";
/* CSS Document */

#questionset {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	display: block;
	float: left;
	clear: both;
	margin: auto;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	border-bottom: 1px dotted #BBB;
}
.titleset {
	display: block;
	width: 400px;
	float: none;
	margin: auto;
	margin-top: 10px;
	clear: both;

}
.titleset span#qtitle {
	display: block;
	background:#DDD;
	height: 25px;
	font-weight: bold;
	color:#008;
	text-decoration: underline;
	border: solid 1px #aaa;
}
.titleset span#qtitle:hover {
	background-image:url(../images/qddback.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}
.titleset span {
	display: block;
	width: 100%;
	height: 100%;
}
.titleset span a {
	display: block;
	width: 100%;
	height: 100%;
}

.titleset span.active {
	display: none;
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
	background: #FBFCFF;
	border: solid 1px #BBB;
	line-height: 1.3em;
}
.titleset span.active ul {
	display: block;
}
.titleset span.active ul li {
	font-size: 11px;
	text-align: left;
	padding-bottom: 0.3em;
	list-style-type: none;
	margin-left: -2em;
}

#answers h3 {
	text-align: center;
	background:#eee;
	color:#700;
	margin-top: 4em;
}
#answers {
	float: none;
	margin: auto;
	margin-top: 300px;
	clear:both;
	text-align: left;
	width: 500px;
	font-family: Verdana, Geneva, sans-serif;
}
#ttt {
	text-align: right;
}
