#quiz *{
	font-family : Arial, Helvetica, sans-serif;
	background-repeat : no-repeat;
	padding : 0;
	border:none;
	color: #FFF;
	
}
#quiz {
	float:left;
	width:530px;
	height:530px;
	overflow:hidden !important;
	color: #47423a;
	position:relative;
	left: 20px;
	top: 30px;
}
#quiz .topo {
	height:31px;
	display:none;
	width:100%;
	background:none !important;
}
#quiz #scroller {
	float:left;
	width:528px;
	height:430px;
	overflow:hidden;
}
#quiz #perguntas_quiz {
	width : 20000px;	
	float:left;
}
#quiz .pergunta { width : 619px; float:left; }
#quiz h2{
	display : block;
	width : 619px;
	overflow : hidden;
	float : left;
	margin:0 0 7px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:2;
}
#quiz h2 a{
	display : block;
	height : 40px;
	width : 250px;
}
#quiz a{
	color : #FFF;
	text-decoration : none;
}
#quiz a:hover{
	color : #D14591;
}
#quiz p{
	font-size : 12px;
	float:left;
	clear:both;
	width:619px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#quiz li{
	list-style : none;
}
#quiz ul{
	float : left;
	width : 619px;
	display : block;
	overflow:hidden;
}
#quiz li{
	width : 165px;
	float : left;
	display : block;
	margin : 15px 0 0 0;
}
#quiz #perguntas_quiz li a img,
#quiz li a img{
	border : 4px solid #bebebe;
}
#perguntas_quiz li a:hover img,
#quiz li a:hover img{
	border : 4px solid #D14591;
}
#perguntas_quiz h4{
	float : left;
	width : 30px;
	height : 30px;
	display : block;
	margin : 15px 0 !important;
	background-color : #7A7A7A;
	color : #CCC;
	font-size : 13px !important;
	text-align : center;
	line-height : 30px !important;
	padding:0;
	text-indent:0;
}
#perguntas_quiz h3{
	font-size : 16px !important;
	float : left;
	line-height : 20px !important;
	color : #000000;
	width:480px;
	color:#333;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
#quiz li a:hover h4{
	background-color : #D14591;
}
#perguntas_quiz li,
#quiz li a h3{
	font-size : 11px;
	font-weight : normal;
	padding-top: 10px;
	padding-bottom: 10px;
}
#perguntas_quiz li p{
	margin : 5px 0;
}
#perguntas_quiz li{
	width : 154px;
}
#quiz li input{
	margin : 0 6px 0 0;
}
#quiz #nav{
	width : 530px;
	height : 41px;
	overflow : hidden;
	display : block;
	float : left;
	margin :0;
	background-color: #666;
}
#quiz #nav span{
	line-height : 40px;
	color:#fff;
	font-weight:bold;
	font-size : 11px;
	width:169px;
	margin-left:225px;
	margin-right:-394px;
	float:left;
	padding-left: 10px;
}
#quiz #votar{
	width : 619px;
	height : 50px;
	float : left;
	background-color : #bebebe;
	margin : 0 0 50px 0;
}
#quiz #votar input{
	float : left;
	width : 46px;
	height : 21px;
	padding-top : 10px;
	margin-left : 230px;
	cursor : pointer;
	display : block;	
}
#quiz .finalizar {
	background:none;
	border:0;
	margin:0;
	*margin-left:-65px;
}
#quiz #ant,
#quiz #pro{
	float : left;
	display : block;
	margin: 0;
}
#quiz #ant {
	float : left;
}
#quiz #pro {
	float : right;
}
#quiz #todas{
	display:none;
	margin: 10px 0 0 20px;
}
#quiz #pro a{
	background-image : url(img/proxima.jpg);
}
#quiz #ant a{
	background-image : url(img/anterior.jpg);
}
#quiz #todas a{
	background-image : url(https://www.terra.com.br/noticias/quiz/2009/img/vertodas.gif);
}
#quiz #todas a b,
#quiz #pro a b,
#quiz #ant a b{
	display : none;
}
#quiz #todas a,
#quiz .finalizar,
#quiz #pro a,
#quiz #ant a{
	height : 41px;
	width : 115px;
	display : block;
        background-repeat:no-repeat;
        margin:0 10px;
}
#quiz #pro a{
	width : 111px;
}
#quiz .finalizar:hover,
#quiz #todas a:hover,
#quiz #pro a:hover,
#quiz #ant a:hover{
	background-position : 0 -41px;
	cursor:pointer;
}
#quiz .finalizar {
	background-image : url(img/finalizar.jpg);
	width:131px;
}
#quiz .tente a {
	background-image : url(img/tente-de-novo.jpg) !important;
	width:241px !important;
}
#quiz p#opc{
	font-size : 10px;
	font-weight : normal;
}
#quiz p#result{
	font-size : 11px;
	color : #556B2F;
	font-weight : bold;	
}
#quiz #total{
	height : 30px;
	padding : 10px;
	border-top : 1px solid #ccc;
}
#quiz p.porcentagem{
	color : #228B22;
	font-size : 18px;
}
#quiz #resposta_html {
	display:block;
	float:left;
	width:520px;
}
#quiz .bgclr {
	background-color : transparent;
	text-align:center;
     color:#000;
	font-size: 18px;
}
#quiz #resposta_html h3 {
	display : block;
	float : left;
}
#quiz #resposta_html p {
	font-size: 18px;
	font-weight: normal !important;
	display : block;
	padding : 10px 0;
	margin-left : 0px;
	margin-top : 0px;
	color:#333;
}
#quiz #resposta_html p strong{
	font-weight: bold !important;
	color:#333;
}
#quiz #tentar{
	height : 30px;
}
#quiz a#tentar{
	margin : 15px 0;
	font-size : 14px;
	color : #ff0000!important;
	font-weight : bold;
}
#quiz a:hover#tentar{
	text-decoration : underline;
}
/* ESTILOS PARA VERSÃO 'APENAS-TEXTO' */
#quiz.apenas_texto h3 { margin-bottom:5px !important;}
#quiz.apenas_texto li img { display:none }
#quiz.apenas_texto li p {
	margin:0 !important;
	color:#000;
}
#quiz.apenas_texto li {
	width:100% !important;
	margin:0 !important;
	padding:0 0;
     border-top:0px solid #ebeae6;
}
#quiz #textorespostas {
	float:left;
	height:170px;
	overflow:auto;
	margin-top:10px;
	width:527px;
}
#quiz #textorespostas.oculto { display:none; }
#quiz #textorespostas strong { font-size:12px; font-weight:bold; color:#999; }
#quiz #textorespostas ol { clear:both; width:500px; overflow:hidden; font-size:12px; font-weight:bold;}
#quiz #textorespostas ol li { padding:0 0; font-size:12px; font-weight:normal; width:619px; }
#quiz #resposta_html .respostas {
	clear:both;
	float:left;
	font-size:12px;
	color:#333;
	padding:0;
	font-weight:bold !important;
}
#quiz #textorespostas ol li b { color:#fff; background:#47432a no-repeat; width:20px; display:block; text-align:center; padding:12px 0; float:left; margin-right:5px;}
#quiz #textorespostas p { float:left; height:100%; padding:4px 0; width:432px !important; clear:none; }
.correta { background:url(img/quiz_ok.png) #E8E8E8 no-repeat !important; border-bottom: solid 1px #47432a !important;}
.errada {background:none !important;}

#quiz #banner {
	position:absolute;
	left:35px;
	top:82px;
	width:468px;
	height:60px;
	z-index:1;
     background:yellow;
     display:none;
}
.mod-audience_pulse_ver .combobox { display: none !important }

/* FancyForm styles */
#quiz .unselected,
#quiz .selected { text-indent:18px; cursor:pointer; background-repeat:no-repeat; padding:12px 0; color:#7f7871; width:100%; }
#quiz .selected { color:#ffffff }
#quiz .unselected { background-image:url(img/quiz-radio.gif); background-position:0 12px; }
.selected { background-image:url(img/quiz-radio.gif); background-position:0 -76px; background-color:#47432a; }
