@charset "utf-8";
/* CSS Document */

body {
	background-repeat: repeat;
	background-image: url(bg-video.png);
	font-family: Arial, Helvetica, sans-serif;
}

.center {
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 800px;
}

#guide {
	position: absolute;
	top: 15px;
	right: 15px;
	float: right;
	width: 140px;
	height: 75px;
	background-color: #ffffff;
	border: 1px solid #999999;
	padding: 8px;
	margin-top: 15px;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}

#guide ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#guide li {
	margin: 0px;
	padding: 0px;
}

.content a:link {color: #0099ff}
.content a:visited {color: #336699; text-decoration: none}
.content a:hover {color: #33ccff}
.content a:active {color: #0000FF} 

.content a:visited:before {
    content: url("tick.png");
}

.content {
	width: 800px;
	text-align: left; /*this will align it left for Mozilla*/
	background-image: url(middle-video.png);
	padding-left: 10px;
	background-repeat: repeat-y;
}

.top {
	width: 800px;
	height: 60px;
	text-align: left; /*this will align it left for Mozilla*/
	background-image: url(top-video.png);
	background-position: left top;
	padding-top: 5px;
	padding-left: 5px;
	background-repeat: repeat-y;
}

.bottom {
	width: 800px;
	height: 10px;
	text-align: left; /*this will align it left for Mozilla*/
	background-image: url(bottom-video.png);
	background-position: bottom;
	background-repeat: repeat-y;
}

.header {
	clear: both;
	height: 49px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.time {
	font-size: 10px;
}

.left {
	float:left;
	width: 400px;
}
.right {
	float: left;
	width: 400px;
}
.ad {
	padding-right: 0px;
	float: left;
	height: 60px;
	width: 234px;
	background-image: url(ad.png);
}
.floater {
	float: left;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	height: 60px;
	width: 160px;
}

.onlinenow {
text-align: right;
vertical-align: bottom;
margin-right: 10px;
margin-top: 14px;
float: right;
}

/*Tooltiper*/
.header a.tooltip {
	text-decoration:none;
	color: #000000;
}
.header a:hover {
	background:#ffffff; 
	text-decoration:none;
} /*BG color is a must for IE6*/
.header a.tooltip span {
	display:none; 
	padding:2px 3px; 
	margin-left:-475px; 
	margin-top:360px; 
	width:250px;
	text-decoration:none;
}
.header a.tooltip:hover span {
	display:inline;
	position:absolute; 
	background:#ffffff;
	border:1px solid #cccccc;
	color:#6c6c6c;
	text-decoration:none;
}

	/*THUMB RATER*/
	
.thumbs{
font-size:15px;
font-weight:bold;
}
.thumbs ul{
padding:0;
margin:0;
}
.thumbs ul li{
display:inline;
}
.thumbs a{
text-decoration:none;
padding:0 5px;
border: 3px solid #feb;
}
a.thumberup{
background:url(thumb_up.png) top right no-repeat;
padding-right:20px;
}
a.thumberdown{
background:url(thumb_down.png) top left no-repeat;
padding-left:20px;
}
.thumbs a:hover{
border: 3px solid #feb300;
}

.nostylee a:visted{
    content: string("");
	text-decoration: none
}

#screenshot{
	position:absolute;
	border:1px solid #eee;
	background:#333;
	padding:4px;
	display:none;
	color:#fff;
	font-size: 10px;
	width: 120px;
	}

