#newsLeft
{
	width: 449px;
	height: 435px;
	float: left;
	margin-right: 30px;
}

#scrollContent
{
	width: 400px;
	height: 360px;
	overflow: hidden;
	float: left;
}

#scrollarea
{
	margin-left: 410px;
	width: 9px;
	background-image: url("../immagini/grafica/news/area.gif");
	background-repeat: repeat-y;
}

#scrollBarContainer
{
	width: 9px;
	height: 342px;
}

#scrollBack
{
	background-image: url("../immagini/grafica/news/back.gif");
	background-repeat: no-repeat;
	width: 9px;
	height: 6px;
}

#scrollForward
{
	background-image: url("../immagini/grafica/news/forward.gif");
	background-repeat: no-repeat;
	width: 9px;
	height: 6px;
}

#scrollKnob
{
	width: 9px;
	height: 9px;
	cursor: pointer;
}

#knobTop
{
	background-image: url("../immagini/grafica/news/knobTop.png");
	background-repeat: no-repeat;
	width: 9px;
	height: 5px;
}

#knobBottom
{
	background-color: #CC0000;
	background-image: url("../immagini/grafica/news/knobBottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	width: 9px;
	height: 100%;
}

div.titoloNews
{
	color: #CC0000;
	font-size: 24px;
	margin-bottom: 40px;
	text-transform: capitalize;
}

div.newsElemento
{
	overflow: hidden;
	width: 370px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
	padding-right: 30px;
	margin-bottom: 25px;
}

div.newsElemento a
{
	color: #333333;
}

div.newsElemento a:hover
{
	color: #CC0000;
}

div.newsImmagine
{
	float: left;
	text-align: center;
	width: 100px;
}

div.newsTitolo
{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-left: 110px;
}

div.newsTesto
{
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	margin-left: 110px;
}

#newsRight
{
	width: 400px;
	margin-left: 479px;
}

div.newsDettImmagine
{
	width: 370px;
	text-align: center;
}

div.newsDettTitolo
{
	color: #CC0000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 5px;
}

div.newsDettTesto
{
	color: #333333;
	font-size: 15px;
	font-weight: bold;
}

div.newsDettLink
{
	text-align: right;
	margin-top: 5px;
}

div.newsDettLink a
{
	color: #999999;
	font-size: 12px;
	font-weight: bold;
}

div.newsDettLink a:hover
{
	color: black;
	text-decoration: underline;
}
