/* --------- /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/regiao-banner-flutuante.css --------- */ 
/* --------- /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/sitio_sitel_v2/sitio_sitel_v2.css --------- */ 
*{ 
  margin:0px; padding:0px;
}
body{
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px; color:#005551;
  background:url(/themes/sitio_sitel_v2/body_background.jpg);
}
#container {
  width:100%;
  height:auto;
  text-align:center;
  border:0; margin:0; padding:0;
}
#container h2 {
  width: 779px;
  height: 24px;
  text-indent: -1000px; font-size:0px;
  border:0; margin:0; padding:0;
}
#tema {
  position:relative;
  width:759px;
  height:630px;
  margin:auto;
  text-align: left;
  background:white;
  z-index:1;
}
#tema h2{
  display:none;
}
#tema1{
  position:absolute;
  top:0px;
  left:354px;
  width:405px;
  height:156px;
  background:url(/themes/sitio_sitel_v2/tema1_background.jpg);
}
#tema2{
  position:absolute;
  top:156px;
  left:0px;
  width:759px;
  height:34px;
  background:url(/themes/sitio_sitel_v2/tema2_background.jpg);
}
#tema3{
  position:absolute;
  top:378px;
  left:10px;
  width:180px;
  height:92px;
  background:url(/themes/sitio_sitel_v2/tema3_background.jpg);
  cursor: pointer;
}
#tema4{
  position:absolute;
  top:521px;
  left:201px;
  width:527px;
  height:10px;
  background:url(/themes/sitio_sitel_v2/miolo_background.jpg);
}

#logotipo{
  position:absolute;
  top:0px;
  left:0px;
  width:354px;
  height:156px;
  background:url(/themes/sitio_sitel_v2/logotipo_background.jpg);
}
#logotipo h2{
  position:absolute;
  display:block;
  top:8px;
  left:175px;
  width:153px;
  height:127px;
}
#logotipo h2 a{
  position:absolute;
  top:0px;
  left:0px;
  width:153px;
  height:127px;
}
#slogan, #manchetes, #noticias, #destaques{ display:none;}

#regiao-banner-publicitario { 
  position:absolute;
  top:210px;
  left:227px;
  width:468px;
  height:60px;
  background:#CCCCCC;
}
#login{
  position:absolute;
  top:156px;
  left:322px;
  width:437px;
  height:34px;
  background:url(/themes/sitio_sitel_v2/login_background.jpg);
  z-index:1;
}
#login h2{
  display:none;
}
#login table{
  width:437px;
  height:34px;
  margin:0px; padding:0px;
}
#login table td{
  font-size:11px;
  color:#333; padding-left:100px;
}
#login table td a{
  color:#005551;
}
#login form{
  margin:8px 0 0 110px;
}
#login form input{
  width:125px;
  border:1px solid #999;
  color:#333;
  padding:1px;
  margin:0 5px 0 0;
  padding-top:2px;
  float:left;
}
#login form input.enviar{
  display:block;
  text-indent:-10000px; font-size:0px;
  background:url(/themes/sitio_sitel_v2/botao_entrar.jpg);
  width:51px;
  height:21px;
  line-height:999px;
  cursor:pointer;
  border:0px; margin:0px; padding:0px;
}
#maladireta{
  position:absolute;
  top:551px;
  left:536px;
  width:223px;
  height:79px;
  background:url(/themes/sitio_sitel_v2/maladireta_background.jpg);
  z-index:1;
}
#maladireta h2{
  display:none;
}
#maladireta form{
  margin:26px 0 0 0;
}
#maladireta form input{
  width:125px;
  border:1px solid #999;
  color:#333;
  padding:1px;
  margin:0 5px 4px 0;
  padding-top:2px;
  float:left;
}
#maladireta form input.enviar{
  display:block;
  text-indent:-10000px; font-size:0px;
  background:url(/themes/sitio_sitel_v2/botao_cadastrar.jpg);
  width:66px;
  height:21px;
  line-height:999px;
  cursor:pointer;
  border:0px; margin:0px; padding:0px;
}
#spinner_mala_direta {
  display:block;
  text-indent:-10000px; font-size:0px;
  background-image: url(/images/progress.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width:66px;
  height:21px;
  line-height:999px;
  border:0px; margin:0px; padding:0px;
  float:left;
}

#menu{
  position:absolute;
  top:190px;
  left:0px;
  width:197px;
  height:168px;
  background:url(/themes/sitio_sitel_v2/menu_background.jpg);
}
#menu h2{
  display:none;
}
#menu ul,
#menu ul li{
  margin:0px; padding:0px;
  list-style:none;
}
#menu a{
  text-indent:-10000px;
  display:block;
  width:132px;
  height:23px;
  margin:0 0 4px 27px;
}
#menu a.capa{
  background:url(/themes/sitio_sitel_v2/menu_capa.jpg);
  margin-top:19px;
}
#menu a.institucional{
  background:url(/themes/sitio_sitel_v2/menu_institucional.jpg);
}
#menu a.produtos{
  background:url(/themes/sitio_sitel_v2/menu_produtos.jpg);
}
#menu a.contato{
  background:url(/themes/sitio_sitel_v2/menu_contato.jpg);
}
#menu a.noticias{
  background:url(/themes/sitio_sitel_v2/menu_noticias.jpg);
}


#apresentacao{
  position:absolute;
  top:293px;
  left:201px;
  width:527px;
  height:229px;
  background:url(/themes/sitio_sitel_v2/apresentacao_background.jpg);
  overflow:auto;
}
#apresentacao h2{
  display:block; text-indent:-10000px; font-size:0px;
  width:527px;
  height:39px;
  background:url(/themes/sitio_sitel_v2/apresentacao_h2_background.jpg);
}
#apresentacao div.secao{
  margin:6px 20px 20px 30px;
  text-align:justify;
}
#apresentacao div.secao img{
  margin:0 15px 0 0;
  border:2px solid #FFFFFF;
  float:left;
}
#apresentacao div.secao h2{
  text-indent:0px; font-size:14px; display:block;
  background:none;
  width:auto; height:auto;
}
#apresentacao a{
  color:#005551;
  text-decoration:none;
}

#rodape{
  position:absolute;
  top:551px;
  left:0px;
  width:759px;
  height:79px;
  background:url(/themes/sitio_sitel_v2/rodape_background.jpg);
}
#rodape h2{
  display:block; text-indent:0px; font-size:11px;
  margin:20px 230px 0 116px; padding:0px;
  width:auto; height:auto;
}
#rodape h3{
  margin:0 230px 0 116px;
  font-weight:normal; font-size:11px;
}
#rodape a{
  color:#005551;
}
/* --------- /themes/shopping_pelotascenter_barra_loja_fina/shopping_pelotascenter_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: #F5FAFD;
  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:#1B7DAE;
}
#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_pelotascenter_barra_loja_fina/barra_loja_container_background.gif);
}

#shopping div.links {
  position: absolute;
  left:10px; top:0px;
  width:156px; height: 24px;
  padding:0; margin:0; border:0;
}
#shopping div.links a {
  position: absolute;
  left:0px; top:0px;
  width:146px; height:24px;
  padding:0; margin:0; border:0;
  background: url(/themes/shopping_pelotascenter_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;
  color: #d96912;
}
#shopping table.avisos {
  position: absolute;
  top: 20px;
  left: 230px;
  width: 340px;
  height:24px;
  font-family: arial;
/*  font-weight: bold; */
  background-image: url(/themes/shopping_pelotascenter_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_pelotascenter_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_pelotascenter_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;
}
