/* LAYOUT
------------------------------------------------------------ */

	/* style for the top questions
	------------------------------------------------------------ */
	#question_list
	{
		margin:				0 0 20px;
		padding:			0 0 10px 20px;
		background:			url(../images/common/divider.gif) no-repeat bottom;
		font-size:			1.1em;
		width:				530px;
		float:				right;
	}
	
	#question_list li
	{
		margin:				0 0 2px 0;
		list-style-image:	url(../images/common/bullet_arrow.gif);
	}
	
	#question_list li a
	{	
		font-size:			inherit;
	}
	
	#faq_list
	{
		padding:			0;
		margin:				0;
		list-style:			none;
		float:				right;
	}
	
	#faq_list li
	{
		background:			url(../images/common/divider.gif) no-repeat bottom;
		margin:				0 0 20px 0;
		width:				550px;
		float:				right;
	}
	
	#faq_list li h4
	{
		color:				#F60;
		font-weight:		normal;
	}
	
	#faq_list li p
	{
		margin:				0 0 10px 0;
		padding:			0;
	}
	
	#faq_list li .btn_box
	{
		float:				left;
		display:			block;
		text-align:			right;
		padding:			0 0 10px 0;
	}
	
	#faq_list li .btn_box .top
	{
		width:				50px;
		height:				20px;
		display:			block;
		text-indent:		-5000px;
		overflow:			hidden;
		float:				right;
		background:			url(../images/buttons/top.jpg) no-repeat;
	}
	