//
//
//
/*--------------STILE FORMATTAZIONE--------------------------------------------*/

body {
	background: #FFFFFF;
	margin: 0px;
}

p, span, div {
	font: normal 12px/16px Arial;
    color: #000000;
}


/*span footer caratteri piccoli: copyright --------------------------- */

span.titolo_popup {
    font: bold 12px/14px Times New Roman;
    color: #000000;
}

span.titolo_hotel {
    font: bold 14px/16px Arial;
    color: #486A81;
}

span.prezzi_hotel {
    font: bold 11px/13px Arial;
    color: #486A81;
}

td {
    background:#EEF7FD;
	font: bold 11px/13px Arial;
    color: #486A81;
	border: 1px solid #DBEDFB;
}


/*-------------------------------link standard--------------------------- */
A:link, A:visited {
    font: 
    color: 
    text-decoration: 
}

A:hover, A:active {
 	font: 
    color: 
    text-decoration: 
}

/*---------------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;
	display:none;
}

#logo_popup {
	width:105px;
	height:56px;
	float:left;
	display:none;
}

#logo_stampa_popup {
	width:105px;
	height:56px;
}

#titolo_popup {
	padding: 5px 20px 0px 0px;
	float:right;
	display:none;
}

#titolo_stampa_popup {
	padding: 20px 20px 10px 20px;
}

#box_testo {
	margin: 10px 20px 20px 20px;
}

#titolo_escursione {
	width:160px;
	float:left;
	margin: 0px 0px 0px 0px;
}

#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;
	display:none;
}

#button_chiudi {
	float: right;
	margin: 0px 0px 0px 0px;
	display:none;
}
