/*

- Css Standard Validato 2.0 -
Creato da : Daniele Antonio Barbaglia - RobertoFonio.com
Data : 22 / 01 / 2009

Modificato da : 
Data : 

- Regole per l'impostazione del css -

#id, .classe, tag {
height:; width:; min-height:; min-width:;						<- dimensioni
margin:; border:; padding:; 									<- modello a box
font:; color:; text-align:; text-decoration:; text-transform:;	<- stile testo
float:; display:; clear:;										<- allineamento
position:; top/right/bottom/left:; z-index:;					<- posizione
}

*/

/*------------------------------------------------------------------------------*/
/*_____regole di stile per il corpo_____*/

* {												/* Jolly tag per IE */
margin: 0px;
padding: 0px; 
}

html { 											/* Regola per HTML */
height: 100%;
margin: 0px;
padding: 0px;
}

body { 											/* Regola per Body */
height: 100%;
margin: 0px; 
padding: 0px; 
font-size: 100%;								/* Impostazione per EM = 16px */
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
text-align: center;
}

/*------------------------------------------------------------------------------*/
/*_____regole di stile standard per i tag_____*/

H1, H2, H3, H4, H5, H6 { font-weight: bold; }	/* Impostazioni per i Titoli */
H1 { font-size: 1.5em; }	
H2 { font-size: 1.125em; }	
H3 { font-size: 0.875em; }
H4 { font-size: 0.8125em; }
H5 { font-size: 0.75em; }
H6 { font-size: 0.6875em; }
	
a, img { 										/* Impostazione sulle Immagini e Link per togliere il bordo */
margin: 0px; 
border: 0px;
padding: 0px; 
}
a { text-decoration: none; color: #FF375C; }					/* Impostazione Link */
a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

INPUT,SELECT,BUTTON { 							/* Impostazione Input */
}

table, td, tr { margin: 0px; border: 0px; padding: 0px; } 				/* Impostazione Tabelle */
dl, dt, dd { margin: 0px; border: 0px; padding: 0px; } 					/* Impostazione lista descrittiva */
ul, li { margin: 0px; border: 0px; padding: 0px; list-style: none; } 	/* Impostazioni lista puntata */
ol, li { margin: 0px; border: 0px; padding: 0px; list-style: none; } 	/* Impostazioni lista numerata */

/*------------------------------------------------------------------------------*/
/*_____regole di stile per lo scheletro_____*/

#container {									/* CONTENITORE SITO */
min-height: 100%; 								/**/
height: auto !important; 						/**/
height: 100%;									/*fix per IE sul parametro min-height*/
width: 990px; 
padding: 0px;
margin: auto;									/*fix per mantenere la pagina centrata [ da usare con body {text-align:center; margin:0px;} ]*/
background: #FFFFFF bottom no-repeat;
}

/*------------------------------------------------------------------------------*/
#header { width: 990px;  position: relative; }
 #testata_01{ float:left;background:url('images/testata_book_01.jpg') top left no-repeat; width:377px; height:90px;}
 #testata_02{float:left;background:url('images/testata_book_02.jpg') top left no-repeat; width:73px; height:90px;}
 #testata_03{float:left;background:url('images/testata_book_03.jpg') top left no-repeat; width:82px; height:90px;}
#testata_04{float:left;background:url('images/testata_book_04.jpg') top left no-repeat; width:71px; height:90px;}
 #testata_05{float:left;background:url('images/testata_book_05.jpg') top left no-repeat; width:71px; height:90px;}
#testata_06{float:left;background:url('images/testata_book_06.jpg') top left no-repeat; width:316px; height:90px;}
 #testata_07{float:left;background:url('images/testata_book_07.jpg') top left no-repeat; width:990px; height:128px;}
#header #news-home-container { width: 100%; height: 100px;}
#header #news-home-container #news-container { width: 310px; position: absolute; top: 50px; right: 20px; color: #9a9a9a; text-align: left; font-size: 0.9em; display:none; }

#header-home { width: 990px; position: relative; }
#header-home #news-home-container { width: 100%; height: 218px;  }
#header-home #news-home-container #news-container { width: 310px; position: absolute; top: 258px; right: 20px; color: #9a9a9a; text-align: left; font-size: 0.9em; }
#header-home #news-home-container #news-container .news-box { float: left; display: inline; width: 300px; margin-left: 10px; margin-top: 10px;}
#header-home #news-home-container #news-container .news-box b { float: left; display: inline; clear: both; padding-left: 25px; background: url('images/newspaper.png') center left no-repeat; }
#header-home #news-home-container #news-container .news-box dt { float: left; display: inline; margin-top: 10px; padding-top: 10px; clear: both; border-top: dotted 1px #999999; }
#header-home #news-home-container #news-container .news-box dt a { height: 25px; padding-left: 30px; width: 260px; float: left; display: inline; background-position: left center; background-repeat: no-repeat; background-image: url('images/zampa.jpg'); color: #6f6f6f; }
#header-home #news-home-container #news-container .news-box dt a:hover { float: left; display: inline; background-image: url('images/zampa_hover.jpg'); color: #ed4463; }
#header-home #news-home-container #news-container .news-box dd { float: left; display: inline; border-left: 3px solid #ccc; margin-left: 15px; margin-top: 10px; padding-left: 10px; width: 265px; }
#header-home #news-home-container #news-container .news-box dd a.continua { padding-left: 10px; background-position: left center; background-repeat: no-repeat; background-image: url('images/freccina.jpg'); color: #6f6f6f; font-size: 0.85em; }
#header-home #news-home-container #news-container .news-box dd a.continua:hover { background-image: url('images/freccina_hover.jpg'); color: #333333; }

/* MENU SITO home */
#header-home #menu { width: 600px; position: absolute; right: 120px; bottom: -70px; }
#header-home #menu .menu-top-container { border-bottom: 0; background:transparent; font-size: 0.75em; }
#header-home #menu .menu-top-nav { padding:0px; width:600px; height: 78px; margin:0; margin-left: 30px;}
#header-home #menu .menu-top { padding:0px; width:600px; height: 78px; float: left; }
#header-home #menu .menu-top ul { padding:8px 0px 0px 6px; width:594px; height: 70px; float: left; list-style: none;}
#header-home #menu .menu-top ul li { height: 70px; float: left; list-style: none;}
#header-home #menu .menu-top ul li a { padding: 23px 13px 27px 8px; float: left; color: #000; text-decoration: none; }

/* MENU SITO interno */
#header #menu { width: 600px; position: absolute; right: 120px; bottom: -90px; }
#header #menu .menu-top-container { border-bottom: 0; background:transparent; font-size: 0.75em; }
#header #menu .menu-top-nav { padding:0px; width:600px; height: 78px; margin:0; margin-left: 30px;}
#header #menu .menu-top { padding:0px; width:600px; height: 78px; float: left; }
#header #menu .menu-top ul { padding:8px 0px 0px 6px; width:594px; height: 70px; float: left; list-style: none;}
#header #menu .menu-top ul li { height: 70px; float: left; list-style: none;}
#header #menu .menu-top ul li a { padding: 23px 13px 27px 8px; float: left; color: #000; text-decoration: none; }
/*#header #menu { width: 990px; position: absolute; left: 0px; bottom: 0px; }
#header #menu .menu-top-container { border-bottom: 0; background:transparent; font-size: 0.75em; }
#header #menu .menu-top-nav { padding:0px; width:910px; height: 78px; margin:0 auto;}
#header #menu .menu-top { padding:0px; width:910px; height: 78px; float: left; background: url('images/sfondo_menu.jpg') repeat-x; }
#header #menu .menu-top ul { padding:8px 0px 0px 6px; height: 70px; float: left; list-style: none;}
#header #menu .menu-top ul li { height: 70px; float: left; list-style: none;}
#header #menu .menu-top ul li a { padding: 23px 16px 27px 10px; float: left; color: #fff; text-decoration: none; background: url('images/heart.jpg') right no-repeat; }*/

#header #menu .menu-top #search_mini_form { padding:0px; float: right; clear: none; margin-top: 8px; }
#header #menu .menu-top #search_mini_form #mini-search { width:193px; height:92px; padding:0; background:url(images/search_box.jpg) 0 0 repeat; border:1px solid #888; float: left; text-align: left; font-size: 0.85em;  }
#header #menu #barra-navigazione { height: 20px; width: 650px; margin: 0px 40px 3px; padding-top: 3px; border-bottom: 0px solid #FF375C; font-size: 0.75em; text-align: left; }

/*------------------------------------------------------------------------------*/
#content {										/* CORPO DEL SITO */
min-height: 200px; 								/**/
height: auto !important; 						/**/
height: 200px;									/*fix per IE sul parametro min-height*/
width: 990px;
padding-bottom: 10px;
background: top left url(images/sfondo.jpg) repeat-y;
}

	.col_right {									/* COLONNA DA 200 PX */
	width: 170px;
	padding-bottom: 20px;
	padding-top: 40px;
	}
		
	.col_center {									/* COLONNA DA 550 PX */
	width: 510px;
	padding: 40px 7px 0px 21px;
	background:  url(images/center.jpg) 0px 0px no-repeat;
	min-height:140px;
	}
	
	.col_700 {									/* COLONNA DA 550 PX */
	width: 690px;
	padding: 100px 0px 0px 18px;
	}
		
	.col_900 {									/* COLONNA DA 800 PX */
	width: 910px;
	margin-left: 40px;
		padding: 100px 0px 0px 0px;
	}
	
	#cms-elemento-interno-titolo { display: block;	font-size: 1.4em; font-weight: bold; border-bottom: 1px dotted #ccc; padding: 3px; }
	#cms-elemento-interno-abstract { font-size: 0.55em; font-weight: normal; }
	#cms-elemento-interno-descrizione { font-size: 0.8em; display: block; padding: 10px 5px 3px; margin: 0px 0px 2px; text-align: justify; }
	#cms-elemento-interno-descrizione .back { display: block; clear: both; padding-left: 20px; margin: 20px 0px 10px; background: url('images/left_arrow.png') left center no-repeat; }
	#cms-elemento-interno-immagini { display: block; }
	
	#lista-elementi .linea { display: block; font-size: 1.4em; font-weight: bold; border-bottom: 1px dotted #ccc; padding: 3px; }
	#lista-elementi .linea  .sottotitolo { font-size: 0.55em; font-weight: normal; }

/*------------------------------------------------------------------------------*/
#footer {									/* FOOTER DEL SITO - PIE DI PAGINA */
width: 910px;
margin: 0px 40px;
text-align: center;
position: relative;
border-top: 3px solid #e8e9e5;
padding: 10px 0px;
}
#footer .logo {
position: absolute;
left: 28%;
}
#footer a { color: black; }
/*------------------------------------------------------------------------------*/
/*_____regole per i float_____*/

.left {										/* ALLINEAMENTO A SINISTRA */
float: left;
display: inline;							/* fix per il FLOAT su IE6 */
}
.right {									/* ALLINEAMENTO A DESTRA */
float: right;
display: inline;							/* fix per il FLOAT su IE6 */
}
.left_b {									/* ALLINEAMENTO A SINISTRA CON PULITURA SU ENTRAMBI I LATI */
float: left;
display: inline;							/* fix per il FLOAT su IE6 */
clear: both;
}
.right_b {									/* ALLINEAMENTO A DESTRA CON PULITURA SU ENTRAMBI I LATI */
float: right;
display: inline;							/* fix per il FLOAT su IE6 */
clear: both;
}
.left_l {									/* ALLINEAMENTO A SINISTRA CON PULITURA A SINISTRA */
float: left;
display: inline;							/* fix per il FLOAT su IE6 */
clear: left;
}
.right_l {									/* ALLINEAMENTO A DESTRA CON PULITURA A SINISTRA */
float: right;
display: inline;							/* fix per il FLOAT su IE6 */
clear: left;
}
.left_r {									/* ALLINEAMENTO A SINISTRA CON PULITURA A DESTRA */
float: left;
display: inline;							/* fix per il FLOAT su IE6 */
clear: right;
}
.right_r {									/* ALLINEAMENTO A DESTRA CON PULITURA A DESTRA */
float: right;
display: inline;							/* fix per il FLOAT su IE6 */
clear: right;
}

/*------------------------------------------------------------------------------*/
/*_____regole per posizioni_____*/

.abs_tr0 {									/* posizione assoluta in alto a destra */
position: absolute;
top: 0px;
right: 0px;
}
.abs_tl0 {									/* posizione assoluta in alto a sinistra */
position: absolute;
top: 0px;
left: 0px;
}
.abs_br0 {									/* posizione assoluta in basso a destra */
position: absolute;
right: 0px;
bottom: 0px;
}
.abs_bl0 {									/* posizione assoluta in basso a sinistra */
position: absolute;
bottom: 0px;
left: 0px;
}

/*------------------------------------------------------------------------------*/
/*_____regole per i testi_____*/
.text {
font-family: Arial, Verdana, Helvetica, Geneva, sans-serif; 
}
.text b {
}
.text em {
}

/*_____regole per i colori dei testi_____*/
.tx_color {
color: ;
}
.tx_link {
color: ;
}

.white {
color: #FFFFFF;
}
.black {
color: #000000;
}

.red {
color: #FF0000;
}
.green {
color: #00FF00;
}
.blue {
color: #0000FF;
}

.yellow {
color: #FFFF00;
}
.pink {
color: #FF00FF;
}
.aqua {
color: #00FFFF;
}

/*_____regole per la dimensione dei testi_____*/ /* RISPETTO AL BODY */
.tx_8 {										/* font-size: 8px; */
font-size: 0.5em;
}
.tx_9 {										/* font-size: 9px; */
font-size: 0.5625em;
}
.tx_10 {									/* font-size: 10px; */
font-size: 0.625em;
}
.tx_11 {									/* font-size: 11px; */
font-size: 0.6875em;
}
.tx_12 {									/* font-size: 12px; */
font-size: 0.75em;
}
.tx_13 {									/* font-size: 13px; */
font-size: 0.8125em;
}
.tx_14 {									/* font-size: 14px; */
font-size: 0.875em;
}
.tx_18 {									/* font-size: 18px; */
font-size: 1.125em;
}
.upc {										/* tutto maiuscolo */
text-transform: uppercase;
}

/*__________________regole per l'allineamento_________________________________*/
.tx_left {									/* ALLINEAMENTO A SINISTRA */
text-align: left;
}
.tx_center {								/* ALLINEAMENTO CENTRATO */
text-align: center;
}
.tx_right {									/* ALLINEAMENTO A DESTRA */
text-align: right;
}
.tx_justify {								/* ALLINEAMENTO GIUSTIFICATO */
text-align: justify;
}

/*------------------------------------------------------------------------------*/
/*__________________regole per varie__________________________________________*/
.clean {									/* PULIZIA BOX MODEL */
margin: 0px;
border: 0px;
padding: 0px;
}
.test { border: 1px solid #000 }			/* TEST PER IL BORDO */
.righellox { background: url('images/righellox.gif') left top;}
.righelloy { background: url('images/righelloy.gif') left top;}
