.valorC{
    text-decoration: line-through;
}

.valorPor {
    font-size: 18px;
    font-family: sans-serif;
}

.listImgsHover {
    border:2px solid #9ea23d;
    margin:-2px;
}

.nomeProd{
    font-family: sans-serif; 
    font-size: 14px; 
    font-weight: bold;
}

.nomeAut{
    font-family: sans-serif; 
    font-size: 12px; 
    margin-top: 5px; 
    margin-bottom: 5px;
}

.nomeAut a:hover{
    text-decoration: underline;
}

.nomeAut div span{
    font-weight: bold;
}

.compra {
    padding-top: 22px;
    height: 70px;
    background-color: #63b71d ;
    border: solid 1px #9ab71d;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
}

.compra a {
    text-decoration: none;
}

.consulte {
    padding-top: 0px;
    background-color: #9ab71d;
    border: solid 1px #63b71d;
    color: #FFFFFF;
    text-align: center;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
}

.red {
    color: #FF0000;
    font-weight: bold;
}

.imgProds {
    width: 100px;
    height: 150px;
}

.divMiniatura {
    width: 45px;
    height: 67px;
    margin-top: 5px;
    margin-left: 30px;
}

.divMiniatura img {
    width: 45px;
    height: 67px;
}

.divProds{
    width: 370px; 
    padding-bottom: 7px; 
    padding-top: 5px; 
    display: table;
}

.borda {
    border: solid 1px #999;
    border-radius: 8px;
}

#autores img {
    
    border: 2px solid #e9e6df;
    border-radius: 5px
}

.imgAutor {
    width: 78px;
    height: 99px;
}
