#scInteractiveContent,
#scInteractiveContent-1,
#scInteractiveContent-2{
	margin:0 auto 10px auto;
	border:1px solid #e5e9ec;
	xwidth:385px;
	background-color:#f7f8fa;
	padding:20px;
}
#scInteractiveContent a.scInteractiveContentQuestion,
#scInteractiveContent-1 a.scInteractiveContentQuestion,
#scInteractiveContent-2 a.scInteractiveContentQuestion{
	background-position:0 7px;
	background-repeat:no-repeat;
}
#scInteractiveContent a.scInteractiveContentQuestion, 
#scInteractiveContent a.scInteractiveContentQuestionChosen,
#scInteractiveContent-1 a.scInteractiveContentQuestion, 
#scInteractiveContent-1 a.scInteractiveContentQuestionChosen,
#scInteractiveContent-2 a.scInteractiveContentQuestion, 
#scInteractiveContent-2 a.scInteractiveContentQuestionChosen{
	margin:0 20px;
	padding:5px 10px 5px 20px;
	display:block;
	color:#0d3b77;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}
#scInteractiveContent a.scInteractiveContentQuestion:hover,
#scInteractiveContent-1 a.scInteractiveContentQuestion:hover,
#scInteractiveContent-2 a.scInteractiveContentQuestion:hover{
	background-color:#f5f4d5;
}
#scInteractiveContent a.scInteractiveContentQuestionChosen,
#scInteractiveContent-1 a.scInteractiveContentQuestionChosen,
#scInteractiveContent-2 a.scInteractiveContentQuestionChosen{
	background-color:#f5f4d5;
	background-position:0 7px;
	background-repeat:no-repeat;
	position:relative;
}
#scInteractiveContent .scInteractiveContentAnswer,
#scInteractiveContent-1 .scInteractiveContentAnswer,
#scInteractiveContent-2 .scInteractiveContentAnswer {
	display:none;
	padding:10px;
}	
#scInteractiveContent .scInteractiveContentAnswerPadding,
#scInteractiveContent-1 .scInteractiveContentAnswerPadding,
#scInteractiveContent-2 .scInteractiveContentAnswerPadding{
	padding:10px;
}
#scInteractiveContent .scInteractiveContentAnswerShow,
#scInteractiveContent .scInteractiveContentAnswer,
#scInteractiveContent-1 .scInteractiveContentAnswerShow,
#scInteractiveContent-1 .scInteractiveContentAnswer,
#scInteractiveContent-2 .scInteractiveContentAnswerShow,
#scInteractiveContent-2 .scInteractiveContentAnswer{
	overflow: hidden;
	background-color: #fff;
	margin:0 20px 5px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}
#scInteractiveContent .scInteractiveContentHeader,
#scInteractiveContent-1 .scInteractiveContentHeader,
#scInteractiveContent-2 .scInteractiveContentHeader{
	font:bold 18px Georgia, "Times New Roman", Times, serif;
	color:#0d3b77;
	margin:0 20px 10px;
}
#scInteractiveContent .scInteractiveContentExpandAllContainer,
#scInteractiveContent-1 .scInteractiveContentExpandAllContainer,
#scInteractiveContent-2 .scInteractiveContentExpandAllContainer{
	text-align:right;
	padding:5px 0;
}
#scInteractiveContent .scInteractiveContentExpandAllText,
#scInteractiveContent-1 .scInteractiveContentExpandAllText,
#scInteractiveContent-2 .scInteractiveContentExpandAllText{
	margin-right:10px;
	font-size:12px;
	font-weight:bold;
}
#scInteractiveContent .scInteractiveContentToTop,
#scInteractiveContent-1 .scInteractiveContentToTop,
#scInteractiveContent-2 .scInteractiveContentToTop{
	text-align:right;
}
#scInteractiveContent .scInteractiveContentHidden,
#scInteractiveContent-1 .scInteractiveContentHidden,
#scInteractiveContent-2 .scInteractiveContentHidden{
	visibility:hidden;
}
