#conteudo {
	position:relative;
}

ol, li { list-style:none; padding:0; margin:0 }

div#trends #prox_ant {
	position : absolute;
	z-index : 10;
	display : block;
	height : 26px;
	top:8px;
	left:auto;
	right:0;
	width:55px;
}
div#trends #prox_ant a {
	display : block;
	position : absolute;
	width : 24px;
	height : 24px;
	margin : 1px;
	cursor:pointer;
	background-position:0 -24px;
}
div#trends #prox_ant a:hover { background-position : 0 0; }
div#trends #prox_ant a.pro {
	background-image : url(https://www.terra.com.br/noticias/listas/img/prox.gif);
	left : 30px;
	top : 0px
}
div#trends #prox_ant a.ant {
	background-image : url(https://www.terra.com.br/noticias/listas/img/ant.gif);
	left : 0;
	top : 0;
}

/* Trends */

div#trends {
	position:absolute;
	left:0;
	top:0;
	width:936px;
	
}

div#lista {
	float:left;
	width:195px;
	z-index:2;
	border-bottom:1px solid #eceae7;
}
div#lista li {
	float:left;
	clear:both;
	background:url(info/bg-menu.gif) no-repeat right 0;
	height:30px;
	overflow:hidden;
	width:195px;
	line-height:30px;
	padding-top:1px;
}
div#lista li a {
	font-size:14px;
	color:#5d5850;
	font-weight:bold;
	display:block;
	width:100%;
	height:100%;
	cursor:pointer;
	text-indent:5px;
}
div#lista li a:hover, div#lista li a.selecionado {
	background:url(info/bg-seta.gif) no-repeat right center;
}
div#lista li a.selecionado {
	color:#fff;
}
div#lista li a:active {
	color:#ddd;
}
div#descricao {
	float:right;
	width:730px;	
	overflow:hidden;
	position:relative;
}
div.texto {
	display:none;
}	
div#texto1 {
	display:block;
}
div.texto h3 {
	font-size:31px;
	color:#5d5850;
	padding:0;
	padding-bottom:5px;
	margin:0;
	
}
div.texto strong{color:#5d5850;}
div.texto p {
	line-height:18px;
	color:#7f7871;
	background:none;
}
div.texto p em {
	color:#5d5850;
}
div.texto a {
	font-weight:bold;
	color:#f90;
	text-decoration:none;
}	
div.texto a:hover {
	text-decoration:underline;
}

div.texto h4{
	font-size:18px;
	/*padding:10px 0px 0px 0px;*/
	color:#5d5850;
}
div.texto #foto{
	float:left;
	width:300px;
	padding:18px 10px 5px 0px;
}
#foto span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5d5850;
}
#foto em{color:#beb7af;}
