@charset "UTF-8";
/* CSS Document */
body {
	background:#000;
}

.videoDiv {
	margin:0px auto;
	padding-top:20px;
	width:796px;
	background-color:#333;
	text-align:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border-left:#999999 1px solid;
	border-right:#999999 1px solid;
	color:#999;
	}
	
.videoBorder {
	margin-left:10px;
	float:left;
}

h1 {
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:20px; color:#5cc0ff
}

.videoTitle {
	height:50px;
	position:relative;
	top:-20px;
	background:#444;
}

.videoTitle h1 {
	padding-top:15px;
	text-align:left;
}

.videoTitle img {
	margin-right:20px;
}

.videoThumb {
	margin-left:10px;
	border:#111 solid 1px;
	background-color:#222;
	padding:5px;
	float:left;
	width:170px;
	height:305px;
	color:#CCC;
}

.videoThumb img {
	border:#999 1px solid;
	margin-right:10px;
}

.videoThumb a {
	display:block;
	color:#CCC;
	text-decoration:none;
	font-weight:bold;
	height:52px;
	margin-bottom:5px;
}

.videoThumb a:hover {
	color:#9CF;
	background-color:#333;
}

.videoDesc {
	float:left;
	width:560px;
	margin-top:30px;
	margin-left:10px;
	color:#CCC;
}

table {
	margin:0px auto;
	color:#999;
}

.footer {
	width:796px;
	border:1px solid #999;
	background-color:#666;
	text-align:center;
	margin:0px auto;
	height:30px;
}

.videoDesc a {
	color:#9CF;
	text-decoration:none;
}

.videoDesc a:hover {
	text-decoration:underline;
}

.videoSideBar {
	width:180px;
	float:left;
	margin:25px 0px 0px 10px;
}