/* Elementi */
BODY{
	background-color : White;
	color:black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

A{
	color: #F29200;
	font-weight : bold;
	text-decoration : none;
}

A:hover{
	text-decoration : underline;
}

CITE{
	display:block;
	text-align:left;
	margin-bottom : 4px;
	margin-top : 6px;
	font-weight: 600;
	font-style : normal;
	font-size : 115%;
}

/* Generale per le pagine */

.pagina{
	position:absolute;
	top : 15px;
	left : 10px;
	width : 95%;
	padding-right : 2px;
	padding-left : 20px;
	color : black;
	background-color : #DCDCDC;
	border-top:1px solid black;
	border-left:1px solid black;
	border-right : 2px solid black;
	border-bottom : 2px solid black;	
}

P.w3icon{
	clear : none;
	margin-top : 300px;
}

DIV.infobox{
	/*position : relative;*/
	margin-top : 120px;
	margin-left:2px;
	width : 150px;
	float : right;
	z-index : 2;
	padding : 2px;
	background-color : white;
	font-size : 90%;
	border : 2px outset #000066;
}

B.infobox{
	display:block;
	padding : 1px;
	text-align : center;
	background-color : #000066;
	color : white;
}


/* CLASSI PER I MENU */
.menu{/* menu in alto a sx, tutto il box */
	position : relative;
	top :-10px;
	left:-30px;
	width : 130px;
	float:left;
	clear:left;
	text-align : left;
	padding : 2px;
	background-color : #FFFFFF;
	color : Black;
	border: 2px solid black;
}

A.menuroot{
	/* primo livello dei menu */
	color : #333366;
	border : 1px solid white;
	padding : 1px;
	text-decoration : none;
	display : block;
}

A.menuroot:hover{
	border : 1px solid #333366;
	color : White;
	background-color : #9999CC;
	text-decoration : none;
}

/* sottomenu */
.sottomenu{/*paragrafo*/
	margin-left : 10px;		
	font-size : 80%;
}

A.sottomenulink{/*link*/
	display : block;
	padding : 1px;
	color: teal;	
	border-left: 2px solid white;
	border-bottom: 1px solid white;
}

A.sottomenulink:hover{
	text-decoration : none;
	border-left: 2px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	background-color : #FFFFCC;
}

A.menupvt{
	/* Accesso area privata */
	color : Teal;
	text-decoration : none;
	font-weight : lighter;
	font-size:80%;
	display : block;
	border : 1px solid White;
	padding : 1px;
}

A.menupvt:hover{
	text-decoration : none;
	border : 1px solid teal;
	background-color : #66CDAA;
	color : black;
}

/* anime & manga */
DIV.anime{
	/*border	: 1px solid yellow;
	clear : right*/
	height : 300px;
	min-height:300px;
	overflow : hidden;
}

DIV.anime STRONG{
	display : block;
	padding-bottom :5px;
	font-size : 150%;
	color : #CC3333;
}

DIV.anime IMG{
	float : left;
}

