/* CSS Document */

/* the news box */
#news
{
	width:202px;
	height: 160px;
	background:transparent;
}
#news a
{
	/* color:#000; */
}
#news ul
{
	margin: 0px;
	padding:0px;
	list-style-type:none;
}
#news li{
	line-height:normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#DOMnewsstopper
{
	padding: 0px;
	margin: 0px;
/*
	background: #ccc;
	width: 200px;
	padding: 1px;
	text-align: center;
*/
}

#DOMnewsstarter
{
	background: #ccc;
	width: 200px;
	padding: 1px;
	text-align: center;
	display: none;
}

#DOMnewsstopper a, #DOMnewsstarter a 
{
	color: #666;
	text-decoration: none;
}

#DOMnewsstopper a:hover, #DOMnewsstarter a:hover 
{
	color: #999;
	text-decoration: none;
}

/* the news box when JavaScript is available */
#news.hasJS
{
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:0px;
	left:0px;
}