@charset "utf-8";

.nuvoletta{
	background-image:url(../img2/commenti/nuvoletta.png);
	background-repeat:no-repeat;
	background-position:bottom;
	max-height:343px;
	width:525px;
	padding:10px;
	padding-left:30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
	background-color:#222;
}

.precarica{
	display:none;
}
.partecipaGAME{
	background-image:url(../img2/pannello/gara/partecipa.png);
	background-repeat:no-repeat;
	cursor:pointer;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	padding-top:10px;
	padding-left:3px;
	height:31px;
	width:138px;
}
.partecipaGAME:hover{
	background-image:url(../img2/pannello/gara/partecipa_ROLL.png);
	color:#000;
}
.eliminaCOMM{
	background-image:url(../img2/commenti/elimina.jpg);
	border:none;
	height:16px;
	width:16px;
	color:#FFF;
	font-size:0px;
	cursor:pointer;
}
.stella{
	border:0px;
	background-image:url(../img2/dettagli/stella_ON.png);
	background-repeat:no-repeat;
	cursor:pointer;
	background-position:center;
	position:relative;
	height:30px;
	width:30px;
	font-size:10px;
	color:#FFF;
	float:left;
	background-color:#241b1c;
	z-index:555;
}
.stella_OFF{
	border:0px;
	background-image:url(../img2/dettagli/stella_OFF.png);
	background-repeat:no-repeat;
	background-color:#241b1c;
	cursor:pointer;
	background-position:center;
	height:30px;
	width:30px;
	font-size:10px;
	color:#CCC;
	float:left;
}
.testo_voto{
	color:#FFF;
}
.avvisiR{
	color:#F00;
	font-size:24px;
	position:relative;
	left:50px;
	width:651px;
	padding-left:30px;
	background-image:url(../img2/avvisi/rosso.gif);
	background-repeat:no-repeat;
	background-position:5px 3px;
	background-color:#ebebeb;
}
.avvisiG{
	color:#333;
	font-size:24px;
	position:relative;
	left:50px;
	width:651px;
	padding-left:30px;
	background-image:url(../img2/avvisi/giallo.gif);
	background-repeat:no-repeat;
	background-position:5px 3px;
	background-color:#ebebeb;
}
.avvisiV{
	color:#060;
	font-size:24px;
	position:relative;
	left:50px;
	width:651px;
	padding-left:30px;
	background-image:url(../img2/avvisi/verde.gif);
	background-repeat:no-repeat;
	background-position:5px 3px;
	background-color:#ebebeb;
}
.maglia {
	width:700px;
	position:relative;
	left:50px;
	height:480px;
}

.fotoG{
	width:400px;
	height:480px;
	position:absolute;
	z-index:0;
}
.corniceG{
	width:400px;
	height:480px;
	position:absolute;
	z-index:1;
}

.fotine{
	width:40px;
	height:56px;
	margin-right:9px;
	margin-top:6px;
	cursor:pointer;
	float:left;
}


.taglieG{
	width:260px;
	height:480px;
	position:absolute;
	left:430px;
	z-index:3;
	padding:10px;
}
.autore{
	font-size:18px;
	color:#FC0;
	font-style:italic;
}
.descrizione{
	font-family:Verdana, Geneva, sans-serif;
	color:#CCC;
	height:140px;
	font-size:10px;
	overflow:auto;
}

.prodottiASS{
	width:100px;
	position:relative;
	height:130px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}
.prezzoG{
	width:70px;
	height:17px;
	font-size:16px;
	font-weight:bold;
	padding:6px;
	padding-left:10px;
	background-image:url(../img2/shop/prezzo.png);
	z-index:66;
}

.prezzoG_VECCHIOOO{
	width:70px;
	height:17px;
	font-size:16px;
	font-weight:bold;
	padding:6px;
	padding-left:10px;
	background-image:url(../img2/shop/prezzo.png);
}
.uomoG{
	width:235px;
	height:60px;
	padding:5px;
	font-weight:bold;
	text-align:center;
	background-color:#333;
	position:relative;
}

.tagliaG{
	height:22px;
	font-size:16px;
	width:70px;
	border:1px solid #888;
	background-color:#FFF;
	margin:4px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	float:left;
}
.tagliaG:hover{
	color:#FFF;
	background-color:#333;
}
.taglia2G{
	height:22px;
	font-size:16px;
	width:110px;
	border:1px solid #666;
	background-color:#CCC;
	color:#666;
	margin:4px;
	padding:4px;
	text-align:center;
	text-decoration:line-through;
	font-weight:bold;
}
.pannello2{
	width:700px;
	margin-left:40px;
	background-image:url(../img2/pagina/sfondo_piede_liscio.png);
	background-repeat:repeat-x;
}
.rigaDETT{
	border:1px solid #444;
	margin-top:10px;
}
.sottoriga{
	position:relative;
	top:-6px;
	background-color:#444;
	color:#fff;
	font-size:10px;
	padding:2px;
}
.titoloDETT{
	font-size:16px;
	color:#222;
	font-weight:bold;
}