/**
  * CONFIGURACAO DE LAYOUT E CORES
  ********************************
  *
  * @descricao: Altera padroes da fonte, borda, cores, tipo e imagem exibidos no e-commerce
  * @tecnolgia: Cascading Style Sheets - CSS
  * @autor: Copyright 2009 - Inteligencia - www.intelicommerce.com.br
  * @termos: Ao alterar este script o estara fazendo por sua conta e risco
  * @info: IMPORTANTE Nao use caracter especial neste arquivo
  *
  */
  
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/  
  
/**
  * EXEMPLOS - INFORMACAO E PARAMETROS 
  ************************************
  *
  font-size: 11px;                                @info: Tamanho da fonte em pixel @param: Quaquer inteiro positivo e sufixo px. Ex: 11px                                        
  text-transform: uppercase;                      @info: Fonte em maiusculo ou minusculo @param: capitalize | inherit | lowercase | none | uppercase 
  text-decoration: none;                          @info: Adorno ou tracejado da fonte @param:  blink | inherit | line-through | none | overline | underline 
  color: #C11717;                                 @info: Cor da fonte @param: Qualquer cor no padrao RGB - Hexadecimal
  font-weight: bold;                              @info: Espessura da fonte @param: bold | bolder | inherit | lighter | normal 
  border: 1px solid #E6E6E6;                      @info: Estilo da borda - Define a espessura o tracejado e a cor @param: none
  font-style: normal;                             @info: Estilo da fonte - inclinacao @param: inherit | italic | normal | oblique
  margin: 5px;                                    @info: Margem externa do elemento  @param: Quaquer inteiro e sufixo px. Ex: 5px   
  padding: 0px;                                   @info: Espacamento interno do elemento @info: Quaquer inteiro positivo e sufixo px. Ex: 0px 
  background: url(../images/arrow.png) no-repeat; @info: Imagem de fundo @param: URL relativa a imagem 
  *
  */
  
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/  

/**
  * MODULO CATEGORIA DOS PRODUTOS - MENU & SUBMENU
  ************************************************
  *
  */
  
  
/* *** @info: Define a largura do site */    
.body-page {
 
  /*max-width: 1254px;*/
  min-width: 996px;

  /*
    width: 996px; */
} 
.body {
margin:0 !important;
}
  
/* *** @info: Menu Categoria normal - antes de ser ativado ou passar o mouse */  
div.module a.mainlevel {                                              
  font-size: 11px;                                                    
  text-transform: uppercase;                                          
  text-decoration: none;                                              
  color: #43437A;                                                 
  font-weight: bold;                                                  
  border: none;                                                       
  border-top: 1px solid #E6E6E6;                                      
  /* background: url(../images/arrow.png) no-repeat 155px; */   
  background: none;             
}

/* *** @info: Menu ao passar o mouse */
div.module a.mainlevel:hover, a.mainlevel:active, a.mainlevel:focus { 
  /* background: url(../images/arrow.png) no-repeat 155px 9px; */   
  
  background: none;        
  text-decoration: underline;                                         
  color: #C11717;                                                     
}

/* *** @info: Menu categoria quando selecionado - Clicado */
a#active_menu {                                                       
  /* background: url(../images/arrow.png) no-repeat 155px 10px;*/   
  background: none;       
  font-style: normal;                                                 
  font-weight: bold;                                                  
  /* color: #C11717; */                                               
  text-decoration: underline;                                         
  /* margin-left: -5px; */                                            
}

/* *** @info: Menu subcategoria quando selecionado - Clicado */
a#active_submenu {                                                    
  /* background: url(../images/icon-arrow2.gif) no-repeat 0px;*/  
  
         
  font-style: inherit;                                                
  font-weight: normal;                                                
  text-decoration: underline;                                         
  color: #ff0000;                                          
  margin-left: -5px;                                                  
 
}

/* *** @info: SubMenu / subcategoria quando existente */
div.module a.sublevel {                                               
  font-size: 11px;                                                    
  text-transform: capitalize;                                         
  background: url(../images/icon-arrow2.gif) no-repeat 0px;           
  font-style: normal;                                                 
  font-weight: normal;                                                
  color: #696969;                                                     
  margin-left: -5px;                                                  
  padding: 0px;                                                       
}

/* *** @info: Menu categorias de produdos quando utilizado como imagem */
.cat_img {
  border: 1px solid #ccc;
 
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/  

/**
  * MODULOS EM GERAL
  ******************
  *
  */
  
/* *** @info: Modulo em geral, que nao estejam predefinidos */  
.module {                                                             
  margin-bottom: 5px;
  color: #4B4B4B;                                                      
}


.module_noborder {                                                             
  /* margin: 0px; */
  border:none;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/  

/**
  * ICONES
  ********
  *
  */
  
/* *** @info: Icone ao lado de cada rotulo da pagina */  
h3 {                                                                   
	background: url(../images/labelcart.png) no-repeat 0px 16px;
	padding-top: 20px;
  padding-left: 15px;
  text-indent: 8px;
  color: #4678A2;
  font-size: 12px;
  font-weight: bold;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/  

/**
  * LINKS
  *******
  *
  */

/* *** @info: Cor de Links em geral */
#vmMainPage a, .pathway a, div.moduletable a, .module a, .sectiontableentry1 a, .sectiontableentry2 a, .browseProductTitle a, .vmRecentDetail a  {
	color: #990099;                                                       
}

/* *** @info: Cor de Links em geral quando se passa o mouse */
#vmMainPage a:hover, .pathway a:hover, div.moduletable a:hover, .module a:hover, .sectiontableentry1 a:hover, .sectiontableentry2 a:hover, .browseProductTitle a:hover, .vmRecentDetail a:hover  {
	color: #666;                                                       
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/  

/**
  * SLIDSHOW - TOPO
  *
  */  
  
/* *** @info: Cor do titulo - Coluna direita do slideshow */ 
.gk_ni_6_tab h4 {	
	font-size: 9px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	color:#FF5500;
}

/* *** @info: Cor do titulo quando ativado - Coluna direita do slideshow */
.gk_ni_6_tab_active h4{	
	font-size: 9px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	color:#FFD42A;
}

/* *** @info: Cor do texto abaixo do titulo - Coluna direita do slideshow */
.gk_ni_6_tab p { 
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	color:#999;
}  

/* *** @info: Cor do texto abaixo do titulo quando ativado - Coluna direita do slideshow */
.gk_ni_6_tab_active p{ 
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	color:#ffffff;
}  

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/ 

/**
  * MENU TODAS AS CATEGORIAS - TOPO
  *
  */  

/* @info: Tamanho do quadro que lista os menus de todas as categorias */
.catAll_box {
  background:#000;
  height:200px;
  min-width:387px;
}  

/* @info: Cor da borda do quadro que lista os menus de todas as categorias */
#header #mainNavigation #showAll #allCategories #theDiv {
  border: 3px solid #9d0a0e;
}

/* @info: Borda da coluna interna que divide as categorias e cor do texto execeto links */
#header #mainNavigation #showAll #allCategories #theDiv .colcat {
  border-right:1px #ff0000 solid;
  color: #3C3C3C; 
}

/* @info: Cor do link das categorias */
#header #mainNavigation #showAll #allCategories #theDiv .colcat a {
  color:#E71212;
  text-decoration:none;
}

/* @info: Cor do link das categorias quando se passa o mouse */
#header #mainNavigation #showAll #allCategories #theDiv .colcat a:hover {
  color:#000;
  text-decoration: underline;
}



/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/  


/**
  * MENU RODAPE - Texto e Link
  ****************************
  *
  */

/* *** @info: Cor do texto do rodape do site */  


#page-footer .menuhorizontal {
	padding: 0px;  
	border: none;
	color:#fff;
}
#page-footer .menuhorizontal a, #page-footer .menuhorizontal a:link {
  color:#fff;
}



/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/ 


/**
  * LOGIN - TOPO DO SITE - TEMPLATE intelicommerce-Page 
  *****************************************************
  *
  */

/* *** @info: Cor do texto da caixa de login no topo do site */  

.login {
  color: #fff;
}

/* *** @info: Cor do link abaixo da caixa de login no topo do site */  
#headermodule a, #headermodule a:hover {
  color: #ffff00;
}

/* *** @info: Cor do texto LEMBRAR - checkbox */  
.remember {
  color: #000;
}



/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/ 


/**
  * COR TEXTO COMPRE TAMBEM PELO TELEFONE - TOPO DO SITE - TEMPLATE intelicommerce-America 
  *****************************************************
  *
  */

#header #tel span.telTelevendas {
  color:#333;
}
#Slide {
margin:0 auto !important;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/ 

/**
  * FUNDO DO TITULO DE TODOS OS MODULOS
  *
  */  

#middle div.module h3 {     
	/* background: url(../images/left_module_header2.png) 0 0 no-repeat;  
  color:#5A5A5A;  */
}



/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/ 

/**
  * KIT PERSONALIZACAO - ilhastore
  *
  */  
  
/*  
  
div#header, div.header-b, div.header-bl, div.header-br {
  background-image: none;
  background:none;  
} 

div#page-body {
   background-image: none;
	 background:#fff;
}

div.wrapper-tl {
   background-image: none;
	 background:none;
}

div.wrapper-tr {
   background-image: none;
	 background:none;
}


div#middle {
  padding-left:10px;
  padding-right:10px;
}

div#page-footer {
   background-image: none;
	 background:none;
}

div#footer a.anchor {
   background-image: none;
	 background:none;
}

*/


/**
  * CAMPO E BOTAO DE BUSCA - PESQUISA 
  *
  */  

.button_ok {
	padding: 0 0 0px;
	width: 22px;
	height: 17px;
	background: url(../images/bt-ok.gif) no-repeat top;
	border: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	cursor: pointer;
}

.button_ok:hover, .button_ok:active {
	background: url(../images/bt-ok2.gif) no-repeat top;
	color: ;
}

/**
  * *** PRECO DO PRODUTO A VISTA NA TELA DE DETALHES
  */
  .productPrice {
    color: #FF552A;
    font-size: 14px;
  }
  
/**
  * *** PRECO DO PRODUTO A PARCELADO NA TELA DE DETALHES
  */
  .productPrice2 {
    color: #1E1E1E;
    font-size: 11px;
    font-weight: bold;
  }  
  

/* BOTAO NOTIFICAR - QUANDO NAO EXISTE O PRODUTO 
.notify_button {
	background: url(../images/botao_notificar.gif) no-repeat bottom;
	color: #FFFFFF;
}
*/

/** KIT LOJA TRIUNFO */
/*
.logo-alternativo {
  background: url(../images/mascote-triunfo.png) no-repeat;
	position: absolute;
	z-index: 15;
	top: 0px;
	right: 0px;
	width: 81px;
  height: 115px;  
  padding-left:10px;

}
*/

/* MENSAGEM EXIBIDA QUANDO PRODUTOS TEM METODOS DE PAGAMENTOS DIFERENTES */
.box-msg-pgto-dif {
   border: 1px dashed #C3C3C3;
   padding: 10px;
   padding-bottom: 0px;
}

.msg-pgto-dif {
  font-size: 11px;
  color: #000  
}

.obs-msg-pgto-dif {
  font-size: 12px;
  color: #FF7F00
}

.list-pgto-dif {
  font-size: 11px;
  color: #000  
}

/* TABELA QUE LISTA PRODUTOS DO CARRINHO DE COMPRAS */
#table-cart {
  border-spacing: 0px;
 
}

#table-cart td {
  background: #fff;
  padding: 5px; 
  border-bottom: 1px solid #D6D6D6;
}

#table-noborder td {
  border: none;
  font-size: 11px;
}

#table-cart td.lastline {
  background: #fff;
  padding: 3px; 
  border-bottom: 0px;
  font-size: 11px;
}

#table-cart .sectiontableheader {
  border-spacing: 0px;  
  color: #4B4B4B;
}

.bordaBox-tab {background: transparent; width:100%;}
.bordaBox-tab .b1, .bordaBox-tab .b2, .bordaBox-tab .b3, .bordaBox-tab .b4, .bordaBox-tab .b1b, .bordaBox-tab .b2b, .bordaBox-tab .b3b, .bordaBox-tab .b4b {display:block; overflow:hidden; font-size:1px;}
.bordaBox-tab .b1, .bordaBox-tab .b2, .bordaBox-tab .b3, .bordaBox-tab .b1b, .bordaBox-tab .b2b, .bordaBox-tab .b3b {height:1px; }
.bordaBox-tab .b2, .bordaBox-tab .b3, .bordaBox-tab .b4 {background:#F1F1F1; border-left:1px solid #D6D6D6; border-right:1px solid #D6D6D6;}
.bordaBox-tab .b1 {margin:0 5px; background:#D6D6D6;}
.bordaBox-tab .b2 {margin:0 3px; border-width:0 2px;}
.bordaBox-tab .b3 {margin:0 2px;}
.bordaBox-tab .b4 {height:2px; margin:0 1px;}
.bordaBox-tab .conteudo {padding:0px;padding-left:0px;padding-right:0px;display:block; background:#F1F1F1; border-left:1px solid #D6D6D6; border-right:1px solid #D6D6D6;text-align:justify;}
.bordaBox-tab .subconteudo {padding-left:0px;padding-right:0px;padding-bottom:10px;padding-top:10px;}
.bordaBox-tab .ilabel {font-size:10px;color:#606060;height:19px;background:#F9F9F9 url("images/btn_bg.png") repeat-x scroll center;padding-left:10px;font-weight:bold;}

.bordaBox-tab .ib1, .bordaBox-tab .ib2, .bordaBox-tab .ib3, .bordaBox-tab .ib4, .bordaBox-tab .ib1b, .bordaBox-tab .b2b, .bordaBox-tab .b3b, .bordaBox-tab .b4b {display:block; overflow:hidden; font-size:1px;}
.bordaBox-tab .ib1, .bordaBox-tab .ib2, .bordaBox-tab .ib3, .bordaBox-tab .ib1b, .bordaBox-tab .b2b, .bordaBox-tab .b3b {height:1px;}
.bordaBox-tab .ib2, .bordaBox-tab .ib3, .bordaBox-tab .ib4 {background:#FFFFFF; border-left:1px solid #D6D6D6; border-right:1px solid #D6D6D6;}
.bordaBox-tab .ib1 {margin:0 5px; background:#D6D6D6;}
.bordaBox-tab .ib2 {margin:0 3px; border-width:0 2px;}
.bordaBox-tab .ib3 {margin:0 2px;}
.bordaBox-tab .ib4 {height:2px; margin:0 1px;}


/* CART - BOTAO DO CARRINHO - BOTAO COMPRAR - CONCLUIR */
input[type='button'].checkout_link  { background: url(../images/botao_contratar.gif) no-repeat; border:1px solid #ccc; width:172px; height:59px; white-space: nowrap; text-align: center;border:none;color:#fff;font-weight: bold;margin:3px;text-indent:35px;}
input[type='button'].checkout_link:hover  { background: url(../images/botao_contratar_hover.gif) no-repeat; width:172px; height:59px; white-space: nowrap; text-align: center;border:none;color:#fff;font-weight: bold;margin:3px;text-indent:35px;}

/* CART - BOTAO DO CARRINHO - BOTAO CONTINUAR */
input[type='button'].continue_link  { background: url(../images/botao_cart_continuar2.gif) no-repeat; border:1px solid #ccc; width:172px; height:59px; white-space: nowrap; text-align: center;border:none;color:#fff;font-weight: bold;margin:3px;text-indent:30px;}
input[type='button'].continue_link:hover  { background: url(../images/botao_cart_continuar_hover2.gif) no-repeat; width:172px; height:59px; white-space: nowrap; text-align: center;border:none;color:#fff;font-weight: bold;margin:3px;text-indent:30px;}

/* CART - BOTAO DO CARRINHO - BOTAO PROXIMO */
input[type='submit'].next_link  { background: url(../images/botao_cart_proximo.gif) no-repeat; border:1px solid #ccc; width:172px; height:59px; white-space: nowrap; text-align: center;border:none;color:#fff;font-weight: bold;margin:3px;text-indent:30px;}
input[type='submit'].next_link:hover  { background: url(../images/botao_cart_proximo_hover.gif) no-repeat; width:172px; height:59px; white-space: nowrap; text-align: center;border:none;color:#fff;font-weight: bold;margin:3px;text-indent:30px;}

/* CART - BOTAO DO CARRINHO - BOTAO CONFIRMAR - FINAL */
input[type='submit'].confirm_link  { background: url(../images/botao_contratar.gif) no-repeat; border:1px solid #ccc; width:172px; height:59px; white-space: nowrap; text-align: center;border:none;color:#fff;font-weight: bold;margin:3px;text-indent:35px;}
input[type='submit'].confirm_link:hover  { background: url(../images/botao_contratar_hover.gif) no-repeat; width:172px; height:59px; white-space: nowrap; text-align: center;border:none;color:#fff;font-weight: bold;margin:3px;text-indent:35px;}


/* BOTAO EM GERAL */
input[type='button'].button , input[type='submit'].button , .button { background: url(../images/button_normal1.png) no-repeat; width:80px; height:22px; white-space: nowrap; text-align: center;border:none;color:#fff;font-weight: bold;margin:1px;}
input[type='button'].button:hover, input[type='submit'].button:hover, .button:hover { background: url(../images/button_hover1.png) no-repeat; width:80px; height:22px; white-space: nowrap; text-align: center;border:none;color:#fff;font-weight: bold;margin:1px;}


/* CART - BOTAO DO CARRINHO - BOTAO NOTIFICAR - ESTOQUE ZERO */
input[type='submit'].notify_button  { background: url(../images/botao_notificar.gif) no-repeat; border:1px solid #ccc; width:172px; height:59px; white-space: nowrap; text-align: center;border:none;color:#fff;font-weight: bold;margin:3px;text-indent:35px;}
input[type='submit'].notify_button:hover  { background: url(../images/botao_notificar.gif) no-repeat; width:172px; height:59px; white-space: nowrap; text-align: center;border:none;color:#fff;font-weight: bold;margin:3px;text-indent:35px;}




/* TIPO DE FONTE PADRAO */
body, td, input, select, textarea, div {
  /*	
font-family: 'Trebuchet MS', Sans-Serif, Tahoma, 'Lucida Grande', Verdana, Arial;	
	 font-size: 11px;*/
	
}

/* NOVO SLIDE DO TOPO - JT */
#Slidenav {
  position: absolute;
  margin-top: -25px;
  z-index: 999999;
  font-family: 'Trebuchet MS', Sans-Serif, Tahoma, 'Lucida Grande', Verdana, Arial;	
  font-size: 11px;
  
  
}
div#Slidenav a {
  background: #4B4B4B;
  color: #fff;
  padding:5px;
}
div#Slidenav a.activeSlide {
  background: #ff0000;
  color: #fff;  
}


/**** BOTAO COMPRAR DA LOJA VIRTUAL */
input[type='submit'].addtocart_button_module, input[type='submit'].addtocart_button   { background: url(../images/botao_comprar.gif) no-repeat; border:1px solid #ccc; width:145px; height:59px; white-space: nowrap; text-align: center;border:none;color:#fff;font-weight: bold;margin:3px;text-indent:25px;}
input[type='submit'].addtocart_button_module:hover, input[type='submit'].addtocart_button:hover  { background: url(../images/botao_comprar_hover.gif) no-repeat; width:145px; height:59px; white-space: nowrap; text-align: center;border:none;color:#fff;font-weight: bold;margin:3px;text-indent:25px;}
/*footer */

div#page-footer {
background:url("../images/footer.png") repeat-x scroll center top transparent;
}
div#page-footer {
height:70px;
padding:12px 0 0;
}
/* top panel */
.top_panel {
background:url(../images/bg_slide.jpg) repeat-x;
height:210px;
}
/*** COLUNA DA ESQUERDA - COR DE FUNDO E TITULO DO MODULO */
#left div.module h3, #left div.modulecats h3, #right div.modulecart h3  {
	background: url(../images/headermenu.gif) no-repeat;
	padding: 5px 10px 10px 10px;                                         
  color: #000;  
  font-weight: bold;
  font-size: 11px;
  font-family: 'Trebuchet MS', Sans-Serif, Tahoma, 'Lucida Grande', Verdana, Arial;	
 
}
#left div.modulecats h3, #left div.modulebusca h3, #left div.modulebuscamanu h3, #left div.modulebuscavalor h3, #left div.modulebuscatipo h3, #right div.modulecart h3  {
	background: url(../images/headermenu.gif) 0 0 no-repeat !important;  
	padding:18px 0 15px 10px;
	color:#000 !important;
}
#right div.modulecart h3 {
background:url(../images/header_cart.png) no-repeat top left !important;
margin-bottom:0;
text-indent:-9999px;
}
#left div.modulebusca h3, #left div.modulebuscamanu h3, #left div.modulebuscavalor h3, #left div.modulebuscatipo h3  {
	text-indent:-9999px !important;
	margin-left:-10px;
}
#left div.modulecats, #left div.modulebusca, #left div.modulebuscamanu, #left div.modulebuscavalor, #left div.modulebuscatipo, .modulecart .vmCartModule {
/*background: url(../images/bg_red.png) bottom left no-repeat; */
background:#FFF;
padding-bottom:15px;
margin-bottom:15px;
}
#left div.modulebusca h3  {
	background: url(../images/header_busca.png) 0 0 no-repeat !important;  
}
#left div.modulebusca div div div, #left div.modulebuscamanu div div div  ,#left div.modulebuscatipo div div div  ,#left div.modulebuscavalor div div div  {
margin-left:10px;
}
 #left div.modulebuscamanu h3  {
	background: url(../images/header_manu.png) 0 0 no-repeat !important;  
}
#left div.modulebuscavalor h3 {
	background: url(../images/header_valor.png) 0 0 no-repeat !important;  
}
#left div.modulebuscatipo h3  {
	background: url(../images/header_tipo.png) 0 0 no-repeat !important;  
}
#left div.modulecats div div {              
	background: none;  
}  

#left  div.modulecats div {
  background: none;
}

#left  div.modulecats div div div {
  background: none;
}
.moduleinst {
text-align:left;
font-weight:normal;
}
.moduleinst a {
border:none !important;
}
.moduleinst a#active_menu {
border:none;
}
.moduleinst a.mainlevel {
background:none;
padding:0;
margin:0;
}
.moduleinst h3 {
text-align:left;
font-weight:normal;
background:none !important;
padding:0 !important;
margin:0;
}

/* *** COLUNA DA ESQUERDA - BORDA INFERIOR DIREITA - MODULO */
#left div.module {                               
	background: url(../images/yellow/middle_module_br.png) 100% 100% no-repeat; 
}

/* *** COLUNA DA ESQUERDA - BORDA LATERAL ESQUERDA - MODULO */
#left div.module div div {              
	background: url(../images/yellow/middle_module_bl.png) 0 100% no-repeat;  
}  

/*** COLUNA DA ESQUERDA - BORDA SUPERIOR E CANTO DIREITO - MODULOS */
#left  div.module div {
  background: url(../images/yellow/middle_module_tr_mod.png) 0 0 no-repeat;
}

/*** COLUNA DA ESQUERDA - BORDA SUPERIOR DO CANTO ESQUERDO - MODULOS */
#left  div.module div div div {
  background: url(../images/yellow/middle_module_tl_mod.png) 0 0 no-repeat;
  overflow: hidden;
}




/*** COLUNA DA DIREITA - COR DE FUNDO E TITULO DO MODULO */
#right div.module h3 {
/*	background: url(../images/left_module_header6.png) 0 0 no-repeat;     
	padding: 5px 10px 10px 10px;                                         
  color: #fff;  
  font-weight: bold;
  font-size: 11px;
  font-family: 'Trebuchet MS', Sans-Serif, Tahoma, 'Lucida Grande', Verdana, Arial;	 */
background:url("../images/headermenu2.gif") no-repeat scroll 0 0 transparent !important;
color:#000000 !important;
padding:10px 0 10px 0;
}
/* *** COLUNA DA DIREITA - BORDA INFERIOR DIREITA - MODULO */
#right div.module {                               
	/*background: url(../images/yellow/middle_module_br.png) 100% 100% no-repeat;  */
	background:none repeat scroll 0 0 #FFFFFF !important;
}

/* *** COLUNA DA DIREITA - BORDA LATERAL ESQUERDA - MODULO */
#right div.module div div {              
	/*background: url(../images/yellow/middle_module_bl.png) 0 100% no-repeat;  */
	background:none !important;	
}  

/*** COLUNA DA DIREITA - BORDA SUPERIOR E CANTO DIREITO - MODULOS */
#right  div.module div {
 /* background: url(../images/yellow/middle_module_tr_mod.png) 0 0 no-repeat;*/
 	background:none !important;
}

/*** COLUNA DA DIREITA - BORDA SUPERIOR DO CANTO ESQUERDO - MODULOS */
#right  div.module div div div {
  /*background: url(../images/yellow/middle_module_tl_mod.png) 0 0 no-repeat;
  overflow: hidden;*/
  	background:none !important;
	
}


/*** FUNDO INFERIOR - MENU INSTITUCIONAL - BANNER - LOGO */
/*div#page-footer {
	background: transparent url(../images/bg_footer.jpg) repeat-x scroll 50% 0;
}*/



/*** MODULO INFERIOR - PALAVRAS */

#middle div.module, #bottom div.module {                               /* *** @info: Borda lateral direita do modulo */
	background: url(../images/middle_module_br.png) 100% 100% no-repeat; 
}

#middle div.module div div, #bottom div.module div div {               /* *** @info: Borda lateral esquerda do modulo */ 
	background: url(../images/middle_module_bl.png) 0 100% no-repeat;    
}  

#middle div.module div, #bottom div.module div {                       /* *** @info: Borda superior do modulo */ 
	background: url(../images/middle_module_tr.png) 100% 0 no-repeat;    
}

#middle div.module div div div, #bottom div.module div div div {       /* *** @info: Borda quina superior esquerda do modulo */ 
	padding: 10px 5px 10px 15px;	 
	background: url(../images/middle_module_tl.png) 0 0 no-repeat;       
	overflow: hidden;
}



/*** MODULOS QUE NAO POSSUEM TITULO - EBIT - CLEAR SALES */
.module_notitle {  
  clear: both;
  padding: 5px 10px 10px 10px;  
  border: 1px solid #ccc;  
  margin-top: 10px;
  margin-bottom: 10px;          
}

/*** NOME DO PRODUTO NA PAGINA DE DETALHES */

.detail_product_name {
  font-size:14px;
  font-weight:bold;
}
  
/*** ROTULO - DESCONTO A VISTA - NA TELA QUE LISTA METODOS DE PAGAMENTOS E PARCELAS */  
#labeldesc, #labeldesc_value {
  border-spacing: 0px;
  border-spacing: 0px;  
}

#labeldesc td {
  background: url(../images/bonus.gif) 115px 0px no-repeat;
  color:#E41010;
  font-size:12px;
  font-weight:bold;
  width:180px;  
  height: 48px;
}

#labeldesc_value td {
  background: none;
  color:#557FFF;
}

/*** CAIXA QUE EXIBE FORMAS DE PAGAMENTO E PARCELAS */
.box_payment li {
  list-style: none;
  background: url(../images/ne-handle-dark.gif) no-repeat 0px 5px;
  text-indent: 15px;   
}

/*** BOTAO PAGAR NO FECHAMENTO DO PEDIDO - APOS SER CONFIRMADO - ULTIMA TELA */

input[type='submit'].button_master   { background: url(../images/botao_comprar.gif) no-repeat; border:1px solid #ccc; width:145px; height:59px; white-space: nowrap; text-align: center;border:none;color:#fff;font-weight: bold;margin:3px;text-indent:25px;}
input[type='submit'].button_master:hover { background: url(../images/botao_comprar_hover.gif) no-repeat; width:145px; height:59px; white-space: nowrap; text-align: center;border:none;color:#fff;font-weight: bold;margin:3px;text-indent:25px;}


div.modulecats a.mainlevel {
font-size:11px;
font-weight:bold;
text-transform:uppercase;
border-bottom:1px solid #EFEFDF !important;
}
div.modulecats a#active_menu {
font-size:11px;
font-weight:bold;
}
/* tirar fundo do menu do topo */
#header #mainNavigation li.firstTab a, #header #mainNavigation li.beforeLast ,  #header #mainNavigation li.firstTab, #header #mainNavigation li a, #header #mainNavigation li{
background:none !important;
color: #990099;
font-size:13px;

}
 #header #mainNavigation li {
 padding-top:5px !important;
 }
a.sublevel {
display:block;
padding-left:10px;
padding-right:5px;
font-family: Arial, Tahoma;
font-size:11px;
}
