#home_video {
	position:relative;
	width:697px;
	background-image:url(../images/vtv-live-box-inner.gif);
	background-repeat:repeat-y;
}

#home_video_header {
	width:100%;
	height:44px;
	background-image:url(../images/vtv-live-box-header.gif);
}

#home_video_body {
	width:677px;
	height:270px;
	min-height:270px;
	padding:0px 10px 0px 10px;
}

#home_list_videos {
	width:320px;
	float:left;
}

#home_list_videos a {
	text-decoration:underline;
	color:#000000;
}

#home_video_player {
	width:340px;
	float:right;
}

#home_video_footer {
	width:100%;
	height:14px;
	background-image:url(../images/vtv-live-box-footer.gif);
}

#home_eco_news {
	position:relative;
	float:left;
	width:408px;
	background-image:url(../images/eco-box-inner.gif);
	background-repeat:repeat-y;
}

#home_eco_news_header {
	width:100%;
	height:44px;
	background-image:url(../images/eco-box-header.gif);
}

#home_eco_news_body {
	width:100%;
	height:200px;
	min-height:200px;
}

#home_eco_news_footer {
	width:100%;
	height:14px;
	background-image:url(../images/eco-box-footer.gif);
}

#home_last_news {
	position:relative;
	float:right;
	width:281px;
	background-image:url(../images/last-news-box-inner.gif);
	background-repeat:repeat-y;
}

#home_last_news_header {
	width:100%;
	height:44px;
	background-image:url(../images/last-news-box-header.gif);
}

#home_last_news_body {
	width:250px;
	height:200px;
	min-height:200px;
	padding:0px 20px 0px 10px;
}

#home_last_news_body a {
	text-decoration:none;
	color:#000000;
}

#home_last_news_title  {

}

#home_last_news_footer {
	width:100%;
	height:14px;
	background-image:url(../images/last-news-box-footer.gif);
}

#home_news {
	position:relative;
	float:left;
	width:697px;
	background-image:url(../images/news-box-inner.gif);
	background-repeat:repeat-y;
}

#home_news_header {
	width:100%;
	height:44px;
	background-image:url(../images/news-box-header.gif);
}

#home_news_body {
	width:100%;
	height:300px;
	min-height:300px;
	padding:0px 10px 0px 10px;
}

#home_news_footer {
	width:100%;
	height:14px;
	background-image:url(../images/news-box-footer.gif);
}

#home_news_body a {
	text-decoration:none;
	color:#000000;
}

#home_news_title {
	font-weight:bold;
}
#home_news_date a {
	color:#CC0000;
}

ul.tabNavigation {
	list-style: none;
}

ul.tabNavigation li {
	display: inline;
}

ul.tabNavigation li a {
	padding: 4px;
    background-color: #CCCCCC;
    color: #000000;
    text-decoration: none;
	
}

ul.tabNavigation li a.selected,
ul.tabNavigation li a:hover {
	background-color: #333333;
	color: #FFFFFF;
	padding: 4px;
}
                
ul.tabNavigation li a:focus {
	outline: 0;
}
div.tabs {
	/* text-align:center; */
}
div.tabs > div {
	padding:0px 10px 0px 10px;
	text-align:justify;
	min-height:160px;
	height:160px;	
}
                
div.tabs > div h2 {
	margin-top: 0;
}


