a 
{
	font-family: verdana;
	font-size:11px;
	color: #000099;
	font-style: normal;
	text-decoration:none;
}

a:hover
{
	color:#444444;
}

.menu_light
{
	color: #FFFFFF;
}

.menu_light:hover
{
	color: #E0E0E0;
}

menu_root a:hover
{
	color: #E0E0E0;
}


body
{
	font-family: verdana;
	background-color: #EEEEEE;
	line-height: normal;
	font-size:11px;
	color: #000000;
	scrollbar-arrow-color: #666666;
	scrollbar-base-color: #B4B4B4;
	scrollbar-shadow-color: #666666;
	scrollbar-face-color: #CDCDCD;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-dark-shadow-color: #999999;
	scrollbar-3d-light-color: #B4B4B4;
	margin: 0px;
}

.titulodrag
    {
        position:relative;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        color: #0066CC;
        background-color: #FFFFE6;
        height: 12px;
        width: 300px;
        border: 1px solid #999999;
        visibility: visible;
   }

.dragme
{
	position:relative;
	left: 300;
	top: 300;
}

.oculto
{
	position:relative;
	left: 300;
	top: 300;
        visibility: hidden;
}

.cbDefault
{
	height: 15px;
	width: 15px;
	border: none;
}

.rbDefault
{
	height: 15px;
	width: 15px;
	border: none;
}

.cmbDefault {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

select
{
	Border-Bottom: #666666 1px solid;
	Border-Left: #666666 1px solid;
	Border-Right: #666666 1px solid;
	Border-Top: #666666 1px solid;
	font-family: Tahoma, verdana;
	font-size: 12px;
}

input
{
	/*Border-Bottom: #666666 1px solid;
	Border-Left: #666666 1px solid;
	Border-Right: #666666 1px solid;
	Border-Top: #666666 1px solid;*/
	font-family: Tahoma, verdana;
	font-size: 12px;
	text-transform: uppercase;
}


input.lowercase
{
	text-transform: lowercase;	
}

input.normal
{
	text-transform: none;
}

.menu
{
	Border-Right: #BAB7B7 1px solid;
	background-color: #DCD9D9;	
	font-family: verdana;
	font-size: 11px;
	padding: 1px 0px 4px 0px;
}

.menu a
{
	color: #666666;
}

.menu a:hover
{
	color: #804000;
}

.menu_mouse_over
{
	background-color: #E3E0E0;
}

.child_menu a
{
	color: #666666;
}

.child_menu a:hover
{
	color: #804000;
}

.child_menu
{
	border-top: #BAB7B7 1px solid;
	border-bottom: #BAB7B7 1px solid;
	border-right: #BAB7B7 1px solid;
	border-left: #BAB7B7 1px solid;
	
	background-color: #DCD9D9;	
	font-family: verdana;
	font-size: 11px;
	padding: 2px 0px 2px 0px;
}

.child_menu_mouse_over
{
	background-color: #E3E0E0;
}

.msg
{
	color: #FF0000;
	text-align: center;
}

.spacer
{
	padding-top: 40px;
}

.tableBody
{
	border: 1px solid #999999;
	background-color : #E7E4E0;
}

.tableForm
{
	border: 1px solid #999999;
	background-color : #F1F0F4;
}

.tableForm td
{
	padding: 2px 2px 2px 2px;
}

.tableSemBorda
{
	border: 0px solid #B2B4BF;
	background-color : #FFFFFF;	
}

.tablePesquisa
{
	border: 1px solid #B2B4BF;
	background-color : #FFFFFF;
}

.tableCriterio
{
	border: 1px solid #B2B4BF;
}

.tablePesquisa td
{
	border: 1px solid #B2B4BF;
}

.tablePesquisa selected
{
	background-color: #B2B4BF;
	color: #000000;
	font-weight: bold;
}

.tablePesquisa selected a
{
	color: #000000;
}

.tablePesquisa selected a:hover
{
	color: #444444;
}

.tablePesquisa.alternated
{
	color: #000000;
	background-color : #FFFFF9;
}

.tablePesquisa.alternated a
{
	color: #000000;
}

.tablePesquisa alternated a:hover
{
	color: #444444;
}

.tablePesquisa.header
{
	background-color: #156FB6;
	color: #FFFFFF;
	font-size:11px;
	font-weight: bold;
}

.tablePesquisa header a
{
	background-color: #156FB6;
	/*color: #FFFFFF;*/
	font-weight:normal;
}

.tablePesquisa header a:hover
{
	background-color: #156FB6;
	/*color: #FFFFAA;*/
}

.tablePesquisa pager
{
	background-color : #E7E4E0;
	color: #FFFFFF;
}

.tablePesquisa pager td
{
	border-top: solid 1px BAB7B7;
}

.tablePesquisa pager a
{
	color: #000000;
}

.tablePesquisa pager a:hover
{
	color: #FF0000;
}

.tablePesquisa pager span
{
	font-weight: bold;		
}


.tableSolid
{
	border: 1px solid #999999;
	background-color : #E7E4E0;
}

td
{
	font-size:11px;
	margin-left: 80px;
}

td.screen_title
{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	border: solid 1px #CACACA;
	padding: 5px 25px 5px 25px;
}

td.user_name
{
	font-size: 12px;
	font-weight: bold;
	color: #EAEAEA;
	padding: 5px 25px 5px 25px;
}

textarea
{
	Border-Bottom: #666666 1px solid;
	Border-Left: #666666 1px solid;
	Border-Right: #666666 1px solid;
	Border-Top: #666666 1px solid;
	font-family: Tahoma, verdana;
	font-size: 12px;
}

.tableLegenda
{
	border: 1px solid #999999;
	background-color : #FCFCFC;	
}

.tableLegenda.header1
{
	background-color: #CC6666;
	color: #FFFFFF;
	font-size:11px;
	font-weight: bold;
}

.tableLegenda.header2
{
	background-color: #008400 ;
	color: #FFFFFF;
	font-size:11px;
	font-weight: bold;
}

.tableLegenda.header3
{
	background-color: #9A9A9A ;
	color: #FFFFFF;
	font-size:11px;
	font-weight: bold;
}

.pagebreak
{
	page-break-before: always;	
}

.imgLink_Consulta
{
	cursor: hand;
}

.sub_title
{
	color: #000066;
	font-size: 11px;
	border-bottom: solid 1px #000066;	
}

.main_title
{
	color: #444444;
	font-size: 18px;
	font-weight:bold;
	border-bottom: solid 1px #444444;
}

.login_title
{
	color: #DDDDD9;
	font-size: 12px;
	font-weight:bold;
	border-bottom: solid 0px #444444;
}


.empresa_filial
{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

.btnNext
{
	border-bottom: #4D728C 1px Solid;
	font-size: 11px;
	color: #4D728C;
}

.noborder
{
	border:none;
}

.link_button
{
	color:#000000;
	font-weight:bold;
	vertical-align:middle;
}

.tbl_Panel
{
	background-color:#E3E3E3;
	border-right:solid;
	border-right-color:#797979;
	border-right-width:1px;
	border-left:solid;
	border-left-color:#797979;
	border-left-width:1px;
}

.td_noborder
{
	border-right:none;
	border-left:none;
}

.td_spacer
{
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#000000;
}

.tbl_Msg
{
	background-color: #E3E3E3;
	border-right:solid 1px #797979;
	border-left:solid 1px #797979;
	border-top:solid 1px #797979;
	border-bottom:solid 1px #797979;
}

.empty_body
{
	background-color:#FFFFFF;
}

.td_footer
{
	background-color:#FFFFE2;
	color:#000000;
	font-weight:bold;
}

.st_button
{
  border-width: 1px;
  color: white;
  font-weight: bold;
  font-size: 10px;
  height: 18px;
  margin: 0 0 0 0;
  padding: 0;

  background-repeat:repeat-x;
  background-position: 50px 49%;
  background-image: url('../images/buttonbg.gif');

  background-color: #3163BD;
}

.link_form
{
	color:#000000;
	font-weight:bold;
	vertical-align:middle;
}

.empresa_teste
{
    /*background-color:#e3f4df;*/
    /*background-color:#b6f2a6;*/
     /*font-size:10px;*/
    font-weight:bold;
    color:#009900;
}

/*copiado da loja virtual*/
.table_identificacao 
{
    border:solid 1px #c7c7c7;
    background-color:#f6f6f6;
}

.title_identificacao
{
    /*background-color: #f6f6f6;*/
    background-color:#e0e0e0;
    text-align: center;
    font-weight: bold;
    font-size:12px;
    line-height: 18px;
    border-bottom: solid 1px #c7c7c7;
}

.menu_compra
{
    background-image:url(../images/bg_menu_compra.jpg);
    height:22px;
}

.tablePesquisa_Loja
{
	border: 1px solid #B2B4BF;
	background-color : #FFFFFF;
}

.tablePesquisa_Loja td
{
	border: 1px solid #B2B4BF;
	color:#827E7D;
}

.tablePesquisa_Loja th
{
	color: #9a9b9a;
	background-color : #f6f6f6;
	font-weight:bold;
	line-height: 20px;
	border:1px solid #B2B4BF;
	border-bottom:5px solid #B2B4BF;
}

.tablePesquisa_Loja th.header1
{
	color: #ffffff;
	background-color : #7596bb;
	font-weight:bold;
	line-height: 20px;
	border:1px solid #B2B4BF;
	border-bottom:5px solid #B2B4BF;
}

.tablePesquisa_Loja th.header2
{
	color: #ffffff;
	background-color : #6282a7;
	font-weight:bold;
	line-height: 20px;
	border:1px solid #B2B4BF;
	border-bottom:5px solid #B2B4BF;
}

.tablePesquisa_Loja th.header3
{
	color: #ffffff;
	background-color : #506b8a;
	font-weight:bold;
	line-height: 20px;
	border:1px solid #B2B4BF;
	border-bottom:5px solid #B2B4BF;
}

.tablePesquisa_Loja th.header4
{
	color: #ffffff;
	background-color : #3c536d;
	font-weight:bold;
	line-height: 20px;
	border:1px solid #B2B4BF;
	border-bottom:5px solid #B2B4BF;
}

.title1
{
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 15px;
	font-weight:bold;
	color: #827E7D;
	line-height:15px;
	text-decoration:none;
}

.menu_dados_item
{
	/*background-color:#c9c9c9;*/
	background-color:#f9f9f9;
	padding-left:5px;
	padding-right:5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border:solid 1px #c7c7c7;
	color:#999;
}

.td_frete
{
    background-color:#ecebe6;  
    font-family: Tahoma,  Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color:#827E7D;
	line-height:15px;
}

.td_prazo_entrega
{
    background-color:#d1d0cb;
    font-family: Tahoma,  Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color:#000;
}

.td_prazo_entrega div
{
    background-color:#7596bb;
    font-family: Tahoma,  Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color:#fff;
	font-weight:bold;
	line-height:20px;
}

.td_subtotal 
{
    font-family: Tahoma,  Arial, Helvetica, sans-serif; 
	font-size: 11px; 
    background-color:#c3c3c2;
    font-weight:bold;
    color:#000;
    line-height:25px;
}

.td_total
{
    font-family: Tahoma,  Arial, Helvetica, sans-serif; 
	font-size: 12px; 
    background-color:#5D7B9D;
    font-weight:bold;
    color:#fff;
    line-height:25px;
}

.frete_gratis
{
    color:Red;
}

.msg_loja
{
    background-color:#f5ee85;
    color:Red;
    font-weight:bold;
    line-height:18px;
}

.bg_treina td
{
    background-image: url(../images/bg_treina.gif);
    background-repeat: repeat-x;
}
/*----------------------*/

/*---Elementos da loja virtual---*/
.menu_categoria
{
    width:150px;
    vertical-align:top;
}

.ofertas
{
    width:100%;
}

.menu_ofertas
{
    background-color:#E3EAEB;
}

.titulo_categoria_menu
{
    text-align:center;
    background-image:url('../images/loja_virtual/bg_categoria.gif');
    height:50px;
    width:150px;
    background-repeat:no-repeat;
    color:#fff;
    font-weight:bold;
    font-size:14px;
}

.menu_nodes
{
    font-family:Arial, Tahoma, Times New Roman, Sans-Serif;
    font-size:11px;
    padding:3px 0px 0px 0px;
    color:#666666;
}

.menu_nodes:hover
{
    text-decoration:underline;
}

.menu_nodes_root
{
    font-family:Arial, Tahoma, Times New Roman, Sans-Serif;
    font-size:11px;
    padding:7px 0px 0px 0px;
    color:#990000;
    font-weight:bold;
}

.menu_nodes_root:hover
{
    text-decoration:underline;
    color:#990000;
}

.div_menu
{
    border:solid 1px #990000;            
    width:145px;
    padding-left:2px;
    padding-bottom:2px;            
}

.produto_vitrine
{            
    border-bottom:solid 1px #E3EAEB;
}

.no_border
{
    border:none;
}

.btnFiltro
{
    font-family:Arial, Tahoma, Helvetica, Sans-Serif;
    font-size:9px;
}

.bem_vindo
{
    font-weight: bold;
    text-align: center;
}

.ddlDefault
{
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
    background-color: #ffffff; 
    color: #102132; 
    border: 1px solid #284279;
}

.body_loja
{
    background-color:#ffffff; 
    font-family:verdana; 
    font-size:11px; 
    margin:0px;
}
/*-------------------------------*/

/*para divs de configurações da loja*/
/*-------------------------------*/
.divBannerPrincipalCentral
        {
            position:relative;
            width: 165px;
            height:0px;
            left: 200px;
            top: -22px;
        }
        
.divBannerPrincipalSuperior
{
    position:relative;
    width: 165px;
    height:0px;
    left: 320px;
    top: -22px;
}

.divBannerPrincipalLateral
{
    position:relative;
    width: 165px;
    height:0px;
    left: 40px;
    top: -22px;
}

.divBannerSecundario
{
    position:relative;
    width: 155px;
    height:0px;
    left: 0px;
    top: 4px;
}

.divFundoDepartamentos
{
    position:relative;
    width: 155px;
    height:0px;
    left: 0px;
    top: 4px;
}
.divFreteGratis
{
    position:relative;
    width: 155px;
    height:0px;
    left: 0px;
    top: 2px;
}
.divBotaoComprar
{
    position:relative;
    width: 155px;
    height:0px;
    left: 0px;
    top: 2px;
}
/*-------------------------------*/

.fullheight
{
    margin-bottom:120px;
}