@charset "utf-8";
/* CSS Document */
.SlidingPanels {
	float: left;
	position: relative;
	margin-left:0px;
	width: 606px;
	height: 300px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContent {
	float: left;
	width: 600px;
	overflow: hidden;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	/*padding-right:10px;*/
	border: none;
}


.SlidingPanelsAnimating * {
	/*overflow: hidden !important;    */
}

UI, LI, P {
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.slidingTabPanelWrapper {
	height:33px;
	margin:0px 0 10px 5px;
	display: none;
}
.slidingTabPanel {
	list-style:none;
	margin:0px;
	padding:0;
	width:614px;
	height:36px;
}
.slidingTabPanel LI {
	list-style:none;
	float:left;
	width:152px;
	margin:0 0px;
}
.tabActive {
	position:relative;
	top:0px;
	display:block;
	width:152px;
	height:36px;
	cursor:default;
	outline:none;
	background-position:152px;
}
.tab {
	position:relative;
	top:0px;
	display:block;
	width:152px;
	height:36px;
	background-position:0px;
	cursor:pointer;
	outline:none;
}
.tab:hover {
	background-position:-152px;
}
#nutshell {
	background-image:url(../images_restyling/searchPan_TabRicAll.png)
}

#nutshellPanel{
}
#widgets {
	background-image:url(../images_restyling/searchPan_TabRicAv.png)
}
#data {
	background-image:url(../images_restyling/searchPan_TabRicRap.png)
}

/***************************************  INNOVA3  ********************/

#regionItem a:link {
	color:#474f33;
	text-decoration: none;
	}
	#regionItem a:visited {
	color:#474f33;
	text-decoration: none;
	}
	#regionItem a:hover {
		color:#999933;
		text-decoration : none;
	}
	#regionItem a:active {
		color:#999933;
		text-decoration : none;
	}
	
.ricercaProvReg {text-align:right; padding-right:49px; color:#993333}
.ricercaAvanzata {text-align:left; padding-left:265px; color:#993333}



/***************************************  END INNOVA3 ********************/
