@charset "UTF-8";
/* CSS Document */


/* ______________ FIRSTNEWS ______________ */


#firstnews {
	position: relative;
	width: 710px;
	height: 306px;
}

#firstnews div.testo {
	position: absolute;
	top: 0;
	right: 0;
	width: 222px;
	height: 306px;
}

#firstnews div.buttonscontainer {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 0;
}


/* ______________ EXTRAS ______________ */


.extrascontainer { /* here's the right trick for FFOX  */
	position: relative;
	width: 710px;
	margin-top: 15px;
	padding-top: 5px;
	border-top: 1px dotted #ccc;
}

.extras {
	display: table-row; /* here's the right trick for FFOX  */
	width: 466px;
}

.extrassx {
	display: table-cell;
	vertical-align: top;
	width: 222px;
}

.extrasdx {
	display: table-cell;
	vertical-align: top;
	width: 222px;
	padding-left: 22px;
}


