body, h1, h2, h3, h4, p, div, ul, li, ol, a, img {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	font-size:100%;
	border:0;
}

.clear {
	clear:both;	
}

body {
	background-color:#324572;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a {
	color:#d12700;
}

a:hover {
	color:#325389;
}

#container {
	width:900px;
	margin:30px auto;
	background-color:#fff;
	padding:20px;
	border:1px solid #252D3F;
}

#logo, #subtitle {
	text-align:center;
}

#logo {
	font-size:60px;
	font-weight:bold;
	position:relative;
	color:#DE3301;
	margin:10px 0;
	text-indent:-15000px;
	background-image:url('../images/logo.png');
	background-position:center center;
	background-repeat:no-repeat;
	line-height:80px;
	height:80px;
}

#logo a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

#subtitle {
	line-height:25px;
	margin-bottom:30px;
	font-weight:normal;
}

#subtitle a {
	color:#000;
}

#footer {
	font-size:13px;
	text-align:center;
	margin-top:30px;
	padding-top:20px;
	border-top:1px solid #666;
	line-height:160%;
}

#menu ul {
	text-align:center;
	border-bottom:1px solid #666;
	height:34px;
}

#menu ul li {
	float:left;
	border:1px solid #666;
	background-color:#bbb;
	border-bottom:0;
	margin-left:10px;
}

#menu ul li a {
	float:left;
	padding:5px 10px 6px 10px;
	line-height:20px;
	height:20px;
	border-top:1px solid #fff;
	border-bottom:1px solid #aaa;
	font-size:14px;
	color:#d12700;
	font-weight:bold;
}

#menu ul li:hover {
	border-color:#333;
}

#menu ul li a:hover {
	background-color:#555;
	border-top-color:#777;
	border-bottom-color:#333;
	color:#fff;
}

#content {
	margin-top:20px;	
}

.channels_list {
	border-collapse:collapse;
	width:100%;
}

.channels_list td {
	text-align:center;
	width:20%;
	padding:10px;
	position:relative;
}

.channels_list .logo a {
	display:block;
	width:126px;
	height:96px;
	position:relative;
	margin:0 auto;
	font-size:10px;
	color:#fff;
}

.channels_list .logo img {
	width:120px;
	height:90px;
	border:1px solid #888;
	padding:2px;
}

.channels_list .logo .play {
	top:0;
	left:0;
	position:absolute;
	display:none;
	width:100%;
	height:100%;
	background-image:url('../images/icon_play.png');
	background-position:center center;
	background-repeat:no-repeat;
	text-indent:-15000px;
}

.channels_list .logo:hover .play {
	display:block;
}

.channels_list .link {
	margin:15px 5px;
	padding:5px 0;
	background-color:#ededed;
	border:1px solid #ccc;
}

.channels_list .link a {
	font-size:10px;
	text-transform:uppercase;
	color:#444;
}

.channels_list .link .name {
	display:block;
	font-size:13px;
	font-weight:bold;
	color:#111;
}

.channel_infos, .text_page {
	margin:10px;
}

.channel_infos h3, .text_page h3 {
	font-size:28px;
	border-bottom:1px solid #ccc;
	line-height:40px;
	margin-bottom:20px;
}

.channel_infos .player {
	width:410px;
	height:353px;
	position:relative;
	background-image:url('../images/player.png');
	background-position:center center;
	background-repeat:no-repeat;
	float:left;
}

.channel_infos .player .link {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	text-indent:-15000px;
	background-image:url('../images/player_play.png');
	background-position:center 130px;
	background-repeat:no-repeat;
}

.channel_infos .player .link:hover {
	background-image:url('../images/player_play_on.png');
}

.channel_infos .player .msg {
	position:absolute;
	bottom:50px;
	left:10px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.channel_infos .player .msg a {
	color:#89a4ff;
}

.channel_infos .description {
	background-color:#efefef;
	padding:0 30px;
	float:right;
	width:380px;
	border:1px solid #ccc;
}

.channel_infos .description h4 {
	font-size:20px;
	margin:20px 0;
}

.channel_infos .description p {
	font-size:13px;
	line-height:160%;
	margin:20px 0;
}

.channel_infos .description p a {
	background-color:#444;
	border:1px solid #000;
	color:#fff;
	padding:3px 10px;
}

.channel_infos .description .playtv a {
	background-color:#EA0000;
	border-color:#840000;
}

.channel_infos .description p a:hover {
	background-color:#FAF376;
	border-color:#C29F27;
	color:#000;
}

.text_page p {
	font-size:13px;
	line-height:160%;
	margin:10px 0;	
}
