div.teaser{
	width:100%;
}
	div.teaser a{
		float:right;
		margin:10px;
	}
	div.teaser_header{
		display:none;
	}
		table.channel_display,
			table.channel_display td{
				border-collapse:collapse;
				margin:0;
				padding:0;
		}
		table.channel_display{
			background:#f9f9f9;
			width:100%;
		}
			table.channel_display td{
				padding:0 10px;
			}
				div.channel_name{
					font-size:14px;
					font-weight:bold;
					padding:10px 0;
				}
				div.content_type{
					font-size:12px!important;
					font-weight:bold;
					padding:5px 0;
				}
				table.channel_display ul.channel_items{
					list-style-type:none;
					margin:0;
					padding:0;
				}
					table.channel_display ul.channel_items li{
						margin:0;
						padding:0;
						*height:1;
					}
						table.channel_display ul.channel_items li a{
							display:block;
							margin:0;
							padding:5px;
							float:none;
						}