/* DESTAQUES */
#not_destaques {

}


#not_destaques .item {
	float:left;
	margin-right:10px;
	padding-left:10px;
}

#not_destaques .imagem {
	padding:4px;
	border:1px solid #002e54;
}


#not_destaques .descricao {
	padding-top:5px;

}


/* LIST */
#not_list {
	width:680px;
	float:left;
}

#not_list .imagem {
	float:left;
	width:120px;
	overflow:hidden;
	margin-right:10px;
	margin-bottom:10px;
	background-color:#FFF;
	border:1px solid #002d54;

}

#not_list .detalhe {
	margin-left:140px;
}

#not_list .item {
	clear:both;
}

.list{
	clear:both;
}

/* DETAIL */
#not_detail {

}

#not_detail .imagem {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width:200px;
	overflow:hidden;
	border:1px solid #002d54;
}