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

#navbutton-faq {
	background-color:#fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.question {
	border-top: 1px dotted #ccc;
	padding-top:10px;
	margin-top:10px;
	padding-left:1px;
}

.question a {
	color: #707070;
	border-bottom-style: none;
}

.answer {
	display:none;
	margin-top:10px;
	color: #666;
	background-color:#fafafa;
	padding: 15px;
	margin-left:-2px;
	border: 1px dotted #ccc;

}
.answer a {
	color: #42833F;
	text-decoration: none;
}

