﻿.BoxProdutos {
    float: left;
    margin-top: 10px;
    min-width: 739px;
    width: 100%;
}


.ImputComprar {
    border: none;
    cursor: pointer;
    background: url(../images/btncomprar.jpg);
    width: 102px;
    height: 43px;
    float: right;
    margin-top: 8px;
}

.dvBoxNivel-1-2 {
    float: left;
    margin: 10px 0 0 10px;
}


.dvBoxNivel-1-2-2 {
    width: 200px;
    float: right;
    position: relative;
    display: inline;
    margin-right: -200px;
}

.dvBoxNivel-1-2-1-1 {
    width: 100%;
    float: left;
}


.dvBoxNivel-1-2-1-2-1 {
    width: 200px;
    float: left;
    position: relative;
    display: inline;
}

.dvBoxNivel-1-2-1-2-2 {
    width: 200px;
    float: left;
    position: relative;
    display: inline;
}

/* ---------------------- opções de pesquisa ----------------------------- */
.ordenar-produto {
    float: right;
    margin: 0;
    width: 265px;
}

.ordenar {
    float: left;
    margin: 0 0 0 0;
    width: 250px;
    font-size: 10px;
    color: #4C;
}

    .ordenar a {
        color: #aaa;
        cursor: pointer;
    }

        .ordenar a:hover {
            color: #099;
            text-decoration: underline;
        }

.exibir {
    float: left;
    margin: 0 0 0 0;
    width: 190px;
    font-family: "CenturyGothicRegular";
    font-size: 12px;
    font-weight: normal;
    color: #f90;
}

    .exibir a {
        color: #099;
        cursor: pointer;
    }

        .exibir a:hover {
            color: #099;
            text-decoration: none;
            text-decoration: underline;
        }

    .exibir img {
        margin: 0 5px 0 3px;
    }
/* ---------------------- opções de pesquisa FIM ----------------------------- */

/* ---------------------- Box Produtos ----------------------------- */
.ProdutoOut {
    float: left;
    margin-left: 0px;
}

.PaginaProdutos {
    padding: 0;
    margin: 0;
}

.ProdutoIn {
    float: left;
    position: relative;
    height: 435px;
    width: 217px;
    margin: 0 14px 85px 0;
}

    .listadeprodutos .ProdutoIn:nth-child(4n+4) {
        margin-right: 0;
    }

.ImgProduto {
    height: 220px;
    text-align: center;
    width: 217px;
    overflow: hidden;
    background: url(../images/bgthumbproduto.png);
}

    .ImgProduto .imgvertical {
        width: 217px;
        height: 220px;
        text-align: center;
        vertical-align: middle;
        display: table-cell;
    }

    .ImgProduto img {
        max-width: 158px;
        max-height: 158px;
    }

.NomeProduto {
    margin-top: 10px;
    text-align: center;
    color: #9b240e;
    overflow: hidden;
    font-weight: bold;
    line-height: 23px;
    height: 45px;
    overflow: hidden;
    font-size: 16px;
}

.DescProduto {
    text-align: justify;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    line-height: 17px;
    height: 51px;
    margin-top: 10px;
}

.NomeProduto > a {
    color: #AAAAAA;
    text-decoration: none;
}

.Valor {
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
    text-align: right;
}

.Parcelas {
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
    text-align: right;
    background: #f8f8f8;
}

    .Parcelas span {
        font-size: 17px;
    }

.Boleto {
    margin-right: 35px;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
    text-align: right;
    bottom: 55px;
    position: absolute;
    width: 186px;
}

.Vezes {
    height: 15px;
    width: 148px;
    margin-left: 10px;
    color: #998F4C;
    font-size: 12px;
    text-align: right;
    margin-top: 5px;
}

.BtDetalhe {
    float: left;
    height: 28px;
    margin: 10px 0 0 5px;
    width: auto;
    transition: all linear 0.3s;
    position: absolute;
    bottom: 10px;
}

    .BtDetalhe a :hover {
        opacity: 0.7;
    }

    .BtDetalhe .detalhes {
        display: block;
    }

.BtComprar {
    float: left;
    height: 28px;
    margin-left: 105px;
    margin-top: 10px;
    width: auto;
    transition: all linear 0.3s;
    position: absolute;
    bottom: 10px;
}

    .BtComprar:hover {
        opacity: 0.7;
    }

.BtAviseMe {
    height: 28px;
    width: 94px;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}

/*----------------Paginação Automatica de Produtos -----------*/

.PaginacaoAutomatica {
    float: left;
    height: 50px;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.boxCenterPaginacao {
    background-color: #D00015;
    border: 1px solid #CCCCCC;
    font-family: Comic Sans MS;
    font-size: 20px;
    height: 30px;
    left: 50%;
    margin-bottom: auto;
    margin-left: -125px;
    margin-right: auto;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 250px;
    cursor: pointer;
}

}

.paginacaoRepeter {
    float: left;
    text-align: center;
    width: 710px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 16px;
}

    .paginacaoRepeter a {
        color: #555555;
        background: #ffffff;
        width: 30px;
        float: left;
        font-size: 15px;
        text-decoration: none;
        margin: 0 0 0 5px;
    }

        .paginacaoRepeter a h2 {
            background-color: red;
            font-weight: bold;
            text-decoration: none;
            background-color: FF0000;
            font-size: 15px;
            color: #ffffff;
            margin-top: 0px;
        }

.divPaginacao {
    font-family: 'Trebuchet MS';
    font-size: 13px;
    text-align: center;
    width: auto;
    float: left;
}
