
#per_acquistare{
	width:48%;
	margin-right:4px;
	background:-o-linear-gradient(bottom, #ffffff 5%, #9ddbeb 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #9ddbeb) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #9ddbeb 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#9ddbeb");
	background:-o-linear-gradient(top,#ffffff,#9ddbeb);	
}
@media (max-width:800px){
	#per_acquistare{
		width: 100%;	
	}
}

span.risparmi_on{
	font-style: italic;
	font-size: 14px;
	color: white;
	background-color: #003300;
	padding: 0 6px 0 4px;
}
span.promo_online{
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	color: white;
	background-color: #003399;
	padding: 2px 6px 2px 4px;
	margin: 15px 0 15px 0;	
}

#info2_testata{
	text-align: center;
}

#panel_sitoweb{
	margin: 50px 0 0px 0;	
	border-top:3px dotted ;
	//background-image:url("images/sfondo_elencoinfo_titolo.png ");
}
#panel_gestsito{
	margin: 50px 0 0px 0;	
	border-top:3px dotted ;
	//background-image:url("images/sfondo_elencoinfo_titolo.png ");
}

.moduli_sitoweb{
	margin: 0 0 10px 0;
	//border-bottom:1px dotted ;
	clear:both;
}
.moduli_sitoweb img {
	float: left;
}


#extradescr_info2 {
	display: none;
}



#testo_approfondimenti {
	clear: both;
	margin: 40px 0 0 0;
	text-align: justify;
	//background-color: #EEE;
}
#testo_approfondimenti ol, #testo_approfondimenti ul { 
	list-style: disc;
	list-style-type: disc; 
	list-style-position: inside; 
	margin: 10px 0 0 10px;
	padding-left: 10px;
}
#testo_approfondimenti ul li, #testo_approfondimenti ol li {
	display: list-item;
	margin-left: 10px;
	padding-left: 10px;
}
#immagini_approfondimenti {
	clear: both;
	margin: 40px 0 40px 0;
	padding: 5px;
	background-color: #EEE;
}


/* ------- CSS SKBASE -------- */

.albero_kbase ul {
	padding-left: 0px;
	margin-left:  2px;
	padding-right:0px;
	margin-right: 0px;
	list-style-position: outside;
}
.albero_kbase li {
    text-indent: -4px;
    padding-left: 4px;	
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0 4px 0 0;	
}
.albero_kbase_eredita{
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #777;
}
.albero_kbase_moduli{
	font-weight: normal;
	text-transform: none;
	list-style-type: circle;
	list-style-image: url('images/checkmark.png');		
	/*background-color: #e5ffc9;*/ 
}
.albero_kbase_tipo_app, .albero_kbase_titolo_sw, .albero_kbase_dump, .albero_kbase_NoPromo, .albero_kbase_trasf_ftp{
	display: none;
}
@media (max-width: 600px) {
	.albero_kbase ul {
	
    }
}

.lista_tipoapp {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	align-items: stretch;
    grid-gap: 5px;
}
.box_tipoapp {
	min-height: 100px;
    border: 1px solid #777;
    border-radius: 16px;
    padding: 5px 12px;
    background-color: #aae053;
    text-align: center;
    font-weight: bold;
}
div.box_tipoapp:hover { 
	text-decoration: none; 
	color: #FF0000;
	background: #FFF;
}
@media (max-width:800px){
	.lista_tipoapp{
		grid-template-columns: repeat(1, 1fr);
	}	
}