#conteudo #resultados p {
	margin-left: 24px;
	color: #000;
}
#lista_produtos {
	width: 570px;
	padding: 0;
	margin: 20px 0;
}
#lista_produtos td.inside {
	border: 0;
}
#lista_produtos td, th {
	height: 20px;
	color: #000;
	margin: 0;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	border-bottom: 1px solid #fff;
}
#lista_produtos th {
	background: #dfdfc3;
	font-weight: bold;
}
#lista_produtos td {
	/*background: #eaeadc;*/
	padding: 3px 0;
}
#lista_produtos td.item {
	text-align: left;
}
#lista_produtos td.cod, #lista_produtos th.cod {
	text-align: left;
	padding: 0 0 0 5px;
}
#lista_produtos td.preco {
	text-align: right;
	padding: 0 5px 0 0;
}
#lista_produtos th.preco {
	text-align: center;
}
#lista_produtos select {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	z-index: 2; 
}
#lista_produtos .campo_qtde {
	border: 1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
