/* CSS Document */

.abinhas {
float:left;
cursor:pointer;
text-align:center;
padding-top:10px;
}

#conteudoabinha {
float: inherit;
}

.abinhaLigado {
background-image:url(../imgs/MEIOONabinha.gif);
background-repeat:repeat-x;
height:43px;
width:114px;
text-align:center;
}

.abinhaDesligada {
background-image:url(../imgs/MEIOOFFabinha.gif);
background-repeat:repeat-x;
height:43px;
width:114px;
text-align:center;
}



