﻿/* ================================================================ 
PARTNERS
=================================================================== */
.positionPartners {
	position: absolute;
	top: 35px;
	width: 135px;
	height: 20px;
	color: #9B9B9B;
	font-size: 14px;
	right: 0px;
	z-index: 100;
}
.hov table {
	position: absolute;
	border: 0;
	border-collapse: collapse;
	left: 20px;
	background: #FFFFFF;
}
.hov a {
	text-decoration: none;
}
.hov b {
	display: none;
	font-size: 12px;
	background: #FFFFFF;
}
.hov:hover {
	position: relative;
	z-index: 100;
	background: #FFFFFF;
	z-index: 100;
}
.hov a:hover, .hov:hover a {
	border: 0;
	text-decoration: none;
	position: relative;
	background: #FFFFFF;
	z-index: 100;
}
/* ***  GOVERNA LA POSIZIONE DELLA TENDINA *** */
.hov:hover b, .hov a:hover b {
	display: block;
	visibility: visible;
	position: absolute;
	left: 0px;
	top: 17px;
	background: #FFFFFF;
	cursor: pointer;
	border: 1px solid #ccc;
	padding: 5px 10px;
	z-index: 100;
}
.hov b a {
	white-space: nowrap;
	color: #C0C0C0;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFFF;
	display: block;
	z-index: 100;
}
.hov b a:hover {
	text-decoration: none;
	color: #808080;
	font-weight: normal;
	background: #FFFFFF;
	z-index: 100;
}
.clear {
	clear: both;
}
