/* BOX */
.Box_col_title {
	height: 18px;
	line-height:18px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size:0.70em;
	margin-right:3px;
	background-color: #ff7100;
	padding-left:6px;
	font-weight: bold;
}

.Box_arancione {
	background-color: #fedd9a;
	margin:0px 3px;
	background-image:url(../img_struct/Box_col_title_bg_arancione.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom:2px solid #fff;
	padding-top:10px;
	padding-bottom:5px;
}



.Box_line_bottom {
	border-bottom:1px solid #c9c9c9; 
}

.Box_bianco {
	background-color: #fff;
	margin:0px 3px;
	background-image:url(../img_struct/Box_col_title_bg_white.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom:2px solid #fff;
	padding-top:10px;

}

.Box_bianco_contenuto, .Box_arancione_contenuto {
	padding:0px 5px;
}


.Box_colcentrale_title {
	height:18px;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #202020;
	padding-left:12px;
	font-weight: bold;
	margin:0px 6px;
}

/*** BOX IN EVIDENZA ***/

.Box_img_inevidenza {
	float: left;
	margin-right:5px;
}

.Box_testo_inevidenza {
	padding-top: 5px;
	padding-bottom:5px;
	overflow:auto;
	width:100%;
}


/** BOX PRODOTTI IN OFFERTA **/

.Box_offerta {
	overflow:auto;
	margin:20px 0px;
	text-align:left;
	border-bottom:1px solid #c9c9c9;
	padding-bottom:20px;
	width:98%;
}
	

.Box_offerta_img {
	float: left;
	width: 110px;
}
	
.Box_offerta_testo {
	float: left;
}

.Box_offerta_periodo {
	padding:20px 0px;
}
	

/* BOX HOME */


.Box_home_title {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d4d4d4;
	font-size: 0.7em;
	color: #202020;
	text-transform: uppercase;
	padding-left:6px;
	line-height:18px;
	height:18px;
	margin:2px;
	font-weight: bold;
	text-align: left;
}

.Box_home_table {
	width:100%;
	margin:0px 0px 5px 0px;
	padding:0px;
}

.Box_destinazione {
	height:80px;
}


.Box_home {
	background-color: #f9f9f9;
	border:1px solid #c9c9c9;
	text-align: center;
	vertical-align: top;

}

Box_separatore {
	width:3px;
	background-color:#e2e2e2;

}

/* BTN */

.btn {
	height:19px;
	border: 0px;
	width: auto;
	margin-top:5px;
	text-align: right;
}

.box_btn_search_map {
	float:left;
	margin-left:10px;
	width:200px;
}

.box_select_search_map {
	float:left;
	width:170px;
}