#page_lefton {
	background:#D20000;
	float:left;
	width:234px;
	overflow:hidden;
	margin-right:16px;
}

#page_leftoff {
	background:#D20000;
	float:left;
	width:24px;
	overflow:hidden;
	margin-right:16px;
}

a:link.channel, a:visited.channel {
	color:#FFFFFF;
	text-decoration:underline;
}

a:hover.channel, a:active.channel {
	color:#FFFFFF;
	text-decoration:none;
}

#channel_on {
}

	#channel_on a {
		background:url(../img/buttons/rarrows_right52px.gif)
		no-repeat -2px -1px;
		display:block;
		width:186px;
		height:16px;
		padding:4px 34px 4px 10px;
		text-decoration:none;
		text-align:left;
		font-size:11px;
		font-weight:bold;
		color:#ffffff;
		border: 1px solid #FFFFFF;
	}
	
	#channel_on a:hover {
		color:#000000;
	        background:url(../img/buttons/rarrows_right52px.gif)
		no-repeat -2px -27px;
		border: 1px solid #FFFFFF;
	}


#channel_off {
	border-bottom: 1px solid #FFFFFF; 
}

	#channel_off a {
		background:url(../img/buttons/rarrows_right86px.gif)
		no-repeat 0px 0px;
		display:block;
		width:24px;
		height:43px;
		padding:0px;
		text-decoration:none;
		text-align:right;
		font-size:18px;
		color:#FFFFFF;
}

	#channel_off a:hover {
		color:#D20000;
		background:url(../img/buttons/rarrows_right86px.gif)
		no-repeat 0px -43px;
}

#channel {
	background:url(../img/buttons/channels.gif)
	no-repeat 0px 0px;
	width:24px;
	height:150px;
	padding:0px;
}

div.channel {
	border-top: 1px solid #D20000;
	border-bottom: 1px solid #D20000;
}

	div.channel a{
		display:block;
		width:214px;
		height:24px;
		padding:8px 10px 8px 10px;
		background:#D20000;
		text-align:right;
		text-decoration:none;
		font-size:18px;
		color:#FFFFFF;
	}

	div.channel a:hover {
		background:#FFFFFF;
		color:#000000;
	}

div.special_channel {
	border: 1px solid #FFFFFF;
	display:block;
	width:210px;
	height:16px;
	padding:4px 10px 4px 10px;
	background:url(../img/bg/bg_special26px.gif)
	no-repeat -2px -1px;
	text-align:left;
	text-decoration:none;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
}


#subchannel {
	overflow:hidden;
}

	#subchannel a{
		background:#000000;
		display:block;
		width:190px;
		height:16px;
		padding:4px 34px 4px 10px;
		text-align:right;
		text-decoration:none;
		font-size:11px;
		color:#FFFFFF;
} 

	#subchannel a:hover {
		color:#D20000;
		background:#FFFFFF;
}

div.note {
		position:relative;
		background:url(../img/bg/bg_note.gif)
		no-repeat 0px 0px;
		display:block;
		width:194px;
		height:80px;
		padding:10px 20px 0px 20px;
		margin-top:10px;
		font-size:11px;
		text-align:left;
		line-height:14px;
		color:#000000;
}

div.btn_note {
	float:left;
	width:32px;
	height:80px;
	margin-right:10px;
	margin-bottom:10px;} 

a:link.note, a:visited.note {
	color:#D20000;
	text-decoration:underline;
}

a:hover.note, a:active.note {
	color:#000000;
	text-decoration:none;
}