.col_4 {
	/*background-color: #CC9999;*/
	width: 82%;
	height: auto;
	min-height: 400px;
	text-align: left;
}
	.col_4 dd, .col_4 p, .col_4 cite {
		padding: 3px 35px 5px 35px;
		width: auto;
	}

	.col_4 ul {
		padding: 0 0 10px 60px;
	}
	.col_4 li {
		padding: 2px 0 2px 0;
		line-height: 1.4em;
		list-style-type: circle;
		margin-right: 20px;
	}
	.col_4 li:hover {
		background-color: #F4F9FF;
	}
	.col_4 strong {
		font-weight: bold;
		color: #003653;
	}
	.col_4 em {
		font-style: italic;
	}
	.col_4 h1 {
		font-weight: bold;
		font-size: 1.4em;
		padding: 0 0 3px 40px;
		margin: 0 20px 0 20px;
		border-bottom: 4px solid #f9f9f9;
		color: #3773A4;
		background: url(http://www.infoitalia.com/prt/common/ico_infoitalia_nero.png) no-repeat 2% 50%;
	}
	.col_4 h3 {
		font-weight: bold;
		font-size: 1.2em;
		margin-top: 20px;
		margin-left: 30px;
		color: #5AA3D8;
	}

.imgint {float:right; margin:20px;}

#opinioni dl {
	margin-bottom: 15px;
}
#opinioni dd {
	text-align: right;
	font-size: .9em;
	margin-top: 5px;
}
#opinioni cite {
	display: block;
	font-style: italic;
	background-color: #f9f9f9;
	margin: 20px 35px 5px 35px;
	padding: 10px 20px 10px 20px;
	border-left: 10px solid #FDCA37;
	line-height: 16px;
}


.centra img {
	padding: 6px 8px 0 8px;
	text-align: center;
	
}


#testi a {
	color: #006699;
	padding-bottom: 2px;
	border-bottom: 1px solid #006699;
}
#testi a:hover {
	border-bottom: 0px;
}


#download {
	border:3px solid #F9F9F9;
	background: url(/img/ico-dwnld.png) no-repeat 25% 50%;
}

#contatti #download label {
	background-color: transparent;
}
#download tr:hover {
	background-color: #F8FAFA;
}

#download td, #download th {
	margin: 0;
	padding: 3px 12px 3px 0px;
}
#download td {
	color: #507948;
}

#download th {
	font-weight: bold;
	color: #3773A4;
}

.torna_su {
	padding-right: 24px;
	background: url(/img/ico-torna-su.png) no-repeat 100% 50%;
}

/***** IMMAGINI *************/
.ruota {
	float: right; 
	margin: 10px 30px 10px 30px;
}

.floatdx {float: right; margin: 10px 30px 10px 30px;}
.floatsx {float: left;  margin: 10px 30px 10px 30px;}
/******************************/

/******* OFFERTE **************/
.offerte {
	text-align: center;
	margin-left: 30px;
	padding: 10px 0px 10px 0px;
}
.offerte img {
	padding: 2px;
	border: 2px solid transparent;
}
.offerte img:hover {
	border: 2px solid red;
}
/******************************/


#caratteristiche {
	margin-left: 30px;
}
#caratteristiche table {
	border: 1px solid silver;
}
#caratteristiche th {
	background-color: #F0EFE6;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#caratteristiche td {
	border-bottom: 1px solid #f9f9f9;
	padding: 1px 3px 1px 3px;
}
#caratteristiche td:hover {
	background-color: #FAFAF5;
}



#accessori {
	background-color: #fff;
	margin: 0px 30px 0px 30px;
}

#accessori table {
	border-collapse: collapse;
	width: 100%;
}
	#accessori table th {
		background-color: silver;
		padding: 5px 10px 5px 30px;
		background-color: #999;
		color: #fff;
		font-weight:bold;
	}
	#accessori table td {
		margin: 0;
		padding: 5px 0 5px 0;
		vertical-align: top;
		border-bottom: 10px solid #f7f7f7;
	}
	#accessori td em {
		display: block;
		font-size: larger;
		font-weight: bold;
		font-style: normal;
		padding-bottom: 5px;
	}
		#accessori td.foto {
			width: 1%;
		}
		#accessori td.descr {
			padding: 5px 10px 5px 30px;
		}

/* gallery per jquery lightbox */
	.gallery {
		/*margin-left: 30px;*/
	}
	.gallery ul { list-style: none; }
	.gallery ul li { display: inline; }
	.gallery ul li:hover { background-color: inherit; }
	.gallery ul img {
		border: 5px solid #f1f1f1;
		border-width: 5px 5px 20px;
	}
	#testi .gallery ul li a {
		text-decoration: none;
		border: none;
	}
	#testi .gallery ul li a:hover {
		text-decoration: none;
		border: none;
	}
	.gallery ul a:hover img {
		border: 5px solid #f4f4f4;
		border-width: 5px 5px 20px;
		color: #888;
	}
	.gallery ul a:hover { color: #fff; }

