.partnerContainer {
	padding: 25px 14px 25px 15px;
	width: 926px;
	overflow: hidden;
}

.partner {
	overflow: hidden;
	height: 161px;
	margin-bottom: 25px;
	margin-top: 15px;
	color: #00193D;
}

.partner.first {
	width: 452px;
	border-right: 1px solid #CCCCCC;
	float: left;
	padding-right: 10px;
}

.partner.last {
	width: 435px;
	padding-left: 28px;
}

.partner .immagine {
	width: 183px;
	height: 137px;
	background-image: url("../immagini/grafica/box_partner.png");
	padding: 2px;
	background-color: white;
	text-align: center;
	line-height: 137px;
	float: left;
	margin-right: 20px;
	display: block;
	overflow: hidden;
}

.partner .immagine img {
	vertical-align: middle;
}

.partner .titolo {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.partner .sito {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

.partner .sito a {
	color: #00193D;
	font-weight: bold;
}

.partner .sito a:hover {
	text-decoration: underline;
}

.partner .testo {
	font-size: 13px;
	margin-left: 207px;
}

.separatore {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
	width: 906px;
	background-color: #CCCCCC;
}