/* RESET */
* {
	margin: 0px;
	padding: 0px;
}

/* GERAL */

body {
	background-image: url(../img/body_bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #d8912c;
}

a:link, a:visited {
	color:#d8912c;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
}

#ini_esquerda a:link, a:hover, a:active {
	color:#d8912c;
	text-decoration:none;
}
#ini_direita a:link, a:hover, a:active {
	color:#d8912c;
	text-decoration:none;
}

p {
	line-height: 18px;
}

/* DIVS */

#geral {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#topo {
	background-image: url(../img/topo_bg2.jpg);
	height: 157px;
	width: 1000px;
}

#meio {
	background-image: url(../img/meio_bg.jpg);
	width: 1000px;
}

#rodape {
	background-image: url(../img/rodape_bg3.jpg);
	height: 216px;
	width: 1000px;
}

#conteudo {
	position:relative;
	width:720px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	margin-top: -50px;
	margin-bottom: -50px;
}

#esquerda {
	width: 212px;
	float: left;
	position: relative;
}

#direita {
	width: 450px;
	float: left;
	position: relative;
	margin-left: 50px;
}

#corrigeFloat {
	clear: both;
}

#banner {
	width: 440px;
	border: 4px solid #D8912C;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 10px;
	position: relative;
}

#menu_horizontal {
	margin-top: 5px;
	width: 448px;
	margin-bottom: 6px;
}

#lojaOnline {
	background-image: url(../img/telefonista.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 15px;
}
#caixa_cliente{
	width: 170px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
#caixa_naoCliente{
	width: 190px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
#submenu{
	font-size: 12px;
	text-align: center;
}
#Produtos{
	margin-top: 5px;
}

/* TAGS */

#direita li {
	list-style-type: none;
	display: block;
	padding-right: 10px;
	padding-left: 11px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D8912C;
}

#ini_esquerda {
	float: left;
	width: 200px;
	clear: left;
}

#ini_direita {
	float: right;
	width: 210px;
	clear: right;
}

.tit_destaque {
	background-image: url(../img/tit_destaque.jpg);
	text-indent: -9000px;
	height: 23px;
	width: 210px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: -3px;
}

.tit_ofertas {
	background-image: url(../img/tit_ofertaDoDia.jpg);
	text-indent: -9000px;
	height: 23px;
	width: 210px;
	margin-bottom: 5px;
	margin-left: -3px;
}

.tit_ultimasReceitas {
	background-image: url(../img/tit_ultimasReceitas.jpg);
	text-indent: -9000px;
	height: 23px;
	width: 210px;
	margin-bottom: 5px;
	margin-left: -3px;
}

#esquerda h1 {
	height: 174px;
	width: 200px;
	margin-left: 13px;
	margin-bottom: 10px;
}

h2 {
	color: #d8912c;
	font-size: 22px;
	margin-bottom: 0px;
}

.historico {
	font-size: 20px;
	width: 212px;	
}

h3 {
	color: #d8912c;
	font-size: 18px;
	margin-bottom: 2px;
}

.h4 {
	color: #d8912c;
	font-size: 16px;
	margin-bottom: 4px;
	font-weight: normal;
}

td {
	padding: 5px;
	vertical-align: top;
}

#esquerda p {
	text-align: justify;	
}

#destaque_inicial {
	width: 197px;
	float: left;
}

#oferta_do_dia {
	width: 225px;
	float: left;
	margin-left: 22px;
	margin-bottom: 15px;
	margin-top: 10px;
}

#aprenda_online {
	margin-left: 90px;
	margin-top: -10px;
}

/* FORMS */
.input{
	border: 1px solid #D8912C;
	background-color: #EEE7B3;
	width: 250px;
	margin-bottom: 10px;
	margin-top: 2px;
}
.input_p{
	border: 1px solid #D8912C;
	background-color: #EEE7B3;
	width: 100px;
	margin-bottom: 10px;
	margin-top: 2px;
}
.input_m{
	border: 1px solid #D8912C;
	background-color: #EEE7B3;
	width: 150px;
	margin-bottom: 10px;
	margin-top: 2px;
}
.iput_data{
	border: 1px solid #D8912C;
	background-color: #EEE7B3;
	width: 50px;
}
.textArea{
	border: 1px solid #D8912C;
	background-color: #EEE7B3;
	height: 200px;
	width: 350px;
	margin-bottom: 10px;
}
.inputQuantidade {
	width: 30px;
	background-color: #EEE7B3;
	border: 1px solid #D8912C;
	text-align: center;
	margin-bottom: 5px;
}
.button{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D8912C;
	border: 1px solid #D8912C;
	cursor: pointer;
}
.btnFinalizarPedido {
	height: 25px;
	width: 105px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	text-align: center;
	background-color: #D8912C;
	margin-top: 5px;
	cursor: pointer;
}

.continuarComprando {
	margin-bottom: 5px;
	background-color: #D8912C;
	color: #FFFFFF;
	border: 1px solid #D8912C;
	width: 130px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 2px;
	text-align: center;
	cursor: pointer;
}

.paginaDePedidos {
	margin-bottom: 5px;
	background-color: #D8912C;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #D8912C;
	width: 140px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 2px;
	text-align: center;
	cursor: pointer;
}

/* CLASSES */
.corrigeFloat {
	clear: both;
}

.folha {
	margin-bottom: -5px;
}

.ini_caixa {
	clear: both;
	margin-bottom: 20px;
	padding-bottom:5px;
	padding-top: 5px;
}

.logon {
	height: 19px;
	width: 115px;
	background-image: url(../img/logon.jpg);
	margin-bottom: 8px;
	border: 1px solid #FAF6DB;
	padding-top: 2px;
	padding-left: 5px;
	color: #D8912C;
	font-weight: bold;
}

.botao {
	background-color: #D8912C;
	color: #FFFFFF;
	border: 1px solid #FAF6DB;
	margin-bottom: 10px;
	cursor: pointer;
}

.preco {
	color: #D8912C;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	text-align: center;
	margin-top: 2px;
}

.nmProduto {
	height: 37px;
	text-align: center;
	margin-top: 5px;
}

h4{
	font-size: 13px;
	line-height: -35px;
	font-weight: normal;
}

.checkbox {
	background-color: #EEE7B3;
	border: 1px solid #D8912C;
	margin-bottom: -3px;
	
}

.Produto {
	width: 108px;
	float: left;
	margin-bottom: 20px;
	margin-right: 4px;
}

.tit_td {
	color: #FFFFFF;
	font-size: 13px;
}

.quantidade_e_deletar_carrinho {
	font-size: 12px;
	background-color: #EEE7B3;
	color: #D8912C;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 1px;
	margin-bottom: 2px;
	cursor: pointer;
}
.produto_det {
	float: left;
	width: 260px;
	margin-right: 20px;
	color: #E35F13;
}
.produto_det_txt {
	float: right;
	width: 168px;
}
.produto_det_txt h2 {
	color: #E35F13;
}
.produto_det_txt h3 {
	color: #E35F13;
}
.produto_det img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
.cabecalho{
	background-image: url(../img/folha_longa.jpg);
	height: 32px;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 40px;
	font-weight: normal;
}
.quantidade{
	height: 13px;
	width: 90px;
	background-image: url(../img/mudar_quantidade.gif);
	border: 1px solid #FEFDE1;
	text-indent: -5000px;
	cursor: pointer;
}
.Vermelho{
	color: #FF0000;
	font-weight: bold;
}
.Verde{
	color: #009900;
	font-weight: bold;
}
.direita{
	text-align: right;
}
.foto_direita{
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.justificado{
	text-align: justify;
}
.img_borda_esquerda {
	float: left;
	margin-right: 8px;
}
.localizacao_end{
	width: 250px;
	float: left;
}
.localizacao_foto{
	float: left;
	width: 200px;
}
.both{
	clear:both;
}
.localizacao{
	padding-top: 10px;
	padding-bottom: 20px;
}
.destaque{
	font-weight: bold;
}
.tb_pedidos {
	border: 1px solid #D8912C;
	margin: 2px;
}
#ds_oferta {
	margin-left: 83px;
}
#caixaDesenhos {
	border: 1px solid #F1671F;
	margin-bottom: 20px;
	float: left;
	
}

