/* CSS Document */
/* creazione pannello:
1 copiare cartella INCLUDE nella cartella del sito
2 inserire codice: #include virtual="/it/include/news_preview.asp" nella cella dove appariranno i preview delle news - analogo per offerte
3 collegarsi a http://pannello.blix.it/ e creare l'utente e il sito. Dal sito ricavare l' ID (numero identificativo da inserire nell'html)
4 aprire i file nella cartella INCLUDE e sostituire nel codice il numero ID presente con il numero ID attribuito al sito dal pannello di controllo
5 creare le pagine - singola - tutte - sia per new che per offerte e inserire il codice copiandolo dalle pagine simili dell'ultimo sito con pannello creato
6 per verificare il funzionamento collegarsi al pannello con i dati UTENTE e inserire una news. La verifica va fatta dal server.


/* inizio stile dei PULSANTI: TUTTE LE NEWS/OFFERTE e TORNA INDIETRO */
.tuttele_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffc66a;
	padding: 5px;
	font-weight: normal;
}
.tuttele_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px;
	font-weight: normal;
}


/* inizio stile INTESTAZIONE-TITOLO NELLA HOME e in tutte le pagine NEWS/OFFERTE */
.news_intestazione {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fce5c1;
	padding: 5px;
	background-color: #003300;
	text-align: left;
	border-top-color: #8E560D;
	border-top-style: solid;
	border-top-width: 5px;
}
.offerte_intestazione {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fce5c1;
	padding: 5px;
	background-color: #660000;
	text-align: left;
	border-top-color: #990006;
	border-top-style: solid;
	border-top-width: 5px;
}	

/* stili delle NEWS/OFFERTE */

/* stile della DIV - area - che contiene NEWS/OFFERTE sia nella HOME che nelle ALTRE PAGINE*/
.contenitore_news {
	padding-top: 5px;
	padding-bottom: 5px
}
.contenitore_offerte {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* stile della scritta: NON CI SONO NEWS/OFFERTE */
.no_news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fce5c1;
}
.no_offerte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fce5c1;
}

/* distanza in altezza tra una NEWS/OFFERTE e l'altra */
.divisione {
	padding:1px;
	border-bottom-color: #ffc66a;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}

/* stili del testo NEWS/OFFERTE che nella HOME e nella pagina TUTTE LE NEWS/OFFERTE è un link ed nella pagina DETTAGLIO e un TITOLO in semplice testo */
.blocco_news_preview {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	padding: 5px;
}
.blocco_news_preview A:link {font-weight:normal;
	text-decoration: underline;
	color: #FFFFFF;}
.blocco_news_preview A:visited {
	font-weight:normal;
	text-decoration: underline;
	color: #FFFFFF;
}
.blocco_news_preview A:hover {
	font-weight:normal;
	text-decoration: underline;
	color: #fce5c1;
}


.blocco_offerte_preview {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	padding: 5px;
}
.blocco_offerte_preview A:link {
	font-weight:normal;
	text-decoration: underline;
	color: #FFFFFF;
}
.blocco_offerte_preview A:visited {
	font-weight:normal;
	text-decoration: underline;
	color: #FFFFFF;
}
.blocco_offerte_preview A:hover {
	font-weight:normal;
	text-decoration: underline;
	color: #fce5c1;
}

/* stili del link DETTAGLIO nella pagina TUTTE LE - stile aggiuntivo con codice INCLUDE modificato */
.blocco_news_dettaglio {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	background-color: #AD1E02;
	font-weight: normal;
	padding: 5px;
}
.blocco_news_dettaglio A:link {font-weight:normal; text-decoration: underline; color: #FED1A7;}
.blocco_news_dettaglio A:visited {font-weight:normal;text-decoration: underline; color: #FED1A7;}
.blocco_news_dettaglio A:hover {font-weight:normal;text-decoration: underline;color: #FF7B00;}


/* stili del TITOLO di ogni singola NEWS/OFFERTE */
.titolo_news {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
}
.titolo_offerte {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
}

/* stili del testo nelle pagine SINGOLA NEWS/OFFERTE :: RICHIEDI DISPONIBILITA prende lo stile di A:link */
.blocco_news {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FED1A7;
	text-align: left;
	font-weight: normal;
}
.blocco_news A:link {
	font-weight:bold;
	text-decoration: underline;
	color: #0000CC;
}
.blocco_news A:visited {font-weight:bold; text-decoration: underline; color: #FF7B00;}
.blocco_news A:hover {font-weight:bold; text-decoration: underline; color: #FED1A7;}


.blocco_offerte {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FED1A7;
	text-align: left;
	font-weight: normal;
}
.blocco_offerte A:link {
	font-weight:normal;
	text-decoration: underline;
	color: #660000;
	background-color: #ffc66a;
}
.blocco_offerte A:visited {font-weight:normal; text-decoration: underline; color: #660000;}
.blocco_offerte A:hover {font-weight:normal; text-decoration: underline; color: #FED1A7;}


/* stile del RICHIEDI DISPONIBILITA nella pagina SINGOLA OFFERTA da gestire nel file OFFERTA SINGOLA nella cartella INCLUDE |||| PER ORA NON FUNZIONA*/


disponibilita_offerte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	padding: 5px;
	font-weight: normal;
}
disponibilita_offerte A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	padding: 5px;
	font-weight: normal;
}

/* stili delle DATE OFFERTE in tutte le pagine OFFERTE */
.data_offerte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffc66a;
}

/* fine css per pannello blix 2.0 *//* fine css per pannello blix 2.0 *//* fine css per pannello blix 2.0 */

#Layer_sfondo {
	position:absolute;
	width:1680px;
	height:750px;
	z-index:1;
	left: 50%;
	top: 0;
	margin:0 0 0 -840px;
	visibility: visible;
}
#Layer_menu {
	position:absolute;
	width:800px;
	height:500px;
	z-index:2;
	left: 50%;
	top: 0;
	margin:0 0 0 -400px;
	visibility: visible;
}
#Layer_corpo {
	position:absolute;
	width:800px;
	height:700px;
	z-index:3;
	left: 50%;
	top: 0;
	margin:0 0 0 -400px;
	visibility: visible;
}
div.classe_barra_scorr {

	border:1px solid black;

	position: relative;

	width: 100px;

	height: 100px;

	overflow-x: hidden;

	overflow-y: scroll;

	scrollbar-face-color: #FF00FF; 

	scrollbar-highlight-color: #FF00FF; 

	scrollbar-3dlight-color: #FF00FF; 

	scrollbar-darkshadow-color: #FF00FF; 

	scrollbar-shadow-color: #FF00FF; 

	scrollbar-arrow-color: black; 

	scrollbar-track-color: #FF00FF;

	

	SCROLLBAR-FACE-COLOR: #94b6c6;

	SCROLLBAR-HIGHLIGHT-COLOR: #94b6c6;

	SCROLLBAR-SHADOW-COLOR: #ffffff;

	SCROLLBAR-3DLIGHT-COLOR: #cccccc;

	SCROLLBAR-ARROW-COLOR: #ffffcc;

	SCROLLBAR-TRACK-COLOR: #94b6c6;

	SCROLLBAR-DARKSHADOW-COLOR: #666666
}
.barramenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffc66a;
	text-decoration: none;
	font-weight: bold;
	padding-top: 8px;
}
.barramenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #044D04;
	text-decoration: none;
	font-weight: bold;
	padding-top: 8px;
}
.imaginethk {
	float: left;
	margin: 6px;
	display: block;
	border-color: #9B7412;
	border-style: solid;
	border-width: 3px;
}
.imaginethk:hover {
	float: left;
	margin: 6px;
	display: block;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 3px;
}
.lingue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FED1A7;
	text-decoration: none;
	padding: 5px;
}
.linguelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffc66a;
	text-decoration: none;
	border-bottom-color: #FFC66A;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	padding-bottom: 3px;
}
.linguelink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-color: #FFC66A;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	padding-bottom: 3px;
}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FED1A7;
	text-decoration: none;
}
.creditslink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FED1A7;
	text-decoration: none;
}
.creditslink:hover {
	text-decoration: none;
	color: #990006
}

.diritti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FED1A7;
	text-decoration: none;
}
.iva {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fce5c1;
	text-decoration: none;
}
.posta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fce5c1;
	text-decoration: none;
}
.posta:hover {
	color: #990006
}

.indirizzo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fce5c1;
	text-decoration: none;
}
.testoslogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fce5c1;
	padding-left: 0px;
	padding-bottom: 0px;
}
.testo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
	padding: 0px;
	line-height: 13px;
}
.testo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffc66a;
	text-align: justify;
	padding: 0px;
	line-height: 13px;
}
.testo3 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FED1A7;
	text-align: justify;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	line-height: 13px;
}
.testo4 {
	font-family: Tahoma;
	font-size: 11px;
	color: #CCCCCC;
	text-align: justify;
	line-height: 13px;
}
.testo5 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF7B00;
	text-align: justify;
	padding: 10px;
	line-height: 13px;
}
.testo6 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF7B00;
	text-align: justify;
	padding: 00px;
	line-height: 13px;
}
.testolink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFC66A;
}	
.titolo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-align: left;
}
.titolo2 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFCC33;
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 10px;
}
.prezzititolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}
.prezzimin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	text-align: center;
	padding: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #980703;
}
.prezzimax {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	text-align: center;
	padding: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #980703;
}
.prezzitesto {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px;
	line-height: 13px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #980703;
}
.formasterisco {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
}
.formtitolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	background-color: #660000;
}
.formtesto {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fce5c1;
	text-align: left;
	padding: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffc66a;
	background-color: #8E560D;
}
.formdati {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	text-align: left;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: solid;
	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #FFC66A;
	background-color: #ffc66a;
}
.formcelle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fce5c1;
	text-align: left;
	border: 1px solid #FF7B00;
	background-color: #003300;
	padding: 5px;
}
#Logo_sinistra {
	position:absolute;
	width:121px;
	height:115px;
	z-index:2;
	left: 50%;
	top: 50%;
	margin:-280px 0 0 -400px;
}
#Layer1 {
	display:block;
	position:absolute;
	width:200px;
	height:115px;
	z-index:3;
	left: 50%;
	top: 50%;
	margin:-0px 0 0 -0px;
}
#Layer_news {
	position:absolute;
	width:750px;
	height:115px;
	z-index:4;
	left: 50%;
	top: 50%;
	margin:60px 0 0 -395px;
}
.testo_indirizzo {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
#Layer_locale {
	position:absolute;
	width:110px;
	height:150px;
	z-index:5;
	left: 50%;
	top: 50%;
	margin:-0px 0 0 601px;
	background-color: #FFFFFF;
}
#Layer_map {
	position:absolute;
	width:110px;
	height:150px;
	z-index:5;
	left:50%;
	top: 50%;
	margin:-160px 0 0 400px;
	background-color: #FFFFFF;
}
#Layer_indirizzo {
	position:absolute;
	width:834px;
	height:30px;
	z-index:6;
	left: 50%;
	top: 50%;
	margin:310px 0 0 -417px;
}
#Layer_indirizzo_blix {
	position:absolute;
	width:834px;
	height:30px;
	z-index:7;
	left: 50%;
	top: 50%;
	margin:340px 0 0 -417px;	
}
#Layer_dettaglio_news {
	position:absolute;
	width:350px;
	height:500px;
	z-index:4;
	left: 50%;
	top: 50%;
	margin:-250px 0 0 -0px;
}
#Layer_elenco_news {
	position:absolute;
	width:300px;
	height:520px;
	z-index:4;
	left: 50%;
	top: 50%;
	margin:-250px 0 0 -0px;
	overflow: auto;
}
#Layer_menu_interno {
	position:absolute;
	width:350px;
	height:500px;
	z-index:4;
	left: 50%;
	top: 50%;
	margin:-250px 0 0 -0px;
	overflow: auto;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
