﻿BODY 
{
    background-color:white;
    margin:0px; 
    font:8pt Verdana;
    margin-left: 0px;
	margin-top: 00px;
	margin-right: 0px;
	margin-bottom: 0px;
    }

.LateralDireito
{
 padding-right:7px;
 padding-left:7px;
 width:150px;
 position:static;
 float:left;

}


.LateralEsquerdo
{
 padding-right:7px;
 padding-left:7px;
 width:150px;
 position:static;
 float:left;

}


.TrFotoDestaque
{
 height:170px; 
 padding:0px 0px 0px 0px;
}

.TdFotoDestaque
{
 height:170px; 
 background-image:url("../../imagem/template1/BannerDestaque.jpg");
 width:100%;
}


.Cabecalho_Logotipo 
{
    visibility:visible  ;
    margin-top:10px; 
    margin-left:15px;
}

.Cabecalho_Endereco
{
    background-color:Transparent;
    visibility:visible ;
    margin-top:0px;
    top:10px; 
    right:10px;
    margin-right:10px;
    text-align:right;
    position:absolute;

}

.Cabecalho_NomeLoja 
{
    visibility:visible ;
    margin-top:0px; 
    margin-left:0px;
    position:absolute;
}

.Cabecalho_Slogan
{
    visibility:visible ;
    margin-top:0px; 
    top:40px;
    margin-left:0px;
    position:absolute;
}

/* itens abaixo são referente as caixas de departamentos,carrinho,busca, etc.. */

.Atendimento 
{
     width:155px;
     border-spacing:0px;
     padding:0px;
     background-color:#FFFFFF;  
}

.Atendimento_Interior
{
    border-right: #d8d8d8 1px solid; 
    border-left: #d8d8d8 1px solid; 
    border-bottom: #d8d8d8 1px solid;
}


.BuscaRapida 
{
     width:155px;
     border-spacing:0px;
     padding:0px;
     background-color:#FFFFFF;  

}

.BuscaRapida_Interior
{
    border-right: #d8d8d8 1px solid; 
    border-left: #d8d8d8 1px solid; 
    border-bottom: #d8d8d8 1px solid;
}

.CarrinhoCompras 
{
     width:155px;
     border-spacing:0px;
     padding:0px;
     background-color:#FFFFFF;  
 
}

.CarrinhoCompras_Interior
{
     border-right: #d8d8d8 1px solid; 
     border-left: #d8d8d8 1px solid; 
     border-bottom: #d8d8d8 1px solid;
     
}

/* Departamentos */

	.box_top {
		background: #D8D8D8 url("../../imagem/IcSecoes.gif") no-repeat;
		color: #808080;
		height: 20px;
		width: 155px;
		margin-top:10px;
		float:left;
		position:relative;
	}
	
	.box_top h2 {
		color: black;
		background: inherit;
		padding: 4px 0 0 5px;
		margin: 0;
		font-family:Verdana;
		font-size:10px;
		text-align:center;
		
		
	}
	
	.box {
		border-left: 1px solid #D8D8D8;
		border-right: 1px solid #D8D8D8;
		padding: 0 4px 0 9px;
		margin: 0;
		width: 140px;
		color: #595959;
		background: #FFF;
	    font-size:11px;
	    font-family:Arial;
	    float:left;
	}
	
	.box_lnkVisualizarCompra A:hover
	    {
	        text-decoration:underline; 
	    }
	    
	    .box_lnkSimularFrete A:hover;
	    {
	        text-decoration:underline; 
	    }
	    

    .box A
    {
        text-decoration:none;        
    }
	
    .box A:Hover
    {
        text-decoration:underline;        
    }
    
	
	.box_bottom {
		border-top: 1px solid #D8D8D8;
		width: 155px;
		float:left;
	}
	
    .left_side { float: left; width: 150px; padding: 0px 5px 8px 7px; }

/* fim dos ajustes para departamento */ 



.Ofertas 
{
     width:155px;
     border-spacing:0px;
     padding:0px;
     background-color:#FFFFFF;  
 
}

.Ofertas_Interior
{
 border-right : #d8d8d8 1px solid; 
 border-left: #d8d8d8 1px solid; 
 border-bottom: #d8d8d8 1px solid;
}


/* O item abaixo é para modificação da página de carrinho de compras, onde os itens são exibidos */
.PaginaCarrinhoCompras
{

}

.CarrinhoComprasGeral                       {border:solid 1px gray}
.PaginaCarrinhoCompras                      {}
.PaginaCarrinhoCompras_Header               {background-color:gray; font-style:normal;color:white}


.PaginaCarrinhoCompras_LinhasAlternadas
{
 background-color:White;
}

.PaginaCarrinhoCompras_Linhas
{
 background-color:#F7F6F3;
}

.PaginaCarrinhoCompras_LinhaSelecionada
{
 background-color:#E2DED6;
}


/* modificacoes feitas hoje para nova loja com css */

* { margin:0; padding:0; }

#DivPrincipalLoja
{
  width:100%;
  margin-left:auto;
  margin-right:auto;
}

#Cabecalho {
 background-color:#BFAC60;
 padding:0px; }
 
#ColunaEsquerda { 
 float:left;
 width:155px;
 padding:8px;
}

#ColunaDireita { 
 float:right;
 width:155px;
 padding:8px;
}

#ColunaCentral { 
 margin-right:auto;
 margin-left:auto;
 padding:0px;
 vertical-align:top;
}
 
#Rodape { 
 clear:both;
 padding:0px; }

.TabelaPrincipal
{     
    text-align:left; 
    *border-collapse:collapse;
    border-spacing:0px;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    height:auto;
    background-color:white;
    padding:0px;
       }



/* Fim das modificacoes feitas hoje para nova loja com css */


#campos {border:#999999 1px solid; padding:8px; margin:5px; width:580px ; height:450}
#BarraBotoes {border:#999999 1px solid; padding:8px; margin:5px; width:580px ; height:450}
#campos B {float:left; width:114px; text-align:left; margin:5px; color:#FFFFFF}
#campos B2 {float:left; width:180px; text-align:left; margin:5px}
#campos INPUT,SELECT,TEXTBOX {float:left; margin:2px; margin-top:0}
#campos TEXTAREA{margin:2px; margin-top:0}
#grid {border:#999999 1px solid; padding:8px; margin:5px; width:580px ; height:450}


.TextTahoma11CinzaBold {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}

.TextArial18CinzaBold {
	font-family: arial;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.TextArial18VermelhoBold {
	font-family: arial;
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;

}

.TextTahoma11Cinza {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}

.TextTahoma10Cinza {
   font : 11px arial;
	color: #000;
}


.TextTahoma11Branco {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}

.TextTahoma11VermelhoBold {
	font-family: Arial;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
}


.TextTahoma11PretoBold {
	font-family: Arial;
	font-size: 11px;
	color: black;
	font-weight: bold;
}

.TextTahoma11Preto {
	font-family: Arial;
	font-size: 11px;
	color: black;
}

.TextTahoma14PretoBold {
	font-family: Arial;
	font-size: 14px;
	color: black;
	font-weight: bold;
}

.TextTahoma14VermelhoBold {
	font-family: Arial;
	font-size: 14px;
	color: red;
	font-weight: bold;
}


.TextTahoma11Vermelho {
	font-family: tahoma;
	font-size: 11px;
	color: #FF0000;
}

.TextTahoma11AzulClaroBold {
	font-family: tahoma;
	font-size: 11px;
	color: #B5D1DF;
	font-weight: bold;
}

.TextTahoma11AzulClaro {
	font-family: tahoma;
	font-size: 11px;
	color: #B5D1DF;
}

.TextTahoma11AzulBold {
	font-family: tahoma;
	font-size: 11px;
	color: #1C4E6E;
	font-weight: bold;
}

.TextTahoma11Azul {
	font-family: tahoma;
	font-size: 11px;
	color: #1C4E6E;
}

.TextTahoma11CinzaClaro {
	font-family: tahoma;
	font-size: 11px;
	color:#CCCCCC;
}

.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;
}

.FormBuscaCategoria {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	height: 21px;
	width: 148px;
}

.FormBuscaTexto {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	height: 21px;
	width: 126px;
}

.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: 200px;
}

.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:hover { font-family: tahoma; font-size: 11px; color: #333333; text-decoration: underline; font-weight: bold;}
.LinkTahoma11CinzaBold:visited { font-family: tahoma; font-size: 11px; color: #333333; text-decoration: none; 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:hover { font-family: tahoma; font-size: 11px; color: #FF0000; text-decoration: underline; font-weight: bold;}
.LinkTahoma11VermelhoBold:visited { font-family: tahoma; font-size: 11px; color: #FF0000; text-decoration: none; font-weight: bold;}

.LinkTahoma11AzulClaroBold:active { font-family: tahoma; font-size: 11px; color: #B5D1DF; text-decoration: none; font-weight: bold;}
.LinkTahoma11AzulClaroBold:link { font-family: tahoma; font-size: 11px; color: #B5D1DF; text-decoration: none; font-weight: bold;}
.LinkTahoma11AzulClaroBold:hover { font-family: tahoma; font-size: 11px; color: #B5D1DF; text-decoration: underline; font-weight: bold;}
.LinkTahoma11AzulClaroBold:visited { font-family: tahoma; font-size: 11px; color: #B5D1DF; text-decoration: none; font-weight: bold;}

.LinkTahoma11AzulBold:active { font-family: tahoma; font-size: 11px; color: #1C4E6E; text-decoration: none; font-weight: bold;}
.LinkTahoma11AzulBold:link { font-family: tahoma; font-size: 11px; color: #1C4E6E; text-decoration: none; font-weight: bold;}
.LinkTahoma11AzulBold:hover { font-family: tahoma; font-size: 11px; color: #1C4E6E; text-decoration: underline; font-weight: bold;}
.LinkTahoma11AzulBold:visited { font-family: tahoma; font-size: 11px; color: #1C4E6E; text-decoration: none; font-weight: bold;}

.LinkTahoma11Azul:active { font-family: tahoma; font-size: 11px; color: #1C4E6E; text-decoration: none;}
.LinkTahoma11Azul:link { font-family: tahoma; font-size: 11px; color: #1C4E6E; text-decoration: none;}
.LinkTahoma11Azul:hover { font-family: tahoma; font-size: 11px; color: #1C4E6E; text-decoration: underline;}
.LinkTahoma11Azul:visited { font-family: tahoma; font-size: 11px; color: #1C4E6E; text-decoration: none;}

.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:hover { font-family: tahoma; font-size: 11px; color: #FF0000; text-decoration: underline;}
.LinkTahoma11Vermelho:visited { font-family: tahoma; font-size: 11px; color: #FF0000; text-decoration: none;}

.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:hover { font-family: tahoma; font-size: 11px; color: #333333; text-decoration: underline;}
.LinkTahoma11Cinza:visited { font-family: tahoma; font-size: 11px; color: #333333; text-decoration: none;}

.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:hover { font-family: tahoma; font-size: 11px; color: #FFFFFF; text-decoration: underline;}
.LinkTahoma11Branco:visited { font-family: tahoma; font-size: 11px; color: #FFFFFF; text-decoration: none;}

input {font-family: tahoma;font-size: 11px;border: 1px solid #666666;}
select {font-family: tahoma;font-size: 11px;border: 1px solid #666666;}


#MenuSuperior 
{
 font-family:Arial;
 padding-right:10px;
 top:35px;
 color:black;
 left:0px; 
 background-color:Transparent;
 width:350px;
}

#MenuSuperior A
{
 font-family:Arial;
 padding-left:5px;
 padding-right:5px;
 text-decoration:none;
 
}

#MenuSuperior A:Hover
{
 text-decoration:underline;
}

#MenuSuperior ul
{ 
 margin-left:0px;

    }

#MenuSuperior li 
{ 
    float:left; 
    color: #FFF;
    margin:0; 
    padding:0 0 0 9px; 
    left:0px;
    }    
    
    .ContentPlace
{   
 padding:0px 5px 0px 5px;
 width:80%;
}



.TopCxCompre
{
    background-color:#808080;
    }

.TopCxFormasPagamento
{
    background-color:#808080;
    }

.index_imgProduto{margin-top:10px}
.index_trProduto{height:40px;vertical-align:top}
.index_trProduto_link{text-decoration:none;border:0px; border-width:0px}
.index_trProduto_protitulo{ font-weight:bold; font-family:Arial; font-size:11px; color:Black;}
.index_trProduto_descricao{ font-family:Arial; font-size:9px;}
.index_trProduto_preco{ font-weight:bold; font-family:Arial; font-size:11px;color:red}
.index_trProduto_imgEntregaDownload{ src:url("Imagem/btnEntregaDownload.gif");border-width:0px;}
.index_diasEntrega{Font-family:Arial; text-decoration;none;Font-Size:9pt;color:Black;}
.index_urlProduto{text-decoration:none;border:0px; border-width:0px}
.menu_parentNode{ font-weight:bold; font-family:Arial; font-size:9px; color:Black;}
.RootNodeStyle{Font-family:Arial; Font-Size:11px; font-weight:bold}

H4                  {font-size:13px; color:White; font-family:verdana; text-align:right;  margin-top:5px; margin-bottom:5px;color:gray}
.divTabela          {font-size:11px; color:black; margin:0px; padding:0px;font-family:Arial; width:130px; float:left; text-align:left;}
.divTabelaDireito   {float:left}
.comentario         {font-size:11px; color:black; font-family:Arial; text-align:left;}
input               {border:solid 1px gray; margin-bottom:2px; margin-top:2px}
hr                  {border:none;border-bottom:none;border-top:solid 1px gray;height:0px;}
input[type='radio']         {border:none;}

.produto_Aba_descricaoProduto {background-image: url('../../imagem/barraproduto.png'); background-repeat: no-repeat; height: 25px;}
.produto_Aba_DadosAdicionais  {background-image: url('../../imagem/barraproduto.png'); background-repeat: no-repeat; height: 25px;}
.produto_Aba_garantiaProduto  {background-image: url('../../imagem/barraproduto.png'); background-repeat: no-repeat; height: 25px;}
.produto_Aba_vejaTambem       {background-image: url('../../imagem/barraproduto.png'); background-repeat: no-repeat; height:25px;}

.Tb_Aba_vejaTambem          {width:100%; border-bottom:solid 1px #c4c2c2; padding:0px; border-collapse:collapse;}
.Tb_Aba_dadosAdicionais     {width:100%; border-bottom:solid 1px #c4c2c2; padding:0px; border-collapse:collapse;}
.Tb_Aba_Descricao           {width:100%; border-bottom:solid 1px #c4c2c2; padding:0px; border-collapse:collapse;}
.Tb_Aba_Garantia            {width:100%; border-bottom:solid 1px #c4c2c2; padding:0px; border-collapse:collapse;}