*, html {

    margin: 0;
    padding: 0;
    border: 0;
}
.paginacao:after{
        content:".";
        display:block;
        clear:both;
        visibility:hidden;
        height:0;
        overflow:hidden;
}
/* ------------------------ INÍCIO PRODUTOS CATEGORIAS ------------------------ */

div#conteudo_esquerdo_detalhes{
    width: 218px;
    display: block;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
}
    div#conteudo_esquerdo_detalhes h3{
        width: 218px;
        height: 30px;
        display: block;
        background: url(../images/bg_categorias.jpg) no-repeat;
        font-size: 16px;
        color: #433333;
        text-align: center;
        padding-top: 10px;
    }
        div#categorias_detalhes{
            width: 215px;
            display: block;
            background: #fffcc9;
            border-left: solid 1px #d0cece;
            border-right: solid 1px #d0cece;
            border-bottom: solid 1px #d0cece;
            margin-left: 1px;
            line-height: 22px;
        }
            div#categorias_detalhes h4{
                width: 195px;
                height: 20px;
                display: block;
                font-size: 12px;
                border-bottom: dashed 1px #766363;
                color: #252522;
                margin: 0 auto;
                padding-top: 15px;
            }
                div#categorias_detalhes ul {
                    width: 195px;
                    display: block;
                    margin: 0 auto;
                    margin-top: 5px;
                }
                    div#categorias_detalhes ul li a{
                        color: #8e8b88;
                    }
                        div#categorias_detalhes ul li a:hover{
                            color: #000;
                        }
                            div#categorias_detalhes h4.first{
                                padding-top: 0;
                            }
                                div#categorias_detalhes ul.last{
                                    padding-bottom: 40px;
                                }
                                    div#categorias_detalhes ul li strong{
                                        color: #766363;
                                    }
    div#conteudo_direito_detalhes{
        width: 730px;
        display: block;
        float: left;
        padding-left: 20px;
        padding-top: 20px;
    }
        .model_produtos_categorias{
                width: 169px;
                display: block;
                float: left;
                text-align: center;
                line-height: 15px;
                margin-top: 20px;
                margin-left: 5px;
            }
                .model_produtos_categorias a.centro{
                    /*margin-left: 0;*/
                }
                .model_produtos_categorias a{
                    font-size: 12px;
                    color: #433333;
                    text-decoration: none;
                    margin-bottom: 5px;
                    display: block;
                    width: 150px;
                    margin-left: 10px;
                    text-align: center;
                }
                    .model_produtos_categorias a:hover{
                        text-decoration: underline;
                    }
                        .model_produtos_categorias p{
                            font-size: 14px;
                            font-weight: bold;
                            color: #580303;
                            display: block;
                            width: 150px;
                            text-align: center;
                            margin-left: 10px;
                        }
                            .model_produtos_categorias p span{
                                display: block;
                            }
                .model_produtos_categorias a.detalhes{
                    color: #c7b718;
                    font-weight: bold;
                    display: block;
                    margin-top: 5px;
                    text-decoration: underline;
                    width: 150px;
                }
                    .model_produtos_categorias a.detalhes:hover{
                        color: #580303;
                    }
                        .first_model{
                            margin-left: 0;
                        }
    .paginacao{
        width: 700px;
        height: 50px;
        display: block;
        padding-top: 20px;
        clear: both;
    }
        ul.paginas{
            text-align: center;
            display: block;
            float: left;
            
        }
            ul.paginas li{
                display: inline;
                float: left;
                margin-left: 10px;
            }
                ul.paginas li a{
                    display: block;
                    padding: 5px;
                    text-decoration: none;
                    color: #505050;
                    border: solid 1px #b6b6b6;
                    font-weight: bold;
                }
                    ul.paginas li a:hover, ul.paginas li a.setas:hover{
                        background: #252522;
                        color: #ffffff;
                    }
                        ul.paginas li a.ativo{
                            background: #252522;
                            color: #ffffff;
                        }
    .ordenacao{
        float: right;
        display: block;
        padding-right: 20px;
    }
        .ordenacao ul li{
            display: inline;
            float: left;
            margin-left: 5px;
        }
            .ordenacao ul li.first{
                margin-top: 3px;
                font-weight: bold;
                color: #505050;
            }
                .baixo_paginacao{
                    padding-top: 60px;
                }
.linha_produtos {
	clear: both;
}









