/* SoluzioneSito Snc (www.soluzionesito.com) */
/* Davide Cattorini (davide@soluzionesito.com) */

body, td, li, .form_gen input, .form_gen textarea, .form_gen select, .font_gen, .btn_gen_oriz, .btn_gen_vert {
	font: 11px/14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
body, td, li {
	color: #555;
}

a {
	color: #333;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}
h3, h4 {
	font: bold 12px/14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 8px 0;
}

/* PERSONALIZZAZIONI PER SITO */

.green {
	color: #4EA307;
}
.blue {
	color: #3b6295;
}
.img1 {
	float: left;
	margin-right: 10px;
}
.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;
}

/* Motore di ricerca piccolo */

.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;
	}
}

/* Tabella costi + ticket */

.table_costi, .table_ticket {
	width: 100%;
	border-collapse: collapse;
}
.table_costi th, .table_ticket th {
	padding: 5px 0.5em;
	border-top: 1px solid #2478AB;
	border-bottom: 1px solid #2478AB;
	background: #ECF0F2;
	text-align: left;
}
.table_costi td, .table_ticket td {
	padding: 5px 0.5em;
	border-bottom: 1px solid #CCC;
}
.table_costi td+td, .table_ticket td+td {
	border-left: 1px solid #CCC;
	text-align: center;
}

/* Preventivo online */

.form_text_22, .form_text_38 {
	font-style: italic;
	margin: 15px 0;
}
.white_line_51, .white_line_52 {
	margin: 0;
}

/* MODULO ARCHIVIO */

#download th, #download td {
	background: #EFF3F6;
	border: 2px solid #FFF;
}
#download .col_dw {
	background: #D5DFE1;
}

/* MODULO GALLERY */

#pop {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	display: none;
}
#pop div {
	width: 100px;
	height: 20px;
	padding: 4px;
	border: 1px solid #000;
	background-color: #FFF;
	color: #000;
	text-align: center;
}
#pop img {
	margin: 0;
	border: 1px solid #000;
	background-color: #FFF;
	padding: 8px;
}