div.faq_c,div.faq_question{
	width:604px;
	float:left
	}
div.faq_c{
	margin:0 0 8px;
	padding:0 0 8px;
	border-bottom:solid 1px #d7c0c1
	}
	
div.faq_question{font-size:110%}
div.faq_question a{
	padding-left:15px;
	background-image:url(/images/pbs/icons/arrow_right.gif);
	background-position:0 6px;
	background-repeat:no-repeat;
	outline:none;
	overflow:hidden;
	display:block
	}
div.faq_question a.selected{background-image:url(/images/pbs/icons/arrow_down.gif) !important}
	
div.faq_answer{
	width:589px;
	padding:3px 0 6px 15px;
	font-size:75%;
	float:left
	}
