/* --------- /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/vitrine_cgmsistemas/vitrine_cgmsistemas.css --------- */ 
body {
  margin:0;  padding:0;font-size:11px; color:#0065B3; font-family:Arial, Helvetica, sans-serif;
  background:#0083D9;
}

#container {
  text-align:center;
  margin:0;  border:0; padding:0;
  padding:0;
  width: 100%;
  height:auto;
}
#container h2 {
  width: auto;
  height: 24px; /* 61(barra) */
  font-size: 0px; text-indent: -1000px;
  border:0; margin:0; padding:0;
}
#tema {
  text-align:left;
  position: relative;
  width:779px;
  height:826px;
  overflow:hidden;
  margin: 0 auto 0 auto;
  z-index:1;
  background:url(/themes/vitrine_cgmsistemas/tema_background.jpg) repeat-y right #EFF9FC;
}
#tema1{
  position: absolute;
  left:371px; top:0px;
  width:400px;
  height:53px;
  background:url(/themes/vitrine_cgmsistemas/tema1_background.jpg);
}
#logotipo{
  position: absolute;
  top:0px;
  left:0px;
  width:371px;
  height:185px;
  background:url(/themes/vitrine_cgmsistemas/logotipo_background.jpg);
}
#logotipo h2 {
  display:block;
  position:absolute;
  left:21px; top:25px;
  width:330px; height:150px;
  text-indent:-10000px;
}
#logotipo h2 a{
  position:absolute;
  left:0px; top:0px;
  width:330px; height:150px;
}
#slogan{
  position:absolute;
  top:178px;
  left:100px;
  width:220px;
  height:20px;
  margin:0; padding:0;
  z-index:2;
}
#slogan h2{
  margin:0; width:220px;
  color:#0065B3; text-align:center;
  font-weight:bold; font-size:12px;
  display:block; text-indent:0;
}

#apresentacao {
  position: absolute;
  left:360px; top:53px;
  width:397px; height:326px;
  padding:0px; overflow:hidden;
  text-align:justify;
  background:url(/themes/vitrine_cgmsistemas/apresentacao_background.jpg) repeat-x #DFF3F9;
}
#apresentacao h2{
  background:url(/themes/vitrine_cgmsistemas/apresentacao_h2_backgorund.jpg);
  text-indent:-10000px; font-size:0; display:block;
  margin:0 0 0 20px; padding:0; border:0;
  width:97px; height:51px;
}
#apresentacao div.secao{
  margin:0 0 0 20px; padding:0; border:0;
}
#apresentacao div.secao img{
  margin:0 5px 0 0; padding:0;
  float:left; border:5px solid #FFFFFF;
}
#apresentacao div.secao h2{
  background:none;
  text-indent:0px; font-size:11px; display:block;
  margin:15px 0 0 0; padding:0; border:0;
  color:#0065B3;
  font-weight:bold;
  width:auto; height:auto;
}

#destaques{
  position: absolute;
  left:0px; top:333px;
  width:360px; height:425px;
  padding:0px;
  overflow:auto;
  background:url(/themes/vitrine_cgmsistemas/destaques_background.jpg) repeat-x;
}
#destaques h2{
  background:url(/themes/vitrine_cgmsistemas/destaques_h2_background.jpg);
  margin:0 0 0 34px; padding:0;
  text-indent:-1000px; font-size:0px;
  display:block; width:106px; height:45px;
}
#destaques div.produto{
  width:314px;
  height: auto;
  margin:0 0 0 34px;
}
#destaques div.produto img{
  float:left; border:5px solid #FFFFFF; margin-right:5px;
}
#destaques div.produto div.nome{
  font-weight:bold;
  font-size:11px;
  color:#0065B3;
}
#destaques div.produto p{
  margin:6px 0 6px 0;
  color:#0065B3;
}
#destaques div.produto div.consulte{
  display:none;
}
#destaques div.produto div.preco{
  font-size:10px; 
}
#destaques div.produto div.preco div.promocional{
  font-size:11px; font-weight:bold; 
}

#contato{
  position:absolute;
  left:360px; top:379px;
  width:411px; height:379px;
  background:url(/themes/vitrine_cgmsistemas/contato_background.jpg) no-repeat left;
}
#contato h1{
  background:url(/themes/vitrine_cgmsistemas/contato_h1_background.jpg);
  text-indent:-10000px; font-size:0; display:block;
  margin:40px 0 0 40px; padding:0; border:0;
  width:86px; height:34px;
}
#contato form{
  margin:15px 51px 0 40px;
  width:auto;
}
#contato form label{
  display:block; float:left; width:71px; text-align:right;
  font-size:12px; font-weight:bold; margin:4px 8px 0 0;
}
#contato form input,
#contato form select,
#contato form textarea{
  width:230px; 
  border:2px solid #0065B3;
  background:#FFFFFF;
  font-size:11px;
  color:#0065B3;
  font-family:Arial, Helvetica, sans-serif;
  margin:0 0 6px 0; color:#333333;
}
#contato form textarea{
  height:100px;
  overflow:auto;
}
#contato form input.enviar{
  width:51px; height:20px;
  background:url(/themes/vitrine_cgmsistemas/botao_enviar.jpg);
  text-indent:-1000px; font-size:0px;
  line-height:999px; cursor:pointer; float:right; border:0;
}
#spinner_contato {
  width:60px;
  height:18px;
  background-image:url(/images/progress.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-indent:-1000px; font-size:0px;
  line-height:999px;
  float:right;
  border:0;
}

#login{
  position:absolute;
  left:452px; top:772px;
  width:323px; height:50px;
  background:url(/themes/vitrine_cgmsistemas/login_background.jpg) no-repeat left;
  z-index:1;
}
#login.autenticado table {
  margin:0; padding:0; border:0;
  position: absolute;
  left:136px; top:0px;
  width:197px; height:50px;
}
#login.autenticado table tr td {
  margin:0; padding:0; border:0;
  font-size: 11px;
  text-align:center; vertical-align:top;
}
#login.autenticado a{
  color:#0065B3;
}
#login h2{
  display:none;
}
#login form{
  margin:3px 0 0 136px;
}
#login form input {
  width:126px;  
  border:0px; margin:0 0 4px 0; padding:1px 0 2px 0;
  border:0px; background:#006EC1; 
  color:#FFFFFF; float:left; font-size:11px;
}
#login form input.enviar {
  text-indent: -1000px;
  background:url(/themes/vitrine_cgmsistemas/botao_entrar.jpg);
  width:53px; height:19px;
  line-height: 9999px;  /* hack pro IE mover o texto para fora do botao */
  cursor: pointer;
  border:0; margin:0 0 0 5px;
}

#maladireta{
  position: absolute;
  left:0px; top:185px;
  width:360px; height:148px;
  background:url(/themes/vitrine_cgmsistemas/maladireta_background.jpg);
}
#maladireta h2{
  display:none;
}
#maladireta form{
  margin:72px 0 0 86px;
}
#maladireta form input{
  width:136px;  
  border:0px; margin:0 0 4px 0; padding:1px 0 2px 0;
  background:#006EC1;
  color:#FFFFFF; font-size:11px;
}
#maladireta form input.enviar{
  text-indent: -1000px;
  background:url(/themes/vitrine_cgmsistemas/botao_cadastrar.jpg);
  width:67px; height:19px;
  line-height: 9999px;  /* hack pro IE mover o texto para fora do botao */
  cursor: pointer;
  border:0; margin:0 0 0 5px;
}
#spinner_mala_direta {
  width:80px;
  height:18px;
  background-image: url(/images/progress.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-indent:-1000px; font-size:0px;
  line-height:999px;
  float:right;
  border:0;
}

#rodape{
  position:absolute;
  left:0; top:758px;
  width:779px; height:68px;
  text-align:left;
  background:url(/themes/vitrine_cgmsistemas/rodape_background.jpg);
}
#rodape h2{
  display:block;
  height:auto;
  text-indent:0;
  font-size:12px;
  color:#0065B3;
  margin:8px 0 0 10px; padding:0;
}
#rodape h3 {
  font-size:11px;
  color:#0065B3;
  font-weight:normal;
  line-height:100%;
  margin:3px 10px 0 10px; padding:0;
}
#rodape a{
  color:#0065B3;
  font-size:11px;
}
/* --------- /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;
}
