/*
DIV.FaqBarHolder{
	border-top: 3px double #123E4E;
	padding: 10px;
	background-color: #B3C3D6;
	background-image: url('../images/faq_top_bg.gif');
	background-repeat: repeat-x;
}
*/

DIV.FaqBarHolder{
	border-bottom: 1px solid red;
	padding: 10px;
	background-color: #F6F6F6;
}

DIV.FaqGroups, DIV.FaqSearchResult{
	display: block;
	border: 1px solid #B6D2DD;
	border-top: 0px;
	padding: 5px;
}




DIV.FaqTopicsHolder{
	font-size: 13px;
	line-height: 20px;
}


DIV.FaqTopicTitlesList{
	display: block;
	padding: 5px;
	margin-left: 40px;
}



DIV.FaqTopicsList{
	display: block;
	padding: 5px;
}


DIV.FaqTopic{

}


DIV.FaqTopicTitle{
	display: block;
	background-color: #F3F9FF;
	margin-top:20px;
	margin-bottom:7px;
	padding:4px;
	color: #123E4E;
}

DIV.FaqChooseGroup{
	display: block;
	background-color: #F3F9FF;
	margin-top:7px;
	margin-bottom:7px;
	padding:4px;
	color: #123E4E;
}


DIV.FaqTopicContent{
	font-size: 13px;
}

DIV.FaqTopicFooter{
	text-align: right;
}


a.faq_group{

}
