/* Reset styles */
html, body, div, span, applet, object, iframe, /*h1, h2, h3, h4, h5, h6, */p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;}
a img {border:0;}
table {border-collapse:collapse;border-spacing:0;}
ol, ul {list-style:none;}
q:before, q:after, blockquote:before, blockquote:after {content:"";}
:focus {outline: 0;}

input[type="text"],
input[type="password"],
textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* Common styles */

html,body {height: 100%;}

body {
	font: 12px/1.25 Arial;
	background: #182032;
}

a {
	color: #0864D1;
	text-decoration: underline;
}

a:hover {
	color: #EF8C34;
	text-decoration: none;
}

.hide {
	display: none;
}

.pgWrap {
	position: relative;
	width: 100%;
	min-height: 100%;
}

/* bgs */

.bgs {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.bgs-fixed {
	position: relative;
	width: 100%;
	min-width: 1000px;
	max-width: 1600px;
	height: 100%;
	margin: 0 auto;
	background: url(../img/misc/bg-main1.jpg) 50% 0px;
}

.bg-grd {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/misc/bg-main-grd.png) repeat-y 50% 0px;
}


.bg-header {
	position: relative;
	width: 100%;
	height: 430px;
	background: url(../img/misc/bg-header.jpg) no-repeat 50% 0px;
}

.bg-header-grd {
	width: 100%;
	height: 430px;
	Abackground: url(../img/misc/bg-header-grd.png) no-repeat 50% 0px;
}

.bg-main {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	height: 400px;
	background: url(../img/misc/bg-main1-grd.png) repeat-x 0px 0px;
}

/* layout */

.layoutWrap {
	position: relative;
	width: 100%;
	min-height: 100%;
}

.header,
.mainWrap,
.footer {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.header {
	height: 280px;
}

.mainWrap {
	padding: 0 0 252px 0;
}

.mainWrapTwoCols .main {
	float: right;
	width: 790px;
}

.mainWrapTwoCols .aside {
	float: left;
	width: 210px;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.footerWrap {
	clear: both;
	position: relative;
	margin: -252px 0 0 0;
	height: 252px;
	background: #111 url(../img/misc/bg-footer.jpg) repeat-x 50% 0px;
}

.footer {

}



/* header */

.header .menu  {
	position: absolute;
	top: 2px;
}

.header .menu ul li {
	float: left;
}

.header .menu ul li a {
	font-size: 13px;
	text-shadow: 0px 1px #333;
	text-decoration: none;
	color: #b6b7ba;
	display: block;
	height: 27px;
	line-height: 17px;
	padding: 0 0 0 5px;
	overflow: hidden;
}

.header .menu ul li a:hover {
	color: #fff;
}

.header .menu ul li a span {
	display: block;
	padding: 5px 27px 6px 23px;
}

.header .menu ul li.activeItem a {
	background: url(../img/misc/bg-header-menu-active.png) no-repeat 0 0;
	color: #fff;
}

.header .menu ul li.activeItem span {
	background: url(../img/misc/bg-header-menu-active.png) no-repeat 100% -27px;
}

/* header auth */

.header .auth {
	position: absolute;
	top: 5px;
	right: 0;
	width: 350px;
	font-size: 11px;
	color: #fff;
}

.header .auth .login,
.header .auth .password {
	font-size: 11px;
	background: #e8e8e8;
	color: #333;
	border: 1px solid #acacad;
	padding: 1px 5px 2px 5px;
	margin: 1px 6px 6px 0;
	width: 125px;
	height: 20px;
	float: left;
}

.header .auth .button {
	width: 75px;
	height: 22px;
	float: left;
}

.header .auth a,
.header .auth a:hover {
	color: #fff;
	line-height: 20px;
}

.header .auth .regLink {
	float:left;
	clear: both;
	padding: 0 20px 0 2px;
}

.header .auth .rememberLink {
	float:left;
}

.header .auth .remember {
	float: left;
	padding: 0 0 0 20px;
	line-height: 20px;
}

.header .auth .remember input {
	vertical-align: middle;
}

/* header logos */

.header .logo a {
	position: absolute;
	top: 152px;
	left: 5px;
	width: 230px;
	height: 105px;
	text-indent: -999em;
}

.header .slogan {
	position: absolute;
	top: 180px;
	left: 500px;
	width: 320px;
	font-size: 14px;
	line-height: 18px;
	color: #f9f2aa;
	text-align: center;
	filter: alpha(opacity=70);
	opacity: .7;
}

.header .vk_like {
	position: absolute;
	top: 238px;
	left: 583px;
	width: 320px;
	font-size: 14px;
	line-height: 18px;
	filter: alpha(opacity=80);
	opacity: .8;
}


/* main page styles */

.b-top-actors {
	-moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 789px;
	margin: 0 0 0 0;
}

.b-top-actors > .h {
	height: 29px;
	background: url(../img/misc/main-top-actors-header-bg.png) no-repeat;
}

.b-top-actors > .f {
	clear: both;
	height: 18px;
	background: url(../img/misc/main-top-actors-footer-bg.png) no-repeat;
}

.b-top-actors > .content {
	background: #d4b154 url(../img/misc/main-top-actors-content-bg.jpg) no-repeat;
	height: 339px;
}

.b-top-actors > .content:after {content:"."; visibility:hidden; display:block; height:0; line-height:0; clear:both;}

.b-top-actors h2 {
	position: absolute;
	margin: -29px 0 0 0;
	padding: 5px 0 0 45px;
	background: url(../img/icons/i-cup.png) no-repeat 18px 8px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.75);
}

.b-top-actors .head-link {
	position: absolute;
	margin: -23px 17px 0 0;
	right: 0px;
	font-size: 12px;
}

.b-top-actors .head-link a,
.b-top-actors .head-link a:hover {
	color: #f9f2aa;
}

.b-top-actors-list {
	float:left;
	margin: 0 0 0 15px;
}

.b-top-actors-list > li {
	float: left;
	position: relative;
	width: 140px;
	padding: 5px 5px 0 5px;
}

.b-top-actors-list .defaultView {
	text-align: center;
	padding: 14px 0 0 0;
}

.b-top-actors-list div div {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.b-top-actors-list .defaultView .name {
	font-size: 13px;
	padding: 0px 0 5px 0;
	color: #76000b;
}

.b-top-actors-list .defaultView .name a,
.b-top-actors-list .defaultView .name a:hover {
	color: #76000b;
}

.b-top-actors-list .defaultView .area {
	font-size: 11px;
	padding: 0px 0 9px 0;
	color: #76000b;
}

.b-top-actors-list .defaultView .area a,
.b-top-actors-list .defaultView .area a:hover {
	color: #76000b;
	text-decoration: none;
}

.b-top-actors-list .defaultView .img {
	position: relative;
	margin: 0 0 0 10px;
	text-align: left;
	overflow: visible;
}

.b-top-actors-list .defaultView .imgWrap {
	position: absolute;
	margin: 3px 0 0 3px;
	width: 113px;
	height: 118px;
	overflow: hidden;
}

.b-top-actors-list .defaultView .img img {
	width: 112px;
}

.b-top-actors-list .defaultView .img a {
	position: relative;
	display: block;
	width: 134px;
	height: 134px;
	background: url(../img/misc/main-top-actors-img-bg.png) no-repeat 0px 0px;
	text-decoration: none;
}

.b-top-actors-list .defaultView .rate {
	font-size: 12px;
	color: #685c3c;
	padding: 0px 0 6px 0;
	margin: -4px 0 0 0;
}

.b-top-actors-list .defaultView .rate span {
	font-size: 14px;
	font-weight: bold;
	color: #76000b;
}

.b-top-actors-list .defaultView .button a {
	display: block;
	width: 121px;
	height: 30px;
	margin: 0 auto;
	background: url(../img/buttons/btn-top-actor-plus1.png) no-repeat 0px 0px;
	text-decoration: none;
	text-indent: -999em;
}

.b-top-actors-list .defaultView .stats table {
	margin: 4px auto 0 auto;
	line-height: 12px;
}

.b-top-actors-list .defaultView .stats th {
	font-size: 11px;
	color: #8b7a4c;
	text-align: right;
	padding: 1px 0 0 0;
}

.b-top-actors-list .defaultView .stats th a {
	color: #8b7a4c;
	border-bottom: 1px dotted #8b7a4c;
	text-decoration: none;
}

.b-top-actors-list .defaultView .stats th a:hover {
	border-bottom: 0px;
}

.b-top-actors-list .defaultView .stats td {
	font-size: 11px;
	font-weight: bold;
	color: #413820;
	padding: 1px 0 0 5px;
	text-align: left;
}



.b-left-top-actors-list {
	float:left;
	margin: 0 0 0 15px;
}

.b-left-top-actors-list > li {
	float: left;
	position: relative;
	width: 140px;
	padding: 5px 5px 0 5px;
}

.b-left-top-actors-list .defaultView {
	text-align: center;
	padding: 14px 0 0 0;
}

.b-left-top-actors-list div div {
// overflow: hidden;
	text-overflow: ellipsis;
// white-space: nowrap;
}

.b-left-top-actors-list .defaultView .name {
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0 5px 0;
	color: #fff; // #76000b;
}

.b-left-top-actors-list .defaultView .name a,
.b-left-top-actors-list .defaultView .name a:hover {
	color:  #fff; // #76000b;
}

.b-left-top-actors-list .defaultView .area {
	font-size: 11px;
	padding: 0px 0 9px 0;
	color:  #fff; //#76000b;
}

.b-left-top-actors-list .defaultView .area a,
.b-left-top-actors-list .defaultView .area a:hover {
	color:  #fff; //#76000b;
	text-decoration: none;
}

.b-left-top-actors-list .defaultView .img {
	position: relative;
	margin: 0 0 0 10px;
	text-align: left;
	overflow: visible;
}

.b-left-top-actors-list .defaultView .imgWrap {
	position: absolute;
	margin: 3px 0 0 3px;
	width: 113px;
	height: 118px;
	overflow: hidden;
}

.b-left-top-actors-list .defaultView .img img {
	width: 112px;
}

.b-left-top-actors-list .defaultView .img a {
	position: relative;
	display: block;
	width: 134px;
	height: 134px;
	background: url(../img/misc/main-top-actors-img-bg.png) no-repeat 0px 0px;
	text-decoration: none;
}

.b-left-top-actors-list .defaultView .rate {
	font-size: 12px;
	color: #685c3c;
	padding: 0px 0 6px 0;
	margin: -4px 0 0 0;
}

.b-left-top-actors-list .defaultView .rate span {
	font-size: 14px;
	font-weight: bold;
	color:  #fff; //#76000b;
}

.b-left-top-actors-list .defaultView .button a {
	display: block;
	width: 121px;
	height: 30px;
	margin: 0 auto;
	background: url(../img/buttons/btn-top-actor-plus1.png) no-repeat 0px 0px;
	text-decoration: none;
	text-indent: -999em;
}

.b-left-top-actors-list .defaultView .stats table {
	margin: 4px auto 0 auto;
	line-height: 12px;
}

.b-left-top-actors-list .defaultView .stats th {
	font-size: 11px;
	color: #7491b5;
	text-align: right;
	padding: 1px 0 0 0;
}

.b-left-top-actors-list .defaultView .stats th a {
	color: #7491b5;
	border-bottom: 1px dotted #8b7a4c;
	text-decoration: none;
}

.b-left-top-actors-list .defaultView .stats th a:hover {
	border-bottom: 0px;
}

.b-left-top-actors-list .defaultView .stats td {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 1px 0 0 5px;
	text-align: left;
}

/* .b-best-actors  */

.b-best-actors {
	-moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 789px;
	margin: 15px 0 0 0;
}

.b-best-actors > .h {
	height: 29px;
	background: url(../img/misc/main-best-actors-header-bg.png) no-repeat;
}

.b-best-actors > .f {
	clear: both;
	height: 18px;
	background: url(../img/misc/main-best-actors-footer-bg.png) no-repeat;
}

.b-best-actors > .content {
	background: #fff url(../img/misc/main-best-actors-content-bg.png) repeat-y;
	width: 788px;
	overflow: hidden;
}

.b-best-actors > .content:after {content:"."; visibility:hidden; display:block; height:0; line-height:0; clear:both;}

.b-best-actors h2 {
	position: absolute;
	margin: -29px 0 0 0;
	padding: 5px 0 0 45px;
	background: url(../img/icons/i-cup.png) no-repeat 18px 8px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.75);
}

.b-best-actors-list {
	float:left;
	margin: 0 0 0 15px;
}

.b-best-actors-list .stats {
	line-height: 15px;
}

.b-best-actors-list > li {
	float: left;
	position: relative;
	width: 140px;
	padding: 11px 5px 0 5px;
}

.b-best-actors-list .defaultView {
	text-align: center;
	padding: 14px 0 0 0;
}

.b-best-actors-list  div {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.b-best-actors-list .defaultView .name {
	font-size: 13px;
	padding: 0px 0 5px 0;
}

.b-best-actors-list .defaultView .name a,
.b-best-actors-list .defaultView .name a:hover {
	color: #000;
}

.b-best-actors-list .defaultView .area {
	font-size: 11px;
	padding: 1px 0 6px 0;
}

.b-best-actors-list .defaultView .area a,
.b-best-actors-list .defaultView .area a:hover {
	color: #5986b8;
	text-decoration: none;
}

.b-best-actors-list .defaultView .img {
	position: relative;
	width: 106px;
	height: 105px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

.b-best-actors-list .defaultView .img img {
	position: absolute;
	width: 92px;
	margin: 8px 0 0 7px;
}

.b-best-actors-list .defaultView .img a {
	position: relative;
	display: block;
	height: 105px;
	background: url(../img/misc/main-best-actors-img-bg.png) no-repeat 0px 0px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.b-best-actors-list .defaultView .img a span {
	display: block;
	width: 28px;
	font-size: 16px;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	text-align: center;
	padding: 4px 0 0 0;
}

.b-best-actors-list .defaultView .rate {
	font-size: 11px;
	color: #585858;
	padding: 3px 0 1px 0;
}

.b-best-actors-list .defaultView .rate span {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.b-best-actors-list .defaultView .stats {
	font-size: 11px;
	color: #585858;
}

.b-best-actors-list .defaultView .stats span {
	font-weight: bold;
	color: #95acca;
}

.b-best-actors-list .activeView {
	position: absolute;
	z-index: 1;
	text-align: center;
	display: none;
	left: 50%;
	width: 135px;
	height: 350px;
	margin: 0 0 0 -82px;
	padding: 0 15px 0 15px;
	background: url(../img/misc/main-best-actors-hover-bg.png) no-repeat 0px 0px;
}

.b-best-actors-list > li:hover .activeView {
	display: block;
}



.b-best-actors-list .activeView .name {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding: 13px 0 5px 0;
}

.b-best-actors-list .activeView .name a,
.b-best-actors-list .activeView .name a:hover {
	color: #fff;
	text-decoration: none;
}

.b-best-actors-list .activeView .img {
	position: relative;
	width: 141px;
	height: 136px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

.b-best-actors-list .activeView .img img {
	position: absolute;
	width: 115px;
	margin: 10px 0 0 11px;
}

.b-best-actors-list .activeView .img a {
	position: relative;
	display: block;
	height: 136px;
	background: url(../img/misc/main-best-actors-hover-img-bg.png) no-repeat 0px 0px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.b-best-actors-list .activeView .img a span {
	display: block;
	width: 42px;
	font-size: 20px;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	text-align: center;
	padding: 7px 0 0 0;
}

.b-best-actors-list .activeView .rate {
	font-size: 11px;
	color: #fff;
	padding: 3px 0 6px 0;
}

.b-best-actors-list .activeView .rate span {
	font-size: 14px;
	font-weight: bold;
}

.b-best-actors-list .activeView .button a {
	display: block;
	width: 121px;
	height: 30px;
	margin: 0 auto;
	background: url(../img/buttons/btn-best-actor-plus1.png) no-repeat 0px 0px;
	text-decoration: none;
	text-indent: -999em;
}

.b-best-actors-list .activeView .stats table {
	margin: 9px auto 0 auto;
}

.b-best-actors-list .activeView .stats th {
	font-size: 11px;
	color: #7491b5;
	text-align: right;
	padding: 1px 0 0 0;
}

.b-best-actors-list .activeView .stats th a {
	color: #7491b5;
	text-decoration: none;
	border-bottom: 1px dotted;
}

.b-best-actors-list .activeView .stats th a:hover {
	text-decoration: none;
	border: 0px;
}

.b-best-actors-list .activeView .stats td {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 1px 0 0 5px;
	text-align: left;
}

/* b-best-actors-all */

.b-best-actors-all > .content {
	padding: 20px 0 35px 0;
}

.b-best-actors-all > .content h2 {
	margin-top: -49px;
}

.b-best-actors-stats {
	float: left;
}

.b-best-actors-stats h3 {
	width: 168px;
	height: 50px;
	background: url(../img/misc/main-best-actors-stats-bg.png) no-repeat 0px 0px;
	margin: 16px 0 0 -1px;
}

.b-best-actors-stats h3 span {
	display: block;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-align: right;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 7px 13px 0 0;
}

.b-best-actors-stats .stats table {
	margin: 13px 7px 0 auto;
}

.b-best-actors-stats .stats th {
	font-size: 11px;
	text-align: right;
	color: #454545;
	padding: 1px 0 0 0;
}

.b-best-actors-stats .stats td {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #4f75a6;
	padding: 1px 0 0 5px;
}

.b-best-actors-all .b-best-actors-list {
	margin: 0 0 0 9px;
}

.b-best-actors-all .b-best-actors-list > li {
	width: 110px;
	padding: 2px 5px 0 5px;
	margin: 0 0 13px 0;
}

.b-best-actors-more {
	clear: both;
	height: 29px;
	background: url(../img/misc/main-best-actors-button-bg.png) repeat-x 5px 0px;
	margin: 13px 0 0 0;
}

.b-best-actors-more a {
	display: block;
	float: right;
	margin: 3px 10px 0 0;
	width: 115px;
	height: 23px;
	background: url(../img/buttons/btn-see-all.png) no-repeat 0px 0px;
}


/* main blocks */


/*
a.btn-big,
a.btn-big:hover {
	display: inline-block;
	background: url(../img/misc/btn-big-bg.png) no-repeat 0px 0px;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	color: #fff !important;
	padding: 0 0 0 5px;
}

a.btn-big div {
	position: relative;
	display: inline-block;
	padding: 6px 17px 9px 11px;
	background: url(../img/misc/btn-big-bg.png) no-repeat 100% -33px;
	text-shadow: 0px 1px rgba(0, 0, 0, 0.4);
}
*/

/* search block */

.b-search {
	padding: 0 0 0 10px;
}

.mainWrapTwoCols .b-search {
	padding: 0 0 0 20px;
}

.b-search h2 {
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 0 0 9px 0;
}

.b-search .data {
	font-size: 12px;
	line-height: 12px;
	background: #dbdddf;
	color: #2a3b5f;
	padding: 3px 5px 4px 13px;
	margin: 0 6px 0 0;
	width: 875px;
	height: 24px;
	border: 1px solid #151e2d;
	float: left;
}

.mainWrapTwoCols .b-search .data {
	width: 675px;
}

.b-search .button {
	width: 75px;
	height: 24px;
	float: left;
}

.b-search .alphabets {
	clear: both;
	width: 875px;
	text-align: center;
	padding: 6px 0 13px 0;
}

.mainWrapTwoCols .b-search .alphabets {
	width: 675px;
}

.b-search .alphabets a,
.b-search .alphabets a:hover {
	display: inline-block;
	line-height: 13px;
	margin: 4px 1px 4px 3px;
	padding: 0 2px 0 2px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.b-search .alphabets a:hover {
	border-bottom: 0;
}


/* common frame block */

.b-breadcrumbs {
	color: #fff;
	padding: 3px 0 4px 3px;
	margin: 0 0 10px 0;
}

.b-breadcrumbs a,
.b-breadcrumbs a:hover {
	color: #f7ec73;
}
.b-main-news-single img {
	max-width: 750px;
	text-align: center;
}
.b-frame1 {

}

.b-frame1 > .h {
	padding: 0 0 0 15px;
	background: url(../img/misc/frame1-h-bg.png) no-repeat 0 0px;
}

.b-frame1 > .h div {
	height: 21px;
	background: url(../img/misc/frame1-h-bg.png) no-repeat 100% -21px;
	overflow: hidden;
}

.b-frame1 > .content {
	background: #fff;
	-moz-box-shadow: 0px 5px 7px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 5px 7px rgba(0,0,0,0.7);
	box-shadow: 0px 5px 7px rgba(0,0,0,0.7);
}

.b-frame1 > .content:after {content:"."; visibility:hidden; display:block; height:0; line-height:0; clear:both;}

.b-frame1 .head-button {
	float: right;
	margin: 18px 19px 20px 20px;
}

.b-frame1 .head-title {
	font-size: 30px;
	padding: 12px 20px 0 10px;
}

.b-frame1 a,
.b-frame1 a:hover {
	color: #ab2000;
}

.b-frame2 a,
.b-frame2 a:hover {
	color: #ab2000;
}

.b-frame-inner-biography > .content {
	background: #f0f0f0;
}


/* paging */

.b-paging {
	clear: both;
	background: #ced7e1;
	padding: 0 0 0 20px;
	color: #364971;
}

.b-paging .scope {
	padding: 0 0 0 0;
}

.b-paging .scope span {
	font-weight: bold;
}

.b-paging .label {
	padding: 0 20px 0 20px;
}

.b-paging a,
.b-paging a:hover {
	text-decoration: none;
	color: #475c89;
}

.b-paging .pages {
	padding: 0 10px 0 10px;
	display: inline;
}

.b-paging .pages li {
	width:auto;
	margin:0px;
	display: inline;
	float:none;
	background: #CED7E1;
}

.b-paging .pages li.hide {
	display: none;
}

.b-paging .pages li a,
.b-paging .pages li a:hover {
	display: inline-block;
	padding: 1px;
	margin: 7px 2px 8px 1px;
	border: 1px solid #9fa6b3;
	font-weight: bold;
	min-width: 16px;
	text-align: center;

	background: #e6eaf0; /* Old browsers */
	background: -moz-linear-gradient(top,  #e6eaf0 0%, #d0d9e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6eaf0), color-stop(100%,#d0d9e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e6eaf0 0%,#d0d9e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e6eaf0 0%,#d0d9e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e6eaf0 0%,#d0d9e2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e6eaf0 0%,#d0d9e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6eaf0', endColorstr='#d0d9e2',GradientType=0 ); /* IE6-9 */

}

.b-paging li.previous a,
.b-paging li.previous a:hover,
.b-paging li.next a,
.b-paging li.next a:hover {
	background: none;
	border:none;
	font-weight: 100;
	text-decoration: underline;
}

.b-paging .pages .act,
.b-paging .pages .page.selected a {
	background: none;
	border: none;
	padding: 3px 2px 2px 2px;
	font-weight: bold;
	margin: 7px 2px 8px 1px;
	display: inline-block;
}

.b-paging .next,
.b-paging .prev {
	color: #8a99b5;
}

.b-paging .next span,
.b-paging .prev span {
	text-decoration: underline;
}

.b-paging .button {
	float: right;
	margin: 8px 8px 0 8px;
}

/* b-cms */

.b-cms h2 {
	font-size: 22px;
	color: #ab2000;
	margin: 1em 0 0 0;
}

.b-cms p {
	margin: 1em 0 0 0;
}

.b-cms ul {
	margin: 1em 0 0 0;
}

.b-cms ul li {
	padding: 0 0 3px 18px;
	background: url(../img/icons/i-bull-spr.png) no-repeat 3px 3px;
}

.b-cms .toc a,
.b-cms .toc a:hover {
	color: #676767;
}

.b-cms .img {
	float: left;
	margin: 1.3em 22px 15px 0
}

/* b-main-faq */

.b-main-faq-content {
	padding: 0px 22px 50px 22px;
}

.b-main-faq-content .rate {
	border: 1px solid #AB8C3C;
	color: #AB8C3C;
	font-size: 15px;
	font-weight: bold;
	margin: 1.3em 0;
	padding: 15px;
	text-align: center;
	width: 600px;
}

/* b-main-rules */

.b-main-rules-content {
	/*padding: 0px 22px 50px 22px;*/
	margin: 10px 10px 20px 10px;
}

.b-main-rules-content ul.forbid li {
	padding-left: 27px;
	background: url(../img/icons/i-bull-spr.png) no-repeat -996px 0px;
}

.b-main-rules-content .important {
	color: #ab2000;
}

.b-main-rules-content h2.odd {
	color: #273754;
}

/* b-main-news */

.b-main-news-list,
.b-inner-news-list {
	padding: 0px 0 18px 0;
	color: #4c4c4c;
}

.b-main-news-list li,
.b-inner-news-list li {
	display: block;
	padding: 18px 18px 0 18px;
	border-bottom: 1px solid #ced7e1;
}

.b-main-news-list li:after, .b-inner-news-list li:after {content:"."; visibility:hidden; display:block; height:0; line-height:0; clear:both;}

.b-main-news-list .img,
.b-inner-news-list .img {
	float: left;
	margin: 0 18px 18px 0;
}

.b-main-news-list .title,
.b-inner-news-list .title {
	font-size: 14px;
}

.b-main-news-list .msg,
.b-inner-news-list .msg {
	font-size: 13px;
	margin: 13px 0 13px 0;
}
.msg h2 {
	position: inherit;
	margin: 0;
	padding: 0;
	background: none;
	color: inherit;
	text-shadow: none;
	font-size: 14px;
}
.b-main-news-list .date,
.b-inner-news-list .date {
	display: inline-block;
	padding: 0 15px 18px 3px;
}

.b-inner-news {
	padding: 25px 0 0 0;
}


/* b-main-news-columns-list */

.b-main-news-columns-list,
.b-inner-news-columns-list {
	padding: 16px 12px 18px 0;
	color: #4c4c4c;
}

.b-main-news-columns-list li,
.b-inner-news-columns-list li {
	display: block;
	padding: 18px 12px 0 18px;
// border-bottom: 1px solid #ced7e1;
	width: 162px;
	height: 350px;
	float: left;
	overflow: hidden;
}

.b-main-news-columns-list li:after, .b-inner-news-list li:after {content:"."; visibility:hidden; display:block; height:0; line-height:0; clear:both;}

.b-main-news-columns-list .img,
.b-inner-news-columns-list .img {
	float: left;
	margin: 0 0px 16px 0;
	overflow: hidden;
	width: 175px;
	height: 130px;
}

.b-main-news-columns-list .title,
.b-inner-news-columns-list .title {
	font-size: 14px;
}

.b-main-news-columns-list .msg,
.b-inner-news-columns-list .msg {
	font-size: 13px;
	margin: 13px 0 13px 0;
}

.b-main-news-columns-list .date,
.b-inner-news-columns-list .date {
	display: inline-block;
	padding: 0 15px 18px 3px;
}

.b-inner-news-columns {
	padding: 25px 0 0 0;
}

/* b-main-news-single */

.b-main-news-single-content,
.b-inner-news-single-content {
	padding: 16px 22px 10px 22px;
}

.b-main-news-single-copyright,
.b-inner-news-single-copyright {
	clear: both;
	padding: 1.5em 0 0 0;
}

.b-main-news-single-copyright .date,
.b-inner-news-single-copyright .date {
	padding: 0 15px 0 3px;
}

.b-main-news-columns-list,
.b-inner-news-columns-list {
	padding: 16px 12px 18px 0;
	color: #4c4c4c;
}

.b-main-news-columns-list-banner,
.b-inner-news-columns-list-banner {
	clear: both;
	padding:0 10px 0 20px;
}


.b-main-films-columns-list,
.b-inner-films-columns-list {
	padding: 16px 12px 18px 0;
	color: #4c4c4c;
}

.b-main-films-columns-list li,
.b-inner-films-columns-list li {
	display: block;
	padding: 18px 12px 0 18px;
// border-bottom: 1px solid #ced7e1;
	width: 162px;
	height: 200px;
	float: left;
	overflow: hidden;
}

.b-main-films-columns-list li:after, .b-inner-news-list li:after {content:"."; visibility:hidden; display:block; height:0; line-height:0; clear:both;}

.b-main-films-columns-list .img,
.b-inner-films-columns-list .img {
	float: left;
	margin: 0 0px 16px 0;
	overflow: hidden;
	width: 175px;
	height: 130px;
}

.b-main-films-columns-list .title,
.b-inner-films-columns-list .title {
	font-size: 14px;
}

.b-main-films-columns-list-banner,
.b-inner-films-columns-list-banner {
	clear: both;
}



/* b-complex-date */

.b-complex-date {
	font-size: 11px;
	color: #8f8f8f;
}

.b-complex-date .d {
	background: url(../img/icons/i-date.gif) no-repeat 0px 1px;
	padding: 0 0 0 14px;
}

.b-complex-date .t {
	background: url(../img/icons/i-time.gif) no-repeat 3px 0px;
	padding: 0 0 0 17px;
}


/* b-main-guest */

.b-main-guest-chat {
	padding: 0 7px 45px 7px;
}

.b-main-guest-chat li {
	padding: 7px 10px 7px 0;
	border-bottom: 1px solid #d1dbe2;
}

.b-main-guest-chat .question {
	position: relative;
	padding: 20px 0 0 13px;
	border-left: 7px solid #517097;
}

.b-main-guest-chat .question .name {
	display: inline-block;
	font-weight: bold;
	color: #3c6179;
	padding: 0 10px 0 21px;
	background: url(../img/icons/i-user.png) no-repeat 0px 0px;
}

.b-main-guest-chat .question .name a,
.b-main-guest-chat .question .name a:hover {
	color: #3c6179;
}

.b-main-guest-chat .question .date {
	display: inline-block;
}

.b-main-guest-chat .question .number {
	font-size: 11px;
	position: absolute;
	top: 18px;
	right: 0;
}

.b-main-guest-chat .question .number a,
.b-main-guest-chat .question .number a:hover {
	color: #517097;
}

.b-main-guest-chat .question .msg {
	padding: 6px 0 9px 0;
}

.b-main-guest-chat .answer {
	background: url(../img/misc/guest-chat-tree-bg.gif) no-repeat 3px 0px;
	padding: 7px 0 0 20px;
}

.b-main-guest-chat .answerWrap {
	padding: 0 0 0 83px;
	min-height: 80px;
	border-left: 7px solid #ab2000;
}

.b-main-guest-chat .answer .avatar {
	position: absolute;
	margin: 0 0 0 -63px;
}

.b-main-guest-chat .answer .avatar a {
	display: block;
	text-decoration: none;
	width: 48px;
	height: 48px;
}

.b-main-guest-chat .answer .avatar img {
	border: 1px solid #517097;
	width: 47px;
	height: 47px;
}

.b-main-guest-chat .answer .name {
	display: inline-block;
	font-weight: bold;
	color: #ab2000;
	padding: 0 10px 0 0;
}

.b-main-guest-chat .answer .date {
	display: inline-block;
}

.b-main-guest-chat .answer .msg {
	padding: 6px 0 19px 0;
}

/* inner pages styles */

.b-tabs-panel {
	height: 73px;
	background: url(../img/misc/tabs-panel-bg.png) no-repeat 0px 100%;
}

.b-tabs-panel ul {
	position: relative;
}

.b-tabs-panel li {
	display: block;
	position: absolute;
	top: 10px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 0 0 15px;
	font-size: 17px;
}

.b-tabs-panel li div {
	padding: 0 15px 0 0;
}

.b-tabs-panel li.t6 {
	top: 0px;
}


.b-tabs-panel li div {
	height: 44px;
	overflow: hidden;
}

.b-tabs-panel li.t6 div {
	height: 54px;
	font-size: 15px;
	text-align: left;
	line-height: 16px;
}

.b-tabs-panel li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 11px 0 9px 0;
}

.b-tabs-panel li.t6 a {
	background: url(../img/icons/i-tabs-graphic.png) no-repeat 1px 8px;
	padding: 10px 0 9px 47px !important;
}

.b-tabs-panel li a:hover {
	color: #fff;
}

.b-tabs-panel li a span { text-decoration: underline; }
.b-tabs-panel li a:hover span { text-decoration: none; }

.b-tabs-panel li.t6 a span { text-decoration: none; }

.b-tabs-panel li.act {
	background: url(../img/misc/tabs-panel-active-spr.png) no-repeat 0px 0px;
	font-size: 18px;
}

.b-tabs-panel li.act div {
	background: url(../img/misc/tabs-panel-active-spr.png) no-repeat 100% -44px;
}

.b-tabs-panel li.t6.act {
	background: url(../img/misc/tabs-panel-active-spr.png) no-repeat 0px -88px;
	font-size: 15px;
}

.b-tabs-panel li.t6.act div {
	background: url(../img/misc/tabs-panel-active-spr.png) no-repeat 100% -142px;
}

.b-tabs-panel li.act a {
	padding-top: 9px;
}

.b-tabs-panel li.act a span { text-decoration: none; }

.b-tabs-panel li.t1{ left:0px; width:137px }
.b-tabs-panel li.t2{ left:145px; width:139px }
.b-tabs-panel li.t3{ left:283px; width:137px }
.b-tabs-panel li.t4{ left:417px; width:114px }
.b-tabs-panel li.t5{ left:527px; width:94px }
.b-tabs-panel li.t6{ left:616px; width:174px }
.b-tabs-panel li.t-buy-link{ left:616px; width:174px }


/* b-actor-info */

.b-actor-info {

}

.b-actor-info .col1 {
	float: left;
	width: 251px;
}

.b-actor-info .photo {
	margin: 1px 0 0 1px;
	width: 250px;
	overflow: hidden;
}

.b-actor-info .photo img {
	width: 250px;
}

.b-actor-info .rating {
	position: relative;
	width: 259px;
	height: 78px;
	margin: -22px -8px 0 0;
	background: url(../img/misc/actor-rates-bg.png) no-repeat 0px 0px;
}




/*
.b-actor-info .rating .ajax-loader {
	margin: 6px 0px 0 0;
	position: absolute;
	width: 252px;
	height: 64px;
}

.b-actor-info .rating .ajax-loader .op {
	position: absolute;
	width: 252px;
	height: 64px;
	background: #fff;
	filter: alpha(opacity=85);
	opacity: .85;
}

.b-actor-info .rating .ajax-loader  {
	position: absolute;
	background: url(../img/icons/i-ajax-loader.gif) no-repeat;
	margin: 16px 0 0 100px;
	padding: 8px 0 15px 40px;
	color: #000;
}
*/
.b-actor-info .rating .label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0px 1px #fff;
	color: #131222;
	padding: 18px 0 0 12px;
}

.b-actor-info .rating .value {
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 23px;
	text-shadow: 0px 1px #fff;
	color: #131222;
	padding: 0px 0 0 12px;
}

.b-actor-info .rating .button {
	position: absolute;
	display: block;
	cursor: pointer;
	top: 17px;
	right: 16px;
	width: 146px;
	height: 43px;
	text-indent: -999em;
}

.b-actor-info .rating .ajax-loader {
	background: white url(../img/icons/i-ajax-loader.gif) no-repeat center center;
	position: absolute;
	width: 248px;
	height: 60px;
	top:8px;
	left:3px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}


.b-actor-info .rating .ajax-loader.on {
	display: block;
}


.b-actor-info .filmRating {
	position: relative;
	width: 245px;
	height: 70px;
	margin: -22px -8px 0 0;


	-webkit-box-shadow: 3px 3px 8px -4px rgba(199,197,199,1);
	-moz-box-shadow: 3px 3px 8px -4px rgba(199,197,199,1);
	box-shadow: 3px 3px 8px -4px rgba(199,197,199,1);

	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;

	border:3px solid #ffffff;
	display:inline-block;

}


.b-actor-info .filmRating .label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0px 1px #fff;
	color: #131222;
	padding: 18px 0 0 12px;
}

.b-actor-info .filmRating .value {
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 23px;
	text-shadow: 0px 1px #fff;
	color: #131222;
	padding: 0px 0 0 12px;
}

.star-vote-rating {
	margin-bottom: 0;
	margin-left: 74px;
	margin-top: -21px;
}

.b-actor-info .film-main-info {
	float: left;
	margin: 12px 0 10px 14px;
	width: 100%;
}

.b-actor-info .film-main-info th {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	color: #676767;
	padding: 0 15px 0px 4px;
	width:150px;
}

.b-actor-info .film-main-info td {
	font-size: 12px;
	line-height: 18px;
	/* font-weight: bold; */
	text-align: left;
	vertical-align: top;
	padding: 2px 0 0 0;
}

.b-actor-info .film-main-info td span {
	color: #2b9220;
}

.b-actor-info .col2 {
	float: right;
	width: 539px;
	padding: 8px 0 0 0;
}

.b-actor-info .name {
	float: left;
	font-size: 30px;
	padding: 3px 20px 0 14px;
	width: 100%;
}

.b-actor-info .stats {
	float: left;
	margin: 12px 0 10px 14px;
}

.b-actor-info .stats th {
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	vertical-align: top;
	color: #676767;
	padding: 0 15px 0px 4px;
}

.b-actor-info .stats td {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 0 0 0 0;
}

.b-actor-info .stats td span {
	color: #2b9220;
}

.b-actor-info .rates {
	float: right;
}

.b-actor-info .rate {
	float: left;
	text-align: center;
	padding: 3px 20px 0 0;
}

.b-actor-info .rate .value {
	font-size: 30px;
	color: #ab2000;
}

.b-actor-info .rate .label {
	font-size: 20px;
	color: #ab2000;
}

.b-actor-info .rate .area {
	display: block;
	font-size: 12px;
	line-height: 14px;
	color: #424242;
	padding: 2px 0 0 0;
}

.b-actor-info .smsVoiting {
	clear: both;
}

.b-actor-info .smsVoiting .head {
	height: 37px;
	padding: 14px 0 0 14px;
	background: #ab2101 url(../img/misc/sms-voiting-bg.gif) repeat-x 0 0;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.b-actor-info .smsVoiting .head span {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
	padding: 4px 0 0 35px;
}

.b-actor-info .smsVoiting .tabs ul {
	float: left;
	border-left: 1px solid #909090;
	border-right: 1px solid #909090;
}

.b-actor-info .smsVoiting .tabs li {
	float: left;
	width: 179px;
}

.b-actor-info .smsVoiting .tabs li a {
	display: block;
	border: 1px solid #909090;
	border-width: 1px 1px 1px 0;
	padding: 10px 0 5px 0;
	text-align: center;
	text-decoration: none;
	color: #000;
	background: #dfdfdf;
	filter: alpha(opacity=60);
	opacity: 0.6;
	cursor: pointer;
}

.b-actor-info .smsVoiting .tabs li.act a {
	font-weight: bold;
	color: #531E2E;
	background: #fff;
	border-color: #fff #bcbcbc #fff #fff;
	filter: alpha(opacity=100);
	opacity: 1;
	cursor: default;
}

.b-frame-inner-biography .b-actor-info .smsVoiting .tabs li.act a {
	background: #f4f4f4;
	border-color: #f4f4f4 #bcbcbc #f4f4f4 #f4f4f4;
}

.b-actor-info .smsVoiting .tabs li span {
	padding: 0 0 0 22px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.b-actor-info .smsVoiting .tabs .ru span {background-image: url(../img/icons/flags/ru.gif);}
.b-actor-info .smsVoiting .tabs .ua span {background-image: url(../img/icons/flags/ua.gif);}
.b-actor-info .smsVoiting .tabs .kz span {background-image: url(../img/icons/flags/kz.gif);}

.b-actor-info .smsVoiting .tariffs {
	clear: both;
	border: 1px solid #909090;
	border-top: 0;
}

.b-frame-inner-biography .b-actor-info .smsVoiting .tariffs {
	background: #f4f4f4;
}

.b-actor-info .smsVoiting .tariffs table {
	width: 100%;
}

.b-actor-info .smsVoiting .tariffs td {
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	vertical-align: top;
	width: 25px;
	padding: 9px 0 5px 0;
}

.b-actor-info .smsVoiting .tariffs tbody td {
	border-top: 1px solid #e3e3e3;
}

.b-actor-info .smsVoitingNotes tbody span {
	color: #ab2000;
}

.b-actor-info .smsVoitingNotes {
	font-size: 11px;
	line-height: 17px;
	text-align: right;
	float: right;
	padding: 12px 22px 0 0;
}

.b-actor-info .smsVoiting .smsinfo {
	font-size: 8px;
	color: #dfdfdf;
}

.b-actor-info .smsVoitingNotes span {
	color: #ab2000;
}

.b-actor-info .smsVoitingNotes a,
.b-actor-info .smsVoitingNotes a:hover {
	color: #000;
}

.b-actor-info .netButtons {
	clear: left;
	padding: 10px 0 0 15px;
}

/* b-inner-graphic */

.b-inner-graphic {
	padding: 25px 25px 50px 25px;
}

/* b-inner-photos */

.b-inner-photos {
	padding: 25px 0 0 0;
}

.b-inner-photos h2 {

	font-size: 22px;
	color: #273754;
	margin: 1em 1em 1em 1em;

}

.b-inner-photos-list {
	padding: 0 0 30px 15px;
	float: left;
}

.b-inner-photos li {
	float: left;
	width: 190px;
	margin: 23px 0 0 0;
}

.b-inner-photos li .title {
	margin: 0 0 13px 20px;
	width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}

.b-inner-photos li .img {
	margin: 0 0 0 20px;
	width: 150px;
	height: 83px;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
}

.b-inner-photos li img {
	width: 150px;
}

.b-inner-photos .author {
	margin: 6px 0 0 20px;
	width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
}

.b-inner-photos .author span {
	display: block;
	color: #7d98bb;
}


.b-inner-photo-item {
	margin: 20px;
}

.b-inner-photo-item h2 {
	color: #273754;
	font-size: 22px;
	margin: 1em 0 0 0;
}

.b-inner-photo-item__content {
	font-size:11px;
	margin:30px 0 20px 0;
	overflow: hidden;
}

.b-inner-photo-item__image {
	margin:30px 0 0 0;
	text-align: center;
	position: relative;
}

.b-inner-photo-item__image .inner {
	max-width: 748px;
	overflow: hidden;
}

.b-inner-photo-item__image .inner {
	max-width: 748px;
}

.b-inner-photo-item__image-left,
.b-inner-photo-item__image-right {
	position: absolute;
	height:100%;
	width:7%;
	font-size: 30px;
	line-height: 2;
	color:#748199!important;
	text-decoration: none;
}

.b-inner-photo-item__image-left:hover,
.b-inner-photo-item__image-right:hover {
	background: rgba( 56, 79, 127, 0.2);
	color:white!important;
}


.b-inner-photo-item__image-left {
	left:0px;
}

.b-inner-photo-item__image-right {
	left:93%;
}

.b-inner-photo-item__description {
	float:left;
}

.b-inner-photo-item__owner {
	float:right;
}


/* b-inner-videos */

.b-inner-videos {
	padding: 25px 0 0 0;
}

.b-inner-videos h2 {

	font-size: 22px;
	color: #273754;
	margin: 1em 1em 1em 1em;

}

.b-inner-videos-list {
	padding: 0 0 30px 15px;
	float: left;
}

.b-inner-videos li {
	float: left;
	width: 190px;
	margin: 18px 0 0 0;
}

.b-inner-videos li .title {
	margin: 0 0 5px 20px;
	width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}

.b-inner-videos li .img {
	margin: 0 0 0 16px;
	width: 158px;
	height: 102px;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
}

.b-inner-videos li img {
	width: 158px;
}

.b-inner-videos .author {
	margin: 4px 0 0 20px;
	width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
}

.b-inner-videos .author span {
	display: block;
	color: #7d98bb;
}


.b-inner-video-item {
	margin: 20px;
}

.b-inner-video-item h2 {
	color: #273754;
	font-size: 22px;
	margin: 1em 0 0 0;
}

.b-inner-video-item__content {
	font-size:11px;
	margin:30px 0 20px 0;
	overflow: hidden;
}

.b-inner-video-item__image {
	margin:30px 0 0 0;
	text-align: center;
	position: relative;
}

.b-inner-video-item__video {
	margin: 30px 0 0 0;
	text-align: center;
	position: relative;
}

.b-inner-video-item__video .inner {
	max-width: 748px;
	overflow: hidden;
}

.b-inner-video-item__video .inner {
	max-width: 748px;
}

.b-inner-video-item__video-left,
.b-inner-video-item__video-right {
	position: absolute;
	height:100%;
	width:7%;
	font-size: 30px;
	line-height: 2;
	color:#eaeaea!important;
	text-decoration: none;
}

.b-inner-video-item__video-left:hover,
.b-inner-video-item__video-right:hover {
	background: rgba( 56, 79, 127, 0.2);
	color:white!important;
}


.b-inner-video-item__video-left {
	left:0px;
}

.b-inner-video-item__video-right {
	left:93%;
}

.b-inner-video-item__description {
	float:left;
}

.b-inner-video-item__owner {
	float:right;
}

/* b-inner-chat-group */
.b-inner-chat-group {
	padding: 25px 0 0 0;
}

.b-inner-chat-group .brd .main-content .main-item {
	padding-left: 0;
}

/* b-inner-chat-topic */

.b-inner-chat-topics {
	padding: 25px 0 0 0;
}

.b-inner-chat-topics h2.chat-title {
	color: #AB2000;
	font-size: 22px;
	margin: 0 0 15px 20px;
}

.b-inner-chat-topics .brd {
	padding-top: 25px;
}

.b-inner-chat-topics .brd .main-content .main-item {
	padding-left: 0;
}

.b-inner-chat-topics .brd .main-content .main-item {
	padding-right: 28em;
}

.b-inner-chat-topics .brd .item-summary .info-replies {
	left: 972em;
}

/* b-inner-chat */

.b-inner-chat {
	padding: 25px 0 0 0;
}

.b-inner-chat h2.chat-title {
	color: #AB2000;
	font-size: 22px;
	margin: 0 0 15px 25px;
}

.b-inner-chat-list {
	padding: 0px 8px 25px 8px;
}

.b-inner-chat li {
	padding: 8px 0 0 0;
}

.b-inner-chat .twit {
	position: relative;
	padding: 20px 0 0 113px;
	border-left: 7px solid #517097;
	border-bottom: 1px solid #d1dbe2;
	min-height: 115px;
	background: #fff;
}


.b-inner-chat .twit .name {
	font-weight: bold;
	color: #3c6179;
	padding: 0 10px 0 21px;
	background: url(../img/icons/i-user.png) no-repeat 0px 0px;

}

.b-inner-chat .twit .name a,
.b-inner-chat .twit .name a:hover {
	color: #3c6179;
}

.b-inner-chat .twit .msg {
	padding: 6px 0 9px 0;
}

.b-inner-chat .twit .msg.bad {
	opacity: 0.2;
}

.b-inner-chat .twit .msg.bad:hover {
	opacity: 1;
}

.b-inner-chat .twit .comment-voting {

	position: absolute;
	margin-top: -23px;
	right: 0px;
	width: 120px;
	text-align: center;
}

.b-inner-chat .twit .comment-voting .commentNegRating {
	color: #E46969;
	margin-left: 0px;
	display: inline-block;
	width: 30px;

}

.b-inner-chat .twit .comment-voting .commentPosRating {
	color: #2b9220;
	margin-right: 0px;
	display: inline-block;
	width: 30px;
}

.b-inner-chat .twit .comment-voting .commentRating {
	color: #fff;
}

.b-inner-chat .twit .comment-voting .commentRating .pos{
	color: #2b9220;
}

.b-inner-chat .twit .comment-voting .commentRating .neg{
	color: #517097;
}

.b-inner-chat .twit .comment-voting .rateUp {
	background: url("../img/icons/set/good_mark.png");
	border: 0 none;
	height: 16px;
	width: 16px;
	margin: -2px 0px;
}

.b-inner-chat .twit .comment-voting .rateUp:hover {
	opacity: 0.6;
}

.b-inner-chat .twit .comment-voting .rateDown {
	background: url("../img/icons/set/bad_mark.png");
	border: 0 none;
	height: 16px;
	width: 16px;
	margin: -2px 0px;
}

.b-inner-chat .twit .comment-voting .rateDown:hover {
	opacity: 0.7;
}

.b-inner-chat .twit .link {
	font-size: 11px;
	position: absolute;
	right: 8px;
	bottom: 8px;
}

.b-inner-chat .twit .link a {
	color: #517097;
}

.b-inner-chat .twit .info {
	position: absolute;
	margin: -3px 0 0 -93px;
}

.b-inner-chat .twit .avatar,
.b-inner-chat .twit .avatar a {
	display: block;
	text-decoration: none;
	width: 48px;
	height: 48px;
}

.b-inner-chat .twit .avatar img {
	border: 1px solid #517097;
	width: 47px;
	height: 47px;
}

.b-inner-chat .twit .stats {
	color: #4d4d4d;
	font-size: 10px;
	line-height: 12px;
	padding: 9px 0 0 0;
}

.b-inner-chat .twit .stats span  {
	display: block;
	color: #000;
}

.b-inner-chat ul ul {
	background: url(../img/misc/chat-true-spr.png) repeat-y 3px 0px;
}

.b-inner-chat ul ul ul {
	margin-left: 16px;
}

.b-inner-chat ul li {
	margin-left: 4px;
	background: url(../img/misc/chat-true-spr.png) no-repeat -1px 0px;
}


.b-inner-chat li li .twit {
	margin-left: 16px;
}

.b-inner-chat ul li.last {
	margin-left: 0px;
	padding-left: 4px;
	background-position: 3px 0px;
}

.b-inner-chat ul ul,
.b-inner-chat li li.last { background-position: 3px 0px }
.b-inner-chat li li { background-position: -1px 0px }
.b-inner-chat li li .twit { border-left-color: #91a4bd; }

.b-inner-chat ul ul ul,
.b-inner-chat li li li.last { background-position: -997px 0px }
.b-inner-chat li li li { background-position: -1001px 0px }
.b-inner-chat li li li .twit { border-left-color: #adbdd1; }


.b-inner-chat ul ul ul ul,
.b-inner-chat li li li li.last { background-position: -1997px 0px }
.b-inner-chat li li li li { background-position: -2001px 0px }
.b-inner-chat li li li li .twit { border-left-color: #ced7e1; }

/* b-inner-chat-form */

.b-inner-chat-form {
	background: #ced7e1;
	margin: 0 13px 45px 13px;
}

.b-inner-chat-form > .t,
.b-inner-chat-form > .t div,
.b-inner-chat-form > .b,
.b-inner-chat-form > .b div {
	background: url(../img/misc/chat-form-bg.png) no-repeat 0px 0px;
	height: 10px;
	overflow: hidden;
	padding: 0 0 0 10px;
}

.b-inner-chat-form > .t div { background-position: 100% 0px; }
.b-inner-chat-form > .b { background-position: 0px -10px; }
.b-inner-chat-form > .b div { background-position: 100% -10px; }

.b-inner-chat-form .content {
	padding: 5px 13px 3px 13px;
}

.b-inner-chat-form .avatar {
	position: absolute;
}

.b-inner-chat-form .avatar img {
	border: 1px solid #517097;
	width: 66px;
	height: 66px;
}

.b-inner-chat-form .textarea {
	padding: 0 0 0 83px;
}

.b-inner-chat-form textarea {
	border: 1px solid #c0c0c1;
	outline: 1px solid #eee;
	background: #fafbfc;
	width: 100%;
	height: 68px;
	resize: none;
	margin: 0;
	padding: 3px;
	color: #808080;
}

.b-inner-chat-form .button {
	margin: 13px 0 0 auto;
	display: block;
}

/*  b-inner-biography  */

.b-inner-biography-content {
	padding: 0px 22px 22px 22px;
	text-align: justify;
}

.b-inner-biography-content h2 {
	color: #273754;
}

.b-inner-biography-facts {
	border: 1px solid #909090;
	width: 100%;
}

.b-inner-biography-facts > h2 {
	font-size: 20px;
	font-weight: bold;
	background: #fff;
	padding: 14px 0 17px 17px;
}

.b-inner-biography-facts > table {
	width: 100%;
	background: #fff;
}

.b-inner-biography-facts > table thead td,
.b-inner-biography-facts > table thead th{
	font-size: 16px;
	font-weight: bold;
	color: #424242;
	padding: 10px 25px 10px 25px;
	border: 1px solid #d3d3d3;
}

.b-inner-biography-facts > table tbody td {
	font-size: 14px;
	color: #424242;
	padding: 10px 25px 10px 25px;
	border: 1px solid #d3d3d3;
}

.b-inner-biography-facts > table thead td.colDate {
	text-align: center;
}
.b-inner-biography-facts .addButton {
	width:100%;
}

.b-inner-biography-facts .addButton span {
	font-size: 14px;
	display: inline-block;
	padding: 22px 0 20px 50px;
	color: #9a9a9a;
}

.b-inner-biography-facts .addButton .button {
	float: right;
	margin: 13px;
}

/* b-inner-biography-refers */

.b-inner-biography-refers {
	background: #fff;
	float: left;
	width: 100%;
}

.b-inner-biography-refers h2 {
	font-size: 35px;
	font-weight: bold;
	color: #ab2000;
	text-align: center;
	padding: 23px 0 17px 0
}

.b-inner-biography-refers h3 {
	font-size: 17px;
	line-height: 20px;
	text-align: center;
	padding: 0 0 25px 0
}

.b-inner-biography-refers .share42 {
	margin: 0 auto 0 auto;
}


.b-inner-biography-refers .refers {
	padding: 22px 0 0 0;
}

.b-inner-biography-refers .refers li {
	float: left;
	background: #f0f0f0;
	margin: 0 0 0 10px;
	padding: 12px 13px 13px 13px;
	width: 352px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.b-inner-biography-refers .refers h4 {
	font-size: 13px;
	font-weight: bold;
	color: #808080;
	text-align: center;
	padding: 0 0 9px 0;
}

.b-inner-biography-refers .refers h4 span {
	color: #ab2000;
}

.b-inner-biography-refers .refers textarea {
	border: 1px solid #c3c3c3;
	outline: 1px solid #fff;
	background: #fafbfc;
	width: 100%;
	height: 53px;
	resize: none;
	margin: 0;
	padding: 3px;
	color: #808080;
}

.b-inner-best-actors {
	clear: both;
	background: #fff;
	padding: 30px 0 50px 0;
}

.b-inner-best-actors:after {content:"."; visibility:hidden; display:block; height:0; line-height:0; clear:both;}

.b-inner-best-actors h2 {
	height: 50px;
	background: url(../img/misc/main-best-actors-button-bg.png) repeat-x 0px 12px;
	margin: 0 0 0 -1px;
}

.b-inner-best-actors h2 span {
	display: block;
	background: url(../img/misc/inner-best-actor-title-bg.png) no-repeat 0 0;
	width: 210px;
	height: 50px;
	padding: 0 25px 0 0;
	font-size: 25px;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.7);
	line-height: 50px;
	color: #fff;
	text-align: right;
}

/* ar beg: moved from proto 21.07.12 */

.b-main-best-actors {
	padding: 0 0 30px 0;
}

.b-main-best-actors:after {content:"."; visibility:hidden; display:block; height:0; line-height:0; clear:both;}

.b-main-actors .b-sorting {
	padding: 0px 0 15px 20px;
	clear: both;
}

.b-main-best-actors .b-best-actors-list .defaultView .img a {
	background: url(../img/misc/main-actors-img-bg.png) no-repeat 0px 0px;
}

.b-main-best-actors .b-best-actors-list .activeView .img a {
	background: url(../img/misc/main-actors-hover-img-bg.png) no-repeat 0px 0px;
}

.b-main-best-actors .b-best-actors-list .defaultView .area {
	padding: 0 0 1px 0;
}

/* ar end: moved from proto 21.07.12 */


/* b-main-add-person */

.b-main-add-person-content {
	padding: 0px 22px 50px 22px;
}

.b-main-add-person-rules {
	width: 650px;
}

.b-main-add-person-rules h3,
.b-main-add-person-form .form-sub-title {
	color: #273754;
	font-size: 22px;
	margin: 1em 0 0;
}

.b-main-add-person-form {
	width: 418px;
}

.b-main-add-person-form .form-error-msg {
	padding: 10px 0 0 0;
}

.b-main-add-person-form .form-row > label {
	min-width: 70px;
	text-align: right;
}

.b-main-add-person-form .form-row > .field {
	width: 333px;
}

.b-main-add-person-form .form-row-msg > label {
	font-size: 14px;
	text-align: left;
	float: none;
	padding: 0 0 3px 0;
}

.b-main-add-person-form .form-row-msg > .field {
	width: 100%;
}

.b-main-add-person-form .form-row-msg > .field textarea {
	height: 80px;
	resize: none;
}

.b-main-add-person-form .form-row-captcha {
	padding: 15px 0 0 0;
}

.b-main-add-person-form .form-row-captcha > label {
	float: none;
	text-align: left;
}

.b-main-add-person-form .form-row-captcha > .field {
	width: 200px;
	display: inline-block;
	vertical-align: middle;
	float: none;
	padding: 0 15px 0 0;
}

.b-main-add-person-form .form-row-rules input {
	vertical-align: middle;
}

.b-main-add-person-form .form-row-captcha .captch-img {
	display: inline-block;
	vertical-align: middle;
}





/* b-main-private-chat */

.b-main-private-chat {
	margin: 20px 0 0 0;
}

.b-main-private-chat-content {
	background: #f0f0f0;
	padding: 7px;
}

/* .b-main-private-chat .b-msg-list */

.b-main-private-chat .b-msg-list {
	border: 1px solid #909090;
	background: #f4f4f4;
}

.b-main-private-chat .b-msg-list .actions {
	color: #838383;
	font-size: 11px;
	margin: 8px 10px 0px 27px;
	height: 24px;
}

.b-main-private-chat .b-msg-list .actions .group1 {
	float: left;
}

.b-main-private-chat .b-msg-list .actions .group2 {
	float: right;
}

.b-main-private-chat .b-msg-list .actions .checkbox {
	display: inline-block;
	width: 35px;
	text-align: center;
	vertical-align: top;
	margin: -3px 0 0 0;
}

.b-main-private-chat .b-msg-list .actions a,
.b-main-private-chat .b-msg-list .actions a:hover {
	text-decoration: none;
	color: #374c71;
	border-bottom: 1px dotted #374c71;
}

.b-main-private-chat .b-msg-list .actions a.active {
	font-weight: bold;
}

.b-main-private-chat .b-msg-list .actions a.delete,
.b-main-private-chat .b-msg-list .actions a.delete:hover {
	text-decoration: none;
	color: #be0000;
	border-bottom: 1px dotted #be0000;
}

.b-main-private-chat .b-msg-list .paging {
	clear: both;
	color: #838383;
	background: #dfdfdf;
	text-align: right;
	font-size: 11px;
	padding: 6px;
}

.b-main-private-chat .b-msg-list .paging .scope {
	padding: 2px 7px 0px 0;
	display: inline-block;
	vertical-align: top;
}

.b-main-private-chat .b-msg-list .paging a {
	display: inline-block;
	width: 26px;
	height: 16px;
	background: url(../img/icons/spr-privat-chat-nav.png) no-repeat;
	padding: 0 0 0 3px;
	vertical-align: top;
}

.b-main-private-chat .b-msg-list .paging a.next {background-position: -30px 0px}
.b-main-private-chat .b-msg-list .paging a.next.disabled {background-position: -30px -16px}
.b-main-private-chat .b-msg-list .paging a.prev {background-position: 0px 0px}
.b-main-private-chat .b-msg-list .paging a.prev.disabled {background-position: 0px -16px}


.b-main-private-chat .b-msg-list .msg-table {
	width: 100%;
	table-layout: fixed;
}

.b-main-private-chat .b-msg-list .msg-table td {
	border-bottom: 1px solid #d5d5d5;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
}

.b-main-private-chat .b-msg-list .msg-table .unread td {
	font-weight: bold;
}

.b-main-private-chat .b-msg-list .msg-table td div {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 17px 0;
}

.b-main-private-chat .b-msg-list .msg-table td.colStatus {
	width: 27px;
}

.b-main-private-chat .b-msg-list .msg-table td.colStatus div {
	width: 20px;
	height: 20px;
	margin: 0 0 0 7px;
	background: url(../img/icons/spr-privat-chat-status.png) no-repeat 0px -50px;
}

.b-main-private-chat .b-msg-list .msg-table .unread td.colStatus div {
	background-position: 0 4px;
}

.b-main-private-chat .b-msg-list .msg-table td.colCheckbox {
	width: 35px;
}

.b-main-private-chat .b-msg-list .msg-table td.colCheckbox div {
	text-align: center;
}

.b-main-private-chat .b-msg-list .msg-table td.colName {
	width: 15%;
	padding: 0 10px 0 5px;
}

.b-main-private-chat .b-msg-list .msg-table td.colMsg {
	width: 53%;
	padding: 0 10px;
}

.b-main-private-chat .b-msg-list .msg-table td.colDate {
	text-align: right;
	padding: 0 10px 0 0;
}



/* .b-main-private-chat .b-new-msg */

.b-main-private-chat .b-new-msg {
	border: 1px solid #909090;
	background: #f4f4f4;
	padding: 5px 0 0 0;
}

.b-main-private-chat .b-new-msg .field-row {
	position: relative;
	margin: 12px 20px 0 0;
}

.b-main-private-chat .b-new-msg .field-row textarea,
.b-main-private-chat .b-new-msg .field-row input {
	width: 100%;
	border: 1px solid #909090;
	padding: 6px 5px;
	font: 12px/1.2 Arial;
}

.b-main-private-chat .b-new-msg .field-row textarea {
	height: 150px;
	resize: none;
}

.b-main-private-chat .b-new-msg label {
	font-size: #353535;
	position: absolute;
	width: 80px;
	text-align: right;
	padding: 7px 0 0 0;
}

.b-main-private-chat .b-new-msg .field {
	display: block;
	margin: 0 0 0 88px;
}

.b-main-private-chat .b-new-msg .actions {
	margin: 20px 0 0 0;
	padding: 9px 20px 9px 88px;
	background: #dfdfdf;
}

.b-main-private-chat .b-new-msg .actions a {
	color: #000;
	display: inline-block;
	vertical-align: top;
}

.b-main-private-chat .b-new-msg .actions a img {
	vertical-align: top;
}

.b-main-private-chat .b-new-msg .actions a.preview {
	margin: 7px 0 0 25px;
}

/* .b-main-private-chat .b-msg */

.b-main-private-chat .b-msg {
	border: 1px solid #909090;
	background: #f4f4f4;
	padding: 5px 0 0 0;
}

.b-main-private-chat .b-msg .info {
	margin: 10px 20px 20px 20px;
	color: #353535;
	position: relative;
	clear: both;
}

.b-main-private-chat .b-msg .info .title {
	font-size: 14px;
	font-weight: bold;
	margin: 0 15em 13px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.b-main-private-chat .b-msg .info .date {
	position: absolute;
	top:0;
	right: 0;
}

.b-main-private-chat .b-msg .info .avatar {
	float: left;
	padding: 0 20px 0 0;
}

.b-main-private-chat .b-msg .info .avatar img {
	border: 3px solid #fff;
	width: 93px;
}

.b-main-private-chat .b-msg .info .name span {
	display: inline-block;
	font-weight: bold;
	color: #3c6179;
	padding: 0 0px 10px 21px;
	background: url(../img/icons/i-user.png) no-repeat 0px 0px;
}

.b-main-private-chat .b-msg .info .msg {
	padding: 0 0 0 0;
}

.b-main-private-chat .b-msg .actions {
	margin: 20px 0 0 0;
	padding: 15px 20px 15px 20px;
	background: #dfdfdf;
}

.b-main-private-chat .b-msg .actions a {
	color: #000;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}

.b-main-private-chat .b-msg .actions a img {
	vertical-align: top;
}

.b-main-private-chat .b-msg .actions a.answer-chat {
	margin: 9px 0 0 25px;
	padding: 0 0 0 18px;
	background: url(../img/icons/spr-actions-msg.png) no-repeat 0 0;
}

.b-main-private-chat .b-msg .actions .group1 {
	float: right;
}

.b-main-private-chat .b-msg .actions .group1 a {
	margin: 7px 0 0 25px;
	padding: 2px 0 2px 25px;
	background: url(../img/icons/spr-actions-msg.png) no-repeat -100px 0;
}

.b-main-private-chat .b-msg .actions a.spam {
	padding-left: 25px;
	background-position:  0 -51px;
}

.b-main-private-chat .b-msg .actions a.save {
	padding-left: 24px;
	background-position: 0 -99px;
}

.b-main-private-chat .b-msg .actions a.delete {
	padding-left: 19px;
	background-position: 0 -148px;
	color: #be0000;
}




/* aside blocks */

.aside {

}

.aside .b-glass .h,
.aside .b-glass .f {
	height: 10px;
	overflow: hidden;
	background: url(../img/misc/bg-aside-glass-block.png) no-repeat 0px 0px;
}

.aside .b-glass .f {
	background-position: -500px 0;
}

.aside .b-glass .content {
	background: url(../img/misc/bg-aside-glass-block.png) repeat-y -250px 0px;
	padding: 0 15px 0 13px;
}

.aside .b-glass .content:after {content:"."; visibility:hidden; display:block; height:0; line-height:0; clear:both;}

.aside .b-more {
	clear: both;
}

.aside .b-more a {
	display: block;
	width: 183px;
	height: 27px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	line-height: 26px;
	color: #fff;
	background: url(../img/misc/bg-aside-more-link.png) no-repeat 50% 50%;
}

/*  aside comments block */

.b-comments {
	padding: 0 0 20px 0;
}

.b-comments .content {
	padding: 0 12px 0 12px;
}

.b-comments h2 {
	text-align: center;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
	color: #fff;
}


.b-comments li {
	clear: both;
	display: block;
	padding: 22px 0 0 0;

}

.b-comments li .title {
	color: #fff;
	padding: 0 0 7px 0;
}

.b-comments li .title a {
	color: #fff;
	text-decoration: none;
}

.b-comments li .title .user,
.b-comments li .title .user a,
.b-comments li .title .user:hover {
	color: #f7ec73;
	text-decoration: none;
}

.b-comments li .title .user:hover {
	text-decoration: underline;
}

.b-comments li .img {
	float: left;
}

.b-comments li img {
	width: 40px;
	border: 2px solid #50638c;
	margin: 0 8px 5px 0;
}

.b-comments li .msg {
	font-size: 11px;
	color: #99b5d7;
	margin: 0;
	padding: 0 0 5px 0;
}

.b-comments li .msg a,
.b-comments li .msg a:hover {
	color: #99b5d7;
	text-decoration: none;
}

.b-comments .b-more {
	padding: 10px 0 0 0;
}

/*  aside moderators block */

.b-moderators {
	padding: 0 0 20px 0;
}

.b-moderators .content {
	padding: 0 12px 0 12px;
}

.b-moderators h2 {
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
	color: #fff;
	text-align: center;
}

.b-moderators .b-moderators-list {
	text-align: center;
	margin: 0 -2px;
	width: 190px;
}

.b-moderators li {
	clear: both;
	display: block;
	padding: 15px 0 0 0;
	display: inline-block;
	text-align: center;
	width: 60px;
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
}

.b-moderators li img {
	width: 47px;
	height: 47px;
	border: 2px solid #50638c;
	margin: 0 0 0 0;
	background: url(../img/icons/i-avatar-empty.jpg);
}

.b-moderators li .name {
	color: #99b5d7;
	font-size: 11px;
	padding: 0 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.b-moderators li .name a,
.b-moderators li .name a:hover {
	color: #99b5d7;
}

/*  aside freaks block */

.b-freaks {
	padding: 0 0 20px 0;
}

.b-freaks .content {
	padding: 0 12px 0 12px;
}

.b-freaks h2 {
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
	color: #fff;
	text-align: center;
}

.b-freaks .b-freaks-list {
	text-align: center;
	margin: 0 -2px;
	width: 190px;
}

.b-freaks li {
	clear: both;
	display: block;
	padding: 15px 0 0 0;
	display: inline-block;
	text-align: center;
	width: 60px;
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
}

.b-freaks li img {
	width: 47px;
	height: 47px;
	border: 2px solid #7184ad;
	margin: 0 0 0 0;
	background: url(../img/icons/i-avatar-empty.jpg);
}

.b-freaks li .name {
	color: #99b5d7;
	font-size: 10px;
	padding: 0 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.b-freaks li .name a,
.b-freaks li .name a:hover {
	color: #99b5d7;
}

.b-freaks .b-actions {
	padding: 20px 0 0 0;
	font-size: 11px;
}

.b-freaks .b-actions a.show-all {
	color: #a5cfff;
	vertical-align: top;
	padding: 7px 0 0 15px;
	display: inline-block;
}

/*  aside candidates block */

.b-candidates {
	margin: 5px 0 0 0;
}

.b-candidates h2 {
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
	color: #fff;
	text-align: left;
	padding: 8px 0 0 39px;
	background: url(../img/icons/i-new-candidates.png) no-repeat 2px 0px;
}

.b-candidates li {
	clear: both;
	display: block;
	padding: 22px 0 0 0;
}

.b-candidates li > a,
.b-candidates li > a:hover {
	color: #fff;
	display: block;
	text-decoration: none;
}


.b-candidates li .title {
	font-weight: bold;
	color: #fff;
	padding: 0 0 7px 0;
}

.b-candidates li .img {
	float: right;
}

.b-candidates li img {
	width: 40px;
	border: 2px solid #7184ad;
	margin: 0 0px 5px 5px;
}

.b-candidates li .msg {
	font-size: 11px;
	color: #99b5d7;
	margin: -2px 0 0 0;
	padding: 0 0 5px 0;
}

.b-candidates li .cat {
	color: #7491b5;
	display: block;
	font-size: 10px;

}

.b-candidates li .cat > a {
	color: #7491b5;
}

.b-candidates li .cat > a:hover {
	color: #fff;
	text-decoration: none;
}
.b-candidates .b-more {
	padding: 10px 0 0 0;
}


/*  aside news block */

.b-news {
	margin: 20px 0 0 0;
}

.b-news h2 {
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
	color: #fff;
	text-align: center;
	padding: 8px 0 0 2px;
}

.b-news li {
	clear: both;
	display: block;
	padding: 22px 0 0 0;

}

.b-news li > a,
.b-news li > a:hover {
	display: block;
	text-decoration: none;
}

.b-news li .title {
	color: #fff;
	padding: 0 0 7px 0;
}

.b-news li .title a {
	color: #fff;
	text-decoration: none;
}

.b-news li .img {
	float: left;
}

.b-news li img {
	width: 40px;
	border: 2px solid #7184ad;
	margin: 0 8px 5px 5px;
}

.b-news li .msg {
	font-size: 11px;
	color: #99b5d7;
	padding: 0 0 5px 0;
}

.b-news li .date {
	font-size: 10px;
	color: #f7ec73;
	padding: 0 0 5px 0
}

.b-news .b-more {
	padding: 10px 0 0 0;
}

/*  aside videos block */

.b-videos {
	margin: 5px 0 0 0;
}

.b-videos h2 {
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
	color: #fff;
	text-align: center;
	padding: 8px 0 0 2px;

}

.b-videos li {
	clear: both;
	display: block;
	padding: 22px 0 0 0;
}

.b-videos li .title {
	font-weight: bold;
	color: #fff;
	padding: 0 0 2px 15px;
}

.b-videos li .title a {
	color: #fff;
	text-decoration: none;
}

.b-videos li .img img {
	position: absolute;
	margin: 16px 0 0 21px;
	width: 138px;
	height: 82px;
	background: #2d2d2d;
}

.b-videos li .img a {
	display: block;
	text-decoration: none;
	width: 170px;
	height: 114px;
	margin: 0 0 0 5px;
	background:  url(../img/icons/i-video-trasparent.png) no-repeat;
	position: relative;
}

.b-videos .b-more {
	padding: 10px 0 0 0;
}

/*  aside b-privat-chat-menu block */

.b-privat-chat-menu {
	margin: 40px 0 20px 0;
}

.b-privat-chat-menu h2 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
	color: #fff;
	text-align: center;
	padding: 0px 0 0 2px;
}

.b-privat-chat-menu-list {
	position: relative;
	padding: 12px 0 10px 0;
}

.b-privat-chat-menu-list li {
	clear: both;
	display: block;
	padding: 4px 0 3px 26px;
	margin: 3px 0 0 0;
	font-size: 12px;
	position: relative;
	background: url(../img/icons/spr-privat-chat-menu.png) no-repeat;
}

.b-privat-chat-menu-list li.new {background-position: 2px 2px;}
.b-privat-chat-menu-list li.inbox {background-position: 2px -48px;}
.b-privat-chat-menu-list li.unread {background-position: 2px -94px;}
.b-privat-chat-menu-list li.sent {background-position: 2px -145px;}
.b-privat-chat-menu-list li.trash {background-position: 2px -197px;}


.b-privat-chat-menu-list li.active {
	background-color: #f0f0f0;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: -20px;
}

.b-privat-chat-menu-list li a {
	color: #b8cfed;
	display: block;
	text-decoration: none;
}

.b-privat-chat-menu-list li .number {
	color: #fff;
	position: absolute;
	right: 3px;
	top: 4px;
}

.b-privat-chat-menu-list li.active a,
.b-privat-chat-menu-list li.active .number {
	color: #26354e;
}

.b-privat-chat-menu-list li.active .number {
	right: 23px;
}

/* popups */

.popup {
	width: 460px;
	display: none;
	position: relative;
}

.popup > .head {
	background: url(../img/misc/popup-header-bg.png) no-repeat 100% -35px;
	position: relative;
}

.popup > .head > div {
	background: url(../img/misc/popup-header-bg.png) no-repeat 0px 0px;
	height: 35px;
	overflow: hidden;
	margin: 0 12px 0 0;
}

.popup > .head h2 {
	padding: 6px 0 0 18px;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.75);
	color: #fff;
}

.popup > .head .close {
	display: block;
	position: absolute;
	right: 8px;
	top: 5px;
	width: 27px;
	height: 26px;
	background: url(../img/icons/i-close.png) no-repeat;
	text-decoration: none;
	text-indent: -999em;
	overflow: hidden;
}

.popup > .content {
	background: #fff;
	border: 1px solid #44474c;
	border-top: 0;
	padding: 0px 20px 20px 20px;
}

.form-error-msg {
	display: none;
	color: #ab2000;
}

.form-sub-title {
	font-size: 14px;
	padding: 20px 0 0 0;
}

.form-description {
	padding: 20px 0 0 0;
}

.form-row {
	padding: 20px 0 0 0;
	clear: both;
	position: relative;
}

.form-row:after {content:"."; visibility:hidden; display:block; height:0; line-height:0; clear:both;}

.form-row > label {
	float: left;
	display: block;
	font-size: 12px;
	margin: 4px 15px 0 0;
}

.form-row > label .mandatory,
.form-note .mandatory {
	font: 12px Tahoma;
	color: #ab2000;
	line-height: 10px;
}

.form-row > .field {
	float: left;
	display: block;
}

.form-row > .field input[type="text"],
.form-row > .field input[type="password"],
.form-row > .field textarea {
	font: 12px Arial;
	border: 1px solid #adadad;
	padding: 3px 5px;
	width: 100%;
}

.form-row label.error,
.errorMessage {
	color:#b42000;
}

.form-row input.error {
	border:#b42000;
}

.errorMessage {
	font-size:11px;
}

.errorSummary {
	border:1px solid #eed3d7;
	background: #f2dede;
	color:#b94a48;
	padding: 8px 35px 8px 14px;
	margin-bottom: .7em;
	margin:10px;
}

.errorSummary p {
	margin: 0 0 5px 0;
}

.errorSummary ul {
	list-style-type: disc;
	margin: 0px 0px 0px 20px;
}

.errorSummary ul li {
	float:none;
	width:auto;
	margin:auto;
	padding:0px;
	background: none;
}

.form-note {
	clear: both;
	position: absolute;
	font-size: 11px;
	margin: -17px 0 0 0;
}

.form-button {
	clear: both;
	padding: 20px 0 0 0;
}

.form-button input {
	display: block;
	margin: 0 0 0 auto;
	position: relative;
}

.popup-ask-q .form-row > label {
	min-width: 70px;
	text-align: right;
}

.popup-ask-q .form-row > .field {
	width: 333px;
}

.popup-ask-q .form-sub-title {
	margin: 0 0 -5px 0;
}

.popup-ask-q .form-row-msg > label {
	font-size: 14px;
	text-align: left;
	float: none;
	padding: 0 0 3px 0;
}

.popup-ask-q .form-row-msg > .field {
	width: 100%;
}

.popup-ask-q .form-row-msg > .field textarea {
	height: 80px;
	resize: none;
}

.popup-ask-q .form-row-captcha {
	padding: 15px 0 0 0;
}

.popup-ask-q .form-row-captcha > label {
	float: none;
	text-align: left;
}

.popup-ask-q .form-row-captcha > .field {
	width: 200px;
	display: inline-block;
	vertical-align: middle;
	float: none;
	padding: 0 15px 0 0;
}

.popup-ask-q .form-row-captcha .captch-img {
	display: inline-block;
	vertical-align: middle;
}

/* popup-login */

.popup-login .form-row > label {
	min-width: 130px;
	font-weight: bold;
}

.popup-login .form-row > .field {
	width: 273px;
}

.popup-login .form-row-remember {
	position: relative;
}

.popup-login .form-row-remember > label {
	text-indent: 10px;
}

.popup-login .form-row-remember > .field input {
	position: absolute;
	top: 21px;
}

.popup-login .form-row-remember > .field label {
	display: block;
	padding: 5px 0 0 25px;
	font-size: 11px;
	color: #656565;
}



/* footer */

.footer .logo {
	float: left;
	margin: 25px 0 0 25px;
	font-size: 20px;
	color: #fff;
}

.footer .logo a,
.footer .logo a:hover {
	color: #666;
	text-decoration: none;
}

.footer .slogan {
	float: left;
	margin: 20px 0 0 20px;
	padding: 0 0 0 20px;
	line-height: 18px;
	background: url(../img/misc/footer-slogan-sep.png) no-repeat 0px  0px;
	color: #333;
}

.footer .menu {
	float: right;
	margin: 30px 15px 0 0;
}

.footer .menu li {
	float: left;
	padding: 0 15px 0 15px;
	background: url(../img/misc/footer-menu-sep.png) no-repeat 0px 2px;
}

.footer .menu li:first-child {
	background: none;
}

.footer .menu li a,
.footer .menu li a:hover {
	color: #999;
}

.footer .tellAbout {
	clear: both;
	float: left;
	margin: 27px 0 0 25px;
}

.footer .tellAbout p {
	clear: both;
	color: #666;
	padding: 0 0 13px 0;
}

.footer .linkAddActor {
	float: right;
}

.footer .linkAddActor a,
.footer .linkAddActor a:hover {
	float: right;
	margin: 20px 30px 0 0;
	padding: 0 0 3px 25px;
	background: url(../img/icons/i-add-actor.png) no-repeat 0px 1px;
	color: #999;
}

.footer .linkRss a,
.footer .linkRss a:hover {
	background: url('../img/icons/rss.png') no-repeat 0px 0px;
}

/* CUSTOM STYLES */

.linkdotted {text-decoration: none; border-bottom: 1px dashed #fff;cursor: pointer;}
.areply {cursor: pointer;}
.buttons_p {cursor: pointer;}


/* custom form */

.b-main-form {
	width:100%;
}

.textarea {
	width:100%;
	min-height:80px;
	border: 1px solid #adadad;
}

.clear {
	clear:both;
}


.ym-form {
	background:#ffc;
	-webkit-box-shadow:#ffc;
	-moz-box-shadow:#ffc;
	box-shadow:#ffc;
}

.ym-form div.ym-fbox-button {
	background: #ffc;
	border-top: 1px #ffc solid;
}

.ym-form .error label, .ym-form label.error {
	color:#b94a48;
	font-weight:normal;
}

.ym-form .error input,
.ym-form .error select,
.ym-form .error textarea,
.ym-form input.error,
.ym-form select.error,
.ym-form textarea.error {
	border: 1px #b94a48 solid;
}

.ym-form .error input:hover,
.ym-form .error input:focus,
.ym-form .error select:hover,
.ym-form .error select:focus,
.ym-form .error textarea:hover,
.ym-form .error textarea:focus,
.ym-form input.error:hover,
.ym-form input.error:focus,
.ym-form select.error:hover,
.ym-form select.error:focus,
.ym-form textarea.error:hover,
.ym-form textarea.error:focus{
	border: 1px #b94a48 solid !important;
}

.ym-form .error .ym-message, .ym-form .ym-message {
	color:#b94a48;
	/*font-weight: bold;*/
	margin-top: 0;
	display: inline;
}

.ym-columnar .error .ym-message, .ym-columnar .ym-message {
	margin-left:30%;
}

.ym-fbox-button input[type=submit],
.ym-fbox-button input[type=submit]:hover,
.ym-fbox-button input[type=submit]:active {
	background: url('../img/buttons/btn-send.png') no-repeat;
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	text-indent: -99999px;
	width:116px;
	height:22px;
}

input.button  {
	cursor:pointer;
}

.ym-form .ym-fbox-heading {
	margin: 1em 0 0 0.8em;
	padding:0px;
	text-align: left;
	font-size: 15px;
}



.ym-form input[type=file],
.ym-form input[type=file]:hover {
	border:none!important;
	background: none!important;
	box-shadow:none!important;
	-webkit-box-shadow:none!important;
	cursor:pointer;
}

.pull-left {
	float:left;
}

.pull-right {
	float:right;
}

.clear {
	clear:both;
}


.forum-navigate * {
	display:inline;
	line-height:40px;
}

.forum-navigate .hide {
	display:none;
}

.forum-navigate .next {
	border:none;
}

.forum-navigate .label {
	margin-top:3px;
}

.forum-navigate .pager {
	padding-left:17px;
}

.forum-navigate .selected a {
	color:black;
	text-decoration: none;
}

.forum-navigate ul li {
	padding:3px 9px;
	border-right:1px solid #dedfdf;
}

.b-actor-fans {
	overflow: hidden;
}

.b-actor-fans li {
	float:left;
	width:40px;
	height:40px;
	margin:1px;
	padding:0px!important;
	background: none!important;
	border-radius: 5px;
	line-height: 40px;
	text-align: center;
}

.b-actor-fans li.b-actor-fans_empty {
	border:1px dashed #ccc;
	border-radius: 5px;
	font-size:40px;
	color:#ccc;

}

.b-actor-fans li.b-actor-fans_add {
	color: black;
	font-size:30px;
	border:1px dashed #eaeaea;
}

.b-actor-fans li.b-actor-fans_add a {
	text-decoration: none;
	color:#000000;
	width:40px;
	height:40px;
	display: block;
	background: white;
}

.b-actor-fans li.b-actor-fans_add a:hover {
	box-shadow: inset 0px 0px 10px 0px rgba(113,231,247,0.34);
	border-color: #71e7f7;
}

.social-gid {
	padding:10px;
	overflow: hidden;
}

.social-gid .col .social-logo {
	height:49px;
	background: url('../img/icons/soc_guide.jpg') no-repeat;
}

.social-gid .col.twitter .social-logo {
	background-position: -279px 0;
}

.social-gid .col.vkontakte .social-logo {
	background-position: -554px 0;
}

.social-gid .col {
	float:left;
	width: 32%;
	margin:0 1% 0 0;
}

.social-gid .col .social-logo {
	border-bottom: 1px #ccc dotted;
}

.social-gid .col .item {
	overflow: hidden;
	margin:5px 0;
}

.social-gid .col .item .pic {
	float:left;
	margin:0 5px 0 0 ;
}

.social-gid .col .item .pic img {
	width: 50px!important;
}

.social-gid .col .item .name {

}

.social-gid .col .item .name span {
	color: #999;
	display: block;
	font-size: 11px;
	line-height: 16px;
}


.social-gid .link {
	line-height: 25px;
}

.social-gid .link a {
	color: #007;
	text-decoration: underline;
	position: relative;
	padding-left: 19px;
	font-size: 11px;
}


.social-gid .link s {
	background: url('../img/icons/icons_soc.gif');
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}


.social-gid .facebook .link s {
	background-position: 0 -34px;
}

.social-gid .twitter .link s {
	background-position: 0 -51px;
	top: -1px;
}

.social-gid .vkontakte .link s {
	background-position: 0 -68px;
}

.services ul {
	margin: 0px 0 0 20px;
}

.services ul li {
	list-style-type: none;
	background: none;
	padding: 0px;
}

.b-comments .tabs {
	margin:10px 0 0 0;
}

.b-comments .tabs > a {
	color:#f7ec73;
	border-bottom:1px dashed #f7ec73;
	text-decoration: none;
	margin-left:20px;
}

.b-comments .tabs > a:first-child,
.b-comments .tabs > a:last-child{
	margin-left:30px;
}

.b-comments .tabs > a:hover,
.b-comments .tabs > a.active{
	text-decoration: none;
	border-bottom:1px dashed #99b5d7;
	color:#99b5d7;
}

/*QA*/
.b-inner-chat .qa {
	overflow: hidden;
	margin-bottom: 25px;
}
.b-inner-chat .qa ul {
	background: none;
}
.b-inner-chat .qa_item {
	margin-left: 10px;
	overflow: hidden;
}
.b-inner-chat .qa_item .info {
	background: url('../img/icons/bg_rates_li.gif');
	width:50px;
	height:35px;
	font-size: 20px;
	color: #736925;
	text-align: center;
	float: left;
	margin: 2px 5px 0px 0px;
	padding-top: 15px;
	cursor: pointer;
}

.b-inner-chat .qa_item .info a {
	width:50px;
	height:50px;
	display: block;
	text-decoration: none;
}

.b-inner-chat .qa_item .content {
	float: left;
	margin-left:10px;
	border-bottom: 1px dashed #eee;
	width: 700px;
	padding: 0 0 15px 0;
}

.b-inner-chat .qa_item .content .title {
	font-weight: bold;
	background: url('https://demo.answerquestionscript.com/images/icon_ask_1.gif') no-repeat;
	padding-left: 20px;
}

.b-inner-chat .qa_item .content ul li {
	font-size: 11px;
	color:#666;
	background: none;
	float:left;
	padding: 0px 8px 0px 0px;
	margin: 0px 8px 0px 0px;
	border-right: 1px #eee solid;
}

.b-inner-chat .qa_item .content ul li:last-child {
	border:0px;
}

.b-inner-chat .b-main-qa-chat {

}

.b-inner-chat .b-main-qa-chat li {
	background: none;
}

.b-inner-chat .b-main-qa-chat .question {
	background: #FDF9E7;
	padding: 10px;
	margin: 0px 10px 0px 5px;
	min-height: 85px;
}


.b-inner-chat .b-main-qa-chat .question h1 {
	margin: 0 0 8px 0;
	font-weight: bold;
	color: #333333;
	text-rendering: optimizelegibility;
	font-size: 18px;
	line-height: 25px;
}

.b-inner-chat .b-main-qa-chat .question .owner {
	text-align: center;
	float:right;
}

.b-inner-chat .b-main-qa-chat .question .info {
	color:#b3b3b3;
	margin:0 0 10px;
}

.b-inner-chat .b-main-qa-chat .question .msg {
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	margin:0 0 10px 0;
}

.b-main-qa-chat .answers-list {
	margin:10px 5px;
}

.b-main-qa-chat .answers-list .answer-item {
	padding: 10px 15px 10px 40px;
	margin-bottom: 10px;
	overflow: hidden;
}

.b-main-qa-chat .answers-list .answer-item-rating {
	float:left;
	margin-left: -35px;
	text-align: center;
	width: 16px;
}

.b-main-qa-chat .answers-list .answer-item-rating .hand-up,
.b-main-qa-chat .answers-list .answer-item-rating .hand-down {
	color:black;
	font-size: 18px;
	height:16px;
	width:16px;
	text-align: center;
	cursor:pointer;
	text-indent: -99999;
	background: url('../img/icons/hands.png');
}
.b-main-qa-chat .answers-list .answer-item-rating .hand-up {
	background-position: 0px 0px;
}
.b-main-qa-chat .answers-list .answer-item-rating .hand-up:hover {
	background-position: -16px 0px;
}

.b-main-qa-chat .answers-list .answer-item-rating .hand-down {
	background-position: 0px -16px;
}

.b-main-qa-chat .answers-list .answer-item-rating .hand-down:hover {
	background-position: -16px -16px;
}



.b-main-qa-chat .answers-list .answer-item-content .info {
	font-weight: bold;
	color:black;
}

.b-main-qa-chat .answers-list .answer-item-content .msg {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 3px;
}

h3 small {
	font-size:12px;
	font-weight: normal;
	font-weight: normal;
	color: #999999;
}

.blueButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1d83cc), color-stop(1, #134178));
	background:-moz-linear-gradient(top, #1d83cc 5%, #134178 100%);
	background:-webkit-linear-gradient(top, #1d83cc 5%, #134178 100%);
	background:-o-linear-gradient(top, #1d83cc 5%, #134178 100%);
	background:-ms-linear-gradient(top, #1d83cc 5%, #134178 100%);
	background:linear-gradient(to bottom, #1d83cc 5%, #134178 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d83cc', endColorstr='#134178',GradientType=0);
	background-color:#1d83cc;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:arial;
	font-size:16px;
	padding:7px 26px;
	margin: 10px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.blueButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #134178), color-stop(1, #1d83cc));
	background:-moz-linear-gradient(top, #134178 5%, #1d83cc 100%);
	background:-webkit-linear-gradient(top, #134178 5%, #1d83cc 100%);
	background:-o-linear-gradient(top, #134178 5%, #1d83cc 100%);
	background:-ms-linear-gradient(top, #134178 5%, #1d83cc 100%);
	background:linear-gradient(to bottom, #134178 5%, #1d83cc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#134178', endColorstr='#1d83cc',GradientType=0);
	background-color:#134178;
}

.blueButton:active {
	position:relative;
	top:1px;
}


.blueButton-add-content {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1d83cc), color-stop(1, #134178));
	background:-moz-linear-gradient(top, #1d83cc 5%, #134178 100%);
	background:-webkit-linear-gradient(top, #1d83cc 5%, #134178 100%);
	background:-o-linear-gradient(top, #1d83cc 5%, #134178 100%);
	background:-ms-linear-gradient(top, #1d83cc 5%, #134178 100%);
	background:linear-gradient(to bottom, #1d83cc 5%, #134178 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d83cc', endColorstr='#134178',GradientType=0);
	background-color:#1d83cc;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:arial;
	font-size:13px;
	padding:3px 22px;
	margin: 10px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.blueButton-add-content:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #134178), color-stop(1, #1d83cc));
	background:-moz-linear-gradient(top, #134178 5%, #1d83cc 100%);
	background:-webkit-linear-gradient(top, #134178 5%, #1d83cc 100%);
	background:-o-linear-gradient(top, #134178 5%, #1d83cc 100%);
	background:-ms-linear-gradient(top, #134178 5%, #1d83cc 100%);
	background:linear-gradient(to bottom, #134178 5%, #1d83cc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#134178', endColorstr='#1d83cc',GradientType=0);
	background-color:#134178;
}

.blueButton-add-content:active {
	position:relative;
	top:1px;
}

.film-review {
	margin: 15px;
	padding: 15px;

	border:1px solid #fff;
	border-radius: 4px;
	position: relative;
	font-size: 14px;
	line-height: 16px;

	-webkit-box-shadow: 3px 3px 8px -4px rgba(199,197,199,1);
	-moz-box-shadow: 3px 3px 8px -4px rgba(199,197,199,1);
	box-shadow: 3px 3px 8px -4px rgba(199,197,199,1);
}

div.film-review-good {
	background-color: #daf1db  ;
}

div.film-review-bad {
	background-color: #ffe3e3 ;
}

div.film-review-neutral {
	background-color: lightgrey;
}

div.film-review-default {
	background-color: lightgoldenrodyellow;
}

.film-review .avatar {
	margin: 0 15px 15px 0;
	float: left;
}

.film-review .profile_name {
	margin-bottom: 0;
	font-size:16;
	height: auto;

}

.film-review .actions {
	font-size:11px;
	height: auto;
	padding-bottom: 25px;
}

.film-review .actions li.first{
	padding: 0 !important;
	margin: 0 !important;
}

.film-review .actions li{
	display: inline;
}

.film-review .film-review-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

div.film-review span.date {
	position: absolute;
	top: 15px;
	right: 15px;

	font-size: 11px;
	color: #fff;
	background-color: #999;
	padding: 5px 15px;

}

.film-review .text{
	font-size: 14px;
	line-height: 20px;
}

.film-no-review {

	font-size: 16px;
	padding:14px;

}

.film-actor-list {
	margin: 15px;
	float: left;

}
.film-actor-list li{

	width: 110px;
	height: 185px;
	margin-right: 10px;
	float: left;

}

/*  .b-left-best-actors-list */
.b-left-best-actors-list {
	float:left;
	margin: 0 0 0 15px;
}

.b-left-best-actors-list .stats {
	line-height: 15px;
}

.b-left-best-actors-list > li {
	float: left;
	position: relative;
	width: 140px;
	padding: 11px 5px 0 5px;
}

.b-left-best-actors-list .defaultView {
	text-align: center;
	padding: 14px 0 0 0;
}

.b-left-best-actors-list  div {
//overflow: hidden;
	text-overflow: ellipsis;
//white-space: nowrap;
}

.b-left-best-actors-list .defaultView .name {
	font-size: 13px;
	padding: 0px 0 5px 0;
}

.b-left-best-actors-list .defaultView .name a,
.b-left-best-actors-list .defaultView .name a:hover {
	color: #fff;
	font-weight: bold;
}

.b-left-best-actors-list .defaultView .area {
	font-size: 11px;
	padding: 1px 0 6px 0;
}

.b-left-best-actors-list .defaultView .area a,
.b-left-best-actors-list .defaultView .area a:hover {
	color: #5986b8;
	text-decoration: none;
}

.b-left-best-actors-list .defaultView .img {
	position: relative;
	width: 106px;
	height: 105px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

.b-left-best-actors-list .defaultView .img img {
	position: absolute;
	width: 92px;
	margin: 8px 0 0 7px;
}

.b-left-best-actors-list .defaultView .img a {
	position: relative;
	display: block;
	height: 105px;
	background: url(../img/misc/main-best-actors-img-bg.png) no-repeat 0px 0px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.b-left-best-actors-list .defaultView .img a span {
	display: block;
	width: 28px;
	font-size: 16px;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	text-align: center;
	padding: 4px 0 0 0;
}

.b-left-best-actors-list .defaultView .rate {
	font-size: 11px;
	color: #99b5d7;
	padding: 3px 0 1px 0;
}

.b-left-best-actors-list .defaultView .rate span {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.b-left-best-actors-list .defaultView .stats {
	font-size: 11px;
	color: #99b5d7;
}

.b-left-best-actors-list .defaultView .stats span {
	font-weight: bold;
	color: #fff;
}

.b-left-best-actors-list .activeView {
	position: absolute;
	z-index: 1;
	text-align: center;
	display: none;
	left: 50%;
	width: 135px;
	height: 350px;
	margin: 0 0 0 -82px;
	padding: 0 15px 0 15px;
	background: url(../img/misc/main-best-actors-hover-bg.png) no-repeat 0px 0px;
}

.b-left-best-actors-list > li:hover .activeView {
	display: block;
}



.b-left-best-actors-list .activeView .name {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding: 13px 0 5px 0;
}

.b-left-best-actors-list .activeView .name a,
.b-left-best-actors-list .activeView .name a:hover {
	color: #fff;
	text-decoration: none;
}

.b-left-best-actors-list .activeView .img {
	position: relative;
	width: 141px;
	height: 136px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

.b-left-best-actors-list .activeView .img img {
	position: absolute;
	width: 115px;
	margin: 10px 0 0 11px;
}

.b-left-best-actors-list .activeView .img a {
	position: relative;
	display: block;
	height: 136px;
	background: url(../img/misc/main-best-actors-hover-img-bg.png) no-repeat 0px 0px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.b-left-best-actors-list .activeView .img a span {
	display: block;
	width: 42px;
	font-size: 20px;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	text-align: center;
	padding: 7px 0 0 0;
}

.b-left-best-actors-list .activeView .rate {
	font-size: 11px;
	color: #fff;
	padding: 3px 0 6px 0;
}

.b-left-best-actors-list .activeView .rate span {
	font-size: 14px;
	font-weight: bold;
}

.b-left-best-actors-list .activeView .button a {
	display: block;
	width: 121px;
	height: 30px;
	margin: 0 auto;
	background: url(../img/buttons/btn-best-actor-plus1.png) no-repeat 0px 0px;
	text-decoration: none;
	text-indent: -999em;
}

.b-left-best-actors-list .activeView .stats table {
	margin: 9px auto 0 auto;
}

.b-left-best-actors-list .activeView .stats th {
	font-size: 11px;
	color: #7491b5;
	text-align: right;
	padding: 1px 0 0 0;
}

.b-left-best-actors-list .activeView .stats th a {
	color: #7491b5;
	text-decoration: none;
	border-bottom: 1px dotted;
}

.b-left-best-actors-list .activeView .stats th a:hover {
	text-decoration: none;
	border: 0px;
}

.b-left-best-actors-list .activeView .stats td {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 1px 0 0 5px;
	text-align: left;
}


.b-film-favorites {
	padding: 15px 20px;
}

.b-film-favorites .btn {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 4px 10px;
	background: -moz-linear-gradient(
			top,
			#41a4f0 0%,
			#1b4e80);
	background: -webkit-gradient(
			linear, left top, left bottom,
			from(#41a4f0),
			to(#1b4e80));
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #003366;
	-moz-box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow:
			0px -1px 0px rgba(000,000,000,0),
			0px 1px 0px rgba(255,255,255,0.3);

}

.b-film-favorites-add, .b-film-favorites-add a, .b-film-favorites-add a:hover {
	color: #fff;
	text-align: center!important;
}

.b-film-favorites-delete, .b-film-favorites-delete a, .b-film-favorites-delete a:hover {
	color: #fff;
	text-align: center!important;
}

.comment-voting {

	position: absolute;
	margin-top: -23px;
	right: 0px;
	width: 120px;
	text-align: center;
}

.comment-voting .commentNegRating {
	color: #E46969;
	margin-left: 0px;
	display: inline-block;
	width: 30px;

}

.comment-voting .commentPosRating {
	color: #2b9220;
	margin-right: 0px;
	display: inline-block;
	width: 30px;
}

.comment-voting .commentRating {
	color: #fff;
}

.comment-voting .commentRating .pos{
	color: #2b9220;
}

.comment-voting .commentRating .neg{
	color: #517097;
}

.comment-voting .rateUp {
	background: url("../img/icons/set/good_mark.png");
	border: 0 none;
	height: 16px;
	width: 16px;
	margin: -2px 0px;

	display: inline-block;
}

.comment-voting .rateUp:hover {
	opacity: 0.6;
}

.comment-voting .rateDown {
	background: url("../img/icons/set/bad_mark.png");
	border: 0 none;
	height: 16px;
	width: 16px;
	margin:-2px 0px;

	display: inline-block;
}

.comment-voting .rateDown:hover {
	opacity: 0.7;
}


/* sms tariff */
.sms-tariff {
	width:100%;
}
.sms-tariff tbody td {
	border-top: 1px solid #e3e3e3;
}

.sms-tariff td {
	font-size: 11px;
	line-height: 15px;
	padding: 9px 0 5px;
	text-align: center;
	vertical-align: top;
	width: 25px;
}
.sms-tariff span.ru {
	background-image: url("../img/icons/flags/ru.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 0 0 22px;
}
.sms-tariff span.ua {
	background-image: url("../img/icons/flags/ua.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 0 0 22px;
}
.sms-tariff span.kz {
	background-image: url("../img/icons/flags/kz.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 0 0 22px;
}

.b-more{
	clear: both;
	position: relative;
	left: 645px;
	top: 0px;
}
.clear {
	clear:both;
}
#openMenu, .wrapper {display: none;}
/*Временные медиакостыли для мобилок, до редизайна*/
@media (max-width:440px) {

	.header, .mainWrap, .footer {
		width: 100%;
	}
	.header .menu, .header .auth, .header .slogan, .footer .tellAbout {
		display: none;
	}
	.mainWrapTwoCols .b-search {
		padding: 0px 15px 0 20px;
	}
	.mainWrapTwoCols .b-search .data {
		width: 70%;
	}
	.b-search .alphabets a, .b-search .alphabets a:hover {
		display: inline-block;
		line-height: 15px;
		font-size: 14px;
	}
	.mainWrapTwoCols .main {
		float: inherit;
		width: 100%;
		overflow: hidden;
	}
	.mainWrapTwoCols .b-search .alphabets {
		width: 100%;
	}
	.b-best-actors, .b-best-actors > .content {
		width: 100%;
	}
	.b-main-news-columns-list li, .b-inner-news-columns-list li {
		padding: 15px 1px 0 15px;
		width: inherit;
		height: inherit;
		float: none;
		overflow: inherit;
		clear: both;
	}
	.b-main-news-columns-list .img, .b-inner-news-columns-list .img {
		float: left;
		margin: 0px 10px 10px 0px;
	}
	.b-main-news-columns-list .title, .b-inner-news-columns-list .title {
		font-size: 16px;
		font-weight: bold;
	}
	.b-more{
		position: inherit;
		float: right;
		padding: 10px 20px;
		font-size: 16px;
		font-weight: bold;
	}
	.mainWrapTwoCols .aside {
		width: 100%;
		padding: 0 10px;
	}
	.b-comments .tabs {
		font-size: 16px;
	}
	.aside .b-glass .content {
		background: #2e4165ad;
		padding: 0 15px 0 13px;
		border-radius: 15px;
	}
	.b-comments li .msg a, .b-comments li .msg a:hover {
		color: #a8b8c7;
		text-decoration: none;
		font-size: 13px;
	}
	.aside .b-glass .h, .aside .b-glass .f {
		background: none;
	}
	.b-glass h2 {
		text-align: center;
		font-size: 18px;
		line-height: 20px;
		font-weight: bold;
		padding: 10px;
	}
	.aside .b-more {
		padding: 10px 0 10px 0;
	}
	.b-candidates li .cat {
		font-size: 14px;
	}
	.b-candidates li > a, .b-candidates li > a:hover {
		font-size: 18px;
	}
	.b-videos li .title {
		font-size: 16px;
	}
	.b-best-actors-list .defaultView .name a, .b-best-actors-list .defaultView .name a:hover {
		font-size: 16px;
		font-weight: bold;
	}
	.b-main-news-single img {
		max-width: 100%;
	}
	.b-sorting {
		padding: 10px;
	}

	.b-paging li {
		float: left;
	}
	.b-tabs-panel {
		height: 90px;
		padding: 5px 0;
		background: #23314b;
	}
	.b-tabs-panel li {
		float: left;
		display: block;
		position: initial;
	}
	.b-tabs-panel li.act, .b-tabs-panel li.act div {
		background: none!important;
	}
	.b-tabs-panel li.act a {
		background: #6b0012;
	}
	.b-actor-info .col2 {
		width: 100%;
	}
	.b-actor-info .smsVoiting .head {
		height: 45px;
	}
	.b-cms ul li {
		padding: 0 0 3px 10px;
		background: none;
		float: left;
	}
	.b-inner-biography-content {
		clear: both;
	}
	.b-videos .img img {
		/* float: left; */
		padding: 2px 17px;
	}
	.b-main-news-list, .b-inner-news-list {
		clear: both;
	}
	.b-main-faq-content .rate {
		width: 100%
	}
	.b-main-faq-content ul li {
		float:none;
	}


	.b-inner-photo-item__image-left, .b-inner-photo-item__image-right {
		position: absolute;
		height: 100%;
		width: 7%;
		font-weight: bold;
		font-size: 52px;
		top: -45px;
		line-height: 1;
		color: #748199!important;
		text-decoration: none;
	}
	.b-inner-photo-item__image-right {
		 left: 86%;
	 }
	.b-inner-photo-item__image img {
		width: 100%;
	}

	/*mobile menu styles*/
	#menu {
		background-color: #23314b;
		padding: 0 15px;
	}
	.container { max-width: 960px; }
	#menu li {
		list-style: none;
		margin: 1rem auto;
	}
	#menu li a {
		color: #fff;
		text-decoration: none;
	}
	#menu > div:not(.wrapper) {
		background-color: #eee;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.wrapper {
		display: block;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		position: relative;
		-webkit-overflow-scrolling: touch;
	}
	#openMenu {
		display: block;
		position: absolute;
		top: 0;
		right: 15px;
		font-size: 14px;
		font-weight: bold;
		color: #c18f30;
		padding: 5px 10px;
	}
	#closeMenu {
		position: absolute;
		top: 0;
		right: 0;
		color: #fff;
		z-index: 1;
		padding: 5px 10px;
		background-color: #000!important;
		margin-right: 20px;
	}

}