
#faq {
	padding:10px;
}

/*==================== Category ==========================*/

#faq h3 {
	background: url(../images/bottomArrow.png) no-repeat right 10px;
	cursor:pointer;
	padding:10px;
}
	
	
#faq h3.active { background: url(../images/topArrow.png) no-repeat right 10px; }

#faq ul { list-style:none; padding: 0px 10px;}

/*==================== Question ==========================*/

#faq ul li { 
	border-top:#FFFFFF solid 1px;
	background: url(../images/innerBottomArrow.png) no-repeat right 10px; 
	padding: 10px;
	margin-top: 5px;
	cursor:pointer;
	font-weight:bold;
}

#faq ul li.active{ background: url(../images/innerTopArrow.png) no-repeat right 10px; }

/*==================== Response ==========================*/

#faq ul p{
	background-color:#d4d5ce;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0px 10px 10px 10px;
	padding: 10px;
}