.category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

.video-title {
	color: FF0000;
	font-size: 24px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

.video-sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #006cff;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	padding: 0px;
}

.video-container { 
	float: left; 
	/*border: #CCCCCC thin solid;*/
	width: 640px;
	height:480;
}

.video-list {
	margin-right: 0px;
	padding: 0px;
	/*float: left;*/ 
	border: #CCCCCC thin solid;
	background-color:#FFF;
	width: 250px;
	height:467;
	overflow-y: scroll;
	padding: 7px;
	text-decoration: none;	
}

.video-thumbnail {
	width: 100px;
	height: 75px;
	clear: both;
	float: left;
	margin-right: 3px;
	margin-bottom: 10px;
	vertical-align: text-top;
	cursor: pointer;
}

.list-element {
	margin-bottom: 5px;
	margin-bottom: 5px;
	clear: both;
	height: 55px;
}

.video-time {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #999;
	text-decoration:none;
}

.list-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

.list-sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006cff;
	font-weight: bold;
	text-decoration: none;
}
