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

div.pagecontent {
	/*height:710px;*/
}

div#questions {
	/*float:left;*/
	display:block;
/*	height:100px;*/
	width:650px;
	overflow:auto;
	margin-right:50px;
}
#questions ul {
	list-style-type:none;
	/*list-style:inside;*/
	margin-left:3px;
}

#questions li{
    background-image: url("../images/plus.png");
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding-left: 15px;
}

#questions li#selected{
    background-image: url("../images/minus.png");
}

#questions ul p{
    display: none;
}

#questions ul li#selected p{
    display: block;
}

#questions a {
	font-size:12px;
}

#questions a:hover{
    /*text-decoration:underline;*/
    cursor: pointer;
}
a h1 {
	color:#000;
	font-size:12px;
	font-weight:700;
}
#answers p{
	color:#555;
	font-size:12px;
}

div#answers {
	border: solid 1px #eedc89;
	float:left;
	display:block;
	height:425px;
	width:400px;
	overflow:auto;
	padding-top: 5px;
	padding-left:10px;
	padding-right:10px;
	position:absolute;
	left:400px;
}

#questions a{
	display:block;
	margin-bottom:4px;
}

.pagecontent h1 {
	margin-bottom:5px;
}
