//
//
//
/*--------------STILE FORMATTAZIONE--------------------------------------------*/

body {
	background-color: #DBEDFB;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p, span, div {
	font: normal 11px/13px Arial;
    color: #486A81;
}


/*span footer caratteri piccoli: copyright --------------------------- */

span.titolo_popup {
    font: normal 12px/14px Times New Roman;
    color: #FFFFFF;
}

span.titolo_hotel {
    font: bold 14px/16px Arial;
    color: #486A81;
}

span.prezzi_hotel {
    font: bold 11px/13px Arial;
    color: #486A81;
}

td {
    background:#EEF7FD;
	font: normal 11px/13px Arial;
    color: #486A81;
}

td.vuota {
	background:#DBEDFB;
}

td.bold {
    background:#EEF7FD;
	font: bold 11px/13px Arial;
    color: #486A81;
}

/*-------------------------------link standard--------------------------- */
A:link, A:visited {
    font: bold 11px/13px Arial;
    color: #486A81;
    text-decoration: underline;
}

A:hover, A:active {
 	font: bold 11px/13px Arial;
    color: #000000;
    text-decoration: underline;
}

/*---------------STILE DIV-------------------------------------------------*/

.clearfloat {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: -1px;
}

#sfondo_popup {
 	width:100%;
	padding: 20px 0px 0px 0px;
}

#header_popup {
	width: 100%;
	height:56px;
	background:url("../../images_custom/sfondo_header.gif") repeat-x;
}

#logo_popup {
	width:105px;
	height:56px;
	float:left;
}

#logo_stampa_popup {
	width:105px;
	height:56px;
	display:none;
}

#titolo_popup {
	padding: 5px 20px 0px 0px;
	float:right;
}

#titolo_stampa_popup {
	padding: 5px 20px 0px 0px;
	display:none;
}

#box_testo {
	margin: 10px 20px 20px 20px;
}

#titolo_escursione {
	width:160px;
	float:left;
	margin: 0px 0px 0px 0px;
}

#titolo_escursione_nofoto {
	width:160px;
	float:left;
	margin: 0px 0px 0px 10px;
}

#titolo_hotel {
	margin: 0px 0px 0px 0px;
}

#descrizione_hotel {
	margin: 10px 0px 0px 0px;
}

#testo_prezzi_hotel {
	margin: 20px 0px 0px 0px;
}

#contenitore_thumb {
	width:100%;
}

#thumb_01 {
	float:right;
	padding: 0px 10px 0px 0px;
}

#thumb_02 {
	float:right;
	padding: 0px 20px 0px 0px;
}

#thumb_escursione {
	text-align:left;
	float:left;
	padding: 0px 10px 0px 20px;
}

#button_stampa {
	float:left;
	padding: 0px 0px 0px 20px;
}

#button_chiudi {
	float: right;
	margin: 0px 0px 0px 0px;
}

/*//////// POPUP OFFERTE ////////////////////*/

.contenitore_offerte {
	font:normal 10px/18px Verdana, sans-serif;
    color:#003366; 
	padding:0px 20px 0px 20px;}

.foto_offerte {
	width:485px;
	height:322px;
	padding:5px;
	background:#95ACC1;
	float:none;}

.titolo_offerte {
	font: bold 14px/18px Arial, Verdana, Sans-Serif;
	color:#003366;
	padding:0px 0px 10px 0px;}

div.testo_offerte {
	width:485px;
	padding:20px 0px 20px 0px;
	font:normal 10px/18px Verdana, sans-serif;
    color:#003366;  
	}
