#topnews .back,
#topnews .back:hover {
	background-image: url(/gfx/news/top5_toggle_bg.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-bottom: 5px;
	height: auto;
	overflow: hidden;
}

#topnews .back:hover {
	background-image: url(/gfx/news/top5_toggle_bg_h.png);
	cursor: pointer;
}

#topnews .numb {
	font-weight: bold;
	font-size: 16px;
	color: #1E3E63;
	float: left;
	width: 14px;
	padding-left: 4px;
	margin-right: 5px;
}

#topnews:hover .back .previmg1 {
	display: none;
}	

#topnews,
#topnews:hover {
	height: 212px;
}

#topnews .lin {
	background-color: #1E3E63;
	height: 1px;
	min-height: 1px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
}

#topnews .back .previmg1,
#topnews .back:hover .previmg1 {
	display: inline;
	float: left;
	width: 80px;
	height: 45px;
	padding-right: 5px;
	overflow: hidden;
}	

#topnews .back .previmg {
	display: none;
}	

#topnews .back:hover .previmg {
	display: inline;
	float: left;
	width: 80px;
	height: 45px;
	padding-right: 5px;
	overflow: hidden;
}	

#topnews .headline {
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
}

#topnews .under_headline {
	font-size: 10px;
	line-height: 14px;
}

#topnews .headline a:link,
#topnews .headline a:visited,
#topnews .headline a:focus,
#topnews .headline a:hover,
#topnews .headline a:active{
	color: #FFF;
}

