#conteudoEsquerda {
    float: left;
    width: 190px;
    background-image: url('http://purific.com.br/layouts/padrao/imagens/layout/conteudo/borda_1x1_10.png');
    background-repeat: repeat-y;
    background-position: 189px;
}

#conteudoCentral{
    float: left;
    margin-left: 10px;
    width: 775px;
    height: 100%;
}



/* LISTA DE NOTICIAS EVENTOS*/

#listaNE {
    font-size: 10px;
    font-family: Tahoma, Verdana, Arial;

}

#listaNE #listaNoticias {
    width: 180px;
    margin-bottom: 15px;
}

#listaNE #listaEventos {
    width: 180px;
    margin-bottom: 15px;
}

#listaNE p{
    font-family: Verdana, Tahoma, Arial;
    font-weight: bold;
    text-align: center;
    color: #414F6A;
    font-size: 12px;
    background-color: #ebebeb;
    line-height: 18px;
    vertical-align: middle;
}

#listaNE ul {
    margin: 0px;
    padding: 0px;
}

#listaNE li {
    list-style: none;
    background-image: url('http://purific.com.br/layouts/padrao/imagens/layout/conteudo/marcador_li.png') ;
    background-repeat: no-repeat;
    background-position: 0px 2px;
    margin-top: 10px;
    padding-left: 13px;

}
/* FIM LISTA DE NOTICIAS EVENTOS */
/* FIM CONTEUDO DA DIREITA */



.flashMenu {
   /* background-image: url('http://purific.com.br/layouts/padrao/imagens/layout/conteudo/borda_1x1_10.png');
    background-repeat: repeat-x;
    background-position: top;*/
    margin-top: 10px;
    padding-top:20px;
    text-align: center;
}

#conteudoCentral li {
    list-style-image: url('http://purific.com.br/sobre/imagens/list-image.png') ;
    list-style-position: outside;
    margin-bottom: 5px;
}

#conteudoCentral #mapa_cidades {
    width: 205px;
    float: left;
}

#conteudoCentral #lista_cidades{
    width: 100%;
}

#conteudoCentral #lista_lojas {
    float:right;
    width:372px;
}

#tabelaPreco table {
	border-collapse: collapse;
	border: 3px;
        border-style: inset;
	border-color:#4A4C55;
        margin-left: 5px;
        width: 765px;
}
#tabelaPreco table tr td {
	border:1px solid #006;
}
#tabelaPreco td.preco {
	text-align: center;
        font-weight: bold;
}
#tabelaPreco table tr:hover {
	background-color:#FFC78F;
	cursor:pointer;

}

#tabelaPreco table th {
	border: 1px solid;
	border-bottom: 2px solid;
	border-top: 2px solid;
}