@font-face {
	font-family: "ProximaNova";
	src: url("fonts/ProximaNova-Bold.woff") format('woff');
	font-weight: bold;
}
@font-face {
	font-family: "ProximaNova";
	src: url("fonts/ProximaNova-Regular.woff") format('woff');
	font-weight: normal;
}

html,body{
	margin:0;
	min-width:476px;
	font-family: ProximaNova, arial;
	font-size:15px;
}
html{
	/*background:url('../images/fon3.jpg') repeat-y fixed #FFFFFF;*/
	background-color:#000;
	-webkit-text-size-adjust: none;
}
* {
	scrollbar-width: thin;
	scrollbar-color: #131722 #535b66;
}
*::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
*::-webkit-scrollbar-track {
	background: #131722;        /* цвет дорожки */
}
*::-webkit-scrollbar-thumb {
	background-color:#535b66;  /* padding вокруг плашки */
}

a{
	text-decoration:none;
	color:#fff;
}
a:hover{
	text-decoration:underline;
	color:#fff
}
h2{
	font-weight:normal;
	border-bottom: 1px solid #50555d;
    font-size: 16px;
    padding-bottom: 2px;
	margin: 20px 0 12px 0;
	color:#c8c8c8;
}
h3{
	font-weight:normal;
	font-size: 16px;
	margin: 20px 0 12px 0;
	color:#c8c8c8;
}
body{
	color:#c8c8c8;
	padding:0;
	margin:0;
	line-height:20px;
	background-color:#000;
}
input,select,textarea{
	border:none;
}
.wrap{
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	margin-bottom:30px;
}
.is-main .wrap{
	margin-bottom:0;
}
.maintopAllWidth{
	overflow:hidden;
	/*margin:10px 0 10px;*/
}
#content{

}
#content .contentlist td{
	padding:5px 0;
	
}
#content .con_pubdate{
	font-size:11px;
}
#content .contentlist .date{
	font-size:11px;
}
#content .contentlist .con_desc{
	border-bottom: 1px dashed #999;
}
#headerWrap{
	padding-top:10px;
}
#content .contentRight .module{
	margin-bottom:10px;
}
.btn{
	font-size:1.15rem;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	line-height:20px;
}
.btn:hover{
	background:#5b6269;
	text-decoration:none;
	color:#fff;
	border-color:#5b6269;
}
.btn .marker{
	position:absolute;
	top:-8px;
	right:-8px;
	font-size:12px;
}
.btn .marker_green{
	color:#0ecb81;
}
.btn-text{
	padding:6px 10px;
	line-height:16px;
	vertical-align:middle;
	font-size: 1.1em;
}
.btn_border_green{
	border:1px solid #0ecb81;
	color:#0ecb81;
	background:none;
}
.btn_border_gray{
	border:1px solid rgb(217,220,223);
	color:rgb(217,220,223);
	background:none;
}
.btn_gray{
	color: #000;
	background-color:rgb(217,220,223);
}
.btn_green{
	color: #000;
	background-color:#0ecb81;
}
.btn_siren{
	color: #fff;
	background-color:#7482a9;
}
.btn-sm{
	font-size:1rem;
	padding: 0.25rem 0.6rem;
}
.btn-xs{
	font-size:0.9rem;
	padding: .1rem .4rem .1rem .4rem;
}
.btn:focus{
	box-shadow:unset !important;
}

.required{
	color:red;
}



img{
	border:none;
}
.regAuthLinks a{
	font-weight:bold;
}
h1,.con_heading{
	font-size:16px;
	font-weight:normal;
	padding-bottom:2px;
	margin: 20px 0 14px 0;
}
.rss a{
	color:#c8c8c8;
	text-decoration:none;
}
.button{
	text-align:center;
	border:1px solid #999;
}
.sess_messages{
	margin-bottom:20px;
}
.sess_messages .message_success{
    color: green;
}
.sess_messages .message_error{
	color:var(--red);
}
.sess_messages .message_info{
	color:green;
}
.clear{
	clear:both;
}

.mainMenu{
	overflow:auto;
	background:#131722;
	margin-top:5px;
}
.mainMenu ul{
	margin: 0;
    overflow: auto;
    padding: 0;
    text-align:center
}
.mainMenu ul li{
	display:inline-block;
	margin:0 3% 0 0;
	padding:0;
	/*background:url("/components/quotes/images/achieved.jpg") repeat-x;*/
	list-style-type:none;
}
.mainMenu ul li a{
	display:block;
	text-align:center;
	color:#c8c8c8;
	padding:7px 0;
	font-size:18px;
}
.mainMenu ul li a:hover,.mainMenu ul li a.selected{
	background:#666;
	text-decoration:none;
}
.mainMenu ul li a span{
	padding:0 13px;
	/*font-weight:bold;*/
}
.mainMenu ul li a img{
	display:block;
	float:left;
}

.registration strong{
	font-weight:normal;
}
.videlit{
	border:1px solid #999;
	padding:0px 5px;
	background-color:#ebebeb;
	color:#000;
}
.headerButtons{
	display:inline-block;
	margin-left: -40px;
}
.headerButtons .btn{
	margin:5px 0;
}
.headerButtons .userInfo{
	font-size:14px;
}
#header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#header .header-social-links{
	margin-left:10px;
	margin-right:10px;
}
#header .header-social-links .header-social-link{
	margin-right:5px;
	text-decoration:none;
}
#footer .footer-social-links{
	margin-left:10px;
	margin-right:10px;
}
#footer .footer-social-links .footer-social-link{
	margin-right:5px;
	text-decoration:none;
}
.logo img{
	display:block;
	width:100%;
	height:40px;
	max-width:120px;
	max-height: 56px;
}

.share42init{
	margin-top:14px;
}
.counter{
	display:none;
}

.pagebar{
	margin:20px 0 30px;
}

.zebra{
	background-color:#131722;
}

/*forum*/
/* ========================================================================== */
/* ============================== ����� ===================================== */
/* ========================================================================== */
.darkBlue-LightBlue { background-color:#2a2e39; color: #c8c8c8; font-size:14px; clear: both; }
.darkBlue-LightBlue a { color:#c8c8c8; border-color: #FFF; }
.darkBlue-LightBlue a:hover { color:#c8c8c8; border-color: #CCC; }
.forum_cattitle{
	font-size: 18px;
	margin-bottom:6px;
	margin-top:10px;
	color:#5186B8;
}
.post_content{
    word-wrap: break-word;
	color:#000;
}
.posts_table .darkBlue-LightBlue{
    font-size: 12px;
	color:#000;
}
.last_post_img{
	float:right;
	padding:5px;
}
.added_later {
    color: #CCC;
    margin: 10px 0;
    display: block;
}
.forums_table{
    background-color:#131722;
    min-width:800px;
}

.forum_link{
	font-weight:bold;
	font-size: 13px;
	color:#000;
}

.forum_desc{
	color: #c8c8c8;
    margin: 5px 0 0;
}

.threads_table{
	background-color:#131722;
}
.thread_link{
	/* font-weight:bold; */
	color:#000;
}

.thread_desc{
	color:#999999;
}
.thread_pagination{
	font-size:12px;
}
.thread_pagination a{
	color:#666666;
	text-decoration:underline;
}
.thread_pagination a:hover{
	color:#FF6600;
	text-decoration:underline;
}

.row1{

	border-bottom:#2a2e39 1px solid;
	
}
.row11{
	border-bottom:#2a2e39 1px solid;
}
.row2{

	border-bottom:#2a2e39 1px solid;
}

.forum_poll_data{
	background-color:#F2F2F2;
}
.forum_poll_header{
	width:100%;
	background-color:#EBEBEB;
	border-bottom:dashed 1px #A8C2CF;
}
.forum_poll_title{
	font-weight:bold;
	font-size:18px;
}
.forum_poll_desc{
	font-size:12px;
    margin: 4px 0;
}
.forum_poll_gauge_title{
	font-size:12px;
}
.forum_poll_gauge{
	height:15px;
	background-color:#333333;
	margin-bottom:10px;
	font-size:10px;
	color:#FFFFFF;
	text-align:right;
}
.forum_poll_submit{
	margin:10px;
}
.forum_poll_param{
	margin:0 0 7px 0;
    font-size: 12px;
}

.post_usercell{
	background-color:#EFFAFF;
	border-top:solid 1px #A8C2CF;
    background-image: -moz-linear-gradient(right center , #EFFAFF, #FFF);
    background-image: -webkit-gradient(linear,left center,right center,from(#FFF),to(#EFFAFF));
    background-image: -o-linear-gradient(right, #EFFAFF, #FFF);
}
.post_userimg{
	margin:4px auto;
 	border:solid 1px #A8C2CF;
	padding:5px;
	background-color:white;
    border-radius:8px;
    -moz-border-radius:8px;
    width:64px;
}
.post_userawards{
	margin-top:3px;
	margin-bottom:3px;
}

.post_userrank{
	font-size:10px;
	color:#006699;
}
.post_userrank span{
	display:block;
	clear:both;
}
.post_userrank .user_rank{
	font-size:10px;
	color:#006699;
}
.post_userrank .admin_rank{
	font-size:10px;
	color:#660000;
}
.post_userrank .moder_rank{
	font-size:10px;
	color:#C00;
}

.post_usermsgcnt{
	font-size:10px;
}
.post_userkarma{
	padding:2px;
	margin:2px;
	font-size:10px;
}
.post_msgcell{
	background-color:#FFFFFF;
    border-top:solid 1px #A8C2CF;
	padding:6px;
}
.post_userlink{
	color:#003366;
	font-weight:bold;
}
.post_date{
	float: left;
	color:#000;
}
.msg_links{
    float: right;
}
.votes_links{
    float: right;
    margin: 0 0 0 10px;
}
.post_editdate{
	color:#999999;
	margin:10px 0 0 0;
    padding: 7px 0 0 0;
	border-top:1px dotted #CCC;
    font-size: 11px;
    text-align: right;
}
.post_signature{
	margin-top:20px;
	border-top:solid 1px silver;
	padding-top:4px;
}

.forum_toollinks{
	margin-bottom:8px;
	text-align:right;
}

.forum_quote{
	padding:10px;
	border:dashed 1px gray;
	background-color:#EBEBEB;
	font-size:12px;
	color: gray;
	margin:8px;
}
.bb_quote {
    background-color: #FFFFD9;
    border: 1px solid #FFCC99;
    border-radius: 8px;
    -moz-border-radius:8px;
    color: gray;
    font-size: 12px;
    margin: 6px;
    padding: 8px;
    overflow: hidden;
}
.forum_quote_author{
	text-align:right;
}
.forum_toolbar{
	background-color:#E0EAEF;
    margin:5px 0px;
    border:solid 1px #A8C2CF;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.forum_toolbar a:hover{
    color:#5F98BF;
}
.forum_toolbar a{
	color:#375E93;
	text-decoration:none;
}
.forum_navbar{
	margin-bottom:4px;
	background-color:#E0EAEF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	padding:5px;
}
.forum_navbar a{
	color:#375E93;
	text-decoration:underline;
}
.forum_fa{
	margin: 6px 0 0 0;
	border: solid 1px #CCC;
    border-radius:6px;
    -moz-border-radius:6px;
	padding:7px;
}
.forum_fa_title{
	font-weight:bold;
}
.forum_fa_desc{
	border-bottom:solid 1px #FFCC99;
	margin-bottom:10px;
	padding-bottom:8px;
}
.forum_fa_entries{
	background-color:#FFFFD9;
	border:1px solid #FFCC99;
	padding: 8px;
	margin:6px 0 0 0;
    border-radius:6px;
    -moz-border-radius:6px;
	display:none;
}
.forum_postinfo{
	margin-bottom:15px;
}
.forum_texteditor{
	font-size:14px;
	border:solid 1px gray;
	width:100%;
	height:200px
}
.forum_zoom{
	background-color:gray;padding:2px; position: relative;
}
.forum_zoom:hover .forum_zoom_text{
	display: block;
}
.forum_zoom_text{
    padding:2px; color:#FFFFFF; text-align:center; position: absolute; top: 0px; background: #444; opacity: 0.8; filter: alpha(opacity=80); font-size: 12px;display: none;
}
.forum_lostimg{
	padding:5px;
	border:solid 1px silver;
	color:#666666;
}
.forum_fast{
	margin-top:2px;
}
.forum_fast_header{
    color:#375E93;
    font-size:18px;
    margin-bottom:4px;
    padding:10px 0;
    padding-left:20px;
    background:url(../images/icons/edit.png) no-repeat left center;
}
.forum_fast_submit{
	text-align:right;
	margin-top:3px;
}
.forum_fast_form #message{
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 3px 0;
    width: 100%;
	height:108px;
	max-height:702px;
}

.forum_subs{
	margin: 5px 0 0;
	color:#666666;
	font-size:11px;
}
.forum_subs a{
	text-decoration:underline;
	color:#c8c8c8;
}
.subforumshead{
	font-size:12px;
	font-weight:bold;
	color:#333333;
}
/*
����� forum
*/


/* ========================================================================== */
/* ========================== ������������ ================================== */
/* ========================================================================== */
.add_file_link{
    height:18px;
    line-height:18px;
    padding-left:22px;
    background:url(../images/icons/users/upload.gif) no-repeat left center;
}
#usr_links{
	margin-top:0px;
	margin-bottom:10px;
	overflow:hidden;
	clear:both;
}

#usr_links sup{
    font-size:12px;
    color:#729CCC;
}

#usr_files, #usr_blog, #usr_board, #usr_forum, #usr_comments{
	display: inline-block;
	height:32px;
	line-height:32px;
    padding: 0 12px 0 35px;
	font-size:17px;
	margin:5px 0;
    margin-left:0px;
    float:left;
}

.cmm_votes{
	float: right;
	padding: 2px;
    margin-right:15px;
    color:silver;
    font-weight:bold;
}
.cmm_good{
    color:green;
}
.cmm_bad{
    color:red;
}

#users_search_link a{
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/search.png) no-repeat;
    text-decoration:none;
}

#users_search_link a span{
    border-bottom:dashed 1px #375E93;
}

#users_sbar{
    padding:15px;
    border-radius:8px;
    -moz-border-radius:8px;
    border:1px solid #C3D6DF;
    color:#375E93;
    background:#E0EAEF;
    margin-bottom:10px;
}

#users_sbar input[type=text] { border:1px solid #4DA4CF; padding:2px;}
#users_sbar .field{ width:150px; }
#users_sbar .longfield{ width:408px; }
#users_sbar p{ margin-top:10px; }

.users_search_results{
    padding:15px;
    border-radius:8px;
    -moz-border-radius:8px;
    border:1px solid #C3D6DF;
    color:#375E93;
    background:#E0EAEF;
    margin-bottom:15px;
}

.users_search_results h3{ font-size:18px; font-weight:normal; margin: 0 0 10px 0; }
.users_search_results ul,
.users_search_results li{ margin-left:0px;}

div.users_list_buttons{ overflow: hidden; }
div.users_list_buttons .button{
    border-radius:8px;
    -moz-border-radius:8px;
    display:block;
    float:left;
    font-size:18px;
    margin-right:15px;
    padding:5px 0px;
}

div.users_list_buttons .button a { color:#375E93; }

div.users_list_buttons .selected{
    background:#E0EAEF;
    padding:5px 10px;
    margin-right:15px;
}

div.users_list_buttons .selected a{
    text-decoration:none;
    color:#c8c8c8;
}

div.users_list {
    margin:15px 0px; padding:15px; border:1px solid #C3D6DF;
    border-radius:8px;
    -moz-border-radius:8px;
}

table.users_list div.avatar{ border:1px solid #C3D6DF; padding:2px; width:63px; height:63px; margin-bottom:10px; }
table.users_list div.number{ color:#999; }
table.users_list div.nickname { font-size:18px; }
div.microstatus {
    color:#5F98BF; font-size:11px;
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/comment-small.png) no-repeat left top;
    clear:both;
    margin-top:3px;
}
.microstatus {
    color:#5F98BF; font-size:11px;
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/comment-small.png) no-repeat left top;
    margin-top:3px;
}
table.users_list div.karma,
table.users_list div.rating{
    font-size:12px;
    float:right;
    overflow:hidden;
    padding:2px 5px;
    border-radius:8px;
    -moz-border-radius:8px;
    background:#E0EAEF;
}
table.users_list div.karma{
    margin-right:5px;
}
table.users_list .pos{
    color: green;
}
table.users_list .neg{
    color: red;
}

table.users_list div.city { clear:both; }
table.users_list div.city a{ color:#666; }
table.users_list div.status { float:right; padding:2px; margin-right:5px; }
table.users_list div.status .online{
    padding:1px 5px; background-color:#00CC00; color:#FFF; font-size:11px;
    border-radius:4px;
    -moz-border-radius:4px;
}
table.users_list div.status .offline{ color:#999999; font-size:11px; background:none; padding:0px;}

#mod_user_stats div.stat_block { margin-left:15px; }
#mod_user_stats div.stat_block div.title {
    color:#1873AA;
    font-size:16px;
    margin-bottom:0px;
    text-shadow:0 2px 0 #FFFFFF;
    font-weight:bold;
}
#mod_user_stats div.stat_block div.body ul { list-style:none; margin:0px; margin-left:20px; padding:0px; }
#mod_user_stats div.stat_block div.body li { list-style:none; margin:0px; margin-bottom:3px; }

#mod_user_stats div.stat_block_bday { margin-left: 20px;    }
#mod_user_stats div.stat_block_bday div.title { text-shadow:0 2px 0 #FFFFFF; padding-left:18px; background:url(../images/icons/cake.png) no-repeat left center; font-size:16px; color:#1873AA;; font-weight:bold; margin-bottom:5px; margin-top:20px;}

div#user_ratings { float:right; }

div#user_ratings div.karma, div#user_ratings div.rating {
    float:left; text-align:center;
}

div#user_ratings .value,  div#user_ratings .value-positive, div#user_ratings .value-negative{
    font-size:14px; padding: 4px; margin: 2px;
    border-radius:18px;
    -moz-border-radius:18px;
    cursor:pointer;
}

div#user_ratings .karma .value-positive { background-color:#427F00; color:#FFF; }
div#user_ratings .karma .value-negative { background-color:#BF2F17; color:#FFF; }

div#user_ratings .karma table td { font-size:14px; }

div#user_ratings .rating .value {  background-color:#4A73A7; color:#FFF; padding:6px 10px; }

.user_group_name{
    float:right;
    margin-right:20px;
    height:38px;
    line-height:38px;
}

.user_group_name div {
    padding-left:20px;
    background-position: left center;
    background-repeat: no-repeat;
    color:#375E93;
}

.user_group_name .admin { background-image:  url(../images/icons/groups/admin.png); }
.user_group_name .registered { background-image: url(../images/icons/groups/registered.png); }
.user_group_name .editors { background-image: url(../images/icons/groups/editors.png); }
.user_group_name .moderators { background-image: url(../images/icons/groups/moderators.png); }
.user_group_name .vip { background-image: url(../images/icons/groups/vip.png); }

div#user_profile_url{
    clear:both;
    display:block;
    padding:5px;
    margin-top:15px;
    text-align:center;
    border-radius:8px;
    -moz-border-radius:8px;
    background:none repeat scroll 0 0 #E0EAEF;
}
#user_profile_url div{ color:#375E93; }
#user_profile_url a{ color:#5F98BF; }

div.usr_profile_menu{ margin-top:10px; clear:both; overflow:hidden; }

div.usr_profile_menu a { padding:4px; border: solid 1px #FFF; overflow:hidden; float:left; }


a.select-avatar{
    height:16px;
    line-height:16px;
    padding-left:18px;
    background:url(../images/icons/users/selectavatar.gif) no-repeat left center;
}

div.user_profile_data { padding:10px; padding-top:0px; padding-bottom:0px;}

.offline{
    padding:1px 3px;
    border-radius:4px;
    -moz-border-radius:4px;
	background-color: #DD6C6C;
	color:#FFF;
	font-size:11px;
}
.user_profile_data .offline, .user_profile_data .online, .user_profile_data .logdate{
	font-size:12px;
}
.logdate{ color:#999999; font-size:11px;}
.usr_friends_entry .offline{
	color:#999999;
}

div.user_profile_data .field{ overflow: hidden; clear:both; }

div.user_profile_data .field .title,
div.user_profile_data .field .value { float:left; line-height:24px; }

div.user_profile_data .field .title { width:170px; font-weight:bold; }

#usr_board{	background:url(../images/icons/big/board.png) no-repeat; }
#usr_files{	background:url(../images/icons/big/folder_ftp.png) no-repeat; }
#usr_blog{ background:url(../images/icons/big/blog.png) no-repeat; }
#usr_forum{ background:url(../images/icons/big/folder.png) no-repeat; }
#usr_comments{ background:url(../images/icons/big/faq_answer.png) no-repeat; }

#upr_feed .action_entry {
	border-bottom:1px solid #BFE5FF;
	margin-bottom:10px;
	overflow:hidden;
	padding-bottom:10px;
	padding-left:22px;
}

#upr_feed .action_title {
    font-size:12px;
    overflow:hidden;
    padding:2px 0;
}

.usr_friends_query{
	-moz-border-radius:8px 8px 8px 8px;
    background-color:#FFFFFF;
    border:1px solid #65A1C2;
    padding:10px;
    margin-top:10px;
}
.usr_friends_query_one{ margin-bottom:5px; }
.usr_friends_query_yes{ height:16px; line-height:16px; padding-left:20px; background:url(../images/icons/yes.png) no-repeat; }
.usr_friends_query_no{ height:16px; line-height:16px; padding-left:20px; background:url(../images/icons/no.png) no-repeat; }



.content_title { font-size:14px; font-weight:bold; }

.usr_friends_feed{ padding:6px; }
.usr_friends_feed a.nickname { color:gray; }

.usr_com_title{	padding: 5px; background-color:#EBEBEB; border-top:solid 1px #666;	border-bottom:none; }
.usr_com_body{	padding-top: 15px; }

.usr_wall_entry {
    border-radius:8px;
    -moz-border-radius:8px;

    margin:5px 0;
    padding:5px 0px;
}
.usr_wall_avatar {
    border-radius:8px;
    -moz-border-radius:8px;
    border:1px solid #C3D6DF;
    padding:4px;
    background:#FFF;
}
.usr_wall_text{
    padding-left:10px;
    padding-top:10px;
}
.usr_wall_title{ float:left; color:#5F98BF; margin-bottom:10px; }
.usr_wall_delete { float:right; padding:5px; }
.usr_wall_delete a {
    background:url(../images/icons/delete.png) no-repeat left center;
    padding:1px;
    padding-left:20px;
    height:16px;
    line-height:16px;
    text-decoration: none;
    color:#375E93;
}

.usr_profile_block{
    clear:both;
    margin-top:10px;
    padding-top:10px;
    border-top:1px solid #C3D6DF;
    margin-left:10px;
}

.usr_msg_entry{
    padding:10px;
    border-radius:8px;
    -moz-border-radius:8px;
    margin-bottom:4px;
    border:solid 1px #C3D6DF;
}

.usr_msg_title{	padding: 4px 0; }
.usr_msg_title strong{ color:#375E93; }

.usr_msg_body{ padding: 10px; }

.usr_msg_date{
    color:#5F98BF;
}

.usr_publ_albums{ overflow:hidden;	background-color:#EBEBEB; padding:6px; margin-bottom:10px; }

.usr_article_add{
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/add.png) no-repeat left center;
}
.usr_photo_add{
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/addphoto.png) no-repeat left center;
}
.usr_del_album{
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/deletecat.png) no-repeat left center;
    margin-left:6px;
    text-decoration: none;
}
.usr_edit_album{
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/edit.png) no-repeat left center;
    margin-left:6px;
    text-decoration: none;
}

#usr_photos_upload_album{
    background:#E0EAEF;
    border-radius:8px;
    -moz-border-radius:8px;
    padding:10px;
    margin-bottom:5px;
}

#usr_photos_upload_album .text-input{
    width:250px;
}
#usr_photos_upload_album .select-input{
    width:257px;
}

.photo_desc{
    text-align: left;
    color:#5F98BF;
}

.usr_photos_add_limit{
    margin-bottom: 20px; color:#5F98BF;;
}

.usr_photos_submit_one{
    padding:10px;
    border:solid 1px #C3D6DF;
    border-radius:8px;
    -moz-border-radius:8px;
    margin-bottom:2px;
}
.usr_photos_submit_one .ph_thumb{
    border: solid 3px #E0EAEF;
    -moz-border-radius:5px;
    width:96px;
    padding:2px;
}
.usr_photos_submit_one .text-input{
    width:300px;
}
#usr_photos_submit_btn{
    margin-top:15px;
    color:#5F98BF;
}
#usr_photos_submit_btn input{
    font-size:18px;
}

.usr_photo_thumb{
    padding:1px;
    padding-top:10px;
    float:left;

    width:120px;
    display:block;
    margin:4px;
    margin-left:0px;
    border-radius:8px;
    -moz-border-radius:8px;
    border:1px solid #C3D6DF;
    text-align:center;
}
.usr_photo_date{ font-size:11px; color:#5F98BF; display:block; }
.usr_photo_hits{ font-size:10px; color:#999; display:block; }

.usr_photos_notice{
    margin:10px 0px;
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/info.png) no-repeat left center;
	clear:both;
}

.usr_photos_add_st{
    margin-top:20px;
    width:500px;
    color:#5F98BF;
}

.usr_photo_sel_bar{
    margin:10px 0px;
    display:inline-block;
}

.usr_photo_prev_link,
.usr_photo_next_link{
    display:inline-block;
    width:32px;
    height:32px;
    margin:0px 15px;
}

.usr_photo_prev_link { background:url(../images/icons/big/prev.png) no-repeat; float:right; }
.usr_photo_next_link { background:url(../images/icons/big/next.png) no-repeat; float:left; }

.usr_photo_link_edit,
.usr_photo_link_delete{
    padding:1px;
    padding-left:20px;
}

.usr_photo_link_edit { background:url(../images/icons/edit.png) no-repeat left center; }
.usr_photo_link_delete { background:url(../images/icons/delete.png) no-repeat left center; margin-left:10px;}

.usr_photo_view{ text-align:center; padding:10px; background-color:#FFFFFF; }
.usr_editprof{	background-color:#FFFFFF; border:solid 1px gray; padding:8px; width:100%; }
.usr_edithint{	color:#666666;	font-size:10px; }

.usr_q_title{ font-weight:bold; margin:1px;	margin-bottom:12px;	padding:5px; clear:both; border-bottom:dashed 1px gray; }

.usr_q_thumb{ margin-left:1px; margin-bottom:1px; float:left; display:block; width:70px; }
.usr_q_thumbimg{ background-color:#FFFFFF; border:solid 1px gray; }
.usr_q_link{ color:#003366; }

.usr_award_block{ display:block; margin:2px; width:100%; }
.usr_award_date{ font-size:10px; color:#999999;	margin-top:5px; }

.usr_deleted{ font-size:18px; color:#990000; }
.usr_restore{ margin-top:10px; }

.usr_btnlink{ margin-right:20px; font-size:24px;	 }

.usr_files_orderbar{ background-color:#EBEBEB;	margin-bottom:4px;	padding:5px; }
.usr_files_orderbtn{ font-size:9px;	background-color:#CCCCCC; border:solid 1px gray; height:20px; }
.usr_files_link{ font-size:10px; color:#999999; }

.usr_wall{
    margin-top:5px; overflow:hidden; clear:both;
}
.usr_wall #addwall{	padding-right: 10px;}

.usr_wall_header{ font-size:18px; color:#375E93; margin-bottom:5px; }
.usr_wall_body{ margin-bottom:10px;	}
.usr_wall_body p{
    padding:2px;
    margin:5px 0px;
    color:#5F98BF;
    font-size:14px;
}
.usr_wall_addlink{
    border-radius:8px;
    -moz-border-radius:8px;
    padding:5px 8px;
	padding-left:25px;
    display:inline-block;
	background:url(../images/icons/add.png) no-repeat 6px center #E0EAEF;
}
.club_wall_addlink{
    padding:0 0 0 25px;
	float:right;
	background:url(../images/icons/add.png) no-repeat 6px center #E0EAEF;
}
.usr_wall_addlink a, .club_wall_addlink a { color:#375E93; text-decoration:none; font-size:13px; }
.usr_friendslink{ text-decoration:underline; color:#999999; }

#karmalink{	font-size:16px;	font-weight:bold; padding:4px; background-color:#EBEBEB; margin:2px; margin-left:8px; }
#usertitle{	overflow:hidden;}
#nickname{	margin:10px 0 0 0; }

.usr_group{
	padding:2px;
	padding-left:20px;
	margin-top:5px;
	margin-bottom:5px;
	background-repeat:no-repeat;
	line-height:16px;
	color:#666666;
}
.usr_awlist_link{
	font-size:14px;
	background:#ccc;
	padding:5px;
	text-align:center;
	font-weight:bold;
}

.usr_awlist_link a{	text-decoration:none; }
.usr_aw_dettable{ margin:5px;	margin-bottom:20px; }
.usr_aw_img{ padding:5px; border:solid 1px #ccc; }
.usr_aw_title{ font-size:18px; color:#375E93; }
.usr_aw_desc{ font-size:14px; color:#5F98BF; }
.usr_aw_who{ padding:10px; }

.user_gender_m, .user_gender_ { background:url(../images/icons/male.png) no-repeat 0px 2px;	padding-left:20px;	line-height:18px; }
.user_gender_f { background:url(../images/icons/female.png) no-repeat 0px 2px; padding-left:20px; line-height:18px; }

.usr_aw_users{ margin-bottom:4px; color:#375E93; }

div.awards_list_link { padding:5px 0px; }
div.awards_list_link a{ padding:1px; padding-left:20px;  background:url(../images/icons/info.png) no-repeat left center; }

#usr_profparams{ width:750px; border:dashed 1px silver;	padding:10px; }

#usr_profsavebtns{	background:#EBEBEB;	width:775px; margin-top:10px; margin-bottom:5px; text-align:center; }

#usr_prof_form{	padding:10px;padding-top:0px; }

#usr_prof_form em{ color:#999; }

#usr_prof_form #title{ width:170px; height:24px; line-height:24px; }
#usr_prof_form #field{ height:24px; line-height:24px; }

#usr_prof_form table{ width:100%; }

.usr_msgmenu_tabs{ display:block; height:37px; clear: both; margin: 20px 0 0; overflow: hidden; }

.usr_msgmenu_active{
    margin-right:0px;	background-color:#E0EAEF; padding:10px;	font-weight:bold;
    border-radius:8px 8px 0 0; -moz-border-radius:8px 8px 0 0; float: left;
}
.usr_msgmenu_link{	margin-right:0px;	padding:10px; float: left; }

.in_link{ padding-left:26px; background:url(../images/icons/users/message-in.png) no-repeat 6px center #FFF; }
.in_span{ padding-left:26px; background:url(../images/icons/users/message-in.png) no-repeat 6px center #E0EAEF; }

.out_link{ padding-left:26px; background:url(../images/icons/users/message-out.png) no-repeat 6px center #FFF; }
.out_span{ padding-left:26px; background:url(../images/icons/users/message-out.png) no-repeat 6px center #E0EAEF; }

.notices_link{ padding-left:26px; background:url(../images/icons/users/message_notice.png) no-repeat 6px center #FFF; }
.notices_span{ padding-left:26px; background:url(../images/icons/users/message_notice.png) no-repeat 6px center #E0EAEF; }

.new_link{ padding-left:26px; background:url(../images/icons/users/message-new.png) no-repeat 6px center; text-decoration: none; }

.history_link{ padding-left:26px; background:url(../images/icons/users/message_history.png) no-repeat 6px center #FFF; }
.history_span{ padding-left:26px; background:url(../images/icons/users/message_history.png) no-repeat 6px center #E0EAEF; }

a.msg_delete:hover,
a.msg_reply:hover,
a.msg_history:hover{
    color:#5F98BF;
}

a.msg_delete,
a.msg_reply,
a.msg_history,
span.msg_new{
    color:#375E93;
    height:16px;
    line-height:16px;
    padding:1px 1px 1px 20px;
    text-decoration:none;
}

a.msg_reply,
a.msg_history,
span.msg_new{
    margin-right:10px;
}

a.msg_delete{ background:url("../images/icons/delete.png") no-repeat left center; }
a.msg_reply{ background:url(../images/icons/users/message_reply.png) no-repeat left center; }
a.msg_history{ background:url(../images/icons/users/message_history.png) no-repeat left center; }
span.msg_new{ background:url(../images/icons/new.png) no-repeat left center; color:red; }

table.feed { margin-top:10px; margin-bottom:10px; }
table.feed td { font-size:14px; }
table.feed td.date { font-size:12px; text-align:left; width:110px; }
table.feed td.date strong { color:green; }

.usr_files_head{
    background-color:#ECECEC;
    font-weight:bold;
    padding:4px;
}

.usr_status_bar{
    clear:both;
    margin-top:0px;
    padding-bottom:10px;
}

.usr_status_text{
    color:#5F98BF;
    background:url(../images/icons/comment.png) no-repeat left center;
    padding-left:20px;
    float:left;
}

.usr_status_date{
    font-size:10px;
    color:gray;
    font-style:normal;
    margin-left:10px;
    margin-right:14px;
}

.usr_status_link{
    float:left;
}

.usr_status_link a{
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/edit.png) no-repeat left center;
}

.usr_avatar{
    padding:10px;
    border:solid 1px #65A1C2;
    background-color:#FFFFFF;
    border-radius:8px;
    -moz-border-radius:8px;
}

.usr_avatars_lib_link{
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/images.png) no-repeat left center;
}

.usr_friends_block{
    overflow:hidden;
    margin-bottom:15px;
}

.usr_friend_cell{
    padding-right:10px;
    margin-right:5px;
    margin-bottom:5px;
}

.usr_friend_cell .friend_link{
    font-size:14px;

}

.usr_friend_cell span{ font-size:11px; }
.usr_friend_cell span.offline{ color:#5F98BF; background:none; }

.usr_albums_list{
    margin:10px 0;
    padding:0;
    clear:both;
    overflow:hidden;
}

.usr_albums_list li{
    margin:0 10px 10px 0;
	padding:0;
    display: block;
    float:left;
    width:200px;
	height:75px;
}
.usr_albums_list li.no_albums{
	height:auto;
}

.usr_album_thumb{
    display:block;
    float:left;
    width:64px;
    height:64px;
    margin-right:10px;
    padding:2px;
    border:1px solid #65A1C2;
}

.usr_album .link{ font-size:14px; }
.usr_album .count { color:#5F98BF; }
.usr_album .date { color:#AAA; font-size:11px; }

.authHeader{
	margin-bottom:2px;
}
.authHeader .btn{
	padding:4px 10px !important;
}

.headerlike{
	position:absolute;
	left:120px;
	top:54px;
}

/*--------------------- MODULE "LATEST FORUM WEB2.0" -------------------------*/
.mod_fweb2_userlink{
	text-decoration:underline;
	color:#666666;
}
.mod_fweb2_date{
    text-align:center;
    background:#888;
    border-radius: 5px;
    color: #FFF;
    padding: 2px 6px;
    text-decoration: none;
    text-shadow: 0 1px 0 #0964A0;
    width: 100px;
}
.mod_fweb2_date_new{
    background: #db730d;
    color: #FFF;
}
.mod_fweb2_topiclink{
	text-decoration:underline;
	font-weight:bold;
}
.mod_fweb2_shorttext{
	font-style:italic;
	color:#999999;
}


/* ========================================================================== */
/* ======================= ����� ���������� ================================= */
/* ========================================================================== */
.action_friends{
	position:relative;
	margin:0 0 10px 0;
	border-collapse: separate;
}
.action_friends td {
    background-color: #ECF2F4;
	border-left:1px #ECF2F4 solid;
	border-right:1px #ECF2F4 solid;
	border-top:1px #ECF2F4 solid;
    padding: 5px 0;
	vertical-align: middle;
	text-align:center;
}
.action_fr {
	vertical-align: middle;
}
.action_friends td.selected {
    background-color: #FFFFFF;
	border-color:#BFE5FF;
}
.arr_btn {
    text-decoration: none;
	font-size:40px;
}
.mod_act_all{
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/actions.png) no-repeat;
    color:#333;
}
.actions_list{
    clear:both;
}

.action_entry{
    padding-left:25px;
    margin-bottom:15px;
}

.action_entry .is_new { color:#FF5A00; }

.action_user{
    color:#375E93;
    font-weight:bold;
}

.action_title{
    font-size:14px;
}

.action_date{
    float:right;
    margin-left: 15px;
    margin-bottom: 15px;
    font-size:11px;
    color:#5F98BF;
}

.action_details{
    clear:both;
    //clear:none;
    color:gray;
	overflow:hidden;
}

.action_details .act_photo{
    overflow:hidden;
    display:inline-block;
}

.act_add_comment{ background:url(../images/icons/actions/add_comment.png) no-repeat left 3px; }
.act_add_photo, .act_add_photo_club{ background:url(../images/icons/actions/add_photo.png) no-repeat left 3px; }
.act_add_article{ background:url(../images/icons/actions/add_article.png) no-repeat left 3px; }
.act_set_status{ background:url(../images/icons/actions/set_status.png) no-repeat left 3px; }
.act_add_friend{ background:url(../images/icons/actions/add_friend.png) no-repeat left 3px; }
.act_add_blog{ background:url(../images/icons/actions/add_blog.png) no-repeat left 3px; }
.act_add_post{ background:url(../images/icons/actions/add_post.png) no-repeat left 3px; }
.act_add_board{ background:url(../images/icons/actions/add_board.png) no-repeat left 3px; }
.act_add_catalog{ background:url(../images/icons/actions/add_catalog.png) no-repeat left 3px; }
.act_add_club{ background:url(../images/icons/actions/add_club.png) no-repeat left 3px; }
.act_add_club_user{ background:url(../images/icons/actions/add_club_user.png) no-repeat left 3px; }
.act_add_quest{ background:url(../images/icons/actions/add_quest.png) no-repeat left 3px; }
.act_add_fpost{ background:url(../images/icons/actions/add_fpost.png) no-repeat left 3px; }
.act_add_thread{ background:url(../images/icons/actions/add_thread.png) no-repeat left 3px; }
.act_add_avatar{ background:url(../images/icons/actions/add_avatar.png) no-repeat left 3px; }
.act_add_award{ background:url(../images/icons/actions/add_award.png) no-repeat left 3px; }
.act_add_file{ background:url(../images/icons/actions/add_file.png) no-repeat left 3px; }
.act_add_wall{ background:url(../images/icons/actions/add_wall.png) no-repeat left 3px; }
.act_add_wall_club{ background:url(../images/icons/actions/add_wall_club.png) no-repeat left 3px; }
.act_add_post_club{ background:url(../images/icons/actions/add_post_club.png) no-repeat left 3px; }
.act_add_user_photo{ background:url(../images/icons/actions/add_user_photo.png) no-repeat left 3px; }
.act_add_user_photo_multi{ background:url(../images/icons/actions/add_user_photo_multi.png) no-repeat left 3px; }
.act_add_user{ background:url(../images/icons/actions/add_user.png) no-repeat left 3px; }
.act_add_wall_my{ background:url(../images/icons/actions/add_wall_my.png) no-repeat left 3px; }

/* ========================================================================== */
/* =========================== ����������� ================================== */
/* ========================================================================== */

.cmm_heading {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #7192A6;
	margin-bottom: 4px;
	padding-top: 8px;
}
.cmm_icons{
	margin-bottom: 4px;
}
.cmm_icons a{
	color:#666666;
	text-decoration:underline;
}
.cmm_anchor{
	float:left;
	margin-left:10px;
	color:#333333;
}
.cmm_author {
	display: block;
	float: left;

	font-weight: bold;
}
.cmm_title {
	padding: 6px;
}
.cmm_votes{
	float: right;
	padding: 2px;
    margin-right:15px;
    color:silver;
    font-weight:bold;
}
.cmm_good{
    color:green;
}
.cmm_bad{
    color:red;
}
.cmm_date {
	color: #999;
	background-color: #999999;
	display: block;
	float: right;
	margin-right:6px;
	padding: 1px;
	padding-left:20px;
	background:url(../images/icons/calendar.png) no-repeat left center;
}
.cmm_pagebar {
	background-color:#EBEBEB;
	margin-bottom:4px;
}
.cmm_entry {
	width: 100%;
	margin:0;
	margin-bottom:5px;
	padding:2px;
}
.cmm_sublinks{
    display:block;
    margin-top:10px;
}
.cmm_sublinks a:hover{
    color:#375E93;
}
.cmm_sublinks a{
    color:#5F98BF;
    margin-right:6px;
}
.cmm_avatar {
	padding: 5px;
	background:#EBEBEB;
    border-radius:8px;
    -moz-border-radius:8px;
}
.cmm_content_av {
	padding: 10px;
	padding-left: 25px;
	padding-top: 7px;
	background:url(/templates/_default_/images/icons/comments/pointer.jpg) no-repeat;

}
.cmm_content {
	padding-left: 6px;
}
.cmm_addentry a{
	text-decoration:underline;
}
.cmm_addentry {
	padding:20px;
	border:solid 1px gray;
	background-repeat:repeat-x;
	background-color:#E4E4E4;
}
.cmm_smilebox{
	padding:4px;
	border:solid 1px gray;
	background-color:#EBEBEB;
}
.cmm_codebar{
	width:100%;
	border:solid 1px gray;
	background-color:#FFFFFF;
}
.cmm_pageselect{
	border: solid 1px gray;
	background-color:#F3F3F3;
}
.cmm_submit{
	font-size:12px;
}
.cmm_all_title{
    margin-bottom:5px;
    color:#5F98BF;
    font-size:100%;
    font-weight:normal;
}

#addcomment {
	border: solid 1px gray;
	background-color:#E5E5E5;
	padding:10px;
}
.cm_guest_name{
    margin:10px 0px;
    color:#375E93;
    font-weight:bold;
}
.cm_addentry{
	overflow:hidden;
	margin:4px;
}
.cm_editor{
	border:1px #CCC solid;
	padding:4px;
    border-radius:0 0 6px 6px;
    -moz-border-radius:0 0 6px 6px;
}
.cm_codebar{
	margin:2px 0;
	overflow:hidden;
}
div.cm_smiles a{
	text-decoration:none;
}
div.cm_smiles{
	position:relative;
}

/** Ajax intive club [AM][start] **/
.clearFix:after {
    content :".";
    display :block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.friend_list_top {
    background-color: #F7F7F7;
    padding: 4px 4px 0 4px;
    font-size: 12px;
	overflow:hidden;
	margin: 0 -3px;
	border-bottom: 1px solid #AAAAAA;
}
*:first-child+html .friend_list_top {
    padding-bottom: 18px;
}
#friend_list_lookup {
    float: right;
    width: 180px;
    color: #777;
}
.friend_list_body {
    padding: 4px 0px 0px 10px;
    width: 657px;
    max-height: 500px;
    border-top: 0px solid #c3edb2;
    overflow-x: hidden;
    overflow-y: scroll;
}
.friend_list_body_ajax {
    padding: 4px 0 0 3px;
    width: 100%;
    height: 276px;
    border-top: 0px solid #c3edb2;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #FFF;
    font-size: 10px;
}
.flist_cell,
.flist_cell_on {
    float: left;
    border-bottom: 1px solid #FFF;
    margin: 0 3px 2px 0;
    cursor: pointer;
}
.flist_cell:hover {
    border-bottom: 1px solid #F1F9FE;
}
.flist_cell_on {
    border-bottom: 1px solid #C0C0C0;
}
.flist_cell .flist_border_wrap {
    border: 1px solid #FFF;
}
.flist_cell:hover .flist_border_wrap {
    background-color: #F1F9FE;
    border: 1px solid #C0C0C0;
}
.flist_wrap {
    border: 1px solid #FFF;
    width: 143px;
    height: 56px;
    padding: 3px;
}
.flist_div {
    margin-right: 3px;
    float: left;
    border: 1px solid #C0C0C0;
    background-color: #FFF;
}
.flist_cell:hover .flist_div {
    border: 1px solid #ADADAD;
}
.flist_image {
    margin: 2px;
    overflow: hidden;
    height: 50px;
    width: 50px;
}
.flist_name {
    margin-left: 3px;
    overflow: hidden;
    float: left;
    word-wrap: break-word;
    width: 68px;
    color: #000;
}
.flist_cell_on .flist_name {
    color: #FFF;
}
.flist_cell em,
.flist_cell_on em,
.flist_cell:hover em {
    background-color: #c3b2ed;
    color: #000;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.flist_cell_on em {
    background-color: #FFF;
    color: #F00;
}
.flist_cell:hover em {
    background-color: #C0C0C0;
}
.flist_empty {
    background-color: #FFF;
    color: #808080;
    font-size: 12px;
    text-align: center;
    padding: 103px 0 90px 0;
    margin: 10px 10px 12px 10px;
}
.flist_more {
    padding: 10px;
    text-align: center;
    cursor: pointer;
}
.t_filter_area {
    border-bottom: 1px solid #c3edb2;
    padding: 10px;
    background-color: #F7F7F7;
    _padding-bottom: 18px;
}
*:first-child+html .t_filter_area {
    padding-bottom: 18px;
}
.t_filter_selected {
    float: left;
    border-bottom: 1px solid #F7F7F7;
    margin-right: 10px;
    margin-bottom: 2px;
    cursor: pointer;
}
.t_filter_selected .t_filter2 {
    border: 1px solid #ccc;
}
.t_filter_off {
    cursor: pointer;
    padding: 4px 7px 5px;
    color: #368E3A;
    font-weight: bold;
    float: left;
    margin-right: 10px;
    margin-bottom: -1px;
}
.t_filter_selected .t_filter3 {
    border: 1px solid #396EA4;
    padding: 2px 9px 1px;
    background-color: #396EA4;
    color: #F7F7F7;
    font-weight: bold;
}
.t_filter_off {
    cursor: pointer;
    padding: 4px 7px 5px;
    color: #111;
    font-weight: bold;
    float: left;
    margin-right: 10px;
    margin-bottom: -1px;
}
.flist_cell_on .flist_border_wrap {
    border: 1px solid #111;
    background: #395fa7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.club-intive-mess {
    background-color: #111;
    display: none;
    width: 360px;
    height: 27px;
    position: relative;
    top: -33px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: -37px;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
}
.club-intive-mess-ajax {
    background-color: #111;
    display: none;
    width: 470px;
    height: 51px;
    position: absolute;
    bottom: 160px;
    text-align: center;
    padding-top: 26px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}
/** Ajax intive club [AM][end] **/

/*---------------------------PERSONAL MENU -----------------------------------*/
.mod_user_menu { text-align:right; }

.mod_user_menu span{
    margin-right:0px;
}
.mod_user_menu span a{
    padding:6px;
    padding-left:26px;
    color:#BFDEFF;
    text-decoration:none;
}

.mod_user_menu span a:hover{
    color:#FFF;
    background-color:#5D90D1;
    border-radius:8px;
    -moz-border-radius:8px;
}

.mod_user_menu .my_profile a{ background:url(../images/icons/user.png) no-repeat 6px center; }
.mod_user_menu .my_messages a{ background:url(../images/icons/message.png) no-repeat 6px 6px; }
.mod_user_menu .my_messages a.has_new { color:#FFE900; }
.mod_user_menu .my_gifts a{ background:url(../images/icons/gift.png) no-repeat 6px 6px; }
.mod_user_menu .my_blog a{ background:url(../images/icons/blog.png) no-repeat 6px center; }
.mod_user_menu .my_photos a{ background:url(../images/icons/folder_picture.png) no-repeat 6px center; }
.mod_user_menu .my_content a{ background:url(../images/icons/folder_page.png) no-repeat 6px center; }
.mod_user_menu .add_content a{ background:url(../images/icons/add.png) no-repeat 6px center; }
.mod_user_menu .admin a{ background:url(../images/icons/cpanel.png) no-repeat 6px center; }
.mod_user_menu .logout a{ background:url(../images/icons/logout.png) no-repeat 6px center; }
.mod_user_menu .register a{ background:url(../images/icons/register.png) no-repeat 6px center; }
.mod_user_menu .login a{ background:url(../images/icons/key.png) no-repeat 6px center; }
.mod_user_menu .my_balance a{ background:url(../images/billing/balance.png) no-repeat 6px center; }

.usr_msgmenu_bar{
	background-color:#E0EAEF;
	margin-bottom:10px;
    border-radius:0px 0px 8px 8px;
    -moz-border-radius:0px 0px 8px 8px;
    color:#375E93;
    clear: both;
    padding: 7px;
}
.usr_msgreply_source{
	padding:7px;
    border-radius:6px;
    -moz-border-radius:6px;
    border:1px solid #C3D6DF;
	margin-bottom:10px;
    overflow-y: auto;
    max-height: 250px;
}
.usr_msgreply_author{
	font-style:italic;
	color:#666666;
	text-align:right;
	margin: 5px 0 0;
}
.usr_msg_smilebox a{
    margin:4px;
}
.usr_msg_smilebox{
	background-color:#EBEBEB;
    width:100%;
	clear:both;
}
.bb_add_photo{
	background-color:#EBEBEB;
    width:100%;
	clear:both;
	padding:4px;
}
.usr_msg_bbcodebox{
	padding:0px;
	background:url(../images/bbtoolbar.jpg) repeat-x left top #EFEFEF;
	overflow:hidden;
	_height:1%;
    width:100%;
}
.usr_bb_button{
	display:block;
    margin:1px;
	padding:4px;
	float:left;
}
.usr_bb_button:hover{
    border: solid 1px #83BBD9;
	padding:3px;
	background:url(../images/bbbtn.jpg) repeat-x left bottom #DFF2F9;
}
.usr_bb_hint{
	display:block;
	margin:2px;
	padding:5px;
	float:left;
	color:#666666;
}

a.new_messages_link{ color:#fff; background:#F00; font-weight:bold; padding:2px; text-decoration:none; }
a.new_messages_link:hover{ color:#F00; background:#Fff; font-weight:bold; padding:2px; text-decoration:none; }

/*----------------------------------------------------------------------------*/
.ajax_autogrowarea{
    border: 0 none;
    font-family: arial;
    font-size: 100%;
    margin: 0;
    padding: 3px 0;
    width: 100%;
	height:108px;
	min-height:180px;
	max-height:702px;
}
.bb_tag_code{
    border:solid 1px silver;
    padding:8px;
    margin-top:5px;
    margin-bottom:5px;
    max-width:700px;
    overflow:auto;
}
.bb_tag_code ol{
    padding: 6px 0;
    padding-left:5px;
}
.bb_tag_hide{
	padding:8px;
	background-color:#FFFFCC;
    overflow: hidden;
}
.bb_tag_hide a{
	color:#333333;
	text-decoration:underline;
}
.bb_tag_spoiler .spoiler_title{ margin-bottom:3px; }
.bb_tag_spoiler .spoiler_body{
    margin-bottom:10px;
    padding:10px;
    background:#ECECEC;
    border-radius:8px;
    -moz-border-radius:8px;
}
.bb_img {
	width:550px;
	overflow:hidden;
}

/*------------------------ MODULE "LATEST BLOG POSTS" ------------------------*/
.mod_blog_userlink{
	text-decoration:underline;
	color:#666666;
}
.mod_blog_karma{
	text-align:center;
	font-size:18px;
}
#footer{
	clear:both;
	background:#131722;
	color:#c8c8c8;
	padding:10px 20px;
	width: 100%;
	box-sizing:border-box;
	overflow:auto;
	display:flex;
	justify-content: space-between;
}
#footer .instr_module ul{
	display:inline-block;
	text-align:left;
	vertical-align:top;
	margin:0;
	list-style-type:none;
}
#footer .instr_module ul:nth-child(1){
	padding-left:0;
}
#footer .info{
	text-align:right;
}
#footer a{
	color:#c8c8c8;
}
.smartlab .feed{
	border-bottom:1px dashed #999;
}

.smartlab .rating{
	float:right;
}
.smartlab .rating .r{
	color:#006600;
	float:left;
	margin-right:2px;
}
.smartlab .rating .c{
	color:#000;
	float:left;
}
.smartlab .action{
	overflow:auto;
	margin:0;
	font-weight:bold;
	padding:0;
}
.smartlab .action li{
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
}
.smartlab .action .date{
	margin-right:5px;
}
.smartlab .action .author{
	margin-left:5px;
}
.smartlab .content{
	margin-top:10px;
	clear:both;
	font-size:14px;
}


/* Comments smartlaba
-------------------------------------------------------------------*/
.comments ul{
	list-style: none outside none;
	margin:0;
	padding:0;
}

.comment .info ul li {
    float: left;
    margin-right: 10px;
}
.comment .info a.imglink {
    display: block;
    height: 11px;
    position: relative;
    text-decoration: none;
    top: 3px;
    width: 9px;
}
.comments .header span {
    font-weight: bold;
    margin-right: 10px;
}
.comments .comment { overflow: hidden; position: relative; zoom: 1; }
.comments .comment .comment { padding-left: 0px; }

/* Header */
.comments .header { margin-bottom: 20px; margin-left: 14px; }
.comments .header a.rss { margin-right: 20px; padding-left: 14px; background: url(http://smart-lab.ru/templates/skin/smart-lab-x3/images/icons.gif) no-repeat scroll -70px -247px; }

/* Comment Types */
.comments .comment .content { background: #f7f7f7; } /* default background of comment */
.comments .comment .content.self { background: #fdf5e6 !important; }
.comments .comment .content.new { background: #e4fbf1 !important; }
.comments .comment .content.del { background: #c5c5c5 !important; }
.comments .comment .content.view { background: #cdf5a6 !important; }

/* Single Comment */
.comment .folding { width: 9px; height: 9px; float: left; position: relative; top: 17px; cursor: pointer; }
.comment .folding-open { width: 9px; height: 9px; float: left; position: relative; top: 17px; cursor: pointer; }
.comment .folding.off { display: none; }
.comment .content { margin: 0 50px 0px 13px; padding: 0; }
.comment span.delete { color: #c5c5c5; font-size: 16px; }

/* Rounded Corners */
.comment .content .tb { height: 7px; overflow: hidden; background: url(http://smart-lab.ru/templates/skin/smart-lab-x3/images/comment-tb.gif) repeat-x; }
.comment .content .tl { height: 7px; background: url(http://smart-lab.ru/templates/skin/smart-lab-x3/images/comment-tl.gif) no-repeat left top; }
.comment .content .tr { height: 7px; background: url(http://smart-lab.ru/templates/skin/smart-lab-x3/images/comment-tr.gif) no-repeat right top; }
.comment .content .bb { height: 15px; background: url(http://smart-lab.ru/templates/skin/smart-lab-x3/images/comment-bb.gif) repeat-x; margin-left: 24px; }
.comment .content .bl { height: 15px; background: url(http://smart-lab.ru/templates/skin/smart-lab-x3/images/comment-bl.gif) no-repeat left bottom; }
.comment .content .br { height: 15px; background: url(http://smart-lab.ru/templates/skin/smart-lab-x3/images/comment-br.gif) no-repeat right bottom; }

/* Text of Comment */
.comment .content .text { border: 1px solid #DDDEDE;padding: 5px 25px 20px 10px;overflow: hidden;zoom: 1;}

/* Vote Block */
.comment .voting { width: 48px; height: 30px; position: absolute; right: 20px; top: 8px; z-index: 100; overflow: hidden; }
.comment .voting a.plus { width: 9px; height: 11px; display: block; overflow: hidden; background: url(http://smart-lab.ru/templates/skin/smart-lab-x3/images/comment-voting.gif) no-repeat scroll 0px 0px; }
.comment .voting a.minus { width: 9px; height: 11px; display: block; position: relative; top: 5px; overflow: hidden; background: url(http://smart-lab.ru/templates/skin/smart-lab-x3/images/comment-voting.gif) no-repeat scroll -10px 0px; }
.comment .voting .total { float: right; position: relative; top: 3px; }
.comment .voting a.plus:hover { background: url(http://smart-lab.ru/templates/skin/smart-lab-x3/images/comment-voting.gif) no-repeat scroll -40px 0px; }
.comment .voting a.minus:hover { background: url(http://smart-lab.ru/templates/skin/smart-lab-x3/images/comment-voting.gif) no-repeat scroll -70px 0px; }
.comment .voting.positive .total { color: #390; }
.comment .voting.negative .total { color: #f00; }
.comment .voting.guest a.plus { width: 9px; height: 11px; display: block; overflow: hidden; background: url(http://smart-lab.ru/templates/skin/smart-lab-x3/images/comment-voting.gif) no-repeat scroll 0px 0px; }
.comment .voting.guest a.minus { width: 9px; height: 11px; display: block; overflow: hidden; background: url(http://smart-lab.ru/templates/skin/smart-lab-x3/images/comment-voting.gif) no-repeat scroll -10px 0px; }
.comment .voting.plus a.plus { width: 9px; height: 11px; display: block; overflow: hidden; background: url(http://smart-lab.ru/templates/skin/smart-lab-x3/images/comment-voting.gif) no-repeat scroll -40px 0px; }
.comment .voting.minus a.minus { width: 9px; height: 11px; display: block; overflow: hidden; background: url(http://smart-lab.ru/templates/skin/smart-lab-x3/images/comment-voting.gif) no-repeat scroll -70px 0px; }

.comment .voting.voted a.plus, .comment .voting.voted a.minus, .comment .voting.guest a.plus, .comment .voting.guest a.minus { cursor:default; }
.comment .voting.minus a.plus:hover {background: url(http://smart-lab.ru/templates/skin/smart-lab-x3/images/comment-voting.gif) no-repeat scroll 0px 0px; }
.comment .voting.plus a.minus:hover {background: url(http://smart-lab.ru/templates/skin/smart-lab-x3/images/comment-voting.gif) no-repeat scroll -10px 0px; }

/* Info Block */
.comment .info { font-size: 12px; line-height: 14px; margin-left: 14px; margin-bottom: 25px; overflow: hidden; zoom: 1; }
.comment .info p { font-size: 10px; }
.comment .info p a.author { font-size: 12px; font-weight: bold; color: #000; text-decoration: none; }
.comment .info p a.author:hover { color: #555; }
.comment .info img.avatar { float: left; margin: 3px 7px 0 0; *margin: 2px 7px 0 0; }

.comment .info ul li { float: left;  margin-right: 10px; }
.comment .info ul li.date { color: #999;  padding-right: 20px; }
.comment .info a.imglink { display: block; width: 9px; height: 11px; text-decoration: none; position: relative; top: 3px; }
.comment .info ul li.goto-comment-parent a { text-decoration: none; border-bottom: 1px dotted #79B1D4; font-family: tahoma;}
.comment .info ul li.goto-comment-child a { text-decoration: none; border-bottom: 1px dotted #79B1D4; font-family: tahoma;}
.comment .info a.link { background: url(http://smart-lab.ru/templates/skin/smart-lab-x3/images/icons.gif) no-repeat scroll -10px -230px; }
.comment .info a.link:hover { background: url(http://smart-lab.ru/templates/skin/smart-lab-x3/images/icons.gif) no-repeat scroll 0px -230px; }

.comment .info li.favorite a{ background: url(http://smart-lab.ru/templates/skin/smart-lab-x3/images/icons.gif) no-repeat scroll -40px -40px; width: 10px; height:8px;margin-top:4px; display: block; outline-style:none;}
.comment .info li.favorite a:hover { background: url(http://smart-lab.ru/templates/skin/smart-lab-x3/images/icons.gif) no-repeat scroll -50px -40px; }
.comment .info li.favorite.active a{ background: url(http://smart-lab.ru/templates/skin/smart-lab-x3/images/icons.gif) no-repeat scroll -50px -40px; }

.comment .info a.off { color: #999; }
.comment .info a.repair { color: #4CCC1B; }
.comment .info a.delete { color: #f00; }

.comment .comment-topic { font-size: 11px; color: #999; padding-bottom: 3px; padding-left: 2px; }
.comment .comment-topic a { font-weight: bold; }
.comment .comment-topic a.comment-blog { color: #999; }
.comment .comment-topic a.comment-total { background: url(http://smart-lab.ru/templates/skin/smart-lab-x3/images/comment-total.gif) no-repeat 0 4px; padding-left: 10px; margin-left: 10px; text-decoration: none; font-weight: normal; color: #78c658; }

.comments.padding-none { padding-left: 0; }
.comments.padding-none .comment .content, .comments.padding-none .comment .info { margin-left: 0; }
.comments.padding-none .voting { top: 24px; }

/*����� comments smartlaba*/

/*----------------------------- SITE SEARCH ----------------------------------*/
.search_match{
	background-color:#66CCFF;
	color:#FFF;
    border-radius:2px;
    -moz-border-radius:2px;
	padding:0 2px;
}
.search_date{
	float:right;
	height:14px;
	font-size:10px;
	color: #5F98BF;
	margin:4px 4px 0 0;
}
#from_search{
	display:none;
	margin:10px 0 0 0;
	border-top:1px #4DA4CF solid;
	position:relative;
}
#from_search label{
	color: #666;
}
#from_search label.selected{
	color: #000;
}
.price_search {
	width: 60%;
	border: 1px solid #666666;
}

.search_input {
	width: 300px;
	border:solid 1px gray;
}
.search_block {
	margin:0 0 7px 0;
	clear:both;
	padding:0 5px 5px;
    border-radius:6px;
    -moz-border-radius:6px;
	clear:both;
	overflow:hidden;
}
.search_result_title {
	font-size:16px;
	font-weight:bold;
}
.search_result_title span {
	width:25px;
	display:block;
	float:left;
}
.search_result_desc {
	margin:4px 0 0 20px;
}
.search_result_desc p {
	color:#666;
	clear:both;
}
.search_result_desc a {
	color:#666;
}
.blockFixed{
	position:fixed;
	width:180px;
	right:0;
	top:0;
	background-color:#fff;
	border:1px solid #c8c8c8;
	padding:5px;
}
.blockTop{
	margin:0 0 1px 0;
	background-color:#FFF;
	padding:5px 10px;
}
@media only screen and (max-width: 1350px) { 
	body{
		
	}
}
@media only screen and (max-width: 1160px) {
	.blockFixed{
		display:none;
    } 
}

.news_forum table{
	border-collapse:collapse;
	width:100%;
	background:#131722;
	color:#c8c8c8;
}
.news_forum td,.news_forum th{
	/*padding:3px;*/
	border:1px solid #000;
}
.news_forum th{
	background-color:#2a2e39;
	color:#c8c8c8;
}
.news_forum .title{
	color:#c8c8c8;
	text-align:center;
}
.news_forum .bold{
	/* font-weight:bold; */
	color:#c8c8c8;
}
.news_forum .body{
	padding-left:10px;

}
.news_forum .body a{
	color:#c8c8c8;
}
.news_forum tr td{
	padding:0 5px;
}
.news_forum tr td:nth-child(1){
	width:44px;
	white-space: nowrap;
}
.news_forum tr td:nth-child(3){
	width:40px;
	white-space: nowrap;
}
.news_forum .comment{
	text-align:center;
	width:80px;
}
.news_forum .comment .views,.news_forum .comment .comments,.news_forum .comment .count,.news_forum .comment img{
	font-weight:normal;
	display:inline-block;
}
.news_forum .comment .comments{
	margin-left:2px;
}
.news_forum .comment .views .count{
	margin-right:2px;
	margin-left:5px;
}
.news_forum .comment .comment_icon:hover{
	background:url('/images/comment_news2.png') no-repeat center center;
}
.news_forum .new .body a{
	color:green;
}
.yarlikNewsForum{
    color:#000;
	position:fixed;
	left:0;
	top:20px;
	line-height:18px;
	background-color:lightgreen;
	padding:5px;
	height:48px;
	-webkit-border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
	border:1px solid #fff;
	width:1px;
	cursor:pointer;
}
.yarlikNewsForum span{
	display:none;
}
.yarlikSignals{
    color:#000;
	position:fixed;
	left:0;
	top:70px;
	background-color:rgb(255, 118, 14);
	padding:5px;
	height:41px;
	-webkit-border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
	border:1px solid #fff;
	width:1px;
	cursor:pointer;
}
.yarlikSignals span{
	display:none;
}
#yarlikLastCommentForum{
    color:#000;
	position:fixed;
	left:0;
	top:150px;
	background-color:#cec4ff;
	padding:5px;
	min-height:30px;
	-webkit-border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
	border:1px solid #fff;
	width:1px;
	cursor:pointer;
}
#yarlikLastCommentForum span{
	display:none;
}

a.knopkazel {
  color: #000; /* ���� ������ */
  font-family: arial;
  font-size: 14px;
  text-decoration: none; /* ������� ������������� � ������ */
  user-select: none; /* ������� ��������� ������ */
  background: #0ecb81; /* ��� ������ */
  padding: .2em 0.6em; /* ������ �� ������ */
  outline: none; /* ������� ������ � Mozilla */
/*  border-radius: 5px 5px 5px 5px;*/
} 
a.knopkazel:hover { background: #0ecb81; } /* ��� ��������� ������� ����� */
a.knopkazel:active { background: #0ecb81; } /* ��� ������� */

a.knopkaser {
  color: #000; /* ���� ������ */
  font-family: arial;
  font-size: 14px;
  text-decoration: none; /* ������� ������������� � ������ */
  user-select: none; /* ������� ��������� ������ */
  background: rgb(217,220,223); /* ��� ������ */
  padding: .2em 0.3em; /* ������ �� ������ */
  outline: none; /* ������� ������ � Mozilla */
 /* border-radius: 5px 5px 5px 5px; */
} 
a.knopkaser:hover { background: rgb(225,229,234); } /* ��� ��������� ������� ����� */
a.knopkaser:active { background: rgb(225,229,234); } /* ��� ������� */

a.knopkaleft:hover { text-decoration: underline; } /* ��� ��������� ������� ����� */
a.knopkaleft:active { text-decoration: underline; } /* ��� ������� */

a.weare {
  color: #fff; /* ���� ������ */
  font-family: arial;
  font-size: 12px;
  float: right;
  text-decoration: none; /* ������� ������������� � ������ */
  user-select: none; /* ������� ��������� ������ */
  background: rgb(95,176,95); /* ��� ������ */
  padding: .0em 0.3em; /* ������ �� ������ */
  outline: none; /* ������� ������ � Mozilla */
  border-radius: 3px 3px 3px 3px;
} 
a.weare:hover { background: rgb(101,196,101); } /* ��� ��������� ������� ����� */
a.weare:active { background: rgb(101,196,101); } /* ��� ������� */

a.weare2 {
  color: #000; /* ���� ������ */
  font-family: arial;
  font-size: 12px;
  float: right;
  text-decoration: none; /* ������� ������������� � ������ */
  user-select: none; /* ������� ��������� ������ */
  background: rgb(217,220,223); /* ��� ������ */
  padding: .0em 0.3em; /* ������ �� ������ */
  outline: none; /* ������� ������ � Mozilla */
 /* border-radius: 3px 3px 3px 3px; */
} 
a.weare2:hover { background: rgb(225,229,234); } /* ��� ��������� ������� ����� */
a.weare2:active { background: rgb(225,229,234); } /* ��� ������� */

@media only screen and (max-width: 1024px) {
	#jivo_top_wrap{
		display:none;
    } 
}

.search_forum_module{
	margin:10px 0;
}

/** Core messages styles [AM][start] **/
.button_yes, .button_no {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid;
    cursor: pointer;
    font-family: tahoma,verdana,arial,sans-serif,Lucida Sans;
    font-size: 11px;
    margin: 3px;
    outline: medium none;
    overflow: visible;
    padding: 4px 14px;
    white-space: nowrap;
}
.button_yes::-moz-focus-inner, input.button_no::-moz-focus-inner {
    border: 0 none;
}
.button_yes {
    background: none repeat scroll 0 0 #5D81A7;
    border: 1px solid #45688E;
}
.button_yes {
    background: url('../images/core/button.png') repeat-x scroll 0 -16px #6181A6;
    border-color: #789ABF #5980A9 #5980A9;
    color: #FFF;
    text-shadow: 0 1px 0 #45688E;
}
.button_yes:hover {
    background-position: 0 -8px;
}
.button_yes:active {
    background: none repeat scroll 0 0 #5E80A5;
    border: 1px solid #5E80A5;
    position: relative;
}
.button_no {
    background: none repeat scroll 0 0 #E0E0E0;
    border: 1px solid #B3B3B3;
}
.button_no {
    background: url('../images/core/button.png') repeat-x scroll 0 -54px #DDDDDD;
    border-color: #FFFFFF #E7E7E7 #E5E5E5;
    color: #444444;
    text-shadow: 0 1px 0 #FFFFFF;
}
.button_no:hover {
    background-position: 0 -46px;
}
.button_no:active {
    background: none repeat scroll 0 0 #DCDCDC;
    border: 1px solid #DCDCDC;
    position: relative;
}
#popup_container {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: left;
}
#popup_container .b {
    background: transparent url('../images/core/b.png') repeat scroll 0 0;
}
#popup_container .tl {
    background: transparent url('../images/core/tl.png') repeat scroll 0 0;
    *background: url('../images/core/tl.png');
}
#popup_container .tr {
    background: transparent url('../images/core/tr.png') repeat scroll 0 0;
}
#popup_container .bl {
    background: transparent url('../images/core/bl.png') repeat scroll 0 0;
}
#popup_container .br {
    background: transparent url('../images/core/br.png') repeat scroll 0 0;
}
#popup_container table {
    border-collapse: collapse;
    margin: auto;
}
#popup_container .body {
    background: #fff;
    width: 600px;
}
#popup_container .tl,
#popup_container .tr,
#popup_container .bl,
#popup_container .br {
    height: 10px;
    overflow: hidden;
    padding: 0;
    width: 10px;
}
#popup_title,
#note_title {
    background: none repeat scroll 0 0 #396EA4;
    border: 1px solid #396EA4;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 6px;
    text-shadow: 0 1px 0 #111111;
}
#popup_container .popup_x_button,
#noteform .popup_x_button {
    background: url('../images/core/boxicon.gif') repeat scroll -4px -2px #9AB5D1;
    cursor: pointer;
    float: right;
    height: 17px;
    margin: 5px 7px 0;
    padding: 0;
    width: 17px;
}
#popup_container .popup_x_button:hover,
#noteform .popup_x_button:hover {
    background-color: #fff;
}
#popup_progress {
    display: none;
    text-align: center;
    width: 100%;
    margin: 45px 0 28px;
}
#popup_content {
    padding: 0;
    margin: 0;
}
#popup_message {
    color: #111;
    font-size: 13px;
    padding: 0 3px 0 3px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
	overflow:hidden;
}
#popup_message .box_message_content {
    color: #111;
    font-size: 13px;
    margin: 5px;
    padding: 5px;
}
#popup_panel, #note_panel {
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    margin-top: 0px;
    padding: 3px;
    padding-right: 10px;
    text-align: right;
}
#popup_prompt {
    margin: 0.5em 0
}
span.ajax-loader {
    background: url('../images/core/ajax-loader.gif') no-repeat;
    display: none;
    float: left;
    left: 6px;
    position: relative;
    top: 11px;
    width: 36px;
}
#popup_info {
    border: 1px solid #666666;
    display: none;
    float: left;
    margin: 3px 2px;
    padding: 2px 9px 1px;
    position: relative;
}
#popup_info.error {
    background-color: #E6A4A4;
}
#popup_info.info {
    background-color: #AEFFA4;
}
/** Core messages styles [AM][end] **/

#popup_message div.js_smiles, #smileajax {
    height: 1px;
}
#popup_message div.js_smiles a, #smileajax a {
    text-decoration: none;
}

/** Popup smile and bb-code panel [AM][end] **/
#thread_poll_mod{
	height:250px;
}
#thread_poll_mod .forum_poll_table{
	border:1px solid #c8c8c8;
	height:100%;
}
#thread_poll_mod .forum_poll_title{
	font-size:12px;
}
#thread_poll_mod .forum_poll_data{
	background:none;
	padding-bottom:0;
	border-bottom:solid 1px #c8c8c8;
}

/*--------------------------- MODULE "POLLS" ---------------------------------*/
.mod_poll_title {
	margin-bottom: 5px;
}
.mod_poll_submit {
	margin-top: 10px;
}
.mod_poll_gauge {
	background-color:#09C;
	display: table;
	height: 8px;
	margin-bottom: 8px;
}
.search_field {
	width: 100%;
	border: 1px solid #666666;
}
.search_row1 {
	background-color:#FFFFFF;
}
.search_row2 {
	background-color:#EBEBEB;
}
.google{
	width:956px;
	height:90px;
	line-height:78px;
	overflow:hidden;
	background-color:#fff;
	text-align:center;
	font-size:30px;
	color:#FFF;	
	border-bottom: 1px solid #C8C8C8;		
}
.google2,.google3{
	margin:5px 0 10px;
	float:left;
	width:466px;
	overflow:hidden;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:30px;
	color:#FFF;
	border-bottom: 1px solid #C8C8C8;
    border-top: 1px solid #C8C8C8;	
}
.google2{
	margin-right:3px;
}
.google4{
	overflow:hidden;
	height:90px;
	line-height:60px;
	text-align:center;
	font-size:30px;
	color:#FFF;
	margin-right:10px;
}
.google5{
	float:left;
	width:195px;
	overflow:hidden;
	height:90px;
	line-height:60px;
	text-align:center;
	font-size:30px;
	color:#FFF;	
}

.undertablebottom{
	float:left;
	margin:20px;
	overflow:hidden;
}
.undertablebottom .google6{
	float:left;
	width:300px;
	overflow:hidden;
	margin-right:9px;
}
.undertablebottom .opros{
	float:left;
	width:202px;
	overflow:hidden;
	margin-right:9px;
}
.undertablebottom .slider{
	float:left;
	overflow:hidden;
	width:416px;
}
.undertablebottom .google7,.undertablebottom .google8{
	float:left;
	width:468px;
	overflow:hidden;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:30px;
	color:#FFF;	
}
.undertablebottom .google7{
	margin-right:64px;
}

.mainpage-block{

}
.block h2{
	padding-bottom:3px;
}
.quotes-block{
	width:922px;
	float:left;
	min-height:500px;
}
.trade-block{
	width:458px;
	float:right;
}
.news-block{
	width:458px;
	float:right;
	margin-bottom:30px;
	clear:right;
}
.quotes-block *,.news-block *{
	box-sizing:content-box;
}
.header-center{
	display:table-cell;
	padding:0 20px;
	vertical-align:middle;
	margin-right:auto;
}
.headerButtonsRight{
	display:flex;
	align-items: center;
}
.header_balance{
	display:inline-block;
	width:170px;
	text-align:right;
}
.headerRight > .line{
	display: flex;
	justify-content: right;
}

#users_online{
	margin-bottom:2px;
}
.google9_module{
	text-align:center;
	margin:20px 0 20px 0;
}

.pageNav{
	padding:0;
	float: left;
    list-style-type: none;
    margin: 20px 0;
}
.pageNav li{
	float:left;
	padding:0;
	margin-right:6px;
}
.pageNav li a{
	background-color: #ebebeb;
    border: 1px solid #999;
    padding: 2px 6px;
}
.pageNav li a.selected{
	background-color:#c8c8c8;
}

.instrumentsTime{
	border-collapse:collapse;
	border:1px solid #c8c8c8;
}
.instrumentsTime td,.instrumentsTime th{
	border:1px solid #c8c8c8;
	padding:2px 5px;
}
.instrumentsTime th{
	background-color:#131722;
}
.instrumentsTime .title{
	text-align:left;
	line-height:26px;
}
.instrumentsTime .title img{
	display:block;
	float:left;
	margin-right:5px;
}


.pagelist{
	margin: 30px 0 20px;
	font-family:verdana;
	font-size: 12px;
	color:#000;
}
.pagelist a{
	font-family:verdana;
	color:#000;
}
.pagelist span{
	color:#555;
}
.pagelist_nums{
	color:#333;
	text-decoration:none;
	border:1px solid #eee;
	background-color:#eee;
	padding:0 5px;
}
.pagenum{
	display: inline-block;
	text-align: center;
	border:1px solid #eee;
	padding:0 5px;
	text-decoration: none;
	background-color: #fff;
}
.pagenum_bold{
	font-weight: bold;
	background-color: #eee;
}

/*������ jivosite*/
.jivo-btn {   -webkit-box-sizing: border-box;   -moz-box-sizing: border-box;   box-sizing: border-box;   margin: 0;  
 text-transform: none;   cursor: pointer;   background-image: none;   display: inline-block;   padding: 6px 12px;   margin-bottom: 0;  
  font-size: 14px;   font-weight: normal;   line-height: 1.428571429;   text-align: center;   vertical-align: middle;   cursor: pointer;  
   border: 0px;   border-radius: 4px;   white-space: nowrap;   -webkit-user-select: none;   -moz-user-select: none;   
   -ms-user-select: none;   -o-user-select: none;   user-select: none;
}
.jivo-btn:hover {   box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.2), inset 0 0 20px 10px rgba(255,255,255,0.3);  
	 -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.2), inset 0 0 20px 10px rgba(255,255,255,0.3);  
	  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.2), inset 0 0 20px 10px rgba(255,255,255,0.3);
}
.jivo-btn.jivo-btn-light:hover{   
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.3), inset 0 0 20px 10px rgba(255,255,255,0.1);   
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.3), inset 0 0 20px 10px rgba(255,255,255,0.1);   
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.3), inset 0 0 20px 10px rgba(255,255,255,0.1);
}
.jivo-btn.jivo-btn-light{   box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.3);   
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.3);   
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.3);
}
.jivo-btn:active,.jivo-btn.jivo-btn-light:active{   box-shadow: 0 1px 0px rgba(255,255,255,0.4), inset 0 0 15px rgba(0,0,0,0.2);   
	-moz-box-shadow: 0 1px 0px rgba(255,255,255,0.4), inset 0 0 15px rgba(0,0,0,0.2);  
	 -webkit-box-shadow: 0 1px 0px rgba(255,255,255,0.4), inset 0 0 15px rgba(0,0,0,0.2);   
	 cursor: pointer;}.jivo-btn:active {   outline: 0;   background-image: none;   -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);   
	 box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.jivo-btn-gradient {   background-image: url(//static.jivosite.com/button/white_grad_light.png);   background-repeat: repeat-x;
}
.jivo-btn-light.jivo-btn-gradient {   background-image: url(//static.jivosite.com/button/white_grad.png);
}
.jivo-btn-icon {   width:17px;   height: 20px;   background-repeat: no-repeat;   display: inline-block;   vertical-align: middle;  
	 margin-right: 10px;   margin-left: -5px;
}
.jivo-btn-light {   color: #fff;}
.jivo-btn-dark {   color: #222;}
/*�����*/

.notWebsocket{
	padding:10px;
	color:red;
	font-size:16px;
	text-align:center;
	background-color:#f2f2f2;
}

.bitcoin_icon{
	background:url('/images/icons/bitcoin.svg') no-repeat center center #fff; 
	width:17px;
	height:17px;
	margin-left:5px;
	display:inline-block;
	vertical-align:top;
}
.header_balance .balance{
	color:#fff;
}

/*����� ���������� �������*/
.universalTable{
	color:#c8c8c8;
	border-collapse: collapse;
	background-color:#131722;
}
.universalTable th,.universalTable td{
	padding:5px 10px;
	/*border:1px solid #000;*/
	font-weight:normal;
	vertical-align:top;
}
.universalTable th{
	background-color:#2a2e39;
}

.universalTable th.arrow-down{

}
.universalTable th.arrow-down:before{
	content: " ";
	background: url(/images/icons/arrow-down.svg) no-repeat right center/18px 18px;
	background-color:#2a2e39;
	float:right;
	width:18px;
	height:18px;
	margin-right:-8px;
	display:inline-block;
}
.universalTable th.arrow-up{

}
.universalTable th.arrow-up:before{
	content: " ";
	width:18px;
	height:18px;
	float:right;
	margin-right:-8px;
	background: url(/images/icons/arrow-down.svg) no-repeat right center/18px 18px;
	background-color:#2a2e39;
	transform: rotate(180deg);
	display:inline-block;
}

.login_form table{
	margin:0 auto;
	width:auto;
}
.login_form .lf_title{
	margin-bottom:5px;
}
.login_form .lf_field{
	margin-bottom:10px;
}

.white-popup{
	background-color: #131722;
	position: relative;
	padding: 20px 30px 20px 30px;
	width: auto;
	margin: 0 auto;
	max-width: 800px;
	text-align:left;
	display:inline-block;
}
.white-popup h3{
	margin-bottom:20px;
}
.white-popup .mfp-close {
	width: 35px;
	height: 35px;
	line-height: 35px;
	right: -3px;
	top: -1px;
}

.siteShadow{
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index:1000;
}
.main-preloader{
	background:url("/images/ajax-loader.gif") no-repeat center center !important;
	position:absolute;
	top:50%;
	left:50%;
	z-index:1001;
}

.mobile_menu{
	display:none;
}

.personalMenu .btn{
	margin-bottom:5px;
}

.error{
	color:var(--red);
}
.success{
	color:green;
}
.red{
	color:red;
}
.green{
	color:green;
}


/*dialog*/
.ui-dialog{
	box-shadow:1px 1px 5px #000;
	padding:0;
	background-color: #131722;
}
.ui-dialog-titlebar{
	margin:-1px -1px 0 -1px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{
	border-radius:0;
}
.ui-widget-content{
	border:0;
}
.ui-draggable .ui-dialog-titlebar{
	
}
.ui-icon.ui-icon-closethick{
	background:url('/images/icons/close.svg') no-repeat left top !important;
}
.ui-icon-newwin{
	background-color:#999;
}
.ui-widget-header .ui-state-focus{
	background:#fff !important;
	box-shadow:none;
	border:none !important;
	color:#fff;
	
}
.ui-widget-header{
	font-weight:normal;
	background-color: #131722;
    color: #fff;
    border:0;
}
.ui-dialog .ui-dialog-titlebar-full {
	position: absolute;
	right: 2em;
	top: 50%;
	width: 19px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 18px;
}

.ui-dialog .ui-dialog-titlebar-full span {
	display: block;
	margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-full:hover,
.ui-dialog .ui-dialog-titlebar-full:focus {
	padding: 0;
}
.ui-widget.ui-widget-content{
	border-color:#131722;
}
.ui-dialog-titlebar-close,.ui-dialog-titlebar-close:hover,.ui-dialog-titlebar-close:focus,.ui-state-hover{
	background:none !important;
	border:none !important;
	outline: none;
}

*:focus,*:hover,*:before{
	outline: none !important;
	box-shadow:none !important;
}

.h1_right{
	display: inline-block;
    float: right;
    cursor: pointer;
    font-size: 15px;
}

.banners a{
	display:block;
}
.banners img{
	max-width:100%;
	display:block;
}
.banners .bannerLeft{
	text-align:center;
	max-width:50%;
	float:left;
	width:100%;	
	margin-top:5px;
	margin-bottom:5px;
}
.banners .bannerRight{
	text-align:center;
	max-width:50%;
	width:100%;
	float:right;
	margin-top:5px;
	margin-bottom:5px;
}

.form-control-small{
	height: 30px;
	padding: 5px 8px;
}

.display-none{
	visibility: hidden;
	position:absolute;
}

.popup-window{
	background:#2a2e39;
	border:1px solid #131722;
}

.bx-calendar{
	color:inherit;
}
.bx-calendar-top-month, .bx-calendar-top-year{
	color:inherit !important;
}
.bx-calendar-cell, .bx-calendar-cell:link, .bx-calendar-cell:active, .bx-calendar-cell:visited{
	color:inherit;
}
.bx-calendar-date-hidden, .bx-calendar-date-hidden:link, .bx-calendar-date-hidden:active, .bx-calendar-date-hidden:visited {
	color: #fff;
}
.bx-calendar-weekend, .bx-calendar-weekend:link, .bx-calendar-weekend:active, .bx-calendar-weekend:visited {
	color: #d25050;
}
.bx-calendar-range {
	border-bottom: 1px solid #50555d;
}
.bx-calendar-active {
	background-color: #50555d;
}

.input-group-text{
	background-color:#2a2e39;
	border:unset;
	border-radius:unset;
	color:unset;
}

.field-error{
	font-size:13px;
	color:#f6465d;
	margin-top:4px;
}
.copy-text{
	display: flex;
	justify-content: space-between;
	overflow-wrap: anywhere;
}
.copy-text .copy{
	background: url(/images/icons/copy.svg) no-repeat;
	width: 18px;
	background-size: contain;
	height: 19px;
	margin-left: 10px;
	cursor: pointer;
	min-height: 19px;
	min-width: 18px;
}

.mfp-bg,.mfp-wrap{
	min-width:456px;
}

.desktop{
	display:unset;
}
.mobile{
	display:none;
}

/*шаблон страницы launchpad*/
.launchpad-main-block{
	overflow:hidden;
}
.launchpad-main-block > .left {
	width: 908px;
	float: left;
	overflow: hidden;
}
.launchpad-main-block > .right{
	width: 458px;
	float: right;
}
.launchpad-main-block > .left iframe{

}

@media only screen and (max-width: 1399px){
	.launchpad-main-block{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.launchpad-main-block > .left{
		max-width: 908px;
		float: none;
		order: 1;
		flex-basis: 100%;
		min-height: unset;
	}
	.launchpad-main-block > .right {
		max-width: 908px;
		order: 0;
		margin-bottom: 20px;
		float: none;
		flex-basis: 100%;
	}
	.launchpad-main-block .launchpad-tokens{
		height:600px !important;
	}
}

@media only screen and (max-width: 928px) {
	.launchpad-main-block {
		flex-direction: column;
		align-content: center;
	}
	.launchpad-main-block > .left,
	.launchpad-main-block > .right{
		max-width: 458px;
	}
}