@charset "utf-8";
html, body {
	font-family: Verdana, Geneva, sans-serif;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}
/* ----- Forms -------------------------------------------------------*/
form {
	margin: 0px;
	padding: 0px;
}
.textfield {
	border: 1px solid #cdcdcd;
	padding: 3px;
	background-color: #fff;
	background-image: url(/images/textfield-bg.gif);
	background-repeat: repeat-x;
	background-position: 0 1px;
	font-size: 10px;
	width: 120px;
	height: 14px;
	margin: 0px;
}

.campoTesto {
	font-size: 11px;
	color: #333;
}


#cont_generale {
	padding: 0px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	position: relative;
}
#cont_logArea {
	background-image: url(/images/head_logArea.gif);
	background-repeat: no-repeat;
	background-position: -125px top;
}
#cont_logArea #cont_logoHoe {
	float: left;
	width: 464px;
	position: relative;
	background-image: url(/images/HOE_Logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 250px;
}
#cont_logArea #cont_logoHoe img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#cont_logArea #cont_logoHoe a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

#cont_logArea #cont_fotoBanner {
	float: right;
	width: 508px;
	margin-right: 16px;
	height: 158px;
	position: relative;
}
#cont_logArea #cont_log {
	height: 90px;
	margin-right: 30px;
	margin-left: 478px;
}
#cont_logArea #cont_log #log_sx #fm_login label {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

#fm_login #button {
	background-color: #F90;
	font-size: 12px;
	height: 18px;
	width: 18px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;
}

#cont_logArea #cont_log #log_sx {
	height: 75px;
	width: 245px;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	position: relative;
	display: block;
}
#cont_logArea #cont_log #log_ds {
	float: right;
	width: 220px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 75px;
	position: relative;
	font-size: 12px;
	color: #000;
	display: block;
}
#cont_logArea #cont_log #log_ds a:link, #cont_logArea #cont_log #log_ds a:visited {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #000;
}
#cont_logArea #cont_log #log_ds a:hover, #cont_logArea #cont_log #log_ds a:active {
	text-decoration: underline;
	color: #FFF;
}
#cont_mainMenu {
	clear: both;
	display: block;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#cont_mainMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#cont_mainMenu ul li {
	display: inline;
	line-height: 42px;
	height: 42px;
	color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#cont_mainMenu ul li a:link, #cont_mainMenu ul li a:visited {
	color: #FFF;
	text-decoration: none;
}
#cont_mainMenu ul li a:hover, #cont_mainMenu ul li a:active {
	color: #FCFC04;
	text-decoration: underline;
}


/* TABS AREA*/
#cont_Tabs {
	margin: 0px;
	height: 40px;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
}
#cont_Tabs ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#cont_Tabs ul li {
	height: 40px;
	line-height: 40px;
	width: 162px;
	float: left;
	text-align: center;
	margin-right: 2px;
	position: relative;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#cont_Tabs ul li a:link, #cont_Tabs ul li a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#cont_Tabs ul li a:hover, #cont_Tabs ul li a:active {
	color: #FFF;
	text-decoration: underline;
}

.tabAttivo {
	background-image: url(/images/tab_attivo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.tabHOE {
	background-image: url(/images/tab_HOE.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.tabMembers {
	background-image: url(/images/tab_members.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.tabConference {
	background-image: url(/images/tab_conference.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.tabBecomeMembers {
	background-image: url(/images/tab_become_member.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.tabDownloads {
	background-image: url(/images/tab_downloads.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/* FINE TABS AREA*/

#cont_body {
	margin: 0px;
	background-image: url(/images/ombra_middle.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	clear: both;
	padding: 25px;
	display: block;
	min-height: 300px;
}
#cont_Sx {
	float: left;
	width: 655px;
	position: relative;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 15px;
	border-right-width: 0px;
	border-right-style: solid;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#cont_Sx h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px; /*parametro zoom*/
	font-weight: normal;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#cont_Sx h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px; /*parametro zoom*/
	font-weight: normal;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	clear: both;
	position: relative;
	display: block;
}

#cont_Sx .testoGenerico {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px; /*parametro zoom*/
	line-height: 22px; /*parametro zoom*/
	color: #000;
	text-align: justify;
}

#cont_Sx .testoGenerico2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px; /*parametro zoom*/
	line-height: 22px; /*parametro zoom*/
	color: #000;
	text-align: justify;
}

.readmore  {
	padding: 0px;
	text-align: right;
	width: 655px;
	text-decoration: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.readmore a:link, .readmore a:visited{
	color: #E0041D;
	text-decoration: none;
}
.readmore a:hover, .readmore a:active{
	color: #333;
	text-decoration: underline;
}

#cont_Sx .testoGenerico p {
	text-indent: 25px;
	margin: 0px;
	padding: 0px;
}

#cont_Sx .testoGenerico2 p {
	text-indent: 20px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#cont_Sx .testoGenerico a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#cont_Sx .testoGenerico2 a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#cont_Sx .testoGenerico a:link, #cont_Sx .testoGenerico a:visited {
	color: #333;
	text-decoration: none;
}
#cont_Sx .testoGenerico a:hover, #cont_Sx .testoGenerico a:active {
	color: #000;
	text-decoration: underline;
}

#cont_Sx .testoGenerico ul {
	margin: 0px;
	padding: 0px;
}
#cont_Sx .testoGenerico ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	width: 600px;
}
#cont_Sx .testoGenerico ul li a:link, #cont_Sx .testoGenerico ul li a:visited {
	text-decoration: none;
	color: #333;
}
#cont_Sx .testoGenerico ul li a:hover, #cont_Sx .testoGenerico ul li a:active {
	text-decoration: underline;
	color: #E0041D;
}
#cont_Sx .testoGenerico2 ul , #cont_Sx .testoGenerico2 ol{
	margin-left: 20px;

	padding-left:: 16px;
	list-style-type: disc;
}
#cont_Sx .testoGenerico2 ul li , #cont_Sx .testoGenerico2 ol li{
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	/*width: 600px;*/
}
#cont_Sx .testoGenerico2 ul li a:link, #cont_Sx .testoGenerico2 ul li a:visited {
	text-decoration: none;
	color: #333;
}
#cont_Sx .testoGenerico2 ul li a:hover, #cont_Sx .testoGenerico2 ul li a:active {
	text-decoration: underline;
	color: #E0041D;
}
#cont_Sx .testoGenerico2 a:link, #cont_Sx .testoGenerico2 a:visited {
	text-decoration: none;
	color: #333;
}
#cont_Sx .testoGenerico2 a:hover, #cont_Sx .testoGenerico2 a:active {
	text-decoration: underline;
	color: #E0041D;
}

/*TESTO GENERICO 3*/
#cont_Sx .testoGenerico3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px; /*parametro zoom*/
	line-height: 22px; /*parametro zoom*/
	color: #000;
	text-align: justify;
}
#cont_Sx .testoGenerico3 p {
/*	text-indent: 25px;
	margin: 0px;
	padding: 0px;*/
}

#cont_Sx .testoGenerico3 a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#cont_Sx .testoGenerico3 a:link, #cont_Sx .testoGenerico3 a:visited {
	color: #333;
	text-decoration: none;
}
#cont_Sx .testoGenerico3 a:hover, #cont_Sx .testoGenerico3 a:active {
	color: #000;
	text-decoration: underline;
}

#cont_Sx .testoGenerico3 ul {
	margin: 0px;
	padding: 0px;
}
#cont_Sx .testoGenerico3 ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	width: 600px;
}
#cont_Sx .testoGenerico3 ul li a:link, #cont_Sx .testoGenerico3 ul li a:visited {
	text-decoration: none;
	color: #333;
}
#cont_Sx .testoGenerico3 ul li a:hover, #cont_Sx .testoGenerico3 ul li a:active {
	text-decoration: underline;
	color: #E0041D;
}

/**/



/*TESTO GENERICO 4 HOME */
#cont_Sx .testoGenerico4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px; /*parametro zoom*/
	line-height: 18px; /*parametro zoom*/
	color: #000;
	text-align: justify;
	
}

#cont_Sx .testoGenerico4 p {
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}

#cont_Sx .testoGenerico4 a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#cont_Sx .testoGenerico4 a:link, #cont_Sx .testoGenerico4 a:visited {
	color: #333;
	text-decoration: none;
}
#cont_Sx .testoGenerico4 a:hover, #cont_Sx .testoGenerico4 a:active {
	color: #000;
	text-decoration: underline;
}

#cont_Sx .testoGenerico4 ul {
	margin: 0px;
	padding: 0px;
}
#cont_Sx .testoGenerico4 ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#cont_Sx .testoGenerico4 ul li a:link, #cont_Sx .testoGenerico4 ul li a:visited {
	text-decoration: none;
	color: #333;
}
#cont_Sx .testoGenerico4 ul li a:hover, #cont_Sx .testoGenerico4 ul li a:active {
	text-decoration: underline;
	color: #E0041D;
}

/*FINE  HOME*/

/*TESTO GENERICO 5*/
#cont_Sx .testoGenerico5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px; /*parametro zoom*/
	line-height: 22px; /*parametro zoom*/
	color: #000;
	text-align: justify;
}
#cont_Sx .testoGenerico5 p {
/*	text-indent: 25px;
	margin: 0px;
	padding: 0px;*/
}

#cont_Sx .testoGenerico5 a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#cont_Sx .testoGenerico5 a:link, #cont_Sx .testoGenerico5 a:visited {
	color: #333;
	text-decoration: none;
}
#cont_Sx .testoGenerico5 a:hover, #cont_Sx .testoGenerico5 a:active {
	color: #000;
	text-decoration: underline;
}


/**/




#cont_Sx .cont_adv {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-style: solid;
	border-top-width: 1px;
}
#cont_Sx .cont_adv a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.cont_fotoMember {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.cont_fotoMember a img {
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: none;
	border-right-color: #6E949D;
	border-bottom-color: #6E949D;
}
#cont_Sx .cont_pulsantiera {
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
	padding: 0px;
	height: 110px;
	margin-bottom: 0px;
}
#cont_Sx .cont_pulsantiera ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#cont_Sx .cont_pulsantiera ul li {
	float: left;
	font-size: 10px;
	padding-right: 2px;
	padding-left: 2px;
}
#cont_Sx .cont_pulsantiera ul li .bottoneConference {
	height: 30px;
	width: 66px;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	padding-top: 58px;
	text-align: center;
}
#cont_Sx .cont_pulsantiera ul li a:link,#cont_Sx .cont_pulsantiera ul li a:visited {
	color: #1F3C4E;
	text-decoration: none;
}
#cont_Sx .cont_pulsantiera ul li a:hover,#cont_Sx .cont_pulsantiera ul li a:active {
	color: #FE0000;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}





#cont_Ds {
	width: 240px;
	float: right;
	margin: 0px;
	padding: 0px;
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
}
#cont_Ds .boxDs {
	padding: 0px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/*Hands on europe*/
#cont_Ds .boxDs .etichetta {
	background-image: url(/images/btn_base.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 43px;
	line-height: 43px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#cont_Ds .boxDs .etichetta a:link, #cont_Ds .boxDs .etichetta a:visited {
	color: #FFF;
	text-decoration: none;
	line-height: 43px;
	height: 43px;
	display: block;
}
#cont_Ds .boxDs .etichetta a:hover, #cont_Ds .boxDs .etichetta a:active {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	background-image: url(/images/btn_hover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#cont_Ds .boxDs ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#cont_Ds .boxDs ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#cont_Ds .boxDs ul li a:link, #cont_Ds .boxDs ul li a:visited {
	text-decoration: none;
	color: #1F3C4E;
}
#cont_Ds .boxDs ul li a:hover, #cont_Ds .boxDs ul li a:active {
	color: #FE0000;
	text-decoration: underline;
}
#cont_Ds .box_bottone {
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 74px;
	height: 74px;
	display: block;
}
#cont_Ds .box_bottone a:link, #cont_Ds .box_bottone a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 74px;
}
#cont_Ds .box_bottone a:hover, #cont_Ds .box_bottone a:active {
	color: #FFF;
	text-decoration: underline;
}




.fondoBtn_HOE {
	background-image: url(/images/fondo_btn_HOE.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
#cont_footer {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	background-color: #978B8B;
	min-height: 250px;
	clear: both;
	position: relative;
	background-image: url(/images/fondo_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#cont_footer #content_Footer {
	padding: 0px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content_Footer #cont_menuFooter  {
	clear: both;
	display: block;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;

}
#cont_menuFooter .boxSiteMap {
	margin: 0px;
	float: left;
	position: relative;
	padding: 20px;
}
#cont_menuFooter .boxSiteMap label {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
#cont_menuFooter .boxSiteMap label a:link, #cont_menuFooter .boxSiteMap label a:visited{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
#cont_menuFooter .boxSiteMap ul {
	margin: 0px;
	list-style-type: square;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
}
#cont_menuFooter .boxSiteMap ul li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
#cont_menuFooter .boxSiteMap ul li a:link, #cont_menuFooter .boxSiteMap ul li a:visited {
	color: #000;
	text-decoration: underline;
}
#cont_menuFooter .boxSiteMap ul li a:hover, #cont_menuFooter .boxSiteMap ul li a:active {
	color: #FFF;
	text-decoration: underline;
}
#cont_menuFooter #cont_Chiusura {
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#cont_menuFooter #cont_Chiusura ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#cont_menuFooter #cont_Chiusura ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
}
#cont_menuFooter #cont_Chiusura ul li a:link, #cont_menuFooter #cont_Chiusura ul li a:visited {
	color: #FFF;
	text-decoration: none;
}
#cont_menuFooter #cont_Chiusura ul li a:hover, #cont_menuFooter #cont_Chiusura ul li a:active {
	text-decoration: underline;
}
.briciole {
	font-size: 11px;
}
.default {
	border: 1px solid #F00;
	margin: 0px;
	padding: 5px;
	width: 655px;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px; /*parametro zoom*/
	line-height: 22px;

}
.tab_become {
	font-size: 14px;
	background-image: url(/images/tab_carrello.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 53px;
	width: 130px;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.tab_become_attivo {
	font-size: 14px;
	font-weight: bold;
	background-image: url(/images/tab_carrello_attivo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 53px;
	width: 130px;
	line-height: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.tab_become_ok {
	font-size: 14px;
	background-image: url(/images/tab_carrello_ok.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 53px;
	width: 130px;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
