﻿body {
	background-color: white;
	font-family: Verdana, Arial, Georgia;
	font-size: 14px;
	color: #666666;
	background-image: url("../imgs/bgbody.png");
	background-repeat: repeat-x;
}

div#estrutura_frmcalc {
	width: 610px;
	margin: 0 auto;
	background-color: transparent;
}
div#rodape_frete {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#erros {
	color: #c92627;
	font-size: 25px;
}
div#estrutura {
/*Estrutura de outras páginas.*/
	width: 900px;
	margin: 0 auto;
	background-color: transparent;	
}
form#form-calcula-frete {
	width: 600px;
	font-size: 18px;
	background-color: transparent;
}

form#form-mostra-produto {
	clear: both;
}
fieldset,fieldset.secundario {
	width: 600px;
	border: none;
	padding-top: 20px;
	padding-left: 20px;
	background-color: transparent;
}
fieldset.secundario {
	width: 810px;
}
fieldset legend {
	display: block;
	border: none;
	color: #005A9C;
	font-size: 32px;
	text-align: center;
	margin: 0 auto;
}
div#loginbox {
	display:block;
	margin: auto auto;
	width: 450px;
}

div#corpoForm {
	width: 335px;
	height: auto;
	float: left;
}
div#imagem_prd {
	max-width: 220px;
	height: auto;
	padding-bottom: 20px;
	float: left;
	margin: 5px 5px;
}

div#imagem_prd img {
	max-width: 220px;
	max-height: 220px;
}
input#valor {
	width: 60px;
}
input#quantidade {
	width: 40px;
}
input#cepdestinatario, input#ceporigem {
	width: 100px;
}
input#valorPrd {
	width: 80px;
	background-color: #FFFFFF;
	border: none;
}
div#titulo_prd {
	font-size: 20px;
	color: #39648F;
	text-align: center;
	padding-bottom: 15px;
}
/*Relacionado à parte de busca de produtos */
table thead th {
	padding: 5px 0;
} 
table tbody td {
	padding: 5px 5px;
}
input#campoBusca {
	width: 300px;
	border: 1px solid #eeeeee;
	padding: 2px 2px;
	font-size: 16px;
}
input[type=text]{
	border: 1px solid #eeeeee;
	padding: 2px 2px;
	font-size: 16px;
}
div#AreaCodigo {
	padding: 25px 10px;
	color: green;
}
table#tabProdutos {
	display: block;
	width: 100%;
}
table#tabProdutos thead tr th{
	/*padding: 6px;*/
	/*width: auto;*/
}

table#tabProdutos td.tituloProd {
	font-weight: bold;
}

table#tabProdutos td.codLoja {
	background-color: #005A9C;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

/*table#tabProdutos tbody{
	display: block;
	height: auto;
	width: 100%;
	overflow-x: hidden;
}*/
/*Fim da parte de busca de produtos */
/*Parte da consulta por operador */
div#box-dimensoes label {
	display: block !important;
	width: 100% !important;
	position: static !important;
	text-align: left;
	padding-left: 5px;
	font-size: 10px;
}
	

/*Fim do parte */

/*Parte de edição de produtos */
div#areaImgs {
	display: block;
	width: 360px;
	float:left;
}
div#areaCampos_editar,div#areaCampos_novo {
	display: block;
	float: left;
	width:400px;
}
div.botoesAcao {
	clear: both; 
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
div.areaInputs {
	padding: 30px 0;
	width: 330px;
}
label {
	display: block; 
	float:left;
	clear: left;
	width: 190px;
	font-size: 18px;
	margin-top: 5px;
	margin-right: 5px;
	text-align: right;
}
input.campoCalc, input.camposCad, input.camposLogin, input.camposMailing, select.campoCalc { 
	font-size: 18px;
	display: block;
	text-align: left;
	margin-top: 5px;
	padding: 2px 2px;
	border: 1px solid lightgray;
	color: #c92627;
}


input.botaoCalc {
	font-size: 14px;
	display: block;
	margin: 0 5px;
	background-image: url("../imgs/bginput.png");
	border: none;
	color: #FFFFFF;
	font-weight: bolder;
	height: 25px;
	width: 200px;
}
input.botaoPadrao {
	margin: 25px 25px;
	height: 25px;
}
div.valorPrd {
	margin: 10px 0px;
}
img.imgsProds {
	clear: both;
	max-width: 220px;
	max-height: 220px;
}
img.edit_icon,a.linkEdt {
	text-decoration: none;
	border: none;
	padding: 0;
	margin: 0;
}
a.linkMenu {
	display: block;
	width: auto;
	padding: 5px 10px;
	margin: 10px 10px;
	color: #EEE;
	text-decoration: none;
	background-color: #005A9C;
	border: 1px solid #666;
	float: left;
}
a.linkMenu:hover {
	background-color: #EEE;
	color: #005A9C;
	text-decoration: none;
}
	
label.error {
	color: red;
	display: block;
	clear: both;
	width: 250px;
}

textarea.areaHTML {
	width: 150px;
	height: 150px;
	border: none;
	color: green;
}
