/* CSS Document */

/********** CARRINHO */
.carrinho-categorias
{
	background: #333;
	/*width: 719px;*/
	border-top: #e2e2e2 1px solid;
}

.carrinho-produtos1 td,
.carrinho-produtos2 td {
	padding:3px 0px 3px 9px;
}

.carrinho-categorias th {
	text-align: left;
}

.carrinho-produtos1
{
	background: #f2f6e8;
	/*width: 734px;*/
}

.carrinho-produtos2
{
	background: #E7ECD9;
	/*width: 734px;*/
}

.carrinho-sub-total
{
	/*width: 729px;*/
	
	padding: 5px 0px 5px 10px;
	background: #EDEDED;
	border-top: #ccc 1px solid;
	
}

.carrinho-obs-acab-bloco
{
	background: #FFFFE1;
	width: 698px;
	border: #cccccc 1px dashed; /***/
	border-top: none;
	padding: 10px; /***/
	padding-bottom: 5px;
	float: left;
}

.carrinho-acab-colunas
{
	width: 250px;
	float: left;
	padding-bottom: 5px;
}

.carrinho-info {
	display: none;
}

.bloco-consulta
{
	width: 970px;
	float: left;
	margin-top: 20px;
}

.consulta-titulos
{
	background: #333 url(../images/back-acabamento-cima.gif) right no-repeat;
	width: 950px;
	height: 22px;
}

.consulta-grid
{
	background: #f5eacf;
	width: 928px;
	padding: 10px; /***/
	border: #ccc 1px solid; /***/
	border-top: none;
}

.consulta-resultado
{
	background: #EDEDED;
	padding: 5px 5px 5px 10px; /***/
	width: 935px;
}

.carrinho-acabamento
{
	position: absolute;
	top: 18px;
	right: 0px;
	background: #fff;
	width: 250px;
	padding: 10px; /***/
	border: #c5c5c5 1px solid; /***/
	text-align: left;
	font-weight: normal;
	z-index: 1000;
}
/********** fim CARRINHO */