/*
'----------------------------------------
 div #detalhe_livro contém: .livro_img, .dados_livro, .resumo_livro, .indique
 mancha gráfica que contém o detalhe do livro 
_____________
|__|_________|
|_______| 	 |
|	X	|    |
|	X	|  	 |
|_______|____|
'----------------------------------------
páginas que utilizam este estilho
product_info.php

*/
#detalhe_livro{
	/*width:544px;*/
	width:577px;
	color: #124767;
	padding:0 0 0 10px;
}
#detalhe_livro #erro_create_account{position:relative; left:-570px; _left:0px; top:100px; _top:0px; margin-bottom:120px; _margin-bottom:0px;}

.livro_img{
	float: left;
	width: 114px;
	height: 168px;
	border: 1px solid #728395;
	margin-right: 12px
}

.dados_livro{
	float: left;
	width:398px;
	_width:410px;
	height:170px;
	background: url(/images/layout/back_detalhe_livro.gif) top left;	
	padding: 5px 0 0 10px;
	line-height: 15px;
}
.dados_livro h1, .livros_carrinho h1{
	font-size: 9px;
	font-weight: bold;
	color:#990000;
	height: 30px;
	
}
.dados_livro h1 a, .livros_carrinho h1 a{
	color:#990000;
}

.dados_livro h1 a:hover{
	color:#122940;
}
.indique{
	/*position:relative;
	top: -15px;*/
	font-size: 10px;	
	color:#990000;
	font-weight: normal;
	text-align: right;
	padding: 0 35px 0 0;
	_padding: 0 25px 0 0;

}
.comprar{
	font-size: 12px;
	color:#990000;
	font-weight: bold;
	border:0 solid;
	background-color: #fff;
	cursor:hand;
	text-align:left;
	width:65px;
}
.comprar a{
	color:#990000;
	cursor:hand;
}

#blocoesquerdo{float:left; width:45%; }

.outros_livros{
	float:left;
	width:50%;
	font-size: 10px;
	margin: 25px 6px 0px 10px;
	text-align:right;
	/*padding:2px 0 0 0;*/
	
}
.outros_livros a{
	display: block;
	margin: 4px 0 0 0 ;
	border-right: 2px solid #990000;
}
.outros_livros p{
	margin: 0 4px 0 0 ;
}

/*  utilizado para o resumo do livro e sobre o autor */
.resumo_livro{
	width:536px;	
	margin:15px 0 15px 0 ;
	clear: both;
}

.resumo_livro h1{
	height: 21px;
	font-size: 11px;
	font-weight: bold;
	background:#EDF1F4 ;
	padding: 3px 3px 0 8px;
}
.resumo_livro p{
	padding: 0 10px 0 10px;
	text-align: justify;
}
.linha{
	height: 13px;
	font-size: 9px;
	/* font-style: italic;*/
	color: #333;
	background:#EDEDED;	
	padding-left: 5px; 
}
/* listagem de produtos no carrinho */
.livro_carrinho_img{
	float: left;
	width: 82px;
	height: 110px;
	border:1px solid #728395;
	margin:0 5px 0 10px;
}
.livros_carrinho{
	float: left;
	width:398px;
	_width:410px;
	height:120px;
	background: url(/images/layout/back_carrinho.gif) top left;	
	padding: 5px 0 0 10px;
}
.unitario{
	float: left;
	padding-left: 100px;
}

.total{
	clear:both;
	padding-left: 100px;
}

/* listagem de also purchased - livros em 3 colunas */
.livros_comprados{
	width:30%; 
	height: 180px;
	float:left; 
	margin:1%; 
	text-align:center;
	font-size: 10px ;
	border-bottom: 1px dotted #ccc;;
}
.livros_comprados p{
	padding: 5px 0 5px 0;
}
.livros_comprados img{
	border:1px solid #728395;
	}
	
/* utilizado na página de resultado da busca rápida /includes/modules/product_listing.php*/
.livro_duas_colunas{
	float:left;
	width:48%;
	height:130px;
	margin:0 2px 15px 0;
}
.livro_img_peq{
	float: left;
	width:82px;
	border: 1px solid #728395;
	margin-right: 2px;
	/*background: #34526C;
	width:82px;
	border:1px solid #728395;*/

}
.dados_duas_colunas{
	float:left;
	background: #FFF url(/images/layout/back_livros.jpg) no-repeat top left;
	padding:3px 1px 3px 2px;
	width:172px;
	_width:178px;
}
.dados_duas_colunas h1{
	font-size: 9px;
	font-weight: bold;
	margin: 2px 0 10px 0;
	height: 27px;
	
}
.dados_duas_colunas h1 a{
	color:#990000;
}

.dados_duas_colunas h1 a:hover{
	color:#122940;
}
