/*******************************
	Channels
********************************/
#channels .column{
	float:left;
	width:318px;
	margin-right:13px;
}
#channels .column.three{
	margin-right:0px;
}

#channels .channel{
	background:url(../images/layout/channels/channel-bg.png) no-repeat bottom;
	width:318px;
	padding-bottom:10px;
	margin-bottom:22px;
}
#channels .channel h3{
	background:url(../images/layout/channels/channel-bg.png) no-repeat top;
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:3px;
}
#channels .channel h3 a{
	display:block;
	padding:22px 22px 8px 17px;
}

#channels .channel ul{
	border-top:1px solid #c6c6c6;
	margin:0px 22px 14px 17px;
}
#channels .channel ul li{
	border-bottom:1px solid #c6c6c6;
	padding:7px 3px;
	text-transform:uppercase;
	overflow:hidden;
}
#channels .channel ul li a{
	background:url(../images/layout/global/btn-play.png) no-repeat 0px 1px;
	color:#000;
	font-weight:bold;
	font-size:0.85em;
	display:block;
	padding-left:27px;
}
#channels .channel ul li a:hover{
	background-position:0px -88px;
}