/* SoluzioneSito Snc (www.soluzionesito.com) */
/* Davide Cattorini (davide@soluzionesito.com) */

body {
	font: 11px/14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}
a {
	color: #FFF;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}
h3, h4 {
	font: 11px/16px Tahoma, Verdana, Arial, Helvetica, 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 8px;
}
.img_left {
	float: left;
	margin: 5px 8px 0 0;
}
.hide {
	position: absolute; 
	top: -10000px; 
	left: -10000px;
}

/* LINEA ORIZZONTALE PERSONALIZZATA */

hr { 
	display: none; 
}
.hr {
	width: 169px;
	height: 1px;
	margin: 1em auto;
	background: url("../../upload/images/hr.gif");
}

/* 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;
}
@media all and (min-width: 0px) {
	.form_gen .txtinput {
		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;
	}
	.form_gen .chkinput input, .form_gen .radioinput input {
		float: left;
		margin: 2px 2px 0 0;
	}
}
.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 #3A75D1;
	border-bottom: 1px solid #3A75D1;
	background: #FFF url("../../upload/images/bg_input.gif") repeat-x;
}
.clear {
	clear: both;
}

/* PAGINA PASS. FORM + ALERT CONTATTACI + FONT CAMPI + BOTTONI */

#ss_form {
	text-align: center;
}
.contattaci_alert {
	color: #8CF842;
	text-align: center;
	font-weight: bold;
}
.form_gen input, .form_gen textarea, .form_gen select {
	font: 11px Tahoma, Verdana, Arial, Helvetica, 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;
}

.giallo {
	color: #8CF842;
	font-weight: bold;
}

table {
	font: 11px/20px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
}
th {
	padding: 0 0.1em;
	text-align: left;
}
tr.intestazione td {
	border-top: 2px solid #8CF842;
	border-bottom: 2px solid #8CF842;
	font-weight: bold;
	background: url("../../images/frontend/default/bg_tabella.jpg") top left;
	color: #000;
}
td {
	border-bottom: 1px solid #FFF;
	padding: 0 0.1em;
	text-align: center;
}
td+td {
	border-left: 1px solid #FFF;
	text-align: center;
}

sub, sup {
	font-size: 8px;
}
.allegato_acrobat { 
	background: url("../../upload/images/icona_acrobat.gif") no-repeat;  
	margin: 0 0 2px 10px; 
	line-height: 2em;
}
.allegato_acrobat a { 
	padding-left: 25px;
}
.leggi {
	background: url("../../images/frontend/default/frecce.gif") bottom right no-repeat;
	padding-right: 16px;
	text-align: right;
	margin-bottom: 0;
}
.leggi a {
	color: #FFF;
}
.title_little_news {
	font: bold 11px/14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #8CF842;
	margin-bottom: 0;
}
.content_little_news p {
	margin-top: 0;
}
.content {
	font: 11px/16px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.content h2 {
	color: #8CF842;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dashed #FFF;
	padding-top: 10px;
	padding-bottom: 2px;
}
.iconee_content {
	padding: 0 20px 10px 25px;
}
.prodotti ul {
	list-style: none;
	margin: 0 10px;
	padding: 0;
}
.prodotti li {
	width: 128px !important;
	width /**/: 148px;
	margin: 0;
	padding: 0 10px 25px 10px;
	float: left;
}