.banners-box-style1 .column {
    cursor: default;
    float: left;
    position: relative;
	background: #FFF;
    border: 1px solid #E3E3E3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.banners-box-style1 .column img.banner {
    border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    outline: medium none;
}
.banners-box-style1 .column .blc_footer {
	height: 40px;
    background: #f8f8f8;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
    border-top: 1px solid #E5E5E5;
}
.banners-box-style1 .column .blc_footer .box_button {
    float: right;
    margin: 5px 8px 0 0;
}
.banners-box-style1 .column .blc_footer .box_button .bb_content {
	float: left;
	height: 30px;
	line-height: 30px;
	background: url(/web/img/bg/button-bg.png) 0 -31px repeat-x;
	padding: 0 10px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}


/* Inizio: Layout 2 colonne */
.banners-box-style1 .banner-layout-2-c .column {
	width: 437px;
}
.banners-box-style1 .banner-layout-2-c .column.ordine-1 {
	margin-left: 40px;
}
.banners-box-style1 .banner-layout-2-c .column.ordine-2 {
	margin-left: 25px;
}

.banners-box-style1 .banner-layout-2-c .column .dettagli {
	margin: 10px;
}
.banners-box-style1 .banner-layout-2-c .column img.banner {
	width: 417px;
	height: 181px;
	margin-bottom: 15px;
}
.banners-box-style1 .banner-layout-2-c .column h2.head {
	color: #115797;
	font-size: 22px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-transform: uppercase;
}
.banners-box-style1 .banner-layout-2-c .column .subhead {
	margin-top: 10px;
	font-size: 18px;
	line-height: 20px;
	height: 42px;
	overflow: hidden;
	color: #212529;
}

/* Fine: Layout 2 colonne */


/* Inizio: Layout 3 colonne */
.banners-box-style1 .banner-layout-3-c .column {
	width: 300px;
}
.banners-box-style1 .banner-layout-3-c .column.ordine-1 {
	margin-left: 25px;
}
.banners-box-style1 .banner-layout-3-c .column.ordine-2,
.banners-box-style1 .banner-layout-3-c .column.ordine-3 {
	margin-left: 15px;
}

.banners-box-style1 .banner-layout-3-c .column .dettagli {
	margin: 10px;
}
.banners-box-style1 .banner-layout-3-c .column img.banner {
	width: 280px;
	height: 121px;
	margin-bottom: 15px;
}
.banners-box-style1 .banner-layout-3-c .column h2.head {
	color: #005091;
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
	height: 48px;
	overflow: hidden;
}
.banners-box-style1 .banner-layout-3-c .column .subhead {
	margin-top: 7px;
	margin-bottom: 14px;
	font-size: 18px;
	line-height: 20px;
	height: 42px;
	overflow: hidden;
	color: #212529;
}

/* Fine: Layout 3 colonne */