/*
'----------------------------------------
 div #header contém: #logo, #menu, #banner_home, #data
 linha superior que contem parte do logo e o menu horizontal 
______________
| L |__M____M_|
|_L_|__B_|__X_|
|		 |    |
|		 | 	  |
|________|____|
'----------------------------------------
*/
#header{
	position:relative;
	height:100px; 
	width:768px;		
}
#header #logo, #menu{float:left;}

#logo{
	position:relative;
	height:99px; 
	_height:99px; 
	width:122px;
	
	/* background:url(/images/layout/logo.gif) no-repeat; */
}

#menu{
	position:relative;
	width:646px;	
	height:100px; 
	_height:100px; 
	padding: 0;
}
#banner_home{
	position:relative;
	width:100%;
	float:left;
	clear: both;
	padding: 0;
	padding-top: 36px;
	_margin-top: -2.0px;	
}

#data{
	height: 30px;
}
#data h1{
	text-align: right;
	font-size: 10px; 
	font-weight: normal;
	color: #6F8293;
	height: 20px;
	_height: 25px;
	background: #EDF1F4;
	padding: 5px 20px 0 0 ;
}

/*
'----------------------------------------
 div #divisao 
 Linha vermelha que divide a página
'----------------------------------------
*/
#divisao{
	background: #781921;
	width:769px;
	height:12px;
	margin-top: 0;
	_margin-top: -7.0px;
	/*
	height: 30px;
	text-align: right;
	font-size: 10px;
	color: #FFF;	
	border-bottom: 12px solid #781921; */
}


/*
'----------------------------------------
 div #lancamentos contém: .livro, .dados_livro, .resumo_livro
 linha superior que contem parte do logo e o menu horizontal 
______________
|   |_________|
|___|____|____|
|	X	 |    |
|	X	 | 	  |
|________|____|
'----------------------------------------
 utilizados em: /includes/modules/new_products.php 
*/

#lancamentos{
	background: url(/images/layout/lancamentos.jpg) no-repeat top left;
	padding:38px 0 0 5px;
	width:577px;
}

.livro{
	float:left;
	width:285px;
	
	height:200px;
	/*background: #000; 
	border: 1px solid #CCC;*/
	margin:5px 0 0 0;
/*	position:relative; */
	padding:0;
	top:0px;
/*z-index:100; top:100;*/



}



/*.livro img{
	float: left;
	background: #34526C;
	width:82px;
	border:1px solid #728395;
}*/
/* capas na home */
.capa{
	float: left;
	border:1px solid #728395;
}
.dados_livro{
	position:relative;
	float: left;
	background: #FFF url(/images/layout/back_livros.jpg) no-repeat top left;
	padding:4px;
	width:187px;
	_width:195px;
}

.dados_livro h1{
	font-size: 9px;
	font-weight: bold;
	margin: 0 3px 10px 1px;
	height: 34px;
}

.dados_livro h1 a{
	color:#990000;
}

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

.resumo_livro{
	clear: both;	
	width:270px;
	_width:274px;
	height:80px;
	background:#EDF1F4 ;
	margin:0 0 15px 0;
	_margin:0 0 5px 0;
	padding:5px 5px 0 5px;	
}
.resumo_livro p{
	color: #203E58;
	}
