.faq
{
    clear: both;
    background: transparent url(breadcrumbs-border.gif) center top repeat-x;
    float: left;
    width: 100%;
    margin-top: 5px;
}

#scInteractiveContent{
	margin:0 auto 10px auto;
	/*border:1px solid #e5e9ec;*/
	width:529px;
	/*background-color:#f7f8fa;*/
	padding: 15px 0 20px;
}
#scInteractiveContent a.scInteractiveContentQuestion{
	background-position:17px center;
	background-repeat:no-repeat;
}
*:first-child+html #scInteractiveContent a.scInteractiveContentQuestion
{
    background-image: url(collapsed.gif) !important;
}
* #scInteractiveContent a.scInteractiveContentQuestion
{
    background-image: url(collapsed.gif) !important;
}

a.scInteractiveContentQuestionChosen{}

*:first-child+html a.scInteractiveContentQuestionChosen
{
    background-image: url(expanded.gif) !important;
}
* html a.scInteractiveContentQuestionChosen
{
    background-image: url(expanded.gif) !important;
}
#scInteractiveContent a.scInteractiveContentQuestion, #scInteractiveContent a.scInteractiveContentQuestionChosen{
	/*margin:0 20px;*/
	padding:5px 10px 5px 40px;
	display:block;
	color:#0D3B77;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}
#scInteractiveContent a.scInteractiveContentQuestion:hover{
	background-color:#EEEEEE;
}
#scInteractiveContent a.scInteractiveContentQuestionChosen{
	background-color:#EEEEEE;
	background-position:17px center;
	background-repeat:no-repeat;
	position:relative;
}
#scInteractiveContent .scInteractiveContentAnswer {
	display:none;
	padding:10px;
}	
#scInteractiveContent .scInteractiveContentAnswerPadding{
	padding:10px 20px 10px;
	font-size: 11px;
}
#scInteractiveContent .scInteractiveContentAnswerShow, #scInteractiveContent .scInteractiveContentAnswer{
	overflow: hidden;
	background-color: #fff;
	margin:0 20px 5px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}
#scInteractiveContent .scInteractiveContentHeader{
	font:bold 18px Georgia, "Times New Roman", Times, serif;
	color:#0d3b77;
	margin:0 20px 10px;
}
#scInteractiveContent .scInteractiveContentExpandAllContainer{
	text-align:right;
	padding:5px 0;
}
#scInteractiveContent .scInteractiveContentExpandAllText{
	margin-right:10px;
	font-size:12px;
	font-weight:bold;
}
#scInteractiveContent .scInteractiveContentToTop{
	text-align:right;
}
#scInteractiveContent .scInteractiveContentHidden{
	visibility:hidden;
}
