@CHARSET "ISO-8859-1";
/* CSS Document */

/** For expand and collaps of faqs*/
#faq_list_container 
{
	display: none;
}

.faqs{
	
}
#faq_list .faqConentHideShow{
	display: none;
	}
#faq_list .hdBx2clps1 {
	float:right;
	width:2.8em;
	text-align:center;
	margin:0.2em 0 0 0;
	display:block;
	border:0px solid #FF0000;

}
#faq_list .boxheading{
float:left;
font-weight: bold;
color:#FFFFFF;
width: 30em;
margin-left: 1em;
padding:0.5em;
}
#faq_list .boxbackground{
	background-color: #73494a;
	height:2.4em;
	margin:1em;
	
}
	
#faq_list .faqcontentarea{
	text-align:justify;
	margin-left:1.5em;
	border:0px solid #73494a;
	width: 53.2em;
}
#faq_list .hdBx2clps1 a.toggle_buttons_expand, .hdBx2clps1 a.toggle_buttons_collapse{	
	background-position:center;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#333333;
	display:block;
	height:1.2em;
	width:1.3em;	
	margin:0 auto;
}

#faq_list .hdBx2clps1 a.toggle_buttons_expand{
	background-image:url(../images/icn_plus1.gif);
}

#faq_list .hdBx2clps1 a.toggle_buttons_collapse{
	background-image:url(../images/icn_minus1.gif);
}
#faq_list #faq_option{
	float: right;
	margin-right:1.5em;
}
