﻿.preco .lblLineThrough /*Preco riscado ex: De:*/
{
    font-size: 13px;
}

.conteudo .lancamentos
{
    height:170px;
    padding: 5px 5px 5px 5px;
    /*margin-left:15px;
    border-bottom:1px solid #ECECEC;*/
}
.conteudo .lancamentos .livro
{
    text-align:center;
    height:150px;
    width:120px;
    margin-bottom:5px;
    margin-top:5px;
    float:left;
}

.livro img {
    height: 150px;    
    max-width:115px;
}

.conteudo .btnComprarLista
{
	border-style: none;
	background: url("../Images/icone_carrinho.png") no-repeat;
	background-position:right;	
	color:#2B2B2B;
	font-size:15px;
	font-weight:bolder;
	text-align:left;
	border-bottom:2px solid #CB0000;
	width:105px;
	height:33px;
	float:left;
}
.conteudo .btnComprarLista:hover
{
    
}
.conteudo .lancamentos .info
{
     /*width:430px;*/
     width:472px;
     height: 90px;
     float:left;
     padding:5px;
     display:table;
     margin-left: 5px;
}
.conteudo .lancamentos .tituloProd
{
    font-size: 12px;
    font-weight: bold;
    padding-bottom:5px;
    /*text-transform: capitalize;*/

}
.conteudo .preco
{
    font-family: Arial;
    font-weight: bold;
    margin-bottom:10px;
    display:table;
    float:left;
}
.preco span
{
    font-size:12px;
    font-style:italic;
    font-weight:normal;
}
.divAutor
{
    overflow:hidden;
    height:50px;
    font-size:12px;
    font-style:italic;
    font-weight:normal;
    margin-bottom:5px;
    
}


.conteudo .btnComprarListaZerado
{
	border-style: none;
	background: none;
	background-position:right;	
	color:#2B2B2B;
	font-size:15px;
	font-weight:bolder;
	text-align:left;
	border-bottom:2px solid #CB0000;
	_width:105px;
	height:33px;
	float:left;
}

/*tooltip*/
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* fim tooltip*/