/* Os estilos de cada info vão neste CSS */
#submenu {
	width:936px;
	background:#eceae7;
	height:34px;
	overflow:hidden;
	position:relative;
}
#submenu * {
	list-style:none;
	padding:0; margin:0;
}
#submenu li {
	float:left;
	font-size:11px;
	font-weight:bold;
}
#submenu ul { color:#beb7af; margin:9px 0 0; }
#submenu li a {
	color:#7f7871;
	padding:0 10px;
	border-right:1px solid #beb7af;
	display:block;
	text-decoration:none;
	line-height:13px;
	cursor:pointer;
}
#submenu li a.respondida {
	color:#56b600;
}
#submenu li a.faltando, .faltando {
	color:#d60000;
}
#submenu li a:hover, #submenu li a.sel {
	color:#f90;
}
#submenu #prox_ant {
	top:5px; right:5px;
}

/* perguntas */

#box-perguntas {
	width:936px;
	float:left;
	position:relative;
}

#box-perguntas * {
	list-style:none;
	padding:0;
	margin:0;
}

.classe-economica {
	color:#5d5850;
	font-size:16px !important;
	font-weight:bold;
}

#perguntas { 
	border:3px solid #eceae7; 
	border-top:0; 
	padding:20px; 
	clear:both;
	height:423px;
}

div.pergunta {
	clear:both;
	position:absolute;
	top:20px;
	left:20px;
	display:none;
}
div#p1 {
	display:block;
}

div.titulo {
	width:100%;
	overflow:hidden;
}

div.titulo * {
	float:left;
}

#box-perguntas div.titulo strong {
	display:block;
	background:#f90;
	color:#fff;
	font-weight:bold;
	font-size:30px;
	padding:5px 15px;
	margin-right:10px;
}

div.titulo h6 {
	width:750px;
	margin:0;
	font-size:10px;
	color:#beb7af;
}

div.titulo h2 {
	font-size:20px;
	width:837px;
}

div.respostas {
	border-bottom: 1px solid #ECEAE7;
    clear: both;
    margin: 20px 0 0 !important;
    width: 893px;
	float:left;
}

div.respostas ul {
	margin-top:20px;
	display:block;
}

div.respostas li {
	display:block;
	clear:both;
	line-height:50px;
	float:left;
	border-top:1px solid #eceae7;
	*margin-bottom:-3px !important;
}

div.respostas li label {
	line-height:normal;
	padding:15px 0 !important;
	font-size:13px;
	color:#7f7871;
	font-weight:bold;
	width:860px;
}

div.respostas p {
	width:893px;
	margin-bottom:20px;
}

#p22 div.respostas { border:none; }

.jqTransformRadioWrapper {
    margin: 16px 10px 0 0 !important;
}

div#navegacao {
	border-bottom: 1px solid #ECEAE7;
    bottom: 0;
    height: 36px;
    margin: 30px 0 20px;
    padding: 0 0 0;
    position: absolute;
    width: 893px;
	left:20px;
}

a#botao-proxima {
	display:block;
	cursor:pointer;
	height:24px;
	width:109px;
	text-indent:-5000px;
	overflow:hidden;
	background:url(info/botao-proximaquestao.gif) no-repeat 0 0;
}
a#botao-proxima:hover {
	background-position:0 -30px;
}

a#botao-refazer {
	display:block;
	cursor:pointer;
	height:24px;
	width:109px;
	text-indent:-5000px;
	overflow:hidden;
	background:url(info/botao-refazer.gif) no-repeat 0 0;
	display:none;
}
a#botao-refazer:hover {
	background-position:0 -30px;
}

div#expectativa {
	position:absolute;
	top:90px;
	right:23px;
	width:249px;
	height:249px;
	background:#eceae7;
	display:none;
}
div#expectativa b {
	font-size:200px;
	color:#f90;
	display:block;
	text-align:center;
	line-height:160px;
}
div#expectativa.menor b {
	font-size:145px;
}
div#expectativa p {
	font-weight:bold;
	padding:10px;
	font-size:18px;
	color:#978e81;
}



#link-facebook, #link-twitter {
    background: url("info/botao-face.gif") no-repeat scroll 0 0 transparent;
    color: #FF9900;
    display: block;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
    text-indent: 30px;
    width: 300px;
	float:left;
	padding-bottom:10px;
}

#link-facebook:hover, #link-twitter:hover {
	text-decoration:underline;
}

#link-twitter {
    background: url("info/botao-twitter.gif") no-repeat scroll 0 0 transparent;
	margin-bottom: 10px;
}
#conteudo{
	height : 396px;
}


#comentarios{
	background-color : #eceae7;
	width : 936px;
	height:670px;
	float : left;
	margin : 0;
	position:relative;
	left:0;
	top:0;
	display:block;
}
#comentarios{
	padding : 15px 0;
}
#comentarios .banner{
	position:absolute;
	left:620px;
	top:5px;
}
#comentarios .comentarios{
	width : 600px;
	overflow : auto;
	height : 650px;
	display : block;
	position:absolute;
	left:0;
	top:5px;
}
#box-perguntas .respostas .img {
	float:left;
	margin:0 10px 0 0;
	width:320px;
	height:240px;
}
