/*Foglio di stile per i contatti*/

ul.contact {
	padding-left : 35px;
	list-style-type : none;
}
ul.contact li a {
	text-decoration : none;
}

ul.contact li.title {
	padding-bottom : 10px;
	font-weight : bold;
	color : #930;
	border-bottom : 1px dashed #e8d0d0;
}

ul.contact li.address,
ul.contact li.address2 {
	padding-left : 15px;
	padding-bottom : 0;
	font-style : italic;
}
ul.contact li.address2 {
	padding-bottom : 2px;
	border-bottom : 1px dashed #e8d0d0;
}

ul.contact li.mail,
ul.contact li.tel,
ul.contact li.fax,
ul.contact li.cell {
	padding : 5px 0 5px 25px;
	border-bottom : 1px dashed #e8d0d0;
}
ul.contact li.mail {
	background : url(../img/mail.png) 0 0.2em no-repeat;
}
ul.contact li.tel {
	background : url(../img/phone.png) 0 0.5em no-repeat;
}
ul.contact li.fax {
	background : url(../img/fax.png) 0 0.5em no-repeat;
}
ul.contact li.cell {
	background : url(../img/cell.png) 0 0.5em no-repeat;
}

