.channel {

	}

.video {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:dotted 1px #ccc;
	}

.video-data {
	margin-top:10px;
	}
	
.video-item {
	padding:10px;
	margin-bottom:5px;
	background:url(/core/media/images/fade.gif);
	background-repeat:repeat-x;
	overflow:auto;
	}
	
.video-list {
	max-height:600px;
	overflow:auto;
	}
	
.video-thumbnail {
	margin:0 15px 5px 0;
	float:left;
	}
	
.video-detail {
	margin-left:150px;
	}
	
#channellist {
	padding:10px;
	background-color:#ccc;
	}
	
div.channel-list {
	max-height:600px;
	overflow:auto;
	}
	
.channel-item {
	background-color:#f5f5f5;
	margin:0 5px 5px 0;
	padding:10px;
	border-left:solid 1px #fff;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #999;
	border-right:solid 1px #999;
	overflow:auto;
	}
	
.channel-item:hover {
	background-color:#eee;
	}
	
.channel-thumbnail {
	width:130px;
	float:left;
	}

.channel-detail {
	margin-left:150px;
	}

p.showall {
	margin:5px 0;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	padding:10px;
	background-color:#fff;
	}
	
p.showall a {
	outline:none;
	}
	
#video-description {
	margin-top:10px;
	}
	
a.click-to-view {
	display:block;
	line-height:300px;
	text-align:center;
	font-size:14px;
	border:solid 1px #333;
	background-color:#f5f5f5;
}

a.click-to-view:hover {
	background-color:#eee;
	text-decoration:none;
}

#playerdisplay, p.video-data, h3#video_title {
	text-align:center;
}