.hide {
	display:none !important;
}
.block {
	display:block;
	float:left;
	width:100%;
}
.relative {
	position:relative;
}
.table {
	float:left;
	width:100%;
	display:table;
}
.table-cell{
	position:relative;
	display:table-cell;
}
.span50px {
	width:50px;
	color:#a4abba;
	font-size:11px;
	line-height:25px;
}

/* message-list */
.message-list.block {
	position: static !important;
	display: block;
	float: left;
	width:100%;
}

.c-under-wrapper {
float: left;
width: 100%;
}
.c_right {
	position: relative;
}
.c_right-wrapper {
	float: left;
	width: 100%;
}

/* fixed */
.fixed .message-list{
	width:auto;
	right:235px;
}
/* хак для ОПЕРЫ */
noindex:-o-prefocus,.fixed .message-list {
	bottom:103px;
}
.fixed .right-block{
	width:235px;
}
.fixed .message-enter {
	width:auto;
	right:235px;
}

/* SCROLL FIX */
.message-list {
	margin-top:15px;
	padding-right:6px;
}
/* fix for <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> */
.message-list #message-list{
	display:block;
	height:100%;
}


.scroll-fix .mCSB_scrollTools .mCSB_dragger{
	margin-top: 0;
	width:100%;
	left:0;
}
.scroll-fix  .mCustomScrollBox .mCSB_scrollTools {
	width:auto;
}
.scroll-fix .mCSB_scrollTools .mCSB_draggerContainer{
	width: 10px;
	position: absolute;
	right: 0;
	top: 0;
	background: #E4E6EB;
	border-right: 1px solid #D6D9E3;
	border-bottom: 1px solid #D6D9E3;
	border-radius: 5px;
}
/* scroll fix */

/* ОКНО СООБЩЕНИЙ */
.message-list {
	position:fixed;
	top:52px;
	left:0;
	bottom:88px;
	width:70%;
}
.message-list .hidden{
	position: absolute;
	z-index: 1000;
	left: 0;
	right: 16px;
	bottom: 0;
	height: 11px;
	background: url(../images/chat/hide-b.png);
}
.message-list ul{
	float:left;
	width: 100%;
	padding: 0 28px 0 10px;
	list-style:none;
}
.message-list ul > li {
	float:left;
	width: 100%;
	margin-top:5px;
	padding-bottom:7px;
	border-bottom:1px solid #edeff2;
}
.message-list ul li ul li {
	padding-bottom:0px;/**/

}
.message-list ul > li.no-border {
	border:0;
}

.message-list ul li .date{
	float:left;
	padding: 5px 7px;
	margin-left:40px;
	font-size: 13px;
	background: #edeff3;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.message-list ul li .icon-man-white {
	padding-left: 18px;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	white-space: nowrap;
}
.message-list-sub {
	float:left;
	width: 100%;
	padding:0 3px 3px 3px!important;
}
.message-list-sub > li {
	float:left;
	width:100%;
	padding-bottom:15px;
	border:0 !important;
}
.message-list-sub > li:last-child {
	padding-bottom: 0;
}
.hidden-button {
	position:relative;
	line-height:17px;
}
.hidden-button .btn-small{
	display: none;
}

.hidden-button:hover .btn-small{
	display: inline;
}
.hidden-button:hover {
	padding-right: 70px;
}

/* ОКНО ВВОДА СООБЩЕНИЯ */
.message-enter {
	position:fixed;
	bottom:0;
	left:0;
	width:70%;
	height:88px;
}
.message-enter input{
	outline:none;
}
.message-enter .decorate-border {
	position:absolute;
	top:15px;
	left:15px;
	right:15px;
	bottom:15px;
}
.message-enter textarea{
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	outline:none;
	font-size:13px;
	padding:5px 120px 5px 10px;
	resize:none;
	border:1px solid #abadb3;
}
.message-enter .btn{
	position:absolute;
	top: 28px;
	right:40px;
}
/* ОКНО СПИОК КОНТАКТОВ */
.right-block {
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	width:30%;
	background:#edeff3;

}
.right-block .ttl {
	float:left;
	width:100%;
	line-height:30px;
	margin-bottom:10px;
}
.right-block .h-online {
	display:inline-block;
	float:left;
	font-size:19px;
	font-weight: bold;
	color:#608d18;

}
.right-block .icon-man-gray {
	display:inline-block;
	float:right;
}
.full-topics .contact-list{
	display:none;
}
.full-topics .chat-topics{
	top:0;
	bottom: 75px;
	padding: 10px 10px 10px 15px;
}
.full-topics .contact-list-cont .block{
	position:fixed;
	bottom:10px;
	background:#edeff3;
}
#contact-list-cont2 {
	height:100%;
}
.contact-list {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	bottom:300px;
	padding:10px 10px 10px 15px;

}
.contact-list-cont{
	float:left;
	width:100%;
}
.contact-list #contact-list-cont {
	height:100%;
}
.contact-list-cont ul {
	float:left;
	width:100%;
	padding-right:25px;
}
.contact-list-cont ul li {
	border-bottom:1px solid #dfdfdf;
	padding:5px 0;
	line-height:160%;
}
.contact-list-cont ul li.no-border {
	border:0;
}
.contact-list-cont ul li:last-child {
	border-bottom:0;
}
.contact-list-cont ul li img{
	vertical-align:middle;
}
.contact-list-cont ul li span{
	vertical-align:middle;
	margin-left:7px;
}
.contact-list-cont ul li a{
	font-size: 13px;
	color: #373e48;
	text-decoration: none;
	border-bottom: 1px dotted #98a0ac;
}
.contact-list-cont ul li a:hover{
	color: #3C6B05;
}
.chat-topics {
	position:absolute;
	left:0;
	width:100%;
	bottom:0;
	padding:40px 10px 10px 15px;
}
.chat-topics .icon-message {
	float:right;
}
.chat-topics .ttl {
	margin-bottom:0;
	padding-bottom:10px;
	background: #edeff3;
}
.chat-topics .h-mor {
	display:inline-block;
	float:left;
	font-size:19px;
	font-weight: bold;
	color:#000;
}
.chat-topics .contact-list-cont {
	background: #edeff3;
}
.chat-topics .contact-list-cont ul li {
	padding: 8px 0;
}

.toggle-panel {
	position: absolute;
	width:100%;
	height:50px;
	bottom: 0;
	right: 0;
}
a.special{
	display:inline-block;
	margin: 10px 0;
	font-size: 13px;
	color: #a4abba;
	text-decoration: none;
	border-bottom: 1px dotted #98a0ac;
}
a.special:hover{
	color: #3C6B05;
}
/* КНОПКИ - ИКОНКИ */
.icon-man.gray {
	background: url(../images/chat/icon-man.png) no-repeat 2px 1px #e2e2e4;
	color:#373e48;
	font-size: 9px;
}
.icon-message {
	font-size:16px;
	color: #b0b6c3;
	padding-left:17px;
	background: url(../images/chat/icon-message.png) no-repeat left center;
}
.icon-man-gray {
	font-size:16px;
	color: #b0b6c3;
	padding-left:17px;
	background: url(../images/chat/icon-man-gray.png) no-repeat left center;
}
.icon-man-white {
	display:inline-block;
	width:16px;
	height:16px;
	vertical-align: top;
	background: url(../images/chat/icon-man-white.jpg) no-repeat;
}

.icon-logo-small {
	display:inline-block;
	margin: 0 10px;
	width: 109px;
	height: 100%;
	line-height: 100%;
	background: url(../images/chat/icon-logo-small.png) no-repeat center;
}
.btn input{
	cursor: pointer;
}
.btn-small {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #fafafa) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #fafafa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa');
	background-color:#ffffff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #e6e6e8;
	display:inline-block;
	color:#608d18;
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	padding:2px 6px;
	text-decoration:none;
	cursor:pointer;
}.btn-small:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fafafa), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #fafafa 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ffffff');
	background-color:#fafafa;
}.btn-small:active {
	position:relative;
	top:1px;
}

/* РњРµРЅСЋ С‚РёРї в„–1 " */
.menu-t1 {
	float: left;
	width: 100%;
	background: #202a44;
	padding-bottom: 4px;
	margin-top: 10px;
	position: relative;
}

.menu-t1 li {
	display: block;
	float: left;
	color: white;
	font-size: 19px;
	cursor: pointer;
	padding: 9px 14px;
	margin: 0 1px 0 0;
	background: #2D3957;
}

.menu-t1 li.act {
	background: #fff;
	color: #000;

}
/* Р‘Р»РѕРє Р°РІС‚РѕСЂРёР·Р°С†РёРё */
.block-auth {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display: table;
	width: 100%;
	vertical-align: top;
	padding: 14px 25px;
	border-top: 1px solid #82848B;
	border-right: 1px solid #CECFD0;
	border-bottom: 1px solid #AAADB5;
	border-left: 1px solid #CECFD0;
}
.block-auth-l {
	display: table-cell;
	vertical-align: top;
	width: 220px;
	border-right: 1px solid #e6e6e8;
}
.block-auth-r {
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
	padding-top: 23px;
}
.text-auth {
	float: left;
	width: 100%;
	background: url(../images/enter.gif) no-repeat 0 3px;
	font-size: 13px;
	font-weight: bold;
	padding-left: 14px;
	margin: 0px 0px 12px 0px;
}

.block-aut-hint{
	float: left;
	width: 100%;
	font-size: 13px;
	color: #939cac;
	padding: 13px 0;
}
.block-auth-r .block-aut-hint {
	padding: 0 0 12px 0;
}

.icon-list {

}
.icon-list li {
	padding: 1px;
	display: inline-block;
}
.icon-fb, .icon-facebook {
	display: inline-block;
	background: url(../images/icon-fb.png) no-repeat !important;
	width: 28px;
	height: 28px;
}
.icon-g, .icon-google {
	display: inline-block;
	background: url(../images/icon-g.png) no-repeat !important;
	width: 28px;
	height: 28px;
}
.icon-y, .icon-yandex {
	display: inline-block;
	background: url(../images/icon-y.png) no-repeat !important;
	width: 28px;
	height: 28px;
}
.icon-ml, .icon-mailru {
	display: inline-block;
	background: url(../images/icon-ml.png) no-repeat !important;
	width: 28px;
	height: 28px;
}
.icon-odn, .icon-odnoklassniki {
	display: inline-block;
	background: url(../images/icon-odn.png) no-repeat !important;
	width: 28px;
	height: 28px;
}
.icon-tw, .icon-twitter {
	display: inline-block;
	background: url(../images/icon-tw.png) no-repeat !important;
	width: 28px;
	height: 28px;
}
.icon-vk, .icon-vkontakte {
	display: inline-block;
	background: url(../images/icon-vk.png) no-repeat !important;
	width: 28px;
	height: 28px;
}

/* input class */
.input-t1 {
	width: 187px;
	padding: 5px;
	margin: 0px 0px 12px 0;
	border-top: 1px solid #82848B;
	border-right: 1px solid #CECFD0;
	border-bottom: 1px solid #AAADB5;
	border-left: 1px solid #CECFD0;
}

/* BLOCK DEF*/
.block-def {
	position: relative;
	display: block;
	float: left;
	width: 100%;
}
.block-def.loading .blur{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:  url(../images/loading.gif) no-repeat center center, url(../images/blur.png);
}
.block-def.hide {
	display: none;
}

/* FIX */
.message-list #chat li:last-child {
	border: 0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.message-list a{
	text-decoration: underline;
}


#comments textarea, #addquestion textarea {
	width:98%;
}

.content {
	position: relative;
}
.c_right.fix {
	position: fixed;
	bottom: 5px;
}

.c_right.down {
	position: absolute;
	bottom: 10px;
	right: 0px;
}


.c_center.hide {
	display: none;
}
.c-under.w75 {
	width: 75% !important;
	margin: 0px 40px 0px 0px;
}
.comment-info {
	overflow: hidden;
}
.comment-info li {
	padding: 7px;
}
.comment-info li.icon {
	margin: 0 !important;
	padding: 0 !important;
}

.is-social .comment-body {
	display: table !important;
	float: none !important;
	padding:0 !important;
}
.is-social .comment-name {

}
.is-social .comment-post {
	display: table-cell;
	width: 100%;
	float: none !important;
	vertical-align: top;
}
.is-social .comment-body .clear {
	display: none !important;
}

.is-social .comment-info {
	/* background: none repeat scroll 0% 0% rgb(237, 239, 243);*/ 
}
.is-social .comment-raiting {
	display: none;
}

.block-auth .enter-button {
	display: inline-block;
	margin-left: 7px;
	font-weight: bold;
	font-size: 13px;
	padding: 6px 0 9px 0 ;
	width: 59px;
	line-height: 20px;
	cursor: pointer !important;
	background: url(../images/enter-but.gif) no-repeat 0 0;

}


			.ask-but {padding:0 0 0 10px !important; background:url(../images/ask-but-div.gif) no-repeat 0 0; float:left; clear:both}
			.ask-but.disabled {background:url(../images/ask-but-div-disabled.gif) no-repeat 0 0;}
				.noborder .ask-but {margin: -30px 0 8px -9px;}
				.ask-but a {padding:8px 10px 10px 0; background:url(../images/ask-but-a.gif) no-repeat top right; font-size:13px; font-weight:bold; color:#000; display:block;}
				.ask-but input {padding:8px 10px 10px 0 !important; background:url(../images/ask-but-a.gif) no-repeat top right; font-size:13px; font-weight:bold; color:#000; display:block; cursor:pointer}
				.ask-but.disabled a {background:url(../images/ask-but-a-disabled.gif) no-repeat top right;}
				.ask-but.disabled input {background:url(../images/ask-but-a-disabled.gif) no-repeat top right; color: #9c9c9c; line-height: 18px;}
			.xbet-but {background:url(../images/xbet-but.png) no-repeat 0 0; float:right; font-size: 13px; font-weight: bold; width: 89px; height: 33px; }
				.xbet-but a {display: block; height: 33px; color:#000}
				


    .bestuser3000 {background:#E7F3CE; padding: 13px 13px 5px 20px; margin: -2px 0 0 -20px;}
	.bestuser3000 .comment-info li {background: #D6E4C4}
	.bestuser3000 .comment-info li:last-child {background: #CCDDB4; color:#4B720C; position: relative; padding-left:23px;}
	    .bestuser3000 .comment-info li:last-child:after {position: absolute; display: block; left:6px; top:9px; background: #4B720C; content:' '; width: 9px; height: 9px; border: 1px solid #fff; border-radius: 9px}
	    .bestuser3000 .comment-raiting {right: 13px;}
	    
    .bestuser2000 {background:#DBE6F6; padding: 13px 13px 5px 20px; margin: -2px 0 0 -20px;}
	.bestuser2000 .comment-info li {background: #D2DCF0}
	.bestuser2000 .comment-info li:last-child {background: #C9D3E7; color:#4F5C76; position: relative; padding-left:23px;}
	    .bestuser2000 .comment-info li:last-child:after {position: absolute; display: block; left:6px; top:9px; background: #6179A8; content:' '; width: 9px; height: 9px; border: 1px solid #fff; border-radius: 9px}
	    .bestuser2000 .comment-raiting {right: 13px;}
	    
    .bestuser1000 {background:#F1F1F3; padding: 13px 13px 5px 20px; margin: -2px 0 0 -20px;}
	.bestuser1000 .comment-info li {background: #E0E2E7}
	.bestuser1000 .comment-info li:last-child {background: #D4D7E0; color:#4F5C76; position: relative; padding-left:23px;}
	    .bestuser1000 .comment-info li:last-child:after {position: absolute; display: block; left:6px; top:9px; background: #656B77; content:' '; width: 9px; height: 9px; border: 1px solid #fff; border-radius: 9px}
	    .bestuser1000 .comment-raiting {right: 13px;}
	    
/*.xbet_comment_head {position: absolute; right:12px; top:10px; }
	.xbet_comment_head span, .xbet_comment_head img {display: inline-block; vertical-align: middle; }
	.xbet_comment_head span {color:#8d9aa2; font-size: 13px; margin:0 9px 0 0}*/
	
	.xbet-button a {
		color:#8d9aa2; font-size: 13px;
	}
	
	.xbet-button a img {
		padding: 0 10px;
		display: inline-block; vertical-align: middle; 
	}
	
	.xbet-button {
		float: right;
		height: 45px;
		line-height: 45px;
	}