* {
	padding:0; 
	margin:0; 
}

/*stili per il layout fisso con altezza minima*/
html,body {
	height:100%;
}

body {
	font-family:Verdana, Arial, Helvetica, Sans-serif; 
	font-size:0.75em;
	color:#000;
	line-height:20px;
	background:#fff;
}

img {
	display:block;
}

img, input, textarea, select, optgroup {
	font-family:Verdana, Arial, Helvetica, Sans-serif; 
	font-size:0.9em;
	border:0; 
}

ul {
}

ol {
}

li {
}

p {
}

a {
	color:#000; 
	text-decoration:underline; 
}

a:visited {
	color:#000; 
	text-decoration:underline; 
}

a:hover {
	color:#000; 
	text-decoration:underline; 
}

h1, h2, h3, h4, h5, h6 {
	color:#000; 
	font-weight:normal;
}

h1 {
	font-size:1.8em; 
}

h2 {
	font-size:1.6em; 
}

h3 {
	font-size:1.4em; 
}

h4 {
	font-size:1.2em; 
}

h5 {
	font-size:1.0em; 
}

h6 {
	font-size:0.8em; 
}

.titolo_pagina {
} 

.p_class {
	padding-bottom:12px; 
}



.img_right {
	float:right;
	margin:0 0 12px 50px; 
}
.evi {
	color:#f63f00;
}

.tab	{
}
.tab_01	{
	height:4px;
	width:4px;
	background:url(/img/share/tab/01.png) no-repeat 0 0;
}
.tab_02	{
	height:4px;
	background:url(/img/share/tab/02.png) repeat-x 0 0;
}
.tab_03	{
	height:4px;
	width:4px;
	background:url(/img/share/tab/03.png) no-repeat 0 0;
}
.tab_04	{
	width:4px;
	background:url(/img/share/tab/04.png) repeat-y 0 0;
}
.tab_05	{
	background:#fff;
}
.tab_06	{
	width:4px;
	background:url(/img/share/tab/05.png) repeat-y 0 0;
}
.tab_07	{
	height:4px;
	width:4px;
	background:url(/img/share/tab/06.png) no-repeat 0 0;
}
.tab_08	{
	height:4px;
	width:4px;
	background:url(../img/share/tab/07.png) repeat-x 0 0;
}
.tab_09	{
	height:4px;
	width:4px;
	background:url(../img/share/tab/08.png) no-repeat 0 0;
}

.elenco_punt p	{
	background:url(../img/share/pora.gif) no-repeat 0 5px;
	padding:0 0 6px 10px;
}

.divtitolopag	{
	padding:16px 0 7px 15px;
}
.titolo_pag	{
	text-indent:-999999px;
}
.titolosmenu	{
	text-transform:uppercase;
	color:#ac1414;
	width:200px;
	padding:6px 0 5px;
	background:url(../img/share/sepmenu.gif) repeat-x left bottom;
}




a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}


.white-bar .jScrollPaneTrack {
	background:url(/img/share/sep_scroll_rosa.gif) repeat-y 0 0%;
}
.white-bar .jScrollPaneDrag {
	background:#000 url(/img/share/scroll_rosa.png) no-repeat 50% 50%;
}
.pink-bar .jScrollPaneTrack {
	background:url(/img/share/sep_scroll_bianco.gif) repeat-y 0 0%;
}
.pink-bar .jScrollPaneDrag {
	background:#cb0060 url(/img/share/scroll_bianco.png) no-repeat 50% 50%;
}

.scroll-pane {
	overflow: auto;
	float: left;
}



.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

