/* Colori ----------- */
/* --- BANNER COOKIE --- */
#banner_cookie {
	text-align:center;
	width: 100%; 
	line-height:250%; 
	position:absolute;
	z-index:4000;
}
#banner_cookie p {
	font-size: 0.8125rem; 
	width:100%;
	margin:0px;
	padding:0px;
}
#banner_cookie a {
	margin-left: 20px; 
	text-decoration:none; 
	padding: 5px 10px; 
	border-radius: 5px;
}
/* Formattazione Percorso ----------- */
main p.percorso {
	text-align: center;
	margin:1.25rem 0 0.625rem 0;
	padding:0 0 0 0;
	text-transform:uppercase;
	font-size: 0.75rem;
	color: #AAA;
	line-height: 110%;
}
main p.percorso a {
	padding: 0.3125rem 1rem;
	color: #444;
	background: #EEE;
	text-decoration: none;
	margin:0.3125rem 0 0 0;
	display: inline-block;
	background-image: url(../../images/pubblico/prima.png),  url(../../images/pubblico/dopo.png);
	background-repeat: no-repeat,  no-repeat;
	background-position: center left, center right;
}
main p.percorso a:hover {
	background-image: url(../../images/pubblico/prima.png),  url(../../images/pubblico/dopo.png);
	background-repeat: no-repeat,  no-repeat;
	background-position: center left, center right;
	background-color: #BA0020;
	color: #FFF;
}
main p.percorso a:first-child {
	background-image:url(../../images/pubblico/dopo.png);
	background-repeat:no-repeat;
	background-position:center right;
	border-radius: 0.3125rem 0 0 0.3125rem;
}
main p.percorso a:last-child {
	background-image:url(../../images/pubblico/prima.png);
	background-repeat:no-repeat;
	background-position:center left;
	border-radius: 0 0.3125rem 0.3125rem 0;
}

/* Formattazione Generale ----------- */
#contenuto h1 {
	margin:0 0 1rem 0;
	padding:0 0;
	text-align:center;
	color: #00B2A2!important;
	background: #FFF;
}
#contenuto.monocolonna h1 {
	text-align:center;
}
#contenuto h1 a.torna_ricerca{
	float: right;
}
#contenuto h2 {
	text-align:left;
	margin:0.625rem 0 0.625rem 0;
	padding:0rem 0 0.3125rem 0;
	font-weight:700;
	border:none !important;
	color: #E8340E !important;
	text-transform: uppercase;
}

#contenuto h3 {
	text-align:left;
	margin:0 0 0.625rem 0;
	padding:0 0;
	color: #AAA!important;
}
#contenuto h4 {
	text-align:justify!important;
	margin:0 0 0.625rem 0;
	padding:2.5rem 0 0 0;
	font-size: 1.1rem!important;
	display: block;
}
#contenuto p {
	text-align:justify;
	margin:0 0 0.625rem 0;
	padding:0 0;
	font-size: 1rem!important;
}
#contenuto a {
	text-decoration:none;
}
#contenuto p strong {
}
#contenuto ul, #contenuto ol {
	margin:0.625rem 0 0.625rem 1.25rem;
	padding:0 0;
	list-style-position: outside;
	font-size: 1rem!important;
}
#contenuto li {
	text-align:justify;
	font-size: 1rem!important;
	padding: 0.3125rem 0;
}
#contenuto img {
	padding:0px;
	float:left;
}
#contenuto table {
	width:100%;
	margin:0.625rem auto;
}
#contenuto table td {
	padding:0.3125rem;
	margin:0 0 0 0;
	text-align:center;
	background: none!important;
	border-bottom: 1px solid #DEDEDE;
}
#contenuto table th {
	padding:0.3125rem;
	margin:0 0 0 0;
	text-align:left;
	text-align:center;
	background: #FFF;
	color: #BA0020!important;
	border-bottom: 1px solid #BA0020;
}
#contenuto table.scheda_prodotto {
	border-top: 1px solid #DEDEDE;
	table-layout: fixed;
	margin-top: 1.25rem;
}
#contenuto table.scheda_prodotto th {
	background: none!important;
	color: #000!important;
	border-bottom: 1px solid #DEDEDE;
}
#contenuto table.scheda_prodotto td, #contenuto table.scheda_prodotto th {
	width: 50%!important;
}
#contenuto table tr:nth-child(odd) { 
	background:#F5F5F5;
}
#contenuto table tr:nth-child(even) {
	background:#FFFFFF; 
}


#contenuto .view_contenuto {
	height:32px;
	width:32px;
	position:absolute;
	top:5px;
	right:10px;
}
#contenuto .view_contenuto.apri {
	background:url(../../images/pubblico/expand.png) no-repeat center center;
}
#contenuto .view_contenuto.chiudi {
	background:url(../../images/pubblico/reduce.png) no-repeat center center;
}
#contenuto div.testo {
	position:relative;
}
div.ui-tooltip {
    max-width: 800px;
}
/* Smartphones ----------- */
@media only screen and (max-width : 1200px) {
#contenuto.monocolonna, #contenuto.duecolonne {
	width:94%;
	padding:0.675rem 3%;
}
}
/* ipad desktop ----------- */
@media only screen and (min-width : 1201px) {
#contenuto.monocolonna {
	margin:0 0 0 0;
	padding:1rem 0 3rem 0;
	width:100%;
}
#contenuto.duecolonne {
	margin:0 0 0 0;
	padding:1rem 0 3rem 0;
	width:48.125rem;
	float:left;
}
#contenuto.monocolonna h1 {
	text-align: center;
}
#contenuto.duecolonne h1 {
	text-align: left;
}
#contenuto.monocolonna h2 {
	text-align: center;
	border-bottom: 1px dotted #AAA!important;
}
#contenuto.monocolonna h4 {
	float: right;
	width: calc(50% - 1rem);
	margin: 4rem 0 0 0;
}
}