div.inside {
	min-height:500px;
	height:auto !important;
	height:500px;
	border:1px solid #cacaca;
	padding:3px;
}
h3.menu-head {
	background:#ECF3FC;
	border-top:1px solid #ccc;
	padding:5px;
}
.cat-list-wrap ul.cat-list li a {
	border-bottom:1px dotted #ccc;
	text-decoration:none;
	display:block;
	outline:none;
}
.cat-list-wrap ul.cat-list li a:hover {
	border-bottom:1px dotted #555;
}
.cat-list-wrap ul.cat-list li#current a {
	border-bottom:1px dotted #555;
	background:url(../img/ytb_feed.png) no-repeat 100% 4px;
}
#video-entry {
	width:100%;
}
#video-entry #flv {
	border:1px solid #999;
	margin:0 auto;
}
#video-list div.video {
	float:left;
	width:200px;
}
ul.cat-list-wrap {
	margin:0;
	padding:0;
}
ul.cat-list-wrap ul.cat-list {
	margin:0 0 0 35px;
	padding:0
}
ul.cat-list-wrap li {
	list-style:url(../img/cat_list.png) inside;
	margin:0.5em 0;
}
ul.cat-list-wrap li.current {
	list-style:url(../img/cat_list_open.png) inside;
}
ul.cat-list-wrap li ul li {
	list-style:url(../img/sub_list.png);
}
ul.cat-list-wrap li a.title-group {
	text-decoration:none;
	font-weight:bold;
}
ul.video-list {
	list-style:none outside;
	margin:0;
	padding:0;
	clear:both;
}
ul.video-list li {
	float:left;
	padding:4px 0px;
	margin:1px;
	width:180px;
	border:1px solid #fff;
	min-height:80px;
	height:auto !important;
	height:80px;
}
ul.video-list li img.entry {
	background:#fff;
	border:1px solid #ccc;
	padding:1px;
	margin:0 4px;
	width:80px;
	height:60px;
}
ul.video-list li a.small-title {
	font-size:12px;
	color:#BA0B08;
	text-decoration:none;
}
ul.video-list li a.small-title:hover {
	text-decoration:underline;
}
ul.video-list li.playing, ul.video-list li.over {
	border:1px solid #b2d3ef;
	background:#d7eafb;
}
.ctr-page #prev_page, .ctr-page #next_page {
	width:30px;
	height:21px;
	display:inline;
	border:0;
	text-indent:-9999em;
	margin:0 3px;
	outline:none;
	cursor:pointer;
}
.ctr-page #prev_page {
	background:url(../img/prev.png) no-repeat top left;
}
.ctr-page #next_page {
	background:url(../img/next.png) no-repeat top left;
}
.ctr-page .num-video {
	padding-right:20px;
	font-weight:bold;
}

