/*////////--- OGGETTO TIPO 42 (Elenco link) ---/////////*/
.OB42{
	display: block;
	margin-top: 20px;
	min-height: 300px;
	text-align: left;
}
.OB42 .OB_box{
	display: inline-block;
	vertical-align: top;
	float: left\9;/*IE6-7-8*/
	display: block\9;/*IE6-7-8*/
	margin: 10px 0 0 0;
	text-align: left;
	font-family: 'Font1', Helvetica, Arial, sans-serif;
}
.OB42 .OB_item{
	float: left;
	display: block;
	margin: 0 15px;
	min-height: 30px;
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	color: #444;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-transition: all 0.2s ease-out; 
	-moz-transition: all 0.2s ease-out; 
	-o-transition: all 0.2s ease-out; 
	transition: all 0.2s ease-out;
}
.OB42 .OB_item:Hover{
	background-color: #19b9c5;
	color: #fff;
	box-shadow: 0 4px 0 #13919B;
	-webkit-box-shadow: 0 2px 0 #13919B;
	-moz-box-shadow: 0 2px 0 #13919B;
	-ms-box-shadow: 0 2px 0 #13919B;
	-o-box-shadow: 0 2px 0 #13919B;
}
.OB42 .OB_item:Active{
	background-color: #13919B;
}
.OB42 .OB_icon{
	float: left;
	display: block;
	height: 30px;
	width: 20px;
	margin: 0;
	text-align: center;
	overflow: hidden;
	background-image:url(../img/indicatore-elenco.png);
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
.OB42 .OB_titolo{
	display: block;
	padding: 7px 10px 7px 30px;
	font-size: 18px;
	font-weight: bold;
}
.OB42 .OB_testo{
	display: block;
	padding: 2px 10px 7px 30px;
}

@media only screen and (max-width:1000px) {
}