@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	list-style:none;
}

body, html {
	height:100%;
}

/**********************************************************************
	ESTRUTURA
**********************************************************************/

#pagina_bbtrends {
	background-image:url(../imagens/bg_portal.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#F5F5F1;
	min-width:1000px;
	width:100%;
}

#div_portal {
	background-image:url(../imagens/bg_gradiente_base_conteudo.jpg);
	background-position:center bottom;
	background-repeat:repeat-x;
	width:100%;
	float:left;
}

#div_portal_conteudo {
	background-image:url(../imagens/bg_base_conteudo.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:100%;
	float:left;
}


/* conteudo pagina */
#container_bbtrends {
	width:940px; /* largura conteudo pagina */
	margin:0 auto;
	position:relative;
}

/* main portal */
#main_bbtrends {
	width:940px; /* largura conteudo pagina */
	margin:0 auto;
	
}

#col_main_bbtrends {
	background-image:url(../imagens/bg_sombra_main.jpg);
	background-repeat:repeat-y;
	background-position:190px top;
	width:940px; /* largura conteudo pagina */
	float:left;
}

#col_menu_bbtrends {
	width:170px;
	padding-right:20px;
	padding-top:20px;
	float:left;
}
#main_pagina_home {
	width:750px;
	float:right;
}

#main_pagina {
	width:750px;
	float:right;
	padding-top:50px;
}

#conteudo_main_home {
	width:720px;
	background-image:url(../imagens/bg_box_novidades.jpg);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:20px;
}

/* fim gradiente main */
#box_row_end_main {
	background-image:url(../imagens/bg_end_main.jpg);
	background-repeat:no-repeat;
	background-position:190px bottom;
	width:940px; /* largura conteudo pagina */
	float:left;
}

#box_row_home {
	width:100%;
	/*border-bottom:solid 1px #E0E0E0;*/
	border-top:solid 1px #E0E0E0;
	margin-bottom:20px;
	float:left;	
}

#box_row_home_bottom {
	width:100%;
	/* border-bottom:solid 1px #E0E0E0; */
	padding-top:15px;
	padding-bottom:15px;
	float:left;
}



#banner-videos{
	padding-top:5px;
}


#banner-videos h1{
	padding-top:5px;
	color:#6699CC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-bottom:10px;

}
#box_row_col {
	width:100%;
	border-top:solid 1px #E0E0E0;
	margin-bottom:20px;
	margin-top:5px;
}





/**********************************************************************
	ESTRUTURA INTERNA MAIN
**********************************************************************/
#conteudo_main_internas {
	width:720px;
	padding-left:30px;
	font-size:80%;
}

#titulos_internas {
	background-image:url(../imagens/bg_titulos_internas.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	width:100%;
	margin-top:100px;
	height:75px;
	text-align:right;
}
#titulos_paginas {
	height:53px;
}
#titulos_paginas h1 {
	padding-top:10px;
	padding-bottom:10px;
	margin-right:10px;
	font-family:Arial;
	font-size:30px;
	color:#DEBFD2;
}
#navegacao_internas {
	height:auto;
	padding-left:30px;
	text-align:left;
}

#flash_internas {
	height:330px;
	margin-bottom:20px;
}

#main_produtos_internas {
	width:100%;
}
#row_produtos {
	border-bottom:1px solid #E0E0E0;
	width:100%;
	height:100%;
	float:left;
	margin-bottom:20px;
}

#box_produtos_lista {
	width:225px;
	float:left;
	margin-right:10px;
	text-align:center;
}
#img_box_produtos_min {
	width:185px;
	height:100px;
	background-color:#FFFFFF;
	border:10px solid #B3D9D9;
	padding:10px;
	text-align:center;
	margin-bottom:5px;
}
#box_produtos_lista img {
	border:0;
}
#box_produtos_lista img#bt_detalhes {
	margin-top:5px;
}

#margem_col_internas {
	height:150px;
}

#box_titulo_pagina_interna {
	margin-top:75px; /* margem topo portal */
	height:80px;
}

/* paginacao produtos */
#box_paginacao_produtos {
	float:left;
	width:100%;
	border-top:1px solid #E0E0E0;
	border-bottom:1px solid #E0E0E0;
	margin-bottom:20px;
}
#paginacao_produtos {
	float:right;
	width:auto;
	text-align:right;
}
#paginacao_produtos li {
	list-style:none;
	float:left;
	padding:2px;
}
#paginacao_produtos .label {
	margin-right:10px;
	font-family:Arial;
	font-size:12px;
	color:#009999;
	float:left;
}
#paginacao_produtos a {
	margin-right:10px;
	font-family:Arial;
	font-size:12px;
	color:#009999;
	text-decoration:none;
	float:left;
}
#paginacao_produtos h1#prev a {
	width:15px;
	height:15px;
	background-image:url(../imagens/seta_prev.gif);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	float:left;
}
#paginacao_produtos h1#next a {
	background-image:url(../imagens/seta_next2.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:15px;
	height:15px;
	display:block;
	float:left;
}
#paginacao_produtos .active {
	margin-right:10px;
	font-family:Arial;
	font-size:12px;
	color:#FF6699;
	text-decoration:none;
}
#paginacao_produtos a:hover {
	text-decoration:underline;
}



#box_pagina_atual {
	background-image:url(../imagens/bg_hr_01.jpg);
	background-repeat:repeat-x;
	height:20px;
	display:block;
}

/**********************************************************************
	INTERNA MODELO 2
**********************************************************************/
#main_texto_internas {
	width:100%;
}
#subtitulo_texto_internas, .subtitulo_texto_internas  { /* se refere a todos os sub-titulos do site */
	width:100%;
	height:20px;
	border-bottom:1px solid #E0E0E0;
	margin-top:20px;
	
}
#texto_internas, .texto_internas { /* se refere a todos os texto do site */
	padding-right:50px;
	padding-top:30px;
	float:left;
	margin-top:-1px;
	text-align:justify;
}

#tamanho_texto_interna2 {
	width:150px;
	float:right;
	height:20px;
	border-top:1px solid #E0E0E0;
	border-left:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
}
#tamanho_texto_interna2 p {
	font-family:Arial;
	font-size:11px;
	color:#666666;
	padding:2px;
	padding-left:10px;
	float:left;
}
#tamanho_texto_interna2 ul {
	width:42px;
	height:20px;
	float:right;
}
#tamanho_texto_interna2 ul li {
	list-style:none;
	border-left:1px solid #E0E0E0;
	float:left;
}
#tamanho_texto_interna2 ul li a img {
	border:0;
	text-decoration:none;
	float:left;
}

/* FORMULARIOS CONTATO / CADASTRO */
#formulario {
	width:100%;
	padding-top:30px;
	float:left;
}


/**********************************************************************
	INTERNA INSTITUCIONAL
**********************************************************************/


/* BANNER INTERNAS INSTITUCIONAIS */
#flash_internas_institucional {
	height:240px;
}
#img_flash_internas_inst {
	height:200px;
	position:absolute;
}
#tamanho_texto_interna {
	width:750px;
	height:240px;
	position:absolute;
}
#tamanho_texto_interna img {
	padding-top:157px;
}

/* BOX MAIN */
#box_main_internas, .box_main_internas {
	width:99%;
	/*min-height:200px;*/
	border:1px solid #E0E0E0;
	float:left;
	text-align:center;
}
#titulo_box_main_internas {
	padding:10px;
	border-bottom:1px solid #E0E0E0;
	text-align:left;
}

#box_google_maps {
	margin:20px;
}

/* form box main internas */
#titulo_box_main_internas .input_text{
	border:1px solid #E0E0E0;
	width:500px;
	padding:2px;
	margin:4px;
	font-family:Arial;
	font-size:11px;
	color:#666666;
	background-image:url(../imagens/bg_input.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	float:left;
}
#titulo_box_main_internas label{
	display:block;
}
#titulo_box_main_internas .input_button {
	display:block;
}
#titulo_box_main_internas label span{
	display:block;
	float:left;
	width:70px;
	text-align:left;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#006699;
	margin-top:7px;
}



/**********************************************************************
	DETALHES DO PRODUTO
**********************************************************************/
#row_editar_produto {
 	width:100%;
	padding-top:40px;
	padding-bottom:40px;
	float:left;
}
#col_produto {
	width:200px;
	margin-right:50px;
	float:left;
}
#col_produto img#bt_indicar_produto {
	padding-top:25px;
}

#col_editar_produto {
	width:465px;
	float:right;
}

#row_box_editar_produto {
	background-color:#F2F9F9;
	border-bottom:1px solid #D0D0D0;
	border-top:1px solid #D0D0D0;
	margin-top:5px;
	margin-bottom:5px;
	padding-bottom:10px;
	padding-top:10px;
}

#hr_box {
	padding-bottom:5px;
	padding-top:10px;
	width:100%;
	height:2px;
}

#bt_comprar {
	float:left;
	margin-right:10px;
}

#preco {
	width:200px;
	margin-top:3px;
	float:left;
}

#row_box_editar_produto .input_text{
	width:350px;
	padding:3px;
	font-family:Arial;
	font-size:11px;
	color:#666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #C0C0C0;
}
#row_box_editar_produto .select_text{
	width:358px;
	padding:3px;
	font-family:Arial;
	font-size:11px;
	color:#666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #C0C0C0;
}
#row_box_editar_produto label{
}
#row_box_editar_produto label span{
	display:inline;
	float:left;
	width:80px;
	text-align:left;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#006699;
	padding-top:4px;
	padding-left:10px;
}



#row_detalhes_produto {
	margin-bottom:50px;
	border-bottom:1px solid #D0D0D0;
	width:100%;
	float:left;
}
#titulo_row_detalhes_produto {
	background-image:url(../imagens/bg_titulo_row_detalhes_produto.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:35px;
}
#content_row_detalhes_produto {
	background-image:url(../imagens/bg_content_row_detalhes_produto.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-top:10px;
	padding-bottom:30px;
	padding-left:20px;
	padding-right:20px;
}

/**********************************************************************
	COMPONENTES PAGINAS
**********************************************************************/
#box_busca_perso {
	background-color:#E9F3F3;
	width:150px;
	margin-bottom:20px;
	margin-top:5px;
	padding:10px;
}
#box_busca_perso form select {
	width:150px;
	font-family:Arial;
	font-size:11px;
	color: #666666;
}
#box_busca_perso form label {
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#336666;
	height:13px;
	display:block;
}
#box_busca_perso form input#palavra_chave {
	width:146px;
	margin-bottom:5px;
	font-family:Arial;
	font-size:11px;
	color: #666666;
}


#box_meu_carrinho {
	height:auto;
	background-image:url(../imagens/bg_box_meu_carrinho.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#E9F3F3;
	width:150px;
	margin-bottom:20px;
	padding:10px;
}
#box_meu_carrinho img{
	display:block;
	margin-bottom:5px;
	margin-top:5px;
}

#box_meu_login {
	height:auto;
	background-image:url(../imagens/bg_box_meu_carrinho.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#E9F3F3;
	width:150px;
	margin-bottom:20px;
	padding:10px;
}
#box_meu_login img{
	display:block;
	margin-bottom:5px;
	margin-top:5px;
}
#box_meu_login h1{
	margin-bottom:5px;
	margin-top:5px;
	font-family:Arial;
	font-size:20px;
	color:#669999;
	display:block;
}
#box_meu_login form input#login, form input#senha {
	width:146px;
	margin-bottom:2px;
	font-family:Arial;
	font-size:11px;
	color: #666666;
}
#box_meu_login form input#bt_login, form input#bt_registrar {
	display:inline;
	margin-top:3px;
	margin-bottom:5px;
	float:right;
}
#box_meu_login form input#bt_login {
	float:left;
}




/* menu lateral de 1 nivel */
#box_row_col ul {
	white-space:nowrap;
}

#box_row_col ul li {
	list-style-type:none;
	width:100%;
	display:inline; /* IE */
}

#box_row_col ul li#sub_menu a {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#8FB5DA;
	text-decoration:none;
	border-bottom:1px #E0E0E0 solid;
	width:100%;
	display:block;
}

#box_row_col ul li#item_marca a {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#8FB5DA;
	text-decoration:none;
	display:block;
}

/* menu lateral de 2 nivel */
#box_row_col ul li#item_sec a {
	font-family:Arial;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	border-bottom:1px #E0E0E0 solid;
	width:100%;
	display:block;
}

/* menu lateral de 3 nivel */
#box_row_col ul li#item_ter a {
	font-family:Arial;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	border-top:1px #FFFFFF solid;
	border-bottom:1px #E0E0E0 solid;
	width:100% - 10px;
	display:block;
	margin-top:-1px;
	padding-left:10px;
}


#box_row_col ul li#sub_menu a:hover {
	color:#66CCCC;
}
#box_row_col ul li#item_marca a:hover {
	color:#66CCCC;
}
#box_row_col ul li#item_sec a:hover {
	color:#669999;
}
#box_row_col ul li#item_ter a:hover {
	color:#669999;
}


/* menu lateral de 2 nivel */
#box_row_col ul ul li {
	list-style-type:none;
	display:inline;
}

#box_row_col ul ul li a {
	font-family:Arial;
	font-size:11px;
	color:#666666;
	text-decoration:none;
}

#box_row_col ul ul li a:hover {
	color:#999999;
}



/* materias - noticias */
#box_novidades_home {
	height:180px;
}

#box_novidade {
	width:210px;
	margin-right:30px;
	float:left;
}
#box_novidade_end {
	width:210px;
	float:left;
}

#img_box_novidades {
	width:190px;
	height:60px;
	background-color:#B3D9D9;
	padding:5px;
	margin-bottom:5px;
	margin-top:5px;
}

/* box videos destaque */
#box_video_min {
	width:179px;
	padding-top:10px;
	padding-bottom:10px;
	border-right:1px #E0E0E0 solid;
	float:left;
	text-align:center;
	border-top:1px solid #E0E0E0;
	min-height:112px;
	
}
#box_video_min_end {
	width:179px;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
	text-align:center;
	border-top:1px solid #E0E0E0;
	min-height:112px;
}

#box_video_outros {
	display:block;
	text-align:left;
}

#box_video_outros h1 {
	font-family:Arial;
	font-size:12px;
	color:#6699CC;
	padding-bottom:0px;
	margin-bottom:0px
}

#box_video_outros h1 a {
	font-family:Arial;
	font-size:12px;
	color:#6699CC;
	padding-bottom:0px;
	margin-bottom:0px
}

/* resumo produtos home */
#box_vendas {
	width:539px;
	border-right:solid 1px #E0E0E0;
	float:left;
}

#produtos_destaque_home {
	height:200px;
	width:100%;
}

#box_produto_home_destaque {
	width:110px;
	margin-right:20px;
	margin-top:15px;
	float:left;
	text-align:center;
}

#box_produto_home_destaque img {
	border:0;
	margin-top:5px;
	text-decoration:none;
}





#clientes_bbtrends {
	background-image:url(../imagens/bg_gradiente_rows.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:140px;
	width:100%;
	border-top:solid 1px #E0E0E0;
	text-align:center;
}

#box_televendas {
	width:auto;
	height:355px;
	padding-top:10px;
	padding-left:10px;
	float:left;
}
	

#box_row_bt_topo {
	width:100%;
	height:16px;
	float:left;
	height:100px;
	margin-top:30px;
}
#box_row_bt_topo_line {
	width:100%;
	border-bottom:solid 1px #E0E0E0;
	border-top:solid 1px #E0E0E0;
	height:16px;
}
#box_row_bt_topo_line h1#bt_topo a {
	float:right;
	width:36px;
	height:15px;
	background-image:url(../imagens/bt_topo.gif);
	background-repeat:no-repeat;
	display:inline;
}
#box_row_bt_topo_line h1#bt_voltar a {
	float:right;
	width:36px;
	height:15px;
	background-image:url(../imagens/bt_voltar.gif);
	background-repeat:no-repeat;
	display:inline;
	padding-right:20px;
	margin-top:2px;
}
#box_row_bt_topo_line h1#bt_topo span {
	display: none;
}


/* topo portal */
#topo_bbtrends {
	background-image:url(../imagens/bg_topo_portal.jpg);
	background-repeat:repeat-x;
	height:140px;
	width:100%;
	z-index:2;
	position:absolute;
	margin:0 auto;
	background-position: 0px 56px;
}

#topo_login {
	height: 30px;
	background-image: url(../imagens/barra_login.jpg);
	width: 940px;
}
#topo_login #esquerda {
	height: 23px;
	width: 320px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 25px;
	font-size: 12px;
	padding-top: 7px;
}

#topo_login #esquerda .comprimentos {
	color: #336666
}

#topo_login #esquerda .login {
	color: #666666;
	font-size: 10px;
}

#topo_login #esquerda .login a {
	color: #666666;
	font-size: 10px;
}


#topo_login #direita {
	height: 30px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-position: 0px top;
	vertical-align: top;
	padding-top: 1px;
	width: 590px;
	float: left;
}
#topo_login #direita img {
	text-align: right;
	vertical-align: middle;
}





/* menu topo principal */
#menus_topo_bbtrends {
	height:auto;
	width:530px;
	float:right;
}

#menu_topo {
	width:500px;
	float:right;
	margin-top:13px;
	padding-right:15px;
}

#menu_topo ul {
	white-space: nowrap;
	text-align:right;
}

#menu_topo ul li {
	display: inline;
	list-style-type: none;
	padding-left:10px;
}

#menu_topo ul li a {
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#669999;
	text-decoration: none;
}

#menu_topo ul li a:hover {
	color: #6699CC;
}

/* menu secundario */
#menu_topo_sec {
	float:left;
	margin-top:22px;
	text-align:right;
	padding-right:15px;
	padding-left:30px;
}

#menu_topo_sec ul {
	white-space:nowrap;	
}

#menu_topo_sec ul li {
	display:inline;
	list-style-type: none;
	padding-left:10px;
	color: #3399CC;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

#menu_topo_sec ul li img{
	border:0;
	display:inline;
	vertical-align:middle;
}

#menu_topo_sec ul li a {
	font-family:Arial;
	font-size:11px;
	color:#666666;
	font-weight:normal;
	text-decoration: none;

}

#menu_topo_sec ul li a:hover {
	color: #333333;
}

#menu_topo_sec div {
	float:left;
}

#menu_topo_sec div a {
	font-family:Arial;
	font-size:11px;
	color:#666666;
	font-weight:normal;
	text-decoration: none;
}

#menu_topo_sec div img{
	border:0;
	display:inline;
	vertical-align:middle;
}

/* Menu busca topo */
#menu_topo_sec_busca {
	position:relative;
	float:left;
	margin-top:16px;
	background-image: url(../imagens/barrinha.jpg);
	background-repeat:repeat-y;
	padding-left:18px
}

#menu_topo_sec_busca ul {
	list-style-type: none;
}

#menu_topo_sec_busca li {
	display:inline;
	list-style:none;
	list-style-type: none;
	white-space:nowrap;
	line-height:30px;
	color: #3399CC;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

#menu_topo_sec_busca li #botao {
	position:absolute;
	border:0;
	display:inline;
	padding-top:5px;
}

#menu_topo_sec_busca li #campo {
	color:#3399CC;
 	font-family: Arial;
	font-size: 12px;
	height:17px
}

						
/* logo portal */
#bg_logo_bbtrends {
	width:410px;
	height:120px;
	background-image:url(../imagens/bg_logo_topo.png);
	background-repeat:no-repeat;
	float:left;
}

#bg_logo_bbtrends h1#logo_bbtrends a {
	width:210px;
	height:73px;
	background-image:url(../imagens/logo_bbtrends.gif);
	background-repeat:no-repeat;
	margin-left:20px;
	margin-top:20px;
	float:left;
}

#bg_logo_bbtrends h1#logo_bbtrends span {
	display: none;
}

#flash_bbtrends {
	width:940px;
	height:450px;
	margin:0 auto;
	z-index:0;
	padding-top:130px; /* altura menus topo */
}


/* base portal */
/*
#base_portal {
	height:240px;
	width:100%;
	clear:both;
}
*/

#base_portal_sky {
	background-image:url(../imagens/gradiente_sky_base.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
	height:120px;
	width:100%;
}

#base_portal_sky_end {
	background-image:url(../imagens/end_base_bbtrends.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:120px;
	width:100%;
}

#base_portal_hor {
	background-image:url(../imagens/gradiente_hor_base.jpg);
	background-repeat:repeat-x;
	height:120px;
	width:100%;
}

/*
#base_menu {
	width:960px;
	height:60px;
	text-align:center;
	padding:20px;
	margin:0 auto;
}

#base_menu ul {
	white-space: nowrap;
	height:18px;
}

#base_menu ul li {
	display: inline;
	list-style-type: none;
}

#base_menu ul li a {
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	text-decoration: none;
}

#base_menu ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#base_menu ul span {
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	display: inline;
}

#base_direitos {
	width:1000px;
	height:20px;
	background-image:url(../imagens/bg_base_direitos.jpg);
	background-repeat:repeat-x;
	margin:0 auto;
}


#base_direitos p {
	font-family:Arial;
	font-size:11px;
	color:#006666;
	text-align:center;
	padding-top:3px;
	padding-left:60px;
}


#base_direitos h1#by_olyva a {
	float:right;
	width:54px;
	height:12px;
	background-image:url(../imagens/by_olyva.gif);
	background-repeat:no-repeat;
	margin-right:20px;
	margin-top:4px;
}


#base_direitos h1#by_olyva span {
	display: none;
}
*/


/**********************************************************************
	FORMATAÇÃO FORMULARIOS
**********************************************************************/
#bt_formulario {
	width:505px;
	border-top:1px solid #E0E0E0;
	border-bottom:1px solid #E0E0E0;
	margin-top:15px;
	margin-left:110px; /* width labels */
	text-align:right;
	padding-top:10px;
	padding-bottom:5px;
}
#formulario form {
	margin-left:30px;
}
#formulario .input_text, #formulario .select_text{
	border:1px solid #E0E0E0;
	width:500px;
	padding:3px;
	font-family:Arial;
	font-size:11px;
	color:#666666;
	background-image:url(../imagens/bg_input.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
#formulario label{
	display:block;
	margin-bottom:5px;
}
#formulario label span{
	display:block;
	float:left;
	width:140px;
	text-align:left;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#006699;
	padding-top:5px;
}


/**********************************************************************
	FORMATAÇÃO TEXTO, LINKS, TITULOS
**********************************************************************/

h1#titulos_box {
	font-family:Arial;
	font-size:20px;
	color:#669999;
}
h1#titulos_box a{
	font-family:Arial;
	font-size:20px;
	color:#669999;
	text-decoration: none;
}
h1#titulos_box a:hover{
	font-family:Arial;
	font-size:20px;
	color:#008080;
	text-decoration: none;
}

h1#titulos_col {
	font-family:Arial;
	font-size:18px;
	color:#FF6699;
}

h1#titulos_box_novidades {
	font-family:Arial;
	font-size:15px;
	color:#669999;
}

h1#subtitulos_internas, h1.subtitulos_internas {
	font-family:Arial;
	font-size:18px;
	color:#669999;
	float:left;
	
}

h1#titulos_box_produtos {
	font-family:Arial;
	font-size:15px;
	color:#669999;
	text-align:left;
}

.nome_produto_internas {
	font-family:Arial;
	font-size:20px;
	color:#669999;
}

.subtitulo_texto_internas_pq {
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#669999;
}


/* textos portal */
.txt_geral {
	font-family:Arial;
	font-size:11px;
	color:#666666;
}

.txt_geral_pq {
	font-family:Arial;
	font-size:11px;
	color:#666666;
}

.txt_geral_internas {
	font-family:Arial;
	color:#666666;
}

.txt_geral_produto {
	font-family:Arial;
	font-size:12px;
	color:#666666;
}

.txt_geral_verde {
	font-family:Arial;
	font-size:11px;
	color:#669999;
}

.txt_geral_azul {
	font-family:Arial;
	font-size:11px;
	color:#0099FF;
}

/* valor produto */
.txt_valor_total {
	font-family:Arial;
	font-size:20px;
	color:#0099FF;
}

.txt_valor_prest {
	font-family:Arial;
	font-size:15px;
	color:#0099FF;
}


/* links portal */
a.link_bbtrends_verde:link {
	text-decoration:none;
	font-family:Arial;
	font-size:11px;
	color:#669999;
	display:block;
}
a.link_bbtrends_verde:visited {
	text-decoration:none;
	font-family:Arial;
	font-size:11px;
	color:#669999;
	display:block;
}
a.link_bbtrends_verde:active {
	text-decoration:none;
	font-family:Arial;
	font-size:11px;
	color:#669999;
	display:block;
}
a.link_bbtrends_verde:hover {
	text-decoration:none;
	font-family:Arial;
	font-size:11px;
	color:#6699CC;
	display:block;
}


a.link_nav:link {
	text-decoration:none;
	font-family:Arial;
	font-size:11px;
	color:#669999;
}
a.link_nav:visited {
	text-decoration:none;
	font-family:Arial;
	font-size:11px;
	color:#669999;
}
a.link_nav:active {
	text-decoration:none;
	font-family:Arial;
	font-size:11px;
	color:#669999;
}
a.link_nav:hover {
	text-decoration:none;
	font-family:Arial;
	font-size:11px;
	color:#6699CC;
}



a.link_bbtrends_geral:link {
	text-decoration:none;
	font-family:Arial;
	font-size:11px;
	color:#666666;
	display:block;
}
a.link_bbtrends_geral:visited {
	text-decoration:none;
	font-family:Arial;
	font-size:11px;
	color:#666666;
	display:block;
}
a.link_bbtrends_geral:active {
	text-decoration:none;
	font-family:Arial;
	font-size:11px;
	color:#666666;
	display:block;
}
a.link_bbtrends_geral:hover {
	text-decoration:underline;
	font-family:Arial;
	font-size:11px;
	color:#666666;
	display:block;
}



a.link_bbtrends_azul:link {
	text-decoration:underline;
	font-family:Arial;
	font-size:11px;
	color:#6699CC;
	display:block;
	cursor:hand;
	cursor:pointer;
}
a.link_bbtrends_azul:visited {
	text-decoration:underline;
	font-family:Arial;
	font-size:11px;
	color:#6699CC;
	display:block;
}
a.link_bbtrends_azul:active {
	text-decoration:underline;
	font-family:Arial;
	font-size:11px;
	color:#6699CC;
	display:block;
}
a.link_bbtrends_azul:hover {
	text-decoration:none;
	font-family:Arial;
	font-size:11px;
	color:#6699CC;
	display:block;
}




a.link_sub:link {
	text-decoration:underline;
	font-family:Arial;
	font-size:11px;
	color:#333333;
}
a.link_sub:visited {
	text-decoration:underline;
	font-family:Arial;
	font-size:11px;
	color:#333333;
}
a.link_sub:active {
	text-decoration:underline;
	font-family:Arial;
	font-size:11px;
	color:#333333;
}
a.link_sub:hover {
	text-decoration:none;
	font-family:Arial;
	font-size:11px;
	color:#333333;
}

/* Link menu seçao a BBtrends */
a.link_abbtrens_menu:link, a.link_abbtrens_menu:visited, a.link_abbtrens_menu:active, a.link_abbtrens_menu:hover {
	text-decoration:none;
	font-family:Arial;
	font-size:11px;
	color:#669999;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
	background-image: url(../imagens/plus.gif);
	line-height: 20px;
}

a.link_abbtrens_menu:hover {
	color:#6699CC;
}

a.link_abbtrens_google:link, a.link_abbtrens_google:visited, a.link_abbtrens_google:active, a.link_abbtrens_google:hover {
	text-decoration:none;
	font-family:Arial;
	font-size:95%;
	color:#669999;
}

a.link_abbtrens_google:hover {
	color:#6699CC;
}
.imagemgaleria {
	height: 134px;
	width: 100px;
	background-attachment: fixed;
	background-position: left top;
	line-height: 50px;
	margin-right: 10px;
}
#box_main_internas_galeria {
	width:99%;
	min-height:100px;
	border:1px solid #E0E0E0;
	float:left;
}
#seguranca {
	background-image: url(../imagens/botoes/seguranca.jpg);
	background-repeat: no-repeat;
}
#cidades {
	background-image: url(../imagens/botoes/cidades.jpg);
	background-repeat: no-repeat;
}
#cadastre {
	background-image: url(../imagens/botoes/cadastre.jpg);
	background-repeat: no-repeat;
}
#privacidade {
	background-image: url(../imagens/botoes/privacidade.jpg);
	background-repeat: no-repeat;
}
#pedido {
	background-image: url(../imagens/botoes/pedido.jpg);
	background-repeat: no-repeat;
}
#trocas {
	background-image: url(../imagens/botoes/trocas.jpg);
	background-repeat: no-repeat;
}
#faleconosco {
	background-image: url(../imagens/botoes/faleconosco.jpg);
	background-repeat: no-repeat;
}
#trabalheconosco {
	background-image: url(../imagens/botoes/trabalhe.jpg);
	background-repeat: no-repeat;
}

.form_pesquisar {
	border:1px solid #E0E0E0;
	width:140px;
	font-family:Arial;
	font-size:11px;
	color:#666666;
	background-image:url(../imagens/bg_input.jpg);
	background-repeat:repeat-x;
	height: 17px;
	margin-top: 4px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* Secao Videos */
#box_main_internas .box-video-interno, #box_main_internas .box-galeria-interno {
	float: left;
	margin-bottom: 15px;
	margin-left: 30px;
	margin-top: 10px;
	
	color:#666666;
	font-family:Arial;
	font-size:12px;
	
	
}

/* Secao Imprensa */
.box-imprensa-interno {
	float: left;
	margin-left: 27px;
	margin-top: 13px;
	text-align:left;
	color:#666666;
	font-family:Arial;
	font-size:11px;
}


#box_main_internas .box-video-interno a, #box_main_internas .box-galeria-interno a {
	font-family:Arial !important;
	font-size:11px !important;
	color:#666666 !important;
	text-decoration:none;
}

/* estilo popup video */
.pp_details {
	font-family:Arial !important;
	font-size:12px !important;
	color:#666666 !important;
}


/************ Novo Rodapé ****************************/

/* base portal */
#base_portal {
	height:auto;
	width:100%;
	clear:both;
	background-color:#ffffff;
}

#base_menu {
	width:100%;
	text-align:center;
	padding-bottom:20px;
	padding-top:20px;
	background-image:url(../imagens/bg_rodape_br.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#base_menu ul {
	white-space: nowrap; font-size:0;
}

#base_menu ul li {
	display: inline; list-style-type: none;
}

#base_menu ul li a {
	font-family:Arial;
	font-size:11px;
	color:#666666;
	text-decoration: none;
}

#base_menu ul li a:hover {
	text-decoration: underline;
}

#base_menu ul span {
	font-family:Arial;
	font-size:11px;
	color:#666666;
	display: inline;
	padding-left:5px; padding-right:5px;
}


#base_direitos {
	width:100%;
	min-width:1000px;
	height:20px;
	background-image:url(../imagens/bg_rodape_direitos.jpg);
	background-repeat:repeat-x;
	float:left;
}
#area_direitos { width:1000px; margin:0 auto; }

#base_direitos #byolyva { float:right; margin-top:-12px; border:0; }

#base_direitos p {
	font-family:Arial;
	font-size:11px;
	color:#006666;
	text-align:center;
	padding-top:3px;
/*	padding-left:60px;  diferença logo by_olyva */
}


#box_cartoes { width:1000px; margin:0 auto; }
#box_cartoes .hr_rodape { float:left; }
#area_cartoes { padding:10px; text-align:center; }
#area_cartoes span { display:block; }
#area_cartoes img { vertical-align:middle; margin-left:10px; }

/**********************************************************************
	FORMATAÇÃO TEXTO, LINKS, TITULOS
**********************************************************************/
#base_portal .subtitulo_end {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#006699;
	text-align:center;
	padding:15px;
}


/* textos portal */
.txt_geral {
	font-family:Arial;
	font-size:11px;
	color:#666666;
}

.txt_geral_pq {
	font-family:Arial;
	font-size:11px;
	color:#666666;
}


#sac{
	float:left;
	color:#3E96BC;
	padding-top:7px;
	font-size:11px;
	PADDING-RIGHT: 10px;
	width: 400px;
	


}


#sac img{
	padding-right:3px;
	padding-bottom:3px;
	
}


/************ Fim Novo Rodapé ****************************/




/**** Css sombra imagens ********************/

.wrap0, .wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.wrap0 {
  float:left;
  background:url(v2/shadow.gif) right bottom no-repeat;
  }
.wrap1 {
  background:url(v2/shadow180.gif) no-repeat;
  }
.wrap2 {
  background:url(v2/corner_bl.gif) -16px 100% no-repeat;
  }
.wrap3 {
  padding:4px 6px 6px 4px;
  background:url(v2/corner_tr.gif) 100% -16px no-repeat;
  }
  
/***********/

