#scInteractiveContent{
	margin:0 auto 10px auto;
	border:1px solid #e5e9ec;
	background-color:#f7f8fa;
	padding:20px 0;
}
#scInteractiveContent a.scInteractiveContentQuestion{
	background-position:0 7px;
	background-repeat:no-repeat;
}
#scInteractiveContent a.scInteractiveContentQuestion, #scInteractiveContent a.scInteractiveContentQuestionChosen{
	margin:0 20px;
	padding:5px 10px 5px 20px;
	display:block;
	color:#082A43;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	height: 1%;
}
#scInteractiveContent a.scInteractiveContentQuestion:hover{
	background-color:#f5f4d5;
}
#scInteractiveContent a.scInteractiveContentQuestionChosen{
	background-color:#f5f4d5;
	background-position:0 7px;
	background-repeat:no-repeat;
	position:relative;
}
#scInteractiveContent .scInteractiveContentAnswer {
	display:none;
	padding:10px;
}	
#scInteractiveContent .scInteractiveContentAnswerPadding{
	padding:10px;
}
#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 Verdana, Arial, Helvetica, sans-serif;
	color:#082A43;
	margin:0 20px 10px;
	text-transform: uppercase;
}
#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;
}
