/* 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;
}
.consulta-resultado li {
	display: inline-block;
	width: 260px;
	margin: 0px 20px;
	border-bottom: 1px solid #ccc;
}
.consulta-resultado dl dd {
	margin: 0 0 0 10px !important;
}
.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;
}

/* Inicio - Frete Grátis */
.frete-gratis-banner {
	width: 946px;
	height: 157px;
	background: url(../images/frete-gatis-banner.jpg) no-repeat;
	margin-top: 20px;
	text-align: center;
	}
	@font-face {
		font-family: 'HarvestItalRegular';
		src: url('____harveit_font_by_connecttohuman_x-webfont.eot');
		src: url('____harveit_font_by_connecttohuman_x-webfont.eot?#iefix') format('eot'), url('____harveit_font_by_connecttohuman_x-webfont.woff') format('woff'), url('____harveit_font_by_connecttohuman_x-webfont.ttf') format('truetype'), url('____harveit_font_by_connecttohuman_x-webfont.svg#webfont2aQMq5bo') format('svg');
		font-weight: normal;
		font-style: normal;
		}
	.frete-gratis-banner p {
		font-family: 'HarvestItalRegular';
		position: relative;
		top: 96px;
		font-size: 24px;
		color: #FFFFFF;
		text-shadow: 1px 1px #3A0606;
		}
.btn-frete {margin-right: 10px;}
/* Fim - Frete Grátis */

/********** fim CARRINHO */
