BODY {	
	padding:0px 0px 0px 0px;
	margin: 0px; 
	position: relative; 
	background:#fff;
	font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: 11px;
		}
BODY,HTML { 
	margin:0px;
	height:100%;
}

A {
	color: #666;	
	text-decoration: none;
}
A:hover	{
	text-decoration: underline;
	color: #666;	
}

#flashContent {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;	
	margin:0px 0 0 0px;
	border:0px solid #FF9900;	
}
.altFlash {
	position:absolute;
	width:935px;
	left:50%;
	margin:20px 0px 0px -467px;
	font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT:normal;
	COLOR: #666;
	text-align: center;
	border:0px solid #000;
}
.altFlash A {
	color: #666;	
	text-decoration: none;
	margin:0px 4px 0px 4px;
}
.altFlash A:hover	{
	text-decoration: underline;
	color: #666;
}
.altFlash H1{
	font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: 11px;
	line-height:1.6em;
	FONT-WEIGHT:normal;
	COLOR: #666;
	text-align: left;
}

#footer {
	z-index:600;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	/*height:60px;*/
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	text-align:center;
	border:0px solid #FF9900;
	line-height:1.8em;
	color:#666;
}

#main {
	z-index:700;
	position:absolute;
	width:960px;
	height:350px;
	left:50%;
	top:50%;
	margin:-225px 0px 0px -480px;
	border:0px solid #999;
}
#main2 {
	z-index:700;
	position:absolute;
	width:960px;
	height:350px;
	left:50%;
	top:50%;
	margin:-265px 0px 0px -480px;
	border:0px solid #999;
}

/*////////////////////////////////////////////////*/
/* NEWS                                           */
/*////////////////////////////////////////////////*/

.menuNews{
	position:relative;
	float:left;
	width:270px;
	height:370px;
	margin:0px 40px 0px 0px;
	border-right:0px solid #D9D9D9;
}
.menuNews ul{
	margin: 0px;
	padding: 20px 0px 0px 0px;
	width: 270px; /* Width of Menu Items */
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size:12px;
}
	
.menuNews ul li{
	position: relative;
	line-height:1.3em;
	list-style: none  !important;
	margin: 0px  !important;
	padding: 0px  !important;
	padding-top: 6px  !important;
	padding-bottom: 6px  !important;
	width: 260px;
}
	
.menuNews ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #666 !important;
	text-decoration: none;
	padding: 0px 0px 0px 20px;
}
/* livello 1 */

 a.livello1 {
	text-decoration:none !important;
} 
a.livello1:visited{
	text-decoration:none !important;
}
a.livello1:hover{
	background:url("arrow_red.gif") no-repeat 8px 4px;
	color: #cc0000 !important;
	text-decoration:none !important;
	line-height:1.3em;
}
/**/
a.sel1,
a.sel:visited,
a.sel:hover,
a.sel:active,
a.sel:link {
	background:url("arrow_red.gif") no-repeat 8px 4px;
	color: #cc0000 !important;
	text-decoration:none !important;
	line-height:1.3em;
}

#containerAdvertising{
	position:relative;
	float:left;
	width:650px;
	height:390px;
	margin:0px 0px 0px 0px;
	border:0px solid #D9D9D9;
	/*background:#D9D9D9;*/
}
#containerAdvertising .riga{
	position:relative;
	float:left;
	width:650px;
	height:170px;
	margin:0px 0px 0px 0px;
	padding:8px 0px 8px 0px;
	border-bottom:1px solid #CCD7E1;
}
#containerAdvertising .riga .testo{
	position:absolute;
	bottom:8px;
	right:0px;
	/*float:left;*/
	margin:0px 20px 0px 0px;
	width:180px;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#8BA2B7;
	text-align:right;
}
#containerAdvertising .riga img{
	float:left;
	margin:0px 20px 0px 0px;
	border:1px solid #CCD7E1;
}

#containerNews{
	position:relative;
	float:left;
	width:650px;
	height:370px;
	margin:0px 0px 0px 0px;
	border:0px solid #D9D9D9;
}

/* LISTA ////////////////////////////////////////////////////////////////////////*/

#bloccoNews {
	float:left;
	width:300px;
	height:100px;
	margin:30px 25px 0px 0px;
	border:0px solid #D9D9D9;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size:11px;
	color:#666;
}
#bloccoNews .foto{
	position:relative;
	float:left;
	width:100px;
	height:100px;
	margin:0px 10px 0px 0px;
	overflow:hidden;
	border:1px solid #CCD7E1;
}
#bloccoNews .foto img{
	position:absolute;
	margin:-50px 0px 0px -50px;
	top:50%;
	left:50%;
}
#bloccoNews span{
	color:#003867 !important;
	font-size:10px !important;
	line-height:1.5em;
}
#bloccoNews H3{
	color:#003867;
	font-size:12px;
	font-weight:bold;
	margin:10px 0px 3px 0px;
}
#bloccoNews p{
	margin:0px 0px 0px 0px;
}

/* DETTAGLIO ////////////////////////////////////////////////////////////////////*/

#dettNews {
	float:left;
	width:650px;
	height:240px;
	margin:20px 0px 0px 0px;
	border:0px solid #D9D9D9;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size:11px;
	color:#666;
	line-height:1.4em;
}
#dettNews .foto{
	position:relative;
	float:left;
	width:240px;
	height:240px;
	margin:0px 30px 0px 0px;
	overflow:hidden;
	border:1px solid #CCD7E1;
}
#dettNews .foto img{
	position:absolute;
	margin:0px 0px 0px 0px;
	top:0px;
	left:0px;
}
#dettNews span{
	color:#003867;
	font-size:10px;
	line-height:1.8em;
}
#dettNews H3{
	color:#003867;
	font-size:16px;
	font-weight:bold;
	margin:10px 0px 3px 0px;
}

/* inizio scroller */
.scroll-pane {
	width:350px;
	height:242px;
	overflow:auto;
}
.scroll-pane A {
	text-decoration: underline;
	color: #003867;
}
.scroll-pane A:hover	{
	text-decoration: underline;
	color: #cc0000;	
}
.jScrollPaneTrack {
	background:#E2E2E2;
}
.jScrollPaneDrag {
	background: #003867;
}
a.jScrollArrowUp {
	background-color: #ffffff;
}
a.jScrollArrowUp:hover {
	background-color: #ffffff;
}
a.jScrollArrowDown {
	background-color: #ffffff;
}
a.jScrollArrowDown:hover {
	background-color: #ffffff;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-color: #ffffff;
}
/* fine scroller */

/*//*/

.newsTool{
	position:absolute;
	bottom:75px;
	right:20px;
	margin:0px;
	padding:0px;
	width:360px;
	border:0px solid #000;
}
UL.pdf-link{
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	border:0px solid #000;
	width:400px;
}
UL.pdf-link LI{
	display:block;
	float:left;
	border:0px solid #f2f2f2;
	padding:0px;
	margin:0px 25px 0px 0px;
	color:#cc0000;
	line-height:23px !important;
	height:23px !important;
	border-top:0px solid #dcdcdc;
	border-bottom:0px solid #dcdcdc
}
UL.pdf-link A{
	height:0px;
	padding:0em 0px;
	text-decoration:none !important;
	margin:0em 0em 0em 0em;
	padding:0px 0px 0px 0px;
	white-space:nowrap;
	display:inline;
	line-height:23px !important;
	height:23px;	
}
UL.pdf-link A:link,
UL.pdf-link A:visited{
	color:#cc0000;
	text-decoration:none !important
}
UL.pdf-link A:hover,
UL.pdf-link A:focus,
UL.pdf-link A:active{
	color:#cc0000;
	text-decoration:underline !important
}
UL.pdf-link LI.pdf {
	border-right:0px solid #dcdcdc;	
	padding:0 0 0 35px;
	display:block;
	background:url("ico_pdf.gif") no-repeat 0px 50%;
}
UL.pdf-link LI.download {
	border-right:0px solid #dcdcdc;	
	padding:0 0 0 32px;
	display:block;
	background:url("ico_download.gif") no-repeat 0px 50%;
}
UL.pdf-link LI.url {
	border-right:0px solid #dcdcdc;	
	padding:0 0 0 30px;
	display:block;
	background:url("ico_link.gif") no-repeat 0px 50%;
}

/*//*/

UL.nextBackNews{
	position:absolute;
	bottom:30px;
	left:0px;
	padding:0px 0px 0px 0px;	
	margin:0px 0px 0px 0px;
	color:#666;
	width:650px;
	border-top:1px solid #E2E2E2;
}

 UL.nextBackNews LI {
	list-style:none !important;
	float:left;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
	border-right:1px solid #666 !important;
	text-align:center !important;
}
 UL.nextBackNews LI A{
	color:#666;
	border:0px solid #999 !important;
	width:14px;
}
 UL.nextBackNews LI A:link,
 UL.nextBackNews LI A:visited{
	border:0px;
	text-decoration:none !important;
	color:#666;	
}
 UL.nextBackNews LI A:hover,
 UL.nextBackNews LI A:focus,
 UL.nextBackNews LI A:active{
	border:0px;
	text-decoration:underline !important;
	color:#cc0000;
}
 UL.nextBackNews LI.indietro{
	padding-right:8px;
	padding-left:8px;
	text-align:center;
}
 UL.nextBackNews LI.next{
	padding-right:8px;
	padding-left:8px;
	text-align:left;
	border:none !important;
	
}
 UL.nextBackNews LI.back{
	padding-left:8px;
	padding-right:8px;
	text-align:right;
}

A.off{
	cursor:default !important;
	color:#999 !important
}

/* PAGINATORE ///////////////////////////////////////////////////////////////////*/

.paginatore{
	position:absolute;
	clear:both;
	bottom:30px;
	left:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#666;
	width:650px;
	border:0px solid #ff9900;
	font: 11px/1.1em "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	height:20px;
	line-height:20px;
	display:block;
}
.paginatore DIV{
	float:left;
	width:116px !important;
	margin:0px 0px 0px 0px !important;
	padding:0px 0px 0px 0px;
}
.paginatore UL{
	float:right;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.paginatore LI {
	list-style:none !important;
	float:left;
	padding:0px 0px 0px 0px;
	/*border:1px solid #333 !important;*/
	margin:0px 1px 0px 1px;
	text-align:center;
	padding:0px 0px 0px 0px;
	line-height:18px !important;
	width:18px !important;
	font-size:11px;
	background:#FFF;
}
.paginatore LI A{
	color:#666 ;
	border:0px solid #dcdcdc !important;
	padding:0px 0px 0px 0px;
	font-weight:normal;
	font-family:"Trebuchet MS";
}
.paginatore LI A:link,
.paginatore LI A:visited{
	border:0px;
	text-decoration:none !important;
	color:#666;	
}
.paginatore LI A:hover,
.paginatore LI A:focus,
.paginatore LI A:active{
	border:0px;
	text-decoration:none !important;
	color:#cc0000;

}
.paginatore LI.arrow{
	font-size:10px !important;
	background:none;
	font-weight:normal
}
.paginatore LI.arrow A{
	padding:0px 0px 0px 0px;
}
.paginatore LI.arrow A:hover{
	background:none !important;
	color:#cc0000;
}
.paginatore LI.selected{
	color:#FFF;
	font-weight:normal;
	font-family:"Trebuchet MS";
	background:url("pallino.gif") no-repeat 0% 50% !important;
	padding:0px 0px 0px 0px;
	line-height:18px !important;
	width:18px !important;
	border-top:0px solid #333 !important;
	border-right:0px solid #333 !important;
	border-bottom:0px solid #333 !important;
	border-left:0px solid #333 !important;
}

/*////////////////////////////////////////////////*/
/* PUNTI VENDITA                                  */
/*////////////////////////////////////////////////*/

#colSx{
	position:relative;
	float:left;
	width:270px;
	height:340px;
	margin:10px 0px 0px 10px;
	border-right:0px solid #D9D9D9;
}
#colDx {
	position:relative;
	float:left;
	width:650px;
	height:340px;
	margin:0px 0px 0px 0px;
	border:0px solid #D9D9D9;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size:11px;
	color:#666;
	line-height:1.4em;
}
FORM{
	float:left;
	margin:0px;
	padding:0px;
}
.box-griglia{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	width:270px;
}
div.riga-griglia{
	width:100%;
	clear:left;
	border-top:0px solid #000;
	float:left;
	margin:0px 0px 0px 0px;
	padding:2px 0px 2px 0px; /* per Firefox */
	*padding:1px 0px 1px 0px; /* per IE 7 e 6 */
	_padding:1px 0px 1px 0px; /* per IE 6 */
}
div.riga-griglia div{
	float:left;	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#666;
	font-size:11px;
	line-height:1.5em;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	border:0px solid #f2f2f2;
}
div.riga-griglia div.cell-testo{
	width:80px;
	padding:5px 0px 0px 0px;
}

div.riga-griglia div.formAgree{
	width:250px;
	padding:0px 0px 0px 0px !important;
	border:0px solid #000
}
SELECT{
	margin: 0;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width:150px;
	height:20px;
	color:#666;
	line-height:20px;
	border-top: 0px solid #D2D2D2;
	border-right: 0px solid #eee;
	border-bottom: 0px solid #eee;
	border-left: 0px solid #D2D2D2;
	/*background:url("bg_select.gif") no-repeat 0px 0px;*/
}
OPTION{
	background:#fff;
	border-bottom:0px solid #000
}
.cerca{
	float:left;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.bott{
	color:#fff;
	padding:3px;
	width:64px;
	font-size:11px;
	font-weight:normal;
	background:url("bgBott.gif") no-repeat left top;
	cursor:hand;
	border:1px solid #fff;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
}
/*/////////////////////////////////////////////////*/
/* SITE MAP                                        */
/*/////////////////////////////////////////////////*/

UL#sitemap{
	width:400px !important;
	padding:0px 0px 0px 0px !important;
	margin:0px 0px 0px 0px !important;
	border-bottom:0px solid #fff;
	float:left;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
}
UL#sitemap LI{
	list-style:none;
	margin:0px 0px;
	padding:0px;
	font-weight:normal;	
	border:0px solid #F6EDF3;
	border-width:0px 0px 0px 0px;
	border-top:0px solid #fff;
	line-height:1.8em !important;
	color:#666;
}
LI.firstLevel{
	font-weight:700 !important;
	padding:3px !important;
}

UL#sitemap LI A{
	border:0px !important;
	background:url("arrow_red.gif") no-repeat 0% 50% !important;
	padding:0px 10px 0px 10px !important;
	line-height:1.4em !important;
	color:#666 !important;
}
UL#sitemap LI A:link,
UL#sitemap LI A:visited{
	text-decoration:none !important;
	color:#666 !important;
}
UL#sitemap LI A:hover,
UL#sitemap LI A:focus,
UL#sitemap LI A:active{
	text-decoration:underline !important;
	color:#cc0000 !important;
}
.noBorder{
	border:none !important;
	display: inline;
}

/*/////////////////////////////////////////////////*/
/* JOB                                             */
/*/////////////////////////////////////////////////*/

#lista {
	margin:0px 0px 0px 0px;
	padding:50px 0px 0px 0px;
	height:235px;
	width:650px;
	list-style:none;
	letter-spacing:normal;
	font-weight:bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	overflow:hidden;
	border:0px solid #ff9900;
}
#lista li {
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 15px;
	border-bottom:1px solid #CCD7E1;
	line-height:60px;
	min-height:60px;
	height:auto !important;
	height:32px;
}
#lista li a {
	display:block;
	color:#555555;
	padding-left:75px;
	padding-right:16px;
}
#lista li a span {
	display:block;
	position:absolute;
	top:0px;
	left:15px;
	width:75px;
	height:42px;
	color:#999999;
	font-weight:normal;
	font-size:9px;
	line-height:60px;
	letter-spacing:1px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	cursor:pointer;
}
#lista li a:hover {
	color:#cc0000;
	background:transparent url(images/freccia_avanti.gif) no-repeat right;
	text-decoration:none;
}
#lista li a:hover span {
	color:#003867;
	text-decoration:none;
}