* {
	padding: 0;
	margin: 0;
}

.cc {
	clear:both;
}

body {
	color: #aaa;
	background-color: #111;
	background-repeat: repeat-x;
}

body, td {
	font: 10pt Tahoma, Arial, sans-serif;
}

a {
	color: #f7f7f7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#head {
	background-color: #222;
	width: 100%;
}

#head-content {
	width: 1150px;
	height: 80px;
}

.hr {
	background-color: #333;
	width: 100%;
	height: 1px;
}

#logo {
	margin-top: 22px;
	float: left;
}

#logo a {
	font-size: 22pt;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#logo span {
	background-color: #f00;
}

#search {
	float: right;
	margin: 28px 40px 0px 0px;
}

#search input[type="text"] {
	width: 200px;
	padding: 5px;
	color: #ccc;
	border: 1px solid #666;
	background-color: #000;
	-webkit-border-radius: 5px;
	 -khtml-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

#search input[type="submit"] {
	padding: 5px 10px;
	color: #333;
	border: 1px solid #aaa;
	border-right-color: #666;
	border-bottom-color: #666;
	background-color: #ccc;
	-webkit-border-radius: 5px;
	 -khtml-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

#menu {
	float: right;
	margin: 31px 0px 0px 0px;
}

#menu a:link,
#menu a:visited {
	padding: 0px 8px;
	font-size: 11pt;
	font-weight: bold;
	color: #ccd;
	text-decoration: none;
}

#menu a:first-child {
	padding-left: 0px;	
}

#menu a:last-child {
	padding-right: 0px;	
}

#menu a:hover,
#menu a:active {
	text-decoration: none;
	color: #fff
}

.content-top {
	margin: auto;
	width: 1150px;
	padding: 12px 0px 12px 0px;
}

.header {
	float: left;
	text-align: left;
}

.header-right {
	float: right;
	text-align: left;
	padding-top: 2px;
}

.thumbs {
	width: 1185px;
	background-color: #222;
	text-align: center;
}

.thumb {
	float: left;
	position: relative;
	margin: 1px;
	width: 292px;
	height: 167px;
	background-color: #555;
	border:1px solid #666;
}

.image {
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1;
}

.image img {
	width: 286px;
	height: 161px;
	border: none;
}

.dur {
	position: absolute;
	bottom: 6px;
	right: 6px;
	z-index: 2;
	padding: 4px;
	background-color: #000;
	font-size: 12px;
	opacity: 0.7;
	filter: alpha('opacity=70');
}

.channels_thumbs {
	background-color: #222;
	width: 1184px;
}

.channels_thumbs div {
	float: left;
	margin: 1px;
	padding-bottom: 5px;
	background-color: #555;
	border: 1px solid #666;
}

.channels_thumbs img {
	float: none;
	display: block;
	margin: 2px;
	width: 380px;
	height: 213px;
	border: 1px solid #666;
}

.channels_thumbs a {
	font-size: 15px;
}

.categories_thumbs {
	background-color: #222;
	width: 1184px;
}

.categories_thumbs div {
	float: left;
	margin: 1px;
	padding-bottom: 5px;
	background-color: #555;
	border:1px solid #666;
}

.categories_thumbs img {
	float: none;
	display: block;
	margin: 2px;
	width: 380px;
	height: 213px;
	border: 1px solid #666;
}

.categories_thumbs a {
	font-size: 15px;
}

.pages {
	margin: 0px 0px 40px 0px;
	width: 1185px;
	height: 26px;
}

ul.pages_list {
	float: right;
	list-style:none;
}

ul.pages_list li {
	float: left;
	display: block;
}

ul.pages_list li a {
	padding: 6px 8px;
	margin: 0px 4px;
	color: #333;
	background: #f0f0f0;
	font-size: 13pt;
	border: 2px solid #aaa;
	-webkit-border-radius: 3px;
	 -khtml-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

ul.pages_list li a:hover {
	background: #f00;
	border: 2px solid #f00;
	color: #ffffff;
	text-decoration: none;
}

ul.pages_list li span {
	padding: 8px 10px;
	margin: 0px 4px;
	color: #000;
	background: #fff;
	font-size: 13pt;
	border: 2px solid #fff;
	-webkit-border-radius: 3px;
	 -khtml-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.main {
	width:1185px;
	margin: 0px 0px 40px 0px;
}

.content {
	width:100%;
	padding: 25px 0px 25px 0px;
}

p.content-header {
	font-size: 27px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 25px;
}

div.header span, h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #ccd;
}

#footer {
	width: 100%;
	background-color: #424242;
	padding: 30px 0px 30px 0px;
}

#foot-content {
	width: 1185px;
}

#foot-links span {
	padding: 0px 15px;	
}

.top,
.topcats {
	margin: auto;
	width: 1000px;
}

.top ul,
.topcats ul {
	padding: 0;
	margin: 0;
	float: left;
}

.top ul { width: 250px; }
.topcats ul { width: 200px; }

.top li,
.topcats li {
	list-style: none;
	text-align: left;
	padding-bottom: 4px;
	font: 14pt Arial, sans-serif;
	color: #C00;
}

.top a,
.topcats a {
	font-size: 14pt;
	color: #CCC;
	text-decoration: none;
}

.top a:hover,
.topcats a:hover {
	text-decoration: none;
	color:#FFF;
}

/* ----- video page ----- */

#player {
	float: left;
	position: relative;
	width: 768px;
	height: 432px;
	background-color: black;
	cursor: hand;
	cursor: pointer;
}

#screenshot {
	position: absolute;
	z-index:1;
	top: 0px;
	left: 0px;	
}

#play-button {
	position: absolute;
	z-index: 2;
	top: 166px;
	left: 334px;
	opacity: 0.7;
	filter: alpha('opacity=70');	
}

#play-controls {
	position: absolute;
	z-index: 3;
	bottom: 0px;
	left: 0px;	
}

#video-right {
	float: left;
	width: 868px;
}

#video-share {
	float: left;
	width: 100px;
	height: 432px;
	background-color: #111;	
}

#video-info {
	width: 868px;
	background-color: #222;	
}

#report_form {
	width: 270px;
	display: none;
	background-color: #FFF;
	color:black;
	text-decoration: none;
	padding:10px;
	border: #000 1px solid;
}

#video-left {
	float: left;
	padding: 6px;
	background-color: #000;
	border: 2px solid #333;
}

#video-left div {
	width: 300px;
	height: 250px;
	margin-bottom: 6px;
	background-color: #666;
}

#video-left div:last-child {
	margin-bottom: 0px;
}