
/* stile delle news */

.newscont {
	border: 0px solid red;
}

.newsblock {
	width: 720px;
	margin: 0px auto;
	margin-top: 10px;
}

.newsblockint {
	/*
	background-color: #eeded2;
	border: 2px solid #666;
	 */
	padding: 0 20px;
	margin-left: 5px;
	margin-right: 5px;
	height: 265px;
	overflow: hidden;
	box-shadow: 1px 1px 10px 1px #666;
	
}


.newstesto {
	border: 0px solid green;
	font-size: 13px;
}

.newstitolo {
	font-weight: bold;
	text-align: left;
	font-size: 20px;
	width: 640px;
	float: left;
	display: inline;
}

.newstitolo A, .newstitolo A:LINK, .newstitolo A:VISITED, .newstitolo A:HOVER {
	color: #2F2F2F;
	font-style: italic;
}

.newsdata {
	float: left;
	display: inline;
	text-align: left;
	font-size: 20px;
	width: 150px;
	margin-left: 5px;
	color: #2F2F2F;
}

.newstitle {
	margin-top: -16px;
}

.newsmodif {
	text-align: center;
	font-size: 11px;
	margin: 4px 0;
}

.newsfiledl {
	text-align: center;
	font-size: 17px;
	margin: 4px 0;
}

.newsfiledl A, .newsfiledl A:LINK, .newsfiledl A:VISITED, .newsfiledl A:HOVER {
	color: #b51717;
}

.newsimage {
	text-align: center;
	float: left;
	display: inline;
	margin: 5px;
	margin-right: 15px;
	margin-left: 0px;
	padding: 5px;
	border: 1px solid black;
	height: 190px;
	width: 250px;
	/*background: #b5692b;*/
}

.scotchsxnews {
	position: absolute;
	top: -75px;
	left: -50px;
}


.scotchdxnews {
	position: absolute;
	top: -70px;
	left: 680px;
}