/* --------- /stylesheets/atendimento_online.css --------- */ 
#atendimento_online_painel {
  position: fixed;
  _position:absolute;
  bottom:0px;
  _top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight-6);
  right:0px;
  margin:2px;padding:2px;
  z-index: 200;
  width: 200px;
  height: auto;
}
#atendimento_online_painel_lojista table tr td,
#atendimento_online_painel_consumidor table tr td {
  font-family: arial;
  font-size: 11px;
}
#atendimento_online_painel_consumidor {
  border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
  border-style: solid;
  border-width: 1px;
  background: buttonface;
  width: 200px;
}
#atendimento_online_painel_consumidor.online {
  display:block;
}
#atendimento_online_painel_consumidor.busy {
  display:block;
}
#atendimento_online_painel_consumidor.offline {
/*  display:none;*/
  display:block;
}

#atendimento_online_painel_lojista {
  display:block;
  border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
  border-style: solid;
  border-width: 1px;
  background: buttonface;
  width: 200px;
}
/* --------- /stylesheets/cupom.css --------- */ 
body {
  height: 100%;
}
div#cupom_capa {
  position:fixed;
  _position:absolute;
  top:0;
  left:0;
  height: 100%;
  width: 100%;
  z-index:200;
  background-color: white;
  filter:alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity:0.5;
  _height:expression(eval($('container').offsetHeight));
}
div#cupom {
  position: fixed;
  _position: absolute;
  _top:expression(eval(100+document.body.scrollTop));
  top: 100px;
  width: 500px;
  height: auto;
  padding: 10px;
  background-color: white;
  z-index:200;
  border: 3px solid gray;
  left: 50%;
  margin-left: -250px;
  text-align: center;

  color: black;
}
div#cupom h1 {
  font-size: 15px;
}
div#cupom p {
  font-size: 11px;
}
/* --------- /stylesheets/truques.css --------- */ 
textarea.textarea { display:none!important; honeypot:captcha }

div.msg-alert { background-color:red; color:white; margin:5px; padding:5px; border:1px solid white}
div.msg-info { background-color:green; color:white; margin:5px; padding:5px; border:1px solid white }
div.msg-notice { background-color:orange; color:white; margin:5px; padding:5px; border:1px solid white }
div.msg-alert a, div.msg-info a, div.msg-notice a { text-decoration:underline!important; color:white!important }

div.mensagem-de-erro { color:red }

.zoomin { cursor:url(/images/zoomin.cur), pointer; }
/*
--------------------------------------------------------------------------------  
How To Clear Floats Without Structural Markup
http://positioniseverything.net/easyclearing.html
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* --------- /themes/shopping_cangucucenter_barra_loja_fina/shopping_cangucucenter_barra_loja_fina.css --------- */ 
#shopping {
  position:absolute;
  top:0;
  left:0;
  /*
  _position:absolute;
  _top:expression(eval(document.body.scrollTop));
  */
  width:100%;
/*  height: 61px; */
  height: 24px;
    
  border:0; padding:0; margin:0;
  /*
  filter:alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity:0.8;
  */
  background-color: #DFEDE4;
  border-bottom: 1px solid #C2E3EF;

  color: black;
  z-index: 255;

  /*background-color: white;*/
  font-family: arial;
  font-size: 12px;
}

#shopping div.trilho {
  position: absolute;
  top: 0px;
  left: 5px;
  height: 24px;
  padding: 0; margin: 0;
  overflow: hidden;
}

#shopping div.trilho div.aviso {
/*  line-height: 21px; 
  vertical-align: middle;
*/
  height: 20px; line-height:20px;
  border: 0px;
  width: auto !important;
  display:none;
  position: absolute;
  top:3px;
}
#shopping div.trilho div.aviso a{
  color:#3D7F4F;
}
#shopping div.trilho div.aviso img{
  vertical-align:middle; margin-bottom:3px;
}

#shopping div.container {
  position: relative;
  border:0;padding:0;border:0;
  width:779px; height:24px;
  text-align:left;
  margin:auto;
  background-image: url(/themes/shopping_cangucucenter_barra_loja_fina/barra_loja_container_background.gif);
}

#shopping div.links {
  position: absolute;
  left:10px; top:0px;
  width:170px; height: 24px;
  padding:0; margin:0; border:0;
}
#shopping div.links a {
  position: absolute;
  left:0px; top:0px;
  width:160px; height:24px;
  padding:0; margin:0; border:0;
  background: url(/themes/shopping_cangucucenter_barra_loja_fina/shopping_links_a_background.gif) no-repeat;
  text-indent: -1000px;
  text-decoration: none; /* esconde linha azul que só aparece no fx 1.0 */
}

#shopping div.menu {
  float: right;
  border: 0; padding: 0; margin: 0;
  margin:3px 10px 0 0;
}
#shopping div.menu select {
  font-size: 11px;
  background-color: #FFFFFF;
  color: #3D7F4F;
}
#shopping table.avisos {
  position: absolute;
  top: 20px;
  left: 230px;
  width: 340px;
  height:24px;
  font-family: arial;
/*  font-weight: bold; */
  background-image: url(/themes/shopping_cangucucenter_barra_loja_fina/barra_loja_aviso_background.jpg);
  background-repeat: no-repeat;
  color: #3a3a3a;
}
#shopping table.avisos span.manutencao {
  color: red;
}
#shopping td {
  font-family: arial;
  font-size: 11px;
}
#shopping table.notice {
  background-image: url(/themes/shopping_cangucucenter_barra_loja_fina/barra_loja_aviso_notice_background.jpg);
  background-repeat: no-repeat;
  color: white;
}
#shopping table.notice span.manutencao {
  color: yellow;
}
#shopping table.info {
  color: #d96912;
  background-image: url(/themes/shopping_cangucucenter_barra_loja_fina/barra_loja_aviso_info_background.jpg);
  background-repeat: no-repeat;
}
#shopping table.info span.manutencao {
  color: red;
}
#shopping table.avisos a {
	color:  #3A3A3A;
	font-weight: normal;
}
/* --------- /themes/estande_padrao_8/estande_padrao_8.css --------- */ 
*{
  margin:0px; padding:0px;
}
body {
  margin:0; padding:0; font-size:11px; color:#333333; font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
  text-align:center;
  margin:0;  border:0; padding:0;
  width: 100%; height:auto;
  background:url(/themes/estande_padrao_8/container_background.jpg) repeat-x 0 24px;
}
#container h2 {
  width: auto;
  height: 24px; /* 61(barra) */
  font-size: 0px; text-indent: -1000px;
  border:0; margin:0; padding:0;
}
#container1{ position:absolute; left:0px; top:24px; width:50%; height:213px; background:url(/themes/estande_padrao_8/container1_background.jpg);}
#container2{ position:absolute; left:0px; top:237px; width:50%; height:714px; background:url(/themes/estande_padrao_8/container2_background.jpg);}
#container3{ position:absolute; right:0px; top:442px; width:50%; height:397px; background:url(/themes/estande_padrao_8/container3_background.jpg);}
#tema {
  text-align:left;
  position: relative;
  width:779px; height:927px;
  overflow:hidden;
  margin: 0 auto 0 auto;
  z-index:1; background:url(/themes/estande_padrao_8/container_background.jpg) repeat-x #FFFFFF;
}
#tema1 { position:absolute; left:0px; top:212px; width:2px; height:715px; background:url(/themes/estande_padrao_8/tema1_background.jpg) repeat-y;}
#tema2 { position:absolute; left:330px; top:0px; width:330px; height:250px; background:url(/themes/estande_padrao_8/tema2_background.jpg) no-repeat;}
#tema3 { position:absolute; left:2px; top:839px; width:777px; height:88px; background:url(/themes/estande_padrao_8/tema3_background.jpg) no-repeat;}

#entidade {
  position:absolute; left:0px; top:0px; width:330px; height:250px; background:url(/themes/estande_padrao_8/entidade_background.jpg) no-repeat;
}
#slogan{
  position:absolute;
  left:320px; top:85px;
  width:400px; height:auto;
  margin:0; padding:0; z-index:1;
}
#slogan h2{
  margin:0; padding:0;
  color:#D9A300; font-weight:normal;
  font-size:24px; display:block; text-indent:0;
  height:auto; text-align:center;
}
#logotipo {
  position:absolute;
  left:70px; top:22px;
  z-index:2;
}
#logotipo tr td a img {
  border: 0px;
}
#login{
  position:absolute;
  left:451px; top:876px;
  width:320px; height:45px;
  z-index:2; background:url(/themes/estande_padrao_8/login_background.jpg) no-repeat top left;
}
#login h2{
  display:none;
}
#login table{
  width:auto; height:120px;
  margin:0px; padding:0px;
}
#login table td{
  font-size:11px; color:#333333; 
  vertical-align:top; text-align:left;
  padding:20px 0 0 0;
}
#login table td a{
  color:#C92901;
}
#login form{
  margin:0 0 0 120px; padding:0px;
}
#login form input{
  width:115px; height:16px;
  margin:0 5px 4px 0; border:0;
  padding:1px; display:block; float:left; background:#FFC000;
}
#login form input.enviar{
  display:block; text-indent:-10000px; font-size:0px;
  background:url(/themes/estande_padrao_8/botao_entrar.jpg);
  width:55px;  height:19px;
  border:0; cursor:pointer; line-height:999px;
}

#apresentacao {
  position: absolute;
  left:41px; top:269px;
  width:715px; height:175px;
  overflow:auto; padding:0px;
}
#apresentacao h2{
  display:none;
}
#apresentacao div.secao{
  margin-top:6px;
}
#apresentacao div.secao h2{
  display:block; text-indent:0px; font-size:12px; font-weight:normal;
  width:auto; height:auto; background:none;
  margin:5px 0 5px 0px; padding:3px; background:#FFC000;
  font-weight: bold;
}
#apresentacao div.secao img{
  float:left; margin-right:10px; border:2px solid #FFD65A;
}
#apresentacao div.secao p{
  margin: 0.5em 0 0.5em 0;
  text-align:justify;
}
#apresentacao div.secao p a {
 color:#FFC000;
}
#apresentacao table tr td {
  font-size: 11px;
}
#destaques{
  position: absolute;
  left:32px; top:451px;
  width:555px; height:385px;
  overflow:auto; padding:0px;
}
#destaques h2{
  display:block; text-indent:0px; font-size:20px; font-weight:normal; font-family:Tahoma, Arial, "Times New Roman", sans-serif;
}
#destaques div.separador-impar { clear:both }
#destaques div.produto{
  width:260px; float:left; margin:10px 10px 0 0; color:#333333;
}
#destaques div.produto img{
  float:left; margin-right:10px;
  border:2px solid #FFD65A;
}
#destaques div.produto div.nome{
  font-weight:bold;
}
#destaques div.produto p{
  margin:4px 0 0 0; padding:0px;
  color:#333333;
}
#destaques div.produto div.consulte a{
  color:#333333;
}
#destaques div.produto div.preco{
  color:#333333; font-size:10px;
  margin-top:10px;
}
#destaques div.produto div.preco div.promocional{
  font-size:11px;
}

#contato{
  position: absolute;
  left:594px; top:451px;
  width:185px; height:364px;
  background:url(/themes/estande_padrao_8/contato_background.jpg);
}
#contato h1{
  display:block; text-indent:0px; font-size:20px; font-weight:normal; margin:0 0 4px 0;
  padding:0px; font-family:Tahoma, Arial, "Times New Roman", sans-serif;
}
#contato form{
  margin:0px;
}
#contato form label{
  display:block; float:left; width:60px; font-size:11px; 
}
#contato form input,
#contato form select,
#contato form textarea{
  width:185px; height:16px;
  border:0px; margin:5px 0 6px 0;
  color:#FFFFFF; font-size:11px;
  font-family:Tahoma, Arial, "Times New Roman", sans-serif;
  background:#333333;
}
#contato form textarea{
  overflow:auto; height:123px;
}
#contato form input.enviar{
  display:block; text-indent:-10000px; font-size:0px;
  width:52px; height:19px; border:0;
  background:url(/themes/estande_padrao_8/botao_enviar.jpg);
  cursor:pointer; line-height:999px;
  float:right; margin-right:2px;
}
#spinner_contato {
  display:block; text-indent:-10000px; font-size:0px;
  width:70px; height:21px; border:0;
  background-image: url(/images/progress.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  float:right; margin-right:20px; -margin-right:10px;
}

#rodape{
  position:absolute;
  left:26px; top:858px;
  width:425px; height:60px;
  overflow:auto; z-index:1;
}
#rodape h2{
  display:block; width:366px; height:auto;
  text-indent:0px; font-size:12px;
  color:#333333; margin:15px 0 5px 0;
}
#rodape h3{
  display:block;
  text-indent:0px; font-size:11px;
  font-weight:normal; width:auto;
  color:#333333; margin:0 0 0 0; padding:0px;
}
#rodape a{
  text-indent:0px; font-size:11px;
  color:#333333;
}
