iframe
{
  border: 1px solid #CCC;
}
span#head_left
{
	float: left;
	width: 50%;
}
span#head_rite
{
	width: 50%;
}
span.hiconed,
a.hiconed
{
	display: block;
	padding-left: 2em;
	background-position: left center;
	background-repeat: no-repeat;
}
a.hiconed,
a.hiconed:hover
{
	color: #000;
	text-decoration: none;
	background-color: transparent;
}
a.hiconed span
{
	border-bottom: 1px dotted #444; 
}
a.hiconed:hover span
{
	border-bottom: 1px solid #000; 
}

#tel.hiconed
{
	background-image: url(tel_big.gif);
}
#fax.hiconed
{
	background-image: url(fax_big.gif);
}
#email.hiconed
{
	background-image: url(email_big.gif);
}
#map.hiconed
{
	background-image: url(map_big.gif);
}


/* Form Exceptions
-------------------------------------------------------------- */
input#rif,
input#pref
{
	position: relative;
	display: block;
	top: 0;
	left: 0;
	width: 26em;
}

/* rfrn table
-------------------------------------------------------------- */
table#rfrn
{
	border-collapse: collapse;
}

table#rfrn th,
table#rfrn td
{
	border-bottom: 0.1em dotted #CCC;
}
table#rfrn th
{
	background-color: transparent;
	color: #E67716;
	font-size: 0.9em;
	line-height: 1.57;
}

table#rfrn td.rfrn_name
{
	font-weight: bold;
}
table#rfrn td.rfrn_type
{
	font-size: 0.9em;
	line-height: 1.57;
	font-variant: small-caps;
}

table#rfrn a.comunicazione,
table#rfrn a.marketing,
table#rfrn a.vendite,
table#rfrn a.tecnologia
{
	font-weight: bold;
	text-decoration: none;
	padding: 0.25em;
	margin: 0.25em;
	border: 0;
	color:#FFF;
}
table#rfrn a.comunicazione:hover,
table#rfrn a.marketing:hover,
table#rfrn a.vendite:hover,
table#rfrn a.tecnologia:hover
{
	font-weight: bold;
	text-decoration: none;
	padding: 0.5em;
	margin: 0;
	border: 0;
	color:#222;
}
table#rfrn a.comunicazione
{
	background-color:#73C4EF;
}
table#rfrn a.marketing
{
	background-color:#B8DA7A;
}
table#rfrn a.vendite
{
	background-color:#EB9040;
}
table#rfrn a.tecnologia
{
	background-color:#F7C200;
}
