/* Listas */

#listas {
	padding-bottom: 15px;
	margin: 0;
	width: 100%;
}

#listas .itens {
	margin-top: 15px;	
}

#listas .itens .destaque {
	background: url(images/button-hover.gif) no-repeat 0 5px;
	font-weight: normal;
	line-height: 1.4em;
	color: #FF6600;
	text-decoration:none;
	padding: 0 10px 15px 15px;
	margin-bottom: 5px;	
}

#listas .itens .item {
	padding: 0 10px 0 15px;
	margin-bottom: 5px;
	float: left;
	width: 226px;
	font-weight: normal;
	background: url(images/button-hover.gif) no-repeat 0 5px;
	line-height: 1.4em;
	color: #0574AF;
	text-decoration:none;
}

#listas .itens .itemTodo {
	background: url(images/button-hover.gif) no-repeat 0 5px;
	font-weight: normal;
	line-height: 1.4em;
	color: #0574AF;
	text-decoration:none;
	padding: 0 10px 15px 15px;
	margin-bottom: 5px;
}