@charset "utf-8";
/* CSS Document */

#Newsletter {
	display: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	color: #999;
}
.newslettertxt {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #333;
	padding: 2px;
	width: 280px;
	margin-right: 5px;
	color: #999;
}

#Navigazione {
	margin-bottom: 20px;
	font-size: 12px;
	clear: both;
	float: left;
	width: 100%;
	margin-top: 10px;
	font-weight: bold;
}
#Navigazione a, #Navigazione a:visited, #Navigazione a:active {
	padding: 2px;
	text-decoration: none;
}
#Navigazione a:hover {
	text-decoration: underline;
}
#Navigazione .selected {
	font-size: 16px;
	font-weight: bold;
}

.AzioneNO {
	color: #900;
	padding: 10px;
	background-color: #FFD5D5;
	font-size: 14px;
}
.AzioneOK {
	color: #060;
	padding: 10px;
	background-color: #CFC;
	font-size: 14px;
}
.AjaxLoader {
	display: inline;
}
.SpiegazioneCampo {
	font-size: 11px;
	color: #666;
}


/* Most common stuff you'll need to change */

.coda-slider-wrapper {
	padding: 0px;
}
	.coda-slider { background: #fff }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 10px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 300px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 300px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #fff; color: #333 }
	
	/* Panel padding */
.coda-slider .panel-wrapper {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden; margin: 0px; padding: 0px; }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #f4f4f4; color: #333; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
	
	

/* ======= STAR-RATER ======== */
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
background: url(/images/star.gif) left -1000px repeat-x;
}
.star-rating{
position:relative;
width:125px;
height:25px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
background-position: left top;
}
.star-rating li{
display: inline;
}
.star-rating a,
.star-rating .current-rating{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:25px;
line-height:25px;
outline:none;
overflow:hidden;
border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
background-position: left bottom;
}
.star-rating .current-rating{
z-index:1;
background-position: left center;
}

.inline-rating{
display:-moz-inline-block;
display:-moz-inline-box;
display: inline-block;
vertical-align: middle;
}

.small-star{
width:50px;
height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
background-image: url(/images/star_small.gif);
line-height: 10px;
height: 10px;
}
/* ======= /STAR-RATER ======== */
