﻿/* CSS Reset */
* 
{	
	margin: 0;
	padding: 0;
}

select option
{
	padding: 0 0 0 5px;
}

body 
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	background-image: url(../images/bg.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
}

#geral 
{
	width: 760px;
	margin: 18px auto;			
	text-align:left;
	/* background-color: #fff; */
}

a { color: #069;  text-decoration: none }
a:hover { color: #333; text-decoration: underline }

/***************************
  TOPO
****************************/

#superior 
{
	width: 760px;
	height: 32px;
	background: url(../images/bg-superior.jpg) no-repeat;
}

#topo-menu 
{
	margin: 10px 0 0 0;
	height: 327px;
	background-color: #fff;
}

#login, #senha
{
	float: left;
	height: 24px;
	padding: 7px 0 0 15px;
}

.img-cn
{
	float: left;
	margin: 0;
}

.img-login 
{
	background: url(../images/topo/login.png) no-repeat;
	width: 47px;
	height: 17px;
}

.img-senha
{
	background: url(../images/topo/senha.png) no-repeat;
	width: 46px;
	height: 17px;
}

.tbMarcaDagua
{
	margin: 0 0 0 10px;	
	width: 140px; 
	height: 16px;
	background: #fff;
	border: solid 1px #fff;
	padding-left: 2px;
}

.tb-cn
{
	width: 140px;
	margin: 0 0 0 10px;
	height: 16px;
	background: #fff;
	border: solid 1px #666;
	padding-left: 2px;
}

.Ok { float:left; }

.ibOk 
{
	padding: 7px 0 0 5px;
	_padding: 8px 0 0 5px;
	height: 18px;
	width: 26px;
	border: solid 1px;
}

#opcoes 
{
	float: left;
	height: 26px;
	width: 120px;
	padding: 6px 0 0 0;
	text-align: right;

}

#icones
{
	float: left;
	height: 25px;
	width: 77px;
	padding: 7px 0 0 0;
}

.img-icone
{
	border: none;
	cursor: pointer;

}

/*****
  ieca
*****/
#icones a 
{
	height: 17px;
	width: 17px;
}

#icones a:hover
{
	_border: none;
	_background: #fff;
}

/****
  os demais
*****/

.img-icone:hover
{
	border: none;
	background: #fff;
}

#opcoes .lbOpcoes 
{
	margin: 3px 8px 0 0;
	_margin: 8px 8px 0 0;
	color: #666666;
}

#carrinho-topo 
{
	color: #666;
	font-weight: bold;
	height: 20px;
	width: 70px;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	text-align: right;
}
#carrinho-icone
{
	float: left;
	padding-top: 5px;
}
/***************************
  TOPO: Logo - Banner - Animação
****************************/

#logo 
{
	text-indent: -9000px;
	overflow: hidden;
	float: left;
	width: 300px;
	height: 93px;
	background: url(../images/topo/fatortelecom.gif);
	cursor: pointer;
}

#banner 
{
	float:left;
	margin: 11px 0 11px 0;
	height: 70px;
	width: 447px;
}

#animacao 
{
	position: relative;
	float:left;
	height: 183px;
	background: #E5E5E5;	
	width: 760px;
}

#animacao-flash 
{
	width: 735px;
	height: 158px;
	margin: 12px;
}

#menu 
{
	position: relative;
	float: left;
	background:  url(../images/topo/menu/menu.jpg) no-repeat; 
	height: 51px;
	width: 760px;
}

#menu li
{
	float: left;
	display: inline;
}

#menu li a 
{
	text-indent: -9000px;
	overflow: hidden;
	float: left;	
	display: block;
	height: 51px;
}

#menu .item-home {	width: 86px; }
#menu .item-home:hover {	background: url(../images/topo/menu/home.jpg);  }

#menu .item-aempresa {	width: 102px; }
#menu .item-aempresa:hover {	background: url(../images/topo/menu/aempresa.jpg);  }

#menu .item-ovoip {	width: 79px; }
#menu .item-ovoip:hover {	background: url(../images/topo/menu/ovoip.jpg);  }

#menu .item-produtos {	width: 86px; }
#menu .item-produtos:hover {	background: url(../images/topo/menu/produtos.jpg);  }

#menu .item-planos {	width: 77px; }
#menu .item-planos:hover {	background: url(../images/topo/menu/planos.jpg);  }

#menu .item-centrodenegocios {	width: 141px; }
#menu .item-centrodenegocios:hover {	background: url(../images/topo/menu/centrodenegocios.jpg);  }

#menu .item-noticias {	width: 76px; }
#menu .item-noticias:hover {	background: url(../images/topo/menu/noticias.jpg);  }

#menu .item-novidades {	width: 92px; }
#menu .item-novidades:hover {	background: url(../images/topo/menu/novidades.jpg);  }

#menu .item-faq {	width: 73px; }
#menu .item-faq:hover {	background: url(../images/topo/menu/faq.jpg);  }

#menu .item-contato {	width: 89px; }
#menu .item-contato:hover {	background: url(../images/topo/menu/contato.jpg);  }

/* TODOS */

.banner-geral
{
	margin: 15px 0 5px 0;
	width: 714px;
	height: 76px;
	background: #fff;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.banner-geral img
{
	margin: 3px 0 0 4px;
}

fieldset 
{
	display: block;
	width: 715px;
	border: solid 1px #ccc;
}
fieldset legend 
{
	font-family: 'Trebuchet MS', Arial, Tahoma;
	font-size: 16px;
	color: #999999;
	font-weight: bold;
	padding: 0 5px;
	
}


/***************************
  CONTEUDO: HOME
****************************/


#conteudo 
{
	position: relative;
	float: left;
	
	width: 758px;
	padding-bottom: 30px;
	
	margin: 0 auto;
	background: #FFF url(../images/bg-conteudo.jpg) repeat-x;
	border: solid 1px #FFF;
}

#noticias, #novidades, #planos
{
	position: relative;
	float: left; 

}

.sep-conteudo 
{
	position: relative;
	float: left; 

	margin: 40px 0 0 0;
	width: 1px;
	height: 700px;
	background: url(../images/conteudo/sep-conteudo.png) no-repeat;
}

#noticias, #novidades, #planos  { 	padding: 30px 0 0 15px;	 }
#noticias
{
	width: 240px;
}
#novidades 
{
	width: 240px;
}
#planos 
{
	width: 220px;
	margin-right:11px; /*12-11-09-GG*/
}
#planos-inner 
{
	margin-top: 15px;
}

.banner-not-nov
{
	margin: 15px 0 15px 0;
	width: 224px;
	height: 63px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background: #fff;
}

.banner-not-nov img
{
	margin: 4px 0 0 4px;
}

.setaQuadr
{
	background: url("../images/seta_quadradinho.jpg") no-repeat 50% 50%;
	height: 8px; width: 12px;
	float: left;
	margin-left: 5px; *margin-left: 1px; margin-top: 5px;
}

#pResultado a { line-height: 1.7em }

/***************************
  Classes: Notícias
****************************/
.noticias-bg-lista
{
	background: #E8E8E8;
	padding: 5px;
	width: 645px;
	border-top: solid 1px #B5D3E1;
	border-bottom: solid 1px #B5D3E1;
	margin-bottom: 5px;
}

#bg-lista, #bg-lista2
{
	border: solid 1px red;
}

.noticias-bg 
{
	width: 214px;
	background: #E8E8E8;
	padding: 5px;
	margin-bottom: 5px;
	float: left;
}

.noticias-data
{
	float: left;
	background: #fff;
	padding: 3px;
	margin-right: 5px;
	color: #BFBFBF;
	border: solid 1px #ccc;
}

.noticias-dia-ex
{
	text-align: center;
	font-size: 18px;
	line-height: 10px;
}
.noticias-dia
{
	text-align: center;
	font-size: 21px;
	margin-top: 0px;
	font-weight: bold;
}

.noticias-mes 
{
	text-align: center;
	font-size: 21px;
	margin-top: -8px;
	font-weight: bold;
}

.data-noticia 
{
	color: #999;
	margin-bottom: 5px;
}

.noticias-titulo a 
{
	font-family: 'Trebuchet MS', Arial, Tahoma;
	font-size: 14px;
	font-weight: bold;	
	color: #069;
	text-decoration: none;
}

.noticias-titulo a:hover
{
	background: #ccc
}
.noticias-desc, .noticias-leiamais
{
	
	font-size: 12px;
}
.noticias-leiamais { width: 200px;}

.noticias-leiamais { clear: left; } 

.noticias-leiamais a
{
	margin: 2px 0 0 2px;
	color: #069;
	text-decoration: none;
}

.noticias-leiamais a:hover
{
	text-decoration: underline;
}

.lista-paginas 
{
	padding: 5px 0;
	text-align: right;
}

#noticias-banner 
{
	margin-top: 10px;
	width: 224px;
	height: 135px;
	float: left;
}

#newsletter 
{
	width: 227px;
	height: 113px;
	background: url(../images/conteudo/bg-newsletter.gif) no-repeat;
	padding: 10px;
	margin-top: 5px;
	margin-right: -10px
}

/***************************
  Fim: Classes Notícias
****************************/

/***************************
  Classes: Novidades
****************************/

.novidades-bg 
{
	display: table;
	padding: 5px;
	margin-bottom: 5px;
	clear: both;
	
}
.novidades-planos-titulo h4
{
	font-size: 14px;
	font-family: 'Trebuchet MS', Arial;
	color: #069;
	font-weight: bold;
}

.novidades-bg-lista
{
	background: #E8E8E8;
	padding: 5px;
	width: 645px;
	border-top: solid 1px #B5D3E1;
	border-bottom: solid 1px #B5D3E1;
	margin-bottom: 5px;
	float:left;
}

.novidades-planos-img
{
	margin: 15px 5px 15px 0;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	float: left;
	background: white;
}
.novidades-planos-img img 
{
	margin: 3px;
}

.novidades-titulo a 
{
	font-family: 'Trebuchet MS', Arial, Tahoma;
	font-size: 14px;
	font-weight: bold;	
	color: #069;
	text-decoration: none;
}

.novidades-titulo a:hover
{
	background: #ccc
}
.novidades-desc, .novidades-leiamais
{
	font-size: 12px;
	margin: 15px 18px 0 0;
	text-align: justify;
}
.novidades-leiamais { width: 200px;}

.novidades-leiamais { clear: left; } 

.novidades-leiamais a
{
	margin: 2px 0 0 2px;
	color: #069;
	text-decoration: none;
}

.novidades-leiamais a:hover
{
	text-decoration: underline;
}

/*.novidades-desc 
{
	font-size: 12px;
	margin: 15px 18px 0 0;
	text-align: justify;
}*/

.tb-nl 
{
	height: 20px;
	width: 140px;
	border: solid 1px #CCC;
	padding-left: 2px;
	margin: 5px 0 5px 0;
	line-height: 20px;
}

/***************************
  Fim: Classes Novidades
****************************/

/***************************
  Classes: Planos
****************************/

.planos { padding-bottom: 15px; margin-bottom: 15px; border-bottom: solid 1px #F0F0F0; }
.planos-img { margin-top: 0; margin-bottom: 8px; }
.planos-desc { margin: 5px 0 0 0; font-size: 12px; line-height: 15px; }
.planos-mais-detalhes { clear: both; margin-left: 2px; letter-spacing: 1px; }

/***************************
  Fim: Classes Planos
****************************/

/***************************
  CONTEUDO: A empresa
****************************/

#UPEmpresa
{
	background-color: #efefef;
	padding: 10px;
	border: solid 1px #d3d3d3
}


#ft-conteudo-left { float:left; width: 182px;  }
#ft-conteudo-right { float:left; width: 520px; }

#ft-opcoes 
{
	margin: 30px 0 0 0;
}

a.ft-ativo
{
	background: #C2D8E5;
}

#ft-opcoes li 
{
	display:table-row;
	position: relative;
	float: left;
}

#ft-opcoes li a 
{
	margin-right: 15px;
	float: right;	
	line-height: 25px;
	overflow: hidden;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #069;
	text-decoration: none;
	width: 159px;
	text-align: right;
	padding: 5px;
}

a.ft-ativo
{
	background: #C2D8E5;
}

#ft-opcoes li a:hover { text-decoration: underline; }

#ft-conteudo-right #historia 
{
	padding-top: 30px;
	padding-left: 23px;
	
}

#ft-conteudo-right #historia span
{
	font-size: 13px;
	color: #006699;
	line-height: 20px;
	text-align: justify;
	margin-top: 15px;
	text-indent: 20px;
}

/***************************
  Classes: Voip
****************************/

#voip-conteudo 
{
	margin: 30px 20px 0 20px;
}

#voip-conteudo p
{
	padding-top: 15px;
	text-indent: 20px;
	font-size: 13px;
	color: #006699;
	line-height: 15px;
	text-align: justify;
	
}

/***************************
  Fim: Voip
****************************/

/***************************
  Classes: Faq
****************************/

#geral-conteudo 
{
	position: relative;
	float:left;
	margin: 30px 0 0 0;
	padding: 0 20px;
}

#faq-conteudo p
{
	padding-top: 15px;
	text-indent: 20px;
	font-size: 12px;
	color: #333;
	line-height: 15px;
	text-align: justify;
	
}
#faq-conteudo ul 
{
	list-style: none;
	margin-top: 20px;
	margin-left: 20px;
}
#faq-conteudo a 
{
	color: #069;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
}
#faq-conteudo a:hover 
{
	text-decoration: underline;
}

#faq-conteudo .numero 
{
	color: #069;
}
#faq-conteudo .resposta p, #faq-conteudo .resposta 
{
	clear: both;
	display: block;
	padding: 10px 0;
	margin-left: 20px;
	text-indent: 20px;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	text-align: justify;
	
}

/***************************
  Fim: Faq
****************************/

/***************************
  Classes: Contato
****************************/
#conteudo #contato fieldset 
{
	margin-top: 30px;
}

#conteudo #contato fieldset legend img 
{
	display: block;
	float: left;
}

#contato table { margin-top: 15px; }

.tipo1 {background: #EBEBEB;  height: 34px; font-weight: bold;}
.tipo2 {background: #F4F4F4;  height: 34px; }
.tipo3 {background: #069;  height: 24px; }
.tipo4 { background: #E0E0E0; height: 34px; }
.tipo5 { background: #F3F3F3; height: 95px; }
.tipo6 { background: #FFECEC; height: 34px; color: #F00; text-align: center; font-weight: bold; }
.tipo7 { background: #d9fad5; height: 34px; color: #496E28; text-align: center; font-weight: bold; }

.tipo-sep { background: #C4DCE7; height: 1px;}
.tipo-bot { height: 40px; text-align: center; vertical-align: middle;}

.contato-label 
{
	float: left;
	width: 140px;
	height: 22px;
	padding-left: 10px;
	padding-top: 12px;
}

.contato-div-tb 
{
	float: left;
	width: 540px;
	height: auto;
	padding-top: 6px;
}

/* Consertando aparencia dos radiobuttons no Firefox */

#rbFixoCelular td { padding-left: 15px; }
#rbFixoCelular label { margin-left: 5px; }

#rblTpPessoa td { padding-left: 15px; }
#rblTpPessoa label { margin-left: 5px; }

#rblTpCadastro { margin-left: 50px; }
#rblTpCadastro td { padding-left: 15px; }
#rblTpCadastro label { margin-left: 5px; }

.tbContato 
{
	height: 18px;
	border: solid 1px #999;
	padding-top: 2px;
	padding-left: 2px;
	width: 270px;
}

.tbContatoMenor {	width: 199px; }
.tbContatoMaior {	width: 350px; }
.tbMensagem { height: 100px; }

/***************************
  Fim: Contato
****************************/

/***************************
  Classes: Exibição de Planos
****************************/

#pl-detalhes 
{
	margin-top: 15px;
	float: left;
	width: 475px;
	margin-right: 5px;
}

#pl-lista
{
	margin-top: 15px;
	float: left;
}

#pl-detalhes .planos-titulo, h4, h5
{
	font-family: 'Trebuchet Ms', Arial, Tahoma;	
	margin-left: 5px;
	font-size: 16px;
	color: #006699;
	font-weight: bold;
}

.planos-detalhes-img
{
	margin: 15px 5px 0 5px;
	width: 88px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	float: left;
	text-align: center;
}
.planos-detalhes-img img 
{
	margin: 3px 0 3px 0;
}

.planos-detalhes-left h4 
{
	margin: 0;
}

#pl-detalhes h4 
{
	font-size: 13px;
	margin: 7px 0;
}

#pl-detalhes #planos-investimentos { clear: both; padding-top: 8px; }

#pl-detalhes .planos-carac { margin-right: 15px;  }

#margem-esq 
{
	padding-left: 15px;
}

#margem-esq .esclarecimento { font-size: 10px; color: #006699; } 
#margem-esq .esclarecimento { font-size: 10px; color: #006699; font-weight: bold; } 

#margem-esq tr
{
	text-indent: 8px;
	font-size: 11px;
	font-weight: normal;
}

#margem-esq tr .preco 
{
	width: 80px; text-align: center;
	font-family: 'Trebuchet MS', Arial;
	color: #069;
}

#margem-esq .txt-tarifacao 
{
	display: block;
	line-height: 15px;
	padding-left: 5px;
	margin-bottom: 10px;
}
#margem-esq .impostos { font-size: 10px; color: #069; line-height: 50px;  }

.botoes-center { text-align: center; } 

/***************************
  Fim: Exibição de Planos
****************************/


/***************************
  Classes: Lista de Planos
****************************/

.lista-planos-1 
{
	float: left;
	margin-top: 8px;
	background: #eee;
	border: solid 1px #ccc;
	width: 710px;
	padding-bottom: 10px;
}

.lista-planos-1 h3 
{
	font-family: 'Trebuchet MS';
	font-size: 14px;
}

.lista-planos-1 .planos-detalhes-img 
{
	margin:10px 5px 0 5px;	
	background: #fff;
}

.planos-detalhes-left 
{
	float: left;
	margin-top: 5px;
}


.lista-planos-1 p 
{
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.lista-planos-1 .links { float: left; }
.lista-planos-1 .links a {	font-weight: bold; color: #000; text-decoration: none; }
.lista-planos-1 .links a:hover {	text-decoration: underline; }

/***************************
  Fim: Lista de Planos
****************************/

/***************************
  Classes: Centro de Negócios
****************************/

#centrodenegocios #autenticacao, #esqueceuSenha
{
	float: left;
	width: 350px;
	text-align: center;
	margin-left: 8px;
}

#esqueceuSenha
{
	width: 100%;
	padding: 8px;
}

#progresso
{
	float: left;
	width: 340px;
}

#centrodenegocios #sep-conteudo
{
	float:left;
	width: 1px;
	height: 140px;
}

#autenticacao table 
{
	/*margin-top: 20px; */
}

#autenticacao .labels 
{
	line-height: 30px;
	float: left;
	width: 88px;
}

#autenticacao .tbs
{
	margin-top: 4px;
	float: left;
}

.tbAutenticacao
{
	height: 18px;
	border: solid 1px #999;
	padding-top: 2px;
	padding-left: 2px;
	width: 160px;
}
.tbSenha {	width: 120px; }

.botoes
{
	padding: 10px 0 10px 0;
}

.nao-afiliado 
{
	padding-top: 15px;
	margin-left: 25px;
	font-family: 'Trebuchet MS', Arial;
	font-weight: bold;
	font-size: 13px;
	color: #069;
	float: left;
}

.txt-aviso 
{
	position: relative;
	float: left; 
	padding-left: 10px; 
	margin-top: 10px;
}

#cadastro a.naoafiliado, #cadastro a.esqueceu, #cadastro a.naocadastrado
{
	padding: 8px;
	padding-left: 40px;
	display: block;
	color: Gray;
	text-indent: -9999px;
	overflow: hidden;
	filter:alpha(opacity=60);
	opacity:0.6;
}

#cadastro a.naoafiliado { background: url(../images/avisos/exc2.gif) no-repeat; width: 246px; }
#cadastro a.naoafiliado:hover
{
	color: #ff9900;
	filter:alpha(opacity=100);
	opacity:1;
}
#cadastro a.esqueceu { background: url(../images/avisos/int2.gif) no-repeat; width: 154px; }
#cadastro a.esqueceu:hover
{
	color: Red;
	filter:alpha(opacity=100);
	opacity:1;
}

#cadastro a.naocadastrado { background: url(../images/avisos/exc3.gif) no-repeat; width: 266px; }
#cadastro a.naocadastrado:hover
{
	color: #ff9900;
	filter: alpha(opacity=100);
	opacity: 1;
}

/***************************
  Fim: Centro de Negócio
****************************/

/***************************
  Classes: Meus Pedidos
****************************/

.saudacao 
{
	margin-top: 30px;
	font-family: 'Trebuchet MS', Arial, Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	width: 715px;
}

.saudacao span.destaque, .txt-treb-14-normal span.destaque { color: #069;  }
.txt-treb-14-normal span.destaque { font-weight: bold }

.saudacao .saudacao-botao-alterar { float: right; margin-top: 10px; }

.tabela-titulo { background: #F3F3F3; width: 85px; color: #666; }

.total-planos { background: #E4E4E4; color: #666; font-weight: bold; }

.tabela-conteudo { background: #E4E4E4; width: 85px; color: #666; font-weight: bold; text-align: center; }

.info-pedido-coluna1, .info-pedido-coluna2, .info-pedido-coluna3  
{
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}
.info-pedido-coluna1 { width: 170px; float: left; }
.info-pedido-coluna2 { width: 210px; float: left; }
.info-pedido-coluna3 { width: 220px; float: left; }

.info-titulo, .lista-pedidos-canc-fina a { font-family: 'Trebuchet MS', Arial, Tahoma; color: #069; font-weight: bold; text-decoration: none; }

.lista-pedidos-canc-fina a:hover { text-decoration: underline;  }

.obs-clique { font-size: 10px; color: #666; margin-left: 20px; }
a.linkButtonPedido { font-weight: normal; color: #333; line-height: 1.7em}
a.linkButtonPedido:hover { color: #069;}
.pnExibicaoPedidos { clear: both; }

/***************************
  Fim: Meus pedidos
****************************/


/***************************
  Classes: Cadastro de Afiliados (herda classses do contato)
****************************/

.div-tb-menor 
{
	width: 280px;
}

.div-label-menor 
{
	width: 80px;
	padding-right: 10px;
	text-align: right;
}

.div-tb-menor-direita 
{
	width: 150px;
}

.tbCadastro
{
	height: 18px;
	border: solid 1px #999;
	padding-top: 2px;
	padding-left: 2px;
	width: 160px;
}
.tbCadastroHighLight 
{
	border: solid 1px #666666;
	background: #FFFACD;
}

.patroInexistente { color: #FF0000; font-weight: normal; line-height: 30px; }

.nao-sabe-cod, .nao-sabe-cod a { font-family: Arial; font-size: 11px; color: #069; font-weight: normal; text-decoration: none; }

.nao-sabe-cod a { font-weight: bold }
.nao-sabe-cod a:hover { text-decoration: underline; }

.botoes-cadastro 
{
	padding: 10px 0;
	width: 715px;
	text-align: center;
}

#progresso-cadastro 
{
	margin-top: 30px;
	width: 715px;
	height: 31px;
	background: url(../images/cadastro/progresso.gif) no-repeat;
}

#progresso-cadastro ul 
{
	list-style: none;
}
#progresso-cadastro ul li {	display: block; float: left; }

.lista-cadastro,.lista-infoadicionais,.lista-endereco,.lista-pagamento,.lista-cadastro-ativo,.lista-infoadicionais-ativo,.lista-endereco-ativo,.lista-pagamento-ativo { height: 31px; text-indent: -99999px; overflow: hidden; }

.lista-cadastro,.lista-cadastro-ativo { width: 155px; }
.lista-infoadicionais,.lista-infoadicionais-ativo { width: 250px; }
.lista-endereco,.lista-endereco-ativo { width: 205px; }
.lista-pagamento,.lista-pagamento-ativo { width: 103px; }

.lista-cadastro-ativo { background: url(../images/cadastro/cadastro.gif) no-repeat; }
.lista-infoadicionais-ativo {  background: url(../images/cadastro/informacoes.gif) no-repeat; }
.lista-endereco-ativo {  background: url(../images/cadastro/endereco.gif) no-repeat; }
.lista-pagamento-ativo {  background: url(../images/cadastro/pagamento.gif) no-repeat; }


.legenda-nome-plano 
{
	color: #069;
}

.carac-ades-mens 
{
	float: left;
	width: 715px;
}

.carac-ades-mens .align
{
	margin-left: 5px;
}


.carac-ades-mens h5 
{
	font-size: 13px;
	line-height: 25px;
}
.carac-ades-mens .caracteristica
{
	width: 400px;
	font-size: 13px;
}

.carac-ades-mens .adesao
{	
	clear: both;
	float: left;
	padding-right: 30px;
}

.carac-ades-mens .mensalidade
{
	float: left;
}
.carac-ades-mens .alterar 
{
	margin-top: 5px;
	clear: left;
}

.carac-ades-mens .alterar-txt
{
	float: left;
	margin: 10px 0 10px 0;
}

.carac-ades-mens .rbAltPlano 
{
	font-family: 'Trebuchet MS', Arial;
	font-weight: bold;
	font-size: 13px;
	color: #666;	
}

.carac-ades-mens .lista-alterar 
{
	float: left;
	padding: 10px 0 10px 12px;
	width: 215px;
}
.carac-ades-mens .trocar 
{
	margin-left: 5px;
	line-height: 20px;
	clear: left;
}
.carac-ades-mens .trocar a 
{
	color: #069;
	text-decoration: none;	
}

.carac-ades-mens .alterar-txt a
{
	color: #069; 
	text-decoration: none;
}
.carac-ades-mens .alterar-txt a:hover
{
	text-decoration: underline;
}

.carac-ades-mens .trocar a:hover { text-decoration: underline; }

.carac-ades-mens .separador { clear: left; margin-top: 15px; border-top: solid 1px #B5D3E1; }

.carac-ades-mens .novo-plano { clear: both; margin-top: 8px; padding-left: 7px; }

.rbFixoCelular { font-family: 'Trebuchet MS', Arial, Tahoma; color: #666; font-size: 13px; }

.especificacao-fixo-celular { color: #069; padding: 0 10px 10px 10px; }

.listagemProdutosCadastro 
{
	margin-left: 15px;
}

#contratoadesao
{
	background: #EBEBEB;
	border: solid 1px #999999;
	height: 150px;
	color: #006699;
	padding: 5px 0 5px 5px;
	margin: 20px 20px 20px 20px;
	text-indent: 15px;
}

#PolTermDocumento p 
{
	margin-top: 10px;
}

.aceito-adesao 
{
	text-align: center;
	font-family: 'Trebuchet MS', Arial;
	color: #666;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
.endereco-atual, .h5-endereco { margin-left: 15px; }
.endereco-in-table { padding-top: 5px; }
.endereco-in-table h5 { font-size: 13px; }
.txt-peq { color: #069; text-align: center; padding: 5px 50px; }
.no-bold { font-weight: normal; }

.p-endereco { text-indent: 0; margin-left: 15px; }
.alterar-endereco-link { margin-left: 5px; padding-bottom: 3px; }
.alterar-endereco-link a 
{
	font-family: 'Trebuchet MS', Arial;
	font-weight: bold;
	text-decoration: none;
	color: #069;
}

/* Carrinho de compras */
.gvProdutos 
{
	height: 24px;
	text-indent: 10px; 
	background: #F3F3F3; 
	color: #666666; 
	text-align: left; 
	font-size: 12px;
}
.gvTituloProdutos 
{
	text-indent: 10px; 
	background: #fff;
	text-align: left; 
	font-family: 'Trebuchet MS'; 
	color: #069; 
	font-weight: bold; 
	font-size: 12px; 
	height: 24px;
}
.espacamentoTableCarrinho 
{
	border: mone;
	Width: 695px;
	margin-left: 10px;
	text-align: center;
}

/* Produtos adicionais */

.produto-fixo 
{
	margin: 10px 0 0 15px;
	padding: 10px;
	border: solid 1px #EBEBEB;
	width: 500px;
}
.produto-fixo h6 
{
	text-indent: 5px;
	height: 25px;
	line-height: 25px;
	display: block;
	margin-bottom: 8px;
	background: #EBEBEB;
	font-family: 'Trebuchet MS', Tahoma;
	color: #069;
	font-weight: normal;
	font-size: 15px;
}

.usuariocadastrado 
{
	margin-left: 15px;
	color: #069;
	font-family: Arial, Tahoma;
	font-size: 12px;
	line-height: 20px;
}
.naoexiste 
{
	margin-left: 15px;
	color: #F00;
}

.alterar-endereco-link a:hover { text-decoration: underline; }
.total-geral { font-family: 'Trebuchet MS', Arial; font-weight: bold; font-size: 15px; font-weight: bold; color: #fff; margin-left: 5px; }
.total-geral-valor { padding-right: 5px; text-align: right; font-weight: bold; font-size: 15px; color: #666; }

.legend-fpagamento { color: #069; font-size: 13px; }
.fs-fpagamento-inner {  margin-left: 80px; }
.fs-fpagamento-cc { width: 260px; float: left; }
.fs-fpagamento-bb { width: 260px; float: left; margin-left: 25px; }

.align-opcoes-pg { margin: 10px 0 0 40px; }

.cc-opcao-pagamento { width: 87px; height: 70px; float:left; }
.posicao-radiobutton-pagamento { margin-top: 50px; text-align: center; }

.cc-visa { background: url(../images/formaspagamento/visa.gif) no-repeat; }
.cc-mastercard { background: url(../images/formaspagamento/mastercard.gif) no-repeat; }

.cc-mastercard, .bb-bancodobrasil, .bb-itau 
{
	filter:alpha(opacity=40);
	opacity:0.4;
}

.bb-opcao-pagamento { width: 41px; height: 65px; float:left; margin-left: 10px; }
.bb-bancodobrasil { background: url(../images/formaspagamento/bancobrasil.gif) no-repeat; }
.bb-itau { background: url(../images/formaspagamento/itau.gif) no-repeat; }
.bb-bradesco { background: url(../images/formaspagamento/bradesco.gif) no-repeat; }

/***************************
  Fim: Cadastro de Afiliados
****************************/


	
/***************************
  Classes: Exibição de Novidades
****************************/

#header-novidades 
{
	margin-top: 15px;
	float: left;
	background: #E8E8E8;
	padding: 5px;
	width: 705px;
	display: table-cell;
	vertical-align:middle;
}

#header-novidades .novidades-img
{
	float: left;
	width: 59px;
	height: 75px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background: white;
	margin-right: 10px;
}

#header-novidades .novidades-img img 
{
	margin: 3px 0 0 3px;
}

.inner-novidades-noticias 
{
	margin-top: 10px;
}

#conteudo-novidades
{
	clear: both;
	padding-top: 10px;
}

#conteudo-novidades span { text-indent: 20px; font-size: 13px; color: #069; line-height: 20px; } 
#conteudo-novidades .novidades-img-grande
{
	float: left;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin: 0 10px 2px 0;
 	background: white;
}
#conteudo-novidades .novidades-img-grande img 
{
	margin: 2px 0 0 4px;
}

#outrasnovidades
{
	margin: 30px;
	width: 650px;
}

#outrasnovidades ul
{
	padding-left: 10px;
	font-size: 12px;
	color: #666;
	margin-top: 10px;
}

#outrasnovidades ul li { display: block; padding-bottom: 3px;}
#outrasnovidades li a { color: #069; font-weight: bold; text-decoration: none; } 
#outrasnovidades li a:hover { text-decoration: underline; } 

.sep-conteudo-hor 
{
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 710px;
	height: 3px;
	background: url(../images/conteudo/sep-conteudo-hor.jpg) no-repeat;
}

.titulo-margin { margin-top: 20px; }

.todas-novidades {	clear: left; width: 450px; padding-top: 15px; margin-left: 75px; text-align: center; }
.todas-novidades a { font-size: 12px; text-decoration: none; color: #069; }
.todas-novidades a:hover { text-decoration: underline; }

.paginacao {	clear: left; padding-top: 25px; text-align: center; }
.paginacao img { border: none; }
.paginacao a { color: #069; text-decoration: none; }
.paginacao a:hover { text-decoration: underline; }


/***************************
  Fim: Novidades
****************************/


/***************************
  Classes: Políticas
****************************/


#conteudo #PolTerm fieldset 
{
	margin-top: 15px;
	padding-left: 0;
	width: 715px;
}

#PolTermDocumento 
{
	background: #EBEBEB;
	border: solid 1px #999999;
	height: 322px;
	color: #006699;
	padding: 5px 0 5px 5px;
	margin: 20px 20px 20px 20px;
	text-indent: 15px;
}

#PolTermDocumento p 
{
	margin-top: 10px;
}

/***************************
  Fim: Políticas
****************************/

/***************************
  Detalhes Produtos
****************************/

.header-detalhes-produtos {	height: 50px; }
.header-detalhes-produtos .map-produtos
{
	float: left;
}
.busca-produtos
{
	margin-top: 10px;
	float: right;
}

.imgs-produtos, .info-produtos
{
	float: left;
}

.imgs-produtos 
{
	width: 225px;
	height: 300px;
}
.info-produtos 
{
	padding-left: 10px;
	width: 482px;
}

.img-grd-produtos 
{
	background: #fff url('../images/ajax-loader.gif') 50% 50% no-repeat;
	border: solid 1px #666;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 220px;
	text-align: center;
}

.img-peq-produtos 
{
	background: white;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	border: solid 1px #999;
	padding: 2px;
}
.img-no-border { border: none; } 

.nome-produto { font-family: Arial; font-size: 19px; color: #666; }

.botao-comprar { float: right; margin-top: 5px; }
.valor-comprar { width: 480px; height: 46px; margin-top: 5px; background: url(../images/bg-valor-comprar.gif) no-repeat; }

.caixa-arredondada 
{
	margin-top: 10px;
	width: 480px;
	background: #F7F7F7;
}
.header-caixa-arredondada 
{
	width: 480px;
	height: 10px;	
	background: url(../images/header-caixa-arredondada.gif) no-repeat;
}

.footer-caixa-arredondada 
{
	width: 480px;
	height: 10px;
	background: url(../images/footer-caixa-arredondada.gif) no-repeat;
}
.corpo-informacao { margin-left: 15px; color: #666; }
.tb-br-busca
{
	vertical-align: 3px;
	border: solid 1px #666;
	margin-top: 3px;
	padding-left: 2px;
}
.map-produtos { color: #666; }
.nome-produto-mapa { text-decoration: underline; }

.map-produtos a { color: #069; text-decoration: none; font-size: 10px;}
.map-produtos a:hover { text-decoration: underline; }

.label-buscar { font-family: 'Trebuchet MS'; font-size: 13px; color: #069; }

.coluna-lista 
{
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	width: 220px;
}
.img-produto 
{
	width: 55px;
	padding: 6px;
	background: white;
	border: solid 1px #666;
	margin: 0 10px 0 0;
	text-align: center;
	float: left;
}
.tit-produto a, .preco-produto { width: 140px;  color: #069; font-family: 'Trebuchet MS'; text-decoration: none; }
.tit-produto a:hover, .link-produto a:hover  {  text-decoration: underline; }
.desc-produto { width: 140px; color: #333; font-size: 10px; }
.preco-produto { width: 140px;  color: #666; font-size: 14px; font-weight: bold; }
.link-produto a { width: 140px;  color: #069; font-weight: bold; text-decoration: none; }

#panelBusca a { color: #069; text-decoration: none; }
#panelBusca a:hover { text-decoration: underline; }
		
/***************************
  FIM: Detalhes produtos
****************************/

/***************************
  FIM: Conteúdo
****************************/

/***************************
  Carrinho
****************************/

#progresso-commerce 
{
	margin-top: 30px;
	width: 715px;
	height: 31px;
	background: url(../images/e-commerce/progresso.gif) no-repeat;
}

#progresso-commerce ul 
{
	list-style: none;
}
#progresso-commerce ul li {	display: block; float: left; }

.lista-commerce-carrinho,.lista-commerce-infoadicionais,.lista-commerce-endereco,.lista-commerce-pagamento,.lista-commerce-carrinho-ativo,.lista-commerce-infoadicionais-ativo,.lista-commerce-endereco-ativo,.lista-commerce-pagamento-ativo { height: 31px; text-indent: -99999px; overflow: hidden; }


.lista-commerce-carrinho,.lista-commerce-carrinho-ativo { width: 169px; }
.lista-commerce-infoadicionais,.lista-commerce-infoadicionais-ativo { width: 211px; }
.lista-commerce-endereco,.lista-commerce-endereco-ativo { width: 230px; }
.lista-commerce-pagamento,.lista-commerce-pagamento-ativo { width: 103px; }

.lista-commerce-carrinho-ativo { background: url(../images/e-commerce/carrinho.gif) no-repeat; }
.lista-commerce-infoadicionais-ativo {  background: url(../images/e-commerce/identificacao.gif) no-repeat; }
.lista-commerce-endereco-ativo {  background: url(../images/e-commerce/endereco.gif) no-repeat; }
.lista-commerce-pagamento-ativo {  background: url(../images/e-commerce/pagamento.gif) no-repeat; }

.calcular-frete a
{
	color: #069;
	text-decoration: none;
}
.lbErroCalculoFrete { color: Red; }
.lbSucessoCalculoFrete { display:block; float: left; color: Green; }

.calcular-frete a:hover
{
	text-decoration: underline;
}

.bg-final-pedido, .bg-final-pedido-cadastro, .bg-final-pedido-afiliado
{
	padding-top: 20px;
	margin-top: 15px;
	margin-left: 15px;
	font-family: 'Trebuchet MS', Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: White;
	text-align: center;
	height: 74px;
	background: url(../images/e-commerce/bg-nrpedido.jpg) no-repeat 50% 50%;
}

.bg-final-pedido-cadastro,.bg-final-pedido-cadastro, .bg-final-pedido-afiliado
{
	width: 340px;
	float: left;
}
.bg-final-pedido-cadastro { background: url(../images/cadastro/bg-pedido.jpg) no-repeat 50% 50%; }
.bg-final-pedido-afiliado { background: url(../images/cadastro/bg-afiliado.jpg) no-repeat 50% 50%; }

.aviso-final-pedido 
{
	display:block;
	text-align: center;
	font-size: 10px;
	color: #069;
}

.preco-final-pedido 
{
	line-height: 40px;
	display:block;
	text-align: center;
	font-family: 'Trebuchet MS', Tahoma;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	color: #069;
}
.final 
{
	margin-top: 15px;
}

.btEmitirBoleto 
{
    margin-left: 200px;
    margin-bottom: 15px;
	display: block;
	width: 312px;
	height: 27px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/e-commerce/emitir-boleto.jpg) no-repeat;
}

/***************************
  FIM: Conteúdo
****************************/

/***************************
  RODAPÉ
****************************/
#rodape 
{
	clear: left;
	margin: 10px auto;
	height: 62px;
	font-family: Arial, Tahoma, Verdana;
	color: White;
	
}

#busca-rodape 
{
	float: left;
	clear: left;
	width: 760px;
	margin: 10px auto;
	padding: 5px 0 0 0;
	height: 25px;
	background-color: #eee;
	color: #999;
}

#busca-rodape #imgBuscaRap
{
	width: 107px;
	height: 19px;
	margin: 0 0 0 50px;
	text-indent: -99999px;
	overflow: hidden;
	background: url('../images/busca-rapida.jpg');
	float: left;
}

#busca-rodape #texto-br
{
	height: 15px;	
	float: left;
	padding-top: 4px;
	padding-left: 5px;
}

.tb-br
{
	float:left;
	width: 240px; 
	border: solid 1px #666;
	margin-top: 3px;
	padding-left: 2px;
}

.ibOkBusca
{
	float: left;
	margin: 3px 0 0 4px;
}


/***************************
  Lista do MENU
****************************/

#menu-list
{
	height: 60px;
	width: 760px;
	background-color:  #2B80AA;
	color: #fff;
	text-align: center;
}

#menu-li-menu
{
	padding: 15px 0 0 0;
}

#menu-li-menu li a
{
	
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#menu-li-menu a:hover 
{
	text-decoration: underline;
}

/***************************
	FIM:  Lista do MENU
****************************/

#menu-li-cond-termos
{
	padding: 5px 0 0 0;
}
#menu-li-cond-termos a 
{
	color: #fff;
	text-decoration: none;	
}

#menu-li-cond-termos a:hover {	text-decoration: underline;	}

#menu-list li
{
	display: inline;
	padding: 4px;
	list-style: none;
}

/***************************
  Informações sobre a Fator Telecom e Wta3
****************************/

#fator-info 
{
	float: left;
	color: #ccc;
	padding: 15px 0 0 0;
	height: 50px;
}
#wta3 
{
	color: #fff;
	float: right;
	padding: 30px 0 0 0;
}

.wta3-tres 
{
	color: #FF9900;
}

a.assinatura
{
	color: #fff;
	text-decoration: none;
}
a.assinatura:hover
{
	color: #fff;
	text-decoration: underline
}

/***************************
  Tool Tip
****************************/

        #dhtmltooltip{
            position: absolute;
            width: 230px;
            border: 1px solid #efefef;
            padding: 25px;
            background: #fff url('../images/ajax-loader.gif') 50% 50% no-repeat;
            visibility: hidden;
            z-index: 100;
            /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
            filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
            text-align: center;
        }

/***************************
  HACK PNG
****************************/

* html img/**/ {
 filter:expression(
   this.alphaxLoaded ? "" :
   (
    this.src.substr(this.src.length-4)==".png"
    ?
    (
     (!this.complete)
     ? "" :
      this.runtimeStyle.filter=
      ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
      (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
      String(this.alphaxLoaded=true).substr(0,0)+
      (this.src="images/blank.gif").substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
}

/*Pgto cartao visa*/
.pgtocartaovisa
{
	text-align:center;	
	width:260px; 
	float: none;
}
.opcartaovisa
{
	text-align:center;	
	float:none;
	padding: 10px 0;
	width: 715px;
}
.inferiorVisa
{
    font-weight: bold;
    font-size: 10pt;
    color:Red;
    font-style: normal;
    font-family: Arial;
    text-decoration: none;
    padding: 10px 0;
	width: 715px;	
}