/**************************************************************************************/
/** NOTICIAS - LISTAGEM ***************************************************************/
/**************************************************************************************/
div.lista_noticia{
	clear: both;
	float: left;
	width: 560px;
	margin: 0 0 10px 0;
	padding: 0;
}

div#foto_consumiveis{
	float: left;
	clear: none;
	width: 180px;
	height: 280px;
}

#foto_consumiveis img{
	margin-left: 10px;
}

div.lista_consumiveis{
	float: left;
	clear: none;
	width: 370px;
	margin: 0;
	padding: 0 0 0 10px;
}

.lista_noticia h2,
.lista_consumiveis h2{
	margin: 0;
	padding: 0 0 0 18px;
	background-image: url(../imagens/bullet_familia.gif);
	background-position: 1px 6px;
	background-repeat: no-repeat;
}

.lista_noticia h2 span,
.lista_consumiveis h2 span{
	margin: 0;
	padding: 0;
	background-image: none;
}

.lista_noticia p,
.lista_consumiveis p{
	margin: 0;
	padding: 0 0 0 18px;
}

.lista_consumiveis p{
	color: #AAA;
}

.lista_noticia span,
.lista_consumiveis span{
	float: left;
	clear: both;
	height: 16px;
	line-height: 16px;
	margin: 5px 10px 0 0;
	padding: 0 0 0 18px;
	background-image: url(../imagens/bullet_noticia.gif);
	background-position: 1px 6px;
	background-repeat: no-repeat;
}

.lista_noticia a:link,
.lista_noticia a:active,
.lista_noticia a:visited{
	color: #F6821F;
}

img.botao_maisinfo{
	position:relative;
	top: 9px;
}

/**************************************************************************************/
/** NOTICIAS - DETALHE ****************************************************************/
/**************************************************************************************/
div#noticia_geral{
	float: left;
	clear: none;
	width: 180px;
}

#noticia_geral div#noticia_foto{
	float: left;
	clear: both;
	width: 180px;
}

#noticia_foto img{
	margin-left: 15px;
}

#noticia_geral img#area_fotos{
	float: left;
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;
}

#noticia_geral div#noticia_thumbs{
	float: left;
	clear: both;
	width: 170px;
	padding: 10px 0 10px 10px;
	/* background-color: #F5F5F5; */
}

#noticia_thumbs img{
	float: left;
	clear: none;
	margin: 0 9px 0 0;
	padding: 0;
	border: 1px solid #CCC;
}

div#noticia_detalhe{
	float: left;
	clear: none;
	width: 370px;
	margin: 0;
	padding: 0 0 0 10px;
}

#noticia_detalhe p{
	margin: 0 0 10px 0;
}

#noticia_detalhe h2{
	float: left;
	clear: both;
	width: 352px;
	margin: 0 0 10px 0;
	padding: 0 0 0 18px;
	background-image: url(../imagens/bullet_familia.gif);
	background-position: 1px 6px;
	background-repeat: no-repeat;
}

#noticia_detalhe h3{
	float: left;
	clear: both;
	width: 352px;
	margin: 0 0 10px 0;
	padding: 0 0 0 18px;
	background-image: url(../imagens/bullet_noticia.gif);
	background-position: 1px 6px;
	background-repeat: no-repeat;	
}

#noticia_detalhe ul{
	float: left;
	clear: both;
	width: 370px;
	color: #666;
	font-size: 8pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
    padding: 0;
	line-height:150%;
}

#noticia_detalhe ul li{
	clear: both;
    margin: 0 0 5px 0;
    padding: 0 0 0 20px;
	line-height: 150%;
	list-style: none;
	background-image: url(../imagens/bullet_li2.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
}

#noticia_detalhe ul ul{
	width: 350px;
	margin: 5px 0 5px 10px;
    padding: 0;
}

#noticia_detalhe ul ul li{
	background-image: url(../imagens/bullet_li3.gif);
}

#noticia_detalhe table,
#noticia_detalhe table.ficheiros{
	float: left;
	clear: none;
	width: 370px;
	margin: 0;
	padding: 0;
}

#noticia_detalhe table tr td,
#noticia_detalhe table.ficheiros tr td{
	line-height: 18px;
}

#noticia_detalhe table tr td.titulo{
	font-style: italic; 
}

#noticia_detalhe table.ficheiros tr td.icon{
	width: 18px;
}


