.container_channelManager{
	background: url(../images/template/backgrounds_navigationChannel.gif) repeat-y -199px 0px;
	width: 199px;
}
	.container_channelManager div#teaser_display{
		background: url(../images/template/backgrounds_navigationChannel.gif) no-repeat -398px bottom;
	}
		.container_channelManager div.teaser_header{
			background: url(../images/template/backgrounds_navigationChannel.gif) no-repeat 0px 0px;
			color: #fff;
			display: block;
			font-weight: bold;
			margin: 0px;
			padding: 7px 10px;
		}
		.container_channelManager #channel_display{
			border-collapse: collapse;
			margin: 5px 10px 10px 10px;
			padding: 0;
		}
			.container_channelManager div.channel_name{
				display: none;
			}
			.container_channelManager div.content_type{
				color: #1f7292;
				display: block;
				font-weight: bold;
				padding: 5px 0;
			}
			.container_channelManager #channel_display ul{
				list-style-type: none;
				margin: 0;
				padding: 0;
			}
			.container_channelManager #channel_display li{
				list-style-type:none;
				_*height: 0;
				margin: 0;
				padding: 0;
			}
				.container_channelManager #channel_display li a{
					background: url(../images/template/bullet_news.gif) no-repeat 0 8px;
					color: #000;
					display: block;
					margin: 0;
					padding: 3px 0 3px 10px;
					text-decoration: none;
				}
				.container_channelManager #channel_display li a:hover{
					text-decoration: underline;
				}
						.container_channelManager button{
							margin: 0 0 15px 135px;
						}

