@charset "utf-8";
.video {
	background-image: url(/images/video/main/tv_box.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.video td {
	text-align: left;
}
.video .title {
	font-size: 20px;
	margin-bottom: 20px;
	font-family: "Courier New", Courier, monospace;
	text-align: right;
	text-transform: uppercase;
	margin-left: 30px;
}
.video .menu {
	vertical-align: top;
	width: 239px;
}
.video .menu ul {
	font-size: 12px;
	list-style-type: square;
	color: #E1DEDF;
}
.video .menu li {
	padding-left: 30px;
}
.video .menu .nodata {
	text-align: right;
	font-weight: bold;
	text-decoration: blink;
	font-variant: small-caps;
}
.video .player {
	background-color: #000;
	height: 251px;
	width: 296px;
	margin-top: 35px;
	margin-left: 35px;
}
.video .player div {
	position: absolute;
}
.video .tvscreen {
	background-color: #000;
	border: thick inset #333;
	z-index: 1001;
	margin-top: -40px;
	margin-left: -40px;
}
.video .playlist {
	width: 185px;
	margin-bottom: 20px;
}
.video .num {
	width: 15px;
	vertical-align: top;
	color: #88603F;
}
.video .size {
	width: 50px;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
	color: #88603F;
}
.video .shadow {
	background-repeat: no-repeat;
	background-position: left 347px;
	height: 527px;
	padding-top: 27px;
}
.video .bg_list {
	background-image: url(/images/alpha_bg.png);
}
.video #tv_border_top {
	position: absolute;
	z-index: 10;
	background-image: url(/images/video/main/tv_border_top.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 316px;
	margin-top: 28px;
	margin-left: 27px;
}
.video #tv_border_bottom {
	position: absolute;
	z-index: 10;
	background-image: url(/images/video/main/tv_border_bottom.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 316px;
	margin-top: 269px;
	margin-left: 27px;
}
.video #tv_border_left {
	position: absolute;
	z-index: 10;
	background-image: url(/images/video/main/tv_border_left.png);
	background-repeat: no-repeat;
	height: 211px;
	width: 28px;
	margin-top: 58px;
	margin-left: 27px;
}
.video #tv_border_right {
	position: absolute;
	z-index: 10;
	background-image: url(/images/video/main/tv_border_right.png);
	background-repeat: no-repeat;
	height: 211px;
	width: 28px;
	margin-top: 58px;
	margin-left: 315px;
}
.video #size_screen {
	float: left;
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #ECEDE7;
	margin-top: 10px;
	margin-left: 220px;
}
.video #blackvid {
	background-color: #000;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	filter: Alpha(opacity=60);
	opacity: .6;
	display: none;
}
