@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #f9f6e9;
	color: #333;
	font-family: Arial;
	font-size: 12px;
}
.margin-top {
	margin-top: 12px;
}
.margin-bottom {
	margin-bottom: 12px;
}
.margin-bottom-no {
	margin-bottom: 0px !important;
}
.padding-bottom-no {
	padding-bottom: 0px !important;
}
.header {
	width: 990px;
	height: 90px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.header .logo {
	height: 90px;
	width: 249px;
	float: left;
}
.header .banner-728x90 {
	height: 90px;
	width: 728px;
	float: right;
}
.top-navbar {
	width: 986px;
	height: 46px;
	background-color: #333333;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-left: 4px;
	position: relative;
}
.top-navbar ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.top-navbar ul li {
	list-style-type: none;
	display: inline;
	color: #FFF;
	position: relative;
}
.top-navbar ul li a {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 14px;
	background-image: url(../images/bg/punto.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.navbar {
	width: 990px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(../images/bg/bg-navbar.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8a245f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8a245f;
	position: relative;
}
.navbar ul {
	margin: 0px;
	padding: 0px;
	height: 39px;
}
.navbar ul li {
	list-style-type: none;
}
.navbar ul li a, 
.navbar ul li a:link, 
.navbar ul li a:visited, 
.navbar ul li a:active {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 18px;
	padding-top: 5px;
	padding-right: 12px;
	padding-left: 12px;
	font-weight: bold;
	height: 34px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #822259;
	border-left-color: #A92C74;
	display: block;
	float: left;
} 
.navbar ul li a:hover {
	background-image: url(../images/bg/bg-navbar-sel.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.navbar ul li a[class='attiva'] {
	background-image: url(../images/bg/bg-navbar-attiva.png) !important;
	background-repeat: repeat-x !important;
	background-position: center bottom !important;
}
.navigatore {
	width: 990px;
	margin: auto;
	background-image: url(../images/bg/bg-sotto-navbar.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 36px;
	position: relative;
	background-color: #F6F6F6;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #8a245f;
}
.navigatore a:link, 
.navigatore a:visited, 
.navigatore a:active {
	float: left;
	text-decoration: none;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 16px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	color: #666;
}
.navigatore .nome-nav {
	float: left;
	text-decoration: none;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 16px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	color: #8a245f;
	background-image: none;
	width: auto;
}
.navigatore .text-nav {
	float: left;
	text-decoration: none;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 16px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	color: #666666;
	background-image: none;
	width: auto;
}


.navigatore a:hover {
	color: #8a245f;
}
.navigatore span {
	float: left;
	height: 36px;
	background-image: url(../images/pulsanti/divisore-navigatore.png);
	width: 22px;
	background-repeat: no-repeat;
	background-position: center center;
}
.navigatore .cont-cerca  {
	width: 157px;
	height: 31px;
	float: right;
	position: absolute;
	margin-right: 4px;
	top: 1px;
	right: 6px;
}
.navigatore .cont-cerca input[type="text"] {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	float: left;
	font-size: 12px;
	color: #B7B7B7;
	width: 150px;
	border: 1px solid #DFE3E3;
	background-color: #FFF;
	background-image: url(../images/bg/bg-field.png);
	background-repeat: no-repeat;
	background-position: -2px -2px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	height: 15px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	margin-bottom: 2px;
}
.navigatore .cont-cerca .button-cerca  {
	position: absolute;
	right: 0px;
	z-index: 2;
	bottom: 0px;
}
.navigatore .social {
	height: 25px;
	width: 306px;
	position: absolute;
	right: 140px;
	display: block;
	top: 8px;
}
.main {
	width: 990px;
	margin-top: 14px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
}
.main .box-float {
	height: 293px;
	width: 487px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #dcdcdc;
}

.lato-sx  {
	width: 641px;
	float: left;
	/* [disabled]min-height: 800px; */
	/* [disabled]background-color: #F2F2F2; */
}
.lato-sx .box-1  {
    overflow: hidden;
	padding: 15px;
	background-color: #FFF;
	position: relative;
	height: 292px;
}
.lato-sx .box-1 .blocco  {
	height: 292px;
	width: 612px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.lato-sx .box-1 .blocco .div-oscuro {
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
	height: 292px;
	width: 230px;
	z-index: 2;
	top: 0px;
	right: 0px;
	position: absolute;
	background-color: #000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
.link-vetrina {
	line-height: 20px;
    padding-top: 0px;
    padding-bottom: 4px;
	position: absolute;
	z-index: 3;
	top: 8px;
	right: 14px;
	width: 200px;
}
.lato-sx .box-1 .blocco h1[class="link-vetrina"] a, 
.lato-sx .box-1 .blocco h1[class="link-vetrina"] a:link, 
.lato-sx .box-1 .blocco h1[class="link-vetrina"] a:active, 
.lato-sx .box-1 .blocco h1[class="link-vetrina"] a:visited {
	color: #FFF;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 23px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
} 
.lato-sx .box-1 .blocco h1[class="link-vetrina"] a:hover {
	color: #ffcc33;
}
.lato-sx .box-1 .blocco .testo {
	color: #FFF;
	position: absolute;
	top: 114px;
	right: 14px;
	z-index: 3;
	font-size: 14px;
	width: 200px;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.lato-sx .box-1 .blocco #d-news a, 
.lato-sx .box-1 .blocco #d-news a:link, 
.lato-sx .box-1 .blocco #d-news a:active, 
.lato-sx .box-1 .blocco #d-news a:visited {
	position: absolute;
	right: 140px;
	bottom: 30px;
	display: block;
	z-index: 3;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 13px;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../images/bg/bg-button.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-bottom-color: #bfbfbf;
	border-left-color: #d9d9d9;
}
 
.lato-sx .box-1 .blocco #d-news a:hover {
	background-image: url(../images/bg/bg-button-hover.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #666;
}
.lato-sx .box-2 {
	width: 469px;
	border: 1px solid #dcdcdc;
	background-color: #FFF;
	float: left;
	position: relative;
}
.box-2-cor {
	width: 641px !important;
}
.news {
	margin: 11px;
}
.news .img-articolo {
	width: 618px;
	height: 250px;
	overflow: hidden;
	position: relative;
}
.news .titolo-articolo {
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 27px;
	color: #FF9900;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.news .testo-articolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #464646;
	line-height: 20px;
	padding-bottom: 60px;
	display: block;
	min-height: 283px;
}
.news .data-articolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #777;
	display: block;
	margin-top: 18px;
	position: absolute;
	right: 11px;
	bottom: 16px;
}
.news .div-social {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #777;
	display: block;
	margin-top: 18px;
	position: absolute;
	bottom: 12px;
	left: 10px;
}
.news-cat {
	/* [disabled]min-height: 838px; */
	margin-top: 11px;
	margin-right: 11px;
	margin-bottom: 11px;
	margin-left: 0px;
	padding-bottom: 64px;
}
.n1 {
	float: left;
	width: 225px;
}
.n1 a[class='titolo'] {
	font-size: 16px;
	font-weight: bold;
	font-family: "Open Sans Condensed", sans-serif;
	text-transform: uppercase;
	display: block;
	color: #333;
	text-decoration: none;
	line-height: 16px;
}
.n1 .img {
	height: 141px;
	width: 225px;
	overflow: hidden;
	display: block;
	margin-top: 9px;
	margin-bottom: 4px;
}
.n1 .testo {
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999;
}
.n1 .testo a {
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
	display: inline;
	margin-left: 7px;
	margin-top: 1px;
}
.left-11 {
	margin-left: 12px;
}
.box-2-cor .nd {
	border-bottom: 1px solid #E0E0E0;
	color: #999999;
	float: left;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	height: 116px;
	line-height: 16px;
	margin-left: 12px;
	width: 303px;
	position: relative;
}
.box-2-cor .nd .info-news,
.box-2-cor .n1 .info-news {
	display: block;
	position: absolute;
	height: 18px;
	margin-top: 5px;
	left: 0px;
	bottom: 4px;
	width: 303px;
	color: #C1C1C1;
	font-family: Arial;
	font-size: 11px;
}
.box-2-cor .nd .info-news .data, 
.box-2-cor .n1 .info-news .data {
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
}
.box-2-cor .nd .info-news .commenti,
.box-2-cor .n1 .info-news .commenti {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: url(../images/icone/icona-commenti.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding-right: 18px;
}
.box-2-cor .n1 {
	border-bottom: 1px solid #E0E0E0;
	/*height: 350px;*/
	height: 276px;
	position: relative;
	float: left;
	width: 303px;
	margin-bottom: 14px;
}
.box-float .n1 a[class='titolo'], 
.box-float .n1 a[class='titolo']:link, 
.box-float .n1 a[class='titolo']:visited, 
.box-float .n1 a[class='titolo']:active, 
.box-2 .n1 a[class='titolo'], 
.box-2 .n1 a[class='titolo']:link, 
.box-2 .n1 a[class='titolo']:visited, 
.box-2 .n1 a[class='titolo']:active, 
.box-2-cor .n1 a[class='titolo'], 
.box-2-cor .n1 a[class='titolo']:link, 
.box-2-cor .n1 a[class='titolo']:visited, 
.box-2-cor .n1 a[class='titolo']:active {
	font-size: 16px;
	font-weight: bold;
	font-family: "Open Sans Condensed", sans-serif;
	text-transform: uppercase;
	display: block;
	color: #333;
	text-decoration: none;
	line-height: 16px;
}
.box-float .n1 a[class='titolo']:hover, 
.box-2 .n1 a[class='titolo']:hover, 
.box-2-cor .n1 a[class='titolo']:hover {
	color: #f5cb21;
}
.box-float .nd a[class='titolo'],
.box-float .nd a[class='titolo']:link,
.box-float .nd a[class='titolo']:visited,
.box-float .nd a[class='titolo']:active,
.box-2 .nd a[class='titolo'],
.box-2 .nd a[class='titolo']:link,
.box-2 .nd a[class='titolo']:visited,
.box-2 .nd a[class='titolo']:active,
.box-2-cor .nd a[class='titolo'],
.box-2-cor .nd a[class='titolo']:link,
.box-2-cor .nd a[class='titolo']:visited,
.box-2-cor .nd a[class='titolo']:active {
	font-size: 13px;
	font-weight: bold;
	font-family: "Open Sans Condensed", sans-serif;
	text-transform: uppercase;
	display: block;
	color: #333;
	text-decoration: none;
	line-height: 16px;
}
.box-float .nd a[class='titolo']:hover,
.box-2 .nd a[class='titolo']:hover, 
.box-2-cor .nd a[class='titolo']:hover {
	color: #f0bc20;
}
.box-2-cor .n1 .img {
	height: 141px;
	width: 301px;
	overflow: hidden;
	display: block;
	margin-top: 9px;
	margin-bottom: 4px;
}
.box-2-cor .n1 .testo {
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999;
}
.box-2-cor .n1 .testo a {
	font-size: 11px;
	color: #C30;
	text-decoration: none;
	display: inline;
	margin-left: 7px;
	margin-top: 1px;
}
.nd {
	float: right;
	width: 205px;
	height: 85px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	line-height: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999;
}
.nd-cor {
	width: 244px !important;
}
.nd a[class='titolo'], .nd-cor a[class='titolo'] {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 2px;
	margin-top: 6px;
	font-family: "Open Sans Condensed", sans-serif;
	color: #333;
	text-decoration: none;
}
.border-no {
	border: 0px !important;
}
.testata {
	height: 30px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	margin-bottom: 13px;
}
.testata .titolo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	background-color: #FFF;
	display: block;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 16px;
	color: #333;
	padding-right: 8px;
	font-weight: bold;
	text-transform: uppercase;
}
.testata .barra {
	position: absolute;
	left: 0px;
	top: 10px;
	height: 3px;
	display: block;
	z-index: 0;
	width: 100%;
}
.colore-barra-verde {
	background-color: #A7D61B;
}
.colore-barra-blu {
	background-color: #8a245f;
}
.colore-blu {
	color: #f1b538;
}

.colore-barra-rosso {
	background-color: #CC3333;
}
.colore-barra-lilla {
	background-color: #9966CC;
}
.colore-barra-grey {
	background-color: #999999;
}
.colore-barra-rosa {
	background-color: #FF66CC;
}
.lato-sx .banner {
	height: 600px;
	width: 160px;
	float: right;
}
.lato-dx  {
	width: 336px;
	float: right;
	min-height: 800px;
	/* [disabled]background-color: #D8D8D8; */
}
.main .lato-dx .banner {

}
.box  {
	background-color: #FFF;
	padding: 14px;
	border: 1px solid #dcdcdc;
}
.box ul {
	margin: 0;
	padding: 0;
}
.box ul li {
    background-image: url("../images/pulsanti/freccia-menu.png");
    background-position: left center;
    background-repeat: no-repeat;
    list-style-type: none;
    padding: 3px 2px 3px 22px;
}
.lato-dx .box .contenitore-notizia {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	margin-bottom: 14px;
	padding-bottom: 44px;
	line-height: 19.5px;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	position: relative;
}
.contenitore-notizia a[class='leggi'], 
.contenitore-notizia a[class='leggi']:link, 
.contenitore-notizia a[class='leggi']:active, 
.contenitore-notizia a[class='leggi']:visited {
	position: absolute;
	bottom: 10px;
	display: block;
	z-index: 3;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 13px;
	color: #777777;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../images/bg/bg-button.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-bottom-color: #bfbfbf;
	border-left-color: #d9d9d9;
	left: 0px;
}
 
.contenitore-notizia a[class='leggi']:hover {
	background-image: url(../images/bg/bg-button-hover.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #666;
}

.lato-dx .box .contenitore-notizia a[class='titolo'], 
.lato-dx .box .contenitore-notizia a[class='titolo']:link, 
.lato-dx .box .contenitore-notizia a[class='titolo']:active, 
.lato-dx .box .contenitore-notizia a[class='titolo']:visited {
	font-size: 18px;
	line-height: 16px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 8px;
	font-family: "Open Sans Condensed", sans-serif;
	color: #8a245f;
	font-weight: bold;
	text-decoration: none;
} 
.lato-dx .box .contenitore-notizia a[class='titolo']:hover {
	color: #666;
}
.footer {
	height: 140px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E6E6E6;
	border-left-color: #E6E6E6;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #8a245f;
}
.s-footer {
	background-color: #8a245f;
	padding: 6px;
	height: 49px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E6E6E6;
	border-left-color: #E6E6E6;
	background-image: url(../images/bg/bg-navbar.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 20px;
}
.s-footer .logo-agency {
	float: left;
	height: 49px;
	width: 236px;
	margin-right: 10px;
}
.s-footer .dati-sito {
	float: left;
	height: 49px;
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
	padding-top: 1px;
}
.box-mini-footer {
	width: 203px;
	margin-left: 15px;
	height: 120px;
	float: left;
	padding-bottom: 3px;
	margin-top: 16px;
	line-height: 17px;
	font-size: 13px;
	background-image: url(../images/bg/ombra-verticale.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.box-help {
	width: 296px;
	margin-left: 17px;
	height: 120px;
	float: left;
	padding-bottom: 3px;
	margin-top: 12px;
}
.box-help ul {
	margin: 0px;
	padding: 0px;
}
.box-help ul li {
	list-style-type: none;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
}
.box-help h3 {
	font-size: 20px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D9DADD;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-family: 'Open Sans Condensed', sans-serif;
}
.footer a:link, .footer a:active, .footer a:visited {
	color: #999999;
	background-image: url("../images/icone/freccia-mini.png");
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 17px;
}
.footer a:hover {
	color: #ffcc33;
	text-decoration: underline;
}
.data-vetrina {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	display: block;
	position: absolute;
	bottom: 64px;
	left: 396px;
	z-index: 3;
	/* [disabled]background-color: #FC6; */
	background-image: url(../images/icone/clock_bianco.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	padding-top: 1px;
}
.ok {
	color: #4A6707;
	background-color: #E8FABC;
	background-image: url(../images/icone/icona-check-verde.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9F037;
	font-size: 16px;
}
.errore {
	color: #6F0003;
	background-color: #FDCECF;
	background-image: url(../images/icone/errore.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F84549;
	font-size: 16px;
}
.no-risultato-ricerca {
	color: #6F0003;
	background-color: #FDCECF;
	background-image: url(../images/icone/errore.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 8px 8px 8px 30px;
	border: 1px solid #F84549;
	font-size: 16px;
	margin: 12px;
}
.boxSm {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 12;
	margin-top: 18px;
	min-width: 260px;
	display: none;
	padding-top: 4px;
}
.boxSm a,
.boxSm a:link,
.boxSm a:active,
.boxSm a:visited {
	display: block !important;
	list-style-type: none !important;
	margin: 0px !important;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	background-color: #393939;
	background-image: none !important;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #494949;
}
.boxSm a:hover {
	display: block !important;
	list-style-type: none !important;
	margin: 0px !important;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	background-color: #8a245f;
}
.boxSm a span {
	text-transform: capitalize;
}
.freccia-sm {
	background-image: url(../images/bg/mini-freccia-menu.png) !important;
	background-repeat: no-repeat !important;
	background-position: right center !important;
}
.cont-banner-grey {
	background-color: #F7F7F7;
	text-align: center;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	margin-bottom: 14px;
}