﻿/* 
    Created on : 24-giu-2015,
    Author     : Walter Eccher
*/

@font-face {
    font-family: SourceSansPro;
    src: url('/Style Library/Css/FontsV2/sourcesanspro-regular-webfont.eot'); /*IE9 Compat Modes */
 	src: url('/Style Library/Css/FontsV2/sourcesanspro-regular-webfont.eot#iefix') format('embedded-opentype'), /*IE6 - IE8*/
         url('/Style Library/Css/FontsV2/sourcesanspro-regular-webfont.woff2')  format('woff2'), /* Super Modern Browsers */
         url('/Style Library/Css/FontsV2/sourcesanspro-regular-webfont.woff')  format('woff'), /* Pretty Modern Browsers */
         url('/Style Library/Css/FontsV2/sourcesanspro-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('/Style Library/Css/FontsV2/sourcesanspro-regular-webfont#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: SourceSansProLight;
    src: url('/Style Library/Css/FontsV2/sourcesanspro-light-webfont.eot'); /*IE9 Compat Modes */
 	src: url('/Style Library/Css/FontsV2/sourcesanspro-light-webfont.eot#iefix') format('embedded-opentype'), /*IE6 - IE8*/
         url('/Style Library/Css/FontsV2/sourcesanspro-light-webfont.woff2')  format('woff2'), /* Super Modern Browsers */
         url('/Style Library/Css/FontsV2/sourcesanspro-light-webfont.woff')  format('woff'), /* Pretty Modern Browsers */
         url('/Style Library/Css/FontsV2/sourcesanspro-light-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('/Style Library/Css/FontsV2/sourcesanspro-light-webfont#svgFontName') format('svg'); /* Legacy iOS */
}

div.banner-hp-dx_box {
    width: 190px;
	height: 90px; /*90px*/
 	overflow: hidden;
	background-color:#FFFFFF;
	color:#757575;
	font-family:SourceSansPro, Calibri, Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
}

div.banner-hp-dx_title {
	width:190px;
	height:22px;/*22px*/
	font-size:17px;
	font-style:normal;
	font-weight:bold;
	border-bottom-color:#ededed;
	border-bottom-style:solid;
	float:left;
	background: url('icon-arrow-gray-right.png') no-repeat top right;
}

div.banner-hp-dx_title_nolink {
	width:190px;
	height:22px;/*22px*/
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	border-bottom-color:#ededed;
	border-bottom-style:solid;
	float:left;
}


div.banner-hp-dx_icona {
	background-color:#FFFFFF;
	border-radius:5px;
	width:40px;
	height:40px;
	float:left;
	margin-top:5px;
	margin-left:0px;
}
img.banner-hp-dx_width {
	width:100%;
}

div.banner-hp-dx_testo {
	font-size:12px;
	font-style:normal;
	margin-left:45px;	
	margin-top:35px;
}
a.banner-hp-dx_a:link, a.banner-hp-dx_a:visited{
	color:#757575;
	text-decoration:none;
}
a.banner-hp-dx_a:hover{
	color:#757575;
	text-decoration:underline;
}
a.banner-hp-dx_aRED:link, a.banner-hp-dx_aRED:visited{
	color:#cf0f14;
	text-decoration:none;
}
a.banner-hp-dx_aRED:hover{
	color:#cf0f14;
	text-decoration:underline;
}