#produtos {
	width: 698px;
	padding: 5px 20px;
	background: url(../imgs/produtos/corpo_fundo.jpg) repeat-y;
}
#produtos h1 {
	background: url(../imgs/produtos/titulo.jpg) bottom left no-repeat;
}

.boxDetalhes1 {
	float: right;
	width: 280px;
	margin-right: 15px;
}
.boxDetalhes2 {
	float: left;
	width: 377px;
	height: 317px;
	padding: 5px;
	background: url(../imgs/produtos/detalhes_fundo.jpg);
}
.dadosCliente {
	float: right;
	text-align: right;
}
.dadosCliente div {
	color: #6B8974;
	margin: 0 5px;
	float: left;
	text-align: right;
}
.dadosCliente .concluir {
	width: 50px;
	font-style: italic;
}
.dadosCliente .concluir a,.dadosCliente .concluir a:visited {
	color: #6B8974;
	text-decoration: underline;
}
	
/* categorias */
.boxCategorias {
	width: 600px;
	margin: 0 auto;
}
.boxCategorias div {
	float: left;
	width: 150px;
	text-align: center;
	margin: 0px 20px 15px 20px;
}
/* descrição */
.boxDetalhes1 h2 {
	font-size: 16px;
	font-weight: bold;
	display: block;
	line-height: 20px;
}
.boxDetalhes1 h3 {
	font-size: 14px;
	display: block;
	margin: 5px 0px;
}
/* produtos */
.boxProdutos {
	width: 600px;
	margin: 0 auto;
}
.boxProdutos .boxProduto {
	float: left;
	width: 134px;
	text-align: center;
	margin: 0px 27px 15px 27px;
}
.produtoFundo {
	background: url(../imgs/produtos/produto_fundo.jpg);
	width: 130px;
	height: 110px;
	padding: 2px;
}
.orcamento {
	text-align: center;
	margin: 5px 0px;
	font-size: 11px;
	width: 385px;
	font-style: italic;
	line-height: 18px;
}
.orcamento img {
	margin: 10px 0 5px;
}
.voltar {
	float: right;
	display: block;
}
/* lista de orçamento */
.boxOrcamento {
	
}
#listaOrcamento {
	width: 400px;
	margin: 0 auto;
}
#listaOrcamento thead tr td {
	font-weight: bold;
	background-color: #00CC99;
}
#listaOrcamento tbody tr td {
	padding: 3px;
	text-align: center;
	border: 1px solid #336600;
}