	      BODY
      {
        border: 0px;
        font-family: Verdana, Arial, Tahoma;
        
        position:absolute;
        left:50%;
        width:762px;
        margin-left:-389px; 

        background-color:#CCCCCC;

        scrollbar-face-color:        #FFFFFF;
        scrollbar-shadow-color:      #DAE2E3;
        scrollbar-highlight-color:   #FFFFFF;
        scrollbar-3d-light-color:    #FFFFFF;
        scrollbar-dark-shadow-color: #DAE2E3;
        scrollbar-base-color:        #DAE2E3;
        scrollbar-arrow-color:       #DAE2E3;

        background-image: url(site/layout/fundo.jpg);
        background-repeat: repeat;
      }
/*
     A
      {
       color: #003366;  
        text-decoration: none;
      }

      A:link
      {
        color: #003366;
        text-decoration: none;
      }

      A:visited
      {
        color: #003366;
        text-decoration: none;
      }  

      A:hover
      {
        color: #666666;
        text-decoration: none;
      }
*/

* { margin: 0px; padding: 0px; }

p { 
   margin: 0px;
  }
  
table tr td { 
             font-size:8pt;
             font-family: Verdana, Arial, Tahoma;
             
             vertical-align:top;
             text-align:left;
	    }  
  
/**** GERAL ****/

#geral {  
        background-image: url(site/layout/fundo_geral.jpg);
        background-repeat: repeat-y;
        
        display:block;                    
        width: 762px;
          
        border: 0px;
       }     
                       

/**** TITULO ****/

#fundo_titulo {
               background-image: url(site/layout/fundo_titulo_sem_destaque.jpg);
               background-repeat: no-repeat;
               
               display:block;
               float:left;

               width:720px;
               height:28px;
               
               margin:0 0 10px 0;
               
               overflow: hidden;
               border: 0px;
              }              

h1.titulo {
               font-size:13px;
               font-family: Tahoma, Verdana, Arial;
               font-weight:bold;

               text-align: left;
               color:#5770C1;

               margin-top:5px;
               padding-left:10px;

               border: 0px;
              }
              
/**** LINK TITULO ****/
      
      A.link_titulo
      {
        color:#5770C1;
        text-decoration: none;
        cursor:default;
      }

      A.link_titulo:link
      {
        text-decoration: none;
      }

      A.link_titulo:hover
      {      
        text-decoration: none;
      }

      A.link_titulo:visited
      {
        text-decoration: none;
      }                 

              
/**** RODAPE ****/

#base {
       background-image: url(site/layout/rodape.jpg);
       background-repeat: no-repeat;

       display:block;
       float:left;
       
       width:762px;
       height:108px;
  
       overflow: hidden;
       border: 0px;
      }

#rodape {
         float:left;

         font-size:8pt;
         font-family: Verdana, Arial, Tahoma;
         text-align: left;         

         color:#003366;

         text-align:right;
         
         margin:75px 0 0 75px;
                 
         overflow:hidden;
         border:0;
        }

#fundo_menu_rodape {
             width:762px;
             height: 40px;
             background-image: url(site/layout/menu_rodape.jpg);
             background-repeat: no-repeat;
             overflow: hidden;
             }

#menu_rodape {
             font-size: 8pt;
             font-family: Verdana, Arial, Tahoma;
             text-align: center;
             color: #333333;
             letter-spacing:1px;
             word-spacing:10px;
             padding-top: 14px;
             padding-left: 0px;
             }        


/**** MENU ****/

#canais {
              vertical-align:top;
              border:0px;
              padding-top: 0px;
             }


#fundo_menu {
             background-image : url(site/layout/fundo_menu.jpg);
             background-repeat: repeat-y;

             display:block;
             float:left;

             width:762px;
             height:38px;
             
             overflow: hidden;
             border:0px;
            }

#menu {
       display:block;
       float:left;
          
       width:754px;
       height:27px;

       text-align:left;
       font-size: 8pt;
       color: #666666;
       font-family: Verdana, Arial, Tahoma;
       margin-left:4px;
       
       border:0px;
      }
               

/**** CONTEUDO ****/       

#meio {
       background-image: url(site/layout/fundo_meio.jpg);
       background-repeat: repeat-y;

       display:block;
       float:left;

       width:762px;
       height: auto;
             
       border: 0px;
       overflow:hidden;
       }                

#conteudo {
           display:block;
           float:left;
           
           width:760px;
           height:auto;
           
           text-align: center;

           overflow:hidden;
           border:0px;
           }

#texto {
        display:block;
        float:left;
        
        width:730px;
        height: auto;
        
        font-size:8pt;
        font-family: Verdana, Arial, Tahoma;
        
        text-align: left;
        color:#666666;
        
        margin: 13px 0 0 13px;
            
        border:0;
       }    

#texto ul li
            {
             list-style-type:disc;
             margin-left: 20px;
            }
            

/**** LINKS ****/
            
      A.links
      {
        color:#0000FF;
        text-decoration: none;
      }

      A.links:link
      {
        text-decoration: none;
      }

      A.links:hover
      {
        text-decoration: underline;      
        font-weight:bold;        
        color:#0000FF;
      }

      A.links: visited
      {
        text-decoration: none;
      } 
      

/**** LINKS HOME ****/
      
      A.links_home
      {
        color:#FFFFC9;
        text-decoration: none;
      }

      A.links_home:link
      {
        text-decoration: none;
      }

      A.links_home:hover
      {
        font-weight:bold;        
        color:#FFFFFF;
      }

      A.links_home: visited
      {
        text-decoration: none;
      }       
      


/**** DESTAQUE ****/

FONT.destaq_titulo {
                    font-size:7pt;
                    font-family: Verdana;
                    font-weight: bold;
 
 		    color: #FFFFFF;
                    text-align: left;
                   }
                              
#fundo_destaque {
                             display:block;
                             float:right;
                             width:320px;
                             height:auto;
                             overflow:hidden;
                             margin-top:10px;
                             margin-right:3px;
                           }

#destaque {
                 width:300px;
                 float:left;
                 text-align:left;
                 border: 0px;
                }

#destaque_menu {
             background-color:#666666;
             display: block;
             float:left;
             text-align:left;
             width: 189px;
             height:auto;
             overflow:hidden;
             border: 0px;
            }

/**** NOTICIAS ****/

#fundo_noticias {
                 display: block;
                 float:left;
           
                 width:251px;
                 height:158px;
                 
                 margin-top:230px;
                         
                 overflow:hidden;
                }             

#noticias {
           display: block;
        
           width:200px;
           height:100px;
                 
           margin:0 auto;
          }

          
/**** CADASTRO EMAIL NEWS ****/
           
#news {
       display:block;
       float:left;

       width:90%;
       height: auto;
       
       font-size:8pt;
       font-family: "Comic Sans MS", Verdana, Arial, Helvetica, Sans-Serif;       
       
       padding:4px;
       
       overflow:hidden;
       border:2px dotted #DDDDDD;
       }

h1.titulo_news {            
              font-size:12pt;
              font-family: "Comic Sans MS", Verdana, Arial, Helvetica, Sans-Serif;
             
              overflow:hidden;
              border:0px;
             }
       
h1.subtitulo_news {              
                 font-size:8pt;
                 font-family: "Comic Sans MS", Verdana, Arial, Helvetica, Sans-Serif;
                 font-weight:normal;

                 color:#993333;
       
                 overflow:hidden;
                 border:0px;
                }          
          

/**** TOPO ****/
 
#topo {
       background-image : url(site/layout/topo.jpg);
       background-repeat: no-repeat;

       display: block;
       float:left;
          
       width:762px;
       height:46px;

       text-align:left;
      }     
                 
#destaque_topo {
                           height: 123px;
                           width: 568px;
                           overflow:hidden;
                          }

#menu_topo {
                  display: block;
                  float:left;
                  width:auto;
                  height:auto;
                  color: #00468F;
                  font-size: 8pt;
                  font-family: Verdana, Arial, Tahoma;
                  text-transform:capitalize;

                  margin-top:25px;
                  margin-left:10px;

                  overflow:hidden;
                  border: 0px;
                  }

      A.menutopo
      {
        color: #00468F;
        text-decoration: none;
      }

      A.menutopo:link
      {
        color: #00468F;
        text-decoration: none;
      }

      A.menutopo:hover
      {
        font-size: 8pt;
        font-family: Verdana, Arial, Tahoma;
        color: #FFFFFF;
        text-decoration: none;
      }

      A.menutopo: visited
      {
        color:  #00468F;
        text-decoration: none;
      }


#linha_topo {
		   float:left;
                   display:block;
                   width: 762px;
                   height: 235px;
                   overflow:hidden;
                   }

#endereco {             
             display:block;
             float:left;

             width:940px;
             height:27px;

             font-size:7.5pt;
             font-family: Verdana, Arial, Tahoma;
             
             color:#999999;
             text-align:center;             
             
             margin-top:10px;

             overflow:hidden;
            }
                   
#link_logo {
            display:block;
            float:left;

            width:335px;
            height:100px;
            
            margin:10px 0 0 420px;
            
            border:0;
            position:absolute;
           }                     
           
        
/* MENU CODIGO - VERTICAL        
        
#menu  ul
  {
    list-style-type: none;
    display: block;
    color: #666666;
  }

#menu ul li
  {
    list-style-type: none;
    display: block;
    color: #666666;
    line-height: 19px;
  }

#menu  ul li a
  {
    display:block;
    padding-left: 4px;

    margin-top:2px;
    margin-bottom:2px;

    text-decoration: none;
    color:#666666;
    border-left:2px solid #321B63;
    border-right:2px solid #321B63;
  }

#menu  ul li a:hover
  {
    display:block;
    background-color:#F8F8F8;
    text-decoration: none;
    color: #666666;
    border-left:2px solid #ACA922;
    border-right:2px solid #ACA922;
  }

#menu_categ ul li
  {
    float:left;
    width:100%;
    list-style-type: none;
    color: #333333;
    font-weight: bold;
    font-size: 10pt;
    font-family: Trebuchet MS, Verdana, Arial, Tahoma;
    padding-top: 2px;
  }
*/  


/*** MENU CODIGO - VERTICAL DOWN ***/

  FORM
  {
    display: inline;
  }
  
  UL.categoria
  {
    list-style: none;
    
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    
    text-align: left;
    display: inline;
  }

  LI.categoria
  {
    text-align: left;
    color:#007CC2;
    
    padding: 0 0 0 0;
    margin: 0 0 0 0;

    width: 100%;
    display: inline;

    font-size: 8pt;
  }  

  UL.nivel1
  {
    margin: 0px;
    padding: 0px;

    list-style: none;
    width:100%;
  }

  LI.nivel1
  {
   display:block;
   float:left;
   border-right: 1px solid #7496C0;   
  }

  A.nivel1
  {
    display: block;

    text-decoration: none;  

    color:#FFFFFF;
    
    font-family: Verdana, Arial, Tahoma;    

    padding:0 10px 0 10px;
    line-height:27px;
  }

  A.nivel1:hover
  {          
    text-decoration: none;
    background:#F3F3F4;
    color:#666666;
  }

  UL.nivel2
  {
    list-style-type: none;
    text-align:left;

    margin-top:0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left:0px;

    position: absolute;

    background-color:#090D3B;

    border:2px solid #FFFFFF;
    width: 180px;

    visibility: hidden;
  }

  LI.nivel2
  {
    display: inline;
  }

  A.nivel2
  {
    background-image : url(site/layout/tic_seta_menu.gif);
    background-repeat: no-repeat;  
  
    display: block;

    text-decoration: none;
    color:#FFFFFF;
    
    font-size:9pt;
    font-family: Verdana, Arial, Tahoma;    
     
    /*padding-left:10px;*/

    margin-top:3px;
    margin-bottom:6px;      
    margin-left:4px;
    margin-right: 0px;    
  }

  A.nivel2:hover
  {
    color:#758CAC;
    font-weight:bold;
  }

  UL.nivel3
  {
    list-style: none;
    text-align: left;

    margin-top: -20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 140px;

    position: absolute;
    
    background-color:#003366;

    border: 1px solid #FFFFFF;
    width: 190px;

    visibility: hidden;
  }
  
  A.nivel3
  {
    display: block;

    text-decoration: none;
    color: #FFFFFF;

    line-height:20px;
      
    padding-left:6px;

    margin-top:3px;
    margin-bottom:3px;      
    margin-left: 0px;
    margin-right: 0px;  
  }

  A.nivel3:hover
  {
    background-image : url(site/layout/fundo_item_menu_nivel2.jpg);
    background-repeat: no-repeat;

    color: #21559A;
    font-weight:bold; 	
  }




/**** INDICADOR ****/

#indicador {   
            display:block;
            float:left;            

            width: auto;
            height: auto;
     
            text-align:right;
            
            margin-top:0px;
            padding-right:0px;            
            
            font-size: 10px;
            
            border:0px;            
           }

font.indicador {
        color:#333333;
        font-size: 10px;
      }

a.indicador {
	text-decoration: none;

        font-size: 10px;
        font-weight:bold;
        
        color:#003366;
      }

a.indicador:link  {
        text-decoration: none;
      }
      
a.indicador:hover  {
        text-decoration:none;
        font-weight:bold;
        color:#003366;
      }      


/**** OUTROS ****/

#sombra_esq {
                       width: 6px;
                       background-image:  url(site/layout/sombra_esq.gif);
                       background-repeat: repeat-y;
                       background-attachment: scroll;
                       margin-top: 4px;
                       }

#sombra_dir {
                       width: 6px;
                       background-image:  url(site/layout/sombra_dir.gif);
                       background-repeat: repeat-y;
                       background-attachment: scroll;
                       margin-top: 4px;
                       }


/*** BUSCA ***/

#busca {
            display: block;
            float:right;
            
            width:350px;
            height:55px;
            
            margin:9px 2px 0 0;
            
            text-align:right;
            
            font-size:7pt;
            font-family: Verdana, Arial, Tahoma;
            
            color:#758CAC;
            
            oveflow:hidden;
            border:0;
            }

#input {
	background-color:transparent;
	border:0;
	
	color:#FFFFFF;
	
	padding:3px 0 2px 0;	
	margin:14px 26px 0 0;
	
	vertical-align:top;

        font-size: 8pt;
        font-family: Verdana, Arial, Tahoma;
       }  
            
#botao {
	background-color:transparent;
	border:0;
	
	width:38px;
	height:20px;
	
	cursor:pointer;

        font-size: 7pt;
        font-family: Verdana, Arial, Tahoma;
        
        margin:14px 8px 0 0;
       }             

#busca_texto {
              text-align:center;
             }

h1.busca {
               width:auto;
               height:auto;
               
               font-size: 8pt;
               font-family: Verdana, Arial, Tahoma;
               color: #281954;
               font-weight:bold;
               text-align: left;

               border: 0px;
              }


/*** IMAGEM ***/

      IMG
      {
       border: 0px;
      }


/*** FORMULARIO ****/

      INPUT
      {
        border: 1px solid #666666;
        background-color: #FFFFFF;
        font-size: 8pt;
        
        padding:5px;
        
        color:#333333;
      }

      TEXTAREA
      {
       border: 1px solid #666666;
       background-color: #E7EFF2;

        scrollbar-face-color:        #FFFFFF;
        scrollbar-shadow-color:      #000000;
        scrollbar-highlight-color:   #FFFFFF;
        scrollbar-3d-light-color:    #FFFFFF;
        scrollbar-dark-shadow-color: #DAE2E3;
        scrollbar-base-color:        #FFCC00;
        scrollbar-arrow-color:       #000000;
        
        padding:5px;
        
        width:300px;
        
        color:#090D3C;
      }
      
input.botao_contato {
	             background-color:#007CC2;	             
	             color:#FFFFFF;
	             padding:5px;
	             
	             border:0;
	     	    }      


/**** AGENZZIA ****/

      A.agenzzia
      {
       font-size:8pt;
       font-family: Verdana, Arial, Tahoma;
       font-weight:bold;
       
       color:#FFFFFF;
       
       text-decoration: none;
      }
      
      A.agenzzia:link
      {
       text-decoration: none;
      }

      A.agenzzia:visited
      {
       text-decoration: none;
      }

      A.agenzzia:hover
      {
       color:#F16900;
       text-decoration:none;
      }


      /**** SUBPAGINA ****/
      
      #subpagina
      {
       list-style-type:none;

       display:block;
   
       width:auto;
       height:auto;
      
       text-align:left;
       
       font-size:9pt;
       font-family: Verdana, Arial, Tahoma;
                
       overflow:hidden;
       border:0px;
      }      
      
      li.subpagina
      {
       margin-left:20px;
      }      
      
      A.subpagina
      {
        color:#0000FF;
        
        text-decoration: none;              
        text-align:center;
        
        font-size:9pt;
        font-family: Verdana, Arial, Tahoma;
      }

      A.subpagina: link
      {
        text-decoration: none;
      }

      A.subpagina:hover
      {
        color:#0000FF;
        font-weight:bold;
        text-decoration:underline;
      }

      A.subpagina: visited
      {
        text-decoration: none;
      }


      /**** DESTAQUE ****/

      FONT.texto_destaque
      {
        color: #CCCCCC;
        font-size: 10pt;
      }
	  
     TD.destaque_align
     {
    vertical-align: top;
     }

      LEGEND
      {


      }
      
      FIELDSET
      {

      }


/**** MAPA ****/

H1.mapa
  {
    font-size: 10pt;
    font-family: Tahoma, Verdana, Arial, Tahoma;

    text-align: left;
    color:#333333;
               
    font-weight:bold;
    
    line-height:20px;

    border-bottom:1px dotted #999999;
  }

UL.mapa
{
 list-style-type:disc;
 padding-left: 20px;
}

A.mapa
  {
   text-decoration:underline;
   color:#333333;
  }

A.mapa:hover
  {
    text-decoration: none;
    color:#D63131;
  }


/**** GALERIA ****/

#galeria
      {
       display:block;
       float:left;
            
       border:0;
      }

      #textoL
      {
        font-size: 8pt;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        padding-top: 4px;
        padding-right: 8px;
        padding-bottom: 4px;
        padding-left: 8px;
      }

      TABLE.texto
      {
        border-right: #000000 1px solid;
        border-top: #000000 1px solid;
        border-left: #000000 1px solid;
        border-bottom: #000000 1px solid;
      }

      TD.textoL
      {
        border-right: #000000 0px solid;
        border-top: #000000 0px solid;
        border-left: #000000 1px solid;
        border-bottom: #000000 1px solid;
        font-size: 8pt;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        padding: 4 8 4 8;  
      }

      FONT.textoL
      {
        font-size: 8pt;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
      }

      TD.textoR
      {
        vAlign: top 
        background-color: #FFFCC8;
        border-right: #000000 1px solid;
        border-top: #000000 1px solid;
        border-left: #000000 0px solid;
        border-bottom: #000000 1px solid;
        font-size: 10pt;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        padding: 4 8 4 8;  
      }
      
      
      
     
/********** LOJA VIRTUAL **********/

/**** PAGINACAO ****/
      
      font.paginacao_catalogo
      {
        color:#999999;
        text-decoration: none;
        font-weight:bold;
      }

      A.paginacao_catalogo
      {
        background-color:#FFF;
        
        color:#EF8812;
        text-decoration: none;
        
        padding:4px;
      }

      A.paginacao_catalogo:hover
      {      
        background-color:#333333;
        color:#FFF;
        
        padding:4px;
        text-decoration: none;
      }


/**** TITULO ****/

h2.titulo_produto {
                   font-size:11pt;
                   font-family: Tahoma, Verdana, Arial;
                   font-weight:normal;

                   text-align: left;
                   color:#007CC2;

                   /*margin-top:3px;
                   padding-left:5px;*/

                   border: 0px;
                  }
                  
/**** LINKS TITULO PRODUTO ****/             
            
      A.link_produto
      {
        color:#007CC3;
        text-decoration: none;
      }

      A.link_produto:hover
      {
        font-weight:bold;        
        color:#FFFFFF;
      }                  


/**** PRODUTO ****/       

#comprar_preco {

        display:block;
        float:left;
        
        width:100%;
             
        overflow:hidden;        
        border:0;
       }
       
#preco {
	/*background-color:#CCCCCC;*/

        display:block;
        /*float:left;*/
        
        width:70px;
        height:auto;
        
        color:#FFFFFF;
        
        text-align:center;
        
        font-size:11pt;
        font-family: Tahoma, Verdana, Arial;
        font-weight:normal;        
             
        padding:9px 7px 4px 1px;
        margin:0;
       
        border:0;
        overflow:hidden;
       }
       
#comprar {
          float:left;
         }       

#bloco_produto {
       background-color:#05071E;

       display:block;
       float:left;

       width:300px;
       height:auto;      
       
       text-align:center;
       
       padding:10px;
       margin:0 0 10px 20px;
       
       border:5px solid #FFFFFF;
       overflow:hidden;
       }
       
td.bloco_produto {
       background-color:#05071E;

       width:300px;
       
       font-size:9pt;
       font-family: Verdana, Arial, Tahoma;       
       
       text-align:center;
       
       padding:10px;
       margin:0 0 10px 20px;
       
       border:5px solid #FFFFFF;
       overflow:hidden;
       }       
       
#bloco_carrinho {
       background-color:#05071E;

       display:block;

       width:680px;
       height: auto;

       padding:10px;
       margin:0 auto;
       
       border:5px solid #FFFFFF;
       overflow:hidden;
       } 
       
#bloco_finaliza {
       background-color:#05071E;

       display:block;

       width:680px;
       height: auto;     
       
       padding:10px;
       margin:0 auto 10px auto;
       
       border:5px solid #FFFFFF;
       overflow:hidden;
       }
       
#bloco_cadastro {
       background-color:#05071E;

       display:block;

       width:680px;
       height: auto;     
       
       text-align:center;
       
       padding:10px;
       margin:0 auto;
       
       border:5px solid #FFFFFF;
       overflow:hidden;
       }        
       
#bloco_descricao {
       display:block;
       float:left;

       width:680px;
       height: auto;
       
       padding:10px;
       margin:0 0 10px 0;
       
       border:1px solid #eeeeee;
       overflow:hidden;
       }       
                
      
/**** LINKS FINALIZAR PRODUTO ****/  

      #finaliza_incluir
      {
	width:500px;
	margin:0 auto;
      }

      #incluir_produto
      {
        float:left;
        
        padding:10px;
        /*margin-left:10px;*/
      }

      #finalizar_orcamento
      {
        float:left;
        
        padding:10px;
        /*margin-left:10px;*/
      }          
            
      A.link_finalizar_pedido
      {        
        color:#FFFFFF;
        text-decoration: none;
        font-weight:bold;
        
        background-color:#2B77C7;
        
        padding:6px;
        
        border:0;
      }

      A.link_finalizar_pedido:link
      {
        text-decoration: none;
      }

      A.link_finalizar_pedido:hover
      {
       text-decoration: none;
      }

      A.link_finalizar_pedido: visited
      {
        text-decoration: none;
      }      

      
/**** LINKS LOJA TOPO ****/             
            
      A.link_loja_topo
      {
        color:#FFFFFF;
        font-weight:bold;
        text-decoration: none;
      }

      A.link_loja_topo:link
      {
        text-decoration: none;
      }

      A.link_loja_topo:hover
      {
        color:#FFFFCC;
        font-weight:bold;        
        text-decoration:none;
      }

      A.link_loja_topo: visited
      {
        text-decoration: none;
      }      
      
      
      
/**** LISTA PRODUTO ****/       

td.lista_produto {
	background-color:#758CAC;
	border:0;
	
	width:345px;
	height:auto;
	
	color:#FFFFFF;	
        font-weight:bold;
        
        padding:6px;
       }
       
td.lista_quantidade {
	background-color:#758CAC;
	border:0;
	
	width:auto;
	height:auto;
	
	color:#FFFFFF;
        font-weight:bold;
        
        padding:6px;
       }
       
td.lista_valor {
	background-color:#758CAC;
	border:0;
	
	width:150px;
	height:auto;
	
	color:#FFFFFF;
        font-weight:bold;
        
        padding:6px;
       }
       
td.lista_total {
	background-color:#EEEEEE;
	border:0;
	
	width:auto;
	height:auto;
	
	color:#1A1A1A;
        font-weight:bold;
        
        text-align:right;
        
        padding:6px;
       }
       
td.lista_excluir {
	background-color:#758CAC;
	border:0;
	
	width:68px;
	height:auto;
	
	color:#FFFFFF;	
        font-weight:bold;
        
        padding:6px;
       }
       
       
/**** LISTA PRODUTO COM PREÇO ****/       

td.lista_produto_preco {
	background-color:#758CAC;
	border:0;
	
	width:300px;
	height:auto;
	
	color:#FFFFFF;	
        font-weight:bold;
        
        padding:6px;
       }
       
td.lista_quantidade_preco {
	background-color:#758CAC;
	border:0;
	
	width:85px;
	height:auto;
	
	color:#FFFFFF;
        font-weight:bold;
        
        padding:6px;
       }
       
td.lista_valor_preco {
	background-color:#758CAC;
	border:0;
	
	width:auto;
	height:auto;
	
	color:#FFFFFF;
        font-weight:bold;
        
        padding:6px;
       }
       
td.lista_total_preco {
	background-color:#EEEEEE;
	border:0;
	
	width:auto;
	height:auto;
	
	color:#1A1A1A;
        font-weight:bold;
        
        text-align:right;
        
        padding:6px;
       }
       
       
/**** LISTA PEDIDOS ****/

fieldset { border:1px solid #DDDDDD; padding:4px; }

legend { color:#007CC2; }

A.link_download
		{
		 color:#007CC2;
		 text-decoration: none;

		 font-size:8pt;
		 font-family: Verdana, Arial, Tahoma;        
		}

A.link_download:hover
		{
		 color:#000000;
		 text-decoration:underline;
		}

td.pedidos_link_download {
	background-color:#EEEEEE;        	
	height:22px;
	
	text-align:center;
	
        padding:4px;
       }
       
td.pedidos_ver_detalhes {
	height:22px;
	
	text-align:center;
	
        padding:4px;
       }       

td.pedidos_arquivo {
	background-color:#1A1A1A;
	border:0;
	
	width:250px;
	height:auto;
	
	color:#FFFFFF;	
        font-weight:bold;
        
        padding:6px;
       }
       
td.pedidos_data_termino {
	background-color:#1A1A1A;
	border:0;
	
	width:150px;
	height:auto;
	
	color:#FFFFFF;
        font-weight:bold;
        
        padding:6px;
       }
       
td.pedidos_downloads_feitos {
	background-color:#1A1A1A;
	border:0;
	
	width:200px;
	height:auto;
	
	color:#FFFFFF;
        font-weight:bold;
        
        padding:6px;
       }       
       
td.pedidos_codigo {
	background-color:#1A1A1A;
	border:0;
	
	width:50px;
	height:auto;
	
	color:#FFFFFF;	
        font-weight:bold;
        
        padding:6px;
       }
       
td.pedidos_data {
	background-color:#1A1A1A;
	border:0;
	
	width:150px;
	height:auto;
	
	color:#FFFFFF;
        font-weight:bold;
        
        padding:6px;
       }
       
td.pedidos_status {
	background-color:#1A1A1A;
	border:0;
	
	width:200px;
	height:auto;
	
	color:#FFFFFF;
        font-weight:bold;
        
        padding:6px;
       }        
             
      
/**** BOTOES ****/
         
#btn_comprar {
	background-color:#2B77C7;
	border:0;
	
	width:auto;
	height:auto;
	
	color:#FFFFFF;
	
	cursor:pointer;

        font-size:8pt;
        font-family: Verdana, Arial, Tahoma;
        font-weight:bold;
        
        padding:6px;
        
        border:0;
       }
       
#btn_alterar {
	background-color:#2B77C7;
	
	width:auto;
	height:auto;
	
	color:#FFF;
	
	cursor:pointer;

        font-size:8pt;
        font-family: Verdana, Arial, Tahoma;
        font-weight:bold;
        
        padding:6px;
        border:0;
       }       
       
#btn_excluir {
	background-color:#2B77C7;
	
	width:80px;
	height:auto;
	
	color:#FFF;
	
	cursor:pointer;

        font-size:8pt;
        font-family: Verdana, Arial, Tahoma;
        font-weight:bold;
        
        padding:6px;
        border:0;
       }
       
#btn_logoff {
	background-color:#007CC2;
	border:0;
	
	width:80px;
	height:auto;
	
	color:#FFFFFF;
	
	cursor:pointer;

        font-size:8pt;
        font-family: Verdana, Arial, Tahoma;
        font-weight:bold;
        
        padding:6px;
       }
       
#btn_enviar {
	background-color:#007CC2;
	border:0;
	
	width:80px;
	height:auto;
	
	color:#FFFFFF;
	
	cursor:pointer;

        font-size:8pt;
        font-family: Verdana, Arial, Tahoma;
        font-weight:bold;
        
        padding:6px;
       }       
  		         
  		         
/**** FAÇA SEU LOGIN ****/
  		         
#faca_login {
             background-color:#007CC2;
  	     float:left;
  	     
  	     width:200px;
  	     
             font-size:8pt;
             font-family: Verdana, Arial, Tahoma;
  	     color:#FFFFFF;

	     padding:6px;
	     margin-left:20px;
	     
	     border:1px solid #1a1a1a;
	    }
	    
#btn_login {
	background-color:#3CA1D7;
	border:0;
	
	float:right;
	
	width:70px;
	height:auto;
	
	color:#FFFFFF;
	
	cursor:pointer;

        font-size:8pt;
        font-family: Verdana, Arial, Tahoma;
        font-weight:bold;
        
        padding:6px;
       }	    
	    
	    
input.login_email {              
              background-color:#FFFFFF;
  	      color:#1a1a1a;
  	      
  	      width:95%;

	      padding:4px;
	      margin:0 0 5px 0;
	      
	      border:0px;
	     }
	    
input.login_senha {
              background-color:#FFFFFF;
  	      color:#1a1a1a;
  	      
  	      width:95%;

	      padding:4px;
	      margin:0 0 5px 0;
	      
	      border:0;
	     }	     
	     

#cadastro {
	   width:80px;
	   
	   margin-top:2px;
	   
           border:0;
          }	     
	     
      A.link_cadastro
      {
        color:#1A1A1A;
        text-decoration: none;
        
        font-size:7pt;
        font-family: Verdana, Arial, Tahoma;        
      }

      A.link_cadastro:hover
      {
        color:#FFF791;
        text-decoration:underline;
      }
      
      

/**** CADASTRO CLIENTE ****/   

input.cadastro_cliente {
	                background-color:#EEEEEE;
 	    	        color:#00639A;
  	      
  	      		width:95%;

	      		padding:4px;
	      		/*margin:0 0 10px 0;*/
	      	
	      		border:1px solid #DDDDDD;
	     	       }
	     	       
input.radio_cliente {     	
      		     border:0;
	     	    }
	     	    
textarea.cadastro_mensagem {
	                background-color:#EEEEEE;
 	    	        color:#00639A;
  	      
  	      		width:95%;

	      		margin:6px 0;
	      		padding:4px;	      	
	      		border:1px solid #DDDDDD;
	     	       }
