/* the news box */
#news
{
	width:200px;
display:block;
	
}
#news a
{
	border:0px;
	margin:0px;
	text-decoration:none;
}
.news a:hover
{
background-color:none;
text-transform:lowercase;
}
#news ul
{
	margin:0 .5em 0 .5em;
	padding:0;
}
#news li{
padding-bottom:4px;
display:block;
margin-bottom:5px;
height:190px;
	
}
#news li a{
margin-bottom:0px;
}
.a_news a{
margin-bottom:0px;
margin:0px;
background-color:none;
font-weight:bold;
text-transform:none;
padding:0px;
	
}
.a_news a:hover{
margin-bottom:0px;
background-color:none;
text-transform:none;
padding:0px; 
	
}
.a_news p {
margin:0px;
padding:0px;
font-size:10px;
color:#666;
	
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:160px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}

.bottom_news
{
background-image:url(/img/news_bottom.gif);
background-repeat:no-repeat;
background-position:bottom;
display:block;
width:148px;
height:18px;
margin:0px;
margin-left:13px;
}

#news h3 {
font-size:11px;
margin:0px 0px 7px 0px;
}
#news p {
font-size:11px;
margin:7px 0px 7px 0px;
}
#news strong {
font-size:10px; 
color:#06C;
}