body {
font-family: "Calibri" !important;
}

.lang {
	float:right;
	width:66px;
}

.ita {
background-image:url('images/ita.jpg');
background-repeat:no-repeat;
width:28px;
height:23px;
float:left;
color: transparent;
margin-right:10px;
border-bottom:3px solid #8FC4EA;
font-size: 0;
}

.eng {
background-image:url('images/eng.jpg');
background-repeat:no-repeat;
width:28px;
height:23px;
float:left;
color: transparent;
font-size: 0;
}

.english_container .eng {
border-bottom:3px solid #8FC4EA;
}

.english_container .ita {
border-bottom:0;
}