div.faq{
	margin-bottom:30px;
	width:320px;
	border:1px solid #5E605F;
	background:#14162b;
	color:#fff;
}
div.faqcategory{
	background: #14162b url('../img/bg_faq_category.jpg') repeat-x top right;
	padding:5px;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #5E605F;
}
div.faqcontent{
	padding:10px;
	font-size:13px;
}
div.faqitem{
	padding:10px;
}
div.faqitemcontent{
	background:#fff;
	color:#000;
	border:3px solid #ccc;
	margin:0px 10px 10px 10px;
	padding:5px 15px 5px 15px;
}
div.faqarrow{
	margin:5px 0px 0px 30px;
}
a.question{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
a.question:hover{
	color:#fff;
	text-decoration:underline;
}
a.answerlink{
	color:#00f;
	text-decoration:underline;
}