/* faq styles */

.faq-container
{
	margin:0 0 20px 5px ! important; 
	padding:0px 0px 0px 0px ! important;
	/*font-family:Segoe UI,Arial,Verdana,Helvetica,sans-serif;*/
	width:700px ! important;
	border-top:1px solid #d1d1d1;
	border-left:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
	clear:both;
	/*background-image:url(image/title_grad_1x32.gif);*/
	background-repeat:repeat-x;
	

}

.faq-container a, .faq-container a:hover,.faq-container a:visited,.faq-container a:visited:hover
{
	cursor:pointer;
	text-decoration:none;
	color:#083472 !important;
	font-style:normal !important;
	font-weight:normal !important;
}

.faq-hide, .faq-show
{
	clear:both;
	margin:0;
	padding:0 ! important;
	border-bottom: 1px solid #E5E5E5;
	width:100% !important;
}

.faq-question
{
	margin: 0;
	/*padding:10px 10px 10px 5px ! important;*/
	padding:14px 0px 0px 14px !important;
	background-color:#ffffff;
	/*background-image:url(image/faq_fadeline_707.gif);*/
	background-repeat:no-repeat;
	background-position:bottom;
	cursor:pointer;
	width:585px ! important;
}

.faq-question-last
{
	margin:0;
	padding:10px 10px 14px 5px;
	background-color:#ffffff;
	/*background-image:url(image/footer_div_line.gif);*/
	background-repeat:no-repeat;
	/*background-position:bottom;*/
	background-position:0 38px;
	cursor:pointer;
	width:585px ! important;
}

.faq-show .faq-question, .faq-show .faq-question-last
{
	background-color:#ffffff;
	background:none;
}

.faq-answer
{
	margin:0;
	padding:5px ! impoartant;
	background-color:#ffffff;
	/*background-image:url(image/faq_answer_grad.gif);*/	
	background-repeat:repeat-x;
	background-position:bottom;
	min-height:20px;
	padding:0px 0px 0px 15px !important;
	width:585px ! important;
}

.faq-question p, .faq-question-last p 
{
	margin:0;
	padding:0;
	line-height:1.4em;
}

.faq-answer p
{
	margin:0 0 10px 0;
	padding:0 0 0 15px;
	line-height:1.4em;
}

.faq-answer p a:hover, .faq-answer p a:visited:hover
{
	color:#4eb0e9;
	text-decoration:underline;
}

p.faq-title 
{
	margin:0;
	padding:0 0 0 5px;
	/*height:32px;*/
	line-height:32px;
	color:#646464;
	float:left;
	font-weight:bold;
}
.faq-hide .faq-question p, .faq-hide .faq-question-last p
{
	background-image:url(../images/bullet.png);
	background-repeat:no-repeat;
	background-position:0 6px;
	padding-left:15px;
	color:#196297;
}

.faq-show .faq-question p, .faq-show .faq-question-last p 
{
	background-image:url(../images/bullet.png);
	background-repeat:no-repeat;
	background-position:0 6px;
	padding-left:15px;
	 color: #3B3B3B ! important ;
	 font-family: Arial,Verdana,MS Sans Serif;
}

p.toggle
{
	margin:0;
	padding:0 10px 0 0;
	text-align:right;
    font-family: Arial,Verdana,MS Sans Serif;
	/*height:32px;*/
	/*line-height:32px;*/
	 color: #3B3B3B ! important ;
	 cursor:pointer;
}
p.toggle a
{	
	 cursor:pointer;
}

.faq-answer li 
{ font-family: Arial,Verdana,MS Sans Serif;
	/*margin:0 0 10px 15px;*/
	padding:3px;
}

.faq-answer li p
{ font-family: Arial,Verdana,MS Sans Serif;
	line-height:1.5em;
	margin:0;
	padding:0;
}

.faq-hide .faq-answer 
{
	display:none;
}

.faq-show .faq-answer 
{
	display:block;
}


/* end faq styles */
