/* *******************************************************************************************************
   LINK E PULSANTI
   *******************************************************************************************************/

a {
	text-decoration:none;
	color:#216412;
}
a:hover {
	text-decoration:underline;
}
.imglink {
	border:0px;
	text-decoration:none;
}
.imglink:hover {
	border:0px;
	text-decoration:none;
}

/************************************
 pulsante larghezza fissa
************************************/
a.button{
	float:left;
	width:94px;
	height:22px;
	padding-top:6px;
	font-size:14px;
	text-align:center;
	background-position:0 0px;
	background-repeat:no-repeat;
	background-image:url("../img/button.png");
}
a.button:hover{
	text-decoration:none;
	background-position:0 -28px;
	background-repeat:no-repeat;
	background-image:url("../img/button.png");
}

/************************************
 pulsante larghezza variabile
************************************/
a.pulsante {
	float:left;
	height:44px;
}
a.pulsante span.content {
	float:left;
	height:24px;
	padding:14px 0px 6px 56px;
	font-size:14px;
	text-decoration:none;
	color:#000000;
	position:relative;
	cursor:pointer;
	background-position:0 0px;
	background-image:url("../img/pulsante-content.gif");
}
a.pulsante span.right {
	float:left;
	height:44px;
	width:12px;
	cursor:pointer;
	background-position:0 0px;
	background-image:url("../img/pulsante-right.gif");
}
a.pulsante img {
	float:left;
	height:32px;
	width:32px;
	position:absolute;
	top:6px;
	left:12px;
	border:0px;
}
a.pulsante:hover {
	text-decoration:none;	
}
a.pulsante:hover span.content {
	color:#666666;
	background-position:0 44px;
	_color:#000000;
	_background-position:0 0px;
}
a.pulsante:hover span.right {
	background-position:0 44px;
	_background-position:0 0px;
}
