
/* ROTINA DE CSS GERAL PARA AS PÁGINAS */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

/* ROTINA QUE MONTA O CSS DOS TEXTOS DA PÁGINA */
.textos {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
}

.TextTahoma11CinzaBold {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.TextTahoma11Azul {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
}

.TextTahoma11AzulBold {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.TextTahoma11Cinza {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
}
.TextTahoma11CinzaClaro {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
}

.TextTahoma11Vermelho {
	font-family: tahoma;
	font-size: 11px;
	color: #FF0000;
}

.textoPrecoPor_bold {
	font-family: tahoma;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
}

.textoNaoDisponivel {
	font-family: tahoma;
	font-size: 12px;
	color:#999999;
	font-weight:bold;
}

.tit_DetalheProd {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}

/* ROTINA QUE MONTA O CSS DO LINK DOS PRODUTOS */
.linkProdutos:active {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.linkProdutos:link {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.linkProdutos:visited {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.linkProdutos:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

.linkProdutos_bold:active {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.linkProdutos_bold:link {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.linkProdutos_bold:visited {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.linkProdutos_bold:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

/* ROTINA QUE MONTA O CSS DO LINK DOS MENUS DE DEPARTAMENTOS */
.linkDeptos:active {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.linkDeptos:link {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.linkDeptos:visited {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.linkDeptos:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

.linkDeptos_bold:active {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.linkDeptos_bold:link {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.linkDeptos_bold:visited {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.linkDeptos_bold:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

/* ROTINA QUE MONTA O CSS DO LINK DO RODAPÉ */
.linkRodape:active {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.linkRodape:link {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.linkRodape:visited {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.linkRodape:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

.linkRodape_bold:active {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.linkRodape_bold:link {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.linkRodape_bold:visited {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.linkRodape_bold:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

/* AINDA FALTA REMOVER ESSAS CSS */
.TextArial18CinzaBold {
	font-family: arial;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.TextArial18VermelhoBold {
	font-family: arial;
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;

}
.TextTahoma11Branco {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

.TextTahoma11VermelhoBold {
	font-family: tahoma;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
}
TextTahoma11AzulClaroBold {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}

.TextTahoma11AzulClaro {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
}
.FormNomeEnderecoEmailSiteProduto {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	height: 15px;
	width: 280px;
}

.FormDescricaoBreveDescricaoSituacao {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	width: 280px;
}

.FormQuantidade {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 30px;
	text-align: center;
}

.FormNumeroEstoque {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	height: 15px;
	width: 40px;
}

.FormBotao {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	background-color: #e5e5e5;
	border: 1px solid #CCCCCC;
	height: 20px;
	width: 85px;
}

.FormBotao2 {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	background-color: #e5e5e5;
	border: 1px solid #CCCCCC;
	height: 20px;
	width: 250px;
}

.FormComplemento {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	height: 15px;
	width: 170px;
}

.FormEstado {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	height: 15px;
	width: 43px;
}

.FormCidadeBairroFuncaoCategoriaSubCategoria {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	height: 15px;
	width: 170px;
}

.FormDDD {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	height: 15px;
	width: 25px;
}

.FormTelefoneCelularCEP {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	height: 15px;
	width: 60px;
}

.FormSenha {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	height: 15px;
	width: 85px;
}

.FormPrecoFrete {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	height: 15px;
	width: 75px;
}

.FormBuscaBarraEsq {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	height: 15px;
	width: 111px;
}

.FormCPF {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	height: 15px;
	width: 85px;
}

.FormDataNascimento {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	height: 15px;
	width: 65px;
}

.FormAssunto {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	height: 15px;
	width: 150px;
}

.FormFormadePgto {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	height: 15px;
	width: 180px;
}

.FormMensagem {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	width: 280px;
}

.FormRegioes {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	width: 160px;
	
}
	
.FormIndique {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;

	width: 180px;
}
.LinkTahoma11CinzaBold:active { font-family: tahoma; font-size: 11px; color: #333333; text-decoration: none; font-weight: bold;}
.LinkTahoma11CinzaBold:link { font-family: tahoma; font-size: 11px; color: #333333; text-decoration: none; font-weight: bold;}
.LinkTahoma11CinzaBold:visited { font-family: tahoma; font-size: 11px; color: #333333; text-decoration: none; font-weight: bold;}
.LinkTahoma11CinzaBold:hover { font-family: tahoma; font-size: 11px; color: #333333; text-decoration: underline; font-weight: bold;}

.LinkTahoma11VermelhoBold:active { font-family: tahoma; font-size: 11px; color: #FF0000; text-decoration: none; font-weight: bold;}
.LinkTahoma11VermelhoBold:link { font-family: tahoma; font-size: 11px; color: #FF0000; text-decoration: none; font-weight: bold;}
.LinkTahoma11VermelhoBold:visited { font-family: tahoma; font-size: 11px; color: #FF0000; text-decoration: none; font-weight: bold;}
.LinkTahoma11VermelhoBold:hover { font-family: tahoma; font-size: 11px; color: #FF0000; text-decoration: underline; font-weight: bold;}

.LinkTahoma11AzulClaroBold:active { font-family: tahoma; font-size: 11px; color: #ffffff; text-decoration: none; font-weight: bold;}
.LinkTahoma11AzulClaroBold:link { font-family: tahoma; font-size: 11px; color: #ffffff; text-decoration: none; font-weight: bold;}
.LinkTahoma11AzulClaroBold:visited { font-family: tahoma; font-size: 11px; color: #ffffff; text-decoration: none; font-weight: bold;}
.LinkTahoma11AzulClaroBold:hover { font-family: tahoma; font-size: 11px; color: #ffffff; text-decoration: underline; font-weight: bold;}

.LinkTahoma11AzulBold:active { font-family: tahoma; font-size: 11px; color: #000000; text-decoration: none; font-weight: bold;}
.LinkTahoma11AzulBold:link { font-family: tahoma; font-size: 11px; color: #000000; text-decoration: none; font-weight: bold;}
.LinkTahoma11AzulBold:visited { font-family: tahoma; font-size: 11px; color: #000000; text-decoration: none; font-weight: bold;}
.LinkTahoma11AzulBold:hover { font-family: tahoma; font-size: 11px; color: #000000; text-decoration: underline; font-weight: bold;}

.LinkTahoma11Azul:active { font-family: tahoma; font-size: 11px; color: #000000; text-decoration: none;}
.LinkTahoma11Azul:link { font-family: tahoma; font-size: 11px; color: #000000; text-decoration: none;}
.LinkTahoma11Azul:visited { font-family: tahoma; font-size: 11px; color: #000000; text-decoration: none;}
.LinkTahoma11Azul:hover { font-family: tahoma; font-size: 11px; color: #000000; text-decoration: underline;}

.LinkTahoma11Vermelho:active { font-family: tahoma; font-size: 11px; color: #FF0000; text-decoration: none;}
.LinkTahoma11Vermelho:link { font-family: tahoma; font-size: 11px; color: #FF0000; text-decoration: none;}
.LinkTahoma11Vermelho:visited { font-family: tahoma; font-size: 11px; color: #FF0000; text-decoration: none;}
.LinkTahoma11Vermelho:hover { font-family: tahoma; font-size: 11px; color: #FF0000; text-decoration: underline;}

.LinkTahoma11Cinza:active { font-family: tahoma; font-size: 11px; color: #333333; text-decoration: none;}
.LinkTahoma11Cinza:link { font-family: tahoma; font-size: 11px; color: #333333; text-decoration: none;}
.LinkTahoma11Cinza:visited { font-family: tahoma; font-size: 11px; color: #333333; text-decoration: none;}
.LinkTahoma11Cinza:hover { font-family: tahoma; font-size: 11px; color: #333333; text-decoration: underline;}

.LinkTahoma11Branco:active { font-family: tahoma; font-size: 11px; color: #FFFFFF; text-decoration: none;}
.LinkTahoma11Branco:link { font-family: tahoma; font-size: 11px; color: #FFFFFF; text-decoration: none;}
.LinkTahoma11Branco:visited { font-family: tahoma; font-size: 11px; color: #FFFFFF; text-decoration: none;}
.LinkTahoma11Branco:hover { font-family: tahoma; font-size: 11px; color: #FFFFFF; text-decoration: underline;}
