
/* SCHEDA */

#scheda{
	width:525px;
	}
#scheda h1.titolo{
	font-size:20px;
	margin:0;
	padding:0 0 2px 3px;
	border-bottom: 1px solid #D4DEEE;
	border-top: 1px solid #D4DEEE;
	background: #F4F7FB;
	width:525px;
	}
#scheda h1.titolo2{
	font-size:16px;
	margin:0;
	padding:0 0 2px 3px;
	border-bottom: 1px solid #D4DEEE;
	border-top: 1px solid #D4DEEE;
	background: #F4F7FB;
	width:525px;
	}
#scheda .sottotitolo{
	font-size:10px;
	padding:2px 0 5px 4px;
	}
#scheda .abandonware{
	font-weight:bold;
	}

#scheda a.titolo, #scheda a.titolo:hover{
	color:#000000;
	text-decoration:none;
	}
#scheda a.titolo2, #scheda a.titolo2:hover{
	color:#000000;
	text-decoration:none;
	}

#scheda .movie{
	margin:10px 0 0 0;
	}
#scheda .box_sotto{
	margin:20px 0 40px 0;
	}
#scheda .nomefile1{
	font-weight:bold;
	}
#scheda .nomefile0{
	font-weight:normal;
	}
#scheda .wiki{
	font-size:10px;
	color:#999999;
	font-style:italic;
	}

#scheda .firma{
	font-weight:bold;
	font-style:italic;
	padding: 10px 0 0 0;
	}

/* PRIMA RIGA: BOX E SPLASH */

#scheda_riga1{
	padding:10px 0 0 0;
	height:126px;
	}
#scheda_riga1 .box{
	width:120px;
	float:left;
	}
#scheda_riga1 img.riga1{
	border:1px #000000 solid;
	padding:2px;
	}
#scheda_riga1 .splash{
	width:205px;
	float:left;
	}
#scheda_riga1 .features{
	width:200px;
	line-height:20px;
	float:left;
	clear:right;
	}


/* ELENCO DATI TESTUALI */

#scheda_dati td{
	padding:0 0 8px 0;
	line-height:15px;
	vertical-align: top;
	}
#scheda_dati .kwords{
	border:1px #BBBB00 solid;
	background-color:#FFFFCC;
	padding:4px 4px 4px 4px;
	}




/* PAGINA VOTO */

#voto .testo_voto{
	padding:10px 0 0 0;
	line-height: 20px;
	}
#voto .tooltip_rating{
	position:relative;
    z-index:24;
	}
#voto .tooltip_rating:hover{
	z-index: 25;
	cursor:pointer;
	}
#voto .tooltip_rating span{
	display: none;
	}
#voto .tooltip_rating:hover span{
	top:50px;
	background-color:#FFFFCC;
	text-align:left;
	border:2px #A8A800 solid;
	padding:5px;
	width:525px;
	color:#000000;
    display: block;
	position: absolute;
	cursor:pointer;
	}
