/* SCHEDE INDEX */
div.scheda_index_grande {
	margin:10px 10px 10px 1px;
}

div.scheda_index_grande div.immagine {
	float:left;
	margin-right:1em;
	height:250px;
	width:120px;
	overflow:hidden;
}

div.scheda_index_grande .autore {
	font-size:1em;
	padding:4.5em 0 0 0;
	font-weight:bold;
	margin-left:120px;
}

div.scheda_index_grande .titolo {
	font-size:1.6em;
	font-weight:normal;
	padding:0;
	margin-left:120px;
}

div.scheda_index_grande .codice {
	font-size:.9em;
	font-weight:normal;
	color:#666;
	margin-left:120px;
}

div.scheda_index_grande .autore a {
	color:#555;
	text-decoration:none;
}

div.scheda_index_grande .titolo a {
	color:#2C3E7D;
	text-decoration:none;
}

div.scheda_index_grande .autore a:hover {
	color:#c00;
}

div.scheda_index_grande .titolo a:hover {
	color:#c00;
}

div.scheda_index_grande .link_acquista {
	font-size:.9em;
	padding:0;
}

div.scheda_index_grande .link_acquista a {
	color: #4662BE;
	text-decoration:none;
}

div.scheda_index_grande .link_acquista a:hover {
	color:#4662BE;
	text-decoration:underline;
}

div.scheda_index_piccola {
	margin:5px 5px 5px 5px;
}

div.scheda_index_piccola div.immagine {
	float:left;
	margin-right:10px;
}

div.scheda_index_piccola .autore {
	font-size:.8em;
	padding:0;
	font-weight:bold;
	height:1.5em;
}

div.scheda_index_piccola .titolo {
	font-size:1.2em;
	padding:0;
	margin:0 0 5px 0;
	font-weight:bold;
}

div.scheda_index_piccola .codice {
	font-size:.9em;
	font-weight:normal;
	color:#666;
}

div.scheda_index_piccola .autore a {
	color:#555;
	text-decoration:none;
}

div.scheda_index_piccola .titolo a {
	color:#2C3E7D;
	text-decoration:none;
}

div.scheda_index_piccola .autore a:hover {
	color:#c00;
}

div.scheda_index_piccola .titolo a:hover {
	color:#c00;
}

div.scheda_index_piccola .link_acquista {
	padding:0;
	font-size:.8em;
}

div.scheda_index_piccola .link_acquista a {
	color:#4662BE;
	text-decoration:none;
}

div.scheda_index_piccola .link_acquista a:hover {
	color:#4662BE;
	text-decoration:underline;
}

div.page_body {
	padding:20px;
}