#video_category {
	float:left;
	width:24%;
	border:1px solid #e4e4e4;
}
#video_player {
	float:right;
	width:72%;
}
#video_category ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#video_category ul li {
	border-bottom:1px solid #e4e4e4;
}
.video_cat_head {
	padding:10px;
	background-color:black;
	text-align:center;
	color:white;
	font-family:impact;
	font-weight:bold;
	font-size:15px;
}
.video_cat_title {
	background-color:#666;
	color:#fff;
	text-indent:10px;
	line-height:20px;
	text-align:left;
	font-family:helvetia;
	font-size:12px;
}
.video_title {
	background-color:#fff;
	font-size:10px;
	text-align:left;
	font-family:verdana;
	line-height:20px;
	text-indent:5px;
}
.video_title a {
	color:#333;
	display:block;
	text-indent:20px;
}
.video_title a:hover {
	color:#00a49c;
	background-color:#ccc;
	display:block;
	text-decoration:none;
}
.video_cat_head_video {
	color:#00a498;
	font-family:arial black;
}
.video_title_target {
	font-weight:bold;
	background-color:#e4e4e4;
}
.video_title_target a {
	color:#333;
	background-image:url(../img/cat_header/navi.png);
	padding-left:0px;
	background-position:5px;
	background-repeat:no-repeat;
}
#video_data {
	width:710px;
	text-align:right;
	padding:5px;
	font-size:10px;
	font-family:verdana;
}
