#container #top #top_news
{
	position: relative;
	height: 384px;
	width: 895px;
	margin-right: 4px;
	margin-left: 4px;
	z-index: 1;
}

#container #top #top_news #latest_news
{
	position: absolute;
	height: 337px;
	width: 400px;
	left: 0px;
	top: 23px;
}

#container #top #top_news #latest_news .latest
{
	margin-bottom: 3px;
	width: 400px;
	position: relative;
}

#container #top #top_news #latest_news .latest:after
{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

#container #top #top_news #latest_news .latest .latest_time
{
	color: #006600;
	width: 35px;
	float: left;
	font-weight: bold;
	padding-left: 5px;
}

#container #top #top_news #latest_news .latest .latest_text
{
	float: left;
	width: 352px;
}

#container #top #top_news #favorites
{
	overflow: hidden;
	position: absolute;
	height: 315px;
	width: 235px;
	left: 400px;
	top: 0px;
	z-index: 2;
	padding-top: 45px;
	padding-right: 5px;
	padding-left: 5px;
}

.favorite_select
{
    position: absolute;
    width: 173px;
    height: 16px;
    top: 23px;
    left: 8px;
}

.favorite_select a, .favorite_select a:link, .favorite_select a:visited
{
    color: #ffd200;
    font-weight: bold;
}

.favorite_select a:hover
{
    color: #fff;
    text-decoration: underline;
}

.favorite_today
{
    display: block;
    position: absolute;
    width: 96px;
    text-align: center;
    top: 0px;
    left: 0px;
}

.favorite_alltime
{
    display: block;
    position: absolute;
    width: 96px;
    text-align: center;
    top: 0px;
    left: 76px;
}

#container #top #top_news #favorites #favorite_select_today
{
    background: url(images/top/favorite_today.png) no-repeat;
}

#container #top #top_news #favorites #favorite_select_alltime
{
    background: url(images/top/favorite_alltime.png) no-repeat;
}


#container #top #top_news #article
{
	position: absolute;
	height: 332px;
	width: 239px;
	left: 646px;
	top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	overflow: hidden;
	padding-top: 28px;
}

#article a:link,
#article a:visited,
#article a:hover,
#article a:active {
    font-size: 11px;
}

#container #top #top_news #favorites .news, #container #top #top_news #article .news
{
	padding-left: 6px;
	padding-right: 6px;
}

#container #top #top_news #latest_news .latest .site, #container #top #top_news #favorites .site
{
	font-style: italic;
	color: #910000;
}

#container #top #top_news #favorites .separator, #container #top #top_news #article .separator
{
	font-size: 0px;
	background-image: url(images/top/article_separator.gif);
	background-repeat: no-repeat;
	height: 1px;
	width: 161px;
	margin-top: 3px;
	margin-bottom: 3px;
}

div.latest_archive
{
    padding: 15px 0px 0px 20px;
}

div.latest_archive a, div.latest_archive a:link, div.latest_archive a:active, div.latest_archive a:visited, div.latest_archive a:hover
{
    color: #910000;
    font-weight: bold;
    font-size: 11px;
}

div.latest_archive a:hover
{
    color: #060;
}

