* {
	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: 300px;
	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-wrap {
	float: left;
	position: relative;
	width: 864px;
	height: 486px;
	background-color: black;
}

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

#screenshot {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	display: none;
}

#screenshot img {
	width: 864px;
	height: 486px;
	border: 0px;
}

#fplay {
	position: absolute;
	z-index: 3;
	top: 193px;
	left: 382px;
	display: none;	
}

#fplay img {
	width: 100px;
	height: 100px;
	border: 0px;
}

#spot-bg {
	position: absolute;
	z-index: 4;
	width: 864px;
	height: 486px;
	top: 0;
	left: 0;
	background-color: black;
	opacity: 0.2;
	filter: alpha('opacity=20');
	display: none;
}

#spot {
	position: absolute;
	z-index: 5;
	width: 664px;
	height: 220px;
	top: 130px;
	left: 100px;
	background-color: white;
	opacity: 0.85;
	filter: alpha('opacity=85');
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 35px;
	color: #c00;
    text-transform: uppercase;
    text-align: center;
    vertical-align: 50%;
    border-radius: 15px;
	display: none;	
}

#spot span {
	font-weight: normal;
	font-size: 20px;
	color: #666;
}

#spot-link {
	position: absolute;
	z-index: 6;
	width: 664px;
	height: 220px;
	top: 130px;
	left: 100px;
	display: none;
}

#spot-link img {
	width: 664px;
	height: 220px;
	border: 0px;
}

#spot-links {
	position: absolute;
	z-index: 7;
	width: 100%;
	top: 400px;
	text-align: center;
	display: none;	
}

#spot-links a:link, #spot-links a:visited {
    background-color: #aaa;
    color: white;
    padding: 12px 15px;
    margin: 0 10px 0 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 15px;
}


#spot-links a:hover, #spot-links a:active {
    background-color: red;
}

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

#video-info {
	float: left;
	width: 864px;
	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;
}

.loading-image {
	width:50px;
	height:50px;
	margin:57px 120px 57px 120px;
}

.smallheader {
	font-size: 12pt;
	padding: 20px 0 6px 4px;
	text-align:left;
}