/* -- Uso geral (Index.php e outros) --------------------------------------------------------------*/

body{
color: #002D4B;
font-family: Arial, Helvetica, sans-serif;
font-size: 62.5%;
}

body lu, li{
/* nada por enquanto*/
}

body input{
border: 1px solid #DCDCDC; /*Gainsboro*/
}

body select{
color: #363636; /*Gray21*/
border: 1px solid #DCDCDC; /*Gainsboro*/
}
body option{
color: #363636; /*Gray21*/
border: 1px solid #DCDCDC; /*Gainsboro*/
}


.wrapper{
max-width: 1200px;
margin: 0px auto;
background-color: Gainsboro;
background-position: top;
background-image: url("../imagens/banner.jpg");
background-repeat: no-repeat;
}
.topo{
width: 960px;
height: 20px;
margin: 0px auto;
}

.corpo{
clear: both;
width: 960px;
margin: 0px auto;
border: solid;
border-color: black;
border-width: 1px 1px 1px 1px ;
background: white;
font-size: 1.5em;
}

.button{
padding: 5px 0;
color: grey21;
text-decoration: none;
/*display: inline-block;
 fonte-size: 16px;*/
border: 2px solid #808080; /*Gray*/
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;	
background-color: yellow;
box-shadow: 0 8px 16px 0 rgba (0,0,0,0.2), 0 17px 50px 0 rgba (0,0,0,0.19); 
}
.button:hover{
color: grey21;
transition-duration: 0.4s;
background-color: Gold;
cursor: pointer;
/*opacity: 0.6;
 * cursor: not-aloowed*/
}

/* -- Index.php -----------------------------------------------------------------------------------*/

/* -- banner.php --------------------------------------------------------------------------------*/
.banner{
width: 960px;
height: 175px;
margin: 0 auto;
padding: 0px;
border: solid;
border-color: black;
border-width: 1px 1px 0px 1px ;
background-color: yellow;
}

.logo{
position: relative;
top: 30px;
left: 30px;
}

#BannerMenu{
	position: relative;
	left: 700px;
	width: 200px;;
}

#CarrinhoImg{
float: right;
padding-left: 10px;
}

#FavoritoImg{
float: right;
padding-left: 10px;
}

#UserImg{
float: right;
padding-left: 10px;
}

#ToolsImg{
float: right;
padding-left: 10px;
}

#UserLabel{
clear: both;
width: 100px;
margin-left: 80px
}

#pesquisa{
float: right;
position: relative;
top: 50px;
right: 180px;
height: 32px;
background-color: white;
}

#btn_ok{
	float:left;
	padding-top: 0px;
}

#busca{
	float:left;
	height: 32px;
	border-style: none;
	padding: 5px 10px 5px 10px;
}

.menu{
width: 960px;
height: 50px;
margin: 0 auto;
margin-top: -11px;
border: solid;
border-color: black;
border-width: 1px 1px 0px 1px ;
background-color:MediumBlue;
}

.pesquisar{
clear: both;
float: right;
margin: 10px 20px 0px 0px;
}


/* -- Index.php (Pagina principal) ---------------------------------------------------------------*/
.pesquisa_corpo {
width: 960px;
min-height: 500px;
margin: 0 auto;
margin-top: -11px;
border: solid;
border-color: black;
border-width: 1px 1px 0px 1px ;
background-color: white;
font-size: 1.5em;
}

.carrossel{
margin: 0 auto;
margin-top: 30px;
margin-bottom: 30px;
}

/* -- Pesquisa.php ---------------------------------------------------------------------------------*/

.pesquisa_corpo{
width: 940px; /* -2x 10px de cada padding */
padding: 10px;
}

/* -- Produto.php ---------------------------------------------------------------------------------*/

.produto_corpo{
width: 960px;
margin: 0 auto;
background-image: url("../imagens/produto_col2.png");
background-position: left top;
background-repeat: repeat-y;
border: solid;
border-color: black;
border-width: 1px 1px 0px 1px ;
background-color: white;
font-size: 1.5em;
}

/* -- Esquerda*/
.produto_esquerda{
float: left;
width: 550px;

}

.produto_imagem{
height: 400px;
}

.produto_grupo_marca{
clear: both;
width: 530px;
padding: 10px;
border: solid;
border-color: Gainsboro;
border-width: 1px 0px 0px 0px ;
}

.produto_caracteristicas{
float: none;
clear: both;
width: 530px;
padding: 10px;
min-height: 100px;
border: solid;
border-color: Gainsboro;
border-width: 1px 0px 0px 0px ;
background-color: white;
}

.produto_caracteristicas ul, li{
font-family: Arial, Helvetica, sans-serif;
font-size: 62.5%;
font-size: 1em;
}

.produto_modelo{
}



.produto_descricao{
float: left;
width: 530px;
padding: 10px;
min-height: 100px;
word-wrap: normal;
border: solid;
border-color: Gainsboro;
border-width: 1px 0px 0px 0px ;
}

/* -- Direita*/
.produto_direita{
float: right;
width: 409px;
}

.produto_titulo{
float:right;
width: 409px;
padding: 20px 0px 20px 0px;
border: solid;
border-color: Gainsboro;
border-width: 0px 0px 1px 0px ;
text-align: center;
font-size: x-large;
font: bold;
}

.produto_comprar{
margin: 10px 10px 10px 10px;
min-height: 400px;
width: 409px;
}

.produto_favorito{
float:right;
margin: 30px 20px 0px 0px;
}

.real{
clear: both;
float: left;
margin:20px 0px 0px 20px;
width: auto;
height: 50px;
}

.real p{
font-size: 30px;

}

.centavo{
float:left;
margin:40px 0px 0px 0px;
width: auto;
height: 50px;
}

.centavo p{
	font-size: 12px;
}

.produto_quantidade_titulo{
clear: both;
float: left;
padding: 20px;
}
.produto_quantidade{
float: left;
padding: 20px;
}
#ProdutoBtncomprar{
clear: both;
margin:120px 0px 0px 20px;
width: 100px;
height: 20px;
}

.meios_pgto{
width: 409px;
height:200px;
border: solid;
border-color: Gainsboro;
border-width: 1px 0px 1px 0px ;
}

.meios_pgto_titulo{
padding-top: 20px;
width: 200px;
margin: 0 auto;
}

.meios_pgto_img{
padding-top:20px;
margin: 0 auto;
width: 300px;
}

.produto_fecha{
clear: both;
}

/* -- Seletor imagens --------------------------*/
.produto_imagem_seletor{
float:left;
width: 100px;
height:400px;  
padding-top: 10px;
background-color: white;
}

.P1, .P2, .P3, .P4{
width: 80px;
height: 80px;
margin: 5px 10px 5px 10px;
border: solid;
border-color: Gainsboro;
border-width: 1px 1px 1px 1px;
background-color: white;
}

.P1_img{
width: 80px;
height: 80px;
}

.produto_imagem{
float: right;
margin: 0 auto;
width: 400px;
height:400px;  
}

.produto{
position: relative;
padding: 10px;
background-color: white;
height: 400px;
}

/* -- Verificar se esta em uso ????-------------------------------------------------*/
.principal_right{
position: relative;
float: right;
margin-top: 10px;
margin-right: 10px;
width: 48%;
background-color:white;    
}





/* -- Propaganda.php ----------------------------------------------------------------*/

.propaganda{
clear: both;
width: 960px;
height: 530px;
margin: 0px auto;
margin-top: -11px;
border: solid;
border-color: black;
border-width: 1px 1px 0px 1px;
border-top-color: Gainsboro;
background-color: white ; 
}

.primeiro_grupo, .segundo_grupo{
width: 820px;
margin: 0px auto;
font-size: 1.5em;
}

.primeiro_grupo{
margin-top: 20px;
}

.I1, .I2, .I3, .I4, .I5 {
float: left;
width: 150px;
height: 240px;
margin: 5px;
align-content: center;
border: solid;
border-color: gray;
border-width: 1px;
background-color: white;    
}
.conteudo_secundario_imagem{
margin: 0 auto;
width: 150px;
height:150px;  
}

/* -- Carrinho.php ----------------------------------------------------------------*/
#carrinho_produtos{
width: 800px;
margin: 0 auto;
margin-top: 20px;
padding: 10px;
border: solid;
border-color: Gainsboro;
border-width: 1px 1px 1px 1px;
border-radius: 10px;
/*background-color: yellow;*/
}

.carrinho_titulo, .carrinho{
width: 798px;
height: 40px;
margin: 0px auto;
padding: 20px 10px 0px 10px;
border: solid;
border-color: Gainsboro;
border-width: 0px 0px 1px 0px;
/*background-color: green; */
}
.carrinho{
border-bottom-width: 0px;
}

.t_imagem{
float: left;
width:40px;
}

.t_produto{
float: left;
width:300px;
padding-left: 10px;
}

.t_produto a{
border: none;
text-decoration: none;
COLOR:#000; 
FONT-FAMILY: verdana; 
font-style:italic;
}

.t_quantidade{
float: left;
width:90px;
}

.t_refresh{
float: left;
width:26px;
/*background-color: yellow;*/
}

.t_vlindividual{
float: left;
width: 150px;	
}

.t_excluir{
float: left;
width: 26px;
/*background-color: yellow;*/
}

.t_total{
float: right;
width: 100px;
}

.carrinho {
height: 50px;
padding: 10px 0px 10px 0px;
/*background-color: pink;*/
}

.carrinho_total_itens, .carrinho_total_itens_label, .carrinho_total_geral, .carrinho_total_geral_label{
float: right;
width: 100px;
}


.carrinho_cep, .btn_busca_cep, .btn_calcular_frete{
float: left;
width: 100px;
}

#CarrinhoBtnfecharpedido{
	float: right;
	width: 120px;
	margin: 20px 20px 0 0;
}


.carrinho_cep_label{
	float: left;
	width: 35px;
	padding-left: 10px;
}

.carrinho_cep_modalidade{
	float: left;
	width: 150px;
}

.frete, .frete_label{
float: right;
width: 100px;
}

.frete_titulo{
clear: both;
margin-left: 10px;
}

.btn_calcular_frete, .btn_fechar_pedido, .btn_busca_cep{
width: 150px;
height: 20px;
background-color: yellow;
border: solid;
border-color: Black;
border-width: 1px 1px 1px 1px ;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;	
}

.peso_total{
	clear: both;
	float:left;
	margin: 20px 0px 0px 10px;
}

/* -- Login.php ----------------------------------------------------------------*/

.login_grupo{
width: 400px;
height: 400px;
margin: 0px auto;
margin-top: 50px;
margin-bottom: 50px;
padding: 10px 10px 10px 10px;
background-color: white;
border: solid;
border-color: Gainsboro;
border-width: 1px 1px 1px 1px;
border-radius: 10px;
/*
display: flex;
align-items: center;
justify-content: center;	
*/
}

.login_label{
	clear: both;
	width: 100px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 50px; 
}

.login_msg{
	clear: both;
	width: 150px;
	margin: 0 auto;
}

.login_msg p{
	color: red;
	font-size: 0.75em;
}

.login-label p{
	font-style: bold;
}

.recuperar_senha{
clear: both;
width: 250px;
margin: 0 auto;
margin-top: 20px;
}


#LoginBtnlogin{
float: right;
width: 150px;
height: 20px;
margin: 20px 10px 20px 0px;
}

.recuperar_senha:hover , .criar_conta:hover {
cursor: pointer;
}

.criar_conta{
	float: left;
	margin: 20px 10px 20px 10px;
	
}
/* -- Cadastro.php Complemento.php ----------------------------------------------------------------*/
#CadastroWrapper{
width: 600px;
height: 400px;
margin: 0px auto;
margin-top: 50px;
margin-bottom: 50px;
padding: 10px 10px 10px 10px;
background-color: white;
border: solid;
border-color: Gainsboro;
border-width: 1px 1px 1px 1px;
border-radius: 10px;
/*
display: flex;
align-items: center;
justify-content: center;	
*/
}

.JaSouCadastrado{
	padding:10px;
}
.JaSouCadastrado a{
border: none;
text-decoration: none;
COLOR:#000; 
FONT-FAMILY: verdana; 
font-size: 0.625em;
}

#CadastroBtnenviar{
float:right;
margin:20px 20px 0px 0px;
width: 100px;
height: 20px;
}


/* -- Rodape.php ----------------------------------------------------------------*/

.rodape{
clear: both;
width: 960px;
margin: 0px auto;
margin-top: -11px;
height: 100px;
background-color: DimGray;
border: solid;
border-color: black;
border-width: 1px 1px 1px 1px;
font-size: 1.5em;
}

.endereco {
text-align: center;
}

/* --- Welcome.php -------------------------------------------------------------*/

.welcome_msg{
width: 400px;
height: 200px;
margin: 0px auto;
margin-top: 50px;
padding: 10px 10px 10px 10px;
background-color: white;
border: solid;
border-color: Gainsboro;
border-width: 1px 1px 1px 1px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
}

/*--- Confirmacao.php ------------------------------------------------------------------*/

#confirmacao_fase_pagamento{
width: 800px;
margin: 0 auto;
margin-top: 20px;
background-color: yellow;
}

#confirmacao_fase_pagamento ul {
    padding:0px;
    margin:0px;
    background-color:#EDEDED;
    list-style:none;
}

#confirmacao_fase_pagamento ul li { display: inline; }


#confirmacao_fase_pagamento ul li{
    padding: 2px 10px;
    display: inline-block;

    /* visual do link */

    background-color:#EDEDED;
    color: #333;
    text-decoration: none;
    border-bottom:3px solid #EDEDED;
}


#li_dados:hover, #li_entrega:hover, #li_carrinho:hover, #li_frete:hover, #li_pagamento:hover {
    background-color:#D6D6D6;
    color: #6D6D6D;
    cursor: pointer;
}

#ConsultandoCorreios{
width: 800px;
min-height: 320px;
margin: 0 auto;
margin-top: 20px;
margin-bottom: 20px;
padding: 10px;
border: solid;
border-color: Gainsboro;
border-width: 1px 1px 1px 1px;
border-radius: 10px;
display: block;
background-color: white;
}

#confirmacao_dados{
width: 800px;
min-height: 320px;
margin: 0 auto;
margin-top: 20px;
margin-bottom: 20px;
padding: 10px;
border: solid;
border-color: Gainsboro;
border-width: 1px 1px 1px 1px;
border-radius: 10px;
display: none;
background-color: white;
}

#confirmacao_entrega{
width: 800px;
min-height: 320px;
margin: 0 auto;
margin-top: 20px;
margin-bottom: 20px;
padding: 10px;
border: solid;
border-color: Gainsboro;
border-width: 1px 1px 1px 1px;
border-radius: 10px;
display: none;
background-color: white;
}

#confirmacao_carrinho{
width: 800px;
min-height: 320px;
margin: 0 auto;
margin-top: 20px;
margin-bottom: 20px;
padding: 10px;
border: solid;
border-color: Gainsboro;
border-width: 1px 1px 1px 1px;
border-radius: 10px;
display: none;
background-color: white;
}




#confirmacao_frete{
width: 800px;
min-height: 320px;
margin: 0 auto;
margin-top: 20px;
margin-bottom: 20px;
padding: 10px;
border: solid;
border-color: Gainsboro;
border-width: 1px 1px 1px 1px;
border-radius: 10px;
display: none;
background-color: white;
}

/*
#frete_pagseguro{
float: left;
width: 400px;
height: 100px;
background-color: yellow;
}

#frete_loggi{
float: left;
width: 400px;
height: 100px;
background-color: green;
}

*/



#frete_correios, #frete_retirar{
/*float: left;*/
margin-top: 10px;
width: 400px;
height: 100px;
background-color: white;
}

#correioslogo, #retirarlogo {
clear: both;
float: left;
}


#frete_correios_resultado, #frete_retirar_descricao{
float: left;
padding: 10px;
}

#confirmacao_pagamento{
width: 800px;
min-height: 320px;
margin: 0 auto;
margin-top: 20px;
margin-bottom: 20px;
padding: 10px;
border: solid;
border-color: Gainsboro;
border-width: 1px 1px 1px 1px;
border-radius: 10px;
display: none;
background-color: white;
}
#pagamento_pagseguro, #pagamento_itau, #pagamento_pagbank{
clear: both;
height: 100px;
margin-top: 10px;
}

#pagsegurologo, #itaulogo, #pagbanklogo {
float: left;
}

#pagamento_pagseguro_descricao, #pagamento_itau_descricao, #pagamento_pagbank_descricao{
float: left;
padding: 10px;
}

#ConfirmacaoBtndadoscompradorproximafase, #ConfirmacaoBtndadosentregaproximafase,
#ConfirmacaoBtncarrinhoproximafase, #ConfirmacaoBtnfreteproximafase{
float: right;
margin-right: 20px;
width: 100px;
height: 20px;
}

#ConfirmacaoBtnfinalizar{
float: right;
margin:-50px 20px 10px 0px;
width: 100px;
height: 20px;
/* Isto é alterado por codigo */
display: block;
}


/* --- Finalizar.php ---------------------------------------------------------------------------------------------------*/

#finalizar_pagamento{
width: 800px;
min-height: 320px;
margin: 0 auto;
margin-top: 20px;
margin-bottom: 20px;
padding: 10px;
border: solid;
border-color: Gainsboro;
border-width: 1px 1px 1px 1px;
border-radius: 10px;
display: block;
background-color: gray;
}

/*--- Cepdestino.php ---------------------------------------------------------------------------------------------------*/

#CepDestinoBtnOk{
width: 50px;
height: 20px;
margin: 0 auto;
margin-top: 20px;
}
