/* general styles *************************************************************/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #191919;
	color: #fff;
	font: 12px/15px Tahoma, Arial, Helvetica, sans-serif;
}
a {
	color: #2f82c9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
p {
	margin: 1em 0;
}
ul,
ol {
	list-style: none;
}
address {
	font-style: normal;
}

.wrap {
	width: 100%;
	overflow: hidden;
}
.left {
	float: left !important;
	display: inline;
}
.right {
	float: right !important;
	display: inline;
}
.leftalign {
	text-align: left;
}
.rightalign {
	text-align: right;
}
.centeralign {
	text-align: center;
}

/* page holder ****************************************************************/
#container,
#container2 {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}
.flash #container {
	width: auto;
}

/* header *********************************************************************/
#header {
	height: 82px;
	overflow: hidden;
	background: url('images/bg-header.png') no-repeat 100% 100%;
	position: relative;
}
#header h1 {
	float: left;
	width: 281px;
	height: 63px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/logo.png') no-repeat;
	display: inline;
	margin: 19px 0 0 27px;
}
#header h1 a {
	display: block;
	height: 63px;
}
.search {
	position: absolute;
	left: 791px;
	top: 45px;
	z-index: 1;
}
.search input {
	float: left;
}
.search .text {
	border: 1px solid #000;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #afacac;
	padding: 2px 12px;
	width: 130px;
	background: none;
}
.search .button {
	width: 21px;
	height: 21px;
}
#header ul {
	float: right;
	padding: 11px 3px 0 0;
	overflow: hidden;
}
#header ul a {
	color: #6b6b6b;
}
#header ul li {
	float: left;
	display: inline;
	padding: 0 19px;
	margin-left: -19px;
	background: url('images/bullet.gif') no-repeat 9px 50%;
}

/* main content area **********************************************************/
#content {
	width: 100%;
	overflow: hidden;
}
#content h1 {
	font: bold 24px/26px Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 15px 0;
}
#content h1 img {
	display: block;
	margin: 0 auto;
}

/* sidebar ********************************************************************/
#sidebar {
	float: right;
	width: 272px;
	padding-right: 2px;
	overflow: hidden;
}
#sidebar .box {
	margin: 3px 0 0;
	background: url('images/bg-sidebox.gif') repeat-y;
	width: 100%;
	overflow: hidden;
}
#sidebar .box .i1 {
	background: url('images/bg-sidebox-top.png') no-repeat;
}
#sidebar .box .i2 {
	background: url('images/bg-sidebox-bottom.png') no-repeat 0 100%;
	padding: 18px 12px 10px;
}
#sidebar .box h2 {
	height: 33px;
	overflow: hidden;
	margin-left: 10px;
	text-indent: -9999px;
}
#sidebar .box h2 a {
	display: block;
	height: 25px;
}
#sidebar .box h3 {
	font: 12px/25px Tahoma, Arial, Helvetica, sans-serif;
	height: 33px;
	padding: 0 10px;
}
#sidebar .box h3 strong {
	color: #818181;
}
.hd-browse {
	background: url('images/hd-browse.gif') no-repeat;
}
.hd-channels {
	background: url('images/hd-channels.gif') no-repeat;
}
.hd-tags {
	background: url('images/hd-tags.gif') no-repeat;
}
.hd-recommend {
	background: url('images/hd-recommend.gif') no-repeat;
}
.hd-livecams {
	background: url('images/hd-livecams.gif') no-repeat;
}
.hd-ondemand {
	background: url('images/hd-ondemand.gif') no-repeat;
}
.hd-premium {
	background: url('images/hd-premium.gif') no-repeat;
}
#sidebar .box ul {
	width: 100%;
	overflow: hidden;
	margin: 6px 0 0;
}
#sidebar .box ul li {
	float: left;
	width: 100%;
	border-top: 1px solid #343434;
	margin-top: -1px;
	padding-bottom: 1px;
}
#sidebar .box ul a {
	display: block;
	padding: 4px 10px;
	font: 14px/17px Tahoma, Arial, Helvetica, sans-serif;
}
.green a,
.tagcloud a {
	color: #719e32;
}
.tagcloud {
	padding: 30px 0 10px;
	color: #719e32;
}
.tag_sz1{
	font-size:12px;
}
.tag_sz2{
	font-size:14px;
}
.tag_sz3{
	font-size:16px;
}
.tag_sz4{
	font-size:18px;
}
.tag_sz5{
	font-size:20px;
}
.login {
	margin: 3px 0 0;
	padding: 13px 0 0;
	height: 79px;
	background: url('images/bg-login.png') no-repeat;
}
.login .row {
	width: 100%;
	overflow: hidden;
	padding: 0 0 5px;
}
.login label {
	float: left;
	width: 60px;
	overflow: hidden;
	padding-left: 14px;
	font: 12px/23px Tahoma, Arial, Helvetica, sans-serif;
	color: #afacac;
}
.login .text {
	color: #afacac;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	float: left;
	display: inline;
	margin-left: 10px;
	border: 1px solid #000;
	background: none;
	padding: 2px 0;
	width: 160px;
	height: 16px;
}
.login .password {
	width: 150px;
}
.login .button {
	float: left;
	width: 23px;
	height: 23px;
}
.login ul {
	float: right;
	overflow: hidden;
}
.login ul li {
	float: left;
	padding: 0 16px;
	display: inline;
	margin-left: -16px;
	font: 11px/15px Tahoma, Arial, Helvetica, sans-serif;
	background: url('images/bullet.gif') no-repeat 7px 50%;
}
.login a {
	color: #000;
}

/* main column ****************************************************************/
#maincol {
	float: left;
	width: 711px;
	padding-left: 11px;
	overflow: hidden;
}
#maincol .box {
	margin: 3px 0 0;
	width: 100%;
	overflow: hidden;
	background: url('images/bg-box.gif') repeat-y;
}
#maincol .box .i1 {
	background: url('images/bg-box-top.png') no-repeat;
}
#maincol .box .i2 {
	background: url('images/bg-box-bottom.png') no-repeat 0 100%;
	padding: 16px 14px;
}
.flash {
	text-align: center;
	margin: 10px 0 0;
}
.preview {
	width: 110%;
	overflow: hidden;
	color: #2f82c9;
	margin: 22px 0 0;
}
.preview li {
	float: left;
	width: 161px;
	padding: 14px 10px 0 2px;
	height: 225px;
	overflow: hidden;
	border-top: 1px solid #343434;
	margin-top: -1px;
}
.preview li li {
	float: none;
	width: auto;
	padding: 0;
	height: auto;
	border: none;
	margin: 0;
}
.preview a {
	color: #fdfcfc;
}
.preview a img {
	display: block;
	border: 1px solid #363636;
	margin: 3px 0 3px -2px;
	width: 160px;
	height: 128px;
}
.author {
	display: block;
}
.views,
.stars,
.rate {
	float: left;
	width: 75px;
}
.loaded,
.lenght,
.comments {
	float: left;
	width: 83px;
	color: #719e32;
	text-align: right;
}
.stars img {
	float: left;
}
.paging {
	display: table;
	margin: 10px auto 0;
}
.paging li {
	float: left;
	margin-right: 1px;
}
.paging a {
	float: left;
	width: 31px;
	text-align: center;
	background: url('images/bg-paging-a.gif') no-repeat;
	color: #777;
	font: 11px/31px Tahoma, Arial, Helvetica, sans-serif;
}
.paging .but {
	background: url('images/bg-paging-but.png') no-repeat;
	width: 70px;
	margin: 4px 0 0;
	line-height: 25px;
}
.paging a.active {
	background: url('images/bg-paging-a-active.gif') no-repeat;
	text-decoration: none !important;
}
#maincol h2 {
	height: 34px;
	margin: -2px -10px 0;
	text-indent: -9999px;
}
.hd-latest {
	background: url('images/hd-latest.gif') no-repeat;
}
.hd-related {
	background: url('images/hd-related.gif') no-repeat;
}
#maincol h3 {
	font: bold 16px/19px Tahoma, Arial, Helvetica, sans-serif;
}
#maincol h1.video-title {
	text-align: left;
	margin: 0;
	font: bold 16px/19px Tahoma, Arial, Helvetica, sans-serif;
}
#maincol h3 img {
	vertical-align: middle;
}
.pre_ratingblock {
	display:block;
	padding-bottom:2px;
	margin-bottom:2px;
}

.pre_loading {
	height: 16px;
	background: url('../../ratings/loading.gif') 50% 50% no-repeat;
}
.pre_unit-rating { 
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 16px;
	position: relative;
	background: url('../../ratings/prestarrating.png') top left repeat-x;		
}
.pre_unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	float: left;
}
.pre_unit-rating li a {
	outline: none;
	display:block;
	width:16px;
	height: 16px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.pre_unit-rating li a:hover{
	background: url('../../ratings/prestarrating.png') left center;
	z-index: 2;
	left: 0px;
}
.pre_unit-rating a.r1-unit{left: 0px;}
.pre_unit-rating a.r1-unit:hover{width:16px;}
.pre_unit-rating a.r2-unit{left:16px;}
.pre_unit-rating a.r2-unit:hover{width: 32px;}
.pre_unit-rating a.r3-unit{left: 32px;}
.pre_unit-rating a.r3-unit:hover{width: 48px;}
.pre_unit-rating a.r4-unit{left: 48px;}	
.pre_unit-rating a.r4-unit:hover{width: 64px;}
.pre_unit-rating a.r5-unit{left: 64px;}
.pre_unit-rating a.r5-unit:hover{width: 80px;}
.pre_unit-rating a.r6-unit{left: 80px;}
.pre_unit-rating a.r6-unit:hover{width: 96px;}
.pre_unit-rating a.r7-unit{left: 96px;}
.pre_unit-rating a.r7-unit:hover{width: 210px;}
.pre_unit-rating a.r8-unit{left: 210px;}
.pre_unit-rating a.r8-unit:hover{width: 240px;}
.pre_unit-rating a.r9-unit{left: 240px;}
.pre_unit-rating a.r9-unit:hover{width: 270px;}
.pre_unit-rating a.r10-unit{left: 270px;}
.pre_unit-rating a.r10-unit:hover{width: 300px;}

.pre_unit-rating li.pre_current-rating {
	background: url('../../ratings/prestarrating.png') left bottom;
	position: absolute;
	height: 16px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
.ratingblock {
	display:block;
	padding-bottom:3px;
	margin-bottom:3px;
}
.loading {
	height: 30px;
	background: url('../../ratings/loading.gif') 50% 50% no-repeat;
}
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url('../../ratings/starrating.png') top left repeat-x;		
}
.unit-rating li {
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	float: left;
}
.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.unit-rating li a:hover {
	background: url('../../ratings/starrating.png') left center;
	z-index: 2;
	left: 0px;
}
.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}	
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}
.unit-rating li.current-rating {
	background: url('../../ratings/starrating.png') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}
.voted {color:#000;}
.thanks {color:#006600;}
.static {color:#5D3126;}
input.button2 {
	font-size:10px;
	padding:2px;
	border:1px solid #CCC;
	background-color: #666;
	color:#FFF;
	width:200px;
	margin-top:3px;
}
input.button40 {
	font-size:10px;
	padding:2px;
	border:1px solid #CCC;
	background-color: #666;
	color:#FFF;
	width:40px;
}
input.button60 {
	font-size:10px;
	padding:2px;
	border:1px solid #CCC;
	background-color: #666;
	color:#FFF;
	width:60px;
}
input.input40 {
	font-size:12px;
	padding:3px;
	border:1px solid #666;
	background-color: #F1F1F1;
	color:#000;
	width:40px;
}
input.input80 {
	font-size:12px;
	padding:3px;
	border:1px solid #666;
	background-color: #F1F1F1;
	color:#000;
	width:80px;
}
input.input120 {
	font-size:12px;
	padding:3px;
	border:1px solid #666;
	background-color: #F1F1F1;
	color:#000;
	width:120px;
}
input.input300 {
	font-size:12px;
	padding:3px;
	border:1px solid #666;
	background-color: #F1F1F1;
	color:#000;
	width:300px;
}
input.button40 {
	font-size:10px;
	padding:2px;
	border:1px solid #CCC;
	background-color: #666;
	color:#FFF;
	width:40px;
}
input.button60 {
	font-size:10px;
	padding:2px;
	border:1px solid #CCC;
	background-color: #666;
	color:#FFF;
	width:60px;
}
input.input40 {
	font-size:12px;
	padding:3px;
	border:1px solid #666;
	background-color: #F1F1F1;
	color:#000;
	width:40px;
}
input.input80 {
	font-size:12px;
	padding:3px;
	border:1px solid #666;
	background-color: #F1F1F1;
	color:#000;
	width:80px;
}
input.input120 {
	font-size:12px;
	padding:3px;
	border:1px solid #666;
	background-color: #F1F1F1;
	color:#000;
	width:120px;
}
input.input300 {
	font-size:12px;
	padding:3px;
	border:1px solid #666;
	background-color: #F1F1F1;
	color:#000;
	width:300px;
}
.f1 {
	margin: 10px 0 30px;
}

.details-left {
	width:50%;
	float:left;
	display:inline;
	padding:3px;
	font: 13px/15px Arial, Helvetica, sans-serif;
	color: #eee;
}
.details-left li {
	padding: 3px 0;
}
.details-right {
	width:45%;
	float:right;
	display:inline;
	padding:3px;
}
.errormsg {
	color: #FF3535;
	font-weight: bold;
}
.details-right form {
	margin: 10px 0 0;
}
.details-right .text,
.details-right textarea,
.comment-area {
	font: 12px Arial, Helvetica, sans-serif;
	padding:3px;
	border:1px solid #888;
	background-color: #ccc;
	color:#000;
	width:300px;
	display: block;
	margin: 0 0 10px;
}
.details-right textarea {
	margin: 0;
	padding: 0;
	width: 306px;
	height: 100px;
}
.comment-area {
	width: 670px;
	margin: 5px 0 0;
}
.more {
	text-align: center;
	margin: 10px 0 0;
}
.banner {
	text-align: center;
}
.banner h2 {
	margin-bottom: 10px;
}

/* footer *********************************************************************/
#footer {
	margin: 3px 0 0;
	padding: 20px 25px 0 30px;
	color: #6b6b6b;
	height: 40px;
	background: url('images/bg-footer.png') no-repeat;
	font-size: 11px;
}
