/*@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed&subset=latin,cyrillic);*/
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,700italic,800,800italic,400italic&subset=latin,cyrillic);*/

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #dfe5ec url(../../theme/images/bg01.gif);
    overflow: hidden;
	text-shadow: 0 0 1px rgba(158,157,157,0.2);
}
body {
    color: #333333;
    font-family: Tahoma,'PF DinDisplay Medium','Trebuchet MS',Arial;
    font-size: 66%;
    line-height: 14px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*cursor: url("/cur/arrowA.cur"), default;*/
}
/*a {
    cursor: url("/cur/linkA.cur"), pointer;
}
input, textarea {
    cursor: url("/cur/textA.cur"), text;
}*/
a, input, img, select, textarea {
    outline: none;
    border: 0;
}
.top_panel {
    position: relative;
    width: 950px;
    margin: 0 auto;
    font-size: 11px;
    left: -8px;
    height: 48px;
    border-left: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
}
.top_left_line {
    position: absolute;
    height: 48px;
    width: 1px;
    border-left: 1px solid rgba(255,255,255,0.1);
    top: 0;
    left: 0;
}
.top_right_line {
    position: absolute;
    height: 48px;
    width: 1px;
    border-right: 1px solid rgba(255,255,255,0.1);
    top: 0;
    right: 0;
}
.logo {
    display: inline-block;
    width: 200px;
    height: 48px;
    background: url(../../theme/images/logo.png) 10px center no-repeat;
}
.topmenu {
    display: inline-block;
    position: relative;
    width: 730px;
    left: 10px;
    top: -19px;
}
.topmenu a {
    margin: 0 5px;
    color: #e9e9e9;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    padding: 2px 0;
    border-bottom: none;
    font-weight: bold;
}
.topmenu a:hover {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 2px solid #e9e9e9;
}
.wrap_body {
    position: absolute;
    width: 100%;
    overflow-y: scroll;
    height: auto;
    left: 0;
    bottom: 0;
    top: 49px;
}
.table_body {
    width: 950px;
    margin: 0 auto;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    overflow: hidden;
    padding-bottom: 30px;
    border-left: 1px solid #ADBAC7;
    border-right: 1px solid #ADBAC7;
    border-bottom: 1px solid #ADBAC7;
}
.left {
    position: relative;
    width: 210px;
    float: left;
    background: #fafafa;
    padding-bottom: 20000px;
    margin-bottom: -20000px;
}
.content {
    width: 528px;
    float: left;
    padding-bottom: 20000px;
    margin-bottom: -20000px;
    background: #ffffff;
    border-left: 1px solid #adbac7;
    border-right: 1px solid #adbac7;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    position: relative;
    min-height: 200px;
    z-index: 2;
    background: #fafafa;
}
.right {
    position: relative;
    width: 210px;
    float: right;
    padding-bottom: 20000px;
    margin-bottom: -20000px;
    background: #fafafa;
}
.right_menu {
    position: relative;
}
.wrap_top_panel {
    position: absolute;
    background: url(../../theme/images/bg_top_panel.png) 0 0 repeat-x;
    width: 100%;
    height: 49px;
    box-shadow: 0 0 3px rgba(0,0,0,1);
    z-index: 5;
}
.val {
	border: 1px solid #c0cad5;
	padding: 1px 5px;
	text-align: left;
	color: #000000;
	height: 18px;
    line-height: 18px;
    background-color: #ffffff;
    outline: none;
    font-size: 11px;
    font-family: 'Tahoma',sans-serif;
    resize: none;
    outline: 2px solid #f2f2f2;
}
.valselect {
	border: 1px solid #c0cad5;
	padding: 2px 5px;
	text-align: left;
	color: #000000;
	font-size: 10px;
	height: 22px;
    background: #ffffff;
    outline: none;
}
.box_val {
	border: 1px solid #c0cad5;
	padding: 3px 5px;
	text-align: right;
	color: #000000;
	font-size: 10px;
	height: 18px;
    background: #ffffff;
    outline: none;
    font-family: 'Verdana';
}
.valtext {
    position: absolute;
	top: 3px;
	left: 3px;
	background: #556E8C;
	color: #ffffff;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	font-size: 10px;
	font-weight: bold;
	min-width: 50px;
}
#bot_panel {
    position: relative;
	color: #2d3c4f;
	padding: 10px;
	border-top: 1px solid #dfe3e8;
	text-align: right;
    background: #f0f1f2;
}
.preloader {
    position: absolute;
    top: 20px;
    display: none;
    width: 36px;
    height: 6px;
    background: url(../../theme/images/preload.gif) 0 0 no-repeat;
}
.btn_run {
    display: block;
    width: 48px;
    height: 20px;
    background: url(../../theme/images/advmanagement.png) -29px 0 no-repeat;
}
.btn_stop {
    display: block;
    width: 48px;
    height: 20px;
    background: url(../../theme/images/advmanagement.png) 0 0 no-repeat;
}
.btn_input {
    position: absolute;
    display: inline-block;
    color: #7891a7;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    background: #f2f2f2;
    height: 16px;
    padding: 2px 5px;
    border: 1px solid #C0CAD5;
    cursor: pointer;
    box-shadow: 0 0 1px rgba(255,255,255,1) inset;
}
.btn_input:hover {
    color: #335783;
}
.activate {
    right: 110px;
    top: 0;
}
.activateicq {
    right: 110px;
    top: 0;
}
.activatepurse {
    right: 97px;
    top: 0;
}
.btnautorefback {
    right: 129px;
    top: 0;
}
.recovery_pass {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../../theme/images/recovery.png) center center no-repeat;
    padding: 3px 10px;
    top: 12px;
    right: 70px;
}
.recovery_pass:hover {
    background-color: #d0d5db;
    border-radius: 2px;
}
.restore_auth {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../../theme/images/recovery.png) center center no-repeat;
    padding: 3px 10px;
    top: 12px;
    right: 96px;
}
.restore_auth:hover {
    background-color: #d0d5db;
    border-radius: 2px;
}
.wmlogin {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../../theme/images/wm_login.png) center center no-repeat;
    padding: 3px 10px;
    top: 12px;
    right: 110px;
}
.wmlogin:hover {
    background-color: #d0d5db;
    border-radius: 2px;
}
.walls_preloader {
    display: none;
    width: 36px;
    height: 6px;
    margin: 0 auto;
    margin-top: 10px;
    background: url(../../theme/images/preload.gif) 0 0 no-repeat;
}
.preloader_forum_drweb {
    display: none;
    height: 24px;
    line-height: 24px;
    background: url(../../theme/images/preload.gif) left center no-repeat;
}
.preload_msg {
    display: none;
    height: 24px;
    background: url(../../theme/images/preload.gif) 433px center no-repeat;
}
.preload_films_comment {
    display: none;
    height: 24px;
    background: url(../../theme/images/preload.gif) 345px center no-repeat;
}
.reloadpass_preload {
    display: none;
    width: 36px;
    height: 6px;
    margin: 0 auto;
    margin-top: 10px;
    background: url(../../theme/images/preload.gif) 0 0 no-repeat;
}
.btn_box {
	display: inline-block;
    outline: 2px solid #f2f2f2;
	height: 20px;
	line-height: 20px;
	/*background: url(../../theme/images/btn_bg.png) 0 0 repeat-x;*/
    background: #6886a9;
	padding: 1px 8px;
	color: #f1f1f1;
    font-size: 11px;
	text-decoration: none;
    font-weight: normal;
    border: 1px solid #34558b;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.btn_box:hover {
    background: #809ec1;
    color: #ffffff;
    border: 1px solid #5179aa;
}
.btn_box_no {
	display: inline-block;
    outline: 2px solid #f2f2f2;
	height: 20px;
	line-height: 20px;
	/*background: url(../../theme/images/btn_bg.png) 0 0 repeat-x;*/
    background: #a96868;
	padding: 1px 8px;
	color: #f1f1f1;
    font-size: 11px;
	text-decoration: none;
    font-weight: normal;
    border: 1px solid #8b3434;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.btn_box_no:hover {
    background: #c18080;
    color: #ffffff;
    border: 1px solid #aa5151;
}
.a_box {
    text-decoration: none;
    color: #335783;
}
.a_box:hover {
    text-decoration: underline;
}
.menu_title {
    background: none repeat scroll 0px 0px #6886a9;
    text-align: center;
    font-size: 10px;
    color: #ffffff;
    padding: 5px;
    font-weight: bold;
    text-transform: uppercase;
}
.wrap_avatar {
    position: relative;
}
.avatar {
    display: inline-block;
    padding: 2px;
    border: 1px solid #DAE1E8;
    background-color: #ffffff;
}
.banner468 {
    width: 468px;
    margin: 10px auto;
    padding: 2px;
    border: 1px solid #DAE1E8;
    background-color: #ffffff;
}
.imgzodiac {
    position: absolute;
    display: inline-block;
    right: 5px;
    top: -8px;
}
.walls_honor {
    display: inline-block;
    margin: 5px;
    width: 50px;
    height: 50px;
    cursor: help;
    border: 2px solid transparent;
}
.walls_honor:hover {
    border: 2px solid #DAE1E8;
    background-color: #ffffff;
}
.text_title {
    position: relative;
    font-weight: bold;
    width: 92%;
    margin: 5px auto;
    color: #335783;
    border-bottom: 1px solid #e3e6e9;
    padding: 5px;
    text-align: left;
}
.prem {
    background: url(../../theme/images/ok.png) center left no-repeat;
    padding: 3px;
    padding-left: 25px;
    margin-left: 30px;
}
.us_left_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

}
.us_left_menu ul li {
    display: block;
    position: relative;
    padding: 0 4px;
    /*font-weight: bold;
    font-size: 10px;*/
    margin: 1px 5px;
}
.us_left_menu ul li:hover {
    background: #e9edf1;
    border-radius: 1px;
}
.us_left_menu ul li a {
    display: block;
    padding: 4px 0;
    color: #335783;
    text-decoration: none;
}
.us_left_menu ul li a:hover {
    text-decoration: none;
}
.us_left_menu2 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.us_left_menu2 ul li {
    display: block;
    position: relative;
    padding: 0 5px;
    /*font-weight: bold;
    font-size: 10px;*/
    margin: 1px 5px;
}
.us_left_menu2 ul li:hover {
    background: #e9edf1;
    border-radius: 1px;
}
.us_left_menu2 ul li a {
    position: relative;
    padding: 4px 0;
    display: block;
    color: #335783;
    text-decoration: none;
}
.us_left_menu2 ul li a:hover {
    text-decoration: none;
}
.profile_setting {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.tasksfav {
    position: absolute;
    display: inline-block;
    width: 11px;
    height: 11px;
    right: 50px;
    top: 30px;
    padding: 3px 9px;
    border-radius: 2px;
    opacity: 0.7;
}
.tasksfav:hover {
    opacity: 1;
}
#addfav {
    background: #E9EDF1 url(../../theme/images/like.png) center center no-repeat;
}
#delfav {
    background: #E9EDF1 url(../../theme/images/del.gif) center center no-repeat;
}
.profile_setting table {
    width: 100%;
    border-spacing: 4px;
    border-collapse:collapse;
}
.profile_setting table td {
    padding: 5px;
}
td.tabright {
    color: #777777;
    text-align: right;
}
td.tableft {
    color: #335783;
    padding: 5px 10px;
}
.btn_reload {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../../theme/images/reload.png) 0 0 no-repeat;
}
.btn_reload:hover {
    background: url(../../theme/images/reload.png) 0 -17px no-repeat;
}
.btn_add {
    display: inline-block;
	height: 11px;
    width: 11px;
    background: url(../../theme/images/add.gif) 0 0 no-repeat;
    opacity: 0.3;
}
.btn_add:hover {
    opacity: 1;
}
.btn_del {
    display: inline-block;
	height: 11px;
    width: 11px;
    background: url(../../theme/images/del.gif) 0 0 no-repeat;
    opacity: 0.3;
}
.btn_del:hover {
    opacity: 1;
}
.flagcountry {
    display: inline-block;
    position: relative;
    top: 2px;
}
#addavatar {
    position: absolute;
    width: 55px;
    left: 0px;
    top: 0;
    opacity: 0;
    -moz-opacity: 0; /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0;
    cursor: pointer;
    cursor: hand;
    padding: 0px;
    margin: 0px;
    border: none;
}
#addbanner {
    position: absolute;
    width: 55px;
    left: 0px;
    top: 0;
    opacity: 0;
    -moz-opacity: 0; /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0;
    cursor: pointer;
    cursor: hand;
    padding: 0px;
    margin: 0px;
    border: none;
}
.btn_up_avatar {
    min-width: 55px;
    overflow: hidden;
    cursor: pointer;
    cursor: hand;
    position: relative;
    text-decoration: underline;
    display: inline-block;
    width: auto;
}
.infotext {
    width: 90%;
    margin: 5px auto;
    margin-bottom: 20px;
    padding: 10px;
    background: #f6f7f9;
    border: 1px solid #dde0e5;
    margin-top: 10px;
}
.help_input {
    cursor: help;
    display: inline-block;
    padding: 0 3px;
    color: #335783;
}
.error {
    background: #f9f6e7;
    border: 1px solid #d4bc4c;
    font-size: 11px;
    padding: 10px;
}
.erroralert {
    background: #f9f6e7;
    border-top: 1px solid #d4bc4c;
    border-bottom: 1px solid #d4bc4c;
    font-size: 11px;
    padding: 10px;
}
.cuserstat {
    width: 100%;
    padding: 0;
    border-collapse: collapse;
    border: 0;
}
.cuserstat tr td {
    border-bottom: 1px solid #E3E6E9;
    padding: 5px;
}
.cuserstat tr:hover {
    background: #f1f1f1;
}
.pajax {
    background: url(../../theme/images/preload.gif) left center no-repeat;
    height: 8px;
    line-height: 36px;
    padding-left: 50px;
	height: 24px;
	line-height:20px;
}
.msetting {
    width: 12px;
    height: 12px;
    background: url(../../theme/images/msetting.png) 0 0 no-repeat;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    opacity: 0.3;
}
.msetting:hover {
    opacity: 1;
}
.mlink {
    margin: 0 auto;
    padding-bottom: 10px;
}
.tabreclama {
    width: 94%;
    margin: 0 auto;
    text-align: left;
    border-spacing: 0;
    border-collapse: collapse;
}
.basket_tovar th {
    background: #DEE5EB;
    color: #335783;
    font-weight: bold;
}
.basket_pay_preload {
    position: absolute;
    right: 30px;
    top: 28px;
}
.basketok {
    margin: 20px 0 0 0;
    text-align: center;
    color: #335783;
    font-size: 14px;
    background: url(../../theme/images/basketok.png) center top no-repeat;
    height: 200px;
    line-height: 320px;
}
.basketno {
    margin: 20px 0 0 0;
    text-align: center;
    color: #800000;
    font-size: 14px;
    background: url(../../theme/images/basketno.png) center top no-repeat;
    height: 250px;
    line-height: 480px;
}
.tabreclama tr td {
    padding: 5px;
    border-bottom: 1px solid #DAE1E8;
}
.img_click {
    background: url(../../theme/images/img_price.png) left center no-repeat;
    padding: 2px 4px;
    padding-left: 16px;
    color: #335783;
    display: inline-block;
    cursor: help;
    opacity: 0.5;
    text-decoration: none;
}
.img_click:hover {
    opacity: 1;
    text-decoration: none;
}
.img_click2 {
    background: url(../../theme/images/img_click.png) left center no-repeat;
    padding: 2px 4px;
    padding-left: 16px;
    color: #335783;
    display: inline-block;
    cursor: help;
    opacity: 0.5;
    margin-left: 3px;
    text-decoration: none;
}
.img_click2:hover {
    opacity: 1;
    text-decoration: none;
}
.img_ctr {
    background: url(../../theme/images/stat_ref_reg.png) left center no-repeat;
    padding: 2px 4px;
    padding-left: 16px;
    color: #335783;
    display: inline-block;
    cursor: help;
    opacity: 0.5;
    margin-left: 3px;
}
.img_ctr:hover {
    opacity: 1;
}
.img_view {
    background: url(../../theme/images/img_view.png) left center no-repeat;
    padding: 2px 4px;
    padding-left: 16px;
    color: #335783;
    cursor: help;
    opacity: 0.5;
    text-decoration: none;
}
.img_view:hover {
    opacity: 1;
    text-decoration: none;
}
.tasks_users_ok {
    position: absolute;
    top: 0;
    right: -5px;
    display: inline-block;
    padding: 1px 5px;
    background: #DBDFE3;
    border-radius: 2px;
    color: #335783;
    font-weight: bold;
    opacity: 0.9;
    font-size: 10px;
}
.task_good {
    background: url(../../theme/images/task_good.png) left center no-repeat;
    padding: 2px 4px;
    padding-left: 16px;
    color: #335783;
    cursor: help;
    opacity: 0.5;
}
.task_good:hover {
    opacity: 1;
}
.task_bad {
    background: url(../../theme/images/task_bad.png) left center no-repeat;
    padding: 2px 4px;
    padding-left: 16px;
    color: #335783;
    cursor: help;
    opacity: 0.5;
}
.task_bad:hover {
    opacity: 1;
}
.mblack_lick {
    position: absolute;
    width: 11px;
    height: 11px;
    background: url(../../theme/images/tasks_black_list.png) 0 0 no-repeat;
    right: 67px;
    bottom: 4px;
    opacity: 0.3;
}
.mblack_lick:hover {
    opacity: 1;
}
.mtask_vip {
    position: absolute;
    width: 11px;
    height: 11px;
    background: url(../../theme/images/task_vip.png) 0 0 no-repeat;
    right: 88px;
    bottom: 4px;
    opacity: 0.3;
}
.mtask_vip:hover {
    opacity: 1;
}
.medit {
    position: absolute;
    width: 11px;
    height: 11px;
    background: url(../../theme/images/edit.gif) 0 0 no-repeat;
    right: 46px;
    bottom: 4px;
    opacity: 0.3;
}
.medit:hover {
    opacity: 1;
}
.maddm {
    position: absolute;
    width: 11px;
    height: 11px;
    background: url(../../theme/images/transfer.gif) 0 0 no-repeat;
    right: 25px;
    bottom: 4px;
    opacity: 0.3;
}
.maddm:hover {
    opacity: 1;
}
.mdel {
    position: absolute;
    width: 11px;
    height: 11px;
    background: url(../../theme/images/del.gif) 0 0 no-repeat;
    right: 5px;
    bottom: 4px;
    opacity: 0.3;
}
.mdel:hover {
    opacity: 1;
}
.pos_check span {
    top: 1px;
}
.pos_check label {
    position: relative;
    top: -2px;
}
.count_basket {
    position: absolute;
    right: 0;
    top: 3px;
    color: #335783;
    background: #e9edf1;
    border-radius: 2px;
    padding: 1px 6px;
    font-weight: bold;
    font-size: 10px;
}
.count_mess {
    position: absolute;
    right: 0;
    top: 3px;
    color: #335783;
    background: #e9edf1;
    border-radius: 2px;
    padding: 1px 6px;
    font-weight: bold;
    font-size: 10px;
}
.count_money {
    position: absolute;
    right: 0;
    top: 3px;
    color: #335783;
    background: #e9edf1;
    border-radius: 2px;
    padding: 1px 6px;
    font-weight: bold;
    font-size: 10px;
}
.delbasket {
    display: block;
    width: 11px;
    height: 11px;
    background: url(../../theme/images/del.gif) 0 0 no-repeat;
    opacity: 0.3;
}
.delbasket:hover {
    opacity: 1;
}
.addreyting {
    position: absolute;
    right: 10px;
    top: 40px;
    width: 11px;
    height: 11px;
    display: block;
    background: url(../../theme/images/add.gif) 0 0 no-repeat;
    opacity: 0.3;
}
.addreyting:hover {
    opacity: 1;
}
.wrap_klink {
    display: block;
    text-decoration: none;
    text-align: left;
    font-size: 10px;
    padding: 10px 5px;
    word-wrap: break-word;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.wrap_klink:hover {
    background: #ffffff;
    border-top: 1px solid #e3e6e9;
    border-bottom: 1px solid #e3e6e9;
}
.wrap_klink_info {
    position: relative;
    margin-top: 5px;
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
}
.title_klink {
    color: #335783;
    overflow: hidden;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
}
.des_klink {
    color: #777777;
}
.mblu {
    color: #335783;
}
.wrap_ban2x3 {
    display: block;
    padding: 1px;
    border: 1px solid #DAE1E8;
    width: 200px;
    margin: 10px auto;
    border: 1px solid #DAE1E8;
}
.member_top_menu {
    position: absolute;
    top: 0;
    width: 508px;
    height: 23px;
    background: #f0f1f2;
    border-bottom: 1px solid #cdcfd4;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    padding: 6px 0 5px 20px;
    font-size: 11px;
}
.member_top_menu .mmenu {
    display: inline-block;
    color: #335783;
    font-weight: bold;
    text-decoration: none;
    padding: 1px 5px;
    margin-right: 5px;
    line-height: 21px;
}
.member_top_menu .mmenu:hover {
    background: #E1E7ED;
    text-decoration: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    padding: 1px 5px;
}
.member_top_menu .mmmenu {
    display: inline-block;
    text-decoration: none;
    color: #335783;
    background: #597DA3;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    padding: 0 5px;
    font-weight: bold;
    margin-right: 5px;
    line-height: 21px;
}
.drweb {
    cursor: help;
    opacity: 0.5;
    width: 12px;
    height: 12px;
}
.drweb:hover {
    opacity: 1;
}
.google {
    cursor: help;
    opacity: 0.5;
    width: 12px;
    height: 12px;
}
.google:hover {
    opacity: 1;
}
.wrap_ref_ajax {
    width: 92%;
    margin: 5px auto;
    margin-bottom: 40px;
}
.wrap_ref {
    padding: 10px 5px;
    border-bottom: 1px solid #E4E5E7;
    position: relative;
}
.wrap_ref:first-child {
    border-top: 1px solid #E4E5E7;
}
.ref_avatar {
    display: inline-block;
}
.ref_info {
    position: absolute;
    left: 80px;
    top: 10px;
}
.ref_info_nik {
    display: inline-block;
    width: 80px;
    color: #777777;
    padding: 1px 0;
}
.ref_nik {
    color: #000000;
    padding: 1px 0;
    display: inline-block;
}
.user_activate {
    position: absolute;
    left: 350px;
    top: 38px;
    display: inline-block;
    background: url(../../theme/images/ok.png) center center no-repeat;
    width: 17px;
    height: 17px;
    cursor: help;
    padding: 3px 3px;
    /*background-color: #DBDFE3;*/
    border-radius: 3px;
    opacity: 0.5;
}
.user_activate:hover {
    opacity: 1;
}
.navigation {
    display: inline-block;
    font-size: 10px;

}
.navigation .navpage .curent_page {
    color: #335783;
    display: inline-block;
    border-bottom: 2px solid #335783;
    padding: 0 4px 2px;
    font-weight: bold;
}
.navigation .navpage {
    display: inline-block;
}
.navigation a {
    display: inline-block;
    padding: 0 4px 2px;
    text-decoration: none;
    color: #335783;
    font-weight: normal;
    border-bottom: 2px solid transparent;
}
.navigation a:hover {
    text-decoration: none;
    border-bottom: 2px solid #dae1e8;
}
.reflogin {
    color: #AAB7C5;
    font-size: 10px;
}
.ref_bonus {
    display: inline-block;
    width: auto;
    height: 11px;
    line-height: 11px;
    padding-left: 18px;
    background: url(../../theme/images/ref_bonus.png) left center no-repeat;
    font-size: 10px;
    font-weight: bold;
    color: #335783;
    opacity: 0.3;
}
.js_titleRemove {
    z-index: 99999;
}
.tooltip {
    background:url('../../theme/images/like_icons_bl.png') no-repeat;
    background-position: center 0px;
    width:17px;
    height:10px;
    margin-top:-1px;
    margin-left:2px
}
#easyTooltip {
    color:#fff;
    background-image :url('../../theme/images/mv_bg.png');
    background: rgba(0,0,0,0.7);
    font-size: 10px;
    padding: 4px 7px;
    border: 0px;
    margin-left: -2px;
    font-weight: bold;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0,0,0,0.4);
    display: inline-block;
}
.wrap_set_ref {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 2px 5px;
    text-align: right;
}
.set_ref {
    color: #000000;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
}
.setMenu {
    background: #FFFFFF;
    border: 1px solid #7798bc;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    color: #000000;
    position: absolute;
    width: 150px;
    top: -1px;
    right: -1px;
    font-size: 10px;
    font-weight: bold;
    z-index: 3;
}
.set_selected {
    background: #EEF2F6;
    cursor: pointer;
    padding: 2px 5px;
    border-bottom: 1px solid #E4E5E7;
    opacity: 0.5;
}
.set_hover {
    cursor: pointer;
    padding: 2px 5px;
}
.set_hover:hover {
    color: #ffffff;
    background: #7798bc;
    padding: 2px 5px;
}
.wrap_type_ref {
    position: relative;
    display: inline-block;
    padding: 2px 5px;
    width: 150px;
    background: url(../../theme/images/arrow_menu.gif) right 20px top 7px no-repeat;
}
.wrap_privacy {
    position: relative;
    display: inline-block;
    padding: 2px 5px;
    cursor: pointer;
}
.pMenu {
    background: #FFFFFF;
    border: 1px solid #7798bc;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    color: #000000;
    position: absolute;
    width: 150px;
    top: -1px;
    left: -1px;
    z-index: 3;
}
.typeref {
    background: #FFFFFF;
    border: 1px solid #7798bc;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    color: #000000;
    position: absolute;
    width: 150px;
    top: -1px;
    left: -1px;
    font-size: 10px;
    font-weight: bold;
    z-index: 3;
}
.wrap_mess {
    position: relative;
    padding: 5px;
    border-bottom: 1px solid #e3e6e9;
    height: 66px;
}
.wrap_mess:hover {
    background: #f7f9fa;
}
.mess_checked {
    line-height: 66px;
    text-align: center;
    float: left;
    margin: 0 18px;
}
.mess_info_user {
    display: inline-block;
    height: 60px;
    padding: 15px 10px 10px;
}
.mess_info_user_name {
    color: #335783;
}
.mess_time {
    color: #777777;

}
.mess_kol {
    position: absolute;
    bottom: 31px;
    left: 280px;
}
.mess_setting {
    position: absolute;
    right: 20px;
    top: 0;
    height: 60px;
    line-height: 20px;
    padding-top: 16px;
}
.mess_setting a {
    display: block;
}
.mess_online {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 10px;
    font-weight: bold;
    color: #777777;
}
.read_mess_us_close {
    display: inline-block;
    cursor: pointer;
    height: 16px;
    line-height: 16px;
    color: #335783;
    font-weight: bold;
}
.wrap_read_mess {
    padding: 10px 10px 2px 10px;
    border-bottom: 1px solid #e3e6e9;
    border-top: 2px solid #ebebed;
    margin-top: 35px;
    position: relative;
    height: 350px;
    overflow-y: scroll;
    padding: 10px;
}
.wrap_out_mess {
    padding: 10px 10px 2px 10px;
    border-top: 2px solid #ebebed;
    margin-top: 35px;
    position: relative;
    padding: 10px;
}
.wrap_in_mess {
    position: relative;
    width: 95%;
    margin-left: 3px;
    border-bottom: 1px solid #E3E6E9;
    padding: 10px;
    display: inline-block;
}
.in_mess_text {
    float: left;
    width: 400px;
    margin-left: 10px;
    font-size: 10px;
    word-wrap: break-word;
}
.us_name_mess {
    color: #335783;
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 10px;
}
.time_mess {
    position: relative;
    color: #777777;
    padding-top: 5px;
    font-size: 10px;
}
.mess_del {
    position: absolute;
    right: 10px;
    top: 13px;
    background: url(../../theme/images/del.gif) 0 0 no-repeat;
    width: 11px;
    height: 11px;
    opacity: 0.3;
}
.mess_del:hover {
    opacity: 1;
}
.in_del_all {
    position: absolute;
    right: 10px;
    top: 0;
}
.ref_reyting {
    margin-top: 10px;
}
.ref_reyting span {
    padding: 0 5px;
    background: #e3e6e9;
    padding: 3px 7px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    color: #335783;
    font-weight: bold;
    font-size: 10px;
}
.home_count_user {
    width: 50%;
    margin: 50px auto;
    font-size: 18px;
    text-align: center;
}
.home_count_user span {
    padding: 0 6px 3px;
    margin: 0 2px;
    border-bottom: 1px solid #dde0e5;
    color: #687a8d;
    font-family: 'Lucida Grande CY','Arial','Liberation Sans','DejaVu Sans',sans-serif;
    font-weight: bold;
    font: inherit;
}
.wall_top_bar {
    background: #F0F1F2;
    border-bottom: 1px solid #CDCFD4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    height: 23px;
    line-height: 21px;
    padding: 6px 0 5px 20px;
    position: absolute;
    top: 0;
    width: 508px;
}
.wall_username {
    font-weight: bold;
    color: #335783;
}
.wall_user_time {
    position: absolute;
    right: 10px;
    top: 5px;
}
.wrap_tab_wall {
    margin-top: 35px;
    position: relative;
    padding: 10px;
}
.wrap_tab_wall table tr td {
    padding: 2px 5px;
}
.wrap_search_user {
    padding: 10px;
    text-align: center;
    position: relative;
}
.search_ref_del {
    position: absolute;
    width: 11px;
    height: 11px;
    background: url(../../theme/images/del.gif);
    top: 16px;
    left: 395px;
    cursor: pointer;
    opacity: 0.2;
    z-index: 5;
}
.search_ref_del:hover {
    opacity: 0.6;
}
.preload_all {
    background: url(../../theme/images/preload.gif) center center no-repeat;
    margin: 10px 0;
    height: 20px;
}
#searchname {
    width: 250px;
    padding-left: 25px;
    padding-right: 20px;
    background-image: url(../../theme/images/inp_se.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    color: #c1cad0;
    font-family: "Tahoma";
}
#searchfilms {
    width: 400px;
    padding-left: 25px;
    background: #ffffff url(../../theme/images/inp_se.png) 5px center no-repeat;
    color: #c1cad0;
    font-family: "Tahoma";
}
.wrap_result_user {
    position: absolute;
    background: #ffffff;
    border: 1px solid #C0CAD5;
    max-height: 275px;
    overflow: auto;
    left: 105px;
    top: 33px;
    width: 295px;
    display: none;
    text-align: left;
    z-index: 2;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.wrap_result_films {
    position: absolute;
    background: #ffffff;
    border: 1px solid #C0CAD5;
    max-height: 350px;
    overflow: auto;
    left: 48px;
    top: 33px;
    width: 430px;
    display: none;
    text-align: left;
    z-index: 2;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.search_user_error {
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    color: #777777;
    padding: 5px 0;
}
.wrap_in_search {
    padding: 5px;
    position: relative;
    height: 35px;
}
.wrap_in_search:hover {
    background: #f0f1f2;
}
.wrap_in_search_films {
    padding: 5px;
    position: relative;
}
.wrap_in_search_films:hover {
    background: #f0f1f2;
}
.films_link {
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #335783;
    font-size: 10px;
}
.films_link:hover {
    text-decoration: none;
}
.a_search {
    position: absolute;
    top: 16px;
    left: 50px;
}
.user_search_time {
    font-size: 10px;
    position: absolute;
    right: 10px;
    top: 16px;
    color: #777777;
}
.wrap_walls_info {
    padding: 0 5px 10px;
    width: 150px;
    float: left;
}
.wrap_wlls_birthday {
    position: relative;
    margin: 10px 0;
    background: #F6F7F9 url(../../theme/images/ic_birthday.png) 30px 40px no-repeat;
    height: 140px;
    border: 1px solid #DDE0E5;
}
.walls_birthday_year {
    position: absolute;
    font-weight: 600;
    font-size: 20px;
    color: #335783;
    left: 44px;
    width: 60px;
    top: 15px;
    text-align: center;
}
.walls_birthday_text {
    position: absolute;
    top: 25px;
    left: 160px;
    font-size: 10px;
    margin-right: 12px;
    text-align: justify;
}
.wrap_birthday_r_info {
    font-size: 11px;
    margin: 10px 10px 0;
    text-align: center;
    color: #AF0032;
}
.walls_msg {
    color: #335783;
    background: url(../../theme/images/walls/email.png) 133px 6px no-repeat;
    height: 10px;
    line-height: 10px;
    cursor: pointer;
    margin: 2px 0;
    padding: 5px;
}
.walls_msg:hover {
    background-color: #E1E7ED;
}
.walls_referer {
    color: #335783;
    background: url(../../theme/images/walls/referer.png) 132px 5px no-repeat;
    height: 10px;
    line-height: 10px;
    cursor: pointer;
    margin: 2px 0;
    padding: 5px
}
.walls_referer:hover {
    background-color: #E1E7ED;
}
.wrap_walls_count_ref1 {
    position: relative;
    color: #335783;
    background: url(../../theme/images/walls/referals.png) 133px center no-repeat;
    height: 10px;
    line-height: 10px;
    margin: 2px 0;
    padding: 5px;
}
.walls_count_ref1 {
    width: 50px;
    text-align: right;
    font-size: 10px;
    position: absolute;
    top: 6px;
    right: 24px;
    color: #84a2c6;
    text-shadow: none;
}
.wrap_walls_gift {
    position: relative;
    width: 150px;
}
.walls_gift {
    position: relative;
    color: #335783;
    background: url(../../theme/images/walls/gift.png) 134px center no-repeat;
    height: 10px;
    line-height: 10px;
    margin: 2px 0;
    padding: 5px;
    cursor: pointer;
}
.walls_gift:hover {
    background-color: #E1E7ED;
}
.wrap_walls_count_like {
    position: relative;
    color: #335783;
    background: url(../../theme/images/walls/like.png) 135px center no-repeat;
    height: 10px;
    line-height: 10px;
    margin: 2px 0;
    padding: 5px;
}
.wrap_wall_body_gift {
    position: absolute;
    background: #ffffff;
    width: 495px;
    height: 240px;
    z-index: 2;
    border: 1px solid #adbac7;
    top: -241px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.arrow_d_gift {
    position: absolute;
    background: url(../../theme/images/arrow_b_w.png) 0 0 no-repeat;
    width: 13px;
    height: 9px;
    top: 0;
    right: 5px;
    z-index: 3;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .arrow_d_gift {
        right: 5px;
    }
}
.wrap_body_gift {
    width: 258px;
    height: 240px;
    padding: 5px;
    float: left;
}
.r_wrap_body_gift {
    width: 215px;
    height: 230px;
    border-left: 1px solid #e4e5e7;
    background: #f1f1f1;
    float: right;
    padding: 5px;
}
.img_gift {
    margin: 5px 4px;
    cursor: pointer;
}
.prev_gift {
    text-align: center;
    height: 70px;
    width: 200px;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
}
#walls_comms_gift {
    width: 200px;
    height: 50px;
    margin: 0 0 0 1px;
    font-family: "Tahoma";
    color: #c1cad0;
}
.user_walls_gift {
    margin-top: 1px;
    width: 340px;
    height: 100px;
    float: right;
    border-bottom: 1px solid #E3E6E9;
}
.title_walls {
    background: #dee5eb;
    color: #335783;
    padding: 3px 5px;
    position: relative;
    font-weight: bold;
    font-size: 10px;
}
.all_walls_gift {
    position: absolute;
    right: 5px;
    top: 2px;
    cursor: pointer;
}
.wrap_prew_gifts {
    height: 48px;
    line-height: 48px;
    margin-top: 16px;
    color: #777777;
    font-size: 12px;
}
.prew_gifts {
    margin: 0 9px;
}
.add_walls_mess {
    margin-top: 1px;
    width: 340px;
    float: right;
}
.title_walls_click {
    cursor: pointer;
}
.wrap_walls_add {
    background: #f1f1f1;
    text-align: center;
    padding: 8px 5px;
    display: none;
}
#walls_mess{
    width: 310px;
    height: 50px;
}
.walls_bottom_panel_mess {
    position: relative;
    padding: 5px 5px 0;
    text-align: right;
    height: 22px;
}
.walls_line {
    margin-bottom: 1px;
    border-bottom: 1px solid #E3E6E9;
}
.likes_check {
    position: absolute;
    left: 5px;
    top: 11px;
}
.img_walls_like {
    position: absolute;
    top: 2px;
    left: 25px;
}
.walls_mess_like {
    position: absolute;
    right: 0;
    top: 6px;
    background: url(../../theme/images/walls/like.png) 0 0 no-repeat;
    width: 10px;
    height: 10px;
    opacity: 0.5;
}
.wrap_walls_mess {
    width: 430px;
}
.walls_mess_del {
    position: absolute;
    right: 12px;
    top: 13px;
    background: url(../../theme/images/del.gif) 0 0 no-repeat;
    width: 11px;
    height: 11px;
    opacity: 0.3;
    display: none;
}
.listing {
    color: #335783;
    list-style: square outside none;
    margin: 5px 0 15px;
}
.listing li {
    padding: 2px 0;
}
.listing li span {
    color: #000000;
}
.listing2 {
    color: #BF8080;
    list-style: square outside none;
    margin: 5px 0 15px;
    padding-left: 50px;
}
.listing2 li {
    padding: 2px 0;
}
.listing2 li span {
    color: #000000;
}
.status_title {
    display: inline-block;
    color: #335783;
    margin: 0 20px;
    padding-bottom: 2px;
    border-bottom: 2px solid #e3e6e9;
}
.a_earning {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 3px;
}
.a_earning:hover {
    opacity: 0.5;
}
.serf_earning {
    background: url(../../theme/images/earnings/serf.png) center center no-repeat;
}
.pixword_earning {
    background: url(../../theme/images/earnings/pixword.png) center center no-repeat;
}
.serf_plus {
    background: url(../../theme/images/earnings/serf_plus.png) center center no-repeat;
}
.test_earning {
    background: url(../../theme/images/earnings/test.png) center center no-repeat;
}
.tasks_earning {
    background: url(../../theme/images/earnings/task.png) center center no-repeat;
}
.wallsref_earning {
    background: url(../../theme/images/earnings/wallsref.png) center center no-repeat;
}
div.desc_serf {
    color: #777777;
    position: relative;
}
.desc_serf_fade {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15%;
    height: 14px;
    background: linear-gradient(to right, rgba(250, 250, 250, 0), rgba(250, 250, 250, 1) 50%);
}
.serf_line {
    border-bottom: 1px solid #E3E6E9;
}
.serf_link {
    color: #335783;
    font-weight: bold;
    text-decoration: none;
}
.serf_link:hover {
    color: #000000;
    text-decoration: none;
}
table.tabserf {
    width: 94%;
    margin: 0 auto;
}
.serf_panel {
    position: relative;
    padding: 3px 0;
    font-size: 10px;
}
.wrap_show_serf {
    border-bottom: 1px solid #E3E6E9;
    padding: 5px;
}
.show_serf_img {
    width: 60px;
    height: 52px;
    line-height: 66px;
    float: left;
    text-align: center;
}
.show_serf_info {
    padding-left: 70px;
}
.bg_all_click_line {
    position: absolute;
    left: 80px;
    top: 11px;
    background: #bac7d4;
    width: 100px;
    border-radius: 5px;
    height: 4px;
}
.all_click_line {
    background: #5c7a99;
    border-radius: 5px;
    height: 4px;
    width: 0;
}
.img_timer {
    background: url("http://webid.in.ua/theme/images/timer.png") left center no-repeat ;
    color: #335783;
    cursor: help;
    display: inline-block;
    padding: 2px 4px 2px 14px;
    margin-left: 10px;
    opacity: 0.5;
}
.img_timer:hover {
    opacity: 1;
}
.s_erotic {
    background: url("http://webid.in.ua/theme/images/18+.gif") left center no-repeat ;
    color: #c17979;
    cursor: help;
    display: inline-block;
    padding: 2px 4px 2px 14px;
    margin-left: 10px;
    opacity: 0.5;
}
.s_erotic:hover {
    opacity: 1;
}
.test_desc {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    word-wrap: break-word;
}
.test_line {
    width: 70%;
    margin: 0 auto;
    border-bottom: 2px solid #E3E6E9;
}
.wrap_test_otvet {
    width: 90%;
    margin: 10px auto;
    font-size: 10px;
    word-wrap: break-word;
}
.wrap_transfer {
    position: absolute;
    width: 500px;
    background: #ffffff;
    border: 1px solid #ADBAC7;
    min-height: 186px;
    z-index: 20;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.wrap_transfer table tr td {
    border-bottom: 1px solid transparent;
}
.transfer_arrow {
    position: absolute;
    background: url(../../theme/images/arrow_d_top.png) 0 0 no-repeat;
    width: 13px;
    height: 9px;
    z-index: 3;
    right: 121px;
    top: -9px;
}
.title_transfer {
    height: 40px;
    line-height: 40px;
    background: #f1f1f1;
    border-bottom: 1px solid #E4E5E7;
    color: #335783;
    padding-left: 10px;
    font-weight: bold;
    position: relative;
}
.transfer_close {
    width: 11px;
    height: 11px;
    background: url(../../theme/images/del.gif) 0 0 no-repeat;
    position: absolute;
    right: 20px;
    top: 16px;
    cursor: pointer;
    opacity: 0.5;
}
.transfer_close:hover {
    opacity: 1;
}
.select_purse {
    position: absolute;
    left: 16px;
    cursor: pointer;
    color: #335783;
    bottom: 9px;
    font-weight: bold;
}
.basket_info {
    position: relative;
    padding: 0 10px;
    height: 70px;
    line-height: 30px;
    border-bottom: 1px solid #E4E5E7;
}
.basketSumPay {
    position: absolute;
    right: 25px;
    top: 15px;
    color: #AF0032;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 14px;
}
.basketSumPay span {
    font-size: 10px;
    color: #999999;
    font-weight: normal;
}
.pay_basket {
    padding-top: 10px;
    width: 450px;
    margin: 0 auto;
}
.pay_sel {
    position: relative;
    height: 44px;
    width: 380px;
    margin: 0 auto;
    padding-left: 70px;
    padding-top: 16px;
    cursor: pointer;
}
.pay_sel:hover {
    background-color: #F0F1F2;
}
.pay_sel div {
    color: #335783;
    font-weight: bold;
}
.pay_sel span {
    color: #777777;
}
.pay_webid {
    background: url(../../theme/images/pay_purse_webid.png) 10px center no-repeat;
}
.pay_savecard {
    background: url(../../theme/images/pay_purse_savecard.png) 10px center no-repeat;
}
.pay_rk {
    background: url(../../theme/images/pay_purse_rk.png) 10px center no-repeat;
}
.pay_webmoney {
    background: url(../../theme/images/pay_purse_webmoney.png) 10px center no-repeat;
}
.pay_yandex {
    background: url(../../theme/images/pay_purse_yandex.png) 10px center no-repeat;
}
.wrap_history {
    width: 94%;
    margin: 0 auto;
}
.history_body {
    position: relative;
    border-bottom: 1px solid #E3E6E9;
    padding: 5px;
}
.history_img {
    width: 24px;
    height: 24px;
    display: inline-block;
    float: left;
    margin: 9px 5px 0 0;
}
.h_img_serf {
    background: url(../../theme/images/history_icon.png) center center no-repeat;
}
.history_text {
    display: inline-block;
    padding-left: 10px;
    padding-top: 5px;
    height: 32px;
    width: 300px;
}
.history_text div {
    color: #777777;
    font-size: 10px;
}
.history_del {
    position: absolute;
    width: 11px;
    height: 11px;
    background: url(../../theme/images/del.gif) 0 0 no-repeat;
    right: 10px;
    top: 20px;
    cursor: pointer;
    opacity: 0.5;
}
.history_money {
    position: absolute;
    left: 360px;
    top: 17px;
    color: #335783;
    font-weight: bold;
}
.history_del:hover {
    opacity: 1;
}
.tab_forum {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
.tab_forum th {
    background: #DDE0E5;
    color: #335783;
    font-weight: bold;
    font-size: 10px;
    padding: 3px 5px;
}
.forum_title {
    padding: 3px;
    border-bottom: 1px solid #DDE0E5;
    margin-bottom: 1px;
    font-size: 12px;
    font-weight: bold;
}
.tab_forum td {
    padding: 10px 5px;
    vertical-align: middle;
    border-bottom: 1px solid #DDE0E5;
}
.forum_last_post {
    display: block;
    padding: 8px 5px;
    text-decoration: none;
}
.forum_last_post img {
    position: relative;
    top: -2px;
}
.forum_last_post:hover {
    background: #f0f1f2;
    text-decoration: none;
}
.forum_last_post span {
    color: #777777;
    font-size: 10px;
}
.forum_last_post span, .forum_last_post div {
    display: inline-block;
    margin: 1px 0 1px 5px;
}
.forum_cat {
    border-left: 1px solid #e3e3e3;
    padding-left: 5px;
}
.forum_cat div {
    margin: 3px 0;
}
.forum_cat a {
    font-weight: bold;
}
.forum_cat span {
    color: #777777;
    font-size: 10px;
}
.forum_topic div {
    margin: 3px 0;
}
.forum_topic a {
    font-weight: bold;
}
.forum_topic span {
    color: #777777;
    font-size: 10px;
}
.navname {
    position: relative;
    border-bottom: 1px solid #E3E6E9;
    font-weight: bold;
    padding: 5px;
    width: 92%;
    margin: 0 auto;
    margin-top: 8px;
    font-size: 10px;
}
.navname_act {
    padding-left: 15px;
    background: url(../../theme/images/fr.gif) 5px center no-repeat;
}
.topic_title {
    padding-bottom: 3px;
    font-weight: bold;
}
.forum_col_mes {
    width: 65px;
    height: 16px;
    line-height: 16px;
    text-align: right;
    font-size: 10px;
    color: #335783;
    margin-top: 10px;
    background: url(../../theme/images/forum_mes.gif) left center no-repeat;
    opacity: 0.5;
}
.forum_col_mes span {
    display: inline-block;
    height: 16px;
    background: #DEE5EB;
    border-radius: 2px;
    line-height: 16px;
    padding: 0 5px;
    font-weight: bold;
}
.forum_msg {
    word-wrap: break-word;
    min-height: 70px;
	width: 400px;
}
.forum_top_panel {
    position: relative;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
}
.forum_top_panel span {
    position: absolute;
    top: 8px;
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #E3E6E9;
    border-radius: 10px;
    margin-left: 10px;
}
.forum_top_panel div {
    font-size: 10px;
    display: inline-block;
}
.bl_forum_mes {
    position: absolute;
    color: #cccccc;
    font-size: 10px;
    font-weight: bold;
    right: 10px;
    top: 1px;
}
.forum_bottom_panel {
    position: relative;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
    margin-top: 5px;
}
.forum_bottom_panel span {
    color: #777777;
}
.wrap_new_msg {
    position: relative;
    background: #f0f1f2;
    padding: 10px 10px 5px 10px;
    border-bottom: 1px solid #DDE0E5;
    border-left: 1px solid #DDE0E5;
    border-right: 1px solid #DDE0E5;
}
.msg_bot_panel {
    position: relative;
    height: 30px;
    line-height: 30px;
    text-align: right;
    clear: both;
    padding-right: 1px;
}
.forum_pre {
    right: 20px;
    top: 14px;
}
.walls_pre {
    right: 22px;
    top: 15px;
}
.walls_pol {
    position: absolute;
    top: 6px;
    right: 32px;
    opacity: 0.8;
}
.forum_cat {
    position: relative;
}
.func_forum {
    position: absolute;
    right: 5px;
    top: 2px;
    display: inline-block;
}
.forum_btn_quote {
    background: url(../../theme/images/quote.gif) center center no-repeat;
}
.forum_btn_del {
    background: url(../../theme/images/del.gif) center center no-repeat;
}
.forum_btn_block_mes {
    background: url(../../theme/images/block_forum_mes.gif) center center no-repeat;
}
.btn_forum {
    display: inline-block;
    padding: 4px 8px;
    width: 11px;
    height: 11px;
    opacity: 0.5;
}
.btn_forum:hover {
    background-color: #DEE5EB;
    border-radius: 3px;
    opacity: 1;
}
.forum_quote {
    position: relative;
    background: #f0f1f2;
    border: 1px solid #c2ccd7;
    border-radius: 2px;
    padding: 5px;
    margin-top: 30px;
}
.quote_title {
    display: inline-block;
    position: absolute;
    left: 0;
    top: -23px;
    font-weight: bold;
    color: #335783;
    font-size: 10px;
    font-weight: bold;
    opacity: 0.5;
}
.f_top_arrow {
    position: absolute;
    width: 13px;
    height: 9px;
    background: url(../../theme/images/arrow.png) center center no-repeat;
    z-index: 5;
    top: -9px;
    left: 5px;
}
.del_topic {
    display: inline-block;
    width: 11px;
    height: 11px;
    position: absolute;
    right: 3px;
    top: 3px;
    background: url(../../theme/images/del.gif) 0 0 no-repeat;
    opacity: 0.5;
}
.del_topic:hover {
    opacity: 1;
}
.close_topic {
    display: inline-block;
    width: 11px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: 3px;
    background: url(../../theme/images/close_topic.gif) 0 0 no-repeat;
    opacity: 0.5;
}
.close_topic:hover {
    opacity: 1;
}
.close_topic_c {
    display: inline-block;
    width: 11px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: 3px;
    background: url(../../theme/images/close_topic_c.gif) 0 0 no-repeat;
    opacity: 0.5;
}
.close_topic_c:hover {
    opacity: 1;
}
.wrap_news {
	/*background: url(../../theme/images/news.gif) left top no-repeat;*/
	padding-left: 5px;
}
.news_title {
	color: #335783;
	font-weight: bold;
	padding: 5px 0;
}
.news_date {
    position: relative;
	color: #777777;
	font-size: 10px;
	padding-top: 5px;
    margin-top: 10px;
}
.mess_discuss {
    position: absolute;
    right: 10px;
    bottom: -2px;
    font-weight: bold;
    background: url(../../theme/images/task_comm.gif) 5px center no-repeat;
    padding: 2px 5px;
    padding-left: 22px;
    border-radius: 2px;
    opacity: 0.5;
    /*box-shadow: 0 0 2px rgba(255,255,255,1) inset;*/
    border: 1px solid #E9EDF1;
}
.mess_discuss:hover {
    text-decoration: none;
    /*background-color: #e9edf1;*/
    opacity: 1;
}
.wrap_radio {
    position: absolute;
    top: -18px;
    width: 195px;
    left: 423px;
}
.playRadio {
    position: absolute;
    top: 15px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../theme/images/btn_play_stop_radio.png) 0 0 no-repeat;
    cursor: pointer;
}
.stopRadio {
    position: absolute;
    top: 15px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../theme/images/btn_play_stop_radio.png) 0 -21px no-repeat;
    cursor: pointer;
}
.radioName {
    color: #ffffff;
    position: absolute;
    left: 50px;
    top: 17px;
    font-size: 10px;
    font-weight: bold;
    height: 12px;
}
.sl_bg {
    position: absolute;
    top: 20px;
    right: 10px;
    background: #d8dee4;
    border-radius: 5px;
    cursor: pointer;
    width: 70px;
    height: 5px;
    display: none;
}
.sVolum {
    background: #5c7a99;
    border-radius: 5px;
    cursor: pointer;
    width: 35px;
    height: 5px;
}
.btn_radio_list {
    position: absolute;
    background: url(../../theme/images/btn_radio_list.png) center center no-repeat;
    width: 7px;
    height: 7px;
    padding: 3px;
    right: 25px;
    top: 19px;
    opacity: 0.5;
    cursor: pointer;
}
.btn_radio_list:hover {
    opacity: 1;
}
.wrap_list_radio {
    position: absolute;
    background: #ffffff;
    border: 1px solid #ADBAC7;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    width: 400px;
    z-index: 5;
    left: -85px;
    top: 57px;
    display: none;
}
.radio_arrow {
    position: absolute;
    width: 13px;
    height: 9px;
    background: url(../../theme/images/arrow_d_top.png) 0 0 no-repeat;
    top: -9px;
    left: 240px;
    z-index: 6;
}
.list_top_panel {
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #f1f1f1;
    border-bottom: 1px solid #E4E5E7
}
.playList {
    position: relative;
    height: 30px;
    line-height: 30px;
    margin: 5px 10px;
    padding-left: 10px;
}
.playList:hover {
    background: #f0f1f2;
}
.radiolike {
    position: absolute;
    display: inline-block;
    padding: 4px 8px;
    padding-left: 22px;
    left: 300px;
    top: 7px;
    height: 9px;
    line-height: 7px;
    border-radius: 2px;
    background: url(../../theme/images/like.png) 8px center no-repeat;
    font-size: 10px;
    color: #556e8c;
    font-weight: bold;
    cursor: pointer;
}
.radiolike:hover {
    background-color: #d1dce6;
}
.sPlay {
    width: 20px;
    height: 20px;
    background: url(../../theme/images/btn_play_stop_radio.png) 0 0 no-repeat;
    margin-top: 5px;
    float: left;
    cursor: pointer;
}
.sStop {
    width: 20px;
    height: 20px;
    background: url(../../theme/images/btn_play_stop_radio.png) 0 -21px no-repeat;
    margin-top: 5px;
    float: left;
    cursor: pointer;
    display: none;
}
.list_name_radio {
    width: 300px;
    margin-left: 10px;
    display: inline-block;
}
.list_name_radio {
    color: #335783;
    font-weight: bold;
    font-size: 10px;
}
.list_top_panel {
    padding-left: 10px;
    font-weight: bold;
    color: #335783;
}
.list_top_panel span {
    color: #777777;
    font-size: 10px;
    font-weight: bold;
}
.list_radio {
    height: 211px;
    overflow: auto;
    width: 400px;
}
.list_gift {
    overflow-y: auto;
    height: 273px;
    width: 270px;
    border-right: 1px solid #E4E5E7;
    float: left;
}
.big_show_gift {
    position: relative;
    height: 273px;
    width: 359px;
    background: #ffffff;
    float: right;
}
.wrap_gift_user {
    cursor: pointer;
    height: 54px;
    border-bottom: 1px solid #E4E5E7;
}
.wrap_gift_user:hover {
    background: #f0f1f2;
}
.wrap_img_gift {
    width: 48px;
    height: 48px;
    margin-top: 3px;
    margin-left: 5px;
    float: left;
}
.info_gift_user {
    width: 160px;
    margin-left: 80px;
}
.list_gift_username {
    color: #335783;
    font-weight: bold;
    display: inline-block;
    margin-top: 13px;
    font-size: 10px;
}
.list_gift_date {
    color: #777777;
    font-size: 10px;
}
.prev_big_gift {
    position: absolute;
    width: 206px;
    height: 206px;
    top: 0;
    left: 65px;
}
.comm_gift_user {
    position: absolute;
    width: 335px;
    bottom: 30px;
    left: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
}
.wrap_catalog {
    width: 94%;
    margin: 10px auto;
}
.catalog_block {
    border-left: 2px solid #E4E5E7;
    padding: 5px 0 5px 10px;
    margin: 10px 0;
}
.catalog_title {
    text-transform: uppercase;
    color: #335783;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 10px;
}
.catid_title {
    font-size: 10px;
}
.catid_title a {
    color: #777777;
    margin-right: 5px;
}
.wrap_catalog_mes {
    width: 92%;
    margin: 0 auto;
    border-bottom: 1px solid #E4E5E7;
    padding: 5px 0 2px;
}
.catalog_mes_text {
    padding: 5px 10px;
    word-wrap: break-word;
}
.catalog_mes_title {
    font-weight: bold;
    color: #335783;
    padding: 5px 10px;
}
.catalog_mes_bot_panel {
    position: relative;
    padding: 3px 5px;
    /*background: #EDEFF4;*/
    margin-top: 10px;
}
.catalog_mes_time {
    background: url("http://webid.in.ua/theme/images/timer.png") left center no-repeat;
    padding-left: 20px;
    display: inline-block;
    color: #777777;
    font-size: 10px;
    margin-right: 20px;
}
.catalog_mes_seo {
    display: inline-block;
    padding: 1px 5px;
    color: #777777;
    font-size: 10px;
    border-radius: 3px;
    margin-left: 1px;
    font-weight: bold;
}
.catalog_mes_url {
    display: inline-block;
    position: absolute;
    right: 10px;
}
.s_smile {
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(../../theme/images/smile.gif) center center no-repeat;
    opacity: 0.5;
    left: 80px;
    top: 8px;
    cursor: pointer;
}
.s_smile:hover {
    opacity: 1;
}
.wrap_smiles {
    position: absolute;
    background: #ffffff;
    width: 0;
    height: 100px;
    left: 50px;
    top: -100px;
    border: 1px solid #ADBAC7;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 2;
}
.smile_arrow_bot {
    position: absolute;
    width: 13px;
    height: 9px;
    background: url(../../theme/images/arrow_b_w.png) center center no-repeat;
    z-index: 3;
    bottom: -9px;
    left: 30px;
}
.body_smile {
    padding: 3px;
}
.img_smile {
    display: inline-block;
    padding: 1px 2px;
    cursor: pointer;
}
.img_smile:hover {
    opacity: 0.5;
}
.ref_url_link {
    margin-left: 40px;
}
.ref_url_link span {
    color: #335783;
}
.wrap_rules {
    width: 90%;
    margin: 0 auto;
}
.wrap_user_del {
    position: relative;
}
.userdelinfo {
    position: absolute;
    top: 40px;
    left: 150px;
}
.task_text {
    word-wrap: break-word;
    width: 477px;
    padding: 10px;
    color: #000000;
    background: #ffffff;
    border-bottom: 1px solid #d8dbe3;
    box-shadow: 0 0 2px rgba(237,239,244,1);
}
.task_desc {
    word-wrap: break-word;
    width: 477px;
    padding: 10px;
    color: #000000;
    background: #ffffff;
    border-bottom: 1px solid #d8dbe3;
    box-shadow: 0 0 2px rgba(237,239,244,1);
}
.task_name_title {
    width: 485px;
    margin: 0;
    background: #8ba1bc;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(180,180,180,1);
    border-bottom: 1px solid #405793;
    font-weight: bold;
    padding: 5px 6px;
}
.task_wait {
    display: inline-block;
    color: #777777;
    margin-top: 3px;
    padding: 3px 5px 3px 0;
}
.task_wait span {
    background: #DBDFE3;
    border-radius: 2px 2px 2px 2px;
    color: #335783;
    padding: 1px 6px;
    margin-left: 10px;
    font-size: 10px;
    cursor: pointer;
}
.preload_tasks {
    display: none;
    width: 36px;
    height: 6px;
    background: url(../../theme/images/preload.gif) center center no-repeat;
    margin: 10px auto;
    padding-top: 20px;
}
.send_preload_tasks {
    display: inline-block;
    width: 89px;
    height: 20px;
    background: url(../../theme/images/preload.gif) center center no-repeat;
}
.task_comm {
    background: url(../../theme/images/task_comm.gif) left center no-repeat;
    padding: 2px 4px;
    padding-left: 16px;
    color: #335783;
    cursor: pointer;
    opacity: 0.5;
}
.task_comm:hover {
    opacity: 1;
}
.wrap_comm_task {
    border-bottom: 1px solid #E3E6E9;
    padding: 10px;
    position: relative;
    clear: both;
}
.wrap_comm_text {
    font-size: 10px;
    margin-left: 50px;
    width: 355px;
    padding-right: 60px;
    word-wrap: break-word;
    position: relative;
}
.comm_user_task {
    color: #335783;
    font-size: 10px;
    font-weight: bold;
    padding-bottom: 5px;
}
.comm_bot_panel {
    padding: 5px 0;
    font-size: 10px;
    color: #777777;
}
.task_comm_bad {
    background: #fffafa;
}
.task_comm_good {
    background: #ffffff;
}
.icon_task_good {
    background: url(../../theme/images/icon_task_good.png) right center no-repeat;
}
.icon_task_bad {
    background: url(../../theme/images/icon_task_bad.png) right center no-repeat;
}
.wrap_tab_all_tasks {
    width: 100%;
    border: 0;
    margin-top: 40px;
    border-top: 1px solid #E3E6E9;
    border-bottom: 1px solid #E3E6E9;
    background: #f0f1f2;
}
.tab_all_tasks_text {
    color: #777777;
    font-size: 10px;
}
.search_title {
    padding: 3px 5px;
    margin: 5px;
    background: #f7f7f7;
    color: #6d6d6d;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
}
.search_title:hover {
    color: #ffffff;
    background: #8BA1BC;
}
.search_status {
    padding: 5px;
    margin: 5px;
    display: none;
}
.search_number, .search_url, .search_autor {
    padding: 5px;
    margin: 5px;
    display: none;
}
.profile_tasks {
    width: 100%;
    margin: 0 auto;
}
.profile_tasks table {
    width: 100%;
    border-spacing: 4px;
    border-collapse:collapse;
}
.profile_tasks table td {
    padding: 5px;
}
table.tabtasks {
    width: 100%;
}
.wrap_black_list {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #E3E6E9;
    height: 35px;
}
.del_black_list {
    position: absolute;
    right: 20px;
    top: 25px;
    background: url(../../theme/images/del.gif) center center no-repeat;
    width: 11px;
    height: 11px;
    opacity: 0.5;
}
.del_black_list:hover {
    opacity: 1;
}
.arro_up {
    position: absolute;
    background: url(../../theme/images/arrow_up.png) center center no-repeat;
    width: 24px;
    height: 24px;
    top: 14px;
    left: 175px;
    cursor: pointer;
    opacity: 0.3;
    z-index: 5;
    display: none;
}
.arro_up:hover {
    opacity: 0.5;
}
.payuser_tab {
    width: 100%;
    text-align: center;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 94%;
    margin: 20px auto;
    font-size: 10px;
}
.payuser_tab th {
    background: #DEE5EB;
    padding: 3px 5px;
    color: #335783;
}
.payuser_tab td {
    font-weight: bold;
    border-bottom: 1px solid #E3E6E9;
    padding: 5px;
    color: #777777;
}
.payments_panel {
    width: 94%;
    font-size: 10px;
    margin: 0 auto;
}
.payments_webmoney, .payments_payeer {
    display: inline-block;
    width: 163px;
    text-decoration: none;
    color: #000000;
    border: 1px solid #dae2e8;
    background: #f7f7f7;
}
.payments_webmoney:hover, .payments_payeer:hover {
    text-decoration: none;
    background: #6d8fb3;
    color: #ffffff;
    border: 1px solid #3b6798;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.payments_yandex {
    display: inline-block;
    width: 164px;
    text-decoration: none;
    color: #000000;
    border: 1px solid transparent;
    border-right: 1px solid #dae2e8;
    border-top: 1px solid #dae2e8;
    border-bottom: 1px solid #dae2e8;
    background: #f7f7f7;
}
.payments_yandex:hover {
    text-decoration: none;
    background: #6d8fb3;
    color: #ffffff;
    border: 1px solid #3b6798;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.payments_qiwi {
    display: inline-block;
    width: 163px;
    text-decoration: none;
    color: #000000;
    border: 1px solid transparent;
    border-right: 1px solid #dae2e8;
    border-top: 1px solid #dae2e8;
    border-bottom: 1px solid #dae2e8;
    background: #f7f7f7;
}
.payments_qiwi:hover {
    text-decoration: none;
    background: #6d8fb3;
    color: #ffffff;
    border: 1px solid #3b6798;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.payments_title {
    font-weight: bold;
    text-align: center;
    padding: 10px 5px 0 5px;
    font-size: 11px;
}
.payments_money {
    text-align: center;
    padding: 5px 0 10px 0;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
}
.payments_money:hover {
    color: #fff;
}
.payuser_preload {
    background: url(../../theme/images/preload.gif) center center no-repeat;
}
.tabpayments {
    width: 94%;
    margin: 0 auto;
    border-collapse: separate;
    border: 1px solid #adbac7;
    border-bottom: 2px solid #adbac7;
    border-spacing: 0;
    margin-top: 10px;
}
.tabpayments th {
    padding: 5px;
    background: #f6f7f9;
    border-left: 1px solid #e1e4ea;
    color: #335783;
    border-bottom: 1px solid #e1e4ea;
}
.tabpayments th:first-child {
    border-left: 0;
}
.tabpayments td {
    padding: 5px;
    border-bottom: 1px solid #E3E6E9;
    border-left: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    background: #ffffff;
}
.tabpayments td:first-child {
    border-left: 0;
}
.tabpayments tr:last-child td {
    border-bottom: 0;
}
.show_online {
    position: fixed;
    display: inline-block;
    top: 50%;
    left: 0;
    background: #ffffff;
    padding: 5px;
    border: 1px solid #E3E6E9;
    z-index: 5;
    color: #335783;
    font-size: 12px;
}
.referals_online {
    width: 200px;
    text-align: left;
    padding: 0 4px;
}
.ref_online_link  {
    display: inline-block;
    width: 60px;
    text-decoration: none;
    color: #335783;
    font-size: 10px;
    text-align: center;
    word-wrap: break-word;
    margin: 0 2px 10px;
}
.ref_online_link:hover {
    text-decoration: none;
}
.stat_left {
    margin: 0 5px;
    padding: 10px 0;
    text-align: center;
    color: #777777;
    border-bottom: 1px solid #E3E6E9;
}
.stat_left div {
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}
.biznes_left_user {
    font-weight: bold;
    padding: 5px;
    font-size: 10px;
}
.films_top_menu_category {
    position: absolute;
    top: -2px;
    left: -10px;
}
.films_top_menu_category ul li {
    display: block;
    float: left;
    margin: 2px 25px;
    width: 100px;
}
.films_top_menu_category ul li:hover {
    background: #597DA3;
    color: #ffffff;
    border-radius: 2px;
}
.films_top_menu_category ul li a {
    display: block;
    text-decoration: none;
    color: #335783;
    padding: 3px 5px;
}
.films_top_menu_category ul li a:hover {
    text-decoration: none;
    color: #ffffff;
}
.a_genre {
    display: inline-block;
    margin-right: 5px;
}
.reyting_kinopoisk {
    position: relative;
    padding: 5px;
    text-align: left;
    padding-left: 25px;
    background: url(../../theme/images/ref_bonus.png) 5px center no-repeat;
}
.reyting_kinopoisk span {
    position: absolute;
    right: 5px;
    color: #335783;
    font-weight: bold;
}
.kino_view {
    position: relative;
    padding: 5px;
    text-align: left;
    padding-left: 25px;
    background: url(../../theme/images/img_view.png) 5px center no-repeat;
}
.kino_view span {
    position: absolute;
    right: 5px;
    color: #335783;
    font-weight: bold;
}
.wrap_view_films {
    text-align: center;
    margin: 5px 0;
}
.view_films {
    display: block;
    padding: 5px;
    font-weight: bold;
    text-decoration: none;
    color: #335783;
    background: #f0f1f2;
}
.view_films:hover {
    text-decoration: none;
    background: #d4d9dd;
}
.films_title {
    font-weight: bold;
    color: #335783;
    padding: 5px 10px;
}
.wrap_dateup_films {
    text-align: center;
}
.wrap_dateup_films a {
    display: inline-block;
    height: 220px;
    position: relative;
    margin: 3px 5px;
    text-decoration: none;
}
.wrap_dateup_films a:hover {
    text-decoration: none;
}
.prev_about_films {
    display: none;
    position: absolute;
    width: 140px;
    height: 210px;
    background: #000000 url(../../theme/images/img_play_films.png) center center no-repeat;
    top: 2px;
    left: 2px;
    z-index: 5;
    color: #e6e9ed;
    font-size: 10px;
    text-align: left;
    padding: 5px;
    opacity: 0.7;
}
.films_info {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    background: url(../../theme/images/icon_info_films.png) center center no-repeat;
}
.add_films_comment {
    width: 400px;
    margin: 20px auto;
    text-align: right;
}
.wrap_add_films_comment {
    background: #f0f1f2;
    padding: 10px 0 0;
    border-bottom: 1px solid #C0CAD5;
    border-top: 1px solid #C0CAD5;
}
.images_site {
    text-align: center;
}
.img_site {
    margin: 0 10px;
    cursor: pointer;
    padding: 5px;
    border: 1px solid #DAE1E8;
}
.img_site:hover {
    border: 1px solid #a0adbb;
}
.s_status {
    font-size: 10px;
    font-weight: bold;
    padding: 5px 0 0;
}
.knob {
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    width: 0;
    height: 0;
    border: 0;
    font-family: Tahoma;
}
.knob_act, .knob_online {
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    width: 0;
    height: 0;
    border: 0;
    font-family: Tahoma;
}
.stat_ref_reg {
    display: inline-block;
    cursor: pointer;
    width: 11px;
    height: 11px;
    margin-left: 10px;
    opacity: 0.5;
}
.stat_ref_reg:hover {
    opacity: 1;
}

.adblock_before_video {
	background: black;
    width: 480px;
    margin: 0 auto;
    padding: 10px;
}
#video_block {
	height: 400px;
	overflow: hidden;
    width: 500px;
    margin: 0 auto;
}
.bone_img {
    display: block;
    position: absolute;
    opacity: 0.7;
}
.bn1 {
    left: 20px;
    top: 80px;
}
.bn2 {
    left: 84px;
    top: 144px;
}
.bone_body:first-child {
    border-top: 1px solid #f1f1f1;
}
.bone_body {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
}
.bone_body:hover {
    background: #f7f7f7;
}
.bone_username {
    position: absolute;
    left: 80px;
    top: 20px;
    color: #777777;
    font-weight: bold;
    font-size: 10px;
}
.bone_price {
    position: absolute;
    left: 350px;
    top: 22px;
    color: #335783;
    font-weight: bold;
}
.bone_no_play {
    position: absolute;
    right: 10px;
    top: 20px;
    color: #bf8080;
    font-weight: bold;
    font-size: 10px;
}
.bone_play {
    position: absolute;
    right: 10px;
    top: 14px;
}
.bone_craps_h {
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
}
.bone_craps_link img {
    border-radius: 4px;
    margin-bottom: 3px;
}
.bone_craps_link div {
    font-weight: normal;
}
.bone_craps_link {
    display: inline-block;
    width: 150px;
    height: 120px;
    text-align: left;
    color: #335783;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    margin: 10px 5px;
}
.bone_craps_link:hover {
    text-decoration: none;
}
.bone_stol1 {
    position: relative;
    width: 500px;
    height: 300px;
    background: url(../../theme/images/bone/stol1.jpg) center center no-repeat;
}
.bone_stol2 {
    position: relative;
    width: 600px;
    height: 300px;
    background: url(../../theme/images/bone/stol2.jpg) center center no-repeat;
}
.bone_stavka {
    position: absolute;
    background: transparent;
    border: 0;
    right: 32px;
    bottom: 50px;
    color: #f0f479;
    font-weight: bold;
    width: 100px;
}
.bone_avatar {
    display: block;
    position: absolute;
    top: 36px;
    right: 32px;
}
.bone_play_avatar_user1 {
    display: block;
    position: absolute;
    top: 36px;
    left: 58px;
}
.bone_play_avatar_user2 {
    display: block;
    position: absolute;
    top: 36px;
    right: 59px;
}
.bone_play_username1 {
    position: absolute;
    width: 200px;
    text-align: center;
    color: #f0f479;
    font-weight: bold;
    top: 10px;
    left: 8px;
}
.bone_play_username2 {
    position: absolute;
    width: 200px;
    text-align: center;
    color: #f0f479;
    font-weight: bold;
    top: 10px;
    right: 9px;
}
#bone_n1 {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 35px;
}
#bone_n2 {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 119px;
}
#bone_n3 {
    display: block;
    position: absolute;
    bottom: 40px;
    right: 120px;
}
#bone_n4 {
    display: block;
    position: absolute;
    bottom: 40px;
    right: 36px;
}
.bj_stol1 {
    position: relative;
    width: 500px;
    height: 380px;
    background: url(../../theme/images/point21/stol1.jpg) center center no-repeat;
}
.bj_avatar {
    position: absolute;
    display: block;
    bottom: 15px;
    left: 199px;
}
.bj_stavka {
    background: transparent;
    border: 0;
    position: absolute;
    right: 31px;
    bottom: 94px;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    font-family: Verdana;
    width: 50px;
    border-bottom: 1px solid #ffffff;
}
.btn_start_bj {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 28px;
    bottom: 32px;
    border-radius: 50px;
    border: 4px solid #ffffff;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    font-size: 10px;
    color: #ffffff;
    opacity: 0.4;
    cursor: pointer;
}
.btn_start_bj:hover {
    opacity: 0.8;
}
.preload_bj {
    display: none;
    position: absolute;
    background: url(../../theme/images/preload.gif) center center no-repeat;
    width: 500px;
    height: 20px;
    left: 0;
    bottom: 145px;
    text-align: center;
}
.info_bj {
    display: none;
    position: absolute;
    width: 500px;
    height: 20px;
    left: 0;
    bottom: 155px;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
}
.bj_cards {
    position: absolute;
    width: 480px;
    left: 0;
    top: 5px;
    padding: 10px;
    min-height: 100px;
    text-align: center;
}
.bj_cards img {
    margin: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,0.7);
}
.bj_points {
    position: absolute;
    width: 500px;
    text-align: center;
    left: 0;
    bottom: 130px;
    font-weight: bold;
    font-size: 14px;
}
.bj_points span {
    color: #f5d607;
}
.bj_more {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    color: #6baa19;
    border: 3px solid #6baa19;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
    opacity: 0.6;
    left: 45px;
    bottom: 90px;
}
.bj_more:hover {
    opacity: 1;
}
.bj_stop {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    color: #aa1919;
    border: 3px solid #aa1919;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
    opacity: 0.6;
    left: 15px;
    bottom: 30px;
}
.bj_stop:hover {
    opacity: 1;
}
.chip_bj {
    position: absolute;
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.ch1 {
    background: url(../../theme/images/point21/ch1.png) center center no-repeat;
    right: 84px;
    bottom: 55px;
}
.ch2 {
    background: url(../../theme/images/point21/ch2.png) center center no-repeat;
    right: 48px;
    bottom: 55px;
}
.ch3 {
    background: url(../../theme/images/point21/ch3.png) center center no-repeat;
    right: 12px;
    bottom: 55px;
}
.ch4 {
    background: url(../../theme/images/point21/ch4.png) center center no-repeat;
    right: 65px;
    bottom: 15px;
}
.ch5 {
    background: url(../../theme/images/point21/ch5.png) center center no-repeat;
    right: 30px;
    bottom: 15px;
}
.bj_stol2 {
    position: relative;
    width: 700px;
    height: 380px;
    background: url(../../theme/images/point21/stol2.jpg) center center no-repeat;
}
.play_bj_avatar1 {
    position: absolute;
    display: block;
    left: 39px;
    bottom: 33px;
}
.play_bj_avatar2 {
    position: absolute;
    display: block;
    right: 38px;
    top: 36px;
}
.play_bj_user1 {
    position: absolute;
    width: 120px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    left: 28px;
    bottom: 8px;
}
.play_bj_user2 {
    position: absolute;
    width: 120px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    right: 28px;
    top: 8px;
}
.play_bj_card2 {
    position: absolute;
    width: 400px;
    height: 102px;
    left: 75px;
    top: 35px;
}
.play_bj_card1 {
    position: absolute;
    width: 400px;
    height: 102px;
    right: 75px;
    bottom: 31px;
}
.play_bj_card1 img, .play_bj_card2 img {
    margin: 0 5px;
    box-shadow: 0 0 3px rgba(0,0,0,0.7);
}
.play_bj_start {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 3px solid #ffffff;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    font-weight: bold;
    font-size: 10px;
    color: #ffffff;
    background: #333333;
    opacity: 0.5;
    top: 157px;
    left: 300px;
}
.play_bj_start:hover {
    opacity: 0.8;
}
.play_bj_more {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    color: #6baa19;
    border: 3px solid #6baa19;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
    opacity: 0.6;
    top: 170px;
    right: 100px;
}
.play_bj_more:hover {
    opacity: 1;
}
.play_bj_stop {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    color: #aa1919;
    border: 3px solid #aa1919;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
    opacity: 0.6;
    top: 170px;
    right: 30px;
}
.play_bj_stop:hover {
    opacity: 1;
}
.play_points1 {
    position: absolute;
    width: 120px;
    text-align: center;
    color: #f0e314;
    font-weight: bold;
    font-size: 12px;
    left: 30px;
    bottom: 150px;
}
.play_points2 {
    position: absolute;
    width: 120px;
    text-align: center;
    color: #f0e314;
    font-weight: bold;
    font-size: 12px;
    right: 28px;
    top: 152px;
}
.play_bj_timer {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 3px solid #ffffff;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    font-weight: bold;
    font-size: 30px;
    color: #ffffff;
    background: #333333;
    opacity: 0.8;
    top: 157px;
    left: 300px;
    display: none;
}
.topuser10 {
    font-weight: normal;
    font-size: 10px;
    width: 96%;
    text-align: left;
    margin: 0 auto;
    border: 0;
}
.topuser10 th {
    border-bottom: 1px solid #f1f1f1;
}
.topuser10 td {
    color: #777777;
    border-bottom: 1px dotted #E3E6E9;
}
.topuser10 .top_t3 {
    text-align: center;
}
.wrapbattleip {
    position: relative;
    width: 94%;
    margin: 0 auto;
}
.bip_line_bg {
    position: relative;
    width: 80px;
    height: 20px;
    background: #f1f1f1;
    margin: 0 auto;
}
.bip_line {
    background: #dee5eb;
    width: 0;
    height: 20px;
}
.bip_proc {
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    color: #335783;
    width: 80px;
    height: 20px;
    line-height: 20px;
}
.bbcode_panel {
    position: absolute;
    background: #f1f1f1;
    padding: 5px 10px;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    border-bottom: 1px solid #e3e3e3;
}
.bbcode_forum {
    left: 84px;
    top: 12px;
    width: 380px;
}
/*Opera*/
noindex:-o-prefocus,.bbcode_forum {
    left: 83px;
    top: 11px;
    width: 380px;
}
/*----*/
.bbcode_topic {
    left: 1px;
    top: 2px;
    width: 408px;
}
.bbcode_panel span {
    color: #335783;
    padding: 2px 10px;
    cursor: pointer;
    border-radius: 2px;
    font-weight: bold;
}
.bbcode_panel span:hover {
    background-color: #dee5eb;
}
.bb_quotet {
    background: url(../../theme/images/forum/qoute_bbcode.png) center center no-repeat;
}
.prev_bbcode {
    background: url(../../theme/images/forum/prev_bbcode.png) center center no-repeat;
}
.quotet {
    padding: 5px;
    background: #F0F1F2;
    border: 1px solid #E3E6E9;
    color: #335783;
    margin: 5px 0;
}
#allmsgforum {
    position: absolute;
    right: 10px;
    font-weight: bold;
    font-size: 10px;
    color: #777777;
    top: 5px;
}
.teaser_img_reclama {
    position: relative;
    width: 488px;
    height: 150px;
    margin: 0 auto;
    background: url(../../theme/images/tline/webrec.png) left center no-repeat;
}
.teaser_img_webmaster {
    position: relative;
    width: 488px;
    height: 150px;
    margin: 0 auto;
    background: url(../../theme/images/tline/webmaster.png) left center no-repeat;
}
.show_geo {
    background: #ffffff;
    width: 250px;
    border: 1px solid #C0CAD5;
    padding: 5px;
    margin-top: 3px;
    outline: 2px solid #f2f2f2;
}
.table_geo_addtext tr td label {
    position: relative;
    top: -3px;
}
.teaser_wrap_area {
    margin-top: 20px;
}
.teaser_wrap_area table {
    width: 100%;
    border-collapse:collapse;
}
.teaser_wrap_area table tr td {
    padding: 5px;
    border-bottom: 1px solid #d5dade;
}
.teaser_wrap_area table:first-child tr td {
    border-top: 1px solid #d5dade;
}
.t_area_title {
    color: #335783;
}
.t_area_url {
    color: #777777;
    font-size: 10px;
}
.t_notify {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    font-size: 10px;
}
.t_order_wait {
    color: #d49244;
}
.t_order_no {
    color: #d44444;
}
.areaedit {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 20px;
    width: 11px;
    height: 11px;
    background: url(../../theme/images/edit.gif) 0 0 no-repeat;
    opacity: 0.3;
    margin-left: 10px;
}
.areaedit:hover {
    opacity: 1;
}
.areadel {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 11px;
    height: 11px;
    background: url(../../theme/images/del.gif) 0 0 no-repeat;
    opacity: 0.3;
    margin-left: 10px;
}
.areadel:hover {
    opacity: 1;
}
.tw_code {
    cursor: pointer;
    background: #E9EDF1;
    padding: 2px 6px;
    color: #777777;
    border-radius: 2px;
    margin-left: 20px;
    position: absolute;
    right: 70px;
}
.tw_code:hover {
    color: #ffffff;
    color: #335783;
}
.tableteaserinfo {
    width: 94%;
    margin: 0 auto;
    border: 1px solid #d6d9e0;
    text-align: right;
    padding: 0;
    border-spacing: 0;
    margin-top: 20px;
}
.tableteaserinfo tr th {
    background: #e4e9ef;
    padding: 5px 10px;
    color: #586875;
    border-left: 1px solid #edf2f6;
    border-right: 1px solid #d3dae0;
    border-bottom: 1px solid #d6d9e0;
}
.tableteaserinfo tr th:first-child {
    text-align: left;
    border-left: 0;
}
.tableteaserinfo tr th:last-child {
    border-right: 0;
}
.tableteaserinfo tr td {
    border-bottom: 1px solid #d6dadd;
    padding: 5px 10px;
    color: #000000;
}
.tableteaserinfo tr td:first-child {
    text-align: left;
    color: #586875;
}
.tableteaserinfo tr:last-child td {
    background: #f6f7f9;
    border-bottom: 0;
}
.imgtstat {
    width: 11px;
    height: 11px;
    background: url(../../theme/images/stat_ref_reg.png) center center no-repeat;
    position: absolute;
    cursor: pointer;
    left: 100px;
    display: inline-block;
    opacity: 0.5;
}
.imgtstat:hover {
    opacity: 1;
}
.groupip {
    display: inline-block;
    padding: 5px;
    cursor: help;
}
.groupip:hover {
    opacity: 0.5;
}
.groupip img {
    position: relative;
    top: 1px;
}
.statipinfo {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #d6dadd;
    color: #777777;
}
.statcountryinfo {
    position: absolute;
    left: 175px;
    color: #335783;
}
.stataddressinfo {
    position: absolute;
    right: 10px;
}
.thimbles_stol1 {
    width: 500px;
    height: 300px;
    position: relative;
    background: url(../../theme/images/thimbles/stol1.jpg) center center no-repeat;
}
.thimbles_stol2 {
    position: relative;
    background: url(../../theme/images/thimbles/stol1.jpg);
}
.thimbles_show_avatar {
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: 10px;
    left: 200px;
    padding: 2px;
    border: 2px solid #E9EDF1;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0,0,0,0.7);
}
.thimbles_avatar {
    width: 100px;
    height: 100px;
    padding: 2px;
    border: 2px solid #E9EDF1;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0,0,0,0.7);
}
.ths {
    position: relative;
    width: 162px;
    height: 120px;
    text-align: center;
}
.thsimg {
    margin-top: 38px;
}
.ths_ball {
    position: absolute;
    bottom: 0;
    left: 62px;
    cursor: pointer;
}
.btn_start_ths {
    position: absolute;
    width: 60px;
    height: 60px;
    right: 60px;
    bottom: 32px;
    border-radius: 50px;
    border: 4px solid #ffffff;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    font-size: 10px;
    color: #ffffff;
    opacity: 0.4;
    cursor: pointer;
}
.btn_start_ths:hover {
    opacity: 0.8;
}
.ths_title_stavka {
    position: absolute;
    bottom: 80px;
    left: 75px;
    font-weight: bold;
    color: #ebebeb;
    display: inline-block;
    opacity: 0.4;
}
.ths_price {
    display: block;
    padding: 5px;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    width: 40px;
    background: transparent;
    border: 0;
    position: absolute;
    bottom: 40px;
    left: 70px;
    border-bottom: 2px solid #ffffff;
    text-align: center;
    opacity: 0.7;
}
.ths_stavka_up {
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #ffffff;
    opacity: 0.7;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    bottom: 55px;
    left: 130px;
}
.ths_stavka_up:hover {
    opacity: 1;
}
.ths_stavka_down {
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid #ffffff;
    opacity: 0.7;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    bottom: 45px;
    left: 130px;
}
.ths_stavka_down:hover {
    opacity: 1;
}
.ths_preload {
    position: absolute;
    height: 18px;
    width: 500px;
    top: 145px;
    background: url(../../theme/images/preload.gif) center center no-repeat;
}
.ths_new_info {
    position: absolute;
    width: 500px;
    top: 145px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #F9F6E7;
    text-shadow: 1px 0 0px rgba(0,0,0,0.6);
}
.ths_username {
    font-weight: bold;
    padding: 5px;
    color: #ffffff;
}
.thsp {
    text-align: center;
    height: 82px;
    width: 195px;
}
.ths_infop {
    padding: 5px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #F9F6E7;
    text-shadow: 1px 0 0px rgba(0,0,0,0.6);
}
.thsimgp {
    cursor: pointer;
}
.thsimgp:hover {
    opacity: 0.7;
}
.sapernovatab {
    width: 320px;
    height: 260px;
    border: 1px solid #DDE0E5;
    border-collapse: collapse;
    margin: 0 auto;
}
.sapernovatab tr td {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #DDE0E5;
    background: #ffffff;
}
.sapernovatab tr td.tabbtn {
    padding: 5px;
}
.sappertabinfo {
    position: absolute;
    border-collapse: collapse;
    left: 56px;
    border: 1px solid transparent;
}
.sappertabinfo tr td {
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    font-weight: bold;
}
.sappertabinfo2 {
    position: absolute;
    border-collapse: collapse;
    left: 435px;
    border: 1px solid transparent;
}
.sappertabinfo2 tr td {
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    font-weight: bold;
}
.sapperclick {
    display: block;
    width: 36px;
    height: 27px;
    background: url(../../theme/images/sappernova/clock.png) center center no-repeat;
    opacity: 0.1;
}
.sapperclick:hover {
    opacity: 0.7;
}
.sappernovabomb {
    display: block;
    width: 36px;
    height: 27px;
    background: url(../../theme/images/sappernova/bomb.png) center center no-repeat;
}
.sappernovaok {
    display: block;
    width: 36px;
    height: 27px;
    background: url(../../theme/images/sappernova/sapok.png) center center no-repeat;
}
.tabletopsappernova tr:last-child td, .tableteaserstatistic tr:last-child td {
    background: transparent;
    border-bottom: 0;
}
.knb_stol1 {
    position: relative;
    height: 400px;
}
#knb_k {
    position: absolute;
    top: 57px;
    left: 117px;
    opacity: 0.7;
    cursor: pointer;
}
#knb_n {
    position: absolute;
    top: 76px;
    left: 275px;
    opacity: 0.7;
    cursor: pointer;
}
#knb_b {
    position: absolute;
    top: 172px;
    left: 115px;
    opacity: 0.7;
    cursor: pointer;
}
.knb_name {
    position: absolute;
    display: inline-block;
    top: 190px;
    left: 217px;
    font-size: 30px;
    font-weight: 600;
}
.knb_info_text {
    position: absolute;
    text-align: center;
    bottom: 10px;
    width: 500px;
}
.kbv_stvka {
    position: absolute;
    width: 500px;
    text-align: center;
    top: 10px;
}
.wrap_wallsref {
    position: relative;
    float: left;
    margin: 8px;
    width: 220px;
    border: 1px solid #DDE0E5;
    padding: 5px;
    font-size: 10px;
    background: #ffffff;
}
.addwallsreferer {
    position: absolute;
    display: block;
    cursor: pointer;
    width: 11px;
    height: 11px;
    right: 15px;
    top: 24px;
    opacity: 0.7;
}
.addwallsreferer:hover {
    opacity: 1;
}
.btn_panel_walls_ref {
    position: absolute;
    display: inline-block;
    right: 10px;
    top: 10px;
}
.btn_panel_walls_ref img {
    cursor: pointer;
    margin: 0 2px;
    opacity: 0.7;
}
.btn_panel_walls_ref img:hover {
    opacity: 1;
}
.btn_rb_panel {
    text-align: center;
    margin: 10px;
}
.rb_img {
    width: 476px;
    margin: 0 auto;
    min-height: 130px;
    padding: 10px;
    border-left: 1px solid #DDE0E5;
    border-right: 1px solid #DDE0E5;
    border-top: 1px solid #DDE0E5;
}
.red_btn_rb {
    background: none repeat scroll 0 0 #A96868;
    border: 1px solid #8B3434;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    color: #F1F1F1;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    outline: 2px solid #F2F2F2;
    padding: 1px 8px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.red_btn_rb:hover {
    background: #c18080;
    border: 1px solid #aa5151;
    color: #ffffff;
}
.black_btn_rb {
    background: none repeat scroll 0 0 #555555;
    border: 1px solid #333333;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    color: #F1F1F1;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    outline: 2px solid #F2F2F2;
    padding: 1px 8px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.black_btn_rb:hover {
    background: #666666;
    border: 1px solid #555555;
    color: #ffffff;
}
.rb_r {
    width: 90px;
    height: 110px;
    display: inline-block;
    margin: 5px;
    background: #A96868 url(../../theme/images/rb/logo.png) center center no-repeat;
    border: 1px solid #8B3434;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}
.rb_b {
    width: 90px;
    height: 110px;
    display: inline-block;
    margin: 5px;
    background: #555555 url(../../theme/images/rb/logo.png) center center no-repeat;
    border: 1px solid #333333;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}
.rb_img {
    text-align: center;
}
.infoSavingsCards {
    position: relative;
    font-size: 10px;
    display: inline-block;
    font-weight: bold;
    color: #AF0032;
    cursor: help;
    margin: 0;
    padding: 0 3px;
}
.konkurs_priz_text {
    color: #335783;
    font-size: 10px;
}
.konkur_result_img {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(../../theme/images/konkurs_result.gif) center center no-repeat;
    position: relative;
    top: 2px;
}
.text_title a:hover {
    text-decoration: none;
}

.footer {
    clear: both;
    height: 100px;
    width: 950px;
    margin: 0 auto;
    position: relative;
}
.copyright {
    color: #777777;
    display: inline-block;
    padding-top: 48px;
    padding-left: 10px;
}
.footer_menu {
    list-style: none;
    margin: 0;
    padding: 0;
	margin-top: -6px;
}
.copy {
    color: #999999;
}
.footer_menu li {
    display: inline-block;
    padding: 0 5px;
    border-left: 1px solid #c3c3c3;
    font-weight: bold;
    font-size: 10px;
}
.footer_menu li:first-child {
    border-left: 0;
}
.footer_menu li a {
    color: #666666;
}
.footer_menu li a:hover {
    text-decoration: none;
    color: #335783;
}
.footer_panel_img {
    position: absolute;
    right: 15px;
    top: 16px;
    height: 31px;
}
.webmoney_atestat {
    display: inline-block;
    width: 88px;
    height: 31px;
    opacity: 0.2;
    padding: 1px;
    border: 1px solid #2486CC;
    background: url(../../theme/images/webmoney.png) center center no-repeat;
}
.webmoney_atestat:hover {
    opacity: 0.5;
}
.megastok {
    display: inline-block;
    width: 88px;
    height: 31px;
    opacity: 0.2;
    padding: 1px;
    border: 1px solid #2486CC;
    background: url(../../theme/images/megastok.png) center center no-repeat;
}
.megastok:hover {
    opacity: 0.5;
}
.robokassa {
    display: inline-block;
    width: 88px;
    height: 31px;
    opacity: 0.2;
    padding: 1px;
    border: 1px solid #2486CC;
    background: url(../../theme/images/robokassa.png) center center no-repeat;
}
.robokassa:hover {
    opacity: 0.5;
}
.liveinternet {
    position: relative;
    top: -2px;
    display: inline-block;
    padding: 1px;
    width: 88px;
    height: 31px;
    opacity: 0.2;
    border: 1px solid #2486CC;
}
.liveinternet:hover {
    opacity: 0.5;
}


/*---Админка---*/
.wrap_admin_panel {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 5;
    display: inline-block;
    padding: 2px 1px;
    background-color: #ffffff;
    box-shadow: 0 0 2px rgba(0,0,0,0.4);
}
.adm_home_link {
    background: url(../../theme/images/admin/home.png) center center no-repeat;
}
.adm_setm_link {
    background: url(../../theme/images/admin/setmoney.png) center center no-repeat;
}
.adm_set_link {
    background: url(../../theme/images/admin/setting.png) center center no-repeat;
}
.adm_user {
    background: url(../../theme/images/admin/users.png) center center no-repeat;
}
.adm_payuser {
    background: url(../../theme/images/admin/payuser.png) center center no-repeat;
}
.adm_addfilms {
    background: url(../../theme/images/admin/films.png) center center no-repeat;
}
.adm_addarearec {
    background: url(../../theme/images/admin/area_r.png) center center no-repeat;
}
.adm_adddistribution {
    background: url(../../theme/images/admin/distribution.png) center center no-repeat;
}
.adm_blocksite {
    background: url(../../theme/images/admin/blocksite.png) center center no-repeat;
}
.adm_konkurs {
    background: url(../../theme/images/admin/konkurs.png) center center no-repeat;
}
.adm_menu_link {
    display: block;
    padding: 5px;
    height: 24px;
    width: 24px;
    opacity: 0.5;
    border-right: 2px solid #6b8db1;
    margin-top: 1px;
}
.adm_menu_link:hover {
    opacity: 1;
}
span#siteoff {
    top: 3px;
}

span#siteoff {
    top: 3px;
}
.admlistfils {
position: relative;
padding: 10px;
border-bottom: 1px solid #e3e6e9;
color: #3b5998;
font-weight: bold;
}
.admbottompanelfilms {
color: #333333;
font-weight: normal;
}
.admbottompanelfilms span {
margin: 0 2px;
color: #777777;
font-weight: normal;
}
.delfilms {
position: absolute;
right: 15px;
top: 20px;
cursor: pointer;
}
.editfilms {
position: absolute;
right: 40px;
top: 20px;
cursor: pointer;
}

.payments_basket {
    display: inline-block;
    width: 246px;
    text-decoration: none;
    color: #000000;
    border: 1px solid #dae2e8;
    background: #f7f7f7;
}
.payments_basket:hover {
    text-decoration: none;
    background: #6d8fb3;
    color: #ffffff;
    border: 1px solid #3b6798;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.payments_rabohiy {
    display: inline-block;
    width: 246px;
    text-decoration: none;
    color: #000000;
    border: 1px solid transparent;
    border-right: 1px solid #dae2e8;
    border-top: 1px solid #dae2e8;
    border-bottom: 1px solid #dae2e8;
    background: #f7f7f7;
}
.payments_rabohiy:hover {
    text-decoration: none;
    background: #6d8fb3;
    color: #ffffff;
    border: 1px solid #3b6798;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

/*///////////////Доска почета////////////////*/
.board_stat_block {
	padding: 8px;
	background: #ffffff;
	border: 1px solid #E4E5E7;
	margin: 0 19px;
}

.board_stat_td {
	color: #335783;
}

.board_stat_tdp {
	padding-right: 7px;
}

.board_stat_tds {
	color: #c0c0c0;
	padding-left: 175px;

}

.board_stat_tdw {
	width: 30px;
}

.board_stat_tdt {
	text-align: left;
}

.board_stat_tdc {
	text-align: center;
	width: 80px;
}

.board_stat_divc {
	padding: 20px;
	margin-top: -15px;
}

.board_stat_tdj {
	text-align: center;
}

.board_stat_tdl {
	text-align: left;
}

.board_stat_tdn {
	text-align: center;
	font-weight: bold;
}

.board_block_divp {
	padding: 5px;
}

.board_block_img {

}

.btn_board_a {
    position: absolute;
    display: inline-block;
    color: #7891a7;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    background: #f2f2f2;
    height: 16px;
    padding: 2px 7px;
    border: 1px solid #C0CAD5;
    cursor: pointer;
    box-shadow: 0 0 1px rgba(255,255,255,1) inset;
	margin-top: 3px;
	margin-left: 2px;
}
.btn_board_a:hover {
    color: #335783;
}

.btn_board_b {
    position: absolute;
    display: inline-block;
    color: #F08080;
    font-weight: bold;
    font-size: 10px;
    text-align: right;
    background: #FFF0F5;
    height: 16px;
    padding: 2px 7px;
    border: 1px solid #F5A9A9; /*F6CECE*/
    cursor: pointer;
    box-shadow: 0 0 1px rgba(255,255,255,1) inset;
	margin-top: 3px;
	margin-left: 89px;
}
.btn_board_b:hover {
    color: #CD5C5C;
}

.valtext_board {
    position: absolute;
	top: 3px;
	left: 3px;
	background: #556E8C;
	color: #ffffff;
	height: 20px;
	line-height: 20px;
	padding: 0 11px;
	font-size: 10px;
	font-weight: bold;
	min-width: 35px;
	margin-top: -2px;
	margin-left: -2px;
}

.board_ref {
	padding-bottom: 3px;
	font-weight: normal;
	color: #335783;
    background: #e9edf1;
}

.board_otp {
	border-top: 1px solid #E4E5E7;
	margin-top: 5px;
	background: #ffffff;
}

.board_fon {
	background: #ffffff;
}

.board_text_king {
	text-align: right;
	margin-right: 20px;
	margin-bottom: -25px;
	margin-top: 31px;
}

.board_text_z {
	color: #335783;
	text-align: left;
	margin-left: 8px;
	margin-top: 1px;
}

.board_text_bank {
	color: #335783;
	text-align: left;
	margin-left: 7px;
	margin-bottom: -37px;
	font-size: 14px;
}

.board_margin_top {
	margin-top: -15px;
}

.board_time_graphip_div {
	margin-left: -67px;
	margin-top: 47px;
}

.board_text_bet {
	color: #335783;
	text-align: right;
	margin-top: -60px;
	margin-bottom: -5px;
	margin-right: 7px;
}

.board_text_bet_val {
	color: #335783;
	text-align: left;
	margin-left: 143px;
	margin-bottom: 3px;
	font-size: 14px;
}

.board_lice_div {
	text-align: left;
	margin-left: 144px;
	margin-bottom: -1px;
	color: #84a2c6;
	font-size: 10px;
}

.board_lice_margin {
	margin-left: 17px;
}

.board_ref_div {
	text-align: left;
	margin-left: 144px;
	margin-bottom: 25px;
	color: #84a2c6;
	font-size: 10px;
}

.board_end_div {
	border-bottom: 1px solid #CDCFD4;
	background: #ffffff;
	margin-top: 20px;
}

.text_board {
    position: relative;
    font-weight: bold;
    width: 92%;
    margin: 5px auto;
    color: #335783;
    padding: 5px;
    text-align: center;
}

.pay_rk {
    background: url(../../theme/images/pay_purse_rk.png) 10px center no-repeat;
}

.robokassa {
    display: inline-block;
    width: 88px;
    height: 31px;
    opacity: 0.2;
    padding: 1px;
    border: 1px solid #2486CC;
    background: url(../../theme/images/robokassa.png) center center no-repeat;
}
.robokassa:hover {
    opacity: 0.5;
}

.onlinecss {
    margin-left: -497px;
    text-align: center;
	margin-top: 15px;
	margin-bottom: -28px;
    font-family: "Comic Sans MS","Monaco CY",cursive;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}