/* *******************************************************************************************************
   LINK E PULSANTI
   *******************************************************************************************************/

a {
	color:#ED1B26;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.imglink {
	border:0px;
	text-decoration:none;
}
.imglink:hover {
	border:0px;
	text-decoration:none;
}

/************************************
 pulsante larghezza variabile
************************************/
a.pulsante {
	float:left;
	height:29px;
}
a.pulsante > .left{
	float:left;
	width:16px;
	height:29px;
	background-image:url(../img/button-left.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
a.pulsante > .content{
	float:left;
	padding-top:6px;
	height:23px;
	color:#ffffff;
	text-transform:uppercase;
	background-image:url(../img/button-content.png);
	background-position:0px 0px;
	background-repeat:repeat-x;
}
a.pulsante > .right{
	float:left;
	width:16px;
	height:29px;
	background-image:url(../img/button-right.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
a.pulsante:hover > .left{
	background-position:0px -29px;
}
a.pulsante:hover > .content{
	background-position:0px -29px;
	text-decoration:none;
}
a.pulsante:hover > .right{
	background-position:0px -29px;
}
