
.rollover {
  position: relative;
  float: left;
  height: 100%;
  width: 100%;
  z-index:0;
}

.rollover:hover {
  background-image: none !important;
  background-color: transparent !important;
  cursor: pointer;
}


/* Thanks Eric Meyer for the reset css http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1.3;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

.hidden {
  display: none;
}

p {
  line-height: 1.3;
}

#container {
  position: relative;
  width: 950px;
  top: 14px;
  left: 24px;
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #6B97AC;
}

#topo {
  position: relative;
  height: 100px;
  width: 950px;
  background: transparent url(/imagens/home/topo_login_img.jpg) no-repeat right bottom;
}

#logo {
  position: absolute;
  float: left;
  top: 0px;
  left: 0px;
  width: 306px;
  /*height: 78px;*/
  height: 101px;
  background: transparent url(/imagens/home/logo3.jpg) no-repeat left top;
}

#logo a {
  position: relative;
  float: left;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

#banner_topo {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 468px;
  height: 60px;
}

#esquerda {
  position: relative;
  float: left;
  z-index: 100;
}

.menus_esquerda {
  width: 140px;
  margin-right: 20px;
}

#menu_produtos_servicos {
  background: #6B97AC url(/imagens/home/bt_produtos_servicos_lojas_1.gif) no-repeat left top;
}

#menu_lojas {
  background: #6B97AC url(/imagens/home/bt_produtos_servicos_lojas_2.gif) no-repeat left top;
}

#menu_produtos_servicos .menu_link_esquerda{
  position: relative;
  left: 87px;
  height: 39px;
  width: 53px;
}

#menu_produtos_servicos .menu_link_esquerda a {
  float: left;
  height: 100%;
  width: 100%;
}

#menu_lojas .menu_link_esquerda {
  position: relative;
  width: 81px;
  height: 39px;
}

#menu_lojas .menu_link_esquerda  a {
  float: left;
  height: 100%;
  width: 100%;
}

.menus_esquerda .menu_esquerda2 {
  padding-top: 2px;
  /*padding-bottom: 12px;*/
  clear: both;
  background: #f67f23 url(/img/blocos/bg1.gif) no-repeat;
}
.menus_esquerda .menu_esquerda {
  padding-top: 2px;
  clear: both;
  background: #6a97ac;
}

.menus_esquerda .item_menu_esquerda {
  padding-top: 7px;
  padding-bottom: 6px;
  padding-left: 10px;
  /*background: transparent url(/imagens/home/filete_coluna_esquerda.gif) no-repeat bottom center;*/
}

.menus_esquerda .main { width: 130px; margin: 0 auto; padding: 10px 5px; }
.menus_esquerda .regular { width: 130px; margin: 0 auto; padding: 7px 5px; }
.menus_esquerda .main a { font-weight: bold; background: url(/img/blocos/li.gif) no-repeat 0px 2px; padding: 0 0 0 14px;text-decoration:none; }
.menus_esquerda .regular a { background: url(/img/blocos/li02.gif) no-repeat 0px 2px; padding: 0 0 0 14px; }
.menus_esquerda .sep0 { background: #6a97ac; border-bottom: 1px dashed #89acbd; display: block; }
.menus_esquerda .sep1, .menus_esquerda .sep2 { border-bottom: 1px dashed #926e42; display: block; } /* 89acbd */
.menus_esquerda .top { padding-top: 15px; background: #6a97ac url(/img/blocos/bg-fundo.gif) no-repeat; }


.menus_esquerda .item_menu_esquerda.separador {
  padding: 0;
  height: 10px;
}

.menus_esquerda .item_menu_esquerda, .menus_esquerda a.link_menu_esquerda {
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
}

/*.menus_esquerda a.link_menu_esquerda.sugira, .menus_esquerda a.link_menu_esquerda.addfavorite {
  color: #FFFFAA; 
}*/

.menus_esquerda a.link_menu_esquerda {
  text-decoration: none;
}

.menus_esquerda a.link_menu_esquerda:hover {
  text-decoration: underline;
}

.menus_esquerda .sub_menu_esquerda {
  padding-left: 12px;
  padding-top: 20px;
  display: none;
  z-index:100;
  clear:both;

}


.menus_esquerda .item_sub_menu_esquerda {
  padding-bottom: 7px;
}

.menus_esquerda .item_sub_menu_esquerda, .menus_esquerda a.link_sub_menu_esquerda {
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #fff;
}

.menus_esquerda a.link_sub_menu_esquerda {
  text-decoration: none;
  display:block;
}

.menus_esquerda a.link_sub_menu_esquerda:hover {
  text-decoration: underline;
}

#centro {
  position: relative;
  float: left;
  z-index: 10;
  width: 556px;
}

#lojadobairro_menu_topo ul.submenu_horizontal {
  z-index: 10;
}

.lojadobairro_menu_topo {
  position: relative;
  float: left;
}

#pesquisa_newsletter {
  position: relative;
  float: left;
  clear: both;
  height: 33px;
  width: 556px;
  background: transparent url(/imagens/home/fundo_pesquisa_news.jpg) no-repeat right top;
}

#pesquisa_newsletter form {
  position: relative;
  float: left;
  top: 7px;
}

#form_pesquisa {
  left: 7px;
}

#form_newsletter {
  left: 184px;
}

#pesquisa_newsletter form div {
  position: relative;
  float: left;
}

#pesquisa_newsletter form input {
  position: relative;
  float: left;
  border: 0px;
}

#pesquisa_newsletter form .input_button {
  padding-left: 5px;
  width: 18px;
  background: transparent url(/imagens/home/bt_pesq_news_on.jpg) no-repeat top right;
}

#pesquisa_newsletter form .input_button input {
  cursor: pointer;
  background: transparent url(/imagens/home/bt_pesq_news_off.jpg) no-repeat top right;
}

.input_text {
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #999999;
  padding-left: 8px;
  padding-right: 5px;
  padding-top: 2px;
}

.div_input_pesquisa {
  width: 140px;
  background: transparent url(/imagens/home/fundo_cx_pesquisa.jpg) no-repeat top left;
}

#pesquisa {
  width: 120px;
  background: transparent;
}

.div_input_newsletter {
  width: 127px;
  background: transparent url(/imagens/home/fundo_cx_newsletter.jpg) no-repeat top left;
}

#newsletter {
  width: 107px;
  background: transparent;
}

#direita {
  position: relative;
  float: left;
  width: 234px;
  min-height: 170px;
  background: transparent url(/imagens/home/fundo_login_img.jpg) no-repeat right top;
}


#noticias {
  float: left;
  clear: both;
  width: 100%;
  padding-bottom: 10px;
}

#noticias_logo {
  position: relative;
  float: left;
  clear: both;
  background: transparent url(/imagens/home/noticias.gif) no-repeat top left;
  height: 22px;
  width: 100%;
}

#noticias_logo a {
  position: relative;
  float: left;
  left: 0px;
  top: 0px;
  width: 56px;
  height: 17px;
}

#ulnoticias {
  float: left;
  width: 100%;
  height: 120px;
}

#ulnoticias li {
  display: none;
}

* > #ulnoticias {
  min-height: 120px;
  height: auto;
}

.titulo_noticias a {
  font-family: arial, sans-serif;
  font-size: 12px;
  color: #6B97AC;
  font-weight: bold;
  text-decoration: none;
}

.intro_noticias   {
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #6B97AC;
}

.data_noticias   {
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #FE6904;
}

#banners_direita {
  float: left;
  clear: both;
}

#banners_direita  div{
  float: left;
  clear: both;
  margin-top: 10px;
  height: 60px;
}
#banners_direita  > div {
  min-height: 60px;
  height: auto;
}

#banners_direita  .banners_obrig img {
  width: 234px;  
}

/**/
#direita_info {
  position: relative;
  float: left;
  clear: both;
  width: 234px;
  height: 200px;
}

#direita_info_login {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  height: 100%;
  background: transparent url(/imagens/home/fundo_login_img_a.jpg) no-repeat top left;
}

#direita_info_logado {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  height: 100%;
  background: transparent url(/imagens/home/fundo_logado_img2_a.jpg) no-repeat top left;
}

#div_login {
  position: relative;
  float: left;
  left: 20px;
  top: 105px;
}

#div_logado {
  position: relative;
  float: left;
  clear: both;
  top: 115px;
  width: 218px;
}

#div_logado .row {
  position: relative;
  float: left;
  clear: both;
}

#div_logado_gen {
  width: 200px;
  padding-left: 15px;
}

#div_logado span {
  float: left;
  font-family: arial, sans-serif;
  color: #FDE1D3;
}

#div_logado a {
  position: relative;
  float: left;
  color: white;
  font-family: arial, sans-serif;
  font-size: 11px;
  color: white;
  text-decoration: none;
}

#div_logado a:hover {
  text-decoration: underline;
}

#div_logado_info {
  position: absolute;
  right: 0px;
  float: left;
}

#link_editar_dados {
  border-right: 1px solid white;
  padding-right: 7px;
}

#link_sair {
  padding-left: 7px;
}

#itens_no_carrinho_row {
  margin-left: 15px;
  width: 130px;
}

#encomendas_efetuadas_row {
  margin-left: 10px;
  width: 130px;
}


#imagem_cesto {
  position: absolute;
  float: left;
  left: 5px;
  bottom: 0px;
  width: 54px;
  height: 43px;
  background: transparent url(/imagens/home/bt_cesta.jpg) no-repeat top left;
}

#imagem_cesto a {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

#num_itens_carrinho {
  margin-right: 0.3em;
}

#itens_no_carrinho_row {
  margin-top: 24px;
  left: 60px;
}

#encomendas_efetuadas_row {
  margin-top: 8px;
  left: 65px;
}

#itens_no_carrinho_info {
  font-size: 14px;
}

#span_itens_carrinho {
  padding-top: 2px;
  font-size: 11px;
}

#itens_no_carrinho_row a, #itens_no_carrinho_row span {
  font-weight: bold;
}


.username_password {
  position: relative;
  width: 140px;
  height: 18px;
  background: transparent url(/imagens/home/fundo_cx_login.gif) no-repeat top left;
}

#cx_username {
  margin-bottom: 5px;
}

.username_password input {
  position: absolute;
  top: 2px;
  right: 3px;
  left: 3px;
  bottom: 2px;
  font-family: arial, sans-serif;
  background: transparent;
  font-size: 11px;
  color: #999999;
  border: 0px;
}

#bt_login {
  position: absolute;
  float: right;
  top: 0px;
  right: 0px;
  width: 41px;
  height: 42px;
  background: transparent url(/imagens/home/bt_cx_login_on.jpg) no-repeat top left;
}

#bt_login input {
  position: relative;
  float: left;
  width: 41px;
  height: 42px;
  border: 0px;
  cursor: pointer;
  background: transparent url(/imagens/home/bt_cx_login_off.jpg) no-repeat top left;
}


.recuperar_novo a {
  position: relative;
  top: 5px;
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #FDE1D3;
  text-decoration: none;
}
.aderirsite { display:block;color:#FDE1D3; font-family:arial,sans-serif; font-size:15px; font-weight:bold; left:53px; position:relative; text-decoration:none; top:-81px; }
.aderirsite a { display:block; height:18px; position:relative; top:0; width:100px; }
.aderirsite a span.esconde { display: none; }

#conteudo {
  position: relative;
  float: left;
  width: 536px;
  margin-top: 10px;
  min-height: 290px;
  z-index:0;
}

#ie6minheighthack {
  top: 0px;
  left: 0px;
  float: left;
  width: 0px;
  height: 290px;
}

#conteudo > #ie6minheighthack {
  display: none;
}

#real_conteudo {
  float: left;
}

#conteudo ul {
  list-style: disc inside;
  margin-left: 10px;
}

#conteudo ol {
  list-style: decimal inside;
  margin-left: 10px;
}

#conteudo p {
  margin-bottom: 5px;
}

#rodape {
  float: left;
  clear: both;
  margin-top: 20px;
  height: 30px;
  background: transparent url(/imagens/home/fundo_barra_azul.gif) no-repeat top left;
  width: 950px;
  z-index:0;
}

#rodape_info {
  position: relative;
  top: 6px;
  left: 6px;
  width: 98%;
  color: #FFFFFF;
  font-size: 13px;
  font-family: arial, sans-serif;
}

#rodape_info div {
  float: left;
  position: relative;
  height: 16px;
}

#tel {
  background: transparent url(/imagens/home/icon_tel.gif) no-repeat top left;
  padding-left: 43px;
  text-transform: UPPERCASE;
}

#email  {
  left: 70px;
  background: transparent url(/imagens/home/icon_mail.gif) no-repeat top left;
  padding-left: 35px;
}

#email a {
  position: relative;
  float: left;
  height: 100%;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 13px;
  font-family: arial, sans-serif;
}

#encomendas {
  background: transparent url(/imagens/home/bt_encomendas_telefone_on.gif) no-repeat top left;
  left: 40px;
  width: 138px;
  position:relative;
}

#encomendas * {
  background: transparent url(/imagens/home/bt_encomendas_telefone_off.gif) no-repeat top left;
}

#faq {
  background: transparent url(/imagens/home/bt_faqs_on.gif) no-repeat top left;
  left: 120px;
  width: 135px;
}

#faq * {
  background: transparent url(/imagens/home/bt_faqs_off.gif) no-repeat top left;
}

#seara {
  background: transparent url(/imagens/home/bt_seara_on.gif) no-repeat top left;
  left: 175px;
  width: 168px;
}

#seara * {
  background: transparent url(/imagens/home/bt_seara_off.gif) no-repeat top left;
}

#destaque {
  position: relative;
  float: left;
  clear: both;
  width: 526px;
  height: 315px;
}

#fundo_destaque_grande, #destaque_grande {
  position: absolute;
  width: 330px;
  height: 315px;
}

#fundo_destaque_grande {
  z-index: 1;
  background: transparent url(/imagens/home/destaque_grande.gif) no-repeat top left;
}

#imagem_destaque_grande {
  position: absolute;
  top: 2px;
  left: 0px;
  width: 328px;
  height: 245px;
  background: transparent;
}

#info_destaque_grande {
  position: absolute;
  top: 254px;
  left: 8px;
  width: 308px;
  height: 56px;
}

#titulo_destaque_grande {
  font-family: arial, sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
}

.descricao_destaque_grande {
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #FFD9C0;
}

#preco_destaque_grande {
  position: absolute;
  top: 0px;
  right: 0px;
  font-family: arial, sans-serif;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: bold;
}

#preco_antigo_destaque_grande {
  position: absolute;
  top: 6px;
  left: 180px;
  font-family: arial, sans-serif;
  font-size: 16px;
  color: #FFD9C0;
  text-decoration: line-through;
}

#peso_destaque_grande {
  position: absolute;
  top: 25px;
  left: 0px;
}

#embalagem_destaque_grande {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#loja_destaque_grande {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.fundo_destaque_pequeno, .destaque_pequeno {
  position: absolute;
  left: 361px;
  width: 165px;
  height: 147px;
}

.fundo_destaque_pequeno {
  z-index: 1;
  background: transparent url(/imagens/home/destaque_pequeno.gif) no-repeat top left;
}

#fundo_destaque_pequeno_1, #destaque_pequeno_1 {
  top: 0px;
}

#fundo_destaque_pequeno_2, #destaque_pequeno_2 {
  top: 168px;
}

.imagem_destaque_pequeno   {
  position: absolute;
  top: 1px;
  left: 0px;
  background: transparent;
}

.info_destaque_pequeno {
  position: absolute;
  top: 104px;
  left: 7px;
  width: 154px;
  height: 42px;
}

.titulo_destaque_pequeno {
  position: absolute;
  top: 2px;
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
}

.descricao_destaque_pequeno {
  font-family: arial, sans-serif;
  font-size: 10px;
  color: #DAE5EA;
}

.preco_destaque_pequeno {
  position: absolute;
  top: 0px;
  right: 0px;
  font-family: arial, sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
}

.peso_destaque_pequeno {
  position: absolute;
  top: 18px;
  left: 0px;
}

.embalagem_destaque_pequeno {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.loja_destaque_pequeno {
  position: absolute;
  bottom: 0px;
  right: 0px;
}


.texto_normal {
  clear: left;
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #6B97AC;
}

.texto_normal p {
  margin-bottom: 20px;
}

#loja_do_bairro_texto {
  float: left;
  width: 253px;
  margin-right: 10px;
}

#loja_do_bairro_imagem {
  position: relative;
  float: left;
  width: 254px;
  height: 298px;
}
#loja_do_bairro_imagem #image_mask {
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent url(/imagens/mascara_imagem.gif) no-repeat top left;
  width: 100%;
  height: 100%;
}


#loja_do_bairro_imagem  > img {
  width: 100%;
  height: 100%;
}

#titulo_img {
  margin-bottom: 10px;
}

#meio {
  position: relative;
  float: left;
  clear: both;
  /*
  width: 950px;
  */
  width:980px;
  z-index:100;
}

#msgs {
  position: relative;
  float: left;
  clear: both;
  width: 950px;
}

#banners_esquerda {
  position: relative;
  float: left;
  clear: left;
}

#banners_esquerda div{
  position: relative;
  float: left;
  height: 60px;
  margin-top: 10px;
}

.link {
}

#div_categoria_noticias {
  margin-top: 20px;
}

.noticia {
  margin-bottom: 10px;
}

a.titulo_categoria_noticias  {
  font-family: arial, sans-serif;
  font-size: 12px;
  color: #6B97AC;
  font-weight: bold;
  text-decoration: none;
}

.breadcrumb {
 font-family: arial, sans-serif;
 font-size: 10px;
 color: #6B97AC;
}

a {
 font-family: arial, sans-serif;
 color: #6B97AC;
}

.titulo {
  font-family: arial, sans-serif;
  font-size: 16px;
  color: #FF6600;
  font-weight: bold;
  text-decoration: none;
}

#div_noticias .titulo {
  margin-bottom: 10px;
}

#menu_produtos_servicos {
  display: block;
}

#menu_lojas {
  display: none;
}

#msgs div {
  float: left;
  clear: both;
  width: 100%;
  /*border: 1px dashed black;*/
  text-align: center;
  font-size: 12px;
  margin-bottom: 5px;
}

#msgs .msg_success {
/*  background: #77FF77;
  color: #FF3333;*/
}

#msgs .msg_success a {
/*  color: #000000;*/
}

#msgs .msg_error {
  background: #FF7777;
  color: #3333FF;
}

#msgs .msg_error a {
  color: #000000;
}

.formularioz h1{font-size:138.5%;} .formularioz h2{font-size:123.1%;} .formularioz h3{font-size:108%;} .formularioz h1, .formularioz h2, .formularioz h3{margin:1em 0;} .formularioz h1, .formularioz h2, .formularioz h3, .formularioz h4, .formularioz h5, .formularioz h6, .formularioz strong{font-weight:bold;} .formularioz abbr, .formularioz acronym{border-bottom:1px dotted #000;cursor:help;} .formularioz  em{font-style:italic;} .formularioz blockquote, .formularioz ul, .formularioz ol, .formularioz dl{margin:1em;} .formularioz ol, .formularioz ul, .formularioz dl{margin-left:2em;} .formularioz ol li{list-style:decimal outside;} .formularioz ul li{list-style:disc outside;} .formularioz dl dd{margin-left:1em;} .formularioz th, .formularioz td{padding:.5em;} .formularioz th{font-weight:bold;text-align:center;} .formularioz caption{margin-bottom:.5em;text-align:center;} .formularioz p, .formularioz fieldset, .formularioz table, .formularioz pre{margin-bottom:1em;} .formularioz input[type=text], .formularioz input[type=password], .formularioz textarea{width:12.25em;*width:11.9em;} 
.formularioz .formcol1 {
  width: 300px;
}

.formularioz table {
  width: 500px;
}
.formularioz table td {
  vertical-align: top;
}

#username_span {
  width: 100px;
  height: 15px;
  overflow: hidden;
}

.paginacao_sel, .paginacao_sel * {
  font-weight: bold !important;
  font-size: 120% !important;
}
.menu_tabs_loja{
  margin-top:20px!important;
  height:30px;
}

.botao1{
  width:150px;
  height:10px;
}

.botao2{
  position:relative;
  left:105px;
  width:150px;
  height:10px;
}

/* estabelecimentos */

a.botaoLoja:hover .botaoTabEsq, a.botaoLoja_activo:visited .botaoTabEsq, a.botaoLoja_activo:link .botaoTabEsq, .botaoLoja_activo .botaoTabEsq_activo{
  display:block;
  height:30px;
  width:10px;
  background-image: url(/img/cantoEsqTab-on.gif);
  float:left;
}

a.botaoLoja:hover .botaoTabDir, a.botaoLoja_activo:visited .botaoTabDir, a.botaoLoja_activo:link .botaoTabDir, .botaoLoja_activo .botaoTabDir_activo{
  display:block;
  height:30px;
  width:10px;
  background-image: url(/img/cantoDirTab-on.gif);
  position:relative;
  left:105px;
  top:-24px;
}

/* produtos */
a.botaoLojaProdutos:hover .botaoTabEsq2, a.botaoLojaProdutos_activo:visited .botaoTabEsq2, a.botaoLoja_activo:link .botaoTabEsq2, .botaoLojaProdutos_activo .botaoTabEsq2_activo{

  display:block;
  height:30px;
  width:10px;
  background-image: url(/img/cantoEsqTab-on.gif);
  float:left;
}

a.botaoLojaProdutos:hover .botaoTabDir2, a.botaoLojaProdutos_activo:visited .botaoTabDir2, a.botaoLojaProdutos_activo:link .botaoTabDir2, .botaoLojaProdutos_activo .botaoTabDir2_activo{
  display:block;
  height:30px;
  width:10px;
  background-image: url(/img/cantoDirTab-on.gif);
  position:relative;
  left:73px;
  top:-25px;
}


/* cantos do botao estabelecimento */

a:link .botaoTabEsq, a:visited .botaoTabEsq{
  display:block;
  height:30px;
  width:10px;
  background-image: url(/img/cantoEsqTab-off.gif);
  float:left;
}

a:link .botaoTabDir, a:visited .botaoTabDir{ 

  display:block;
  height:30px;
  width:10px;
  background-image: url(/img/cantoDirTab-off.gif);
  position:relative;
  left:105px;
  top:-24px;
}

/*cantos do botao produtos */

/* --------------------------------------------------------------------- */


/* fundo claro com com letras escuras */
.botaoLoja:hover, .botaoLoja_activo{

  background-image: url(/img/tab01-on.gif);
 width:122px;
 height:30px;
 display:block;
 position:relative;
 top:0px;
}

.botaoLojaProdutos:hover, .botaoLojaProdutos_activo{
 background-image: url(/img/tab02-on.gif);
 width:78px;
 height:30px;
 display:block;
 position:relative;
 top:-10px;
left:17px;

}

/* fundo escuro com letras claras */
.botaoLoja{
 background-image: url(/img/tab01-off.gif);
 width:122px;
 height:30px;
 display:block;
 position:relative;
 top:0px;
}

.botaoLojaProdutos{
  background-image: url(/img/tab02-off.gif);
  width:78px;
  height:30px;
  display:block;
  position:relative;
  top:-10px;
  left:17px;
  
}


/* ++++ menus ++++ */

#menu{width:140px; position:relative;}

  #menu ul{}
  
  #menu a{font-family: arial, sans-serif; color:#FFF; text-decoration:none;display:block;padding-bottom:2px;}
  
  #menu li {display:inline;}

  /* 3 opcoes principais */
  #menu ul li{display:block; padding-bottom:5px;}
    
  #menu ul li a:hover{text-decoration:underline;}
  
  /* subcategorias */
  #menu ul li ul li{display:block; width:130px; padding-top:3px; padding-bottom:3px; position:relative; top:-15px; left:-4px; z-index:100;clear:both;}
  
  #menu ul li ul li a{display:block; margin-left:2px;}
  /* pai dos produtos */
  #menu ul li ul li ul li{display:none;}
  
  #menu ul li ul li ul {
    float:left;
    position:absolute;
    top:20px;
    z-index:10;
  }
  
  #menu ul li ul li ul a{width:100%;}
  
  /* quando se da o hover, nao mostra o nivel + 2 (forçado) */
  
  #menu ul li ul li:hover ul li{display:block; position:relative; left:128px; width: 250px; background-color: #F67F23;z-index:100; clear:both; top:-17px;}
  
  #menu ul li ul li:hover ul li ul li {display:none;z-index:100;}
  /* mostra ultimo nivel */
  #menu ul li ul li ul li:hover ul li{display:block; clear:both; position:relative; top:-20px;left:251px; padding-top:3px; width:250px;z-index:100; background-color:#F67F23;}

  /* produtos */
  #menu ul li ul li ul li ul li{display:none;}
 
  
  /* cor no hover dos links */
 /* #menu ul li a:hover {background-color:#09c; color:#fff;}*/
  #menu ul li ul li:hover > a {text-decoration:underline; color:#fff;} 
  
  /* Menu das Lojas */
  
  #menuLoja {padding-top:4px; padding-bottom:2px;}
  
  #menuLoja a{font-family: arial, sans-serif; color:#FFF; font-weight:bold; text-decoration:none;}
  
  #menuLoja ul li{display:block; height:20px;}
  
  #menuLoja ul li:hover{background-color:#03416D;}
  #menuLoja ul li:hover a span{text-decoration:underline; color:#fff;}
  
  
  #menuLoja ul li ul li{display:none;}
   
  #menuLoja ul li:hover ul li{display:block;position:relative;top:-22px; left:131px;width:250px; padding-left: 5px; padding-top: 3px; padding-bottom:5px; background-color:#03416D; z-index:200;}

  #menuLoja ul li ul li:hover a{text-decoration:underline;}
  
/* ----- Caixa das Lojas ------ */

.innerbox .linha_produto{
  border-left: 1px solid #C1D0D7;
  border-right: 1px solid #C1D0D7; 
  border-top: 1px solid #C1D0D7;
  background: #F0F5F7 none repeat scroll 0 0;

}

.innerbox #ultimoProd .linha_produto{
  border-bottom: 1px solid #C1D0D7!important;
}

.innerbox .linha_produto:hover{
  background: #FFF;
}

.innerbox .navbar {
float:right;
margin-right:20px;
}
.innerbox .linha_produto .linha_produto_imagem{
  width:21%;
}
.innerbox .linha_produto .linha_produto_titulo_descricao{
  margin-top:3%;
  width:55%;
}

.innerbox .navbar *,.innerbox .navbar *:hover {
      font-family: arial, sans-serif;
      font-size: 12px;
      color: #6B97AC;
      font-weight: normal;
    }
    
    .innerbox .navbar, .innerbox .navbar * {
      margin: 0px;
      padding: 0px;
      border: 0px;
    }
    
    .innerbox .navbar *, .innerbox .navbar a, .innerbox .navbar a:hover {
      background: transparent;
      text-decoration: none;
      font-weight: normal;
    }
    
    .innerbox .navbar {
      float: right;
      margin-right: 20px;
    }
    
    /*
    .div_catalogo_topo .navbar {
      margin-top: 5px  !important;
    }
    
    .div_catalogo_rodape .navbar {
      margin-top: 0px !important;
    }   */
    
    .innerbox .navbar .paginacao_sel ,  .innerbox a.paginacao {
      margin-right: 5px;
    }
    
    .innerbox .navbar a.paginacao:hover {
      text-decoration: none;
    }

    .innerbox .navbar a.paginacao:hover {
      text-decoration: underline;
    }

.innerbox .linha_produto .linha_produto_titulo_descricao .linha_produto_titulo a span:hover{ text-decoration:underline; }
