@charset "UTF-8";


#tvtitles, #test2 {
	font-size:12px;
	background-color: #000;
	width: 100%;
	visibility: hidden; opacity: 0; z-index: 5000;
	position: absolute;
	top: -300px; left: 0;
}

#tvtitles .inner, #test2 .inner {
	padding-top: 20px;
	width: 940px; margin: 0 auto;
}

#tvtitles h3, #test2 h3 {
	text-align: left;
	color: #fff;
}

#tvtitles a, #test2 a,
#tvtitles a:visited, #test2 a:visited {
	color: #2c85bf;
	text-decoration: none;
}
	
#tvtitles a:hover, #test2 a:hover {
	text-decoration: underline;
}

#tvtitles a:active, #test2 a:active {
	color: #000;
	text-decoration: none;
}

#tvtitles ul, #tvtitles li,
#test2 ul, #test2 li {
	margin: 0; padding: 0;
}

#tvtitles ul:after,
#test2 ul:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}
#tvtitles ul,
#test2 ul {
	zoom: 1;
}

#tvtitles li,
#test2 li {
	display: inline;
	float: left;
	margin-right: 25px;
	line-height: 2;
}

#tvtitles h3,
#test2 h3 { margin-bottom: 15px; font-size: 1.6em; }
