/* the news box */

#news
{
	border:0px solid red;
	overflow:hidden;
	background-color: Transparent ;	
	width: auto;
	padding: 12px 8px 10px 8px;
	height:60px;
	margin:0;
}
#news a
{
	color:#000000;
}
#news a:hover
{
	color:#E42126;
}

#news b
{
	color:#E42126;
	}

#news ul
{
	margin: 12px 8px 10px 8px;
	padding:5px;
	list-style:none;
}
#news li{
	line-height:17px;
	list-style:none;
}

#news.hasJS
{
	height:60px;
	padding: 12px 8px 10px 8px;
	overflow:hidden;
	position:relative;
}

#news.hasJS ul
{
	position:absolute;
	top:0;
	left:0;
	margin: 12px 8px 10px 8px;
	padding:5px;
}
