/* colori - grigio-chiaro: #E6E4E1 azzurro-blu: #379CB6 */
/* elementi */
body {
	font-family: verdana;
	margin: 0 0 10px 0;
	padding: 0;
	background-color: white;
	}
hr {
	color: #E6E4E1;
	border-style: solid;
	border-width: 1px;
	}
h4 {
	color: #999;
	margin: 20px 0 0 0;
	padding: 0;
	}
h3 {
	color: #379CB6;
	font-size: 18px;
	}
h1 {
	color: #379CB6;
	margin: 0;
	padding: 0;
	font-size: 20px;
	text-transform: uppercase;
	}
h2 {
	color: #B2B2B2;
	margin: 0;
	padding: 0;
	font-size: 20px;
	text-transform: uppercase;
	}
label {
	display: block; padding: 0; margin: 0 0 5px 0; font-style: italic;
	}

/* classi */
.sito {
	position: absolute;
	left: 50%;
	top: 10px;
	background-color: white;
	width: 925px;
	margin: 0 0 20px -465px;
	}
/* sezioni del sito */
.intestazione {
	width: 930px;
	height: 110px; 	
	background-color: white;
	background-image: url('immagini/intestazione.gif');
	background-repeat: no-repeat;
	}
.intestazione div {
	padding: 28px;
	}
.sinistro {
	position: absolute;
	top: 110px;
	width: 200px; 
	background-color: white;
	margin: 0 0 10px 0;
	}
.destro {
	margin: 0 0 10px 0;
	position: absolute;
	top: 110px;
	left: 727px;
	width: 200px;
	background-color: white;
	}
/* contenuti */ 
.contenuto {
	margin: 0 0 10px 0;
	position: absolute;
	top: 110pz;
	left: 201px;
	width: 525px;
	background-color: white;
	}
.contenutoTesto {
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0;
	}
.contenutoTestoPag {
	text-align: justify;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 12px;
	color: #666;
	}
.contenuto a {
	color: #379CB6;
	}
/* menu */
.menu {
	margin: 10px 5px 0 0;
	width: 189px;
	border: 1px solid #E6E4E1;
	background-image: url('immagini/sfondoMenu.gif');
	background-repeat: repeat-y;
	}
.menu a {
	font-size: 11px;
	color: #379CB6;
	text-decoration: none;
	}
.menu a:hover {
	text-decoration: underline;
	}
.menu input {
	width: 143px;
	border: 1px solid #E5E5E5;
	}
.menu img {
	vertical-align: middle;
	border: none;
	}
.menu ul {
	margin: 10px 5px 25px 5px;
	padding: 0;
	list-style-position: inside;
	list-style-image: url('immagini/frecciaMenu.gif');
	
	}
.menu li {
	vertical-align: text-top;
	margin: 10px 0 10px 0;
	/*padding: 5px 0 5px 0;*/
	/*padding: 0 0 5px 5px;*/
	border-bottom: 1px solid #E8E8E8;
	}
.menu a {
	/*margin-left: 6px;*/
	}
.menu p {
	margin: 10px 0 10px 0;
	background: url('immagini/frecciaMenu.gif') 10px 1px no-repeat;
	padding: 0 0 0 35px;
	height: 20px;
	line-height: 14px; text-align: left;
	/*border-bottom: 1px solid #E6E4E1;*/
	}
/* box ricerca */
.go {
	cursor: pointer;
	vertical-align: middle;
	}
.boxRicerca {
	height: 95px !important;
	height: 79px;
	background-image: url('immagini/testaMenu.gif');
	background-repeat: no-repeat;
	margin-bottom: 10px;
	}
.boxRicerca form {
	padding: 10px 10px 10px 10px;
	}
.rilievo {
	font-size: 11px;
	color: #888;
	text-align: center;
	margin: 10px 0 0 10px;
	width: 190px;
	padding: 0 0 10px 0;
	border: 1px solid #E6E4E1;
	background-image: url('immagini/sfondoMenu.gif');
	background-repeat: repeat-y;
	}
.rilievo img {
	border: 1px solid #E6E4E1;
	margin: 10px 0 5px 0;
	}
.rilievo h3 {
	color: #999;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
	margin: 2px;
	text-align: center;
	background-color: #E6E4E1;
	border-bottom: 1px dotted #E6E4E1;
	}
.rilievo a {
	font-weight: bold;
	color: #379CB6;
	text-decoration: none;
	}
.rilievo a:hover {
	text-decoration: underline;
	}
/* vetrina */
.vetrina {
	margin: 10px 5px 0 0;
	width: 190px;
	border: 1px solid #E6E4E1;
	background-image: url('immagini/sfondoMenu.gif');
	background-repeat: repeat-y;
	}
.vetrina ul {
	display: block;
	margin: 10px 5px 25px 5px;
	padding: 0;
	text-align: left;
	list-style-position: outside;
	list-style-image: url('immagini/frecciaVetrina.gif') 5px 5px;
	}
.vetrina li {
	display: block; text-align: left;
	/*vertical-align: text-top;*/
	margin: 10px 0 10px 0;
	/*vertical-align: text-top;
	margin: 0 0 5px 0;
	padding: 5px;
	border-bottom: 1px solid #E8E8E8;*/
	}
.vetrina p {
	margin: 10px 0 20px 0 !important;
	margin: 10px 0 10px 0;
	background: url('immagini/frecciaVetrina.gif') 10px 1px no-repeat;
	padding: 0 0 0 35px;
	height: 20px;
	line-height: 14px; text-align: left;
	}
.vetrina a {
	/*margin-left: 6px;*/
	font-size: 11px;
	color: #379CB6;
	text-decoration: none;
	}
.vetrina a:hover {
	text-decoration: underline;
	}
.vetrina h3 {
	color: #999;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
	margin: 2px;
	text-align: center;
	background-color: #E6E4E1;
	border-bottom: 1px dotted #E6E4E1;
	} 
/* menu Briciole di pane */
.briciolePane {
	height: 19px;
	font-size: 10px;
	background-image: url('immagini/sfondoBriciole.jpg');
	background-repeat: repeat-x; 
	background-color: white;
	color: #aaa;
	border: 1px solid #E6E4E1;
	padding: 5px 0 0 5px;
	margin-top: 10px;
	}
.briciolePane a {
	color: #379CB6;
	font-size: 10px;
	text-decoration: none;
	}
.briciolePane a:hover {
	text-decoration: underline;
	}
/* anteprime e fotografie */
.anteprime {
	text-align: center;
	color: #999;
	font-size: 11px;
	font-weight: normal; 
	}
.anteprime td {
	vertical-align: bottom;
	width: 140px;
	border: 5px solid white;
	padding: 15px;
	background-image: url('immagini/sfondoCelle.gif');
	} 
.anteprime img {
	border: 1px solid #E6E4E1;
	margin: 0 0 10px 0;
	}
/* anteprima fotografia */
.fotoGrande {
	
	}
.contenitoreFotoGrande {
	font-size: 11px;
	text-align: center;
	color: #666;
	}
.contenitoreFotoGrande a {
	color: #379CB6;
	text-decoration: none;
	}
.contenitoreFotoGrande a:hover{
	text-decoration: underline;
	}
.datiFoto {
	font-size: 11px;
	color: #666;
	}
.datiFoto a {
	font-weight: bold;
	color: #379CB6;
	text-decoration: none;
	}
.datiFoto a:hover {
	text-decoration: underline;
	}
.selezioneFoto {
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	}
.selezioneFoto a {
	font-weight: bold;
	color: #379CB6;
	text-decoration: none;
	}
.selezioneFoto a:hover {
	text-decoration: underline;
	}
/* menu successivo - precedente */
.succPrec {
	padding: 0px 0 10px 0;
	color: #aaa;
	text-align: center;
	}
.succPrec a {
	margin: 0 10px 0 10px;
	font-size: 11px;
	color: #379CB6;
	text-decoration: none;
	}
.succPrec a:hover {
	text-decoration: none;
	}
.succPrec img {
	border: none;
	vertical-align: middle;
	}
/* evidenziato */
.evidenziato {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #379CB6;
	padding-bottom: 10px;
	}
.evidenziato img {
	border: none;
	vertical-align: middle;
	}
.evidenziato a {
	text-decoration: none;
	color: #379CB6;
	}
/* notizia */
.notizia {
	font-size: 11px;
	text-align: justify;
	margin: 0 0 25px 0;
	padding: 0 0 10px 0;
	color: black;
	margin: 10px 0 10px 0;
	border-bottom: 1px dotted #E6E4E1;
	}
.notizia img {
	vertical-align: middle;
	margin: 0 5px 0 0 ;
	}
.notizia a {
	font-weight: normal;
	color: black;/*#379CB6*/
	text-decoration: underline;
	}
.notizia a:hover {
	color: #666;
	text-decoration: underline;
	}
.dataNotizia {
	color: #999;
	font-size: 10px;
	text-align: right;
	margin-bottom: 10px;
	}
/* modulo per l'invio dell'ordine online */
.moduloOrdine {
	font-size: 11px;
	margin-left: 0px;
	line-height: 16px;
	}
.moduloOrdine input {
	margin-bottom: 10px;
	}
.campoOrdine {
	width: 200px;
	}
/* contenuti riservati */
.riservati a {
	font-weight: bold;
	color: #379CB6;
	text-decoration: none;
	}
.riservati a:hover {
	text-decoration: underline;
	}
/* notizia */
.notizia a {
	font-weight: bold;
	color: #379CB6;
	text-decoration: none;
	font-size: 11px;
	}
.notizia a:hover {
	text-decoration: underline;
	}
.notizia p {
	line-height: 15px;
	}

/* riservato */
.riservato ul {
	margin: 0; padding: 0;
	}	
.riservato li {
	margin: 0 0 5px 0 !important; margin: 0 0 5px 0; padding: 0 0 0 35px; height: 20px; line-height: 14px;
	background: url('immagini/frecciaRiservato.gif') 10px 1px no-repeat; display: block; text-align: left;
	}
.riservato p {
	font-size: 11px; color: #888; margin: 0 0 10px 0; line-height: 16px;
	}
.riservato a {
	font-size: 11px; color: #379CB6; text-decoration: none;
	}
.riservato a:hover {
	text-decoration: underline;
	}
.riservato h3 {
	color: #999; font-weight: bold; font-size: 12px; padding: 2px; margin: 2px; text-align: center;
	background-color: #E6E4E1; border-bottom: 1px dotted #E6E4E1;
	}

/* FINESTRA OVERLAY: finestra overlay utilizzata per il caricamento di contenuto Ajax */
#rgn_finestraOverlay {
	z-index: 5; position: absolute; top: 75px; left: 50%; margin: 0 0 0 -300px;	width: 600px !important;
	width: 600px; min-height: 300px; height: auto !important; height: 300px;
	background: #fff; border: 1px solid #ccc; padding: 0; font-size: 12px;	
	}
#rgn_contenutoFinestraOverlay {
	/*min-height: 275px; height: auto !important; height: 275px; padding: 0;*/
	}
#rgn_contenutoFinestraOverlay div {
	color: #c9ac5c; font-size: 18px; font-weight: bold; margin: 10px 10px 10px 10px;
	}
#rgn_contenutoFinestraOverlay p {
	margin: 0px 10px 10px 10px; color: #888;
	}
#rgn_contenutoFinestraOverlay a, #rgn_chiusuraFinestraOverlay a {
	font-size: 11px; color: #379CB6; text-decoration: none;
	}
#rgn_contenutoFinestraOverlay a:hover, #rgn_chiusuraFinestraOverlay a:hover {
	text-decoration: underline;
	}
#rgn_chiusuraFinestraOverlay {
	text-align: center;
	}
#rgn_chiusuraFinestraOverlay a {
	font-weight: bold;
	}
#rgn_sfondoNero {
	z-index: 2; position: fixed !important; position: absolute; top: 0; left: 0; height: 400px; width: 100%; 
	background: url('immagini/gradienteNero.png') repeat-x !important; background: #000;
	filter: alpha(opacity=75, finishOpacity=0, style=1, startX=0, startY=0, finishX=0, finishY=400);
	}

/* TABELLE: tabelle standard */
.rgn_tab {
	font-size: 10px; color: #888; border-collapse: collapse; width: 100%; margin: 0 0 10px 0;
	}
.rgn_tab a {
	text-decoration: none;
	}
.rgn_tab a:hover {
	text-decoration: underline;
	}
.rgn_tabPar {
	background: #fff;
	}
.rgn_tabDisp {
	background: #eee;
	}
.rgn_tab td {
	padding: 7px;
	}
.rgn_tab th {
	padding: 5px; background: #379cb6; color: #fff; text-transform: uppercase; text-align: center;
	}

/* CONTENUTI: contenuti standard */
.contenutiStandard {
	font-size: 10px; color: #888;
	}
.contenutiStandard p, .contenutiStandard div {
	margin: 0 0 10px 0;
	}
.contenutiStandard input, .contenutiStandard select {
	font-size: 10px;
	}

.gpt_navPag strong, .gpt_navPag a { margin: 0 8px 0 0; }
.gpt_tab { font-size: 11px; color: #666; width: 100%; }
.gpt_tab td, .gpt_tab th { padding: 4px; }