/* @override
	http://127.0.0.1/SitiPicov/Michele/ceraunavoltabeb.it/css/stili.css
	http://127.0.0.1/SitiPicov/Ceraunavoltabeb/ceraunavoltabeb.it/css/stili.css
*/

/* @group CSS RESET */

/* BROWSERS CSS RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* Extra Reset */
/* Altrimenti dentro alle celle delle tabelle c'è un padding interno di 1 px */
td { margin: 0; padding: 0; }
/* Altrimenti intorno alle celle delle tabelle c'è un bordo di 1 px 
td { border: 1px #ccc dashed; }
*/

/* @end */

strong { font-weight: bold; }
em { font-style: italic; }


body {
	text-align: center; /* Centre in IE pre6 che ignora il margin auto del main */
	background: #9ab5d0 url(../immagini/sfondo_pagina.jpg) repeat-x;
	padding-top: 16px; /* non lo metto qui altrimenti influisce anche sulle altre pagine tipo iframe che caricano lo stesso css */
}

#main-sizer {
	width: 750px; /* Se utilizzo la fissa devo impostare lo stesso valore in main-sizer-inside */
	margin:0 auto; /* la centratura la imposto su quello più esterno */
	text-align: left; /* Ripristina la centratura di default dopo il patch per IEpre6 sul body */	
	border: 6px solid #fff;
	background:#fff;
}
#main-sizer-inside {
	width: 750px; /* PATCH IEpre6: imposto qui le dimensioni=#main-sizer.width cosi i suoi pad e border vanno SEMPRE esterni anche su IEpre6 */
}


#main {

}


#header {
	line-height: 0px; /* FIX altrimenti se il div contiene una img viene aggiunta altezza extra indesiderata perche img ? inline come il testo*/
	font-size: 0px; /* FIX ulteriore per iCab */
	background-image: url("../immagini/sfondo_top.jpg");
	background-repeat: repeat-x;
	position: relative; /* Cosi i pos absolute interni diventano riferiti a questo div */
	height: 161px;
}
 
#language {
	position: absolute;
	left: 4px;
	top: 4px;
	z-index: 1;
}
#language img {
	margin: 4px;
}

#logo-home {
	position: absolute;
	width: 264px;
	height: 180px;
	top: 0px;
	left: 16px;
}

#logo-sezione {
	position: absolute;
	width: 220px;
	height: 150px;
	top: 4px;
	left: 10px;
}

/* @group PhotoViewerHome */

#photo-viewer-home {
	position: absolute;
	width: 450px;
	height: 320px;
	top: 64px;
	right: 4px;
	background-image: url("../immagini/sfondo_visualizzatore.png");
	background-repeat: no-repeat;
}

#photo-viewer-home .content {
	width: 420px;
	height: 290px;

	padding: 16px;
	padding-top: 11px;
}

#photo-viewer-home .content table {
	width: 100%;
	height: 100%;
}

/* @end */



/* @group PhotoViewer */

#photo-viewer {
	position: absolute;
	width: 200px;
	height: 142px;
	top: 54px;
	right: 4px;
	background-image: url("../immagini/sfondo_visualizzatore_sezione.png");
	background-repeat: no-repeat;
}
#photo-viewer .content {
	width: 180px;
	height: 118px;

	padding: 10px;
	padding-top: 8px;
}
#photo-viewer .content table {
	width: 100%;
	height: 100%;
}

/* @end */

/* @group MenuHome */

#menu-home {
	background-image: url(../immagini/sfondo_body1.jpg);
	background-repeat: repeat-x;
	
	height: 160px;

	padding-top: 64px;
	padding-left: 75px;
	
}
#menu-home li {

}

#menu-home li a {
	line-height: 32px; /* lo posso mettere = all'altezza cosi lo sfondo viene esteso a tutta l'altezza ed il testo si centra verticalmente ma non va bene con testo su più righe -> metto display block ed imposto l'altezza*/
	display: block; 
	width: 180px;
	height: 32px;
	padding-left: 28px;
	color: #50210f;
	text-decoration: none;
	font-size: 16px;
	font-family: Tahoma, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	background-image: url(../immagini/sfondo_trasparente_64.gif);
	background-repeat: no-repeat;

}

#menu-home li a:hover {
	background-image: url(../immagini/sfondo_tasto_on1.gif);
}

/* @end */


/* @group Menu */

#menu {
	height: 32px;

	padding-left: 0px;
	
	background-image: url(../immagini/sfondo_tasto_on.gif);
	
}
#menu li {
	display: inline;
	float: left;
}

#menu li.selected {
	text-decoration: underline;
	background-color: #fdefad;
}

#menu li a {
	float: left; /* FIX per IE 6 */
	line-height: 32px; /* lo posso mettere = all'altezza cosi lo sfondo viene esteso a tutta l'altezza ed il testo si centra verticalmente ma non va bene con testo su più righe -> metto display block ed imposto l'altezza*/
	display: block;
	padding-left: 18px; 
	padding-right: 16px; 
	height: 32px;
	color: #50210f;
	text-decoration: none;
	font-size: 14px;
	font-family: Tahoma, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}

#menu li a:hover {
	background-color: #badeea;
}



/* @end */

#home-lastminute {
	width: 310px;
	float: left;
}
#home-lastminute .inside {
	padding: 20px;
}


#home-about {
	width: 440px;
	float: left;
}
#home-about .inside {
	padding: 10px;
}


#body {
	float:  left;
	width: 100%;
	background-color: #fff;
	background-image: url(../immagini/sfondo_sezione.jpg);
	background-repeat: repeat-x;
}
#body .inside {
	padding: 10px;
	padding-top: 30px;
}

#body-left {
	width: 420px;
	float: left;
}
#body-left .inside {
	padding-right: 30px;
	padding-top: 0px;
}

#body-right {
	width: 470px;
	float: right;
}
#body-right .inside {
	padding: 0px;
	padding-left: 20px;
}

#body table {
}


/* @group Footer */

#footer {
	background-image: url("../immagini/sfondo_bottom.gif");
	background-repeat: repeat-x;
	clear: both;
	width: 100%;
	height: 95px;
	text-align: center;
}

#footer .left {
	float: left;
	width:  240px;
	margin-top: 36px;
	margin-left: 10px;;

	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #888;
}
#footer .right {
	float: right;
	width:  260px;
	margin-top: 16px;
	margin-right: 20px;;

	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #888;
}
#footer a {
	color:  #333;	
}
#footer a:hover {
	color:  #000;
	text-decoration: none;	
}

/* @end */

/* @group FlexBox */

.flexbox-body {
	width: 100%; /* importante impostarla per IE5 */
	overflow: hidden; /* Fix per Safari */
}
.flexbox-body .up-dx {
	background-image: url("../immagini/sfondo_corpo_flex.gif");
	background-repeat: no-repeat;
	background-position:  top right;
	position: relative;
	left: 50%;
	width: 50%;
}
.flexbox-body .up-sx {
	background-image: url("../immagini/sfondo_corpo_flex.gif");
	background-repeat: no-repeat;
	background-position: top left ;
	position: relative;
	width: 100%;
	left: -100%;

	height: 60px;  /* altezza della parte bassa */
}
.flexbox-body .down-dx {
	background-image: url("../immagini/sfondo_corpo_flex.gif");
	background-repeat: no-repeat;
	background-position:  bottom right;
	position: relative;
	left: 50%;
	width: 50%;
}
.flexbox-body .down-sx {
	background-image: url("../immagini/sfondo_corpo_flex.gif");
	background-repeat: no-repeat;
	background-position: bottom left ;
	position: relative;
	width: 100%;
	left: -100%;

}

.flexbox-body .content-area {
	margin-right: -100%; /* IE 5 vuole che sia impostato anche il width */
	width: 200%; /* FIX IE5 */

	position: relative;
	top: -60px; /* traslo in alto il contenuto di una quantità pari al top */
}
.flexbox-body .content-area .content {
	padding: 10px; /* >0 : se metto 0 causa problemi su Safari e Gecko (è l'unico problema rimasto anche se in genere il padding c'è sempre essendo un box con bordi ) */
}
.flexbox-body .content-area .content .internal {	
	width: 100%; /* FIX IE 5 */
	position:relative; /* Mette il testo davanti su IE 5-6 */
	margin-bottom: -60px; /* accorcio l'altezza di una quantità pari al top (margin riduce lo sfondo) */	
}

/* @end */

/* @group BodyBox */

.bodybox {
	width: 100%;
	overflow:hidden; /* Fix per Safari */
}
.bodybox .top {
	background-image: url(../immagini/sfondo_sezione.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	left: 50%;
	width: 50%;
}
.bodybox .top div {
	background-image: url(../immagini/sfondo_sezione.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	width: 100%;
	left: -100%;

	height: 20px;  /* altezza della parte bassa */
	font-size:0px; /* Fix IE 5-6 altrimenti l'altezza minima del div non va sotto l'interlinea */
}
.bodybox .bottom {
	background-image: url(../immagini/sfondo_sezione.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
	left: 50%;
	width: 50%;
}
.bodybox .bottom div {
	background-image: url(../immagini/sfondo_sezione.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	width: 100%;
	left: -100%;

	height: 12px;  /* altezza della parte bassa */
	font-size:0px; /* Fix IE 5-6 altrimenti l'altezza minima del div non va sotto l'interlinea */
}
.bodybox .middle {
	background-image: url(../immagini/sfondo_sezione.gif);
	background-repeat: no-repeat;
	background-position: 100% -20px; /* metto 100% al posto di right per FIX opera 7.5 e NS7.1 */
	position: relative;
	left: 50%;
	width: 50%;
}
/* Qui poteri fare ".dialog1 .middle > div" ma IE <7 non supportano il selettore > */
.bodybox .middle .middle-left {
	background-image: url(../immagini/sfondo_sezione.gif);
	background-repeat: no-repeat;
	background-position: 0 -20px;
	position: relative;
	width: 100%;
	left: -100%;
}
.bodybox .content-area {
	margin-right: -100%; /* IE 5 vuole che sia impostato anche il width */
	width: 200%; /* FIX IE5 */
}
.bodybox .content-area .external {
	padding: 0px; /* >=0 : se metto 0 non causa problemi su Safari e Gecko perche qui non c'è traslazione del contenuto */

}
.bodybox .content-area .external .internal {	
	width: 100%; /* FIX IE 5 */
	position:relative; /* Mette il testo davanti su IE 5-6 */
}

/* @end */

/* @group PhotoBrowser */

#photobrowser {
	text-align: center;
	margin: 0 auto;
	width: 100%; /* oppure imposto i pixel */
	clear: both;
	overflow: hidden; /* cosi non metto la larghezza aggiuntiva per compensare l'aumento delle dim in IE */

	position: relative; /* FIX IE 6 che altrimenti non rispetta l'hidden sull'overflow  */
	
}

#photobrowser-content {
	width: 300%; /* margine extra per zoom elementi */
}
#photobrowser-content table {
	width: 33.3%;
	float: left;
}
#photobrowser-content table td {
	padding: 0px;	
	margin: 0px;
	font-size: 0px;
	line-height: 0px;
}

#photobrowser-content table td img {
	padding: 2px;	
	margin: 0px;
	border: 1px #094093 solid;
}

#photobrowser-control {
	margin: 0 auto;
	line-height: 16px;

	width: 71%; /* oppure imposto i pixel */
	margin-top: 10px;
	margin-bottom: 10px;
	
	position: relative; 
}
#photobrowser-control a {
	font-family: Arial,sans-serif;
	font-size: 14px;
	text-decoration: none;
}
#photobrowser-control img {
	margin-left: 4px;
	margin-right: 4px;
}
#photobrowser-control img.leftarrow {
	position: absolute; 
	left: 0px;
	margin: 0px;
}
#photobrowser-control img.rightarrow {
	position: absolute; 	
	right: 0px;
	margin: 0px;
}

/* @end */

/* @group Citazione */

blockquote {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
    color: #fff;
    margin-top: 4px;
    padding: 4px;
	position: relative;
}

blockquote .bqstart {
	font-family: Times, serif;
	position: relative;
	top: 4px;
	left: -4px;
	float: left;
	margin-bottom: -4px;
	margin-right: 2px;
	font-size: 300%;
	color: #fff;
} 
blockquote .bqend {
	font-family: Times, serif;
	position: absolute;
	right: 0px;
	margin-top: 10px;
	font-size: 300%;
	color: #fff;
}
cite {
	display:block;
	margin-top: 4px;
	margin-right: 2px;
	color:#000043;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	text-align:right
}

/* @end */

/* @group Sezione */

.sezione {
}
 
.sezione h1 {
	color: #0081DE;
	font-size: 16px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	margin-bottom: 8px;
	padding-top: 4px;
}

.sezione h2 {
	color: #000043;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px; /* cosi spezza il passo dei paragrafi */
	padding-bottom: 4px;
}

.sezione h3 {
	color: #000043;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px; /* cosi spezza il passo dei paragrafi */
	padding-bottom: 4px;
}

.sezione p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #909090;
}
.sezione p, .sezione p.text-normal {
	font-size: 12px;
	line-height: 16px;
	/* margin-top1: 4px; /* questo fa si che si crei uno spazio fra due div sovrapposti che contengono p -> non va bene */
	/* border-top1: 4px transparent solid; /* il transparent non ? supportato su IE pre 7 e diventa nero */
	/* rimane solo il padding ma il top altera il punto elenco che devo eventualmente adeguare se non lo metto a 0 */
	padding-top: 0px;
	padding-bottom: 4px;
}

.sezione p.text-extrasmall {
	font-size: 10px;
	line-height: 12px;
}
.sezione p.text-small {
	font-size: 11px;
	line-height: 13px;
}
.sezione p.text-large {
	font-size: 12px;
	line-height: 22px;
}
.sezione p.text-extralarge {
	font-size: 14px;
	line-height: 18px;
}
 /* kreos modifica
.sezione a {
	color: #0081DE;
	text-decoration: underline;
}
.sezione a:hover {
	color: #000043;
	text-decoration: none;
}                  */
.sezione a  {
color:#0081DE;
text-decoration: none;
font-size:14px;
font-weight:bold;
}
.sezione a:hover {
color:red;
text-decoration:none;
}

.sezione img.default,
.sezione img.sx-up, 
.sezione img.sx,
.sezione img.sx-down,
.sezione img.dx-up,
.sezione img.dx,
.sezione img.dx-down {
	margin: 8px;
}

.sezione img.sx-up {
	margin-left: 0px;
	margin-top: 0px;
	float: left;
}
.sezione img.sx {
	margin-left: 0px;
	float: left;
}
.sezione img.sx-down {
	margin-left: 0px;
	margin-bottom: 0px;
	float: left;
}
.sezione img.dx-up {
	margin-right: 0px;
	margin-top: 0px;
	float: right;
}
.sezione img.dx {
	margin-right: 0px;
	float: right;
}
.sezione img.dx-down {
	margin-right: 0px;
	margin-bottom: 0px;
	float: right;
}

/* @end */

/* @group Alignment */

.align-center {text-align: center}
.align-left {text-align: left}
.align-right {text-align: right}
.align-justify {text-align: justify}

/* @end */

/* @group Indentation */

.indent-firstline {text-indent: 14px }
.indent-all { padding-left: 14px }
.indent-bullet { background-image: url(../immagini/punto_elenco.gif); background-repeat: no-repeat; }

/* @end */

/* @group DetailsTable */

.details {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ccc;
	width: 260px;
	float: left;
	color: #be9264;
}
.details dt, .details dd {
	float: left;
	border-top: 1px solid #ccc;
	padding-top: 3px;
}
.details dt {
	width: 60%;
}
.details dd {
	width: 40%;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}
.details dt.firstline {
	border: 0;
	text-align: left;
	background-color: transparent;
	font-weight: bold;
	color: #917258}
.details dd.firstline {
	border: 0;
	text-align: right;
	background-color: transparent;
	font-weight: bold;
	color: #917258}

/* @end */

table.tariffe {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 300px;
	color: #be9264;
}

table.tariffe td {
	padding: 1px;
}

table.tariffe td.label {
	font-size: 12px;
	color: #716d6a;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 8px;
}
table.tariffe td.label-small {
	font-size: 11px;
	color: #4883be;
	text-align: center;
	border: 1px #ccc solid;
}
table.tariffe td.number {
	font-size: 11px;
	color: #bc5b44;
	text-align: center;
	font-weight: bold;
	width: 40px;
	background-image: url(../immagini/sfondo_tasto_on.gif);
	background-repeat: repeat-x;
	border: 1px #ccc solid;

	padding-top: 8px;
	padding-bottom: 8px;

}

.clearboth {
	clear: both;
	font-size: 10px;
}
.clearleft {
	clear: left;
	font-size: 10px;
}
.clearright {
	clear: right;
	font-size: 10px;
}


.piepagina-testo   { color: white; font-size: 11px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal ; }
.piepagina-separatore   { color: #fff; font-size: 11px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal ; }
.piepagina-link      { color: #b2fdfe; font-size: 10px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: none }
.piepagina-link:hover   { color: #fff; text-decoration: underline }


form.ceraunavoltabeb { margin: 0; padding: 0; font-family: Tahoma, Arial, sans-serif; font-size: 11px; color: #bbb}
form.ceraunavoltabeb input    { color: #444; font-size: 13px; padding: 1px; }
form.ceraunavoltabeb input.textfield { background-color: #fff; color: #444; width: 95%; font-size: 13px; padding: 1px;}
form.ceraunavoltabeb input.button    { color: #333; font-weight: bold; font-size: 13px; border:1px #aaa solid; }
form.ceraunavoltabeb input.checkbox  { font-size: 13px; }
form.ceraunavoltabeb textarea  { font-family: Tahoma, Arial, sans-serif; width: 95%; color: #444; font-size: 12px; padding: 1px; }
form.ceraunavoltabeb strong   { color: #7e2507; font-size: 13px;}
form.ceraunavoltabeb em { color: #7e2507; font-size: 12px; }
form.ceraunavoltabeb a { color: #d00; text-decoration: none}
form.ceraunavoltabeb a:hover { color: #f00; text-decoration: underline}

form.ceraunavoltabeb td { padding: 5px;}

div.news-preview-container {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-size: 11px; padding-top: 5px;
}
div.news-preview-container div.newsitem  { margin: 12px 0; padding: 0; }
div.news-preview-container div.newsitem-current  { background-color: #fafafa; margin: 12px 0; padding: 2px; border: solid 1px #1c4595 }
div.news-preview-container div.news-header  { line-height:14px; padding-bottom: 2px;}
div.news-preview-container .news-date  { color: #1c4595; font-size: 10px;  font-weight: bold }
div.news-preview-container .news-title  { color: #000; font-weight: bold; text-decoration: none }
div.news-preview-container .news-title:hover { text-decoration: underline }
div.news-preview-container div.news-body  { line-height:13px; color: black; font-size: 11px; padding-bottom: 2px; }
div.news-preview-container p.news-body { }
div.news-preview-container .news-link-more  { color: #f30; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
div.news-preview-container .news-link-more:hover  { color: #f30; text-decoration: underline }
div.news-preview-container .news-separator { color: #d44d00; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
div.news-preview-container div.news-footer  { border: 1px #000 solid; }

div.news-detail-container {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}
div.news-detail-container div.newsitem  { margin: 10px 0; padding: 0; }
div.news-detail-container div.news-header  { font-size: 16px; padding-bottom: 8px;}
div.news-detail-container .news-date { color: #1c4595; font-size: 13px; font-weight: bold }
div.news-detail-container .news-title { color: #000; font-size: 14px; font-weight: bold; text-decoration: none }
div.news-detail-container div.news-body  { font-size: 13px;  line-height:16px; color: #505050; padding-bottom: 12px;}
div.news-detail-container p.news-body  { }
div.news-detail-container .news-body-link { color: #e05100; text-decoration: underline }
div.news-detail-container .news-body-link:hover { text-decoration: none }
div.news-detail-container div.news-footer  { clear: both; font-size: 12px; line-height:18px; }
div.news-detail-container .news-attachments-link { color: #e05100; text-decoration: underline }
div.news-detail-container .news-attachments-link:hover { text-decoration: none }

.news-link-comando      { color: #f30; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
.news-link-comando:hover     { text-decoration: underline }
/* Kreos */

#facebook_link  {
background:none repeat scroll 0 0 #FFFFFF;
border:4px outset #F0F0F0;
float:right;
margin-right:0;
margin-top:16px;
padding:5px;
text-align:center;
width:230px;
height:88px;
}
#facebook_link a {
color:#0081DE;
font-size:16px;
font-weight:bold;
text-decoration:none;
}
#facebook_link a:hover {
color:red;
}
#facebook_link img {
padding:0 6px;
}
#skype {
border:3px outset #F0F0F0;
height:100px;
margin-top:16px;
text-align:center;
padding:0 3px;
}
.offertedisp  {
background:none repeat scroll 0 0 #FFFFFF;
border:4px outset #F0F0F0;
height:70px;
margin-bottom:10px;
padding:5px 2px;
text-align:center;
width:200px;
}
.offertedisp h1 {
padding-top:15px;
}
.offertedisp p {
padding-top:2px;
text-align:center;
}
.offertedisp h1:hover,#skype h1:hover {
color:red;
}
.blockright1 {
height:76px;
border:4px outset #f0f0f0;
}
.blockright1 a img {
text-align:center;
text-decoration: none;
}
.blockright1 a {
font-size:14px;
vertical-align:bottom;
text-decoration: none;
}
/* end Kreos */
