﻿.conteudo .livro
{
    width:250px;
    height:395px;
    margin-right:10px;
    float:left;
    text-align:center;
}
.conteudo .livro img
{
    width:250px !important;
    max-width:250px !important;
    height:384px;
}
.info .divAutor
{
    height:auto !important;
}
.conteudo .info
{
    float:left;
    margin:0 10px 0 10px;    
    font-size: 12px;
    width:410px;
}
.conteudo .preco
{
    margin-top:20px;
    display:block;
}
.conteudo .preco .lblPreco
{
    font-size:18px;
}

.relacionados
{
    margin:7px;
}

.info .tituloProd
{
    font-weight: bold;
    padding-bottom: 5px;
    /*text-transform: capitalize;*/
}
.tituloAutor a
{
    color: #444444;
}
.conteudo .box
{    
    height:180px;    
    padding-bottom:20px;
}
.detalhesLivro
{
    clear:both;
    display:table;
}
.detalhesLivro .fichaTecnica
{
    clear:both;
    width:150px;
    font-size:11px;  
    padding-bottom:10px;  
}
.detalhesLivro h4
{
    font-size:13px;
    border:0px;
    text-decoration:underline;
    margin-left:0px;
    margin-bottom:10px;
    padding:0;
}
.detalhesLivro .sinopse
{
    float:left;    
    max-height:210px;
    margin-bottom:15px;
    width: 550px;
    text-align: justify;
}
.content
{
    padding:15px;
    height:auto;
}
.lblPreco
{
    font-size:16px;
}

#divOutrosLivrosMesmoAssunto .produto 
{
    width:142px;    
    text-align:center;
    float:left;
}
#divOutrosLivrosMesmoAssunto .produto .titulo
{
    height:38px;
    margin-bottom:10px;
    overflow:hidden;
}
#divOutrosLivrosMesmoAssunto .add
{
    margin-bottom:10px;
}

.btnLinkLume
{
    position: relative;
    left: 12px;
    top: 10px;
}

.btnLinkLume > a
{
    background-color:#cb0000;
    color:#fff;
    padding:5px 10px;
    font-size: 14px;
    font-weight: bolder;
}

.btnLinkLume > a:hover
{
    color:#2B2B2B;
}