#faqRoot {
	margin: 0 auto;
	padding: 0;
}

#faq {
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#faq .faqcontent {
	margin-top: 0;
	margin-right: 10px;
	margin-left: 10px;
}
#faq h5.faqopened, #faq h5.faqclosed {
	cursor: pointer;
	padding: 0 0 0 15px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
#faq h5.faqclosed:hover {color: #900;background-color:#f6f6f6;}
#faq h5.faqclosed {
	color: #555;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/images/collapsed.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
#faq h5.faqopened {
	color: #900;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/images/expanded.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#faq p {
	padding:10px;	
}

/* Index */
#faqindex {
	float: right;
	width: 180px;
}
#faqindex a, #faqindex a:visited {text-decoration: none;color: #666;}
#faqindex a:active, #faqindex a:hover {
	color: #eaeaeb;
	border-bottom:dotted #ccc 1px;
}
#faqindex ul {
	list-style-type: square;
	list-style-image: none;
	list-style-position: outside;
	padding-left:25px;
	line-height: 18px;
	margin-top: 5px;
	font-size:80%;
}
#faqindex ul li {color:#666666;white-space:nowrap;}
#faqindex h5 {
	margin-bottom: 0;
	border-bottom: dotted 1px #ccc;
	color: #666666;
	padding: 0;
}