html{
	overflow-y: scroll;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 0px;
}
img{
	border: none;
}
#menu{
	width: 1170px;
	height: 20px;
	position: absolute;
	right: 0px;
	background-image: url(immagini/riga.gif);
	background-repeat: repeat-x;
	top: 35%;
}
#menu img {
	margin-left: 4%;
}
#menu a:link, #menu a:visited{
	color: white;
}

#menu a label {
	vertical-align: top;
	cursor: pointer;
}

#elenco {
	width: 1170px;
	position: absolute;
	top: 42%;
	right: 0px;
}
#testo_index {
	width: 1170px;
	position: absolute;
	top: 42%;
	right: 0px;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #3E3E40;
}
.autore {
	color: #58585A;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.sottotitolo {
	color: #58585A;
	font-size: 1.2em;
	margin-bottom: 20px;
}
.titolo {
	color: #58585A;
	font-size: 1.2em;
	text-transform: uppercase;
	
}
.sinossi {
	width: 500px;
	clear: both;
	float: left;
	margin-top: 30px;
	font-size: 0.8em;
   margin-bottom: 30px;
}
.note {
	width: 500px;
	clear: both;
	float: left;
	margin-top: 30px;
	font-size: 0.8em;
}
.isbn{
	font-size: 0.8em;
}
.brossura{
font-size: 0.8em;
}
.pagine{
font-size: 0.8em;
}
.prezzo{
font-size: 0.8em;
}
.formato{
	font-size: 0.8em;
}
.immagini{
	font-size: 0.8em;
}
#up {
	width: 800px;
	position: absolute;
	right: 0px;
	top: 2%;
	font-size: 0.8em;
	color: #3E3E40;
}
#logo {
	width: 1170px;
	position: absolute;
	top: 50px;
	height: 116px;
	right: 0;
}
p {
	margin-top: 0px;
}
a:link, a:active {
	color: #3E3E40;
	text-decoration: none;
	border: none;
}
.scheda {
	width: 705px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 25px;
	clear: both;
}
.foto {
	float: left;
	width: 150px;
	overflow: hidden;
}
.testo {
	float: left;
	margin-left: 10px;
	
	width: 475px;
	text-align: justify;
}
