#scInteractiveContent{
	margin:0 auto 0px auto;
	border:1px solid #000;
	xwidth:385px;
	background-color:#000;
	padding:10px 0 20px;
}
#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:#E86918;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}
#scInteractiveContent a.scInteractiveContentQuestion:hover{
	background-color:#E86918;
	color:#fff;
}
#scInteractiveContent a.scInteractiveContentQuestionChosen{
	background-color:#E86918;
	background-position:0 7px;
	background-repeat:no-repeat;
	position:relative;
	color:#fff;
}
#scInteractiveContent .scInteractiveContentAnswer {
	display:none;
	padding:10px;
}	
#scInteractiveContent .scInteractiveContentAnswerPadding{
	padding:10px;
	color:#fff;
}
#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;
}
#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;
}




/*Info Page Interactive Contents*/
#info-div #scInteractiveContent
{
    background: none;
    border: none;
}

#info-div #scInteractiveContent a.scInteractiveContentQuestion, #info-div #scInteractiveContent a.scInteractiveContentQuestionChosen
{
    color:#FF7F00;
    font-family:arial;
    font-size:16px;
    font-weight:bold;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
}

#info-div #scInteractiveContent .scInteractiveContentAnswerShow, #info-div #scInteractiveContent .scInteractiveContentAnswer
{
    margin: 0 0 5px;
    font-family: Arial;
}

#info-div #scInteractiveContent .scInteractiveContentAnswerPadding
{
    padding: 10px 5px;
}

#info-div #scInteractiveContent a.scInteractiveContentQuestionChosen, #info-div #scInteractiveContent a.scInteractiveContentQuestion:hover
{
    background: none;
}
