/* 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: Tahoma;
	font-size: 11px;
	color: #FF7B00;
	text-align: right;
	padding: 5px;
	font-weight: normal;
}
.tuttele_link:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #FED1A7;
	text-align: right;
	padding: 5px;
	font-weight: normal;
}


/* inizio stile INTESTAZIONE-TITOLO NELLA HOME e in tutte le pagine NEWS/OFFERTE */
.news_intestazione {
	font-family: Tahoma;
	font-size: 14px;
	color: #660000;
	padding: 5px;
	background-color: #FF7B00;
	;
	text-align: right;
}
.news_intestazione2 {
	font-family: Tahoma;
	font-size: 12px;
	color: #FA7D13;
	padding: 5px;
	background-color: #333;
	text-align: right;
}
.offerte_intestazione {
	font-family: Tahoma;
	font-size: 14px;
	color: #660000;
	padding: 5px;
	background-color: #FF7B00;
	text-align: right;
}	

/* 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: Tahoma;
	font-size: 12px;
	color: #CCCCCC;
}
.no_offerte {
	font-family: Tahoma;
	font-size: 12px;
	color: #CCCCCC;
}

/* distanza in altezza tra una NEWS/OFFERTE e l'altra */
.divisione {
	padding:5px;
}

/* 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: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	background-color: #3F3F3F;
	font-weight: normal;
	padding: 5px;
}
.blocco_news_preview A:link {font-weight:normal; text-decoration: underline; color: #FED1A7;}
.blocco_news_preview A:visited {font-weight:normal;text-decoration: underline; color: #FED1A7;}
.blocco_news_preview A:hover {font-weight:normal;text-decoration: underline;color: #FF7B00;}


.blocco_offerte_preview {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	background-color: #AD1E02;
	font-weight: normal;
	padding: 5px;
}
.blocco_offerte_preview A:link {font-weight:normal; text-decoration: underline; color: #FED1A7;}
.blocco_offerte_preview A:visited {font-weight:normal;text-decoration: underline;color: #FED1A7;}
.blocco_offerte_preview A:hover {font-weight:normal;text-decoration: underline;color: #FF7B00;}

/* 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: Tahoma;
	font-size: 11px;
	color: #FED1A7;
	text-align: left;
	font-weight: normal;
}
.blocco_news A:link {font-weight:bold; text-decoration: underline; color: #FF7B00;}
.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: Tahoma;
	font-size: 11px;
	color: #FED1A7;
	text-align: left;
	font-weight: normal;
}
.blocco_offerte A:link {font-weight:bold; text-decoration: underline; color: #FF7B00;}
.blocco_offerte A:visited {font-weight:bold; text-decoration: underline; color: #FF7B00;}
.blocco_offerte A:hover {font-weight:bold; text-decoration: underline; color: #FED1A7;}


/* stile del RICHIEDI DISPONIBILITA nela pagina SINGOLA OFFERTA da gestire nel file OFFERTA SINGOLA nella cartella INCLUDE */


/* stili delle DATE OFFERTE in tutte le pagine OFFERTE */
.data_offerte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF7B00;
}

/* 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:1600px;
	height:700px;
	z-index:1;
	left: 50%;
	top: 0;
	margin:0 0 0 -800px;
	visibility: visible;
}
#Layer_menu {
	position:absolute;
	width:220px;
	height:950px;
	z-index:2;
	left: 50%;
	top: 0;
	margin:0 0 0 -400px;
}
#Layer_corpo {
	position:absolute;
	width:800px;
	height:700px;
	z-index:3;
	left: 50%;
	top: 0;
	margin:0 0 0 -400px;
}
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: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #980703;
	padding: 5px;
}
.barramenu:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #FED1A7;
	text-decoration: none;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF7B00;
	padding: 5px;
}
.imaginethk {
	float: left;
	margin: 0 10px 0px 0px;
	display: block
}
.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: 11px;
	color: #FED1A7;
	text-decoration: none;
	padding: 5px;
}
.linguelink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 5px;
}
.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: #FF7B00}

.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: #AD1E02;
	text-decoration: none;
}
.posta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FED1A7;
	text-decoration: none;
}
.posta:hover {color: #FF7B00}

.indirizzo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FED1A7;
	text-decoration: none;
}
.testo1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FED1A7;
	text-align: justify;
	padding: 10px;
	line-height: 13px;
}
.testo2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #CCCCCC;
	text-align: justify;
	padding: 5px;
	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: Tahoma;
	font-size: 11px;
	color: #FED1A7;
}	
.titolo1 {
	font-family: Tahoma;
	font-size: 16px;
	color: #FF7B00;
	text-align: right;
}
.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: Tahoma;
	font-size: 12px;
	color: #FF7B00;
	font-weight: bold;
	padding: 5px;
}
.prezzimin {
	font-family: Tahoma;
	font-size: 12px;
	color: #FED1A7;
	text-align: center;
	padding: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #980703;
	background-color: #660000;
}
.prezzimax {
	font-family: Tahoma;
	font-size: 12px;
	color: #FED1A7;
	text-align: center;
	padding: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #980703;
	background-color: #292929;
}
.prezzitesto {
	font-family:  Tahoma;
	font-size: 12px;
	color: #FED1A7;
	text-align: left;
	padding: 5px;
	line-height: 13px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #980703;
	background-color: #AD1E02;
}
.formasterisco {
	font-family:  Tahoma;
	font-size: 12px;
	color: #660000;
}
.formtitolo {
	font-family: Tahoma;
	font-size: 12px;
	color: #FF7B00;
	font-weight: bold;
	padding: 5px;
	background-color: #660000;
}
.formtesto {
	font-family:  Tahoma;
	font-size: 12px;
	color: #FED1A7;
	text-align: left;
	padding: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #980703;
	background-color: #AD1E02;
}
.formdati {
	font-family: Tahoma;
	font-size: 12px;
	color: #660000;
	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: #980703;
	background-color: #FED1A7;
}
.formcelle {
	font-family: Tahoma;
	font-size: 12px;
	color: #FED1A7;
	text-align: left;
	border: 1px solid #FF7B00;
	background-color: #292929;
	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;
}
.Stile1 {
	color: #996309;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Stile2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.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;
