﻿.BoxProdutos {
    float: left;
    margin-top: 10px;
    min-width: 739px;
    width: 100%;
}

.dvBoxNivel-1-1-2-1 {
    float: right;
    height: auto;
    width: 765px;
    margin-right: 0px;
}

.dvBoxNivel-1-2 {
    float: left;    
    margin: 10px 0 0 10px;
    /*position: relative;
    width: 100%;
    display: inline;*/
}

.dvBoxNivel-1-2-1 {
    /*width: 100%;
    margin-right: -200px;*/
}

.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 {
    /*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 {
    /*width: 23%;*/
    float: left;
    margin-left:0px;
}
.PaginaProdutos {
    padding:0;
    margin:0;
}
.ProdutoIn {    
    float: left;
    position: relative;
    height: 376px;
    margin:8px;
    margin-right: 20px;
    width: 226px;
    border-right: 1px dashed #ccc;
    margin-bottom: 50px;
    padding-top: 10px;
}

.ImgProduto {
    height: 148px;
    text-align: center;
    width: 200px;
    overflow: hidden;
}

.ImgProduto img {
    max-width: 200px;
	max-height: 148px;
    text-align: center;
}

.NomeProduto {
    margin-top: 10px;
    margin-right: 21px;
    text-align: left;
    font-size: 13px;
    color: #333;
    overflow: hidden;
    font-weight: bold;
    font-style: italic;
    line-height: 17px;
    width: 200px;
    height: 34px;
    overflow: hidden;
}
.DescProduto {
    margin-right: 21px;
    text-align: justify;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    line-height: 17px;
    height: 51px;
    width: 200px;
}

.NomeProduto > a {
    color: #AAAAAA;
    text-decoration: none;
}

.Valor {
    margin-right: 35px;
    font-size: 17px;
    font-weight:bold;
    color: #000;
    text-align: right;
    bottom: 105px;
    position: absolute;
    width: 186px;
}

.Parcelas {
    margin-right: 25px;
    font-size: 12px;
    font-weight:bold;
    color: #000;
    text-align: right;
    bottom: 77px;
    position: absolute;
    width: 186px;
    padding-right: 10px;
	display: none;
}
.Parcelas span {
    font-size: 17px;
}
.Boleto {
    margin-right: 35px;
    font-size: 12px;
    font-weight:bold;
    color: #fc7838;
    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:hover {    
    opacity: 0.7;
}

.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;
}
.boxposi_camponews
{
    float:left;
    margin:5px 0 0 10px;
}

.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: #f1ff29;
            font-size: 15px;
            color: #000;
            margin-top: 0px;
        }

.divPaginacao
{
    font-family: 'Trebuchet MS';
    font-size: 13px;
    text-align: center;
    width: auto;
    float: left;
}