@charset "iso-8859-1";
/* CSS Document */

.clear {
	clear:both;	
}
#livros {
	position:relative;
	width:212px;
	height:270px;
	overflow:hidden;
	margin:10px 0 0 0;
}
.livroImg img {
	border:0;
	width:57px;
	height:84px;	
}
.livroImg {
	float:left;
	width:57px;
	height:84px;
	margin:0 0 5px 0;
	padding:0;
}
.livroTxt {
	float:right;
	width:145px;
	padding:0 0 0 5px;
}