/* SoluzioneSito Snc (www.soluzionesito.com) */
/* Davide Cattorini (davide@soluzionesito.com) */

body {
	font: 11px/14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #555;
}
a {
	color: #333333;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}
h4 {
	font: 11px/14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 8px 0;
}
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: 0 0 0 5px;
}
.img_left {
	float: left;
	margin: 0 5px 0 0;
}
.hide {
	position: absolute; 
	top: -10000px; 
	left: -10000px;
}

/* LINEA ORIZZONTALE PERSONALIZZATA */

hr { 
	display: none; 
}
.hr {
	width: 50%;
	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;
}
.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: 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 10%;
}
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 */

.green {
	color: #4EA307;
}
.blue {
	color: #3b6295;
}
.img1 {
	float: left;
	margin-right: 10px;
}
.clear_both {
	clear: both;
}
.screencast {
	margin: 15px 15px;  /* Utilizzato per paragrafi con iconee e testi */
}

.ul1, .ul1 ul {
	margin-left: 0px;
	padding-left: 7px;
	margin-top: 0;
	list-style: none;
	line-height: 1.4em;
}
.ul1 li, .ul1 li ul li {
	padding-left: 13px;
	background: url("/images/frontend/default/quadrato_verde.gif") no-repeat 0 5px;
	margin: 2px 0;
}
.ul2 {
	list-style: none;
	line-height: 7em;
	padding: 0;
	margin: 0;
}
.ul2 li {
	text-align: center;
	padding: 0;
	margin: 0;
}
.faq li {
	padding-bottom: 15px;
	margin: 0;
}
.faq ol {
	margin: 0;
	padding: 0;
}

.txtsearchlittle {
	height: 16px !important;
	height /**/: 18px;
	padding: 2px 0 0 2px;
	margin-left: 45px;
	border: 1px solid #D6D6D6;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url("/upload/images/bg_input.gif") repeat-x;
}
.btnperformsearchlittle {
	width: 66px;
	height: 27px;
	border: 0;
	padding: 0;
	margin: 0;
	background: #FFF url("../../images/frontend/default/tasto_cerca.jpg") top left no-repeat;
	cursor: pointer;
	cursor: hand;
} 
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	head~body .txtsearchlittle {
		height: 18px !important;
		padding: 0 0 0 2px;
		margin-left: 45px;
		border: 1px solid #D6D6D6;
		font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
		background: #FFF url("/upload/images/bg_input.gif") repeat-x;
	}
}

/* TABELLE COSTI */

.costi table {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}
.costi th {
	padding: 0 0.5em;
	text-align: left;
}
.costi tr.yellow td {
	border-top: 1px solid #2478AB;
	border-bottom: 1px solid #2478AB;
	background: #ECF0F2;
}
.costi td {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
}
.costi td+td {
	border-left: 1px solid #CCC;
	text-align: center;
}
.costi li, .costi ul {
	margin-top: 0;
	padding-top: 0;
}

/* CATALOGO */

#trvclquickmenu_wrapper{
	margin-left: 15px;
}
.quick_menu li {
	margin-left: 0;
	padding-left: 0;
	list-style-type: square;
	line-height: 2em;
}
#catalogcategoryblock li {
	display: block;
	width: 375px;
	margin: 8px auto 0 auto;
	padding: 0 30px 0 0;
	float: left;
}
#catalogcategoryblock li img {
	float: left;
	margin-top: 12px;
}
#catalogcategoryblock li p {
	width: 312px;
	float: right;
	margin-right: 10px;
}
#catalogcategoryblock li ul {
	width: 312px;
	float: right;
}
#catalogcategoryblock ul li ul li {
	padding: 0 0 0 15px;
}
#catalogproductsblock li {
	display: block;
	width: 294px;
	margin: 8px auto 0 auto;
	padding: 0 40px 0 0;
	float: left;
}
#catalogproductsblock li img {
	padding-top: 12px;
	float: left;
	margin-right: 10px;
}

.form_text {
	font-style: italic;
	margin: 15px 0;
}
.white_line_51, .white_line_52 {
	margin: 0;
}