﻿#principal h1 {
	height: 16px;
	padding-left: 20px;
	background-image: url(../../comum/img/icone-cesto.png);
	background-position: left 1px;
}

#carrinho {
	font-size: 12px;
	color: #999;
}

#tab-topo {
	float: right;
	margin-bottom: 4px;
	border-collapse: collapse;
}

#carrinho hr {
	clear: both;
	border: 0;
	border-top: 1px solid #ccc;
	border-bottom-color: transparent;
}

#tab-meio {
	clear: both;
	position: static;
	border-collapse: collapse;
}

#tab-meio th,
#tab-meio td {
	border: 5px solid white;
}

#tab-meio th {
	height: 27px;
	padding-left: 8px;
	background-color: #ccc;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #33271d;
}

#tab-meio td {
	padding: 8px;
	background-color: #e2e2e0;
}

#tab-meio th.imagem {
	width: 81px;
	border-left: 0;
}

th.descricao {
	width: 322px;
}

th.qtde {
	width: 92px;
}

th.remover {
	width: 64px;
}

th.unitario {
	width: 131px;
}

#tab-meio th.total {
	width: 131px;
	border-right: 0;
}

#tab-meio td.imagem {
	border-left: 0;
}

#tab-meio td.imagem img {
	display: block;
	margin: 0 auto;
	width: 60px;
	height: 60px;
}

#tab-meio a {
	text-decoration: none;
}

#tab-meio h2,
#tab-meio p {
	margin: 2px 0;
}

#tab-meio h2,
#tab-meio h2 a {
	font-size: 14px;
	color: #900;
}

#tab-meio td.descricao {
	font-size: 11px;
}

#tab-meio p.codigo {
	font-weight: bold;
}

#tab-meio td.qtde {
	text-align: center;
}

#tab-meio td.qtde input {
	width: 30px;
	text-align: right;
	font-size: 12px;
}

#tab-meio td.remover {
	text-align: center;
}

#tab-meio td.remover input {
	width: 16px;
	height: 16px;
	border: 0;
	overflow: hidden;
	line-height: 50px;
	background-image: url(../img/carrinho/remover.png);
	background-color: transparent;
	cursor: pointer;
	text-indent: -1000px;
}

#tab-meio td.unitario,
#tab-meio td.total {
	text-align: center;
	font-size: 12px;
}

#tab-meio td.total {
	border-right: 0;
}

#tab-meio td.nada {
	border-left: 0;
	border-right: 0;
	text-align: center;
}

#tab-frete {
	width: 100%;
	font-size: 11px;
}

#tab-frete * {
	vertical-align: middle;
}

#tab-frete label {
	font-weight: bold;
}

#t-cep {
	width: 128px;
}

#cep {
	width: 70px;
	margin-left: 10px;
	border: 2px solid #d9d9d9;
	font-size: 12px;
}

#sedex, #pac {
	top: 2px;
	margin-top: 0;
	margin-bottom: 0;
}

#t-forma input.ok {
	width: 28px;
	height: 20px;
	margin: 0 0 0 20px;
	padding: 0px;
	border: 0px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-align: center;
	background-image: url(../../comum/img/botao-ok-bg.png);
	cursor: pointer;
}

#v-frete {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

#tab-total {
	float: right;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #933;
}

#t-total {
	padding-right: 54px;
}

#v-total {
	height: 22px;
	padding-left: 25px;
	text-align: left;
	background-image: url(../../comum/img/icone-cifrao.png);
	background-position: left center;
}

#tab-fim {
	width: 100%;
	border-collapse: collapse;
}

td.td-finalizar {
	width: 174px;
}

td.td-atualizar,
td.td-continuar,
td.td-finalizar {
	text-align: right;
}

td.td-atualizar input,
td.td-continuar input,
td.td-finalizar input {
	height: 26px;
	line-height: 23px;
	padding-right: 4px;
	border: 0;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	background-position: top right;
	background-color: transparent;
	cursor: pointer;
}

td.td-atualizar input,
td.td-continuar input {
	color: #33271d;
}

td.td-finalizar input {
	color: #636363;
}

td.td-atualizar input {
	width: 150px;
	background-image: url(../img/carrinho/atualizar-valores.png);
}

td.td-continuar input {
	width: 185px;
	background-image: url(../img/carrinho/continuar-comprando.png);
}

td.td-finalizar input {
	width: 154px;
	background-image: url(../img/carrinho/finalizar-compra.png);
}

td.obs {
	font-size: 10px;
}

