/* DETTAGLIO STRUTTURA */

.titolo_struttura {
	font-size:15pt;
	color:#ffb027;
}

.box_info_struttura {
	width:600px;
	float:left;
	border:5px solid #f1f1f1;
	background-color:#ffffff;
	padding:5px;
}

.img_struttura {
	width:320px;
	float:left;
}

.img_struttura img {
	width:320px;
	float:left;
	border:1px solid #cccccc;
	padding:1px;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
}

.thumb_struttura img {
	width:50px;
	height:35px;
	float:left;
	border:1px solid #cccccc;
	padding:1px;
}

.info_dettaglio_struttura {
	border:0px solid #ff0000;
	float:right;
	width:265px;
}

.info_dettaglio_struttura p {
	font-size:10pt;
	padding:2px;
	border-bottom:1px dashed #cccccc;
	margin:3px 0px 2px 0px;
}

.prezzo_dettaglio_struttura {
	color:#FF0000;
	font-size:14pt;
	font-weight:bold;
}

.btn_struttura a {
	font-size:11px;
	font-weight:bold;
}

.btn_struttura a:link {
	font-size:11px;
	font-weight:bold;
}

.btn_struttura img {
	border:0px solid #000000;
	margin-right:5px;
	margin-top:5px;
}

.titolo_sezione_struttura {
	padding-bottom:5px;
	border-bottom:1px solid #cccccc;
	font-size:13pt;
	float:left;
	width:620px;
	margin-top:10px;
}

.intro_descrizione_struttura {
	padding-bottom:5px;
	padding-top:5px;
	font-size:10pt;
	font-weight:bold;
	float:left;
	width:620px;
	color:#0066cc;
	text-align:justify;
	line-height:20px;
	border-bottom:1px solid #cccccc;
}

.sottotitolo_descrizione_struttura {
	padding-bottom:5px;
	font-size:10pt;
	font-weight:bold;
	float:left;
	width:620px;
	margin-top:10px;
	color:#0066cc;
}

.testo_descrizione_struttura {
	float:left;
	width:620px;
	text-align:justify;
	margin-bottom:10px;
}