@import "simboleria.css";

div.sinistra {
	display: none;
}

body.corto div.payload,
div.payload {
	height: 430px;
}


div.sito {
	height: 592px;
}

body.corto div.filetto.bottom,
div.filetto.bottom {
	top: 432px;
}

div.payload>ul.breadcrumbs {
	display: none;
}

img.sedelegale {
	position: absolute;
	bottom: 25px;
	left: 118px;
}

img.piva {	
	position: absolute;
	bottom: 49px;
	right: 106px;
}

img.credits {
	position: absolute;
	bottom: 49px;
	right: 44px;

	cursor: pointer;
}

div.credits {
	display: none;

	z-index: 301;

	position: absolute;
	bottom: 0px;
	right: 39px;

	width: 169px;
	border-right: 2px solid rgb(112,112,112);
	border-top: 2px solid rgb(112,112,112);
	border-left: 2px solid rgb(112,112,112);

	background-color: rgb(0,0,0);
}

div.credits>span.simboleria.chiudi {
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
}

div.credits>ul {
	float: left;
	margin-top: 18px;
	margin-left: 22px;
	margin-bottom: 11px;

	font-size: 11px;
	line-height: 13px;
}

div.credits>ul>li {
	margin-bottom: 8px;
}

div.credits>ul>li>h1 {
	color: rgb(98,98,98);
}

div.credits>ul>li>span,
div.credits>ul>li>a {
	color: rgb(191,191,191);
}

div.credits>ul>li>a {
	text-decoration: underline;
}

a.ticker {
	position: absolute;
	top: -16px;
	left: 118px;
	font-size: 10px;
	font-weight: bold;
}

a.ticker>span.titolo {
	color: rgb(112,112,112);
	text-transform: uppercase;
}
a.ticker>span.news {
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: rgb(191,191,191);
	text-transform: uppercase;
}
a.ticker>span.data {
	color: rgb(112,112,112);
}