/*

Author: Fabio Lombardo
Copyrights: © 2008 ilcittadinodimessina.it 2.0 

*/

/*  
======================================================
			 elementi generali del sito
======================================================
*/

BODY {
	background-image: url(../images/sfcontenuti.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 20px;
}

#contenitore{
	width: 100%;
	overflow: visible;
	margin:0;	
	background-image: url(../images/sfbody.jpg);
	background-repeat: repeat-x;
}

a:link{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

/*

======================================================
				  PARTE SUPERIORE   
======================================================
*/

#top{
	width: 100%;
	height: 122px;
	text-align:center;
	margin:0;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}

#logo {
	width: 300px;
	height: 60px;
	float:left;
}

/*   menu di servizio   */

#service_navcont{
	width: 600px;
	height: 60px;
	float:right;
}

#service_nav{
	width: 600px;
	height: 30px;
	margin:0;
	padding:0;
	font-size: 12px;
	letter-spacing: 1px;
	float: right;
	text-align: right;
}

#service_nav ul {
	height:30px;
	margin: 0;
	padding:0;
	text-align: right;
	display: inline;
	margin-right: 15px;
}

#service_nav li{
	height:30px;
	list-style-image: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ad8b61;
}

.service_nav_si{
	font-weight: bold;
}

.service_nav_si a:link{
	text-decoration: none;
	line-height: 20px;
	height:20px;	
	padding-top: 2px;
	padding-bottom:8px;
	padding-left:8px;
	padding-right:8px;	
	color: #ff6633;
}

.service_nav_si a:visited{	
	text-decoration: none;
	line-height: 20px;
	height:20px;	
	padding-top: 2px;
	padding-bottom:8px;
	padding-left:8px;
	padding-right:8px;
	color: #ff6633;
}

.service_nav_si a:hover{	
	text-decoration: none;
	line-height: 20px;
	height:20px;	
	padding-top: 2px;
	padding-bottom:8px;
	padding-left:8px;
	padding-right:8px;
	color: #ff6633;
}


.service_nav_no{
	font-weight: bold;
}

.service_nav_no a:link{
	text-decoration: none;
	line-height: 20px;
	height:20px;	
	padding-top: 2px;
	padding-bottom:8px;
	padding-left:8px;
	padding-right:8px;
	color: #666666;
}

.service_nav_no a:visited{
	text-decoration: none;
	line-height: 20px;
	height:20px;	
	padding-top: 2px;
	padding-bottom:8px;
	padding-left:8px;
	padding-right:8px;
	color: #666666;
}

.service_nav_no a:hover{
	text-decoration: none;
	line-height: 20px;
	height:20px;	
	padding-top: 2px;
	padding-bottom:8px;
	padding-left:8px;
	padding-right:8px;
	color: #ff6633;
}

/*   menu categorie giornale   */

#section_navcont{
	margin-top:60px;
	width: 900px;
	margin-left: -450px;
	left: 50%;
	position: absolute;
	height: 22px;
	text-align:center;
}

#section_nav{
	margin:0;
	height: 22px;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
}

#section_nav ul {
	width: 900px;
	text-align: center;
	display: inline;
}

#section_nav li{
	height:22px;
	line-height:22px;
	list-style-image: none;
	display: inline;
	margin-right: 10px;	
	text-indent: 0px;

}

.section_nav_si{
	font-weight: bold;
}

.section_nav_si a:link{
	text-decoration: none;	
	line-height: 22px;
	height:22px;	
	padding-top: 5px;
	padding-bottom:5px;
	padding-left:8px;
	padding-right:8px;
	color: #FFFFFF;
	background-image: url(../images/nav_si.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.section_nav_si a:visited{	
	text-decoration: none;	
	line-height: 22px;
	height:22px;	
	padding-top: 5px;
	padding-bottom:5px;
	padding-left:8px;
	padding-right:8px;
	color: #FFFFFF;
	background-image: url(../images/nav_si.jpg);
	background-repeat: repeat-x;
	background-position: center top;

}

.section_nav_si a:hover{	
	text-decoration: none;	
	line-height: 22px;
	height:22px;
	padding-top: 5px;
	padding-bottom:5px;
	padding-left:8px;
	padding-right:8px;	
	color: #FFFFFF;
	background-image: url(../images/nav_si.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}


.section_nav_no{
	font-weight: bold;
	line-height: 22px;
	height:22px;
}

.section_nav_no a:link{
	text-decoration: none;
	line-height: 23px;
	height:22px;
	padding-top: 5px;
	padding-bottom:5px;
	padding-left:8px;
	padding-right:8px;
	color: #666666;
	background-image: url(../images/nav_no.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.section_nav_no a:visited{
	text-decoration: none;
	line-height: 23px;
	height:22px;
	padding-top: 5px;
	padding-bottom:5px;
	padding-left:8px;
	padding-right:8px;
	color: #666666;
	background-image: url(../images/nav_no.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.section_nav_no a:hover{
	text-decoration: none;
	line-height: 23px;
	height:22px;
	padding-top: 5px;
	padding-bottom:5px;	
	padding-left:8px;
	padding-right:8px;
	color: #ff6633;
	background-image: url(../images/nav_no.jpg);
	background-repeat: repeat-x;
	background-position: center top;	
}

/* campo di ricerca semplice */

#cerca {
	margin-top:95px;
	width: 320px;
	margin-left: -160px;
	left: 50%;
	position: absolute;
	height: 40px;
	text-align:center;
}


.cercainput {
	font-size: 11px;
	color: #333333;
	width: 230px;
	float:left;
	border: 1px solid #eeeeee;
}



/*
======================================================
      PARTE DI MEZZO (CONTENUTI EDITORIALI)   
======================================================
*/


#contenuti{
	width: 100%;
	margin:0;
	padding:0;
	float: left;
	overflow:visible;
	display:inline;
}

#titleofpage{
	width: 97%;
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
	text-align: left;
	font-family: "garamond", Times New Roman, Times, serif;
	line-height: 50px;
	height:50px;
	padding-left:1%;
	padding-right:1%;
}

#scrolltext{
	width: 97%;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-align: center;
	font-family: "garamond", Times New Roman, Times, serif;
	line-height: 50px;
	height:50px;
	padding-left:1%;
	padding-right:1%;
}

	/*colonna di sinistra*/
#colsx {
	float: left;
	width: 280px;
	padding:10px;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ad8b61;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ad8b61;
	background-color: #FFFFFF;
	margin-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ad8b61;
	background-color:#ffffff;
}

/* non usate
   eventuale suddivisionee in 2 sotto colonne
   
#colsx_a {
	float: left;
	width: 135px;
	height:160px;
	padding:0;
	display: inline;
}
#colsx_b {
	float: right;
	width: 135px;
	height:160px;
	padding:0;
	display: inline;
}
*/

	/*colonna di centro*/
	
#colcx {
	margin-left: 310px;
	margin-right: 210px;
	margin-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}


/*colonna di destra*/	
#coldx {
	float: right;
	width: 180px;
	padding:10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ad8b61;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ad8b61;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ad8b61;
	margin-bottom:20px;
}

.banners{
	margin-bottom:10px;
	float: left;	
}

/*
======================================================
				     FOOTER   
======================================================
*/

#footer{
	
	background-image: url(../images/sffooter.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 122px;
	padding: 0;
	bottom:0;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #f3e9cc;
}

/*   menu di servizio footer   */

#service_nav_footer{
	width: 100%;
	height: 50px;
	margin:0;
	padding:0;
	font-size: 12px;
	letter-spacing: 1px;
	float: right;
	text-align: right;
}

#service_nav_footer ul {
	height:30px;
	margin: 0;
	padding:0;
	text-align: right;
	display: inline;
	margin-right: 15px;
}

#service_nav_footer li{
	height:30px;
	list-style-image: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ad8b61;
}

#infosite{
	text-align:center;	
	width: 100%;
	height: 80px;

}
#copy{
	text-align:center;
	width: 100%;
	height:50px;
	background-color:#f3e9cc;

}

/*  
======================================================
			 solo per home
======================================================
*/

/*   focus Centrale  */

.evid{
	float:left;
	width:100%;
	height:100%;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ad8b61;
	margin-bottom:10px;
}

.evid dl{
	padding:0;
}

.evid dt{
	width: 300px;
	float: left;
}

.evid dd{
	margin-left: 310px;
	vertical-align: top;
}

.imgevid{
	border:0;
	width:300px;
}

/*   News Centrali  */

#news_colcx{
	margin-right:190px;
	margin-left:1px;
	padding:0;
}

#other_colcx{
	float:right;
	width:180px;
	padding:0;
}

.subevid{
	float:left;
	width:100%;
	height:100%;
	padding-bottom:10px;

}

.subevid dl{
	height:85px;
	margin-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ad8b61;
}

.subevid dt{
	width: 105px;
	float: left;
}

.subevid dd{
	margin-left: 110px;
	vertical-align: top;
}

.imgsubevid{
	width:100px;
	height:70px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.data {
	float: left;
	font-size: 11px;	
	color:#FF6600;
	TEXT-DECORATION: none;
}

data a:link {
	color:#FF6600;
	TEXT-DECORATION: none;
}

data a:visited {
	color:#FF6600;
	TEXT-DECORATION: none;
}

data a:hover {
	color:#FF6600;
	
	TEXT-DECORATION: none;
}

.title {
	float: left;
	font-size: 18px;
	line-height:20px;
	/*color: #FF6600;*/
	color: #0099FF;
	font-family: "garamond", Times New Roman, Times, serif;
	TEXT-DECORATION: none;
}

title a:link {
	color: #0099FF;
	TEXT-DECORATION: none;
}

title a:visited {
	color: #0099FF;
	TEXT-DECORATION: none;
}

title a:hover {
	color: #0099FF;
	TEXT-DECORATION: none;
}

.articolo {
	float: left;
	font-size: 12px;
	padding-bottom:10px;
	TEXT-DECORATION: none;
	color:#333333;
	text-align:justify;
}

articolo a:link {
	color:#333333;
	TEXT-DECORATION: none;
}

articolo a:visited {
	color:#333333;
	TEXT-DECORATION: none;
}

articolo a:hover {
	color:#333333;
	TEXT-DECORATION: none;
}


/* box verticale - sport */

.imgvertbox{
	width:170px;
	float: left;
	border:0;
	margin-bottom:5px;
	margin-top:5px;

}

.boxcolcxtit{
	float: left;
	width:98%;
	height:27px;
	line-height:25px;
	text-align:left;
	padding-left:2%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/sftitbox_gray.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ad8b61;
	border-left-color: #ad8b61;
	color: #0099FF;
}

.boxcolcx{
	width: 100%;
	padding:0;
	float: left;
	display: inline;
	margin-bottom:10px;
	background-image: url(../images/sfbox_gray.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ad8b61;
	border-left-color: #ad8b61;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ad8b61;
}

.boxcolcx dl{
	margin-top:2px;
	padding:0;
	width: 278px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ad8b61;
	height:70px;	
}

.boxcolcx dt{
	padding:0;
	width: 85px;
	float: left;
	height: 65px;		
}

.boxcolcx dd{
	padding:0;
	margin-left: 90px;
	width: 187px;
	height: 65px;
	vertical-align: top;
}

.moreboxcolcx{
	padding-right:10px;
	width:269px;
	height:20px;
	float: left;
	margin-bottom: 20px;
	text-align:right;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
}

moreboxcolcx a:link {
	COLOR: #8d896b;
	TEXT-DECORATION: none;
}

moreboxcolcx a:visited {
	COLOR: #8d896b;
	TEXT-DECORATION: none;
}

moreboxcolcx a:hover {
	COLOR: #87a309;
	TEXT-DECORATION: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #87a309;
}

.morelong{
	width:100%;
	height:30px;
	float: right;
	margin-bottom: 10px;
	text-align:right;
}

morelong a:link {
	COLOR: #8d896b;
	TEXT-DECORATION: none;
}

morelong a:visited {
	COLOR: #8d896b;
	TEXT-DECORATION: none;
}

morelong a:hover {
	COLOR: #87a309;
	TEXT-DECORATION: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #87a309;
}


.sport{
	float:left;
	width:170;
	height:100%;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;

}


.boxpdv{
	width: 180px;
	height:90px;
	padding-top:70px;
	float: left;
	display: inline;
	margin-bottom:10px;
	background-image: url(../images/pdv.gif);
	background-repeat: no-repeat;
	border: 1px solid #ad8b61;
}

/*  modulo  appuntamenti  in home page */


.boxapptit{
	float: left;
	width:98%;
	height:27px;
	line-height:25px;
	text-align:left;
	color:#0099FF;
	padding-left:2%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/sftitbox_gray.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
}

.boxapp{
	width: 100%;
	padding:0;
	float: left;
	display: inline;
	margin-bottom:10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #FFFFFF;
	background-image: url(../images/sfbox_gray.jpg);
	background-repeat: repeat-x;
}

.boxapp dl{
	margin-top:5px;
	width: 96%;
	padding-left:2%;
	padding-right:2%;
	text-indent: 0px;
	float:left;
	display: inline;	
}

.boxapp dd{
	width: 100%;
	margin-bottom:10px;
	margin-left:0;
	text-indent: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


#goto {
	clear:both;
	height: 30px;
	padding-bottom: 5px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}




/*   News Colonna sinistra  */

.boxsectit{
	float: left;
	width:270px;
	height:27px;
	line-height:25px;
	text-align:left;
	color:#FF6600;
	padding-left:10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/sftitbox_gray.jpg);
	background-repeat: repeat-x;
}

.boxsec{
	width: 280px;
	height:170px;
	padding:0;
	float: left;
	display: inline;
	background-image: url(../images/sfbox_gray.jpg);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
}



.boxsec dl{
	margin-top:5px;
	padding:0;
	width: 280px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	height:70px;
	
}

.boxsec dt{
	padding:0;
	width: 85px;
	float: left;
	height: 65px;		
}

.boxsec dd{
	padding:0;
	margin-left: 90px;
	width: 185px;
	height: 65px;
	vertical-align: top;
}

.moreboxsec{
	padding-right:10px;
	width:269px;
	height:20px;
	float: left;
	margin-bottom: 20px;
	text-align:right;
}

moreboxsec a:link {
	COLOR: #8d896b;
	TEXT-DECORATION: none;
}

moreboxsec a:visited {
	COLOR: #8d896b;
	TEXT-DECORATION: none;
}

moreboxsec a:hover {
	COLOR: #ff6600;
	TEXT-DECORATION: none;
}

.imgboxsec{
	float: left;
	border:0;
	width:80px;
	height:60px;
}

.datasmall {
	float: left;
	width: 100%;
	font-size: 11px;
	/*color: #0099FF;	*/
	color:#FF6600;
	TEXT-DECORATION: none;
}

datasmall a:link {
	/*color: #0099FF;	*/
	color:#FF6600;
	TEXT-DECORATION: none;
}

datasmall a:visited {
	/*color: #0099FF;	*/
	color:#FF6600;
	TEXT-DECORATION: none;
}

datasmall a:hover {
	/*color: #0099FF;	*/
	color:#FF6600;
	TEXT-DECORATION: none;
}


.titlesmall {
	float: left;
	width: 100%;
	font-size: 16px;
	/*color: #FF6600;*/
	color: #0099FF;
	font-family: "garamond", Times New Roman, Times, serif;
	TEXT-DECORATION: none;
}

titlesmall a:link {
	/*color: #FF6600;	*/
	color: #0099FF;
	TEXT-DECORATION: none;
}

titlesmall a:visited {
	/*color: #FF6600;	*/
	color: #0099FF;
	TEXT-DECORATION: none;
}

titlesmall a:hover {
	/*color: #FF6600;	*/
	color: #0099FF;
	TEXT-DECORATION: none;
}


/*  BREVI in HOME   */

.boxsecslidetit{
	float: left;
	width:269px;
	height:27px;
	line-height:25px;
	text-align:left;
	color:#FF6600;
	padding-left:10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/sftitbox_gray.jpg);
	background-repeat: repeat-x;
 	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}


.boxsecslide{
	width: 279px;
	height:80px;
	padding:0;
	float: left;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	background-image: url(../images/sfbox_gray.jpg);
	background-repeat: repeat-x;
	background-color:#FFFFFF;

}


.contentslide{
	padding: 8px;
	width: 260px;
	height: 80px;
}

.contentslide .opacitylayer{ 
	width: 100%;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.contentslide .contentdiv{
	display: none;
}

.pagination{
	width: 280px; 
	text-align: right;
	margin-bottom:20px;

}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 280px; /*IE5 width*/
	w\idth: 280px; /*IE6 width*/
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #FF6600;
	background-color: white;
	font-weight: bold;	
}

.pagination a:hover, .pagination a.selected{
	color: #FFFFFF;
	background-color: #FF6600;
	font-weight: bold;	
}


#collabora{
	width: 280px;
	height:200px;
	padding:0;
	float: left;
	display: inline;
	background-image: url(../images/bannersam.jpg);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#addnews {
	margin-top: 65px;
	margin-right: 10px;
	margin-left:155px;
	height: 25px;
	width: 115px;
	line-height:25px;
	float:right;
	text-align:center;
	display:inline;	
}

#addnews a:link {
	color:#ffffff;
	TEXT-DECORATION: none;
}

#addnews a:visited {
	color:#ffffff;
	TEXT-DECORATION: none;
}

#addnews a:hover {
	color:#0099FF;
	TEXT-DECORATION: none;
}


#addapp {
	margin-top: 10px;
	margin-right: 10px;	 
	margin-left:155px;
	height: 25px;
	width: 115px;
	line-height:25px;
	float:right;
	text-align:center;
	display:inline;	
}

#addapp a:link {
	color:#ffffff;
	TEXT-DECORATION: none;
}

#addapp a:visited {
	color:#ffffff;
	TEXT-DECORATION: none;
}

#addapp a:hover {
	color:#0099FF;
	TEXT-DECORATION: none;
}


/*  
======================================================
			Per sezione News
======================================================
*/

.imgnews{
	border:0;
	width:300px;
	text-align:left;
	margin-right:10px;
	margin-bottom:10px;
}

.datanews {
	font-size: 11px;
	color: #FF6600;
}

.titlenews {
	font-size: 28px;
	line-height:30px;
	color: #0099FF;	
	font-family: "garamond", Times New Roman, Times, serif;
	margin-bottom:10px;
}

.articolonews {
	font-size: 12px;
	padding-bottom:10px;
	color:#333333;
	text-align:justify;
}


.boxcolsx_newstit{
	float: left;
	width:98%;
	height:27px;
	line-height:25px;
	text-align:left;
	color:#ff6600;
	padding-left:2%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/sftitbox_gray.jpg);
	background-repeat: repeat-x;
}

.boxcolsx_news{
	width: 100%;
	padding:0;
	float: left;
	display: inline;
	margin-bottom:10px;
}

.boxcolsx_news dl{
	margin-top:2px;
	padding:0;
	width: 278px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	height:70px;	
}

.boxcolsx_news dt{
	padding:0;
	width: 85px;
	float: left;
	height: 65px;		
}

.boxcolsx_news dd{
	padding:0;
	margin-left: 90px;
	width: 185px;
	height: 65px;
	vertical-align: top;
}

/* immagine in cerca */


.imgcerca{
	float: left;
	border:0;
	width:120px;
	margin:20px;
}

/*  
======================================================
			Per Sport
======================================================
*/



/*   menu sub categorie sport   */



#section_sport{
	float:left;
	display: inline;

}

#section_sport ul {
	width: 280px;
	padding:0px;		
	margin:0px;
	float:left;
	text-align: left;
	text-indent: 0px;
	display: inline;
	background-color: #ffffff;
	background-image: url(../images/sfmenusport.jpg);
	background-repeat: repeat-x;
}

#section_sport li{
	width: 280px;
	height:27px;
	float:left;
	list-style:none;
	margin-bottom:0px;
		

}

.section_sport_no{
	font-size: 12px;
	line-height:25px;
	width:100%;
	font-weight: bold;
	margin-left:0px;
}

.section_sport_no a:link{
	height:27px;
	width: 260px;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	background-image: url(../images/sfmenusport.jpg);
	background-repeat: repeat-x;
	padding-left:20px;
}

.section_sport_no a:visited{
	height:27px;
	width: 260px;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	background-image: url(../images/sfmenusport.jpg);
	background-repeat: repeat-x;
	padding-left:20px;
}

.section_sport_no a:hover{
	height:27px;
	width: 260px;
	color: #FF6600;
	text-decoration: none;
	display:block;
	background-image: url(../images/sfmenusport.jpg);	
}

.section_sport_si{
	line-height:25px;
	width:100%;
	font-weight: bold;
	margin-left:0px;
}

.section_sport_si a:link{
	height:27px;
	width: 260px;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	background-image: url(../images/sfmenusportsi.jpg);
	background-repeat: repeat-x;
	padding-left:20px;
}

.section_sport_si a:visited{
	height:27px;
	width: 260px;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	background-image: url(../images/sfmenusportsi.jpg);
	background-repeat: repeat-x;
	padding-left:20px;
}

.section_sport_si a:hover{
	height:27px;
	width: 260px;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	background-image: url(../images/sfmenusportsi.jpg);
}
#footer_section_sport{
	float:left;
	display: inline;
	height:56px;
	width: 280px;
	color: #FFFFFF;
	display:block;
	background-image: url(../images/sfbox_gray.jpg);
	background-repeat:repeat-x;
	margin-bottom:20px;
}

/*  
======================================================
			Per redazione
======================================================
*/

/* sottocolonne di centro con bordo e titoli 50% non usate */

#colcx_a {
	float: left;
	width: 48%;
	padding:0;
	display: inline;
}

#colcx_b {
	float: right;
	width: 48%;
	padding:0;
	display: inline;
}

.redazione_tit{
	float: left;
	width:98%;
	height:27px;
	line-height:25px;
	text-align:left;
	color:#666666;
	padding-left:2%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/sftitbox_gray.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
}

.redazione_block{
	width: 100%;
	padding:0;
	float: left;
	display: inline;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	margin-bottom:10px;
	background-image: url(../images/sfbox_gray.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.redazione_block dl{
	margin-top:2px;
	padding-left:2%;
	padding-right:2%;
	width: 96%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	height:20px;	
}

.redazione_block dt{
	padding:0;
	width: 120px;
	float: left;
	height: 20px;		
}

.redazione_block dd{
	padding:0;
	margin-left: 90px;
	height: 20px;
	vertical-align: top;
}


/*  
======================================================
			 solo contatti
======================================================
*/


/* include contatti  */


#contactform {
	overflow: visible;
	margin-top: 30px;
	width: 430px;
	margin-left:auto;
	margin-right:auto;
}


#contactform b{
	color:#990000;
	font-size:12px;
}

fieldset {
	float:left;
	width:430px;
	height: 30px;
}

label {
	float:left;
	width:140px;
	display: inline;
	margin-right: 10px;
	line-height:20px;
	font-size: 11px;
	text-align:right;
}

.input {
	border: 1px solid #FF6600;
	width:270px;
	color:#000000;
	margin-bottom:3px;
}

.notaform {
	width:430px;
	font-size: 10px;
}
#inviomodulo {
	width:430px;
	margin-top:30px;
	text-align:center;
}


/*  
======================================================
			 solo iscrizione
======================================================
*/


/* include contatti  */


.formsection {
	margin-top:10px;
	margin-bottom:10px;
	width: 430px;
	text-align:center;
 	font-weight: bold;
}


/* pop up flashnews e richiesta password via mail */ 

#popup{
	width: 100%;
	float:left;
	padding:0px;
}

#popup_top{
	width: 100%;
	height:86px;
	padding:0px;
	float:left;
	overflow: visible;
	margin:0;	
	background-image: url(../images/sfbody.jpg);
	background-repeat: repeat-x;
}

#logopopup{
	width: 300px;
	height:86px;
	padding:0px;
	float:left;
	overflow: visible;
	margin:0;	
	background-image: url(../images/logo.jpg);
	background-repeat: repeat-x;
}

#popup_testo{
	float:left;
	width: 480px;
	padding:10px;
	margin-top:10px;
}

/*  
======================================================
			 solo fotogalley
======================================================
*/

.imggallery{
	border: 3px solid #cccccc;
	margin: 0.5em;
	width:130px;
}

.imggallery:hover{
	border: 3px solid #FF9900;
	width:130px;
}

.subgallery{
	padding:1%;
	width:95%;
	height:20px;
	margin: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
}


/*  
======================================================
			 video gallery
======================================================
*/

#player {
	float:left;
	width:100%;
	height:100%;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ad8b61;
	margin-bottom:10px;
}

#vplayer {
	float:left;
	margin-right:10px;
}

/*  
======================================================
			 rassegna stampa
======================================================
*/


.dhtmlgoodies_tree{
	margin:0px;
	padding:0px;
}

.dhtmlgoodies_tree ul{	/* Sub menu groups */
	margin-left:5px;	/* Left spacing */
	padding-left:0px;
	display:none;	/* Initially hide sub nodes */
}

.dhtmlgoodies_tree li{	/* Nodes */
	list-style-type:none;
	vertical-align:middle;
}

.dhtmlgoodies_tree li a{	/* Node links */
	color:#000;
	text-decoration:none;
	font-family:arial;
	font-size:0.8em;
	padding-left:2px;
}

.linea {
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

