@charset "iso-8859-1";
HTML
{
	FONT-SIZE: 62.5%;
}

BODY
{
    BACKGROUND: #ffffff url('images/sitebg1.gif');
    FONT-FAMILY: Tahoma,Helvetica,Verdana,sans-serif;
    FONT-SIZE: 14px;
    FONT-SIZE: 1.4rem;
	font-weight: 500;
	font-style: normal;
	font-size-adjust: none;
    COLOR: #444444;
    TEXT-ALIGN: center;
    MARGIN-TOP: 0px;
    MARGIN-BOTTOM: 0px;
    MARGIN-LEFT: 0px;
    MARGIN-RIGHT: 0px;	
}

img
{
    MARGIN: auto;
}

A
{
    COLOR: #983b3e;
    TEXT-DECORATION: none;
}

A:hover
{
	COLOR: #d51b21;
	TEXT-DECORATION: none;
}

h1 {
    FONT-FAMILY: Georgia, Times, serif;
    FONT-SIZE: 20px;
    FONT-SIZE: 2rem;
	FONT-WEIGHT: 600;
	font-style: normal;
	font-size-adjust: none;
	letter-spacing:-1px;
	color: #000000;
	DISPLAY: inline;
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 0px;
	PADDING: 0px 0 0;
}

h2 {
    FONT-FAMILY: Georgia, Times, serif;
    FONT-SIZE: 16px;
    FONT-SIZE: 1.6rem;
	FONT-WEIGHT: 500;
	font-style: italic;
	font-size-adjust: none;
	letter-spacing:-1px;
	color: #000000;
	DISPLAY: inline;
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 0px;
	PADDING: 0px 0 0;
}

h3 {
    FONT-FAMILY: Georgia, Times, serif;
    FONT-SIZE: 16px;
    FONT-SIZE: 1.6rem;
	FONT-WEIGHT: 600;
	font-style: normal;
	font-size-adjust: none;
	letter-spacing:-1px;
	color: #000000;
	DISPLAY: inline;
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 0px;
	PADDING: 0px 0 0;
	text-transform: capitalize;
}

table.menu
{
	width: 600px;
	height: 40px;
	background-color: #ffffff;
	margin-top: 20px;
	padding: 0px;
	border: 1px solid #808080;
	border-radius: 5px;  /* bordo tondo */
	-webkit-border-radius: 5px;  /* bordo tondo */
	-moz-border-radius: 5px;  /* bordo tondo */
	-khtml-border-radius: 5px;  /* bordo tondo */
	-webkit-box-shadow: 0px 0px 6px #d9d9d9; /* ombra box */
	-moz-box-shadow: 0px 0px 6px #d9d9d9; /* ombra box */
	box-shadow: 0px 0px 6px #d9d9d9; /* ombra box */
}

table.close
{
	padding: 0px;
	border: 0px;
	background-color: #404040;
	border-top-left-radius: 5px;  /* bordo tondo */
	border-top-right-radius: 5px;  /* bordo tondo */
	-webkit-border-top-left-radius: 5px;  /* bordo tondo */
	-webkit-border-top-right-radius: 5px;  /* bordo tondo */
	-moz-border-radius-topleft: 5px;  /* bordo tondo */
	-moz-border-radius-topright: 5px;  /* bordo tondo */
	-khtml-border-top-left-radius: 8px;  /* bordo tondo */
	-khtml-border-top-right-radius: 8px;  /* bordo tondo */
}

table.mainbox
{
	width: 100%;
	background-color: #E8E8E8;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 70px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;	
	-webkit-box-shadow: 0px 0px 6px #b6b6b6; /* ombra box */
	-moz-box-shadow: 0px 0px 6px #b6b6b6; /* ombra box */
	box-shadow: 0px 0px 6px #b6b6b6; /* ombra box */
}

table.pagina
{
	width: 980px;
	background-color: #ffffff;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
	border: 1px solid #808080;
	border-radius: 5px;  /* bordo tondo */
	-webkit-border-radius: 5px;  /* bordo tondo */
	-moz-border-radius: 5px;  /* bordo tondo */
	-khtml-border-radius: 5px;  /* bordo tondo */
	-webkit-box-shadow: 0px 0px 6px #b6b6b6; /* ombra box */
	-moz-box-shadow: 0px 0px 6px #b6b6b6; /* ombra box */
	box-shadow: 0px 0px 6px #b6b6b6; /* ombra box */
}

table.semplice
{
	padding: 0px;
	border: 0px;
}

table.bgwhite
{
	width: 100%;
	background-color: #F1F1F2;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	border-top: 1px solid #DDDDDF;
	border-bottom: 1px solid #DDDDDF;
	text-align: center;
	vertical-align: middle;
}

table.bgred
{
	width: 980px;
	height: auto;	
	background-color: #fde9d9;
	padding: 0px;
	border: 1px solid #e36c0a;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	vertical-align: middle;
}

table.bgredsmall
{
	width: auto;
	height: auto;	
	background-color: #fde9d9;
	padding: 0px;
	border: 1px solid #e36c0a;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	vertical-align: middle;
}

table.bggreen
{
	width: 980px;
	height: auto;	
	background-color: #eaf1dd;
	padding: 0px;
	border: 1px solid #76923c;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	vertical-align: middle;
}

table.bggreensmall
{
	width: auto;
	height: auto;	
	background-color: #eaf1dd;
	padding: 0px;
	border: 1px solid #76923c;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	vertical-align: middle;
}

table.formtable
{
	FONT-SIZE: 14px;
    FONT-SIZE: 1.4rem;
	text-align: left;
}

table.search
{
	FONT-SIZE: 18px;
    FONT-SIZE: 1.8rem;
	font-weight: normal;
	font-style: normal;
	font-size-adjust: none;
	color: #000000;
	background: url("images/sfondocampo.png") repeat-x scroll 0 -2px #ffffff;
	border: 1px solid #404040;
	margin: 0px;
	padding: 4px;
	overflow: hidden;
	vertical-align: middle;
	-webkit-box-shadow: 0px 0px 6px #d9d9d9; /* ombra box */
	-moz-box-shadow: 0px 0px 6px #d9d9d9; /* ombra box */
	box-shadow: 0px 0px 6px #d9d9d9; /* ombra box */
}

input.formcampo, select.formcampo
{
    FONT-SIZE: 18px;
    FONT-SIZE: 1.8rem;
	font-weight: normal;
	font-style: normal;
	font-size-adjust: none;
	color: #000000;
	background: url("images/sfondocampo.png") repeat-x scroll 0 -2px #ffffff;
	border: 1px solid #404040;
	margin: 0px;
	padding: 6px;
	overflow: hidden;
	vertical-align: middle;
	-webkit-box-shadow: 0px 0px 6px #d9d9d9; /* ombra box */
	-moz-box-shadow: 0px 0px 6px #d9d9d9; /* ombra box */
	box-shadow: 0px 0px 6px #d9d9d9; /* ombra box */
}

textarea.formcampo
{
	FONT-FAMILY: Tahoma,Helvetica,Verdana,sans-serif;	
    FONT-SIZE: 18px;
    FONT-SIZE: 1.8rem;
	font-weight: normal;
	font-style: normal;
	font-size-adjust: none;
	color: #000000;
	background: url("images/sfondocampo.png") repeat-x scroll 0 -2px #ffffff;
	border: 1px solid #404040;
	margin: 0px;
	padding: 6px;
	overflow: auto;
	vertical-align: middle;
	-webkit-box-shadow: 0px 0px 6px #d9d9d9; /* ombra box */
	-moz-box-shadow: 0px 0px 6px #d9d9d9; /* ombra box */
	box-shadow: 0px 0px 6px #d9d9d9; /* ombra box */
}

textarea.formcamposmall
{
	FONT-FAMILY: Tahoma,Helvetica,Verdana,sans-serif;	
    FONT-SIZE: 13px;
    FONT-SIZE: 1.3rem;
	font-weight: normal;
	font-style: normal;
	font-size-adjust: none;
	color: #000000;
	background: url("images/sfondocampo.png") repeat-x scroll 0 -2px #ffffff;
	border: 1px solid #404040;
	margin: 0px;
	padding: 6px;
	overflow: auto;
	vertical-align: middle;
	-webkit-box-shadow: 0px 0px 6px #d9d9d9; /* ombra box */
	-moz-box-shadow: 0px 0px 6px #d9d9d9; /* ombra box */
	box-shadow: 0px 0px 6px #d9d9d9; /* ombra box */
}

input.button, a.button, input.button:visited, a.button:visited
{
    display:inline-block; 
    background-color: inherit;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e4e4e', endColorstr='#9b9b9b'); /* sfondo */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4e4e4e), to(#9b9b9b)); /* sfondo */
    background: -webkit-linear-gradient(#4e4e4e, #9b9b9b); /* sfondo */
    background: -moz-linear-gradient(#4e4e4e, #9b9b9b); /* sfondo */
    background: -ms-linear-gradient(#4e4e4e, #9b9b9b); /* sfondo */
    background: -o-linear-gradient(#4e4e4e, #9b9b9b); /* sfondo */
    background: linear-gradient(#4e4e4e, #9b9b9b); /* sfondo */
    font-family: Tahoma,Helvetica,Verdana,sans-serif;
	FONT-SIZE: 18px;
    FONT-SIZE: 1.8rem;
	font-weight: 500;
	font-style: normal;
	font-size-adjust: none;
	COLOR: #FFFFFF;
	text-shadow:1px 1px 0 #404040;
	cursor: pointer;
	BORDER: 1px solid #404040;
	PADDING-LEFT: 20px;
	PADDING-RIGHT: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: middle;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 0px 0px 6px #d9d9d9; /* ombra box */
	-moz-box-shadow: 0px 0px 6px #d9d9d9; /* ombra box */
	box-shadow: 0px 0px 6px #d9d9d9; /* ombra box */
}

input.button:hover, a.button:hover
{
    display:inline-block; 
    background-color: inherit;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#959595', endColorstr='#d9d9d9'); /* sfondo */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#959595), to(#d9d9d9)); /* sfondo */
    background: -webkit-linear-gradient(#959595, #d9d9d9); /* sfondo */
    background: -moz-linear-gradient(#959595, #d9d9d9); /* sfondo */
    background: -ms-linear-gradient(#959595, #d9d9d9); /* sfondo */
    background: -o-linear-gradient(#959595, #d9d9d9); /* sfondo */
    background: linear-gradient(#959595, #d9d9d9); /* sfondo */
    font-family: Tahoma,Helvetica,Verdana,sans-serif;
	FONT-SIZE: 18px;
    FONT-SIZE: 1.8rem;
	font-weight: 500;
	font-style: normal;
	font-size-adjust: none;
	COLOR: #FFFFFF;
	text-shadow:1px 1px 0 #404040;
	cursor: pointer;
	BORDER: 1px solid #404040;
	PADDING-LEFT: 20px;
	PADDING-RIGHT: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: middle;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 0px 0px 6px #d9d9d9; /* ombra box */
	-moz-box-shadow: 0px 0px 6px #d9d9d9; /* ombra box */
	box-shadow: 0px 0px 6px #d9d9d9; /* ombra box */
}

font.fontbg1
{
	color: #FFFFFF;
	background: #808080;
	padding-left:3px;
	padding-right:3px;
}

font.fontbg2
{
	color: #FFFFFF;
	background: #983b3e;
	padding-left:3px;
	padding-right:3px;
}

font.fontsize12
{
    FONT-SIZE: 12px;
    FONT-SIZE: 1.2rem;
    FONT-WEIGHT: 400;
	COLOR: #444444;
	vertical-align: middle;
}

font.fontsize11u
{
    FONT-SIZE: 11px;
    FONT-SIZE: 1.1rem;
    FONT-WEIGHT: 400;
	COLOR: #444444;
	vertical-align: middle;
	text-transform: uppercase;
}

font.fontsize10
{
    FONT-SIZE: 10px;
    FONT-SIZE: 1rem;
    FONT-WEIGHT: 400;
	vertical-align: middle;
}

font.fontsize9
{
    FONT-SIZE: 9px;
    FONT-SIZE: 0.9rem;
    FONT-WEIGHT: 400;
	vertical-align: middle;
}

font.fontsize9u
{
    FONT-SIZE: 9px;
    FONT-SIZE: 0.9rem;
    FONT-WEIGHT: 400;
	vertical-align: middle;
	text-transform: uppercase;
}

font.fontsize9c
{
    FONT-SIZE: 9px;
    FONT-SIZE: 0.9rem;
    FONT-WEIGHT: 400;
	vertical-align: middle;
	text-transform: capitalize;
}

table.tag
{
	background-color: #FFFFFF;
	width: auto;
	FONT-SIZE: 9px;
    FONT-SIZE: 0.9rem;
    FONT-WEIGHT: 400;
	vertical-align: middle;
	text-transform: uppercase;
    color: #808080;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 2px;
    padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
    border: 1px solid #808080;
	border-top-left-radius: 15px;  /* bordo tondo */
	border-bottom-left-radius: 15px;  /* bordo tondo */
	-webkit-border-top-left-radius: 15px;  /* bordo tondo */
	-webkit-border-bottom-left-radius: 15px;  /* bordo tondo */
	-moz-border-radius-topleft: 15px;  /* bordo tondo */
	-moz-border-radius-bottomleft: 15px;  /* bordo tondo */
	-khtml-border-top-left-radius: 15px;  /* bordo tondo */
	-khtml-border-bottom-left-radius: 15px;  /* bordo tondo */
}

font.tag
{
	background-color: #FCFDAB;
	FONT-SIZE: 9px;
    FONT-SIZE: 0.9rem;
    FONT-WEIGHT: 400;
	vertical-align: middle;
	text-transform: uppercase;
    color: #808080;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    border: 1px solid #808080;
}

img.preloadimg
 {
     background-position: center center;
     background-repeat: no-repeat;
     background-image: url('images/progress_bar.gif');
     background-color: #ffffff;
     border: 1px solid #808080;
     border-radius: 5px;  /* bordo tondo */
     -webkit-border-radius: 5px;  /* bordo tondo */
     -moz-border-radius: 5px;  /* bordo tondo */
	 -khtml-border-radius: 5px;  /* bordo tondo */
	 -webkit-box-shadow: 0px 0px 6px #b6b6b6; /* ombra box */
	 -moz-box-shadow: 0px 0px 6px #b6b6b6; /* ombra box */
	 box-shadow: 0px 0px 6px #b6b6b6; /* ombra box */
 }

img.ombra
{
	border: 1px solid #404040;
	vertical-align: middle;
	-webkit-box-shadow: 0px 0px 6px #d9d9d9; /* ombra box */
	-moz-box-shadow: 0px 0px 6px #d9d9d9; /* ombra box */
	box-shadow: 0px 0px 6px #d9d9d9; /* ombra box */
}

div.menu
 {
	width: 980px;
	height: auto;
    position: absolute;
	text-align: center;
	vertical-align: middle;
    left: 50%;
	top: 0;
	margin-right: 0px;
    margin-left: -490px;
	margin-top: 20px;
	margin-bottom: 0px;
	clear: both;
 }

div.semplice
 {
    float: left;
    position: absolute;
 }

div.linea8s
 {
    border-top: 1px solid #D4D4D4;
    margin-top: 8px;
    padding-top: 0px;
    padding-bottom: 8px;
 }
 
div.linea8
 {
    border-top: 1px dotted #808080;
    margin-top: 8px;
    padding-top: 0px;
    padding-bottom: 8px;
 }

div.linea4
 {
    border-top: 1px dotted #808080;
    margin-top: 4px;
    padding-top: 0px;
    padding-bottom: 4px;
 }

div.slide213
 {
    position: absolute;
	float: none;
    background: none repeat scroll 0 0 #FFFFFF;
    filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	height: 36px;
	width: 322px;
	margin-top: 177px;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	text-align: center;
	border-bottom-left-radius: 5px;  /* bordo tondo */
	border-bottom-right-radius: 5px;  /* bordo tondo */
	-webkit-border-bottom-left-radius: 5px;  /* bordo tondo */
	-webkit-border-bottom-right-radius: 5px;  /* bordo tondo */
	-moz-border-radius-bottomleft: 5px;  /* bordo tondo */
	-moz-border-radius-bottomright: 5px;  /* bordo tondo */
	-khtml-border-bottom-left-radius: 5px;  /* bordo tondo */
	-khtml-border-bottom-right-radius: 5px;  /* bordo tondo */
}

div.slide180
 {
    position: absolute;
	float: none;
    background: none repeat scroll 0 0 #FFFFFF;
    filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	height: 36px;
	width: 240px;
	margin-top: 144px;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	text-align: center;
	border-bottom-left-radius: 5px;  /* bordo tondo */
	border-bottom-right-radius: 5px;  /* bordo tondo */
	-webkit-border-bottom-left-radius: 5px;  /* bordo tondo */
	-webkit-border-bottom-right-radius: 5px;  /* bordo tondo */
	-moz-border-radius-bottomleft: 5px;  /* bordo tondo */
	-moz-border-radius-bottomright: 5px;  /* bordo tondo */
	-khtml-border-bottom-left-radius: 5px;  /* bordo tondo */
	-khtml-border-bottom-right-radius: 5px;  /* bordo tondo */
}

div.slide90
 {
    position: absolute;
	float: none;
    background: none repeat scroll 0 0 #FFFFFF;
    filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	height: 14px;
	width: 135px;
	margin-top: 76px;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	text-align: center;
	border-bottom-left-radius: 5px;  /* bordo tondo */
	border-bottom-right-radius: 5px;  /* bordo tondo */
	-webkit-border-bottom-left-radius: 5px;  /* bordo tondo */
	-webkit-border-bottom-right-radius: 5px;  /* bordo tondo */
	-moz-border-radius-bottomleft: 5px;  /* bordo tondo */
	-moz-border-radius-bottomright: 5px;  /* bordo tondo */
	-khtml-border-bottom-left-radius: 5px;  /* bordo tondo */
	-khtml-border-bottom-right-radius: 5px;  /* bordo tondo */
}

div.slide213a
 {
    position: absolute;
	float: none;
    background: none repeat scroll 0 0 #FFFF99;
    filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	height: 36px;
	width: 322px;
	margin-top: 177px;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	text-align: center;
	border-bottom-left-radius: 5px;  /* bordo tondo */
	border-bottom-right-radius: 5px;  /* bordo tondo */
	-webkit-border-bottom-left-radius: 5px;  /* bordo tondo */
	-webkit-border-bottom-right-radius: 5px;  /* bordo tondo */
	-moz-border-radius-bottomleft: 5px;  /* bordo tondo */
	-moz-border-radius-bottomright: 5px;  /* bordo tondo */
	-khtml-border-bottom-left-radius: 5px;  /* bordo tondo */
	-khtml-border-bottom-right-radius: 5px;  /* bordo tondo */
}

div.slide180a
 {
    position: absolute;
	float: none;
    background: none repeat scroll 0 0 #FFFF99;
    filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	height: 36px;
	width: 240px;
	margin-top: 144px;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	text-align: center;
	border-bottom-left-radius: 5px;  /* bordo tondo */
	border-bottom-right-radius: 5px;  /* bordo tondo */
	-webkit-border-bottom-left-radius: 5px;  /* bordo tondo */
	-webkit-border-bottom-right-radius: 5px;  /* bordo tondo */
	-moz-border-radius-bottomleft: 5px;  /* bordo tondo */
	-moz-border-radius-bottomright: 5px;  /* bordo tondo */
	-khtml-border-bottom-left-radius: 5px;  /* bordo tondo */
	-khtml-border-bottom-right-radius: 5px;  /* bordo tondo */
}

div.slide90a
 {
    position: absolute;
	float: none;
    background: none repeat scroll 0 0 #FFFF99;
    filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	height: 14px;
	width: 135px;
	margin-top: 76px;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	text-align: center;
	border-bottom-left-radius: 5px;  /* bordo tondo */
	border-bottom-right-radius: 5px;  /* bordo tondo */
	-webkit-border-bottom-left-radius: 5px;  /* bordo tondo */
	-webkit-border-bottom-right-radius: 5px;  /* bordo tondo */
	-moz-border-radius-bottomleft: 5px;  /* bordo tondo */
	-moz-border-radius-bottomright: 5px;  /* bordo tondo */
	-khtml-border-bottom-left-radius: 5px;  /* bordo tondo */
	-khtml-border-bottom-right-radius: 5px;  /* bordo tondo */
}

div.social
 {
    float: left;
	position: absolute;
	background-color:#ffffff;
	width: 72px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	margin-left: 800px;
	margin-top: 10px;
	border: 1px solid #808080;
    FONT-SIZE: 9px;
    FONT-SIZE: 0.9rem;
    FONT-WEIGHT: 400;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
     border-radius: 5px;  /* bordo tondo */
     -webkit-border-radius: 5px;  /* bordo tondo */
     -moz-border-radius: 5px;  /* bordo tondo */
	 -khtml-border-radius: 5px;  /* bordo tondo */
}

div.voto
 {
    float: left;
	position: absolute;
	background-color:#ffffff;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	margin-left: 10px;
	margin-top: 370px;
	border: 1px solid #808080;
    FONT-SIZE: 9px;
    FONT-SIZE: 0.9rem;
    FONT-WEIGHT: 400;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
     border-radius: 5px;  /* bordo tondo */
     -webkit-border-radius: 5px;  /* bordo tondo */
     -moz-border-radius: 5px;  /* bordo tondo */
	 -khtml-border-radius: 5px;  /* bordo tondo */
}

div.voto322
 {
    position: absolute;
	float: none;
    background: none repeat scroll 0 0 #FFFFFF;
    filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	height: 42px;
	width: 50px;
	margin-left: 272px;
	border: 1px solid #808080;
    FONT-SIZE: 9px;
    FONT-SIZE: 0.9rem;
    FONT-WEIGHT: 400;
	text-align: center;
	border-bottom-left-radius: 5px;  /* bordo tondo */
	border-top-right-radius: 5px;  /* bordo tondo */
	-webkit-border-bottom-left-radius: 5px;  /* bordo tondo */
	-webkit-border-top-right-radius: 5px;  /* bordo tondo */
	-moz-border-radius-bottomleft: 5px;  /* bordo tondo */
	-moz-border-radius-topright: 5px;  /* bordo tondo */
	-khtml-border-bottom-left-radius: 5px;  /* bordo tondo */
	-khtml-border-top-right-radius: 5px;  /* bordo tondo */
}

div.voto240
 {
    position: absolute;
	float: none;
    background: none repeat scroll 0 0 #FFFFFF;
    filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	height: 42px;
	width: 50px;
	margin-left: 190px;
	border: 1px solid #808080;
    FONT-SIZE: 9px;
    FONT-SIZE: 0.9rem;
    FONT-WEIGHT: 400;
	text-align: center;
	border-bottom-left-radius: 5px;  /* bordo tondo */
	border-top-right-radius: 5px;  /* bordo tondo */
	-webkit-border-bottom-left-radius: 5px;  /* bordo tondo */
	-webkit-border-top-right-radius: 5px;  /* bordo tondo */
	-moz-border-radius-bottomleft: 5px;  /* bordo tondo */
	-moz-border-radius-topright: 5px;  /* bordo tondo */
	-khtml-border-bottom-left-radius: 5px;  /* bordo tondo */
	-khtml-border-top-right-radius: 5px;  /* bordo tondo */
}

div.voto135
 {
    position: absolute;
	float: none;
    background: none repeat scroll 0 0 #FFFFFF;
    filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	height: 42px;
	width: 30px;
	margin-left: 105px;
	border: 1px solid #808080;
    FONT-SIZE: 9px;
    FONT-SIZE: 0.9rem;
    FONT-WEIGHT: 400;
	text-align: center;
	border-bottom-left-radius: 5px;  /* bordo tondo */
	border-top-right-radius: 5px;  /* bordo tondo */
	-webkit-border-bottom-left-radius: 5px;  /* bordo tondo */
	-webkit-border-top-right-radius: 5px;  /* bordo tondo */
	-moz-border-radius-bottomleft: 5px;  /* bordo tondo */
	-moz-border-radius-topright: 5px;  /* bordo tondo */
	-khtml-border-bottom-left-radius: 5px;  /* bordo tondo */
	-khtml-border-top-right-radius: 5px;  /* bordo tondo */
}

div.voto60
 {
    position: absolute;
	float: none;
    background: none repeat scroll 0 0 #FFFFFF;
    filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	height: 12px;
	width: 25px;
	margin-left: 35px;
	border: 1px solid #808080;
    FONT-SIZE: 9px;
    FONT-SIZE: 0.9rem;
    FONT-WEIGHT: 400;
	text-align: center;
	border-bottom-left-radius: 5px;  /* bordo tondo */
	border-top-right-radius: 5px;  /* bordo tondo */
	-webkit-border-bottom-left-radius: 5px;  /* bordo tondo */
	-webkit-border-top-right-radius: 5px;  /* bordo tondo */
	-moz-border-radius-bottomleft: 5px;  /* bordo tondo */
	-moz-border-radius-topright: 5px;  /* bordo tondo */
	-khtml-border-bottom-left-radius: 5px;  /* bordo tondo */
	-khtml-border-top-right-radius: 5px;  /* bordo tondo */
}

#map { width:100%; height:95%; }
#tooltip { padding:10px; text-align:left; }
#tooltip p { padding:0; margin:0 0 5px 0; }

#star-rating ul {
	list-style: none;
	margin: 3px;
	padding: 0px;
	width: 150px;
	height: 30px;
	position: relative;
	background: url(/images/rating.gif) top left repeat-x;
}
#star-rating li {
	padding: 0px;
	margin: 0px;
	/*\*/
	float: left;
	/* */
}
#star-rating li.current-rating {
	background: url(/images/rating.gif) left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
#star-rating li a {
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	background-image: none;
}
#star-rating li a:hover {
	background: url(/images/rating.gif) left center;
	z-index: 1;
	left: 0px;
}
#star-rating a.star-1 {
	left: 0px;
}
#star-rating a.star-1:hover {
	width: 30px;
}
#star-rating a.star-2 {
	left: 30px;
}
#star-rating a.star-2:hover {
	width: 60px;
}
#star-rating a.star-3 {
	left: 60px;
}
#star-rating a.star-3:hover {
	width: 90px;
}
#star-rating a.star-4 {
	left: 90px;
}
#star-rating a.star-4:hover {
	width: 120px;
}
#star-rating a.star-5 {
	left: 120px;
}
#star-rating a.star-5:hover {
	width: 150px;
}

/* Magic Zoom v4.0.2 */

/* Style of the main image */
.MagicZoom img {
	border: 1px solid #404040;
	vertical-align: middle;
	-webkit-box-shadow: 0px 0px 6px #d9d9d9; /* ombra box */
	-moz-box-shadow: 0px 0px 6px #d9d9d9; /* ombra box */
	box-shadow: 0px 0px 6px #d9d9d9; /* ombra box */
}

/* tyle of the hint text and image */
.MagicZoomHint {
background: url('images/mb_hint.gif') no-repeat 2px 50%;
padding: 2px 2px 2px 20px !important;
min-height: 24px;
margin: 0;
text-decoration: none;
text-align: left;
FONT-SIZE: 8px;
FONT-SIZE: 0.8rem;
color: #444;
}

/* Style to hide external title on a page. Only needed for #id method */
.MagicZoomExternalTitle {
display: none;
}

/* Style of the zoomed image */
.MagicZoomBigImageCont {
border: 1px solid #404040;
}

/* Style of text on the zoomed image */
.MagicZoomHeader {
FONT-SIZE: 10px !important;
FONT-SIZE: 1rem;
line-height: normal !important;
color: #ffffff;
background: #404040;
text-align: center !important;
}

/* Style of square magnify area under the cursor */
.MagicZoomPup {
border: 1px solid #aaaaaa;
background: #ffffff;
cursor: move;
}

/* Style of loading message and icon shown during load */
.MagicZoomLoading {
border: 0px;
background: #fff url('images/mb_loader.gif') no-repeat 2px 50%;
padding: 4px 4px 4px 24px !important;
margin: 0;
text-decoration: none;
text-align: left;
line-height: 1.5em;
FONT-SIZE: 8px;
FONT-SIZE: 0.8rem;
color: #404040;
}

/* Style of shadow effect behind zoomed image */
.MagicBoxShadow {
-webkit-box-shadow: 0px 0px 6px #b6b6b6; /* ombra box */
-moz-box-shadow: 0px 0px 6px #b6b6b6; /* ombra box */
box-shadow: 0px 0px 6px #b6b6b6; /* ombra box */
border-collapse: separate;
}

/* Style of glow effect behind zoomed image */
.MagicBoxGlow {
-webkit-box-shadow: 0px 0px 6px #b6b6b6; /* ombra box */
-moz-box-shadow: 0px 0px 6px #b6b6b6; /* ombra box */
box-shadow: 0px 0px 6px #b6b6b6; /* ombra box */
border-collapse: separate;
}

