/* SoluzioneSito Snc (www.soluzionesito.com) */
/* Davide Cattorini (davide@soluzionesito.com) */

body {
	font: 11px/16px Verdana, "Trebuchet MS", Helvetica, Tahoma, Arial, sans-serif;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	color: #000;
	text-decoration: none;
}
h4 {
	font: 11px/16px Verdana, "Trebuchet MS", Helvetica, Tahoma, Arial, sans-serif;
}
p {
	margin: 8px 0;
}
img {
	border: 0;
}
acronym, abbr { 
	cursor: help; 
	border-bottom: #666 1px dashed;
}

/* MISC */

.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.img_right {
	float: right;
	margin: 5px 0 0 7px;
}
.img_left {
	float: left;
	margin: 5px 7px 0 0;
}
.hide {
	position: absolute; 
	top: -10000px; 
	left: -10000px;
}

/* LINEA ORIZZONTALE PERSONALIZZATA */

hr { 
	display: none; 
}
.hr {
	margin: 22px 150px;
	border-bottom: 1px dashed #eb8a23;
}

/* FORM - CLASSI GENERALI */

.form_gen {
	margin: 0 auto; 
	overflow: hidden; 
}
.form_gen fieldset {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}
.form_gen legend {
	display: none;
}
.form_gen label {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 23px;
}
.form_gen .txtinput {
	height: 17px !important;
	height /**/: 21px;
	float: left;
	margin: 0 0 4px 0;
	padding: 4px 0 0 3px;
	border: 1px solid #EBEBEB;
	border-bottom: 1px solid #D6D6D6;
	background: #FFF url("../../upload/images/bg_input.gif") repeat-x;
}
.form_gen .chkinput input, .form_gen .radioinput input {
	float: left;
	margin-right: 3px;
}
.form_gen .chkinput label {
	margin-top: -2px !important;
	margin-top: -1px;
}
*:first-child+html .form_gen .chkinput label {
	margin-top: -1px !important;
}
.form_gen .radioinput label {
	margin-top: -1px;
}
.form_gen select {
	height: 21px !important;
	height /**/: 21px;
	float: left;
	margin: 0 0 4px 0;
	padding: 1px 0 0 0;
	border: 1px solid #EBEBEB;
	border-bottom: 1px solid #D6D6D6;
	background: #FFF url("../../upload/images/bg_input.gif") repeat-x;
}
.form_gen textarea {
	margin: 0 0 3px 0 !important;
	margin-left: -3px;
	padding: 4px 0 0 3px;
	border: 1px solid #EBEBEB;
	border-bottom: 1px solid #D6D6D6;
	background: #FFF url("../../upload/images/bg_textarea.gif");
}

/* MOTORE DI RICERCA INTERNO */

.ricerca {
	width: 307px;
	margin: 0 auto;
}
.risultati_ricerca {
	float: right;
}
.ricerca label, .risultati_ricerca label {
	float: left;
	margin: 0 5px 0 0;
}
.ricerca .txtsearchbig, .risultati_ricerca .txtsearchbigresult {
	width: 150px !important;
	width /**/: 155px;
	height: 17px !important;
	height /**/: 21px;
	float: left;
	margin: 0 0 4px 0;
	padding: 4px 0 0 3px;
	border: 1px solid #EBEBEB;
	border-bottom: 1px solid #D6D6D6;
	background: #FFF url("../../upload/images/bg_input.gif") repeat-x;
}
.clear {
	clear: both;
}

/* FORM + RICERCA - CLASSI SPECIFICHE PER OPERA */

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	head~body .form_gen .txtinput, head~body .ricerca .txtsearchbig, head~body .risultati_ricerca .txtsearchbigresult {
		height: 21px !important;
		float: left;
		margin: 0 0 4px 0;
		padding: 0 0 0 3px;
		border: 1px solid #EBEBEB;
		border-bottom: 1px solid #D6D6D6;
		background: #FFF url("../../upload/images/bg_input.gif") repeat-x;
	}
	head~body .form_gen .chkinput input, .form_gen .radioinput input {
		float: left;
		margin: 2px 2px 0 0;
	}
}

/* PAGINA PASS. FORM + ALERT CONTATTACI + FONT CAMPI + BOTTONI */

#ss_form {
	text-align: center;
}
.contattaci_alert {
	color: red;
	text-align: center;
	font-weight: bold;
}
.form_gen input, .form_gen textarea, .form_gen select {
	font: 10px/12px Verdana, "Trebuchet MS", Helvetica, Tahoma, Arial, sans-serif;
}
.btn_gen_vert, .btn_gen_oriz {
	height: 23px;
}
.btn_gen_vert {
	margin-top: 10px;
}

/* TREEVIEW - CLASSI GENERALI */

div.quick_menu_gen {
	margin: 25px 5%;
}
div.quick_menu_gen ul, div.quick_menu_gen li {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.quick_menu_gen ul ul li {
	margin: 0 0 0 8px;
	padding: .2em 0 0 16px;
	background: url("../../images/frontend/treeview/orizzontale.gif") 0 .9em no-repeat;
}
div.quick_menu_gen ul li.last-child, div.quick_menu_gen ul ul li.last-child { 
	background: url("../../images/frontend/treeview/orizzontale_finale.gif") 0 .9em no-repeat; 
}
div.quick_menu_gen li.folder {
	margin-top: .2em;
	margin-bottom: .2em;
}
div.quick_menu_gen li.folder ul {
	background: url("../../images/frontend/treeview/verticale.gif") 8px 0 repeat-y;
}
div.quick_menu_gen img { 
	padding-right: 4px;
	vertical-align: middle;
}

div.unord_list_gen {
	margin: 25px 5%;
}
div.unord_list_gen li {
	list-style: square;
	line-height: 2em;
}

/* TASTI DI ACCESSO */

.tasti_di_accesso {
	margin-left: 30px;
}

/* PERSONALIZZAZIONI PER SITO */

form {
	margin: 0;
}

.testimonianza_sx {
	padding: 5px 10px 5px 75px;
	background: #EFEFFF url("../../images/frontend/default/testimonianza_sx.gif") top left no-repeat;
}
.testimonianza_dx {
	padding: 5px 75px 5px 10px;
	background: #EFEFFF url("../../images/frontend/default/testimonianza_dx.gif") bottom right no-repeat;
}
.convertitore a {
	float: left;
	color: #EE9422;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
}
.convertitore img {
	float: left;
	margin-right: 8px;
}
.clear_both {
	clear: both;
}
.img_blocco {
	width: 155px;
	margin: 15px 10px 5px 0;
	float: left;
	text-align: left;
}

/* TABELLE */

table {
	font: 11px/24px Verdana, "Trebuchet MS", Helvetica, Tahoma, Arial, sans-serif;
	border-collapse: collapse;
}
th {
	padding: 0 0.5em;
	text-align: left;
}
tr.title td {
	border-top: 1px solid #AFC208;
	border-bottom: 1px solid #AFC208;
	background: #AFC208;
	font-weight: bold;
}
td {
	border-bottom: 1px dashed #AFC208;
	padding: 0 0.5em;
}
td strong {
	text-align: left;
}
td.adjacent {
	border-left: 1px dash*ed #AFC208;
}
td.season {
	text-align: left;
}
.small {
	width: 30px;
}
.medium {
	width: 60px;
}

/* GALLERIA IMMAGINI */

#gallery ul {
	margin: 13px 30px;
	padding: 0;
	list-style: none;
}
#gallery li {
	display: inline;
	padding: 3px 20px;
	float: left;
}