@charset "iso-8859-1";
/* CSS Document */


@font-face {
    font-family: 'trade_gothic_lt_std_cnregular';
    src: url('fonts/tradegothicltstd-cn18-webfont.eot');
    src: url('fonts/tradegothicltstd-cn18-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tradegothicltstd-cn18-webfont.woff') format('woff'),
         url('fonts/tradegothicltstd-cn18-webfont.ttf') format('truetype'),
         url('fonts/tradegothicltstd-cn18-webfont.svg#trade_gothic_lt_std_cnregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html{
	height:100%;
}

body{
	height:100%;
	border-top:7px solid #946226;
}

#divTotal{
	position:relative;
	width:100%;
	min-height:100%;
}

#conteudoGeral{
	background:none;
}

h3{
	text-decoration:none;
	color:#946226;
}

/*------ Topo ------*/
.carrinhoTopo{
	padding:10px 0;
	border-bottom:1px solid #eee;
	position:relative;
	color:#777;
}

.carrinhoTopo a{
	color:#946226;
	text-decoration:none;
}

.btCarrinho{
	position:absolute;
	top:-43px;
	right:0;
	display:block;
	width:150px;
	padding:5px 40px 5px 10px;
	background:url(../img/seta-direita.png) no-repeat 95% 50% #946226;
	color:#fff !important;
	font-weight:normal;
	text-decoration:none;
	/* Fade */
	transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	-webkit-transition:all 1s;
}

.btCarrinho img{
	float:left;
	margin:2px 10px 0 0;
}

.btCarrinho:hover{
	color:#fff;
	background-color:#AF7338;
	text-decoration:none;
}

.moeda{
	position:absolute;
	bottom:10px;
	right:170px;
	height:40px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	line-height:15px;
}

.moeda a{
	display:block;
	float:left;
	line-height:20px;
	padding:0 5px;
	margin-top:5px;
	margin-right:5px;
	text-decoration:none;
	background:#94b7d0;
}

.moeda a:hover, .moeda a.ativo{
	background:#FFF;
}
/*------ Fim do Topo ------*/

/*------ Conteudo ------*/
.carrinhoConteudo{
	padding:10px 0;
	border-top:1px solid #ddd;
	width:650px;
	display:table;
}

.carrinhoConteudo a{
	color:#999;
	text-decoration:none;
}

.carrinhoConteudo a:hover{
	color:#333;
	text-decoration:none;
}
/* Vitrine */
.cadaAtividade{
	float:left;
	width:29.33%;
	margin:20px 2%;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	line-height:20px;
}

.cadaAtividade img{
	max-width:100%;
	max-height:140px;
}

.btComprar{
	display:block;
	width:100px;
	margin:5px auto;
	padding:5px 40px 5px 20px;
	background:url(../img/seta-direita.png) no-repeat 95% 50% #097F17;
	color:#fff !important;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	/* Fade */
	transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	-webkit-transition:all 1s;
}

.btComprar:hover{
	color:#fff;
	background-color:#22AA2F;
	text-decoration:none;
}
/* Fim da Vitrine */

/* Detalhes */
.detalheAtividade{
	padding:10px;
	padding-top:20px;
}

.detalheAtividade img{
	float:left;
	margin-right:10px;
	margin-top:-10px;
	margin-bottom:10px;
}

.detalheAtividade span.tituloDetalhes{
	font-size:13px;
	font-weight:bold;
}

.detalheAtividade .btComprar{
	float:right;
}

.maisInformacoes{
	padding:10px;
}

.maisInformacoes h3{
	font-size:14px;
	padding:5px 0;
	border-bottom:1px solid #fff;
}

.maisInformacoes h4{
	font-size:12px;
	padding-top:10px;
}
/* Fim dos Detalhes */

/* Login */
.carrinhoLogin{
	float:left;
	width:39.5%;
	height:160px;
	padding:10px 5%;
	border-right:1px solid #eee;
}

.carrinhoLogin form{
	width:220px;
	text-align:right;
	margin-bottom:30px;
}

.esqueci{
	float:left; 
	margin-top:10px;
	color:#333;
	width:110px; 
	text-align:left;
	text-decoration:none;
	font-size:11px;
}

.esqueci a{
	float:left;
	margin-top:10px;
	color:#333;
	width:120px; 
	text-align:left;
	text-decoration:none;
	font-size:11px;
}

.esqueci a:hover{
	float:left; 
	margin-top:10px;
	color:#999;
	width:120px; 
	text-align:left;
	text-decoration:none;
	font-size:11px;
}

.inputCarrinhoLogin{
	font-size:12px;
	line-height:15px;
	background:#FFF;
	border:1px solid #ccc;
	padding:5px 10px;
	margin-top:10px;
	width:200px;
	border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
}

.btCarrinhoLogin{
	padding:5px 30px 5px 10px;
	background:url(../img/seta-direita.png) no-repeat 95% 50% #946226;
	border:none;
	color:#fff;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	cursor:pointer;
	margin-top:10px;
	/* Fade */
	transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	-webkit-transition:all 1s;
}

.btCarrinhoLogin:hover{
	background-color:#AF7338;
	text-decoration:none;
}

.carrinhoCadastro{
	float:left;
	width:39.5%;
	height:160px;
	padding:10px 5%;
	border-left:1px solid #ddd;
}

.btCarrinhoCadastro{
	float:right;
	display:block;
	width:80px;
	margin-top:10px;
	padding:6px 30px 6px 10px;
	background:url(../img/seta-direita.png) no-repeat 95% 50% #946226;
	color:#fff !important;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	/* Fade */
	transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	-webkit-transition:all 1s;
}

.btCarrinhoCadastro:hover{
	color:#fff;
	background-color:#AF7338;
	text-decoration:none;
}
/* Fim do Login */

/* Carrinho */
.btVoltar{
	display:block;
	width:150px;
	padding:7px 10px 7px 30px;
	margin-left:10px;
	background:url(../img/seta-esquerda.png) no-repeat 5% 50% #946226;
	color:#fff !important;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	/* Fade */
	transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	-webkit-transition:all 1s;
}

.btVoltar:hover{
	color:#fff;
	background-color:#AF7338;
	text-decoration:none;
}

.tabelaCarrinho{
	margin:20px 10px;
}

.tabelaCarrinho table{
	width:100%;
	background:#FFF;
	
}

.tabelaCarrinho th, .tabelaCarrinho td{
	padding:10px;
}

.tabelaCarrinho th, .tabelaCarrinho tr.linhaFinal{
	background:#946226;
	font-weight:bold;
	color:#FFF;
}

.tabelaCarrinho td{
	border-top:1px solid #dedede;
}

.tabelaCarrinho td span{
	color:#f00;
}

.btComprarCarrinho{
	display:block;
	float:right;
	width:150px;
	padding:7px 30px 7px 10px;
	margin-right:10px;
	background:url(../img/seta-direita.png) no-repeat 95% 50% #097F17;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	/* Fade */
	transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	-webkit-transition:all 1s;
}

.btComprarCarrinho:hover{
	color:#fff;
	background-color:#22AA2F;
	text-decoration:none;
}

.btRepetirDados{
	cursor:pointer;
	display:block;
	width:150px;
	padding:7px 30px 7px 10px;
	margin-right:10px;
	background:url(../img/seta-direita.png) no-repeat 95% 50% #097F17;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	/* Fade */
	transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	-webkit-transition:all 1s;
}

.btRepetirDados:hover{
	color:#fff;
	background-color:#22AA2F;
	text-decoration:none;
}
/* Fim do Carrinho */

/*------ Fim do Conteudo ------*/

/*-- luiza --*/
.clear{
	clear:both;
}

.divsConta{
	width:630px;
	background-color:#ffa94f;
	padding:10px;
	border-top:1px solid #e67500;
	margin-top:10px;
	margin-bottom:20px;
}

.tituloDados{
	font-family:trade_gothic_light, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 2px;
	margin: 0;
	margin-bottom: 10px;
	color: #333;
	text-transform: uppercase;
}

.tdEsq{
	width:100px;
	font-weight:bold;
	text-align:left;
	padding:5px;
}

.tdDir{
	width:500px;
	text-align:left;
	padding:5px;
}

.btEditar{
	margin-top:-10px;
	width:60px;
	display:block;
	padding:5px 40px 5px 10px;
	background:url(../img/seta-direita.png) no-repeat 95% 50% #804236;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	/* Fade */
	transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	-webkit-transition:all 1s;
}

.btEditar img{
	float:left;
	margin:2px 10px 0 0;
}

.btEditar:hover{
	color:#fff;
	background-color:#ab4000;
	text-decoration:none;
}

.btVoltar2{
	margin-top:-10px;
	width:60px;
	display:block;
	padding:5px 40px 5px 10px;
	background:url(../img/seta-esquerda.png) no-repeat 95% 50% #804236;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	/* Fade */
	transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	-webkit-transition:all 1s;
}

.btVoltar2 img{
	float:left;
	margin:2px 10px 0 0;
}

.btVoltar2:hover{
	color:#fff;
	background-color:#ab4000;
	text-decoration:none;
}

.tabelaPedidos{
	width:650px;
	margin-top:10px;
	margin-bottom:20px;
	border:1px solid #999;
}

.tabelaPedidos th{
	background: #804236;
	font-weight: bold;
	padding:5px;
	color: white;
}

.tr1{
	background-color:white;
}

.tr2{
	background-color:#dbdbdb;
}

.tabelaPedidos td{
	padding:5px;
}

.td4{
	padding:5px;
	font-weight:bold;
	color:#006600;
}

u{
	text-decoration:none;
}
.td4 a{
	color:red;
	font-weight:normal;
	text-decoration:none !important;
}

.td4 a:hover{
	color:#333;
}


#principalCarrinho{
	margin:10px auto 0 auto;
	padding-bottom:200px;
	width:700px;
	display:table;
	border:0px solid red;
	border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
}

.boxTopo{
	height:220px;
	padding-top:20px; 
}

.voltarSite{
	width:700px; color:#946226;
	margin:0 auto; font-family: 'trade_gothic_lt_std_cnregular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
}

.voltarSite a{
	text-decoration:none; 
	color:#946226;	
	/* Fade */
	transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	-webkit-transition:all 1s;
}

.voltarSite a:hover{
	text-decoration:none; 
	color:#624119;	
}

.tituloCarrinho{
	font-family: 'trade_gothic_lt_std_cnregular', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color:#946226;
}

#conteudoCarrinho{
	margin:0;
	padding:25px;
	background:#fff;
	border:1px solid #f1f1f1;
}

.holderTopo{
	width:960px;
	margin:0 auto;
	border:0px solid black;
}

.logo{
	margin-top:2px;
	float:left;
}

.bandCarrinho{
	position:absolute;
	top:137px;
	right:50%;
	margin-right:-350px;
	background:#5b9dcb;
	padding:3px 5px 3px 5px;
	border-radius:5px 5px 0 0;
}

.bandCarrinho img{
	width:25px;
	margin:3px;
}

.rodapeCarrinho{
	position:absolute;
	bottom:40px;
	left:50%;
	margin-left:-350px;
	text-align:left;
	width:700px;
	height:120px;
	text-align:center;
	border-top:2px solid #777;
}

.rodapeJalan{
	position:absolute;
	bottom:0;
	width:100%;
}
/*-- luiza --*/

/* Tabelas */
.tabelasGerais{
	background:#fff;
	vertical-align:middle;
}

.tabelasGerais th, .tabelasGerais td{
	border:1px solid #999;
	padding:8px 5px;
	text-align:center;
}

.tabelasGerais th{
	background:#804236;
	font-weight:bold;
	color:#fff;
}

.tabelasGerais tr:nth-child(odd){
	background:#ededed;
}

.tabelasGerais th:first-child, .tabelasGerais td:first-child{
	font-weight:bold;
}


/* Formulario de inscrição */
.tabelaDadosInscricao{
	margin-top:-20px;
}

.tabelaDadosInscricao h3{
	margin:35px 20px 15px;
}

.txtFormInscricao{
	width:200px;
	height:20px;
	padding:10px 5px;
	text-align:right;
	vertical-align:top;
}

.tdInputFormInscricao{
	padding:5px; 
}

.inputFormInscricao, .textAreaFormInscricao{
	width:400px;
	height:18px;
	line-height:18px;
	padding:5px;
	border:1px solid #ccc;
}

.textAreaFormInscricao{
	height:150px;
}

.divSelect{
	display:table;
	border:1px solid #ccc;
}

.selectFormInscricao{
	max-width:400px;
}

.obsInscricao{
	margin:10px;
	padding:0 10px;
	background:#FAFADD;
	border:1px solid #946226;
}

.obsInscricao h3, .obsInscricao p{
	margin:10px 0;
}