/* MODULO PICCOLO */
div.modulo_libro_small {
	border-bottom:1px solid #ddd;
	padding-top:5px;
}

div.modulo_libro_small div.immagine {
	float:right;
	height:80px;
	width:35px;
	overflow:hidden;
}

div.modulo_libro_small .autore {
	font-size:.8em;
	margin:0;
}

div.modulo_libro_small .titolo {
	font-size:.9em;
	margin:0;
	padding:.5em 0 0 0;
}

div.modulo_libro_small .autore a,
div.modulo_libro_small .titolo a {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

div.modulo_libro_small .autore a:hover,
div.modulo_libro_small .titolo a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#666;
}
