/*
 *********************************************************
 PADRÃO
 *********************************************************
*/

/* Body */
/* body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/brw_bg.gif);
}*/

.m_banner_hide{
	display:none;
}

.m_banner_show{
	display:block;
}

/* Fundo Site */
.Fundo_Site {
	background-image: url(../images/brw_fundo.gifx);
	background-position: left top;
	background-repeat: repeat-y;
}

/* Moldura do Site Default */
.Moldura_Top_Default {
	background-image: url(../images/brw_mold_top_verde.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

.Moldura_Esq_Default {
	background-image: url(../images/brw_mold_esq_verde.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.Moldura_Dir_Default {
	background-image: url(../images/brw_mold_dir_verde.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.Moldura_Esq_bg_Default {
	background-image: url(../images/brw_mold_esq_bg_verde.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

.Moldura_Dir_bg_Default {
	background-image: url(../images/brw_mold_dir_bg_verde.jpg);
	background-position: right top;
	background-repeat: repeat-y;
}

/* Moldura do Site Home */
.Moldura_Top_Home {
	background-image: url(../images/brw_mold_top_azul.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

.Moldura_Esq_Home {
	background-image: url(../images/brw_mold_esq_azul.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

.Moldura_Dir_Home {
	background-image: url(../images/brw_mold_dir_azul.jpg);
	background-position: right top;
	background-repeat: repeat-y;
}

.Moldura_Esq_bg_Home {
	background-image: url(../images/brw_mold_esq_bg_azul.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

.Moldura_Dir_bg_Home {
	background-image: url(../images/brw_mold_dir_bg_azul.jpg);
	background-position: right top;
	background-repeat: repeat-y;
}

/* Caminho Navegação */
.Caminho_Nav {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 9px;
	color: #4f5455;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.Caminho_Nav a{
	color: #4f5455;
	text-decoration: none;
}

.Caminho_Nav:HOVER {
	color: #4f5455;
	text-decoration: underline;
}

/* Fundo Caminho Navegação */
.Fundo_Nav {
	background-image: url(../images/brw_ctrl_nav.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

/* Texto Padrão */
A.TextoPadrao {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

A.TextoPadrao a{
	color: #4f5455;
	text-decoration: none;
}

A.TextoPadrao:HOVER {
	color: #4f5455;
	text-decoration: underline;
}

/* Texto Menu Controle */
.Texto_mnNav {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 11px;
	color: #4f5455;
	text-decoration: none;
}

.Texto_mnNav a{
	color: #4f5455;
	text-decoration: none;
}

.Texto_mnNav:HOVER {
	color: #4f5455;
	text-decoration: underline;
}

/* Texto Menu Serviços */
.Texto_mnServ {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 9px;
	color: #4f5455;
	text-decoration: none;
}

.Texto_mnServ a{
	color: #4f5455;
	text-decoration: none;
}

.Texto_mnServ:HOVER {
	color: #4f5455;
	text-decoration: underline;
}

/* Caixa de Texto */
.Caixa_txt {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 97%;
	border: 1px solid #999999;
}

/* Caixa de Texto Busca */
.Caixa_busca {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 11px;
	color: #4f5455;
	width: 97%;
	border: 1px solid #9b9b9b;
}

/* Borda */
.Borda {
	border: 1px solid #CCCCCC;
}

/* Linha de Divisão */
.Cor_Linha {
	background-color: #F0F0F0;
}

/* Linha de Tickers */
.Cor_Linha_TK {
	background-color: #CCCCCC;
}

/* Linha Pontilhada */
.Linha_Pontilhada {
	background-image: url(../images/brw_nw_dot.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

.Btn {
	background: #21387B;
	padding: 1px;
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 10px;
	font-variant : 10px;
	font-weight: bold;
	color: #FFFFFF;
	border : 1px solid #21387B;
}

/*
 *********************************************************
 CONTEÚDO - HOME
 *********************************************************
*/

/* Título Conteúdo */
.Tit_Conteudo {
	font-family: arial, lucida, helvetica, sans-serif;
	margin: 0;
	color: #79acd7;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.Tit_Conteudo a{
	color:#79acd7;
	text-decoration: none;
}

.Tit_Conteudo:HOVER{
	color:#79acd7;
	text-decoration: none;
}

.Subtit_Conteudo {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 12px;
	color: #79acd7;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.Tx_Conteudo {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 11px;
	color: #4f5455;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.Tx_Conteudo a{
	color:#4f5455;
	text-decoration: none;
}

.Tx_Conteudo:HOVER {
	color:#4f5455;
	text-decoration: underline;
}

.Tx_Galeria {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 11px;
	color: #F5A90B;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/*
 *********************************************************
 NOTÍCIAS - DEFAULT
 *********************************************************
*/

/* Data */
.Data_Noticia1 {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 10px;
	color:#79acd7;
	font-weight: bold;
	text-decoration: none;
}

/* Titulo 1 */
.Titulo_Noticia1 {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 10px;
	color:#79acd7;
	font-weight: bold;
	text-decoration: none;
}

.Titulo_Noticia1 a{
	color:#79acd7;
	text-decoration: none;
}

.Titulo_Noticia1:HOVER {
	color:#79acd7;
	text-decoration: underline;
}

/* Título 2 */
.Titulo_Noticia2 {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 13px;
	color:#666666;
	text-decoration: none;
}

.Titulo_Noticia2 a{
	color:#666666;
	text-decoration: none;
}

.Titulo_Noticia2:HOVER {
	color:#666666;
	text-decoration: underline;
}

/* Matéria */
.Texto_Noticia1 {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.Texto_Noticia1 a{
	color:#FFFFFF;
	text-decoration: none;
}

.Texto_Noticia1:HOVER {
	color:#FFFFFF;
	text-decoration: underline;
}

/* Texto Ler Mais */
.Texto_Noticia_Ler {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 8px;
	color:#FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.Texto_Noticia_Ler a{
	color:#FFFFFF;
	text-decoration: none;
}

.Texto_Noticia_Ler:HOVER {
	color:#FFFFFF;
	text-decoration: underline;
}

/*
 *********************************************************
 GUIA DAS CATEGORIAS
 *********************************************************
*/

/* Texto da Guia de Categorias */
.tx_GuiaC_Ativo {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.tx_GuiaC {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.tx_GuiaC a{
	color:#FFFFFF;
	text-decoration: none;
}

.tx_GuiaC:HOVER {
	color:#FFFFFF;
	text-decoration: underline;
}

/* Fundo da Guia de Categorias */
.Fundo_GuiaC {
	background-image: url(../images/fundo_guiaC.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 25px;
}

/* Divisão da Guia de Categorias */
.Divisao_GuiaC {
	background-image: url(../images/fundo_div_guiaC.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 2px;
	height: 25px;
}

/*
 *********************************************************
 MENU PRINCIPAL
 *********************************************************
*/

/* Fundo Menu Principal1 */
.Fundo_MN1 {
	background-color: #e4e5e4;
}

/* Fundo Borda Menu Principal1 */
.Fundo_MN_Borda1 {
	background-color: #bababa;
}

/* Fundo Menu Principal2 */
.Fundo_MN2 {
	background-color: #343434;
}

/* Fundo Menu Principal3 */
.Fundo_MN3 {
	background-image: url(../images/brw_bgmn_det.gif);
	background-position: left top;
	background-repeat: repeat;
}

/* Fundo Menu Principal4 */
.Fundo_MN4 {
	background-color: #cbcbcb;
}

/* Título Menu Principal */
.tx_Menu_TPrincipal {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 10px;
	color: #373737;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

/* Título Busca */
.tx_Menu_TBusca {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 10px;
	color: #373737;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.tx_Menu_TProduto {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 10px;
	color: #79acd7;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.tx_Menu_TProduto a{
	color:#79acd7;
	text-decoration: none;
}

.tx_Menu_TProduto:HOVER {
	color:#79acd7;
	text-decoration: underline;
}

/* Texto Menu Principal Produtos */
.tx_Menu_Produtos {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.tx_Menu_Produtos a{
	color:#FFFFFF;
	text-decoration: none;
}

/* Subcategorias Produtos Menu Principal */
.tx_Menu_Principal_Sub_Ativo {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 10px;
	color: #79acd7;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.tx_Menu_Principal_Sub {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.tx_Menu_Principal_Sub a{
	color:#FFFFFF;
	text-decoration: none;
}

.tx_Menu_Principal_Sub:HOVER {
	color:#79acd7;
	text-decoration: none;
}

.tx_Menu_Produtos:HOVER {
	color:#79acd7;
	text-decoration: underline;
}

/* Texto Menu Principal */
.tx_Menu_Principal_Ativo {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 10px;
	color: #79acd7;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.tx_Menu_Principal {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 10px;
	color: #373737;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.tx_Menu_Principal a{
	color:#373737;
	text-decoration: none;
}

.tx_Menu_Principal:HOVER {
	color:#79acd7;
	text-decoration: underline;
}

/* Texto Atendimento */
.tx_Atendimento_On {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 10px;
	color: #79acd7;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.tx_Atendimento_On {
	color:#79acd7;
	text-decoration: none;
}

.tx_Atendimento_On:HOVER {
	color:#79acd7;
	text-decoration: underline;
}

.tx_Atendimento_Off {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 10px;
	color: #ff0000;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.tx_Atendimento_Off {
	color:#ff0000;
	text-decoration: none;
}

.tx_Atendimento_Off:HOVER {
	color:#ff0000;
	text-decoration: underline;
}

/* Fundo Atendimento */
.Fundo_Tabela {
	background-image: url(../images/brw_mn_18.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/*
 *********************************************************
 MENU INTERNO
 *********************************************************
*/
.Fundo_MInterno {
	background-color:#000000
}

.Moldura_Esq_MInterno {
	background-image: url(../images/brw_sm_se.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.Moldura_Dir_MInterno {
	background-image: url(../images/brw_sm_sd.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.Moldura_Esq_MInterno2 {
	background-image: url(../images/brw_sm_ie.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.Moldura_Dir_MInterno2 {
	background-image: url(../images/brw_sm_id.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.Moldura_Inferior_MInterno {
	background-image: url(../images/brw_blk_dgrd.png);
	background-position: left top;
	background-repeat: repeat-x;
	height: 37;
}

/*
 *********************************************************
 CAIXA DE LOGIN
 *********************************************************
*/

/* Texto Login */
.tx_Login {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.tx_Login a {
	color: #333333;
	text-decoration: none;
}

.tx_Login:HOVER {
	color: #333333;
	text-decoration: underline;
}

/* Cor Caixa Login */
.Cor_Login {
	background-color: #E2E1E1;
}

/* Cor Linha Login */
.Cor_Linha_Login {
	background-color: #CCCCCC;
}

/*
 *********************************************************
 CAIXA DE BUSCA
 *********************************************************
*/

#search {
	padding: 0;
	margin: 0 15px 0 0;
	_margin-top: 1px;
	vertical-align: middle;
}
*:first-child+html #search { /* IE7 only */ 
	margin-top: 1px;
}
#search fieldset {
	display: block;
	_display: inline;
}
#search input.search_text {
	float: left;
	width: 100%;
	margin: 0 7px 0 0;
	padding: 1px 2px;
	border: 1px solid #9b9b9b;
	border-width: 1px 1px 1px 1px;
	vertical-align: middle;
	font-size: 11px;
	color: #4f5455;	
	font-family: arial, lucida, helvetica, sans-serif;
	background-image: url(../images/icn_magnifying_glass.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
}

/*
 *********************************************************
 COLUNA DIREITA
 *********************************************************
*/

/* Texto Menu Direito */
.tx_Menu_Direito_Tit {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 10px;
	color: #4f5455;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.tx_Menu_Direito {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 10px;
	color: #4f5455;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/*
 *********************************************************
 VITRINE - HOME
 *********************************************************
*/

/* Título do Produto */
.Titulo_box_H {
	font-family: arial, lucida, helvetica, sans-serif;
	margin: 0;
	color: #79acd7;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.Titulo_box_Det {
	font-family: arial, lucida, helvetica, sans-serif;
	margin: 0;
	color: #79acd7;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.Titulo_box_H a{
	color:#79acd7;
	text-decoration: none;
}

.Titulo_box_H:HOVER {
	color:#79acd7;
	text-decoration: underline;
}

/* Título do Produto */
.Titulo_box_D {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.Titulo_box_D a{
	color:#666666;
	text-decoration: none;
}

.Titulo_box_D:HOVER {
	color:#666666;
	text-decoration: underline;
}

/* Texto do Produto */
.Texto_box_H {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 11px;
	color: #4f5455;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.Texto_box_H a{
	color:#4f5455;
	text-decoration: none;
}

.Texto_box_H:HOVER {
	color:#4f5455;
	text-decoration: underline;
}

/* Texto Detalhes */
.Texto_box_Det {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 9px;
	color:#666666;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.Texto_box_Det a{
	color:#666666;
	text-decoration: none;
}

.Texto_box_Det:HOVER {
	color:#666666;
	text-decoration: underline;
}

/* Texto Preço Normal */
.Texto_PrecoN {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 14px;
	color:#012C5C;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

/* Texto Preço De */
.Texto_PrecoD {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	font-style: normal;
	font-weight: normal;
	text-decoration: line-through;
}

/* Texto Preço Por */
.Texto_PrecoP {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 14px;
	color:#FF0000;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

/* Borda Box */
.Borda_Box {
	border: 1px solid #FFFFFF;
}

/* Images 57 x 57 */
img.Img_Prod_H {
	width: 57px;
}

/* Images 130 x 100 */
img.Img_Prod_P {
	width: 130px;
}

/* Images 150 x 150 */
img.Img_Prod_Destaque {
	width: 150px;
}

/* Images 300 x 300 */
img.Img_Prod_G {
	width: 300px;
}

/* Images Thumbnails 30 x 30 */
img.Img_Thumbs_P {
	height: 30px;
	width: 30px;
}

/* Fundo Caminho Categorias */
.Fundo_Categ_Prods {
	background-image: url(../images/brw_categ_prods.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/* Fundo box produtos */
.Fundo_Box_Prods {
	background-image: url(../images/brw_shadow_prods.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

/*
 *********************************************************
 CARRINHO DE COMPRAS
 *********************************************************
*/

/* Images 90 x 90 */
img.Img_Prod_Cart {
	width: 90px;
}

/* Fundo Detalhes */
.Fundo_Det_Cart {
	background-color: #E2E1E1;
}

/* Fundo Totais */
.Fundo_Tot_Cart {
	background-color: #D3D1D1;
}

/* Texto Cabeçalho */
.Txt_Cab_Cart {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 9px;
	color:#FFFFFF;
	font-style: bold;
	text-decoration: none;
}

/* Texto Padrão do Carrinho */
.Txt_Padrao_Cart {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 9px;
	color:#000000;
	font-style: normal;
	text-decoration: none;
}

.Txt_Padrao_Cart a {
	color:#000000;
	text-decoration: none;
}

.Txt_Padrao_Cart:HOVER {
	color:#000000;
	text-decoration: underline;
}

/* Texto Total do Carrinho */
.Txt_Total_Cart {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	font-style: bold;
	text-decoration: none;
}


/*
 *********************************************************
 RODAPÉ - HOME
 *********************************************************
*/

/* Copyright */
.Texto_Rodape {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 10px;
	color:#21387B;
	font-style: normal;
	text-decoration: none;
}

/*
 *********************************************************
 RODAPÉ - DEFAULT
 *********************************************************
*/

/* Copyright */
.Texto_Rodape2 {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 9px;
	color:#808080;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.Texto_Rodape2 a{
	color: #808080;
	text-decoration: none;
}

.Texto_Rodape2:HOVER {
	color: #808080;
	text-decoration: underline;
}

/*
 *********************************************************
 ESPECIFICAÇÕES
 *********************************************************
*/

/* Abas */
.aba_table {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.aba_menu {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	cursor: hand;
}

.aba_menu-sel {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4f5455;
	background-color: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding: 5px;
	cursor: hand;
}

.aba_tb-conteudo {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.aba_conteudo {
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4f5455;
	background-color: #FFFFFF;
	padding: 5px;
	width: 500px;
	height: 460px;
}