﻿body {
	text-align: left;
	margin: 0;
	padding: 10px 0;
	line-height: 1.5em;
	background-color: /*#E8DBA7*/#F5EFD8;
	font-size: 100%;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #000;
	}
.sitetitle {
	font-family: georgia,times,serif;
	font-weight: normal;
	}
h1 {
	font:2.1em georgia,times,serif;
	font-weight: normal;
	margin: 0;
	line-height: 1.2em;
	letter-spacing:-1px;
	padding: 0;
	text-align: left;
	}
h2 {
	font:2em georgia,times,serif;
	font-weight: normal;
	line-height: 1.2em;
	letter-spacing:-1px;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #1F4D5D;
	}
h4 {
	font-family:1.6em georgia,times,serif;
	font-weight: normal;
	letter-spacing:0px;
	line-height: 1.2em;
	letter-spacing:-1px;
	margin: 0;
	padding: 0;
	text-align: left;
	}
h5 {
	font-family:1.4em georgia,times,serif;
	font-weight: normal;
	letter-spacing:0px;
	line-height: 1.2em;
	letter-spacing:-1px;
	margin: 0;
	padding: 0;
	text-align: left;
	}
h6 {
	font-family:1.2em georgia,times,serif;
	font-weight: normal;
	letter-spacing:0px;
	line-height: 1.2em;
	letter-spacing:-1px;
	margin: 0;
	padding: 0;
	text-align: left;
	}
h7 {
	font-family:1em georgia,times,serif;
	font-weight: normal;
	letter-spacing:0px;
	line-height: 1.2em;
	letter-spacing:-1px;
	margin: 0;
	padding: 0;
	text-align: left;
	}
code {
	font:'Courier New', Courier, Fixed;
	}
hr {
    display: block;	clear:both; color:#fff; border-bottom:1px dashed #ccc;
    }
div.hr {
    display: block;	clear:both; width:500px; height:1px
    }
a:link {
	text-decoration:none;
	}
a:visited {
	text-decoration:none;
	}
a:hover {
	text-decoration:none;
	}
a:active {
	text-decoration:none;
	}
p {
	margin-top: 0px;
	margin-bottom: 15px;
	}
abbr {
	border-bottom: 1px dashed #999; cursor: help;
	}
acronym {
	border-bottom: 1px dashed #999; cursor: help;
	}
* html acronym {
	border-bottom: 1px dashed #999; cursor: help;
	}
blockquote {
	padding-left: 10px;
	border-left: 5px solid #666;
    color: #666;
	}
.center {text-align: center;}
a img {
	border: none;
	}	
img a {
	border: none;
	}
* html ul li {height:1em;}
.nascosto{display:none;}

	
/*CONTENITORE ----------------------*/

#box {
	padding:5px;
	clear: both;
	width: 980px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #000;
	font-size:70%;
	}



/* NAVIGAZIONE ORIZZ-------------------------------------- */

#topnav {
	padding: 0;
	margin: 0;
	width:100%;
	background: /*#EBEEE3*/#B2B195;
	font-weight: bold;
	font-size:.8em;
	}
#topnav ul {
	width:500px;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	}
#topnav li {
	float: left;
	padding: 0;
	background-color:#CA0023;
	border-left:1px solid #fff;
	}
#topnav li a:link {
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	color:#fff;
	}
#topnav li a:visited {
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	color:#fff;
	}
#topnav li a:active  {
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	color: #fff;
	background: #4C4D51;
		}
#topnav li a:hover  {
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	color: #fff;
	background: #4C4D51;
		}



/* HEADER -------------------------------------- */

#header {
	width:980px;
	margin: 0 auto;
	padding:0;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background-color: #112233;
	}
#header .sitetitle {
	letter-spacing:-1px;
	line-height: 1.2em;
	padding: 42px 10px 0 10px;
	margin:0;
	color:#fff;
	text-align:left;
	font-weight: normal;
	font-family: georgia,times,serif;
	}
#header .description { 
	color:#fff;
	padding: 0 10px 42px 10px;
	margin:0;
	text-align:left;
	}
#header .description {
	text-indent:-10000em;
	position:absolute;
	display:none;
	}
#header .sitetitle {
	text-indent:-10000em;
	position:absolute;
	display:none;
	}
#topsearch {
	width:400px;
	float:right;
	padding: 5px 5px 0 0;
	margin:0;
	text-align:right;
	color:#fff;
	}




/*Navigazione orizz sotto la header------------------- */

#nav {
	padding: 0;
	margin: 0;
	background: /*#EBEEE3*/#B2B195;
	font-weight: normal;
	height:20px; /*-----da togliere se si dovesse rimettere il menu ul li----*/
	}
#nav ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	}
#nav a:link {
	display: block;
	text-decoration: none;
	padding: 2px 6px;
	}
#nav a:visited {
	display: block;
	text-decoration: none;
	padding: 2px 6px;
	}
#nav a:hover  {
	color:#fff;
	}
#nav a:active  {
	color:#fff;
	}
#nav li {
	float: left;
	padding: 0;
	}
#nav li a:link {
		color: #1F4D5D;
	}
#nav li a:visited {
		color: #1F4D5D;
	}
#nav li a:hover  {
		color: #fff;
		background: #4C4D51;
	}
#nav li a:active  {
		color: #fff;
		background: #4C4D51;
	}
#nav li ul {
	background: #EBEEE3;
	z-index:9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 144px;
	border:1px solid #fff;
	margin: 0;
	}
#nav li li { }
#nav li ul a { 
	width:132px;
	}
#nav li ul a:active  { 
	}
#nav li ul a:hover  { 
	}
#nav li ul ul {
	margin: -23px 0 0 132px;
	}
#nav li.sfhover ul ul ul {
	left: -999em;
	}
#nav li.sfhover ul ul {
	left: -999em;
	}
#nav li:hover ul ul ul {
	left: -999em;
	}
#nav li:hover ul ul {
	left: -999em;
	}
#nav li li li.sfhover ul {
	left: auto;
	}
#nav li li.sfhover ul {
	left: auto;
	}
#nav li.sfhover ul {
	left: auto;
	}
#nav li li li:hover ul {
	left: auto;
	}
#nav li li:hover ul {
	left: auto;
	}
#nav li:hover ul {
	left: auto;
	}
#nav li.sfhover { }
#nav li:hover { }




	
/*CONTENUTI --------------------------------------------*/	

#boxContenuti {
	border-bottom: 5px solid #fff;
	border-top: 5px solid #fff;
	width:100%;
	clear: both;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	}

#risalto a:visited {
	color:#fff;
	text-decoration:none
	}

#risalto a:link {
	color:#fff;
	text-decoration:none
	}
#risalto a:active {
	color:#fff;
	text-decoration:underline
	}
#risalto a:hover {
	color:#fff;
	text-decoration:underline
	}
#risalto {
	display:block;
	padding:0;
	margin:0 auto;
	border-top:1px solid #fff;
	border-bottom:2px solid #B2B195;
	background-color:#112233;
	color:#fff;
	background: url("images/bg_header.jpg") no-repeat 0 0;
	}
#risalto .scroller {
	width:610px;
	/*height:182px;*/
	float:left;	
	overflow: hidden;
	}
#risalto .scroller .section {
	width:600px;
	/*height:172px;
	overflow: hidden;*/
	padding:10px 0 0 10px;
	line-height:140%;
	}
#risalto .controls {
	width:355px;
	height:182px;
	float:right;
	border-left:1px solid #fff;
	overflow:hidden;
	}
#risalto .controls ul {
	margin:0;
	padding:10px 15px;
	list-style-type:none;
	}
#risalto .controls li {
	margin:0;
	padding:2px 0;
	list-style-type:none;
	border-top:1px solid #fff;
	}
.control a:link {
	display:block;
	padding-left: 20px;
	background: transparent url("images/arrow-off.gif") 2px 4px no-repeat;
	}
.controls a:visited {
	display:block;
	padding-left: 20px;
	background: transparent url("images/arrow-off.gif") 2px 4px no-repeat;
	}
#risalto .controls a {
	display:block;
	padding-left: 20px;
	background: transparent url("images/arrow-off.gif") 2px 4px no-repeat;
	}
#risalto .controls a:active {
	color:#fff;
	background: transparent url("images/arrow-on.gif") 4px 4px no-repeat;
	}
#risalto .controls a:hover {
	color:#fff;
	background: transparent url("images/arrow-on.gif") 4px 4px no-repeat;
	}
#risalto .controls a.active {
	color:#fff;
	background: transparent url("images/arrow-on.gif") 2px 4px no-repeat;
	}
#risalto .controls li.feat-head {
	border:0;
	padding-top:0;
	font-weight:bold;
	}
#risalto .feature-entry a:active  {
	background: transparent;
	}
#risalto .feature-entry a:hover  {
	background: transparent;
	}
#risalto .feature-entry > span {
	}
a.more-link:link  {
    background: transparent url("images/arrow-off.gif") 100% 70% no-repeat;
    padding-right:12px; 
    }
a.more-link:visited  {
    background: transparent url("images/arrow-off.gif") 100% 70% no-repeat;
    padding-right:12px; 
    }
a.more-link:hover  {
    background: transparent url("images/arrow-on.gif") 100% 70% no-repeat;
    padding-right:12px; 
    }
a.more-link:active  {
    background: transparent url("images/arrow-on.gif") 100% 70% no-repeat;
    padding-right:12px; 
    }

.entry img {
	border:1px solid #ddd;
	padding:1px;
	background:#fff;
	float: right;
	clear: right;
	margin: 0 0 5px 10px;
        }
img.thumbnail {
	padding:1px;
	background:#fff;
	border:1px solid #ccc;
	float:right;
	margin: 0 0 10px 15px;
	}
img.post-thum {
	padding:1px;
	background:#fff;
	border:1px solid #ccc;
	float:right;
	margin: 0 0 10px 15px;
	}
.noright{
	float:none!important;
	margin:0;
	border:0;
	display:block
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}/* Hides from IE-mac \*/
.clearfix {display: block;}/* Hides from IE-mac \*/
h2.articolo  {
	margin:0 0 30px 0;
	}



/*colonne per elenco cancelleria HOMEPAGE -------------------------------*/
.postCol {
	margin: 0 0 10px;
	padding: 0;
	border:1px solid #d5d5d5;
	background:#EEEEE8;
	}
h2.home-list2  {
	height:26px;
	line-height:26px;
	padding:1px 10px 0;
	font-weight:bold;
	background:#DADACD url("images/bg_homelist.jpg") top right repeat-x;
	border:1px solid #d5d5d5;
	border-bottom:0;
	letter-spacing:0;
	font-size:1.1em;
	}
.riga1 {
	height:140px!important;
	}
.riga2 {
	height:150px!important;
	}
.riga3 {
	height:120px!important;
	}
.riga4 {
	height:180px!important;
	}
.riga5 {
	height:280px!important;
	}
.riga6 {
	height:110px!important;
	}
.postCol ul {
    margin: 0 0 2px 0px!important;
    padding: 0!important;
	}
.postCol ul li {
    list-style-type: none;
    line-height:130%;
    margin: 0 0 2px 0!important;
    padding: 0 0 0 15px!important;
    font-size:.9em;
    background: url("images/arrow-off.gif") 0 0 no-repeat;
	}
.postCol ul li a:hover{
    color:#000;
    text-decoration:underline;
	}


/*scheda articolo ----------------------------*/
.postScheda { 
	margin: 0 0 10px;
	padding: 0;
	border:1px solid #d5d5d5;
	/*background:#EEEEE8!important;*/
	height:auto!important;
	}
.postScheda ul {
    margin: 0 0 2px 5px!important;
    padding: 0!important;
	}
.postScheda ul li {
    list-style-type: none;
    margin: 0 0 2px 0!important;
    background: url("images/arrow-off.gif") 0 4px no-repeat;
    padding: 0 0 0 14px;
	}
.postScheda ul li span{
	font-weight:bold;
	}
.postScheda label{
	font-weight:bold;
	}
.postScheda h3{
	font-weight:bold;
	color:#AB0020; 
	padding-top:20px;
	}
.postScheda a:link{
	color:#333; 
	font-size:.8em;
	text-decoration:underline;
	}
.postScheda img{
	padding:5px!important;
	float:right!important;
	}
.postScheda table{
	width:100%;
	}
.postScheda table li img.disponibile{
	float:none!important;
	margin:0;
	display:inline;
}
.nuovo2{
	background:#EEEEE8 url('images/nuovo_gr.gif') top right no-repeat;
}



/*lista articoli ----------------------------*/
.postLista { 
	margin: 0 0 10px;
	padding: 0 2px;
	border:1px solid #d5d5d5;
	/*background:#EEEEE8;*/
	height:auto!important;
	font-size:.9em;
	width:185px!important;
	height:220px!important;
	text-align:center;
	}
h3.home-list4  {
	font-weight:bold;
	font-size:1em;
	/*background:#DADACD url("images/title-bg-mid.gif") top left repeat-x;
	border:1px solid #d5d5d5;
	border-bottom:0;*/
	letter-spacing:0;
	margin: 0;
	padding: 0 2px;
	text-align: left;
	line-height:normal;
	}
h3.home-list4 a:visited{
	font-size:1em;
	letter-spacing:0;
	margin: 0;
	padding: 0 2px;
	text-align: left;
	color:#CA0023;
	text-decoration:none;
	}
h3.home-list4 a:link{
	font-size:1em;
	letter-spacing:0;
	margin: 0;
	padding: 0 2px;
	text-align: left;
	color:#CA0023;
	text-decoration:none;
	}
h3.home-list4 a:active{
	font-size:1em;
	letter-spacing:0;
	margin: 0;
	padding: 0 2px;
	text-align: left;
	color:#000;
	text-decoration:underline;
	}
h3.home-list4 a:hover{
	font-size:1em;
	letter-spacing:0;
	margin: 0;
	padding: 0 2px;
	text-align: left;
	color:#000;
	text-decoration:underline;
	}
.postLista p{ 
	line-height:normal;
	text-align:left;
	padding:2px;
	}
.postLista ul {
    margin: 0 0 5px 5px!important;
    padding: 0!important;
	}
.postLista ul li {
    list-style-type: none;
    margin: 0 0 2px 0!important;
    background: url("images/arrow-off.gif") 0 4px no-repeat;
    padding: 0 0 0 14px;
    line-height:130%;
	}
.postLista ul li span{
	font-weight:bold;
	}
.postLista label{
	font-weight:bold;
	}
.postLista img{
	float:none;
	margin:0;
	border:0;
	}
.nuovo1{
	background:url('images/nuovo_picc.gif') top right no-repeat;
}
.sottocat li{
	padding: 0 0 0 20px;
	list-style-type:none;
	background:url('images/graffetta.gif') left no-repeat;
	font-size:1.3em;
}
.Listanov { /*le ultime novità della sotto categoria*/
	margin: 0 0 10px;
	padding: 0 2px;
	border:1px solid #d5d5d5;
	/*background:#EEEEE8;*/
	font-size:.9em;
	width:185px!important;
	height:150px!important;
	text-align:center;
	}
.Listanov img{ /*le ultime novità della sotto categoria*/
	float:none;
	margin:0;
	border:0;
	}
.Listanov ul {
    margin: 0 0 0 5px!important;
    padding: 0!important;
	}
.Listanov ul li {
    list-style-type: none;
    margin: 0!important;
    background: url("images/arrow-off.gif") 0 4px no-repeat!important;
    padding: 0 0 0 14px;
    line-height:100%;
    font-weight:bold
	}
.Listanov p{ 
	line-height:100%;
	text-align:left;
	padding:2px 0 0 0;
	color:#666
	}



.imgCol{
	float:right;
	margin: 4px 0 0 0;
	}
.col1{
	width:190px;
	float:left;
	margin-right:5px;
	}
.col2{
	width:190px;
	float:left;
	}
#content {
	overflow:hidden;
	margin: 0;
	padding: 0;
	width:100%;
	}
#content .col-3 {
	overflow:hidden;
	width:/*444*/580px;
	margin:0;
	padding: 0;
	float:right;
	}
h2.home-list  {
	height:26px;
	line-height:26px;
	padding:1px 10px 0;
	font-weight:bold;
	background:#eee url("images/title-bg-mid.gif") top left no-repeat;
	border:1px solid #d5d5d5;
	border-bottom:0;
	letter-spacing:0;
	}
h2.home-list3  {
	height:26px;
	line-height:26px;
	padding:1px 10px 0;
	font-weight:bold;
	background:#DADACD url("images/title-bg-mid.gif") top left repeat-x;
	border:1px solid #d5d5d5;
	border-bottom:0;
	letter-spacing:0;
	font-size:1.5em;
	}

.post {
	margin: 0 0 10px;
	padding: 0;
	border:1px solid #d5d5d5;
	background:#eee url("images/box-top.gif") top left repeat-x;
	clear:left;
	line-height:140%;
	}
.post ul {
    list-style-type: none;
    }
.post ul li {
    list-style-type:none;
    background: url("images/arrow-off.gif") 0 4px no-repeat;
    padding: 0 0 0 14px;
    }
.post ul ul {
    margin-left:0;
    }
.post ol li {
    list-style-type:decimal;
    }
.maincontent {
	}
.maincontent a:visited { 
	color: #1F4D5D;
	}
.maincontent a:link { 
	color: #1F4D5D;
	}
.maincontent a { 
	color: #1F4D5D;
	}
.post h2 a:hover { 
	color: #4DC1E8;
	}
.post h2 a:active { 
	color: #4DC1E8;
	}
.maincontent a:active { 
	color: #4DC1E8;
	}
.maincontent a:hover { 
	color: #4DC1E8;
	}


/*Contenitore servizi sinistra + contenuti ------------------------------*/

#contentleft {
	overflow:hidden;
	width: /*614*/770px;
	float:left;
	padding: 0;
	margin: 0;
	}
#contentleft .description {
	padding: 12px;
	}




/*NAVIGAZIONE VERTICALE SINISTRA ----------------------*/

/* Accordion Ajax*/
.accordionHeader
{
    border: 1px solid #B2B195;
    color: #000;
    background-color: /*#2E4d7B*/#B2B195;
	font-weight: bold;
    padding: 2px 2px 2px 4px!important;
    margin-top: 2px!important;
    cursor: pointer;
    font-weight:normal!important;
}
.accordionHeader a
{
	color: #000;
	background: none;
	text-decoration: none;
	font-weight:normal!important;
}
.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}
.accordionHeaderSelected
{
    border: 1px solid #BBB082;
    color: #000;
    background-color: #E8DBA7;
	font-weight: bold;
    padding: 2px!important;
    margin-top: 2px!important;
    cursor: pointer;
}
.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}
.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}
.accordionContent
{
    background-color: #F5EFD8;
    border: 1px solid #d5d5d5;
    border-top: none;
    padding: 2px 2px 2px 4px!important;
    line-height:normal!important;
}




/* SERVIZI SINISTRA----------------------------------- */


#sidebar-left {
	width:180px;
	padding:0;
	margin:0;
	float:left;
	}
#sidebar-left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#sidebar-left a:visited { 
		color: #1F4D5D;
		}
#sidebar-left a:link { 
		color: #1F4D5D;
		}
#sidebar-left a { 
		color: #1F4D5D;
		}
#sidebar-left a:active { 
		color: #4DC1E8;
		}
#sidebar-left a:hover { 
		color: #4DC1E8;
		}
#sidebar-left ul ul {
	background:#eee url("images/box-top.gif") top left repeat-x;
	border:1px solid #d5d5d5;
	border-top:0;
	margin: 0;
	padding: 0;
	border-bottom:0;
	}
#sidebar-left ul ul ul {
	background:transparent;
	border:0;
	padding: 0;
	}
#sidebar-left ul ul ul ul {
	background:transparent;
	border:0;
	padding: 0 0 0 15px;
	}
#sidebar-left li {
	list-style-type: none;
	margin: 0 0 10px;
	padding:0 ;
	}
#sidebar-left li li {
	list-style-type: none;
	margin: 0;
	padding:2px 10px 2px 24px;
	background: transparent url("images/arrow-off.gif") 10px 6px no-repeat;
	border-bottom:1px solid #ddd;
	}
#sidebar-left li li li {
	padding:0;
	border:0;
	background: transparent;
	}
#sidebar-left li li:hover {
	background: transparent url("images/arrow-on.gif") 12px 6px no-repeat;
	}
#sidebar-left li li li:hover {
	background: transparent;
	}
#sidebar-left li .widgettitle {
	color:#000;
	height:28px;
	line-height:28px;
	padding:0 10px;
	font-weight:bold;
	background:#eee url("images/title-bg-left.gif") top left repeat-x;
	border:1px solid #d5d5d5;
	border-bottom:0;
	}
#sidebar-left li .widgettitle2 {
	color:#fff;
	height:28px;
	line-height:28px;
	padding:0 10px;
	font-weight:bold;
	background:#eee url("images/bg_offertemese.gif") top left repeat-x;
	border:1px solid #d5d5d5;
	border-bottom:0;
	}
#sidebar-left .textwidget {
	margin: 0;
	padding:0;
	overflow:hidden;
	border:1px solid #D5D5D5;
	}
#sidebar-left .sidebox {
	background:#eee url("images/box-top.gif") top left repeat-x;
	border:1px solid #d5d5d5;
	border-top:0;
	margin: 0;
	padding: 8px;
	}
#sidebar-left a:active { 
	color:#000; 
	background:transparent; 
	}
#sidebar-left a:hover { 
	color:#000; 
	background:transparent; 
	}
#sidebar-left li#tag-cloud ul {
	padding: 5px 10px;
	}
#sidebar-left li#tag-cloud li {
	float:none;
	display:inline;
	padding: 0;
	margin: 0 5px 0 0;
	border-bottom: 0;
	background: transparent;
	}




/*SERVIZI DESTRA------------------------------------------*/

#contentright {
	overflow:hidden;
	width: /*336*/180px;	
	float:right;	
	padding: 10px;	
	margin: 0;
	background: #EBEEE3;
	} 
#sidebar {
	width: 100%;
	}
#sidebar ul {
	color:#eee;
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	font-size:.9em
	}
#sidebar li {
	list-style-type: none;
	margin: 0 0 10px;
	padding:0;
	}
#sidebar a { 
	color: #fff;
	}
#sidebar a:link { 
	color: #fff;
	}
#sidebar a:visited { 
	color: #fff;
	}
#sidebar a:hover { 
	color: #4DC1E8;
	}
#sidebar a:active { 
	color: #4DC1E8;
	}
#sidebar ul ul {
	background-color: #112233;
	background-image: url("images/light-blue-side-box-bottom.gif");
	background-repeat: repeat;
	background-position: bottom left;
	}
#sidebar li .widgettitle {
	background-color: #112233;
	background-image: url("images/light-blue-title-bg-rt.gif");
	background-repeat: repeat-x;
	background-position: 0 0;
	color:#4dc1e8;
	}
#sidebar .sidebox {
	background-color: #112233;
	background-image: url("images/light-blue-side-box-bottom.gif");
	background-repeat: repeat;
	background-position: bottom left;
	}
#sidebar ul ul {
	margin: 0;
	padding: 0 10px 20px;
	border:1px solid #19334d;
	}
#sidebar ul ul ul {
	margin: 0;
	padding: 0;
	background:transparent;
	}
#sidebar li li {
	padding:5px 0 5px 20px;
	margin: 0;
	border-bottom: 1px solid #19334d;
	background: transparent url("images/arrow-off.gif") 3px 9px no-repeat;
	}
#sidebar li li:hover {
	background: transparent url("images/arrow-on.gif") 5px 9px no-repeat;
	}
#sidebar li li li {
	background:transparent;
	margin: 0;
	border:0;
	padding:0;
	}
#sidebar li li li:hover {
	background:transparent;
	}
#sidebar li li a:hover {
	background:transparent;
	}
#sidebar li .widgettitle {
	height:40px;
	line-height:40px;
	margin: 0;
	padding: 0 10px;
	font-weight:bold;
	border:1px solid #19334d;
	border-bottom:0;
	}
#sidebar .textwidget {
	color:#000;
	margin: 0;
	padding:0;
	overflow:hidden;
	}
#sidebar .sidebox {
	border:1px solid #19334d;
	margin: 0;
	padding: 10px;
	color:#fff;
	}
#sidebar select {
	width:160px;
	}


/* Side Tabs ---------------------------------------- */

#sidebar li ul.tabs {
	background-color: #112233; 
	background-image: url("images/light-blue-title-bg-rt.gif");
	background-repeat: repeat-x;
	background-position: 0 0;
	list-style-type:none;
	height:40px;
	line-height:40px;
	margin: 0;
	padding: 0 8px;
	border:1px solid #19334d;;
	border-bottom:0;
	}
#sidebar li ul.tabs li {  
	padding:0;
	margin: 0;
	border: 0;
	background: transparent; 
	float:left;
	} 
#sidebar li ul.tabs li:hover {  
	background: transparent; 
	} 
#sidebar li ul.tabs li a {
	height:24px;
	line-height:24px;  
	float:left; 
	padding:0 5px;   
	margin:8px 0 0;   
	} 
#sidebar li ul.tabs li a:active {  
	color:#fff;
	background:transparent;      
	}  
#sidebar li ul.tabs li a:hover {  
	color:#fff;
	background:transparent;      
	}  
#sidebar li ul.tabs li a.on {  
	color:#fff;   
	background-color:#336699;
	}
.side-tabs form {
	padding:0;
	margin:0;
	}



.post h2 a:link {
	color:#000;
	background:transparent;
	}
.post h2 a:visited {
	color:#000;
	background:transparent;
	}
.post h2 a:hover {
	background:transparent;
	}
.post h2 a:active {
	background:transparent;
	}
.entry {
 	margin: 0;
	padding: 10px 10px 1px;
	}
.postdate {
	height:22px;
	padding: 6px 10px 0;
	margin: 0;
	background:#ddd url("images/post-date-bg.gif") top left repeat-x;
	border-top:1px solid #d5d5d5;
	}
.postdate .left {
	float:left;
	width:300px;
	}
.postdate .right {
	float:right;
	width:100px;
	text-align:right;
	font-weight:bold;
	}
.single-post-head {
	height:22px;
	padding: 6px 10px 0;
	margin: 0;
	background:#eee url("images/title-bg-mid.gif") top left repeat-x;
	border:1px solid #d5d5d5;
	border-bottom:0;
	}
.single-post-head .left {
	float:left;
	width:300px;
	}
.single-post-head .right {
	float:right;
	width:100px;
	text-align:right;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
    float: none; 
    clear: both;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
    float: none; 
    clear: both;
	}
.tags {
	background: transparent url("images/tag.gif") 0 2px no-repeat;
	margin: 0;
	padding: 0 0 0 17px;
	}
.cats {
	background: transparent url("images/folder.gif") 0 3px no-repeat;
	margin: 0 0 5px;
	padding: 0 0 0 17px;
	}



/*FIELDSET ----------------------------------------------*/

.risultati {
	display:block!important;
	width:auto;
}
.risultati legend {
	color: maroon;
	font-weight:bold
}
.risultati table th {
	display:block!important;
}

/*TABELLE ----------------------------------------------- */


/*table {
	margin-bottom:15px;
	}
th {
	margin:auto;
	padding:5px;
	vertical-align:top;
	font-weight:bold;
	background:#ddd;
	}
tr {
	margin:auto; 
	}
td {
	padding:5px;
	vertical-align:top;
	margin:auto;
	border:1px solid #ddd;
	}
td.cruise {
	border:0;
	}*/
th{
	display:none
}


/* -------------------[ Image Adjustments ]------------------- */

img.post-thum {
	width:100px;
	height:100px;
	}


	
	
/* PIEDE ------------------------------------------- */

#footer {
	background:#EBEEE3;
	color:#333;
	text-align:center;
	clear: both;
	margin: 0 auto;
	padding:10px;
	font-size:.8em
	}
#footer a:link { 
		color: #1F4D5D;
		}
#footer a:visited { 
		color: #1F4D5D;
		}
#footer a:hover { 
		color: #4DC1E8;
		}
#footer a:active { 
		color: #4DC1E8;
		}


