@charset "utf-8";
/* CSS Document */

*{
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
}
a{
text-decoration:none;
color:#000000;
}
img {
border: 0px;
}
a:hover{
text-decoration:underline;
}
body {
font-size:12px;
text-align:center;
background: url(../images/bg.jpg) repeat-x;
margin:0;
padding:0;
}

/* # TUDO_INDEX */
#tudo_index{
float:left;
width:741px;
text-align:left;
background:url(../images/bg_tudo_index.jpg) repeat-y;
}
#tudo_index .top{
float:left;
width:741px;
height:8px;
}
#tudo_index .left{
float:left;
width:12px;
height:80px;
}
#imagem_produto{
width:721px;
height:80px;
float:left;
text-align:center;
}
/* # CONTEUDO */
#conteudo{
width:741px;
float:left;
}
#conteudo .top{
float:left;
width:741px;
height:10px;
}
#conteudo .borda{
float:left;
width:20px;
height:700px;
}
/* # ESQUERDA */

#esquerda{
float:left;
width:520px;
}


/* # PLANOS */
#esquerda #planos{
float:left;
width:510px;
}
#esquerda #planos ul{
width:650px;
height:25px;
}
#esquerda #planos ul.titulo{
width:650px;
height:30px;
margin-top:4px;
}
#esquerda #planos ul.titulo2{
width:650px;
height:25px;
margin-top:4px;
}
#esquerda #planos li{
text-align:center;
display:inline;
float:left;
}
#esquerda #planos li.titulo{
background: url(../images/bg-titulo.jpg) repeat-x;
padding:2px;
text-align:left;
font-weight:bold;
width:300px;
height:25px;
}
#esquerda #planos li.titulo2{
background: url(../images/bg-titulo.jpg) repeat-x;
text-align:center;
width:100px;
height:30px;
}
#esquerda #planos li.titulo3{
background: url(../images/bg-titulo.jpg) repeat-x;
text-align:center;
width:100px;
height:30px;
}

#esquerda #planos li.topico{
width:250px;

text-align:left;
border-bottom:#cccccc dashed 2px;
height:25px;
margin-top:2px;
padding-top:2px;
}
#esquerda #planos li.topico2{
width:250px;
text-align:left;
border-bottom:#cccccc dashed 2px;
height:25px;
margin-top:2px;
padding-top:2px;
}
#esquerda #planos li.celula{
width:100px;
border-bottom:#cccccc dashed 2px;
height:25px;
margin-top:2px;
padding-top:2px;
}

#esquerda #planos li.celulav {
color: #060006;
width:100px;
border-bottom:#cccccc dashed 2px;
height:25px;
margin-top:2px;
padding-top:2px;
}



