#watch-user-header {
	padding: 15px 20px 15px 0;
	position: relative;
	overflow: hidden;
}
.watch-user-avatar{
	float: left;
}
.watch-user-avatar img{
	width: 48px;
	border: 1px solid #CCCCCC;
}
.watch-user-name{
	color: #333;
	line-height: 14px;
	margin: 0 0 0 10px;
	text-decoration: none;
	display: inline-block;
	height: 22px;
}
.watch-user-name span, .watch-subscription-container span, .channel-subscription-container span{
	color: #999;
	font-size: 11px;
}
.watch-user-name strong:hover{
	text-decoration: underline;
}
.watch-subscription-container{
	display: inline-block;
	margin: 6px 0 0 10px;
}
.channel-subscription-container {
	margin: 10px 0 0 0;
	float: right;
}
#watch-views-info{
	color: #666666;
	font-size: 11px;
	max-width: 220px;
	min-width: 190px;
	position: absolute;
	right: 20px;
	text-align: right;
	top: 15px;
}
.watch-view-count {
	color: #333333;
	font-size: 19px;
	line-height: 24px;
}
#popup_message span.box_message_content {
	display: block;
}
.nav_movie {
	cursor: pointer;
	color: #999
}
.nav_movie:hover {
	color: #666
}
.ads_body_page{
	position: absolute;
	overflow: hidden;
	top: 50%;
}
#pseudo_ad_body .ads_body {
	position: absolute;
	top: 30%;
	left: 20px;
}
#ads_top {
	color: #FFFFFF;
	font-size: 14px;
	left: 0;
	padding: 3px 6px;
	position: absolute;
	overflow: hidden;
	top: 90%;
	z-index: 35;
}
#ads_skip {
	color: #FFFFFF;
	background: #000;
	font-size: 14px;
	z-index: 40;
	padding: 5px 10px;
	opacity: 0.9;
	display: none;
	position: absolute;
	top: 90%;
	right: 0;
}
#ads_skip .ajax_link {
	color: #888;
}
.add_rubric label{
	display: block;
}
.rubric_opt{
	padding: 5px 0;
}
.rubric_opt div {
	padding: 2px 0;
}
.watched {
	background: #000;
	color: #FFF;
	font-size: 11px;
	font-weight: 700;
	left: 0px;
	line-height: 20px;
	opacity: 0.6;
	overflow: hidden;
	overflow-wrap: normal;
	padding: 0px 8px;
	position: absolute;
	right: 0px;
	text-overflow: ellipsis;
	top: 0px;
	white-space: nowrap;
	border-radius: 4px 4px 0 0;
}
.is_published {
	position: absolute;
	top: 40px;
	left: 0px;
	color: red;
	background: #000;
	opacity: 0.8;
	padding: 6px;
}
.watched_img{
	opacity: 0.6;
}
#mixed_type_links{
	float: right;
	color: #666;
}
#mixed_type_links a{
	color: #666;
	text-decoration: none;
}
#mixed_type_links a.selected{
	font-weight: bold;
}
.flash-upgrade{
	height:100%;
	padding:40px 10px;
	color:#FFF;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.447);
	font-size:14px;
	text-align:center;
}
.flash-upgrade a {
	color: #FFF;
	text-decoration: underline;
}
.flash-upgrade a:hover {
	color: #FFF;
}
#player_code{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	background: #000;
	clear: both;
}
.movie_id_view {
	background: #000;
	color: #FFF;
	font-size: 11px;
	left: 0;
	line-height: 11px;
	opacity: 0.4;
	padding: 4px 5px;
	position: absolute;
	top: 0;
}
.movie_id_view:hover {
	opacity: 0.8;
}
.pre_comments{
	height: 0;
	clear: both;
}

#player_container .duration {
	bottom: 7px;
	color: #FFFFFF;
	font-size: 14px;
	padding: 0 4px;
	position: absolute;
	right: 7px;
	text-shadow: 1px 1px 1px #000;
	background: #666;
}
.share_info{
	position: absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	padding: 30px;
	text-align: center;
}
.share-size-options {
	margin: 5px 0 0 0;
}
#embed-layout-options{
	width: 120px;
}
#share-embed-customize input {
	font-size: 12px;
	width: 30px;
	border: 1px solid #5D90D1 !important;
}
.share_code{
	margin: 20px 0;
	padding: 5px 8px 6px;
	background: #FFF;
	text-align: left;
	clear: both;
}
.share_code textarea {
	margin: 0px;
	padding: 0px;
	font-family: monospace;
	font-size: 13px;
	height: 100px;
	width: 98%;
	resize: vertical;
	border: none !important;
	outline: 0 !important;
	overflow: auto;
	clear: both;
}
.share_code input[type=text] {
	font-size: 1.7em;
	width: 100%;
	border: none !important;
}
.poster_img {
	height: 100%;
	width: 100%;
}
.player_play{
	position: absolute;
	cursor: pointer;
	height: 76px;
	width: 100px;
	top: 50%;
	left: 50%;
	margin: -38px 0 0 -50px;
	border-radius: 10px;
	box-shadow: 4px 4px 20px #000000;
	opacity: 0.85;
	background: url("../images/video/play_button_spr.png") no-repeat scroll 10px -2px #000;
}
.player_play_loading{
	position: absolute;
	height: 76px;
	width: 100px;
	top: 50%;
	left: 50%;
	margin: -38px 0 0 -50px;
	background: #000;
	background: url("../images/video/ajax_loader_player.gif") no-repeat scroll 20px 0px transparent;
}
.player_share, .player_share_close {
	opacity: 0.90;
	position: absolute;
	font-size: 13px;
	color: #FFF;
	cursor: pointer;
	height: 25px;
	width: 94px;
	padding: 3px 7px 0;
	text-align: left;
	top: 0;
	right: 0px;
	z-index: 30;
	background: url("../images/video/play_button_spr.png") no-repeat scroll 78px -174px #000;
}
.player_share_close {
	background: url("../images/video/play_button_spr.png") no-repeat scroll -41px -177px transparent;
	width: 24px;
}
.player_share:hover {
	text-shadow: 0 0 2px #FFFFFF;
}
#player_code:hover .player_play{
	opacity: 0.95;
	background: url("../images/video/play_button_spr.png") no-repeat scroll 10px -82px #000;
}
.video_cat_list sup {
	color: #729CCC;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	vertical-align: super;
}
ul.video_cat_list {
	list-style: none outside none;
	margin: 0 0 15px 0;
	overflow: hidden;
	padding:10px;
	background:#F6F6F6;
	clear:both;
}
ul.video_cat_list li.video_cat_item {
	float: left;
	font-size: 19px;
	line-height: 28px;
	margin: 0 5px 0 0;
	padding: 0 0 0 40px;
	width: 230px;
	min-height: 55px;
	overflow: hidden;
}
ul.video_cat_list ul {
	margin-left: 0;
	padding-left: 16px;
	list-style: none outside none;
}
ul.video_cat_list li.video_cat_item .subcats {
	font-size: 12px;
	line-height: 20px;
}
ul.video_cat_list li {
	margin:2px 0;
}
.folder_album {
	background:url("../images/video/folder_album.png") no-repeat scroll 0 0 transparent;
	padding:0 0 0 20px;
}
ul.video_cat_list li a.folder, ul.video_cat_list li.folder, div.float_bar a.folder {
	background:url("../images/video/folder.png") no-repeat scroll 0 0 transparent;
	padding:0 5px 0 20px;
}
.rubric_group {
	background:url("../images/icons/search.png") no-repeat scroll 0 0 transparent;
	padding:0 0 0 20px;
}
ul.video_cat_list li a.cat_plus, ul.video_cat_list li a.cat_minus {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 0 0 0 -16px;
}
ul.video_cat_list li a.cat_plus {
	background: url("../images/video/cat_plus.png") no-repeat scroll left 2px transparent;
}
ul.video_cat_list li a.cat_minus {
	background: url("../images/video/cat_minus.png") no-repeat scroll left 2px transparent;
}
.sort_list {
	clear:both;
	display:block;
	position:relative;
	margin: 5px 0 0;
	padding: 0;
}
.sort_list li {
	list-style: none outside none;
	margin: 0 0 15px 7px;
	clear: both;
	display: block;
	overflow: hidden;
}
.sort_list li:hover {
	border-right: 1px dashed #CCC;
}
.sort_list li .thumb img {
	width:193px;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.sort_list .thumb {
	background:transparent none repeat scroll 0 0;
	float: left;
	margin: 0 15px 0 0;
	height:109px;
	overflow:hidden;
	width:193px;
	position:relative;
	text-decoration:none !important;
}
.sort_list li p {
	font-size:11px;
	margin: 5px 0 0 0;
}
.sort_list li .list_description {
	margin: 5px 0 0 0;
}
.sort_list li div.li_descr {
	overflow: hidden;
}
.sort_list li h5 {
	font-size:14px;
}
#movie_view{
	padding:0
}
.sort {
	clear:both;
	display:block;
	position:relative;
	margin: 5px 0 0;
	padding: 0;
}
.sort li {
	display:block;
	float:left;
	height: 250px;
	margin: 0 6px 6px 0;
	padding: 4px 4px 8px;
	position:relative;
	width: 300px;
	line-height:14px;
	list-style: none outside none;
}
.sort li:hover, .mov_selected {
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, .5), inset 0 -1px 0 #fff;
	-ms-box-shadow:0 1px 3px rgba(0, 0, 0, .5), inset 0 -1px 0 #fff;
	-o-box-shadow:0 1px 3px rgba(0, 0, 0, .5), inset 0 -1px 0 #fff;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, .5), inset 0 -1px 0 #fff;
	box-shadow:0 1px 3px rgba(0, 0, 0, .5), inset 0 -1px 0 #fff;
	background-image:-moz-linear-gradient(top, #fff 0, #f0f0f0 100%);
	background-image:-ms-linear-gradient(top, #fff 0, #f0f0f0 100%);
	background-image:-o-linear-gradient(top, #fff 0, #f0f0f0 100%);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #f0f0f0));
	background-image:-webkit-linear-gradient(top, #fff 0, #f0f0f0 100%);
	background-image:linear-gradient(to bottom, #fff 0, #f0f0f0 100%);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#f0f0f0)
}
.sort li p {
	font-size:11px;
}
.sort li .thumb {
background:transparent none repeat scroll 0 0;
display:block;
height: 200px;
overflow:hidden;
position:relative;
text-decoration:none !important;
}
.sort li .thumb img {
width:211px;
border: none;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
li.cb, .cb {
border:0 none !important;
clear:both !important;
float:none !important;
height:0 !important;
margin:0 !important;
padding:0 !important;
}
.thumb .duration {
background: #000;
bottom:2px;
color:#FFF !important;
display:inline-block;
font-size:11px;
padding:0 4px;
opacity: 0.75;
position:absolute;
right:3px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
.thumb_hover {
height:109px;
left:0;
position:absolute;
background-color: transparent;
background-position: center center !important;
background-repeat: no-repeat;
top:0;
width:193px;
}
.thumb:hover .thumb_hover {
background:transparent url("../images/video/thumb_hover.png") no-repeat scroll 0 0;
}
.info {
font-size:11px;
height:16px;
padding:0 15px 15px;
width:auto;
text-align:left;
}
.info span {
margin:0 5px 0 0;
}
.icn-duration {
background:transparent url("../images/video/icns.png") no-repeat scroll -3px -27px;
padding:0 2px 0 17px;
}
.icn-date {
background:transparent url("../images/video/icns.png") no-repeat scroll -3px -41px;
padding:0 5px 0 17px;
}
.icn-views {
background:transparent url("../images/video/icns.png") no-repeat scroll -3px -13px;
padding:0 5px 0 14px;
}
.icn-rating {
background:transparent url("../images/video/icns.png") no-repeat scroll -3px -535px;
padding:0 7px 0 15px;
}
.icn-users {
background:transparent url("../images/video/icns.png") no-repeat scroll -3px -365px;
padding:0 5px 0 14px;
}
.icn-rss {
background:transparent url("../images/video/icns.png") no-repeat scroll -3px -324px;
padding:0 5px 0 16px;
}
.icn-comments {
background:transparent url("../images/video/icns.png") no-repeat scroll -3px -53px;
display:inline-block !important;
padding:0 5px 0 14px;
white-space:nowrap;
}
.icn-fav {
background:transparent url("../images/video/icns.png") no-repeat scroll -3px -475px;
padding:0 5px 0 16px;
}
.icn-add {
background:transparent url("../images/video/icns.png") no-repeat scroll -3px -461px;
padding:0 5px 0 16px;
}
.icn-movies {
background:transparent url("../images/video/icns.png") no-repeat scroll -3px -351px;
padding:0 5px 0 16px;
}
.icn-city {
background: url("../images/video/icns.png") -3px -491px no-repeat transparent;
padding: 0px 5px 0px 16px;
}
.icn-cat {
background: url("../images/video/icns.png") -3px -137px no-repeat transparent;
padding: 0px 5px 0px 16px;
}
.icn-subskr, .icn-unsubskr {
	background: url("../images/icons/subscribe.png") no-repeat scroll 3px center #CCCCCC;
	border: 1px solid #999;
	border-radius: 2px;
	font-weight: normal;
	margin: 0 3px 0 0;
	padding: 3px 2px 3px 22px;
}
.icn-subskr a, .icn-unsubskr a {
	color: #000;
	text-decoration: none;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.icn-subskr:hover, .icn-unsubskr:hover {
	background-color: #BBB;
}
.icn-unsubskr {
	background: url("../images/icons/unsubscribe.png") no-repeat scroll 3px center #CCCCCC;
}
.sort li h5 {
height:28px;
overflow:hidden;
margin:5px 0 3px;
clear:both;
font-size:12px;
}
.photo_descr {
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
background-color: #e0eaef;
border: #c3d6df solid 1px;
padding: 5px 10px;
margin:8px 0 22px 0;
clear:both;
position:relative;
}
.v_search{
	background:url(../images/icons/search.png) no-repeat 4px center;
	padding: 2px 5px 2px 24px;
	text-decoration: none;
}
.v_search span {
	border-bottom: 1px dashed #375E93;
}
.v_addlink{
	background:url(../images/icons/add.png) no-repeat 4px center;
	padding: 2px 5px 2px 24px;
	text-decoration: none;
}
.v_addrubric{
	background:url(../images/icons/addcat.png) no-repeat 4px center;
	padding: 2px 5px 2px 24px;
	text-decoration: none;
}
.v_editrubric{
	background:url(../images/icons/editcat.png) no-repeat 4px center;
	padding: 2px 5px 2px 24px;
	text-decoration: none;
}
.v_list{
	background:url(../images/video/list.png) no-repeat 4px center;
	padding: 2px 5px 2px 24px;
	text-decoration: none;
}
.v_table{
	background:url(../images/video/table.png) no-repeat 4px center;
	padding: 2px 5px 2px 24px;
	text-decoration: none;
}
.v_rall{
	background:url(../images/icons/note.png) no-repeat 4px center;
	padding: 2px 5px 2px 24px;
	text-decoration: none;
}
.tabs {
clear: both;
display: block;
height: 37px;
overflow: hidden;
padding: 0px;
position: relative;
margin: 0 4px 0 1px;
top:1px;
}
.tabs li {
display: inline;
float: left;
font-weight: 700;
height: 35px !important;
line-height: 14px;
list-style-position: outside;
list-style-type: none;
padding: 8px 9px 0 7px;
}
.tabs li a{
	text-decoration:none;
	border-bottom: 1px dashed;
}
.tabs li.act {
border: #c3d6df solid 1px;
padding: 8px 7px 0 8px;
position: relative;
background-color: #F6F6F6;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
-moz-border-top-left-radius: 6px;
-moz-border-top-right-radius: 6px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
}
.tabSearch {
border: #c3d6df solid 1px;
border-radius: 6px;
background-color: #F6F6F6;
clear: both;
color: #8e8e8e;
height: 20px;
margin: 0 0 15px 0;
padding: 8px 10px;
position: relative;
}
.tabSearch .sel {
	font-weight:bold;
}
.tabSearch a {
	text-decoration:none;
	border-bottom: 1px dashed;
}
.highlight{
	background-color:#66CCFF;
	color:#FFF;
}
.top_movie {
	min-height: 40px;
	padding: 0;
	clear:both
}
.top_movie .tabs {
	clear: none;
	height: 24px;
	overflow: hidden;
	top: 0;
}
.top_movie .tabs ul {
	height: 24px;
	overflow: visible;
	padding: 0;
}
.top_movie .tabs ul li {
	background: none repeat scroll 0 0 transparent;
	cursor: pointer;
	height: 24px !important;
	padding: 0;
	margin:0;
	position: relative;
}
.top_movie .tabs ul li span {
	background: url("../images/video/tabs.png") no-repeat scroll -199px 0 transparent;
	display: block;
	padding-left: 1px;
}
.top_movie .tabs ul li span a {
	background: url("../images/video/tabs.png") no-repeat scroll -200px 0 transparent;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	margin: 0;
	padding: 5px 10px 0;
	text-decoration: none !important;
}
.top_movie .tabs ul li.act {
	border: 0 none;
	height: 24px !important;
	padding: 0;
}
.top_movie .tabs ul li.act span {
	background-position: -199px -25px;
}
.top_movie .tabs ul li.act span a {
	background-position: -200px -25px;
	color: #FFFFFF;
	outline: medium none;
}
.top_movie .tabs ul li.act:hover span a {
	color: #FFFFFF;
}
.top_movie .tabs ul li:hover {
	cursor: pointer;
}
.top_movie .tabs ul li:hover span {
	background-position: center -50px;
}
.top_movie .tabs ul li:hover span a {
	background-position: center -50px;
	color: #2E9DE1;
}
.top_movie .tabs ul li.act:hover {
	cursor: text;
}
.top_movie .tabs ul li.act:hover span {
	background-position: -199px -25px;
	cursor: text;
}
.top_movie .tabs ul li.act:hover span a {
	background-position: -200px -25px;
	cursor: text;
}
.top_movie .tabs ul li span.firstcont {
	background-position: left 0;
	padding: 0 0 0 1px;
}
.top_movie .tabs ul li span.firstcont a {
	background-position: 0 0;
}
.top_movie .tabs ul li span.lastcont {
	background-position: right 0;
	padding: 0 1px 0 0;
}
.top_movie .tabs ul li span.lastcont a {
	background-position: -200px 0;
}
.top_movie .tabs ul li.act span.firstcont {
	background-position: left -25px;
	padding: 0 0 0 1px;
}
.top_movie .tabs ul li.act span.firstcont a {
	background-position: 0 -25px;
}
.top_movie .tabs ul li.act span.lastcont {
	background-position: right -25px;
	padding: 0 1px 0 0;
}
.top_movie .tabs ul li.act span.lastcont a {
	background-position: -200px -25px;
	cursor: auto;
}
.top_movie .tabs ul li:hover span.firstcont {
	background-position: left -50px;
	padding: 0 0 0 1px !important;
}
.top_movie .tabs ul li.act:hover span.firstcont {
	background-position: left -25px;
	padding: 0 0 0 1px !important;
}
.top_movie .tabs ul li:hover span.firstcont a {
	background-position: 0 -50px !important;
}
.top_movie .tabs ul li.act:hover span.firstcont a {
	background-position: 0 -25px !important;
}
.top_movie .tabs ul li:hover span.lastcont {
	background-position: right -50px;
	padding: 0 1px 0 0 !important;
}
.top_movie .tabs ul li.act:hover span.lastcont {
	background-position: right -25px;
	padding: 0 1px 0 0 !important;
}
.top_movie .tabs ul li:hover span.lastcont a {
	background-position: right -50px !important;
}
.top_movie .tabs ul li.act:hover span.lastcont a {
	background-position: -200px -25px !important;
	cursor: text;
}
.top_movie h3 {
	float: left;
	font-size: 20px;
	line-height: 18px;
	font-weight: bold;
	padding: 3px 13px 0 0;
	margin:0;
}
.top_movie .right-nav {
	float: right
}
.top_movie .right-nav a {
	background: url("../images/icons/add.png") no-repeat scroll 6px 3px #2e9de1;
	float: left;
	padding: 2px 10px 2px 26px;
	display:block;
	border:1px solid #d9d9d9;
	color:#FFF;
	border-radius:5px;
	box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.08)
}
.top_movie .right-nav a:hover {
	color:#555;
	box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.15)
}
.video_menu {
	clear: both;
	margin: 0 auto 15px;
	position: relative;
	width: 100%;
}
.video_menu .corn_t {
	height: 10px;
}
.corn_t {
	background-color: #FFFFFF;
	border-top: 1px solid #DFE1E2;
	height: 11px;
	margin: 0 15px;
	position: relative;
}
.corn_b {
	background-color: #FFFFFF;
	border-bottom: 1px solid #DFE1E2;
	clear: both;
	height: 10px;
	margin: 0 15px;
	position: relative;
}
.corn_t .tl {
	background-position: left top;
	left: -15px;
	top: -1px;
}
.corn_t .tr {
	background-position: right top;
	right: -15px;
	top: -1px;
}
.corn_b .bl {
	background-position: left bottom;
	bottom: -1px;
	left: -15px;
}
.corn_b .br {
	background-position: right bottom;
	bottom: -1px;
	right: -15px;
}
.corn_b div {
	height: 12px;
}
.corn_t div, .corn_b div {
	background: url("../images/video/corns.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 12px;
	overflow: hidden;
	position: absolute;
	width: 15px;
	z-index: 100;
}
.video_menu .cont {
	height: 52px;
	overflow: hidden;
	clear:both;
}
.video_menu .cont_player {
	overflow: hidden;
}
.video_menu .cont_player p{
	margin:7px;
	clear:both;
	overflow:hidden;
}
.video_menu .cont_player p span{
	float:right;
	width: 235px;
}
.cont, .cont_player {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DFE1E2;
	padding: 0 11px;
	position: relative;
	overflow:hidden;
	z-index: 101;
}
.video_menu .user-block {
	height: 41px;
	padding: 1px 0 0 14px;
	width: 192px;
	position: absolute;
	right: 18px;
	top: 0;
	clear:both;
}
.user-info {
	font-size: 11px;
	list-style-type:none;
	padding:0;
}
.user-info li {
	margin:0;
	padding:0;
}
.user-info li.profile_link {
	font-weight:bold;
	font-size:12px;
}
.movie_view_page{
	width: 100%;
}
.movie_view_content{
	padding: 0;
}
.movie_view_sidebar{
	padding: 15px;
}
h1.con_heading{
	margin: -5px 0 15px;
}
h1.editors_choice {
	background: url("../images/video/tick.png") no-repeat scroll left center transparent;
	padding-left: 42px;
}
.liked{
	background: url("../images/video/karma-sprite.png") no-repeat scroll 0 30px;
	float: left;
	height: 25px;
	margin: 0 5px 0 0;
	padding: 4px 5px 0 27px;
	text-decoration: none;
}
a.like{
	background-position: 0 -77px;
}
a:hover.like, .like_sel{
	background-position: 0 -51px;
}
a.unlike{
	background-position: 0 -26px;
	margin: 0;
	padding: 4px 0 0 21px;
}
a:hover.unlike, .unlike_sel{
	background-position: 0 0;
}
.watch-sparkbars {
	background:#999;
	height: 3px;
	margin: 2px 0;
	overflow: hidden;
	clear:both;
	width:100%;
}
.watch-sparkbar-likes {
	background: none repeat scroll 0 0 #006600;
	float: left;
	height: 3px;
}
.watch-sparkbar-dislikes {
	background: none repeat scroll 0 0 #CC0000;
	float: right;
	height: 3px;
	margin-right: -1px;
}
#action-panel-share .share_code {
	margin: 12px 0 0 0;
	padding: 0;
}
#action-panel-share .share_code:first-child{
  margin: 0;
}
#action-panel-share .share-size-options {
	margin: 15px 0 0;
}
#action-panel-share .share_code input.site_link, #action-panel-share .share_code textarea {
	border: 1px solid #CCCCCC !important;
	width: 100%;
	font-family: arial, sans-serif;
	font-size: 14px;
}
#watch-action {
	clear: both;
	overflow: hidden;
	padding: 5px 18px 5px 0;
	height: 32px;
	background-color: #000;
}
#watch-secondary-actions{
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	float: left;
}
.action-panel-trigger{
	border: 0;
	padding: 0 4px;
	background: none;
	border-bottom-color: #FFFFFF;
	border-style: solid;
	border-width:0 0 3px 0;
	color: #FFF;
	height: 32px;
	margin: 0;
	vertical-align: top;
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
	vertical-align: middle;
	white-space: nowrap;
	word-wrap: normal;
	outline: none;
	font-size: 12px;
	font-family: arial,sans-serif;
}
.action-panel-trigger:hover {
	opacity: 1.0;
	border-color: #993300;
}
.all {
	border-color: #FFFFFF;
	font-weight: normal;
	opacity: 0.6;
}
#watch-sentiment-actions {
	float: right;
	margin-top: 3px;
}
#watch-action-panels {
	position: relative;
	overflow: hidden;
	border-top: 1px solid #CCC;
	clear: both;
}
#movie_pubdate{
	color: #777777;
	font-size: 12px;
	position: absolute;
	right: 15px;
	top: 18px;
	line-height: 13px;
	overflow: hidden;
}
.action-panel-content {
	padding: 18px 20px 18px 0;
	position: relative;
	overflow: hidden;
	min-height: 80px;
}
.subj_title{
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0;
}
.video_params strong {
	float: left;
	overflow: hidden;
	width: 140px;
}
#karma_mov{
	margin: 0;
	font-size: 12px;
}
div.float_bar {
	margin-top: 3px;
}
.t_upload td {
	padding:5px;
	vertical-align:top;
}
.t_upload tr {
	height:40px;
}
.t_upload .hinttext {
	display:none;
	font-size:11px;
}
a.v_edit, a.v_delete {
	padding: 2px 6px;
	text-decoration: none;
	color:#999;
}
a:hover.v_edit, a:hover.v_delete {
	background: #0FADE5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 0 1px 0 #0964A0;
}
.video_menu h3 {
	margin:0;
}
.ch_block {
	border-top:#CCC 1px solid;
	margin:4px 0 0 0;
	padding:5px 0;
}
.ch_block_none_border {
	margin:0 0 4px 0;
	padding:0 0 5px 0;
}
ul.sort li input {
	position:absolute;
	color:#CCC;
	border:none;
	bottom:8px;
	right:4px;
	bottom: 4px;
	padding:0;
	margin:0;
}
#plugin_p_similarmovie .sort li{
	margin: 0 0 0 2px;
}
#plugin_p_similarmovie h4 {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	margin:0 0 10px;
	padding:5px;
	clear:both;
	text-align: left;
}
#plugin_p_similarmovie {
  color: #666666;
  clear:both 
}
.ajax_link {
color: #999; text-decoration:none; border-bottom:1px dashed;font-weight: normal;
}
.ajax_link_orig {
text-decoration:none; border-bottom:1px dashed;
}
.grey {
color:#CCC;
}
.not_found{
	margin:20px;
	padding:20px;
	text-align:center;
}
.censored {
	background-color: #CC0000;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	padding: 4px;
	position: absolute;
	right: 2px;
	top: 2px;
}
ul.add_form {
	list-style: none outside none;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 10px;
	clear:both;
	border-bottom: 1px #E7EAED solid;
	background: #F7F7F7;
}
.add_form li {
	display:block;
	float:left;
	margin:0 10px 0 0;
	position:relative;
	padding:4px 10px 4px 28px;
	line-height:18px;
	font-size:16px;
	text-align:center;
	border-radius:5px;
	color: #000;
	cursor: pointer;
	background-position: center left 7px;
}
.file{
	background: url("../images/video/add_file.png") no-repeat scroll 0 20px;
}
.link{
	background: url("../images/video/add_link.png") no-repeat scroll 0 20px;
}
.code{
	background: url("../images/video/add_embed.png") no-repeat scroll 0 20px;
}
.add_form li.select {
	background-color:#5D90D1;
	color: #FFF;
}
.add_form li:hover {
	background-color:#E1E7ED;
	color: #333;
}
#more_link {
	text-align:center;
	position:absolute;
	width:100%;
	bottom:0px;
	left:0px;
	background:#C3D6DF;
	border-radius: 0 0 6px 6px;
	-moz-border-radius:  0 0 6px 6px;
	-webkit-border-radius:  0 0 6px 6px;
	opacity:0.9;
}
.video_preview {
	margin: 0 0 15px;
	position: relative;
}
.edit_code {
	background: #AAA;
	color: #FFF;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	opacity: 0.8;
	padding: 0 6px;
	position: absolute;
	text-decoration: none;
	width: 100%;
	z-index: 5;
}
#player_code_edit {
	background: #000;
	opacity: 0.85;
	position: absolute;
	top: 25px;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.code_notice {
	background: #3F76B7 !important;
	border: none !important;
	color: #FFF;
}
#movie_embed_title {
	background: #000;
	font-size: 12px;
	height: 24px;
	padding: 4px 0 0 7px;
	position: absolute;
	width: 100%;
	z-index: 29;
}
#movie_embed_title a {
	color: #FFF;
	text-decoration: none;
}
#movie_embed_title a:hover {
	text-decoration: underline;
}
#player_code_edit  div {
	background: #FFF;
	border: 1px solid #CCC;
	margin: 10px;
	padding: 5px;
}
#player_code_edit textarea {
	height: 145px;
}
.edit_code:hover {
	color: #FFF;
	background: #333;
	opacity: 0.9;
}
#watch-action-add {
	border-bottom: 1px solid #CCCCCC;
	clear: both;
	overflow: hidden;
	height: 32px;
	position: relative;
}
.action-info {
	clear: both;
	overflow: hidden;
	position: relative;
}
.left_add {
	float: left;
	overflow: hidden;
	display: inline-block;
}
.right_add{
	margin: 0 0 0 20px;
}
.action-info h4 {
	font-size: 13px;
	margin: 15px 0 5px 0;
	color: #444;
}
.action-info h3 {
	font-size: 16px;
	margin-top: 0;
}
.action-info dl {
	clear: both;
	overflow: hidden;
}
.action-info dt {
	clear: left;
	color: #333;
	float: left;
	font-weight: normal;
	width: 140px;
	font-size: 12px;
}
.action-info dd {
	color: #000;
	float: left;
	padding: 0 0 4px;
	font-size: 12px;
}
.action-info textarea, #upload_movie_form input[type=text], #upload_movie_form input[type=file], .action-info select {
	width: 400px;
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 3px 0;
	width: 100%;
	resize: vertical;
	white-space:pre-wrap;
	word-wrap:break-word;
	font-family: arial,sans-serif;
	font-size: 13px;
}
.action-info input[disabled] {
	border: 0;
}
#link {
	width: 380px !important;
}
#movie_code {
	height: 60px;
}
#txtFileName {
	background: #FFF;
	width: 408px !important;
}
.action-info textarea {
	height: 120px;
}
.input_val {
	width: 480px;
	min-height: 32px;
}
.right_input_val {
	width: 380px;
}
.input_val_value {
	border: 1px solid #CCCCCC;
	padding: 4px;
	clear: both;
	overflow: hidden;
}
.input_val_value .city_block{
	border: 0;
	padding: 0;
}
.cat_form input.text-input {
	border: 0 !important;
	width: 100% !important;
	padding: 3px 0 !important;
}
.regstar {
	cursor: help;
}
.btn {
	margin: 0 10px 0 0;cursor:pointer;display:inline-block;background-color:#e6e6e6;background-repeat:no-repeat;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:-moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);background-image:-ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:-o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);padding:4px 10px 5px;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);color:#333;font-size:13px;line-height:normal!important;border:1px solid #ccc;border-bottom-color:#bbb;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);-webkit-transition:0.1s linear all;-moz-transition:0.1s linear all;-ms-transition:0.1s linear all;-o-transition:0.1s linear all;transition:0.1s linear all;}
.btn:hover{ background-position:0 -15px;color:#000;text-decoration:none; }
.save_btn {
	background-color:#0064cd;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));background-image:-moz-linear-gradient(top, #049cdb, #0064cd);background-image:-ms-linear-gradient(top, #049cdb, #0064cd);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));background-image:-webkit-linear-gradient(top, #049cdb, #0064cd);background-image:-o-linear-gradient(top, #049cdb, #0064cd);background-image:linear-gradient(top, #049cdb, #0064cd);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);border-color:#0064cd #0064cd #003f81;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.submit_video {
	margin:20px 0 0 0;
	vertical-align:middle;
	clear: both;
}
.do_submit_video {
	background: url("../images/video/ajax-loader_dealer.gif") no-repeat scroll left center;
	color: #333;
	padding-left: 40px;
}
#more_link a {
	text-decoration:none;
	border-bottom:1px dashed;
	color: #000;
}
#field_for_movie_content div.mov_a_entry {
	margin:0 0 8px 0;
	padding: 0 0 7px 25px;
	border-bottom:dotted 1px #999;
}
#field_for_movie_content .sort li {
	width: 202px;
}
#channel_movie_info{
	clear: both;
	overflow: hidden;
	padding: 3px 5px;
}
#channel_movie_info h2 {
	float: left;
	font-size: 14px;
}
#channel_movie_info h2 a {
	color: #FFFFFF;
}
#channel_movie_info div, .float_right {
	float: right;
}
.chan_subs_usr {
	float:left;
	padding:3px 0;
	margin:5px 0;
	text-align:center;
	width:50%;
	position:relative;
}
.chan_subs_to_ch {
	position:absolute;
	top:0;
	display:none;
	padding:2px 3px;
}
.chan_subs_to_ch a {
	text-decoration:none;
}
.rubric_img {
	float:left;
	margin: 0 15px 15px 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	-moz-box-shadow:0 0 10px #777777;
	-ms-box-shadow:0 0 10px #777777;
	-o-box-shadow:0 0 10px #777777;
	-webkit-box-shadow:0 0 10px #777777;
	box-shadow:0 0 10px #777777;
	background: url("../images/video/ajax_loader_player.gif") no-repeat scroll center center transparent;
}
.rubric_img .more_info {
	display:block;
	position:absolute;
	top:0;
	bottom: auto;
	opacity:0.6;
	background:#000;
	color:#FFF;
	width:100%;
	padding:5px;
	cursor: pointer;
	z-index: 5;
}
.rubric_img:hover .more_info {
	opacity:0.8;
}
.rubric_cut {
	border-bottom: 1px dashed #999;
	clear:both;
	margin:10px 0;
}
.rubric_descr {
	overflow:hidden;
	height: 1%;
	position: relative;
}
.rubric_rating {
	float:right;
	width:100px;
	margin:0 0 0 10px;
}
.last_rubrics {
	margin:10px 0 0 0;
	padding:0;
	overflow:hidden;
}
.last_rubrics h3 {
	background: #333333;
	font-size: 14px;
	margin: 0;
	opacity: 0.8;
	overflow: hidden;
	padding: 1px 0 3px 6px;
	position: absolute;
	top: 0;
	width: 100%;
}
.last_rubrics h3 a {
	color: #FFF;
}
.cover_img {
	display: block;
	height: 100%;
	width: 100%;
}
.last_rubrics li {
	display: inline-block;
	float: left;
	height: 185px;
	list-style: none;
	margin: 0 5px 5px 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.last_rubrics li:hover h3 {
	opacity: 1.0;
}
.last_rubrics li:hover .more_info {
	display: block;
}
.last_rubrics li:hover a {
	text-decoration: none;
}
li.rubric_groups {
	clear:both;
	width:100% !important;
	height: auto;
	background: none;
	margin: 0 0 6px;
}
li.rubric_groups h2 {
	font-weight: normal;
}
.rubric_groups_title{
	text-align: right;
	font-weight: normal;
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #999;
	padding: 0 0 10px 0;
}
.rubric_groups_title a, li.rubric_groups h2 a {
	color: #3A444A;
}
.rubric_title{
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
	height: 1%;
}
.rubric_icons {
	font-size:11px;
	margin:10px 0 0 0;
	text-align:right;
}
.more_info {
	background: #000;
	bottom: 0;
	color: #CCC;
	display: none;
	font-size: 12px;
	opacity: 0.8;
	padding: 3px 5px;
	position: absolute;
	width: 100%;
}
#lightsoff-background {
	background:#000;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 998;
	opacity: 0.9;
	cursor: pointer;
}
.lightsoff_channel {
	display: none;
}
.hid {
	display: none;
}
select {
	font-family: arial,sans-serif;
}
.uitabs .top_movie {
	height: 30px;
}
.uitabs .sort li {
	width: 208px;
}
.loader {
	background-image: url("../images/video/ajax-loader_dealer.gif");
	background-position: left center;
	background-repeat: no-repeat;
	position: fixed;
	padding: 10px 5px 10px 40px;
	top:50%;
	left:47%;
	z-index:1200;
	border:1px #CCC solid;
	border-radius: 6px;
	box-shadow:0 2px 4px rgba(0, 0, 0, .5), inset 0 -1px 0 #fff;
	font-weight: bold;
}
.auto_load {
	clear:both;
	position:relative;
}
.auto_load .loader {
	left:53%;
}
.show_more {
	text-align: center;
	margin: 15px 0 0;
}
#add_album_form {
	margin: 5px;
	overflow: hidden;
}
#add_album_form label {
	display: block;
	margin: 0 0 5px;
}
#add_album_form input[type="text"], #add_album_form textarea {
	margin: 0 0 10px;
	width: 99%;
}
#submit_album {
	margin: 0 0 5px;
}
#watch-appbar-playlist {
	background: #1A1A1A;
	color: #999;
	overflow: hidden;
	margin: 0px 0px 10px -10.8px;
	position: relative;
}
.playlist-header {
	padding: 0 5px;
	background: #000;
	height: 47px;
	overflow: hidden;
}
.playlist-videos-container {
	clear: both;
}
.playlist-header-content {
	font-size: 11px;
	line-height: 1.5;
	padding: 5px;
}
#watch-appbar-playlist .playlist-title {
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	margin: 0;
}
.playlist-title a, .playlist-details a {
	color: inherit; text-decoration: none;
}
.playlist-title a:hover, .playlist-details a:hover {
	text-decoration: underline;
}
.playlist-videos-list {
	overflow: hidden;
	position: relative;
	padding: 0;
}
.playlist-videos-list:hover {
	overflow: auto;
}
.playlist-videos-list > li {
	box-sizing: border-box;
	overflow: hidden;
	padding: 5px;
	margin: 0;
	border-bottom: 1px solid #222;
}
.playlist-videos-list > li:hover {
	background: #525252;
}
.playlist-videos-list > li.currently-playing {
	background-color: #3A3A3A;
}
.playlist-videos-list > li.currently-playing:before {
	color: #C03636;
	line-height: 40px;
}
.playlist-video {
	display: block;
	height: 45px;
	position: relative;
	text-decoration: none;
}
.playlist-video .video-thumb {
	float: left;
	margin-left: 2px;
	margin-right: 8px;
	margin-top: 4px;
}
.playlist-video-description {
	overflow: hidden;
	white-space: nowrap;
}
.playlist-video h4 {
	color: #CACACA;
	font-size: 13px;
	font-weight: normal;
	width: 170px;
}
.video-uploader-byline {
	color: #999999;
	font-size: 11px;
}
.ui-ellipsis {
	display: block;
	line-height: 1.3em;
	overflow: hidden;
	position: relative;
	text-overflow: ellipsis;
	word-wrap: break-word;
}
.video_action_block {
	background: #EFEFEF;
	border: 1px solid #CCC;
	line-height: 1.4em;
	margin: 10px 0;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 5px;
}
.video_action_block ul {
	list-style: none outside none;
	overflow: hidden;
	clear:both;
	padding: 0;
}
.video_action_block ul li {
	cursor: pointer;
	padding: 5px;
	margin: 0;
	font-weight: bold;
	border-bottom: 1px solid transparent;
}
.video_action_block ul li:hover, .video_action_block ul li.selected_list {
	background: #555;
	color: #FFF;
	border-bottom: 1px solid #CCC;
}
.selected_list .in_playlist {
	display: inline;
}
#action-panel-addto .input_val_value {
	clear: none;
}
.related_list {
	margin: 0;
	padding: 0;
}
.related_list > li {
	float: left;
	height: 136px;
	margin: 2px;
	overflow: hidden;
	position: relative;
	width: 32.71%;
}
.related_list a {
	display: block;
	height: inherit;
	overflow: hidden;
}
#player_container .related_list .duration {
	font-size: 11px;
}
.related_list strong {
	position: absolute;
}
.related_list strong {
	background: #000;
	color: #FFF;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	transition: opacity 0.2s cubic-bezier(0, 0, 1, 1) 0s;
}
.related_list strong span {
	display: block;
	padding: 10px;
	font-weight: normal;
}
.related_list > li:hover strong {
	opacity: 0.8;
}
.mod_user_menu .add_video a {
	background: url("../images/icons/actions/film_add.png") no-repeat scroll 3px center rgba(0, 0, 0, 0);
}
.mod_user_menu .my_channel a {
	background: url("../images/video/user_channel.png") no-repeat scroll 3px center rgba(0, 0, 0, 0);
}
#player_container{
	padding: 0;
	overflow: hidden;
	position: relative;
	height:420px;
	width:100%
	background: #000; 
}

@media only screen and (max-width: 1024px) {
#player_container{height:380px}
}
@media only screen and (max-width: 800px) {
#player_container{height:280px}
}

@media only screen and (max-width: 767px) {
.top_movie .right-nav{margin-right:2px;float:none!important;clear:both!important}
.top_movie .right-nav .v_addlink{margin:0 0 8px 10px}
.tabs_recommended,.tabs{position:static;clear:both!important}
.sort li{width:196px}
#watch-appbar-playlist{margin-left:0}
.photo_descr{width:100%;box-sizing:border-box}
#player_container{height:233px}
}

@media only screen and (max-width: 480px) {
.sort li,.sort li .thumb {height:auto}
.sort li,.sort li .thumb img{width:100%;box-sizing:border-box}
.thumb_hover{width:100%;height:100%}
#player_container{height:230px}
}
@media only screen and (max-width: 360px) {
#player_container{height:166px}
}




