.boxProduto
{
    float:left;
    width:31%;
    margin-right:5px;
    overflow:hidden;
    text-align:left;
    height: 450px;
    _height: 470px;
    background: url('../img/pontos.png') repeat-x bottom;
    
}

.boxProduto .divFoto
{
    width: 100px;
    height: 200px;
    background-color: #FFFFFF;
    text-align: center;
    padding: 5px;
    display: table;
}

.boxProduto #nome
{
    font: normal 11px Arial, Helvetica, sans-serif;
    color:#606060;
    font-weight: bold;
}

.boxProduto .divFoto img
{
    border: 0;
}

.boxProduto .divFoto #table
{
	display: table-cell;
	vertical-align: middle;
	_position: relative;
	margin: auto;
}

.boxProduto #valorFinalMAIOR
{
    font: normal 17px Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #CE0909;
}


.quebraPagina
{
    page-break-after: always;
}


