html {
	margin: 0;
	padding: 0;
	position: relative;
	min-height: 100%;
}

body {
	/* color:#464646;
	font:14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin: 0 0 328px 0;
	margin-bottom: 0;
	background:#D4D9E0;
	min-width:1000px;
    padding: 0;
    height: 100%;
    background: url(/images/bg-wrapper.gif) top center repeat-y #D4D9E0; */
}

a {
	text-decoration: underline;
	color: #244F8A;
	outline: none;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0;
}

img {
	border-style: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input,
textarea,
select {
	font: 100% Arial, Helvetica, sans-serif;
	vertical-align: middle;
	outline: none;
	padding: 0;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: 0;
}

header,
footer,
article,
section,
hgroup,
nav,
figure {
	display: block;
}

figure {
	margin: 0;
	padding: 0;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.hidden {
	display: none;
}

.holder {
	overflow: hidden;
	height: 1%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.notransition {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.text-block .holder,
.info-assistant .holder {
	padding: 0;
}

.wrapper3 {
	width: 100%;
	min-width: 1000px;
	position: relative;
	overflow: hidden;
	min-height: 100%;
	height: auto !important;
	margin: 0px 0px -328px 0px;
}

.wrapper2 {
	float: left;
	left: 50%;
	width: 1010px;
	position: relative;
	padding: 0px 0px 348px 0px;
}

#wrapper {
	position: relative;
	float: left;
	left: -50%;
	width: 960px;
	padding: 0 25px;
	background-color: #f6f6f6;
	min-height: 100%;
	height: auto;
}

#header:not(input) {
	width: 960px;
	margin: 0 -24px;
	padding: 0 24px 38px;
}

#header:after {
	display: block;
	clear: both;
	content: "";
}

.logo-holder {
	padding: 60px 0 0;
	float: left;
	width: 350px;
}

.logo {
	display: block;
	width: 293px;
	height: 82px;
	overflow: hidden;
	margin: 0 0 -17px;
}

.logo-holder span,
.logo-holder h1 {
	margin: 0 0 0 141px;
	color: #6c6c6c;
	font: 12px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	display: block;
}

.header-menu {
	float: right;
	margin: 0 0 0 -100px;
	width: 700px;
}

#nav {
	overflow: hidden;
	height: 1%;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#nav ul li {
	text-transform: uppercase;
	float: left;
	padding: 0 0 0 18px;
	margin: 0 0 0 17px;
	background: url(/images/bg-nav-sep.gif) no-repeat 0 4px;
}

#nav ul li:first-child {
	background: none;
	padding: 0;
	margin: 0;
}

#nav ul li a,
#nav ul li span {
	text-decoration: none;
	font: 12px/13px Calibri, 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif;
}

#nav ul li a:hover {
	text-decoration: underline;
}

#nav ul li.active a {
	text-decoration: none;
}

#nav ul li a:hover,
#nav ul li.active a,
#nav ul li.active span {
	color: #244f8a;
}

.login {
	height: 1%;
	padding: 21px 0 46px;
}

.login-type2 {
	padding: 21px 0;
}

.login:after {
	display: block;
	clear: both;
	content: "";
}

.login-list {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
}

.login-list li {
	float: left;
	height: 28px;
}

.login-list li a {
	text-decoration: none;
}

.login-list li a:hover {
	text-decoration: underline;
}

.login-list .login {
	background: url(/images/bg-login-l.png) no-repeat 100% 0;
	padding: 8px 25px 0 14px;
	position: relative;
}

.login-list .login a {
	color: #3e3e3e;
}

.login-list .reg {
	background: url(/images/bg-login-r.png) repeat-x;
	padding: 8px 14px 0 10px;
}

.login-list .reg a {
	color: #737373;
}

.account-list {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.account-list li {
	float: left;
	height: 28px;
}

.account-list .user {
	background: url(/images/bg-login-l.png) no-repeat 100% -36px;
	padding: 10px 31px 0 11px;
	width: 169px;
	position: relative;
}

.account-list .user .nickname {
	white-space: nowrap;
}

.account-list .user a {
	font: 14px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #244f8a;
	text-decoration: none;
}

.account-list .user a:hover {
	text-decoration: underline;
}

.account-list .logout {
	background: url(/images/bg-login-r.png) repeat-x 0 -36px;
	padding: 8px 8px 0 10px;
}

.account-list .logout a {
	color: #244f8a;
	text-decoration: none;
	font: 14px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.account-list .logout a:hover {
	text-decoration: underline;
}

.promo {
	overflow: hidden;
	width: 1008px;
	margin: 0 -24px 20px;
	background: url(/images/bg-promo.gif) repeat;
}

.promo-section {
	overflow: hidden;
	height: 1%;
	background: url(/images/bg-holder-line-1.gif) repeat-x;
}

.promo-holder {
	overflow: hidden;
	height: 1%;
	background: url(/images/bg-holder-line.gif) repeat-x 0 100%;
}

.promo-section .header1,
.promo-section .header2 {
	text-align: center;
	text-transform: uppercase;
}

.promo-section .header1 {
	font: 58px/50px 'bastionkontrastregular', Impact;
	color: #678CC2;
}

.promo-section .header2 {
	font: 36px/27px 'bastionkontrastregular', Impact;
	color: #616161;
}

.referral-top-promo .header1 {
	padding-top: 5px;
}

.referral-top-promo .header2 {
	padding-bottom: 5px;
}

.index-top-promo .header1 {
	margin-top: 25px;
}

.index-top-promo .header2 {
	margin-top: 15px;
	margin-bottom: 20px;
}

.new-service {
	height: 128px;
	background: #dde1e6;
	overflow: hidden;
	width: 1006px;
	margin: 0 -23px 36px;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}

.new-service-section {
	height: 1%;
	background: url(/images/bg-holder-line-1.gif) repeat-x;
}

.new-service-holder .title-holder {
	float: left;
}

.new-service-holder .title {
	display: inline-block;
	height: 76px;
	width: 267px;
	margin: 26px 26px 30px 26px;
	border-top: 1px solid #678cc2;
	border-bottom: 1px solid #678cc2;
}

.new-service-holder .title .header1,
.new-service-holder .title .header2 {
	color: #678cc2;
	text-transform: uppercase;
}

.new-service-holder .title .header1 {
	font: 34px/34px 'futurademiregular', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding-top: 13px;
}

.new-service-holder .title .header2 {
	font: 20px/20px 'futurademiregular', 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.new-service-holder .lawyers-list {
	list-style: none;
	display: inline-block;
	margin: 7px 0;
	padding: 0;
	float: left;
}

.new-service-holder .lawyers-list li {
	height: 110px;
	width: 100px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.new-service-holder .btn-holder {
	height: auto;
	float: right;
	margin-right: 23px;
	margin-top: 50px;
}

.new-service-holder .btn-holder .blue-btn {
	min-width: 135px;
	font-size: 14px;
	height: 21px;
	padding: 8px 1px 2px 1px;
}

.new-service-holder .btn-holder .blue-btn:hover {
	padding: 7px 0px 0px;
	height: 22px;
}

.new-service-holder .btn-holder .blue-btn.pressed {
	min-width: 133px;
	height: 21px;
	padding: 8px 0px 0px 2px;
}

.lawyers-list .visual-holder {
	width: 90px;
	height: 98px;
	background: url(/images/avatar-shadow.png) no-repeat 100% 0;
}

.lawyers-list .visual {
	float: left;
	width: 65px;
	margin: 5px 0px 0px 8px;
	/*	background:#fff url(/images/bg-day-top-visual.gif) no-repeat 5px 5px;*/
	background-color: #fff;
	height: 77px;
	padding: 5px;
	border: 1px solid #ddd;
}

.lawyers-list .visual img {
	vertical-align: top;
}

.lawyers-list .visual a {
	display: block;
	height: 100%;
	text-decoration: none;
}

.lawyers-list .visual.online {
	border: 1px solid #96be6b;
	position: relative;
}

.lawyers-list .visual.online .status {
	display: block;
	position: absolute;
	left: 4px;
	height: 12px;
	bottom: 0;
	width: 13px;
	color: #7EA456;
	background: url("/images/sprite-council.png") repeat scroll -21px -12px transparent;
	text-align: center;
	font: 12px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	margin-left: -4px;
	cursor: help;
}

.lawyers-list .dialog-list .chat-link {
	margin: 0px 0 0 6px;
}

.promo .label {
	float: left;
	background: url(/images/arrow07.png) no-repeat 100% 0;
	width: 64px;
	color: #2f2f2f;
	height: 67px;
	padding: 34px 79px 0 22px;
	font: bold 16px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.promo .label span {
	display: block;
	font: 20px/20px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	margin: -4px 0 0 -3px;
}

.best-lawyers-list {
	float: left;
	background: url(/images/arrow07.png) no-repeat 100% 0;
	margin: 0;
	width: 592px;
	overflow: hidden;
	height: 95px;
	padding: 6px 69px 0 13px;
	list-style: none;
}

.best-lawyers-list li {
	float: left;
	width: 190px;
	padding: 0 0 0 11px;
}

.best-lawyers-list li:first-child {
	padding: 0;
}

.best-lawyers-list .visual {
	float: left;
	padding: 5px 4px;
	border: 1px solid #ddd;
	height: 77px;
	width: 65px;
	margin: 0 6px 0 0;
	/*	background:#fff url(/images/bg-day-top-visual.gif) no-repeat 4px 5px;*/
	background-color: #fff;
}

.best-lawyers-list .visual a {
	display: block;
	height: 100%;
}

.best-lawyers-list .visual a img {
	vertical-align: top;
}

.best-lawyers-list .text {
	overflow: hidden;
	padding: 4px 0 0;
	height: 1%;
	color: #222;
}

.best-lawyers-list .text .name {
	color: #244f8a;
	text-decoration: none;
	font: 14px/14px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.best-lawyers-list .text .name:hover {
	text-decoration: underline;
}

.best-lawyers-list .text .post {
	display: block;
	padding: 0 0 4px;
	font: 12px/12px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.best-lawyers-list .text .location {
	font: 12px/13px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	display: block;
}

.promo .btn-holder {
	height: 1%;
	overflow: hidden;
	padding: 32px 5px 0 0;
}

.promo .btn-holder .blue-btn {
	min-width: 160px;
	padding: 7px 1px 1px;
}

.promo .btn-holder .blue-btn.pressed {
	min-width: 158px;
}

.blue-btn {
	background: none repeat scroll 0 0 #8FAED8;
	color: #2F2F2F;
	float: left;
	font: 14px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	height: 22px;
	padding: 7px 28px 1px;
	text-align: center;
	text-decoration: none;
}

.blue-btn:hover {
	/*padding:6px 0 0;*/
	padding: 6px 27px 0px;
	background: #a1bce0;
	border: 1px solid #6c94cb;
}

.blue-btn.pressed {
	padding: 7px 0 0 2px;
	background: #7ea1d1;
	height: 21px;
	border: 1px solid #5780b8;
}

.green-btn {
	float: left;
	font: 13px/13px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	padding: 7px 1px 1px;
	text-align: center;
	height: 22px;
	background: #a8cf80;
	text-decoration: none;
	color: #2f2f2f;
}

.green-btn:hover {
	padding: 6px 0 0;
	background: #b8dc93;
	border: 1px solid #9bc372;
}

.green-btn.pressed {
	padding: 7px 0 0 2px;
	background: #99c071;
	height: 21px;
	border: 1px solid #84ad5a;
}

#sidebar {
	float: left;
	width: 242px;
	margin: 0 28px 0 0;
}

aside#sidebar+#content {
	overflow: hidden;
}

.top {
	display: block;
	color: #222;
	height: 37px;
	font: 16px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.green-top {
	background: #a8ce80;
	padding: 10px 0 0 18px;
	height: 27px;
}

.blue-top {
	background: #8faed8;
	height: 26px;
	padding: 10px 0 0;
	text-align: center;
}

.menu {
	overflow: hidden;
	height: 1%;
	padding: 0 0 29px;
}

.menu-list {
	margin: 0 0 0 -1px;
	padding: 10px 0 8px 4px;
	background: #fff url(/images/bg-menu-list.gif) repeat-y;
	list-style: none;
	overflow: hidden;
}

.menu-list a:-moz-focusring {
	outline: none;
}

.menu-list li {
	overflow: hidden;
	vertical-align: top;
	width: 100%;
	padding: 0 0 2px;
	background: url(/images/bg-menu-list-li.gif) no-repeat 50% 0;
	margin-bottom: -1px;
}

.menu-list li:first-child {
	background: none;
}

.menu-list .submenu li.active,
.menu-list li:hover {
	margin: 0 0 -1px;
	background: none;
	position: relative;
}

.menu-list li.active1 {
	margin: 0;
}

.menu-list li.active1 .item-holder {
	padding: 5px 17px 8px;
}

.menu-list .submenu li.open:hover {
	background: none !important;
	margin: 0 0 -1px;
}

.menu-list li.open:hover {
	background: url(/images/bg-menu-list-li.gif) no-repeat 50% 0 !important;
	position: relative;
}

.menu-list li:first-child.open {
	background: none !important;
}

.menu-list .submenu .open .item-holder,
.menu-list .submenu .open .item-holder {
	background: none;
}

.menu-list .submenu .open .item-holder:hover,
.menu-list .submenu .open .item-holder:hover {
	background: none;
}

.menu-list li a,
.menu-list li span {
	color: #222;
	text-decoration: none;
	font: 14px/14px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.menu-list li .item-holder {
	padding: 5px 17px 8px;
	margin: 0 0 -2px;
}

.menu-list li.active .item-holder,
.menu-list li:hover .item-holder {
	background: #d7ebc2;
	padding: 5px 17px 8px;
}

.menu-list li.open .item-holder {
	padding: 5px 17px 8px;
}

.menu-list li.active span.b {
	color: #658f38;
}

.menu-list .submenu {
	margin: 0;
	padding: 0 0 0 27px;
	list-style: none;
	overflow: hidden;
}

.menu-list li .submenu {
	display: none;
}

.menu-list li.open .submenu {
	display: block;
}

.menu-list .submenu li {
	overflow: hidden;
	padding: 0 0 2px;
	background: none;
	margin: 0;
}

.menu-list .submenu li a {
	font: 12px/14px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #555;
}

.menu-list .submenu li .item-holder {
	margin: 0;
	padding: 0 15px 0 0;
	background: none !important;
}

.menu-list .submenu li:hover a,
.menu-list .submenu .active a,
.menu-list .submenu .active span {
	color: #658f38;
	font: 12px/14px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.menu-list .submenu li:hover a {
	color: #658F38;
}

.menu-list .submenu li:hover .item-holder,
.menu-list .submenu .active .item-holder {
	padding: 0 15px 0 0;
	margin: 0;
	background: none !important;
}

.menu-list li i.button {
	cursor: pointer;
	display: block;
	float: right;
	height: 20px;
	width: 20px;
	background: url("/images/arrow03.png") no-repeat scroll 6px 5px transparent;
}

.menu-list li.open i.button {
	background: url("/images/arrow04.png") no-repeat scroll 6px 7px transparent;
}

.menu-list li .item-holder {
	padding: 5px 17px 8px;
}

.menu-list li.open .item-holder {
	background: #d7ebc2;
}

#sidebar .banner {
	padding: 0 0 43px;
}

.social {
	overflow: hidden;
	height: 1%;
	padding: 0 0 0;
	margin-bottom: 73px!important;
	background-color: #fff;
}

.social>p {
	margin: 10px 0;
	color: #868a8d;
	font-size: 18px;
	text-align: center;
}

.plugin-holder {
	overflow: hidden;
	height: 1%;
}

.plugin-holder img {
	vertical-align: top;
}

.plugin-holder#vk_groups {
	position: relative;
	z-index: 0;
}

.tag-cloud-list {
	overflow: hidden;
	margin: 0 -10px 50px 0;
	padding: 0;
	list-style: none;
	clear: both;
}

.tag-cloud-list li {
	padding: 0 9px 3px 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.tag-cloud-list li a {
	text-decoration: none;
	line-height: 22px;
}

.tag-cloud-list li a:hover {
	text-decoration: underline;
	color: #244F8A;
}

#twocolumns {
	overflow: hidden;
	height: 1%;
}

#aside {
	float: right;
	width: 242px;
	margin: 0 0 0 28px;
}

.day-top {
	overflow: hidden;
	height: 1%;
	padding: 0 0 27px;
}

.info-list {
	margin: 0;
	padding: 14px 16px 0;
	list-style: none;
	overflow: hidden;
	background: #fff;
}

.info-list li {
	overflow: hidden;
	padding: 0 0 15px;
}

.info-list .title {
	display: block;
	color: #222;
	text-decoration: none;
	font: 14px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.info-list .title-consult {
	padding: 0 0 15px 40px;
	background: url(/images/bullet04.png) no-repeat 2px 0;
	height: 19px;
}

.info-list .title-money {
	background: url(/images/bullet05.png) no-repeat;
	height: 24px;
	padding: 0 0 14px 28px;
}

.info-list .title span {
	display: block;
	padding: 2px 0 2px;
	border-bottom: 1px dashed #cbcccd;
}

.info-list .title-money span {
	padding: 6px 0 2px;
}

.info-list .info {
	overflow: hidden;
	height: 1%;
}

.info-list .visual {
	float: left;
	width: 65px;
	margin: 0 8px 0 0;
	background-color: #fff;
	height: 77px;
	padding: 5px;
	border: 1px solid #ddd;
}

.info-list .visual img {
	vertical-align: top;
}

.info-list .visual a {
	display: block;
	height: 100%;
	text-decoration: none;
}

.info-list .council-member-mark {
	background: url("/images/sprite-council.png") repeat scroll -33px -1px transparent;
	display: inline-block;
	height: 20px;
	margin-left: 5px;
	position: absolute;
	width: 12px;
	cursor: help;
}

.info-list .text {
	overflow: hidden;
	height: 1%;
}

.info-list .text .name {
	display: block;
	color: #244f8a;
	padding: 0 0 3px;
	text-decoration: none;
	font: 14px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.info-list .text .name:hover {
	text-decoration: underline;
}

.info-list .text .post {
	display: block;
	color: #222;
	font: 12px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.info-list .text .city {
	display: block;
	color: #222;
	font: 12px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.info-list .text .rating {
	display: block;
	color: #222;
	font: 12px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.info-list .text .rating-amount {
	font: 11px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.info-list .text .avarage-rating {
	display: block;
	background: url(/images/bg-avarage-rating.png) no-repeat;
	width: 68px;
	position: relative;
	height: 11px;
}

.info-list .text .avarage-rating .user-rating {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(/images/bg-user-rating.png) no-repeat;
	width: 68px;
	height: 11px;
}

.stats-list {
	margin: 0;
	padding: 0 19px 30px 23px;
	list-style: none;
}

.stats-list .holder {
	padding: 0;
}

.stats-list li {
	clear: both;
	position: relative;
	padding: 4px 0 0;
	margin: 0 0 2px;
	border-top: 1px solid #a0a4a7;
}

*+html .stats-list li {
	margin: 0 0 -1px;
	padding: 5px 0 0;
}

.stats-list li:first-child {
	border: 0;
	padding: 0;
}

.stats-list .date,
.stats-list .time {
	float: left;
	color: #898989;
	font: 20px/20px "Arial Black", Verdana, Helvetica, sans-serif;
}

.stats-list .time {
	float: right;
}

.stats-list .info {
	color: #898989;
	float: left;
	letter-spacing: -1px;
	font: 13px/13px "Arial Black", Verdana, Helvetica, sans-serif;
}

.stats-list .info.type-1 {
	font: 12px/15px "Arial Black", Verdana, Helvetica, sans-serif;
	letter-spacing: 0;
	white-space: nowrap;
}

.stats-list .info.type-2 {
	letter-spacing: 1px;
	font: 11px/13px "Arial Black", Verdana, Helvetica, sans-serif;
}

.stats-list .registred {
	float: left;
	color: #898989;
	margin: -2px 0 0;
	font: bold 10px/10px Arial, Verdana, Helvetica, sans-serif;
}

.stats-list .registred strong {
	display: block;
	color: #565656;
	font: bold 21px/21px Arial, Verdana, Helvetica, sans-serif;
}

.stats-list .registred-amount {
	color: #565656;
	text-decoration: none;
	position: absolute;
	right: -8px;
	top: -2px;
	padding: 0;
	margin: 0;
	font: 37px/34px "Arial Black", Verdana, Helvetica, sans-serif;
	letter-spacing: -1px;
}


/*.stats-list .registred-amount:hover{
	border-bottom:1px solid #565656;
	padding:0 0 1px;
}*/

.stats-list .questions {
	float: left;
	width: 13px;
	padding: 4px 0 0;
}

.stats-list .questions img {
	vertical-align: top;
	margin-top: -3px;
}

.stats-list .amount {
	display: block;
	margin: -9px 0 0;
	padding: 0 0 3px 20px;
}

.stats-list .amount a {
	text-decoration: none;
	padding: 0 0 1px;
	font: 68px/65px "Arial Black", Verdana, Helvetica, sans-serif;
	color: #565656;
	display: block;
}

.stats-list .amount10000 a {
	font: 54px/65px "Arial Black", Verdana, Helvetica, sans-serif
}

.stats-list .amount strong {
	font: 28px/28px "Arial Black", Verdana, Helvetica, sans-serif;
	display: block;
	margin: -3px 0 0;
	color: #565656;
	float: right;
	text-transform: uppercase;
}

.stats-list .last-amount {
	float: right;
	padding: 0 0 1px;
	text-decoration: none;
	color: #898989;
	font: 12px/12px "Arial Black", Verdana, Helvetica, sans-serif;
}


/*.stats-list .last-amount:hover{
	border-bottom:1px solid #898989;
	padding:0px;
}*/

.stats-list .new-question-time {
	float: left;
	color: #898989;
	text-decoration: none;
	margin: -4px 1px 0 -2px;
	padding: 0 0 1px;
	font: 36px/31px "Arial Black", Verdana, Helvetica, sans-serif;
	letter-spacing: -1px;
}


/*.stats-list .new-question-time:hover{
	border-bottom:1px solid #898989;
	padding:0;
}*/

.stats-list .new-question {
	text-transform: uppercase;
	font: 11px/13px "Arial Black", Verdana, Helvetica, sans-serif;
	float: left;
	color: #898989;
	margin-top: -2px;
}

.stats-list .new-question strong {
	font: 16px/16px "Arial Black", Verdana, Helvetica, sans-serif;
	display: block;
	margin-top: 0;
}

ul.redactor-toolbar {
	z-index: 10 !important;
	display: flex;
}

ul.redactor-toolbar li::before {
	display: none !important;
}

.stats-list .answered {
	color: #565656;
	margin: -3px 0 0;
	display: block;
	position: relative;
	z-index: 5;
	letter-spacing: -1px;
	font: 15px/15px "Arial Black", Verdana, Helvetica, sans-serif;
}

.stats-list .paid {
	float: left;
	margin: -2px 0 0;
}

.stats-list .free {
	float: right;
	margin: -2px 0 0;
}

.stats-list .paid a,
.stats-list .free a {
	color: #565656;
	margin: 0 0 -2px;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 0 0 1px;
	font: 31px/30px "Arial Black", Verdana, Helvetica, sans-serif;
}


/*.stats-list .paid a:hover,
.stats-list .free a:hover{
	border-bottom:1px solid #565656;
	padding:0;
}*/

.stats-list .free strong {
	text-align: right;
}

.stats-list .paid em,
.stats-list .free em {
	font: 15px/15px "Arial Black", Verdana, Helvetica, sans-serif;
	color: #565656;
	display: block;
	margin: -1px 0 0;
}

.stats-list .free em {
	padding: 4px 0 0;
	font: 11px/11px "Arial Black", Verdana, Helvetica, sans-serif;
}

.stats-list .paid i,
.stats-list .free i {
	display: block;
	font: 14px/14px "Arial Black", Verdana, Helvetica, sans-serif;
	color: #898989;
}

.currently-online {
	overflow: hidden;
	height: 1%;
	padding: 0 0 30px;
}

.currently-online .info-list {
	padding: 25px 16px 0;
	margin: 0 0 -8px;
}

.currently-online .info-list li {
	padding: 0 0 24px;
}

.info-list .visual.online {
	border: 1px solid #96be6b;
	position: relative;
}

.info-list .visual.online .status {
	display: block;
	position: absolute;
	left: 4px;
	height: 12px;
	bottom: 0;
	width: 13px;
	color: #7EA456;
	background: url("/images/sprite-council.png") repeat scroll -21px -12px transparent;
	text-align: center;
	font: 12px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	margin-left: -4px;
	cursor: help;
}

.currently-online .info-list .name {
	margin: 0 0 -2px;
	padding: 0;
}

.info-list .onlineHref {
	font: 12px/14px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.info-list .onlineHref a {
	color: #244F8A;
}

.newCP+#content {
	float: left;
	width: 740px;
	margin: 0 0 0 20px;
}

.width680 {
	width: 680px;
}

.width1000 {
	width: 1000px;
}

.question {
	overflow: hidden;
	background: url(/images/bg-promo.gif) repeat;
	height: 1%;
	margin: 0 0 27px;
}

.question .top {
	padding: 10px 29px 0 0px;
}

.question-form {
	overflow: hidden;
	padding: 15px 0 6px;
	background: url(/images/bg-holder-line.gif) repeat-x 0 100%;
}

.question-form .row {
	overflow: hidden;
	height: 1%;
	padding: 0 12px 8px;
}

.question-form .textarea {
	overflow: hidden;
	border: 1px solid #bebebe;
	background: #fff;
	width: 382px;
	min-height: 119px;
	padding: 4px 6px;
}

.question-form .textarea.parent-focus {
	border: 1px solid #7cccec;
}

.question-form .textarea textarea {
	width: 100%;
	height: 100%;
	resize: none;
	overflow: auto;
	border: 0;
	color: #919191;
	background: none;
	font: 14px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.question-form .text {
	float: left;
	width: 169px;
	height: 27px;
	padding: 0 8px;
	background: #fff;
	border: 1px solid #bababa;
	margin: 0 22px 0 0;
}

.question-form .textarea textarea.modified-value,
.question-form .text input.modified-value {
	color: #464646;
}

.question-form .text.second {
	margin: 0;
}

.question-form .text.parent-focus {
	border: 1px solid #7cccec;
}

.question-form .text input {
	width: 100%;
	border: 0;
	background: none;
	height: 27px;
	color: #919191;
	font: 14px/26px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.question-form .info {
	float: left;
	color: #919191;
	padding: 3px 0 0;
	font: 11px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.question-form .info em {
	color: #ca6868;
	float: left;
	padding: 0 5px 0 0;
	font: 16px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.question-form .ask-btn {
	float: right;
	margin: 8px -1px 0 0;
	width: 96px;
	height: 27px;
	padding: 1px;
	background: #8faed8;
}

.question-form .ask-btn:hover {
	padding: 0;
	background: #a1bce0;
	border: 1px solid #6c94cb;
}

.question-form .ask-btn.pressed {
	padding: 0;
	background: #7ea1d1;
	border: 1px solid #5780b8;
}

.question-form .ask-btn input {
	width: 100%;
	height: 29px;
	background: none;
	font: 14px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	border: 0;
	padding: 0 0 4px;
	color: #2f2f2f;
	cursor: pointer;
}

.question-form .ask-btn.pressed input {
	padding: 1px 0 3px 2px;
}

.question-form .focused {
	border: 1px solid #7397ca;
}

.last-questions {
	overflow: hidden;
	height: 1%;
	padding: 0 0 49px;
}

.last-questions .headline {
	display: block;
	padding: 0 0 32px 3px;
	color: #868a8d;
	font: 18px/18px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.question-type-list {
	margin: 0 0 35px;
	padding: 0 0 1px 7px;
	list-style: none;
	width: 411px;
	background: url(/images/bg-question-type.gif) repeat-x 0 100%;
}

.question-type-list:after {
	display: block;
	clear: both;
	content: "";
}

.question-type-list li {
	float: left;
	vertical-align: top;
	height: 26px;
	margin: 0 0 0 3px;
}

.question-type-list .active {
	padding: 0;
	margin: -4px 0 0 3px;
	height: 30px;
}

.question-type-list li a {
	border-top: 1px solid #c0cdde;
	border-left: 1px solid #c0cdde;
	border-right: 1px solid #c0cdde;
	background: #dee7f3;
	color: #244f8a;
	float: left;
	font: 12px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	padding: 4px 7px 0;
	height: 21px;
	text-decoration: none;
}

.question-type-list .active a {
	border-top: 1px solid #b8b8b8;
	border-left: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
	padding: 6px 10px 0;
	height: 24px;
	background: url("/images/bg-wrapper.gif") repeat-y scroll -2px 0 transparent;
	font: 14px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #464646;
}

.question-list {
	margin: 0 0 -26px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.question-list>li {
	overflow: hidden;
	padding: 0 0 65px;
}

.question-list .top {
	overflow: hidden;
	height: 1%;
	padding: 0 0 2px;
	border-bottom: 1px dashed #bec4c9;
}

.question-list .top.closed {
	height: 22px;
}

.question-list .top .status-holder {
	float: left;
	font: 12px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	padding-top: 4px;
}

.question-list .top .status-holder i {
	display: inline-block;
	height: 18px;
	width: 18px;
	float: left;
	margin-right: 7px;
}

.question-list .closed .status-holder i {
	background: url(/images/sprite-01.png) no-repeat 0 -18px;
}

.question-list .waiting .status-holder i {
	background: url(/images/sprite-01.png) no-repeat 0 0;
}

.question-list .closed .status-holder {
	color: #759d4c;
}

.question-list .cost-holder {
	float: left;
	margin-right: 20px;
}

.question-list .cost-holder .cost {
	float: left;
	padding: 3px 16px 0 0;
	font: 19px/19px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #3c66a0;
	background: url(/images/bullet06.png) no-repeat 100% 5px;
}

.question-list .closed .cost-holder .cost {
	color: #868686;
	background: url(/images/rur-grey.png) no-repeat 100% 5px;
}

.question-list .cost-holder strong {
	color: #7391ba;
	float: left;
	padding: 1px 0 0 6px;
	font: 11px/10px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.question-list .closed .cost-holder strong {
	color: #868686;
}

.question-list .breadcrumbs {
	margin: 0;
	padding: 7px 0 0;
	list-style: none;
	float: right;
	margin-bottom: -2px;
}

.question-list .breadcrumbs li {
	float: left;
	margin: 0 0 0 4px;
	padding: 0 0 0 14px;
	background: url(/images/arrow05.png) no-repeat 0 7px;
}

.question-list .breadcrumbs li:first-child {
	padding: 0;
	margin: 0;
	background: none;
}

.question-list .breadcrumbs li a {
	color: #244f8a;
	text-decoration: none;
	float: left;
	font: italic 12px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.question-list .breadcrumbs li a:hover {
	text-decoration: underline;
}

.question-list .center {
	overflow: hidden;
	height: 1%;
	padding: 0 0 12px;
	background: url(/images/bg-holder-line.gif) repeat-x 0 100%;
}

.question-list .question-info {
	display: block;
	text-align: right;
	padding: 6px 0 11px;
	color: #909090;
	font: italic 11px/11px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.question-list .center h2 {
	margin: 0;
}

.question-list .question-title {
	display: block;
	font: 20px/20px Georgia, Times New Roman, Times, serif;
	color: #244f8a;
	text-decoration: none;
	padding: 0 0 6px;
}

.question-list .question-title:hover {
	text-decoration: underline;
}

.question-list .question-text {
	display: block;
}

.question-list .question-text ul {
	list-style-type: disc;
}

.question-list .bot {
	overflow: hidden;
	background: url(/images/bg-question-list-bot.gif) repeat-x #f6f6f6;
	height: 21px;
	padding: 7px 0 0;
}

.question-list .bot .person {
	max-width: 320px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	color: #858585;
	padding: 0 0 0 10px;
	font: italic 12px/13px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.question-list .bot .answers,
.question-list .bot .views {
	float: right;
	color: #244f8a;
	margin: 0 11px 0 0;
	text-decoration: none;
	font: 11px/13px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.question-list .bot .answers:hover {
	text-decoration: underline;
}

.last-questions .holder {
	text-align: center;
	padding: 0 30px 0 0;
}

.last-questions .all-questions {
	display: inline-block;
	font: italic 12px/12px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #244f8a;
	padding: 0 10px 0 0;
	text-decoration: none;
}

.last-questions .all-questions:hover {
	text-decoration: underline;
}

.tab .loader,
.questions .loader {
	display: block;
	margin: 25px auto;
}

#footer {
	overflow: hidden;
	margin: 0 -24px;
	width: 960px;
	padding: 20px 24px 10px;
	background: #d4d9e0 url(/images/bg-footer.png) no-repeat 50% 0;
	bottom: 0;
	margin: 0 auto;
	position: relative;
}

.footer-contacts {
	float: left;
	width: 311px;
	margin: 0 35px 0 0;
	padding: 0 1px 0 0;
	background: url(/images/bg-footer-contacts.gif) no-repeat 100% 20px;
}

.footer-logo {
	display: block;
	background: url(/images/logo02.png) no-repeat;
	width: 257px;
	overflow: hidden;
	margin: -5px 0 29px;
	height: 72px;
}

.footer-logo a {
	display: block;
	text-decoration: none;
	height: 100%;
}

.footer-contacts .contacts {
	overflow: hidden;
	height: 1%;
	padding: 0 0 55px;
}

.footer-contacts .contacts .phone {
	display: block;
	color: #626262;
	padding: 0 0 8px 4px;
	font: 12px/12px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.footer-contacts .contacts .support {
	display: inline-block;
	padding: 0 0 14px;
	font: 14px/14px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #626262;
}

footer .footer-social-list {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

footer .footer-social-list li {
	float: left;
	padding: 0 .8em 0 0;
}

footer .footer-social-list a {
	background: url(/images/sprite.png) no-repeat -250px -150px;
	width: 29px;
	height: 29px;
	display: block;
	text-decoration: none;
	font-size: 0;
	text-indent: -100em;
}

footer .footer-social-list .tw {
	background-position: -250px -179px;
}

footer .footer-social-list .vk {
	background-position: -279px -150px;
}

.copyright {
	display: block;
	color: #a6a9ad;
	font: 14px/14px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.footer-menu-holder {
	overflow: hidden;
	height: 1%;
}

.footer-menu {
	overflow: hidden;
	padding: 20px 0 26px;
	border-bottom: 1px dashed #aab0b7;
	margin: 0 0 10px;
}

.footer-menu .menu {
	margin: 0;
	padding: 0 0 0 51px;
	background: url(/images/ico05.png) no-repeat;
	list-style: none;
	float: left;
	width: 160px;
}

.footer-menu .menu-type2 {
	background: url(/images/ico06.png) no-repeat;
	width: 165px;
	padding: 0 32px 0 51px;
}

.footer-menu .menu-type2 ul.hrefs {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-menu .menu-type3 {
	background: url(/images/ico07.png) no-repeat;
	width: 160px;
	padding: 0 0 0 51px;
}

.footer-menu .menu li {
	overflow: hidden;
	padding: 0 0 5px;
}

.footer-menu .menu .title {
	color: #676a6d;
	font: 16px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.footer-menu .menu li a {
	color: #4a607f;
	text-decoration: none;
	font: 12px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.footer-menu .menu li a:hover {
	text-decoration: underline;
}

.payment {
	overflow: hidden;
	height: 1%;
}

.payment .label {
	float: left;
	color: #5a5b5d;
	padding: 11px 16px 0 3px;
	font: 16px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.payment-list {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.payment-list li {
	float: left;
	padding: 0 0 0 20px;
}

.payment-list li:first-child {
	padding: 0;
}

.payment-list li a {
	display: block;
	height: 100%;
}

.payment-list li a img {
	vertical-align: top;
}

.payment-list img {
	display: block;
	/*	height:100%;*/
}

.payment .info {
	display: block;
	font: 12px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #a6a9ad;
	padding: 6px 0 0;
}

.login-form-holder {
	overflow: hidden;
	position: absolute;
	left: -25px;
	background: url(/images/bg-login-form.png) no-repeat;
	width: 169px;
	/*height:99px;*/
	padding: 26px 15px 0;
	top: 36px;
	z-index: 3;
}

.login-form {
	overflow: hidden;
}

.login-form .row {
	overflow: hidden;
	height: 1%;
	padding: 0 0 8px;
}

.login-form .row.last {
	padding: 0 0 16px;
}

.form-section .content-form .row .holder-type2 {
	height: 1%;
	position: relative;
	z-index: 500;
}

.content-form .row .holder-type2:after {
	display: block;
	clear: both;
	content: "";
}

.content-form .row .holder-type2 .help-btn-holder {
	max-width: 20px;
}

.login-form fieldset>label {
	color: #727473;
	font-size: 12px;
	line-height: 20px;
	padding-left: 4px;
}

.login-form .ui-checkbox {
	margin-right: 2px;
	margin-top: 4px;
}

.login-form .row .text {
	display: block;
	width: 145px;
	padding: 0 10px;
	background: #fff;
	border: 1px solid #bababa;
	height: 20px;
}

.login-form .row .text input {
	width: 100%;
	height: 22px;
	color: #919191;
	border: 0;
	background: none;
	font: 11px/22px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.login-form .row .text input.focused {
	color: #222222;
}

.login-form .row .pass-recovery {
	float: left;
	color: #244f8a;
	margin: 5px 0 0 2px;
	text-decoration: underline;
	font: italic 12px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.login-form .row .pass-recovery:hover {
	text-decoration: none;
}

.login-form .row .enter-btn {
	float: right;
	width: 55px;
	height: 21px;
	padding: 1px;
	margin: 0 2px 0 0;
	background: #8faed8;
}

.login-form .row .enter-btn:hover {
	background: #a1bce0;
	border: 1px solid #6c94cb;
	padding: 0;
}

.login-form .row .enter-btn.pressed {
	background: #7ea1d1;
	border: 1px solid #5780b8;
	padding: 0;
}

.login-form .row .enter-btn input {
	width: 100%;
	font: 12px/21px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	height: 21px;
	color: #2f2f2f;
	background: none;
	border: 0;
	cursor: pointer;
}

.login-form .row .enter-btn.pressed input {
	padding: 2px 0 0 2px;
}

.content-form .row .personal-info-holder {
	padding: 10px 0 7px;
	height: 1%;
}

.content-form .row .personal-info-holder:after {
	display: block;
	clear: both;
	content: "";
}

.content-form .row .personal-visual {
	float: left;
	background: #fff url(/images/bg-personal-visual.jpg) no-repeat 2px 2px;
	width: 34px;
	margin: 0 10px 0 2px;
	padding: 2px;
	height: 41px;
}

.content-form .row .personal-visual a {
	display: block;
	height: 100%;
	text-decoration: none;
}

.content-form .row .personal-visual a img {
	vertical-align: top;
}

.content-form .row .personal-visual img {
	vertical-align: top;
	width: 34px;
	height: 41px;
}

.content-form .row .personal-text {
	float: left;
	width: 370px;
}

.content-form .row .personal-text .name {
	display: block;
	font: 14px/14px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	padding: 5px 0 8px 2px;
}

.content-form .row .personal-text input {
	float: left;
	margin: 3px 8px 0 0;
}

*+html .content-form .row .personal-text input {
	margin: 0 8px 0 0;
}

.content-form .row .personal-text label {
	font: 12px/18px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	float: left;
}

*+html .content-form .row .personal-text label {
	line-height: 22px;
}

.question-forms-holder {
	overflow: hidden;
	height: 1%;
}

.question-forms-holder .top {
	width: 422px;
	text-align: center;
	margin: 0 0 11px;
	padding: 10px 7px 0 0;
}

.question-forms-holder .top h1 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.form-section-holder {
	height: 1%;
}

.form-section-holder:after {
	display: block;
	clear: both;
	content: "";
}

.form-section {
	height: 1%;
	padding: 0 0 24px;
}

.form-section:after {
	display: block;
	clear: both;
	content: "";
}

.form-section-block {
	float: left;
	width: 429px;
}

.form-title {
	display: block;
	padding: 0 0 7px 10px;
	color: #868a8d;
	font: 20px/20px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
}

.content-form {
	background-color: #dfe5ef;
	width: 420px;
	padding: 8px 0 0 9px;
}

.content-form:after {
	display: block;
	clear: both;
	content: "";
}

.content-small-form {
	background: none;
	padding: 0;
	margin: 0 0 -4px;
	width: 430px;
}

.content-small-form .radioArea,
.content-small-form .radioAreaChecked {
	margin: 2px 6px 0 0;
}

.content-form .row {
	height: 1%;
	position: relative;
	padding: 0 0 14px;
	z-index: 10;
}

.form-section .content-form .row-type2,
.form-section .content-form .final-row {
	padding: 0 0 4px;
}

.form-section .content-form .row-type3 {
	padding: 0 0 2px;
}

.content-question-form {
	margin: 0 0 10px;
}

.content-question-form .row {
	padding: 0 0 16px;
}

.form-section .content-payment-form .row .content-form-label {
	padding: 0 0 3px;
	line-height: 15px;
}

.form-section .content-question-form .row label {
	padding: 0 0 4px;
}

.content-form .row:after {
	display: block;
	clear: both;
	content: "";
}

.content-form .row .col {
	float: left;
	width: 185px;
	padding: 0 17px 0 0;
}

.content-form .row .col-type2 {
	float: right;
	padding: 0;
	width: 218px;
}

.content-form .row label {
	font: 14px/18px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #222;
	padding: 0 0 2px;
	display: block;
}

.content-form .row .holder-type2 label {
	float: left;
	display: inline;
}

.content-form .row .content-form-label {
	float: left;
	padding: 0 0 1px;
	color: #222;
	font: 16px/17px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.content-form .row .important {
	width: 5px;
	color: #ca6868;
}

.content-form .row .important-type2 {
	margin: 0 0 0 5px;
}

.content-form .row label img {
	vertical-align: top;
}

.content-form .row .text {
	float: left;
	padding: 0 8px;
	height: 23px;
	background: #fff;
	border: 1px solid #abadb3;
}

.content-form .row .text.focused {
	border-color: #7BB0D0;
}

.content-form .row .col .text {
	float: none;
	display: block;
}

.content-form .row .file-picker {
	float: left;
}

.content-form .row .text185 {
	width: 167px;
}

.content-form .row .text388 {
	width: 370px;
	height: 24px;
}

.content-form .row .text192 {
	width: 174px;
	height: 24px;
}

.content-form .row .wrong-email {
	background-position: 0 -24px;
}

.content-form .row .text input {
	width: 100%;
	color: #464646;
	font: 14px/22px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	height: 23px;
	background: none;
	border: 0;
}

.content-form .row .currency {
	float: left;
	font: 14px/23px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #222;
	margin: 0 0 0 7px;
}

.content-form .row .anonymously {
	padding: 6px 0 0;
	height: 1%;
}

.content-form .row .anonymously:after {
	display: block;
	clear: both;
	content: "";
}

.content-form .row .anonymously .holder {
	float: left;
	width: 185px;
	padding: 2px 0 0;
}

*+html .content-form .row .anonymously .holder {
	padding: 0;
}

.content-form .row .anonymously input {
	float: left;
	margin: 0 9px 0 0;
}

.content-form .row .anonymously label {
	font: 12px/13px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #222;
	float: left;
}

*+html .content-form .row .anonymously label {
	line-height: 18px;
	padding: 3px 0 0;
}

.content-form .row .help-btn-holder {
	float: right;
	position: relative;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	z-index: 400;
}

.content-form .row .anonymously .help-btn-holder {
	margin: -2px 5px 0 0;
}

.content-form .row.help-active {
	z-index: 500;
}

.form-section .content-payment-form .row .help-btn-holder {
	padding: 2px 5px 0 0;
}

.content-form .row .help-btn-holder-type2 {
	margin: 1px 5px 0 0;
}

.content-form .row .help-btn {
	background: url(/images/bg-help-btn.png) no-repeat;
	width: 15px;
	height: 14px;
	float: right;
	margin: 4px 0 0;
	overflow: hidden;
}

.form-section .content-form .row .help {
	max-width: 262px;
	min-height: 60px;
	min-width: 165px;
	white-space: nowrap;
	position: absolute;
	left: 100%;
	top: -28px;
	z-index: 600;
}

.form-section .content-form .row .help-type3 {
	top: 0;
}

*+html .content-form .row .help {
	width: 263px;
}

*+html .content-form .row .help-type3 {
	width: 185px;
}

.form-section .content-form .row.final-row .help {
	left: -9999px;
}

.content-form .row .help-type2 {
	background: url(/images/bg-help.png) no-repeat 100% 100%;
	padding: 0 2px 0 0;
}

.content-form .final-row .help {
	top: 0;
}

.content-form .row .help .help-info {
	float: left;
	width: 100%;
	margin: -44px 0 0;
}

.content-form .row .help .help-info-type2 {
	margin: -38px 0 -7px;
}

.content-form .row .help .help-t {
	overflow: hidden;
	position: relative;
	background: url(/images/bg-assistant-t-l.png) no-repeat;
	height: 51px;
}

.content-form .row .help .help-t .close-btn {
	position: absolute;
	right: 3px;
	top: 2px;
	text-decoration: none;
	overflow: hidden;
	background: url(/images/bullet10.png) no-repeat;
	width: 8px;
	height: 8px;
}

.content-form .row .help .help-c {
	background: url(/images/bg-assistant-c-l.png) repeat-y 12px 0;
	height: 1%;
	padding: 0 9px 0 22px;
}

.content-form .row .help .help-c:after {
	display: block;
	clear: both;
	content: "";
}

.content-form .row .help .help-c .info {
	margin: 0;
	display: block;
	z-index: 600;
	position: relative;
	color: #909090;
	font: 12px/13px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.content-form .row .help .help-c .info-type2 {
	padding: 0 3px;
}

.content-form .row .help .help-c .info-type2 em {
	display: block;
	color: #909090;
	padding: 0 0 4px;
	font: 12px/12px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.content-form .row .help .help-c .info-type2 a {
	display: inline-block;
	color: #244F8A;
	text-decoration: none;
	padding: 0 0 3px;
	font: 12px/12px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.content-form .row .help .help-c .info-type2 a:hover {
	text-decoration: underline;
}

.content-form .row .help .help-c .info-type2 span {
	display: block;
	font: 10px/12px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #909090;
}

.content-form .row .help .help-b-r {
	background: url(/images/bg-assistant-b-r.png) no-repeat 100% 0;
	height: 12px;
	overflow: hidden;
	padding: 0 12px 0 0;
}

.content-form .row .help .help-b-l {
	overflow: hidden;
	background: url(/images/bg-assistant-b-l.png) no-repeat 12px 0;
	height: 12px;
}

.content-form .row select {
	width: 387px;
	float: left;
}

.content-form .row .error {
	display: block;
	color: #c13838;
	padding: 6px 0 0;
	font: 12px/13px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	overflow: hidden;
}

.content-form .row .helper {
	position: absolute;
	font: 12px/13px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	left: 432px;
	width: 254px;
	display: block;
	color: #868686;
	z-index: 100;
	top: 20px;
}

.content-form .row .helper-type2 {
	top: 26px;
}

.content-form .row .helper a,
.content-form .row .helper-type2 a {
	color: #244F8A;
	text-decoration: none;
}

.content-form .row .helper a:hover,
.content-form .row .helper-type2 a:hover {
	text-decoration: underline;
}

.content-form .row .textarea-holder {
	overflow: hidden;
	width: 386px;
	border: 1px solid #ccc;
	height: 191px;
	background: #fff;
}

.content-form .row .textarea-holder textarea {
	color: #464646;
	font: 14px/22px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	padding: 3px 8px;
	width: 371px;
	border: 0;
	background: none;
	resize: none;
	overflow: auto;
}

.content-form .other-payment-row .ui-selectmenu {
	width: 303px !important;
}

.ui-selectmenu {
	float: left;
	margin: 0;
	height: 22px;
	padding: 0;
	position: relative;
	text-decoration: none;
	border-radius: 0;
}

.ui-selectmenu:hover {
	text-decoration: none;
}

.ui-selectmenu.ui-corner-top {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.ui-selectmenu.ui-state-default {
	border: none;
}

.ui-selectmenu-status {
	text-decoration: none;
	display: block;
	background: url(/images/bg-select-l.png) no-repeat;
	height: 18px;
	overflow: hidden;
	padding: 4px 0 0 8px;
	font: 14px/14px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #464646;
}

.lawyerFilterCategory .ui-selectmenu-status,
.lawyerFilterCategory .ui-state-focus .ui-selectmenu-status {
	background: none;
	padding: 0;
}

.ui-state-focus .ui-selectmenu-status {
	background: url(/images/bg-select-l-focus.png) no-repeat;
}

.disabled .ui-selectmenu-status {
	background: url(/images/bg-select-type2-l.png) no-repeat;
}

.ui-selectmenu-menu {
	position: absolute;
	top: 0;
	margin: -4px 0 0;
	display: none;
	z-index: 301;
}

.ui-selectmenu-menu .top,
.ui-selectmenu-menu .bottom {
	display: none;
}

.ui-selectmenu-menu .c {
	border: 1px solid #abadb3;
	max-height: 200px;
	overflow: auto;
}

.ui-selectmenu-menu ul {
	list-style: none outside none;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	background: #fff;
}

.ui-selectmenu-menu li {
	height: 1%;
	overflow: hidden;
}

.ui-selectmenu-menu a {
	display: block;
	padding: 3px 7px;
	color: #464646 !important;
	font: 14px/14px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

.ui-selectmenu-menu li>span {
	display: block;
	padding: 0 15px;
	font: 14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.ui-selectmenu-menu li ul li a {
	padding: 3px 20px;
}

.ui-selectmenu-menu a:hover {
	background: #dfe5ef;
	text-decoration: none;
}

.ui-selectmenu-open {
	display: block;
}

.ui-selectmenu-icon {
	float: right;
	cursor: pointer;
	background: url(/images/bg-select-r.png) no-repeat !important;
	width: 18px;
	height: 22px;
}

.lawyerFilterCategory .ui-selectmenu .ui-icon.ui-selectmenu-icon {
	background: url(/js/library/JQueryUI/themes/base/images/ui-icons_888888_256x240.png) -62px -14px !important;
}

.lawyerFilterCategory .ui-selectmenu.ui-state-active .ui-icon.ui-selectmenu-icon {
	background-image: url(/js/library/JQueryUI/themes/base/images/ui-icons_454545_256x240.png) !important;
}

.disabled .ui-selectmenu-icon {
	background: url(/images/bg-select-type2-r.png) no-repeat;
}

.file-list {
	margin: 0;
	padding: 2px 0 0 2px;
	list-style: none;
	overflow: hidden;
}

.file-list li {
	overflow: hidden;
}

.file-list .name {
	float: left;
	padding: 0 11px 0 0;
	font: 12px/18px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.file-list .delete {
	font: 12px/15px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	float: left;
	color: #3e819d;
	margin: 2px 0 0;
	text-decoration: none;
}

.file-list .delete span {
	float: left;
	cursor: pointer;
	border-bottom: 1px dashed #3e819d;
}

.file-list .delete:hover span {
	border: 0;
	padding: 0 0 1px;
}

.outtaHere {
	position: absolute;
	left: -9999px;
}

.checkboxArea,
.checkboxAreaChecked {
	float: left;
	overflow: hidden;
	background: url(/images/bg-checkbox.png) no-repeat;
	width: 12px;
	height: 12px;
	margin: 1px 8px 0 0;
	cursor: pointer;
}

.checkboxAreaChecked {
	background-position: 0 -36px;
}

.personal-text .checkboxArea,
.personal-text .checkboxAreaChecked {
	margin: 3px 8px 0 0;
}

*+html .personal-text .checkboxArea,
*+html .personal-text .checkboxAreaChecked {
	margin: 4px 8px 0 0;
}

*+html .anonymously .checkboxArea,
*+html .anonymously .checkboxAreaChecked,
*+html .mailer-form .checkboxArea,
*+html .mailer-form .checkboxAreaChecked {
	margin: 5px 8px 0 0;
}

.mailer-type3 .checkboxArea,
.mailer-type3 .checkboxAreaChecked {
	margin: 2px 8px 0 0;
}

.radioArea,
.radioAreaChecked {
	float: left;
	background: url(/images/bg-radio.png) no-repeat;
	width: 13px;
	height: 13px;
	margin: 3px 8px 0 0;
	cursor: pointer;
}

.radioAreaChecked {
	background-position: 0 -13px;
}

.content-form .row .radio-holder {
	float: left;
	background: #dfe5ef;
	width: 189px;
	padding: 11px 0 0 16px;
	height: 25px;
	margin: 0 18px 0 0;
}

.content-form .row .paid-radio-holder {
	background: #d6ebc2;
	margin: 0;
	padding: 11px 5px 0 11px;
}

.content-form .payment-offer {
	overflow: hidden;
	height: 1%;
	padding: 7px 0 0;
}

.content-form .payment-offer .text {
	width: 89px;
	height: 24px;
	background: #fff;
}

.content-form .payment-offer .text input {
	width: 100%;
	height: 24px;
	background: none;
	text-align: right;
	border: 0;
	font: 14px/23px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #464646;
}

.content-form .payment-offer em {
	font: 14px/24px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	float: left;
	color: #464646;
	margin: 0 0 0 8px;
}

.complexity-range {
	width: 408px;
	position: relative;
	padding: 20px 0 0;
}

.complexity-range:after {
	display: block;
	clear: both;
	content: "";
}

.complexity-range .question-cost {
	display: block;
	font: 11px/18px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #34a3d1;
	padding: 0 67px 1px 0;
	text-align: center;
}

.complexity-list-holder {
	overflow: hidden;
	height: 25px;
	position: relative;
}

.complexity-list {
	margin: 0;
	background: url(/images/bg-range-inactive.png) no-repeat;
	width: 408px;
	list-style: none;
	overflow: hidden;
	height: 17px;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	top: 6px;
}

.complexity-list li {
	float: left;
	height: 17px;
	width: 133px;
	padding: 0 0 0 1px;
}

.complexity-list li span {
	display: block;
	height: 13px;
	text-align: center;
	color: #727272;
	font: 11px/11px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.complexity-list li span {
	line-height: 13px;
}

.question-cost-list {
	margin: 0 0 0 -2px;
	padding: 2px 0 19px;
	list-style: none;
	overflow: hidden;
}

.question-cost-list li {
	float: left;
	width: 134px;
	color: #788187;
	font: 11px/11px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.content-form .row .available {
	color: #727272;
	font: 12px/12px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.content-form .row .fee {
	display: block;
	font: 12px/12px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #9ba7af;
	margin: -4px 0 0;
	padding: 0 0 0 22px;
}

.content-form .row .title {
	display: block;
	font: 14px/14px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #222;
	padding: 15px 0 4px
}

.content-form .payment-method-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.content-form .payment-method-list:after {
	display: block;
	clear: both;
	content: "";
}

.content-form .payment-method-list .radioArea,
.content-form .payment-method-list .radioAreaChecked {
	margin: 15px 9px 0 0;
}

.content-form .payment-method-list-type2 .radioArea,
.content-form .payment-method-list-type2 .radioAreaChecked {
	margin: 10px 9px 0 0;
}

.content-form .payment-method-list li {
	float: left;
	padding: 0 0 0 45px;
}

.content-form .payment-method-list li:first-child {
	padding: 0;
}

.content-form .payment-method-list-type2 li {
	padding: 0 0 0 25px;
}

.content-form .payment-method-list input {
	float: left;
}

.content-form .payment-method-list label {
	float: left;
}

.content-form .payment-method-list .visual {
	display: block;
}

.content-form .payment-method-list .visual img {
	vertical-align: top;
}

.content-form .payment-method-list .visual-type2 img {
	margin: -7px 0 1px;
}

.content-form .payment-method-list .fee {
	padding: 0;
	margin: 0;
}

.content-form .other-payment-row {
	padding: 15px 0 16px;
}

.content-form .other-payment-row label {
	padding: 0 0 4px;
}

.form-section .content-form .other-payment-row select {
	width: 299px;
}

.total-cost-holder {
	height: 1%;
	margin: 0 7px 0 0;
	border-top: 1px dashed #9ba7af;
	padding: 10px 0 0;
	position: relative;
}

.total-cost-holder:after {
	display: block;
	clear: both;
	content: "";
}

.total-cost-list {
	width: 250px;
	float: right;
	margin: 0;
	padding: 2px 0 0;
	font: 12px/12px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #676e73;
}

.total-cost-list dt {
	float: left;
	min-width: 175px;
	text-align: right;
	margin: 0 0 7px
}

.total-cost-list dd {
	float: right;
	margin: 0 0 7px;
	text-align: right;
	width: 75px;
}

.total-cost-list-type2 {
	background: url(/images/bg-total-cost-list-type2.gif) no-repeat 100% 0;
	color: #222;
	padding: 4px 0 0;
}

.total-cost-list-type2 dt {
	font: 14px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.total-cost-list-type2 dd {
	font: 16px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.total-cost-list-type2 dd span {
	font: 12px/14px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.total-cost-currency {
	float: right;
	clear: both;
	margin-top: -6px;
	color: #727578;
	font: 11px/14px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.total-cost-sum {}

.detailed-info-holder {
	overflow: hidden;
	height: 1%;
	padding: 27px 0 0 10px;
}

.detailed-info-holder .title {
	display: block;
	color: #94979b;
	padding: 0 0 7px;
	font: 14px/24px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.payment-advantage {
	overflow: hidden;
	width: 100%;
	margin: 0 0 2px;
	border-collapse: collapse;
}

.payment-advantage td {
	text-align: center;
	padding: 6px 0;
	color: #222;
	font: 12px/12px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.payment-advantage th {
	font: 11px/12px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	height: 31px;
	color: #222;
	padding: 0;
}

.payment-advantage th.col1,
.payment-advantage th.col3 {
	background: #b4cceb;
	text-align: center;
	padding: 0;
}

.payment-advantage th.col2 {
	color: #254416;
	vertical-align: top;
	padding: 7px 0 0;
}

.payment-advantage .col1 {
	background: #fff;
	text-align: left;
	width: 118px;
	padding: 5px 1px 0 7px;
}

.payment-advantage .col2 {
	background: #d6ebc2;
	width: 60px;
}

.payment-advantage .col3 {
	background: #fff;
}

.payment-advantage .small-col1,
.payment-advantage .small-col2,
.payment-advantage .small-col3 {
	height: 9px !important;
	padding: 0;
}

.payment-advantage .small-col1-type2,
.payment-advantage .small-col2-type2,
.payment-advantage .small-col3-type2 {
	padding: 0;
	background: #fff;
	height: 6px !important;
}

.payment-advantage .small-col2-type2 {
	background: #d1e8c6;
}

.payment-advantage .small-col2 {
	background: #d1e8c6;
}

.detailed-info-holder .info {
	display: block;
	padding: 0 0 30px 8px;
	font: 11px/11px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #a6aaae;
}

.detailed-info-holder .more {
	color: #244F8A;
	display: inline-block;
	margin: 0 0 31px 4px;
	text-decoration: none;
	font: 12px/14px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.detailed-info-holder .more:hover {
	text-decoration: underline;
}

.warranties {
	overflow: hidden;
	height: 1%;
}

.warranties .top {
	width: auto;
	height: 22px;
	margin: 0;
	padding: 9px 0 0 12px;
	font: 14px/14px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	background: none repeat scroll 0 0 #B4CCEB;
}

.warranty-list {
	margin: 0;
	background: #fff;
	padding: 10px 0 0 6px;
	list-style: none;
	overflow: hidden;
}

.warranty-list li {
	overflow: hidden;
	padding: 0 0 10px;
}

.warranty-list .number {
	float: left;
	width: 15px;
	color: #767676;
	font: 14px/14px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.warranty-list li p {
	font: 12px/15px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #767676;
	overflow: hidden;
}

.warranty-list li p strong {
	color: #222;
	font-weight: normal;
}

.warranty-list .phone {
	font: 14px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	display: block;
	color: #222;
}

.warranty-list .phone em {
	display: block;
	color: #767676;
	font-style: normal;
}

.btn-holder {
	overflow: hidden;
	height: 1%;
}

.mailer {
	overflow: hidden;
	height: 1%;
	margin: 2px 0 0;
}

.mailer-type2 {
	margin: 0;
}

.mailer-form {
	overflow: hidden;
}

.mailer-form .row {
	overflow: hidden;
	height: 1%;
	padding: 0 0 23px;
}

.mailer-form .row input {
	float: left;
	margin: 0 7px 0 0;
}

.mailer-form .row label {
	color: #222;
	float: left;
	font: 14px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

*+html .mailer-form .row label {
	margin: 3px 0 0;
}

.mailer-form .row .agreement {
	display: block;
	color: #727578;
	font: 11px/14px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.mailer-form .row .agreement a {
	font: italic 11px/14px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #727578;
}

.mailer-form .row .blue-btn,
.mailer-form .row .color-btn {
	font: 14px/14px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	margin: 2px 0 0 103px;
	color: #222;
	min-width: 192px;
}

.mailer-form .row .blue-btn.pressed,
.mailer-form .row .color-btn.pressed {
	min-width: 191px;
	padding: 7px 0px 0px 1px;
	height: 18px;
}

.mailer-type2 .mailer-form .row .blue-btn,
.mailer-type2 .mailer-form .row .color-btn {
	margin: 0 0 0 107px;
	min-width: 192px;
}

.mailer-form .row .blue-btn,
.mailer-type2 .mailer-form .row .color-btn {
	margin: 0 0 0 107px;
	min-width: 192px;
}

.mailer-form .row .green-btn {
	float: left !important;
}

.mailer-type2 .mailer-form .row .blue-btn.pressed,
.mailer-type2 .mailer-form .row .color-btn.pressed {
	min-width: 190px;
}

.mailer-type3 .mailer-form .row .blue-btn,
.mailer-type3 .mailer-form .row .color-btn {
	margin: 0 0 0 102px;
	min-width: 192px;
}

.mailer-type3 .mailer-form .row .blue-btn.pressed,
.mailer-type3 .mailer-form .row .color-btn.pressed {
	min-width: 190px;
}

.drop-disabled {
	visibility: hidden;
}

.disabled:hover {
	cursor: default;
}

.disabled:hover .ui-selectmenu-icon {
	cursor: default;
}

.personal-consultation {
	overflow: hidden;
	height: 1%;
	padding: 9px 0 26px;
}

.personal-consultation .visual {
	float: left;
	background: #fff url(/images/bg-personal-consultation-visual.jpg) no-repeat 4px 4px;
	width: 117px;
	padding: 4px;
	border: 1px solid #ddd;
	height: 136px;
	margin: 0 8px 0 0;
}

.personal-consultation .visual a {
	display: block;
	height: 100%;
}

.personal-consultation .visual a img {
	vertical-align: top;
}

.personal-consultation .text {
	overflow: hidden;
	height: 1%;
}

.personal-consultation .text .name {
	text-decoration: none;
	color: #244F8A;
	font: 16px/22px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.personal-consultation .text .name:hover {
	text-decoration: underline;
}

.personal-consultation .text .post {
	display: block;
	color: #222;
	font: 14px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.personal-consultation .text .city {
	display: block;
	color: #222;
	font: 14px/21px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	padding: 0 0 5px;
}

.personal-consultation .text .rating {
	display: block;
	color: #222;
	padding: 0 0 4px;
	font: 14px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.personal-consultation .text .rating-amount {
	font: 14px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.personal-consultation .text .avarage-rating {
	display: block;
	background: url(/images/bg-avarage-rating.png) no-repeat;
	width: 68px;
	position: relative;
	height: 11px;
	padding: 0 0 9px;
}

.personal-consultation .text .avarage-rating .user-rating {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(/images/bg-user-rating.png) no-repeat;
	width: 68px;
	height: 11px;
}

.personal-consultation .text .pm {
	font: italic 14px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #244F8A;
}

.captcha-holder {
	overflow: hidden;
	height: 1%;
	padding: 8px 0 0;
}

.captcha-holder .holder {
	float: left;
	width: 207px;
	margin: 0 22px 0 0;
}

.captcha-holder .holder .captcha {
	display: block;
	width: 207px;
}

.captcha-holder .holder .captcha img {
	vertical-align: top;
}

.captcha-holder .holder .refresh-captcha {
	font: 12px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #676e73;
	text-decoration: none;
}

.captcha-holder .holder .refresh-captcha span {
	border-bottom: 1px dashed #676e73;
	float: left;
	cursor: pointer;
}

.captcha-holder .holder .refresh-captcha:hover span {
	border: 0;
	padding: 0 0 1px;
}

.content-form .captcha-holder .text {
	display: block;
	width: 150px;
	padding: 0 3px;
	border: 1px solid #9a9ca4;
	height: 22px;
	background: #fff;
}

.content-form .captcha-holder .text input {
	width: 150px;
	height: auto;
}

.captcha-holder .text input {
	width: 100%;
	height: 22px;
	background: none;
	border: 0;
}

.step-list-holder {
	width: 429px;
	padding: 0 0 8px;
}

.step-list-holder:after {
	display: block;
	clear: both;
	content: "";
}

.step-list {
	margin: -10px -17px 0 0;
	padding: 0;
	list-style: none;
	float: right;
}

.step-list li {
	float: left;
}

.step-list .first {
	background: url(/images/bg-first-step.gif) no-repeat;
	margin: 12px 0 0;
	width: 59px;
	padding: 3px 0 0 10px;
	height: 20px;
	color: #9b9fa1;
}

.step-list .second {
	background: url(/images/bg-second-step.png) no-repeat;
	width: 66px;
	color: #1e584d;
	padding: 15px 0 0 10px;
	height: 20px;
}

#sbutton-element {
	margin-bottom: 20px;
}

.content-small-form .radio-holder input {
	float: left;
}

.z-index-20 {
	z-index: 20 !important;
}

.nodisplay {
	display: none;
}

#darkbg {
	width: 100%;
	position: absolute;
	z-index: 21;
	left: 0;
	top: 0;
	background-color: black;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.popup {
	position: absolute;
	z-index: 25;
	background: #FFFFFF;
	padding: 20px 12px;
}

#mainpopupdiv {
	position: absolute;
	z-index: 22;
	background: white;
	padding: 29px 45px;
}

.popupdiv {
	position: absolute;
	z-index: 12;
	background: white;
	padding: 20px 12px;
}

.popup .standalone input[type=text] {
	margin-right: 0;
}

.popup .standalone input[type="text"],
.popup .standalone input[type="password"],
.popup .standalone select {
	float: none;
	margin-bottom: 0;
}

.inner .standalone {
	width: 100%;
	min-height: 25px;
	margin-top: 3px;
	margin-bottom: 7px;
}

.popup .standalone {
	width: auto;
}

.inner .standalone label {
	display: inline-block;
	/*float: left;*/
	margin-bottom: 3px;
}

.ui-widget #chat_settings .standalone {
	margin-top: 15px;
	margin-bottom: -10px;
}

.ui-widget #chat_settings .standalone .optional {
	width: 130px !important;
	margin-left: 20px;
}

.inner .noFloat label {
	float: none;
}

.inner .standalone label.licence_label {
	float: none;
}

.inner .standalone input[type="text"],
.inner .standalone input[type="password"],
.inner .standalone select {
	float: right;
	margin-right: 35px;
	/*margin-left: 15px;*/
	width: 200px;
}

.popup .standalone input[type="text"],
.popup .standalone input[type="password"],
.popup .standalone select {
	float: none;
	margin-bottom: 0;
}

.inner .standalone select {
	width: 206px;
}

.inner .standalone input[disabled] {
	width: 197px;
	padding-left: 5px;
}

.inner .standalone.right {
	float: right !important;
	width: 200px;
	margin-right: 40px;
}


/* fixes to select */

.ui-selectmenu-menu li {
	height: auto;
}

.ui-selectmenu-menu ul.ui-widget-content {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #ABADB3;
	list-style: none outside none;
	margin: 0 0 0 -1px;
	padding: 0;
	position: relative;
	z-index: 301;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 300px;
}

.lawyerFilterCategory.ui-selectmenu-menu ul.ui-widget-content {
	margin-left: 0;
	border-top: 0;
}

.ui-state-disabled .ui-selectmenu-status {
	background: url("/images/bg-select-type2-l.png") no-repeat scroll 0 0 transparent;
}

.ui-state-disabled .ui-selectmenu-icon {
	background: url("/images/bg-select-type2-r.png") no-repeat scroll 0 0 transparent;
}

.login-list .errors {
	font-size: 11px;
	color: #990000;
}

.question-forms-holder .form-error {
	color: #C13838;
	display: block;
	font: 20px/20px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	padding: 0 0 7px 10px;
	overflow: hidden;
}

.ui-radio-state-disabled,
.ui-radio-state-checked-disabled,
.ui-radio-state-disabled-hover,
.ui-radio-state-checked-disabled-hover {
	color: #999;
}

span.ui-checkbox,
span.ui-radio {
	display: block;
	float: left;
}

span.ui-checkbox {
	margin: 1px 8px 0 0;
	width: 12px;
	height: 12px;
	background: url(/images/bg-checkbox.png) 0 0 no-repeat;
}

span.ui-radio {
	margin: 2px 6px 0 0;
	width: 13px;
	height: 13px;
	background: url(/images/bg-radio.png) 0 0 no-repeat;
}

span.ui-helper-hidden {
	display: none;
}

label {
	padding: 2px;
}

span.ui-radio-state-hover {}

span.ui-checkbox-state-hover {
	background-position: 0 -12px;
}

span.ui-checkbox-state-checked,
span.ui-checkbox-state-checked-disabled {
	background-position: 0 -36px;
}

span.ui-checkbox-state-checked-hover {
	background-position: 0 -24px;
}

span.ui-radio-state-checked-disabled-hover,
span.ui-radio-state-checked-disabled,
span.ui-radio-state-checked {
	background-position: 0 -13px;
}

span.ui-radio-state-checked-hover {
	background-position: 0 -13px;
}

.ui-radio-disabled,
.ui-checkbox-disabled {
	opacity: 0.7;
}

.content-form .payment-method-list span.ui-radio {
	margin: 15px 9px 0 0;
}

.content-form .payment-method-list-type2 span.ui-radio {
	margin: 10px 9px 0 0;
}

.ui-helper-hidden-accessible {
	left: -9999px;
	position: absolute;
}

.personal-text span.ui-checkbox,
.mailer-form span.ui-checkbox {
	margin: 3px 8px 0 0;
}

.social.tabs .subtitile span {
	font-size: 14px;
	display: block;
	padding: 3px 7px;
	margin-left: 36px;
	margin-top: 6px;
}

.social.tabs .subtitile {
	background: no-repeat left top url('/images/icon-social.png');
	margin-bottom: 5px;
	margin-left: 15px;
}

.content-form .row .textarea-holder {
	border: none;
	height: 193px;
	width: 388px;
}

#liform .row label.hint {
	color: #919191;
	font: 11px/22px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	margin-left: 12px;
	margin-top: -1px;
	position: absolute;
}

#extraBlock {
	position: absolute;
	z-index: 1;
}

#extraBlock a.sublink {
	border-bottom: 1px dashed #244F8A;
	border-bottom-color: #3e91b3;
	text-decoration: none !important;
}

#extraBlock a.sublink:hover {
	color: #225c7f;
	border-bottom-color: #225c7f;
}

.text-message .warning {
	color: #c13838;
}

.text-message p {
	margin-bottom: 8px;
}

.text-message p.subscription {
	font-style: italic;
}

.text-message a {
	color: #244F8A;
	text-decoration: none;
}

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


/*begin for popups*/

.popup input[type="button"]:not(.newButton),
.popup input[type="submit"]:not(.newButton),
.popup button:not(.newButton) {
	background-color: #8FAED8;
	border: 0;
	font-size: 12px;
	padding: 4px 10px;
	border: 1px solid #8FAED8;
	/*outline: 1px solid #f8fafb;*/
	margin: 0;
	overflow: visible;
	cursor: pointer;
}

#adminpageeditform .newButton {
	float: left;
	margin: 15px 10px 0 0;
}

.popup input[type="button"][disabled],
.popup input[type="submit"][disabled] {
	width: auto;
	height: auto;
	background-color: #E0E4E2 !important;
	border-color: #E0E4E2 !important;
}

.popup button::-moz-focus-inner,
.popup input[type="reset"]::-moz-focus-inner,
.popup input[type="button"]::-moz-focus-inner,
.popup input[type="submit"]::-moz-focus-inner,
.popup input[type="file"]>input[type="button"]::-moz-focus-inner {
	border: none;
}

.popup input[type="radio"],
.popup input[type="checkbox"] {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 5-7 */
	filter: alpha(opacity=0);
	/* Netscape */
	-moz-opacity: 0;
	/* Safari 1.x */
	-khtml-opacity: 0;
	/* Good browsers */
	opacity: 0;
	width: 1px;
	height: 1px;
}

.popup input:focus {
	border: 2px outline #57C2EE;
}

.popup input[type="radio"] {
	/*display: none;*/
}

.popup label.radio {
	line-height: 20px;
	padding-left: 20px;
	background: no-repeat left center url('/css/images/forms/radio.png');
}

.popup label.radio.checked {
	background-image: url('/css/images/forms/radio-checked.png') !important;
}

.popup label.radio.checked {
	background-image: url('/css/images/forms/radio-checked.png') !important;
}

.popup label.radio.checked.focused {
	background-image: url('/css/images/forms/radio-checked-focused.png') !important;
}

.popup label.checkbox {
	z-index: 1;
	width: 100%;
	line-height: 20px !important;
	padding-left: 20px !important;
	background: no-repeat left center url('/css/images/forms/checkbox.png') !important;
	cursor: pointer;
	/*display: block;*/
}

.popup label.checkbox.focused {
	background-image: url('/css/images/forms/checkbox-focused.png') !important;
}

.popup label.checkbox.checked {
	background-image: url('/css/images/forms/checkbox-checked.png') !important;
}

.popup label.checkbox.checked.focused {
	background-image: url('/css/images/forms/checkbox-checked-focused.png') !important;
}

.popup label.checkbox.checked.partial {
	background-image: url('/css/images/forms/checkbox-checked-partial.png') !important;
}

.popup label.checkbox.checked.focused.partial {
	background-image: url('/css/images/forms/checkbox-checked-focused-partial.png') !important;
}


/* end for popups*/


/* Live Blog Block */

.last-live {
	background: #FFFFFF;
	overflow: hidden;
	height: 1%;
	padding: 15px 0 49px;
}

.last-live .headline {
	display: block;
	padding: 15px 0 32px 3px;
	color: #868a8d;
	font: 18px/18px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.live-type-list {
	margin: 0;
	padding: 0 0 1px 7px;
	list-style: none;
	width: 242px;
	background: url(/images/bg-question-type.gif) repeat-x 0 100%;
}

.live-type-list:after {
	display: block;
	clear: both;
	content: "";
}

.live-type-list li {
	float: left;
	vertical-align: top;
	height: 26px;
	margin: 0 0 0 3px;
}

.live-type-list .active {
	padding: 0;
	margin: -4px 0 0 3px;
	height: 30px;
}

.live-type-list li a {
	border-top: 1px solid #c0cdde;
	border-left: 1px solid #c0cdde;
	border-right: 1px solid #c0cdde;
	background: #DEE7F3;
	color: #244F8A;
	float: left;
	font: 12px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	padding: 4px 7px 0;
	height: 21px;
	text-decoration: none;
}

.live-type-list .active a {
	border-top: 1px solid #b8b8b8;
	border-left: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
	padding: 6px 10px 0;
	height: 24px;
	background: #fff;
	font: 14px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #222;
}

.live-list {
	height: 0px;
	margin: 0 0 -26px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.live-list>li {
	overflow: hidden;
	padding: 0 0 65px;
}

.last-live .comment-list {
	margin-top: 25px;
	padding: 0 16px 20px;
	height: 0px;
	list-style: none;
	overflow: hidden;
}

.last-live .comment-list li {
	overflow: hidden;
	margin: 14px 0 0;
	padding: 10px 0 0;
	border-top: 1px dashed #cecece;
}

.last-live .comment-list li:first-child {
	padding: 0;
	margin: 0;
	border: 0;
}

.last-live .comment-list .visual {
	float: left;
	padding: 1px;
	border: 1px solid #e4e4e4;
	background: #fff;
	width: 32px;
	margin: 4px 8px 0 0;
	height: 38px;
}

.last-live .comment-list .visual img {
	vertical-align: top;
}

.last-live .comment-list .text {
	overflow: hidden;
	/*height:1%;*/
	padding: 2px 0 0;
	font: 12px/15px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.last-live .comment-list .name {
	color: #464646;
}

.last-live .comment-list .name:hover {
	text-decoration: underline;
}

.arrow {
	background: url(https://pravoved.ru/blog/templates/skin/pravoved/images/arrow02.png) no-repeat 50% 5px;
	padding: 0 10px;
}

.last-live .comment-list .related-topic {
	color: #244f8a;
	text-decoration: none;
}

.last-live .comment-list .related-topic:hover {
	text-decoration: underline;
	color: #759d4c;
}


/* VOTE ANSWER */

.estimate {
	text-decoration: none;
}


/* QUESTION FROM OLD TEMPLATE */

.time_question {
	font: 12px/18px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.text_question {
	padding: 15px 15px 25px 0;
}


/* QUESTION PAY FORM */

.complexity-list {
	padding: 0;
}

.complexity-range .ui-slider-range {
	overflow: hidden;
	background: url(/images/bg-range-active.png) no-repeat;
	width: 408px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 26px;
}

.complexity-range .ui-slider-handle {
	background: url(/images/bg-range-slider.png) no-repeat 50% 20px;
	width: 60px;
	height: 22px;
	display: block;
	position: absolute;
	top: 1px;
	margin: 0 0 0 -30px;
	text-decoration: none;
	overflow: hidden;
	font: 11px/18px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #244F8A;
	text-align: center;
	height: 42px;
	cursor: pointer;
}

.detailed-info-holder-type2 {
	padding: 0 0 0 10px;
}

.mailer-form .row label {
	padding: 0;
}

.some-question-block {
	overflow: hidden;
	height: 1%;
}

.inner {
	height: 1%;
}

.popup.inner {
	height: auto;
}

.inner:after {
	display: block;
	clear: both;
	content: "";
}

.qFull .time {
	float: right;
	font-size: 11px;
	color: #909090;
	font-style: italic;
}

#qFlow {
	margin-bottom: 25px;
}

.qShort {
	margin-bottom: 35px;
	display: inline-block;
	width: 400px;
}


/*.qShort .costCat {
	height: 30px;
}*/

.qShort .cost {
	/*margin-right: 15px;*/
}

.qShort .cat {
	padding-top: 5px;
}

.qShort .costCat,
.qShort .authDate,
.qShort .h2,
.qShort .answers,
.qShort .tags {
	clear: both;
	margin: 3px 0px;
}

.text {
	word-wrap: break-word;
	/* IE 5+ */
}


/*.qShort .costCat {
	border-bottom: 1px dashed #c6cdca;
}

.qShort .costCat .cost{
	float:left;
	color: #498fac;
	margin-top: -3px;
	padding-top: 5px;
}
.qShort .costCat .cost span {
	color: #498fac;
	font-size: 17px;
}
.qShort .costCat .cat{
	float:right;
	color: #095b7d;
	font-style: italic;
	font-size: 12px;
	margin-left: 5px;
}
.qShort .costCat .cat a{
	font-style: italic;
	font-size: 12px;
	text-transform: lowercase;
}*/


/*.qShort.closed  .cost {
	height: 30px;
	padding-right: 55px;
	margin-right: -50px;
	background: no-repeat right top url('/images/consult/closed.png');
	color: #898989;
}*/


/*.qShort.closed  .cost span{
    color: #898989;
   	display: inline-block;
    * ie7 *
	zoom: 1;
	*display:inline;
	* ie7 *
    line-height: 30px;
	height: 14px;
}*/

.qShort .rur {
	margin-left: 5px;
	margin-right: 5px;
	background: no-repeat left center url('/images/rur.png');
	width: 12px;
	padding-left: 10px;
	/*width: 30px;
    float: right;
	/*height: 14px;
	background: no-repeat left top url(/images/rur.png);
	display: inline-block;
	zoom: 1;
	*display:inline;
    line-height: 30px;*/
}


/*.qShort.closed .rur {
	background-image: url(/images/rur-grey.png);
}*/


/***common**/

.authDate {
	text-align: right;
}

.authDate .message {
	text-align: inherit;
	display: block;
	float: right;
}

.authDate .dialog-list {
	float: right;
}

.authDate .auth {
	font-size: 12px;
	font-style: italic;
	color: #909090;
}


/***\\common**/

.qShort .authDate {
	text-align: inherit;
}

.qShort .authDate .date {
	float: left;
}

.qShort .authDate .auth {
	float: right;
	max-width: 288px;
	word-wrap: break-word;
}

.qShort .h2,
.qShort h2,
.qShort .h2 a {
	text-decoration: none;
	color: #222222;
	font-size: 18px;
	margin: 4px 0;
	padding: 0;
	word-wrap: break-word;
}

.qShort .text {
	font-size: 14px;
	margin-bottom: 6px;
}

.qShort .answers {
	background: #7cccec;
	display: inline-block;
	/** ie7 **/
	zoom: 1;
	*display: inline;
	/** ie7 **/
	padding: 3px 8px;
	width: 255px;
	font-size: 13px;
}

.qShort .answers * {
	font-size: 13px;
}

.qShort .answers * {
	text-decoration: none;
	color: #000000;
}

.qShort .answers span {
	background: url('/images/right-black-triangle.png') no-repeat right center;
	padding-right: 7%;
	float: right;
}

.qShort .tags .tagimg {
	background: no-repeat left center url('/images/tags.png');
	padding-left: 15px;
}

.qShort .tags {
	color: #909090;
	font-size: 12px;
}

.qShort .tags * {
	color: #909090;
	font-size: 12px;
}

.qShort .tags a {
	font-style: italic;
	text-decoration: underline;
}


/* QUESTION NEW */

.qFullWrap,
.qCommentWrap,
.answerformWrap {
	width: 670px;
	background-color: #FBFBFF;
	/*background: #ccdddd;*/
	padding: 8px 11px;
}

.qFull,
.qComment,
.answerformInner {
	width: 100%;
}

.qFull {
	margin-top: 0;
	margin-bottom: 0;
}

.qFull .costCat .cat {
	width: 450px;
	text-align: right;
}

.qFull .title,
.qFull .files {
	clear: both;
}

.qFull .number {
	display: block;
	height: 13px;
	line-height: 13px;
}

.qFull .number .status {
	/*float: right;*/
	max-width: 310px;
}

.qFull .number span {
	font-size: 11px;
	color: #909090;
	font-style: italic;
}

.qFull .h1 * {
	font-size: 22px;
	color: #111111;
	margin: 9px 0 5px 0;
}

.qFull .text {
	margin-top: 0px;
}

.qFull .authDate {
	text-align: right;
}

.qFull .authDate .date,
.qFull .authDate .auth {
	display: inline;
	float: none;
	max-width: none;
}

.qFull .messagesend div {
	float: right;
	max-width: 200px;
}

.message {
	min-width: 16px;
	min-height: 11px;
	padding-left: 16px;
	/*padding-bottom: 6px;*/
}

.authDate .message a {
	padding-left: 7px;
}

.message span {
	/*padding-left: 7px;*/
	color: #095b7d;
	/*text-decoration: underline;*/
	font-style: italic;
	font-size: 12px;
}

.qFull .authDate .message {
	/*display: block;
	float: right;*/
}

.files ul,
.doc_files ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.files ul li,
.leftColumn .questionComments .files ul li,
.doc_files ul li {
	margin-bottom: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.files li,
.doc_files li {
	text-decoration: none;
	font-style: italic;
	padding-left: 25px;
	background: no-repeat left bottom url('/css/images/file.png');
}

.files .size {
	padding-left: 7px;
	color: #909090;
}

.qCommentWrap {
	margin-top: 8px;
	padding-top: 20px;
}

.qComment .qCommentInner {
	padding-left: 11px;
	border-left: 2px solid #c2c2c2;
}

.qComment .subtitle {
	color: #707070;
}

.abuttonWap {
	float: right;
	margin: 35px 0 10px;
}

.acountWrap {
	margin: 10px 0;
}

.acountwrap span {
	font-size: 16px;
	color: #707070;
}

.acountwrap span.count {
	font-weight: bold;
	color: #acacac;
	/*padding-left: 6px;*/
}

.aWrap {
	margin-top: 10px;
	margin-bottom: 30px;
}

.answer .subtitle {
	border-bottom: 1px dashed #C6CDCA;
	text-align: right;
}

.answer .subtitle .finished {
	float: left;
	color: #707070;
	font-style: italic;
	font-size: 12px;
}

.answer .subtitle .date {
	float: right;
	max-width: 100px;
}

.answer .uwrap {
	width: 205px;
	padding-top: 16px;
	float: left;
}

.answer .usersmall {
	width: 100%;
}

.answer .acontent {
	float: left;
	width: 475px;
	padding-left: 10px;
	padding-top: 14px;
}

.answer .acontent p {
	margin-top: 0;
	margin-bottom: 8px;
}

.answer .atextWrap {
	min-height: 60px;
	overflow: auto;
}

.answer .bar {
	padding: 6px 4px;
	border-top: 1px solid #C6CDCA;
	border-bottom: 1px solid #C6CDCA;
}

.answer .bar .estimate,
.answer .bar .qcommentlinkdiv,
.answer .bar .messhref {
	float: left;
	display: block;
}

.answer .bar .messhref {
	margin: 0px;
}

.answer .bar .message {
	zoom: 1;
}

.answer .bar .qcommentlinkdiv a {
	font-size: 12px;
	text-decoration: none;
	font-style: italic;
}

.answer .bar .estimate {
	width: 250px;
	margin-left: 20px;
}

.answer .bar .sign {
	padding-left: 10px;
	border: 0;
}

.answer .bar .complain {
	float: right;
	display: block;
	font-style: italic;
}

.answer .bar .complain a,
.answer .bar .estimate,
.answer .bar .messhref,
.answer .bar .estimate .is_positive_1,
.answer .bar .estimate .is_positive_0 {
	color: #909090;
	font-size: 12px;
}

.answer .bar.empty {
	border-top: none;
	height: 13px;
}

.answerformWrap {
	margin-top: 30px;
	margin-bottom: 15px;
}

.answerformInner .withtext label {
	font-size: 16px;
	color: #707070;
	font-family: Arial, sans-serif;
}

.answerformInner .withtext label,
.answerformInner .withtext textarea {
	display: inline-block;
	width: 100%;
	margin: 5px 0;
}

.answerformInner .fileinputs {
	margin: 5px 0;
}

.answerformInner .buttons {
	/*max-width: 600px;*/
	clear: both;
}

.popup .buttons {
	/*	float: none;*/
}

.popup .buttons *,
.popup input[type="submit"],
.popup button {
	margin-right: 4px;
}


/***added*******/

.extralinks {
	padding-left: 23px;
	margin: 35px 0 10px;
}

.extralinks a {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-right: 15px;
}

.extralinks a.addQComment,
.extralinks a.addAnswerComment {
	margin-left: -18px;
	padding-left: 20px;
	background: no-repeat left center url('images/grey-plus.png');
	text-decoration: none;
	font-style: italic;
}

.editedBy {
	font-size: 11px;
}


/**qcomment**/

.qcommentform {
	padding: 10px 14px;
	background-color: #FBFBFF;
}

.qcommentform .subtitle {
	font-size: 16px;
	color: #707070;
	margin-top: 5px;
	margin-bottom: 5px;
}

.inner .qcommentform .standalone textarea {
	width: 100%;
}

.inner .qcommentform .fileinputs {
	float: left;
	clear: right;
}

.inner .qcommentform .buttons {
	float: right;
	margin-top: 3px;
}

.questionCloseContainer {
	padding-bottom: 60px;
}


/** CHAT **/

textarea {
	overflow: auto !important;
}

.ui-dialog {
	padding: 40px 0 20px 0;
}

.confirm_tab.ui-dialog {
	padding: 36px 0 0 0;
	overflow: visible;
}

.confirm_tab button {
	float: right;
}

.chat_block {
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	/* Для Firefox */
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	/* Для Safari и Chrome */
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	/* Параметры тени */
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
	/*    -webkit-transform:translateZ(0);*/
}

.chat_block_i {
	padding: 62px 0 183px 0 !important;
}

.ui-dialog.ui-widget-content {
	/*z-index: 10054 !important;*/
	font-size: 1em !important;
	outline: none;
	/*left: 0 !important;
	right: 0 !important;
	margin-left: auto;
	margin-right: auto;
	*/
	/*top: 50% !important;
	left: 50% !important;
	transform: translate3d(-50%, -50%,0);
	-webkit-transform: translate3d(-50%, -50%,0);*/
}
.mainpage.mainpage-v6 > *, body>.prvd-footer, body>header {
	margin-left: auto;
	margin-right: auto;
}

.ui-dialog.ui-widget-content.prvd-dialog-seo-fake,
.ui-dialog.ui-widget-content.prvd-dialog-edit-anotation {
	z-index: 10054 !important;
}

.confirm_tab {
	height: auto !important;
	min-width: 400px;
	z-index: 9999 !important
}

.send_msg_box {
	height: auto !important;
	min-width: 400px;
	z-index: 9999 !important;
	padding-left: 15px;
}

.ui-dialog-title {
	display: block;
}

.ui-dialog .ui-dialog-titlebar {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	height: 36px;
	padding: 0 !important;
	width: 100% !important;
}

.ui-dialog.ui-dialog.ui-widget.ui-widget-content.confirm_tab .ui-dialog-titlebar {
	position: relative!important;
	margin-top: -36px;
}

.ui-dialog .ui-dialog-titlebar-close {
	padding: 0 !important;
	cursor: pointer;
}

.ui-dialog .ui-dialog-content:not(.vote-result):not(.billingHelp):not(.informationPopup):not(.chatPopupSettings):not(.loginAndOpenIdHolder):not(.getSupport):not(.admin-dialog-newarticle) {
	height: auto !important;
	height: 100% !important;
	padding: 0 0 0px 0 !important;
	position: static !important;
	overflow: hidden !important;
}

.ui-dialog .ui-dialog-titlebar button {
    outline: 0px solid white;
}

.chat_block.ui-dialog .ui-dialog-content {
	padding: 0 !important;
}

.ui-dialog-buttonpane {
	position: absolute;
	right: 0;
	bottom: 0;
}

.ui-dialog-buttonpane {
	position: relative;
}

.ui-dialog .informationPopup,
.ui-dialog .answerFeedbackContainer,
.ui-dialog .noPadding {
	padding: 0 !important;
}

.ui-dialog .answerFeedbackContainer form {
	padding: 20px 30px 10px 30px;
}

.ui-dialog .informationPopup,
.ui-dialog .ui-dialog-content.editorForm {
	padding: 20px 30px 10px 30px !important;
}

.ui-dialog .informationPopup.uiButtonMarginFix,
.ui-dialog .editorForm.uiButtonMarginFix {
	padding: 20px 30px 60px 30px !important;
}

.ui-dialog .questionCloseContainer form .errors {
	clear: both;
	margin: 0px 0px 25px 0;
	color: #DF2121;
	font: 16px/16px "Trebuchet MS", Arial, sans-serif;
	list-style: none;
	padding: 0;
}

.ui-widget-content a {
	color: #244f8a;
}

#category_id-menu a {
	color: #464646;
}

.ui-widget-content a:hover {
	text-decoration: none;
}

.ui-dialog-title .user-status {
	padding: 0 0 0 18px;
	float: left;
	margin: 5px 0 0 8px;
	background: url(/images/dialog-sprite.png) no-repeat 3px -81px;
	width: 100%;
	min-width: 230px;
}

.tab_chat_tab .ui-dialog-title .user-status {
	padding: 0 0 0 18px;
	float: left;
	margin: 3px 0 0 -8px;
	background: url(/images/dialog-sprite.png) no-repeat 3px -81px;
	width: 70px;
	min-width: 100px;
	/* min-width: 230px;*/
}

.ui-dialog-title .user-status.offline {
	background: url(/images/dialog-sprite.png) no-repeat 3px -118px;
}

.ui-dialog-title .user-status.away {
	background: url(/images/dialog-sprite.png) no-repeat 3px -155px;
}

.ui-dialog-title .name {
	font-style: normal;
	white-space: nowrap;
	margin: 0 5px 0 0;
	overflow: hidden;
	float: left;
	line-height: 1.429em;
	height: 20px;
	max-width: 70%;
}

.ui-dialog-title .name-short {
	max-width: 115px;
}

.ui-dialog-title .name-medium {
	max-width: 155px;
}

.ui-dialog-title .status {
	color: #616161;
	float: left;
	font: 0.757em/1.99em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	height: 20px;
}

*+html .ui-dialog-title .status {
	margin: 1px 0 0;
}


/* Message block start*/

.message-block {
	height: 100%;
}

.dialog-heading {
	position: absolute;
	left: 0;
	top: 36px;
	width: 100%;
	height: 26px;
	background: #e7e7e7;
}

.dialog-heading .settings {
	float: right;
	font: 0.857em/1.143em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #244f8a;
	margin: 5px 11px 0 0;
	text-decoration: none;
}

.dialog-heading .settings:hover {
	text-decoration: underline;
}

.dialog-content {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 10px 0 0;
	height: 100%;
	position: relative;
}

.dialog-content .message-box {
	/*	overflow:hidden;*/
	height: 100%;
	padding: 0 5px 0 10px;
	position: relative;
}

.dialog-content-type2 .message-box {
	padding: 0 0 0 20px;
}

.small-dialog-content .message-box {
	padding: 0 10px 0;
}

.small-dialog-content .message-form .row label {
	width: auto;
}

.dialog-content .message-box-type2 {
	padding: 0 0 0 5px;
}

.dialog-content .message-holder {
	height: 100%;
	/*	overflow:hidden;*/
}

.dialog-content .message-holder .loader {
	margin: 0 auto;
	display: block;
	margin-top: 10px;
	margin-bottom: -21px;
}

.small-dialog-content .message-holder {
	margin: 0 -18px 0 0;
}

.ui-dialog .writing {
	position: absolute;
	top: -30px!important;
	height: 20px;
	font: 0.857em/1.143em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #909090;
	display: block;
	width: 500px;
	background: #fff;
	padding-left: 10px;
	padding-top: 10px;
}

.dialog-content .message-frame {
	position: absolute;
	left: 0;
	top: 0;
	height: 2px;
	z-index: 1;
	width: 100%;
	background: #fff;
}

.ui-dialog .scroll {
	position: absolute;
	right: 0;
	top: 104px;
	bottom: 191px;
	width: 10px;
	z-index: 5;
	/*	background:#f2f2f2;*/
	height: auto;
	border: none;
}

.ui-dialog .scroll:hover {
	/*	background:#e7e7e7;*/
}

.ui-dialog .scroll .handler {
	position: absolute;
	left: 0;
	height: 50px;
	width: 10px;
	cursor: pointer;
	background: #dadada;
}

.ui-dialog .scroll:hover .handler {
	background: #cbcbcb;
}

.ui-dialog .scroll .ui-slider-handle {
	/*	position:absolute;*/
	left: 0;
	height: 50px;
	width: 10px;
	cursor: pointer;
	background: #dadada;
	vertical-align: middle;
}

.ui-dialog .scroll:hover .ui-slider-handle {
	background: #cbcbcb;
}

.ui-dialog-content.ui-widget-content .modal_content a {
	color: blue;
}

.consult_history {
	background: #fff;
}

.consult_history .message-box {
	margin-top: 30px !important;
	padding-right: 10px !important;
}

.dialog-content .message-list {
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
}

.dialog-content-type2 .message-list,
.small-dialog-content .message-list {
	padding: 0;
}

.dialog-content .message-list:after {
	display: block;
	clear: both;
	content: "";
}

.dialog-content .message-list>li {
	width: 100%;
}

.dialog-content .message-list>li:after {
	display: block;
	clear: both;
	content: "";
}

.dialog-content .message-list>li.margined {
	margin: 0 0 13px;
}

.dialog-content .message-list>li.margined-type2 {
	margin: 0 0 17px;
}

.dialog-content .message-list .user-info-holder {
	margin: 0 0 0 5px;
}

.dialog-content .message-list .user-info {
	overflow: hidden;
	height: 1%;
	margin: 0 11px 0 0;
	padding: 12px 0 0;
	background: url(/images/bg-message-block-line.gif) repeat-x;
}

.dialog-content .consult_history .message-list .user-info {
	background: none;
}

.first-message .block-msg {
	background: url("/images/bg-message-block-line.gif") repeat-x scroll 0 0 transparent;
	padding-top: 5px;
	margin-right: 10px;
}

.dialog-content .message-list>li:first-child .user-info,
.dialog-content .message-list>li.nobg .user-info {
	background: none;
}

.dialog-content .message-list>li.nobg .user-info {
	padding: 0;
	margin: 0;
}

.dialog-content .message-list>li.nobg .text.first-message {
	margin: -30px 0 0;
}

.dialog-content .message-list .visual {
	float: left;
	margin: 0px 10px 0 0;
	padding: 1px;
	border: 1px solid #e4e4e4;
	height: 38px;
}

.dialog-content .message-list .visual a {
	display: block;
	height: 100%;
}

.dialog-content .message-list .visual img {
	vertical-align: top;
	width: 32px;
	height: 38px;
}

.dialog-content .message-list .text {
	overflow: hidden;
	padding: 0 0 0 46px;
}

.dialog-content .message-list .first-message .text {
	padding: 0;
}

.dialog-content .message-list .nobg .text {
	padding: 0 46px;
}

.small-dialog-content .message-list .text {
	padding: 0;
}

.dialog-content .message-list .text.first-message {
	margin: -26px 0 10px 1px;
}

.small-dialog-content .message-list .text.first-message {
	margin: 0;
}

.dialog-content .message-list .title {
	overflow: hidden;
}

.dialog-content .message-list .name {
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	font: 0.857em/1.143em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #222;
}

.dialog-content .message-list .time {
	float: right;
	font: 0.857em/1.143em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #909090;
	padding: 1px 18px 0 0;
}

.dialog-content-type2 .message-list .time {
	padding: 1px 2px 0 0;
}

.dialog-content-type2 .message-list .today span {
	display: none;
}

.small-dialog-content .message-list .time {
	padding: 1px 0 0;
}

.dialog-content .message-list .text-block {
	overflow: hidden;
	height: 1%;
}

.dialog-content .message-list .text p {
	color: #464646;
	margin: 0 0 11px;
	font: 1em/1.214em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.dialog-content .attach-list,
.dialog-list .attach-list {
	margin: -4px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.dialog-list .attach-list {
	margin: 0;
}

.dialog-content .attach-list li {
	overflow: hidden;
	padding: 0 0 8px;
}

.dialog-content .attach-list .attach {
	overflow: hidden;
	height: 1%;
	padding: 0 0 2px;
}

.dialog-content .attach-list .icon,
.dialog-list .attach-list .icon {
	float: left;
	padding: 0 9px 0 0;
}

.dialog-content .attach-list .icon img {
	vertical-align: top;
}

.dialog-content .attach-list .file {
	overflow: hidden;
}

.dialog-content .attach-list .img,
.dialog-list .attach-list .img {
	float: left;
	margin: 0 2px 0 0;
	text-decoration: none;
	color: #244f8a;
	font: italic 1em/1.1em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.dialog-content .attach-list li.active .img {
	color: #909090;
}

.dialog-content .attach-list .img:hover,
.dialog-list .attach-list .img:hover {
	text-decoration: underline;
}

.dialog-content .attach-list span.img:hover {
	text-decoration: none;
}

.dialog-content .attach-list .size,
.dialog-list .attach-list .size {
	float: left;
	font: 0.786em/1.618em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #a1a1a1;
	margin-left: 7px;
}

.dialog-content .attach-list .status-bar {
	overflow: hidden;
	width: 150px;
	height: 8px;
	position: relative;
	background: #eaeaea;
}

.dialog-content .attach-list .status-bar span {
	position: absolute;
	left: 0;
	top: 0;
	background: #a8cf80;
}

.dialog-content .attach-list .status-bar img {
	position: relative;
	top: -6px;
	width: 150px;
	height: 8px;
}


/*Chat message start*/

.chat-message {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.chat-message .head {
	height: 25px;
	border-bottom: 1px solid #d9d9d9;
	background: #ecf0f4;
}

.chat-message .head:after {
	display: block;
	clear: both;
	content: "";
}

.chat-message .consultation-holder {
	float: left;
	border-right: 1px solid #fff;
	margin: 0 -2px 0 0;
}

.chat-message .consultation {
	float: left;
	text-decoration: none;
	padding: 4px 22px 0 20px;
	height: 21px;
	border-right: 1px solid #b6cae5;
	font: 0.857em/1.4em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	background: #d8e2f0;
	color: #244f8a;
}

.chat-message .consultation:hover {
	background: #b7cbe6;
}

.chat-message .other-btn {
	float: right;
	position: relative;
	height: 25px;
	border-left: 1px solid #fff;
	background: #d8e2f0;
}

.chat-message .other-btn .btn {
	color: #244f8a !important;
	display: block;
	border-left: 1px solid #b7cbe6;
	text-decoration: none;
	padding: 4px 17px 0 15px;
	height: 21px;
	font: 0.857em/1.4em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.chat-message .other-btn:hover {
	background: #b7cbe6;
}

.chat-message .other-btn .btn em {
	padding: 0 14px 0 0;
	text-decoration: none;
	background: url(/images/dialog-sprite.png) no-repeat 100% -12px;
	font-style: normal;
	color: #244f8a !important;
}

.chat-message .other-btn.open .btn em {
	background: url(/images/dialog-sprite.png) no-repeat 100% -48px;
}

.chat-message .other-btn .drop {
	position: absolute;
	right: -9999px;
	top: 25px;
	margin: 0;
	padding: 0;
	list-style: none;
	min-width: 170px;
	z-index: 20;
	background: #D8E2F0;
}

.chat-message .other-btn.open .drop {
	right: 0;
}

.chat-message .other-btn .drop li {
	overflow: hidden;
	height: 25px;
}

.chat-message .other-btn .drop li a {
	display: block;
	height: 25px;
	text-decoration: none;
	min-width: 150px;
	padding: 4px 10px 0 10px;
	height: 21px;
	white-space: nowrap;
	font: 0.857em/1.4em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	background: #d8e2f0;
	color: #244f8a;
	width: 100%;
}

.chat-message .other-btn .drop li a:hover {
	background: #b7cbe6;
}


/* chat-message end*/


/* chat-form start */

.chat-form {
	background: url(/images/bg-chat-form.gif) repeat;
	padding: 15px 5% 0;
	overflow: hidden;
}

.chat-form a {
	outline: none;
}

.small-dialog-content .chat-form {
	padding: 15px 10px 0 10px;
}

.chat-form .row {
	overflow: hidden;
	padding: 0 0 10px;
}

.chat-form .textarea {
	background: #fff;
	padding: 0 7px;
	border: 1px solid #abadb3;
}

.chat-form .textarea textarea {
	width: 100%;
	height: 95px;
	float: left;
	color: #222;
	background: none;
	resize: none;
	border: 0;
	overflow: auto;
	margin: 0;
	padding: 0;
	font: 0.875em/1.65em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	outline: 0;
}

.chat-form .file {
	float: right;
	padding: 0 0 0 15px;
	position: relative;
	width: 105px;
	text-decoration: none;
	overflow: hidden;
	background: url(/images/dialog-sprite.png) no-repeat 0 -194px;
	color: #244f8a;
	font: 0.857em/1.4em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	cursor: pointer !important;
}

.chat-form .file span {
	display: block;
	padding: 5px 0 0 2px;
	color: #244f8a;
	font-size: 1em;
	cursor: pointer;
}

*+html .chat-form .file span {
	padding: 5px 0 0;
}

.chat-form .file input {
	background: none;
	position: absolute;
	right: 0;
	z-index: 1000;
	cursor: pointer !important;
	font-size: 100px;
	top: 0;
	display: block;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}


/* chat-form end*/

.green-btn {
	background: #A8CF80;
	color: #2F2F2F;
	float: right;
	font: 0.857em/1.17em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	height: 19px;
	/*padding: 5px 11px 1px;*/
	text-align: center;
	text-decoration: none !important;
}

.ui-dialog-buttonset .green-btn {
	background: #A8CF80;
	color: #2F2F2F;
	float: right;
	font: 0.857em/1.17em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	height: 32px !important;
	padding: -15px 11px 1px !important;
	text-align: center;
	text-decoration: none;
}

.chat-form .green-btn {
	min-width: 78px;
	margin: 0 0 0 4%;
}

.green-btn:hover {
	background: none repeat scroll 0 0 #b8dc93;
	border: 1px solid #9BC372;
}

.green-btn.pressed {
	background: none repeat scroll 0 0 #99c071;
	border: 1px solid #84AD5A;
	height: 18px;
	padding: 7px 0px 0px 0px;
}

.chat-form .green-btn.pressed {
	min-width: 78px;
}


/* accented-block start*/

.accented-block {
	overflow: hidden;
	margin: 0 5px 20px -10px;
	/*width:100%;*/
}

.accented-block .head {
	position: relative;
	height: 1%;
	margin: 0 0 10px 0;
}

.accented-block .head .title,
.dialog-list .message span {
	color: #222;
	overflow: hidden;
	height: 1%;
	padding: 2px 0 0 10px;
	font: 1.286em/1.221em Georgia, Times New Roman, Times, serif;
}

.dialog-list .message span {
	display: block;
	font-size: 18px;
	padding: 0;
}

.message-box-type2 .accented-block .head .title {
	padding: 2px 0 0 9px;
}

.accented-block .head .time {
	padding: 7px 8px 0 0;
}

.small-dialog-content-window .accented-block .head .time {
	padding: 7px 6px 0 0;
}

.small-dialog-content .accented-block .head .time {
	padding: 7px 6px 0 0;
}

.consult_history .accented-block .head .time {
	padding: 7px 20px 0 0;
}

.message-box-type2 .accented-block .head .time {
	padding: 7px 6px 0 0;
}

.message-list .event-holder {
	overflow: hidden;
	height: 1%;
	padding: 0 0 12px;
}

.message-list .event {
	font: 0.857em/1.5em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #909090;
	overflow: hidden;
	height: 1%;
}

.body {
	height: 1%;
}

.accented-block.accented-green {
	background: #ebf7de;
}

.accented-block b {
	display: inline-block;
	margin: 10px 0 5px 0;
}

.terms b,
.doc_description b {
	margin: 0;
}

.message-block .message .accented-green {
	background: transparent !important;
}

.accented-block.accented-gray {
	background: #ebebeb;
}

.accented-block.accented-purple {
	background: #f7dfde !important;
}

.message-holder .accented-block .accented-purple {
	background: #f7dfde !important;
}

.message .accented-purple {
	background: none !important;
}

.accented-block.accented-grey {
	background: #f6f6f6;
}


/* accented-block end */


/* message-form start*/

.message-form {
	overflow: hidden;
	margin: 0 0 -7px;
	padding: 11px 10px 0 11px;
}

.message-form-type2 {
	padding: 0 11px 0 5px;
}

.message-box-type2 .message-form-type2 {
	padding: 0 5px;
}

.message-form .row {
	overflow: hidden;
	padding: 0 0 10px;
	height: 1%;
}

.message-form .row label {
	float: left;
	margin: 0 10px 0 0;
	text-align: right;
	font: 0.857em/1.5em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #464646;
	width: 152px;
}

.message-form .row .inp {
	background: #fff;
	padding: 0 5px;
	overflow: hidden;
	height: 17px;
	border: 1px solid #c0c0c0;
}

.message-form .row .inp66 {
	width: 40px;
	float: left;
}

.message-form .row .inp input {
	width: 100%;
	height: auto;
	float: left;
	font: 0.857em/1.5em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #464646;
	border: 0;
	background: url(/images/none.gif) no-repeat;
	padding: 0;
	outline: none;
}

.message-form .row .postfix {
	float: left;
	padding: 0 0 0 7px;
	font: 0.857em/1.5em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.message-form .row .textarea {
	background: #fff;
	padding: 0 5px;
	overflow: hidden;
	height: 60px;
	border: 1px solid #c0c0c0;
	border-radius: 2px;
}

.message-form .row .textarea textarea {
	width: 100%;
	height: 60px;
	float: left;
	color: #464646;
	font: 0.857em/1.5em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	background: none;
	resize: none;
	border: 0;
	overflow: auto;
	margin: 0;
	padding: 0;
	outline: none;
}

.accented-block .btn-holder {
	overflow: hidden;
	height: 1%;
	padding: 0 10px 5px 0;
}

.accented-block .message-form .btn-holder {
	padding: 0;
}

.accented-block .green-btn {
	margin: 0 0 0 10px;
	height: 17px;
	line-height: 1.2em;
	padding: 4px 11px 1px;
	color: #2f2f2f;
}

.accented-block .green-btn.disabled {
	background: #c6d0bb;
	color: #626262;
}

.accented-block .green-btn.disabled:hover {
	cursor: default;
	border: none;
	padding: 4px 11px 1px;
}

.accented-block .btn-holder .loader {
	background: url(/images/circle-ajax-loader-small.gif) no-repeat;
	float: right;
	height: 17px;
	width: 17px;
	margin: 0;
	margin-top: 4px;
}

.accented-block .green-btn:hover {
	padding: 3px 10px 0;
	height: 17px;
}

.accented-block .green-btn .pressed {
	background: none repeat scroll 0 0 #99c071;
	border: 1px solid #84AD5A;
	padding: 4px 9px 1px;
	height: 16px;
}

.accented-block .terms {
	display: block;
	color: #464646;
	padding: 5px 15px 3px 14px;
	font: 0.857em/1.4em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.accented-block .body .terms {
	padding: 0 15px 10px 0;
}

.message-box-type2 .accented-block .terms {
	padding: 5px 5px 3px 9px;
}

.accented-block dl {
	overflow: hidden;
	margin: 0;
	padding: 5px 0 2px 12px;
}

.message-box-type2 .accented-block dl {
	padding: 5px 5px 2px 7px;
}

.accented-block dl dt {
	float: left;
	text-align: right;
	width: 152px;
	font: 0.8em/1.45em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #464646;
	padding: 2px 7px 0 0;
}

.accented-block dl dd {
	font: 1em/1.286em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	margin: 0 0 4px;
	overflow: hidden;
	height: 1%;
}

.fixed_content .accented-block .body .event_description {
	display: inline-block;
	white-space: nowrap;
}

.fixed_content .accented-block .body .description {
	margin-right: 10px;
}

.small-dialog-content-window .accented-block dl dt {
	width: auto;
}

.message-list .day {
	border-top: 1px solid #e7e7e7;
	padding: 12px 0;
	margin: 0 0 12px;
	border-bottom: 1px solid #e7e7e7;
}

.message-list .day em {
	font: 0.857em/1.45em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #909090;
}

.message-form .rad-holder {
	overflow: hidden;
	padding: 0 0 0 10px;
	height: 18px;
	margin: 0 -5px 0 0;
}

.message-box-type2 .message-form .rad-holder {
	padding: 3px 0 0 4px;
}

.message-form .rad {
	float: left;
	padding: 0 3% 0 0;
}

.message-form .rad input {
	height: 17px;
	width: 17px;
	margin: 0;
	float: left;
}

.message-form .rad label {
	width: auto;
	margin: 0;
	padding: 0;
	float: left;
	font: 1em/1.375em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}


/* .message-form end*/

.load-history {
	overflow: hidden;
	padding: 7px 0 6px 0;
	height: 1%;
}

.load-history span {
	float: left;
	padding: 0 5px 0 0;
	font: 0.857em/1.4em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #909090;
}

.load-history ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.load-history ul li {
	float: left;
	padding: 0 0 0 8px;
	margin: 0 0 0 4px;
	background: url(/images/bg-history-load-sep.png) no-repeat 0 3px;
}

.load-history ul li:first-child {
	padding: 0;
	margin: 0;
	background: none;
}

.load-history ul li a {
	color: #244f8a;
	float: left;
	font: 0.857em/1.3em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

.load-history ul li a:hover {
	text-decoration: underline;
}

.pager {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 1%;
	text-align: center;
}

.pager-type2 {
	padding: 0 0 60px 90px;
}

.pager li {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 2px;
	color: #244f8a;
}

*+html .pager li {
	display: inline;
}

* html .pager li {
	display: inline;
}

.pager .prev {
	padding: 0 8px 0 0;
}

.pager .next {
	padding: 0 0 0 8px;
}

.pager li a,
.pager li span {
	text-decoration: none;
	margin: 0px 3px;
	padding: 0px 7px;
	float: left;
	color: #244f8a;
	height: 21px;
	text-align: center;
}

.pager li.active a,
.pager li.active span,
.pager li:hover a {
	background-color: #C5E3A6;
	color: #2f2f2f;
}

.pager .prev a {
	padding: 0 0 0 11px;
	width: auto;
	background: url(/images/arrow09.png) no-repeat 0 6px;
}

.pager .prev:hover a {
	background: url(/images/arrow09.png) no-repeat 0 6px;
	text-decoration: underline;
	color: #244f8a;
}

.pager .next a {
	padding: 0 11px 0 0;
	width: auto;
	background: url(/images/arrow06.png) no-repeat 100% 6px;
}

.pager .next:hover a {
	background: url(/images/arrow06.png) no-repeat 100% 6px;
	text-decoration: underline;
	color: #244f8a;
}

#sidebar.sidebar-type2 {
	width: 320px;
	margin: 0 20px 0 0;
}

.cabinet {
	overflow: hidden;
	height: 1%;
}

.cabinet .content {
	overflow: hidden;
	background: #fff;
	border-left: 4px solid #a8ce80;
	height: 1%;
}

.cabinet .cabinet-info {
	overflow: hidden;
	height: 1%;
	padding: 18px 10px 18px 13px;
}

.cabinet .cabinet-info .visual {
	float: left;
	padding: 5px;
	background: #fff;
	margin: 3px 11px 0 0;
	border: 1px solid #ddd;
	/*	background:url(/images/bg-cabinet-visual.jpg) no-repeat 5px 5px;*/
	width: 116px;
	height: 136px;
}

.cabinet .cabinet-info .visual a {
	display: block;
	height: 100%;
}

.cabinet .cabinet-info .visual img {
	vertical-align: top;
}

.cabinet .cabinet-info .text {
	overflow: hidden;
	height: 1%;
}

.cabinet .cabinet-info .title {
	display: block;
	padding: 0 0 12px;
}

.cabinet .cabinet-info .title a,
.cabinet .cabinet-info .title span {
	font: 16px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #244f8a;
	text-decoration: none;
	-ms-word-break: keep-all;
	word-break: keep-all;
	word-wrap: break-word;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

.cabinet .cabinet-info .title span {
	color: #244F8A;
}

.cabinet .cabinet-info .title a:hover {
	text-decoration: underline;
}

.cabinet .cabinet-info .name {
	display: block;
	color: #464646;
	padding: 0 0 2px;
	font: 14px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.cabinet .cabinet-info .post {
	display: block;
	padding: 0 0 13px;
	color: #464646;
	font: 14px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.cabinet .cabinet-info .city {
	display: block;
	color: #464646;
	padding: 0 0 22px;
	font: 14px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.cabinet .cabinet-info .rating {
	overflow: hidden;
	height: 1%;
}

.cabinet .cabinet-info .rating strong {
	display: block;
	padding: 0 0 7px;
	color: #464646;
	font: 14px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.cabinet .cabinet-info .stars {
	display: block;
	background: url(/images/bg-avarage-rating.png) no-repeat;
	width: 68px;
	position: relative;
	height: 11px;
	padding: 0 0 9px;
}

.cabinet .cabinet-info .stars span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(/images/bg-user-rating.png) no-repeat;
	width: 68px;
	height: 11px;
}

.cabinet-menu {
	overflow: hidden;
	height: 1%;
	padding: 0 13px;
}

.cabinet-menu .module {
	overflow: hidden;
	height: 1%;
	padding: 0 0 7px;
}

.cabinet-menu .section {
	display: block;
	font: 16px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	padding: 0 0 3px;
	margin: 0 0 12px;
	background: url(/images/bg-cabinet-section.gif) repeat-x 0 100%;
}

.cabinet-menu .subsection {
	display: block;
	padding: 0 0 3px;
	color: #585858;
	font: 12px/18px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.cabinet-list {
	margin: 0;
	padding: 0 0 8px 4px;
	list-style: none;
	overflow: hidden;
}

.cabinet-list li {
	overflow: hidden;
	padding: 0 0 7px;
}

.cabinet-list li a {
	text-decoration: none;
	font: 14px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #244f8a;
}

.cabinet-list li a:hover {
	text-decoration: underline;
}

.dialog-holder {
	overflow: hidden;
	height: 1%;
	padding: 0 0 20px;
}

.dialog-holder .top {
	text-align: center;
	padding: 10px 3px 0 0;
}

.dialog {
	overflow: hidden;
	height: 1%;
	padding: 0px 0 0;
}

.dialog-filter-holder {
	overflow: hidden;
	height: 1%;
	padding: 20px 0 20px;
}

.dialog-filter {
	margin: 0;
	height: 25px;
	float: left;
	padding: 11px 14px 10px 7px;
	background: #d8e2f0;
	list-style: none;
	overflow: hidden;
}

.dialog-filter li {
	float: left;
	padding: 0 7px 7px 0;
}

.dialog-filter li a {
	float: left;
	padding: 0 3px 0 0;
	color: #244f8a;
	font: 12px/15px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	height: 25px;
	text-decoration: none;
}

.dialog-filter li.active a,
.dialog-filter li:hover a {
	background: url(/images/bg-dialog-filter-r.gif) no-repeat 100% 0;
	color: #464646;
}

.dialog-filter li a span {
	display: block;
	height: 20px;
	cursor: pointer;
	padding: 5px 9px 0 12px;
}

.dialog-filter li.active a span,
.dialog-filter li:hover a span {
	background: url(/images/bg-dialog-filter-l.gif) no-repeat;
}

.dialog-filter li a span em {
	font-style: normal;
	cursor: pointer;
}

.dialog-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.consul_list {
	padding: 20px 0 0 0 !important;
}

.dialog-list>li {
	margin: 0 0 20px;
}

.dialog-list .body {
	height: 1%;
}

.dialog-list .body:after {
	display: block;
	clear: both;
	content: "";
}

.dialog-list .content {
	cursor: pointer;
	overflow: hidden;
	height: 1%;
	background: #fff;
	padding: 13px 10px;
}

.dialog-list li.new .content {
	background: #e7eee0;
}

.dialog-list .body:hover .content {
	background: #e3e8ef;
}

.dialog-list .visual {
	float: left;
	padding: 5px 4px;
	border: 1px solid #ddd;
	height: 77px;
	width: 65px;
	margin: 3px 11px 0 0;
	background: #fff url(/images/bg-day-top-visual.gif) no-repeat 4px 5px;
}

.dialog-list .visual a {
	display: block;
	height: 100%;
}

.dialog-list .visual a img {
	vertical-align: top;
}

.dialog-list .text {
	overflow: hidden;
	height: 1%;
}

.dialog-list .user {
	float: left;
	width: 150px;
}

.dialog-list .name {
	display: block;
	font: 14px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.dialog-list .name a {
	text-decoration: none;
	color: #244f8a;
}

.dialog-list .name a:hover {
	text-decoration: underline;
}

.dialog-list .post {
	display: block;
	color: #464646;
	padding: 0 0 10px;
	font: 12px/15px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.dialog-list .chat-link-holder {
	overflow: hidden;
	height: 1%;
}

.dialog-list .chat-link,
.dialog-table .chat-link {
	float: left;
	padding: 0 0 0 20px;
	margin: 5px 0 0 1px;
	text-decoration: none;
	color: #244f8a;
	height: 15px;
	background: url(/images/bg-chat-link.png) no-repeat;
	font: 14px/15px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.dialog-list .chat-link:hover,
.dialog-table .chat-link:hover {
	background-position: 0 -15px;
}

.dialog-list .message-block {
	overflow: hidden;
	height: 1%;
	min-height: 92px;
	border-left: 1px solid #e7e7e7;
}

.dialog-list li.new .message-block {
	border-left: 1px solid #c1d1af;
}

.dialog-list li:hover .message-block {
	border-left: 1px solid #c4d1e4;
}

.dialog-list .message-block .time {
	display: none;
	text-align: right;
	color: #909090;
	padding: 0 9px 0 0;
	font: 12px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.dialog-list .message-block .message {
	/* max-height: 84px; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	padding: 0 0 0 9px;
	font: 14px/17px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #464646;
}

.dialog-list .footer {
	overflow: hidden;
	height: 27px;
	padding: 0 10px 0 0;
	background: #e7e7e7;
}

.dialog-list li.new .footer {
	background: #d8e1ce;
}

.dialog-list .body:hover .footer {
	background: #d9dfe8;
}

.dialog-list .consultations {
	float: left;
	color: #244f8a;
	text-decoration: none;
	height: 27px;
	margin: 0 7px 0 0;
	padding: 0 10px;
}

.dialog-list .top_consult {
	background: none repeat scroll 0 0 #CCD9EC !important;
}

.dialog-list .consultations-active {
	background: #ccd9ec;
}

.dialog-list .consultations em {
	margin: 6px 0 0;
	float: left;
	font: 12px/15px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	border-bottom: 1px dashed #244f8a;
	padding: 0;
	cursor: pointer;
}

.dialog-list .consultations name {
	margin: 6px 0 0;
	float: left;
	font: 12px/15px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	border-bottom: 1px dashed #244f8a;
	padding: 0;
}

.dialog-list .consultations em {
	margin: 6px 0 0;
	float: left;
	font: 12px/15px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	border-bottom: 1px dashed #244f8a;
	padding: 0;
	cursor: pointer;
}

.dialog-list .consultations:hover em {
	border: 0;
	padding: 0 0 1px;
}

.dialog-list .cost {
	float: left;
	background: url(/images/bg-dialog-list-cost-r.png) no-repeat 100% 0;
	height: 20px;
	margin: 4px 0 0;
	padding: 0 1px 0 0;
	color: #464646;
	font: 12px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.dialog-list .cost em {
	display: block;
	font-style: normal;
	background: url(/images/bg-dialog-list-cost-l.png) no-repeat;
	height: 18px;
	padding: 2px 6px 0 12px;
}

.dialog-table-holder {
	overflow: hidden;
	background: #fff;
	height: 1%;
}

.dialog-table-holder .pager {
	padding: 10px 0;
}

.dialog-table {
	width: 100%;
	border-bottom: 1px solid #cad3e0;
	border-collapse: collapse;
}

.main_consult {
	margin-top: 0px !important;
}

.dialog-table th {
	background: #ccd9ec;
	padding: 0;
	height: 24px;
}

.dialog-table td {
	padding: 0;
	vertical-align: top;
	background: #fff;
}

.dialog-table th a {
	text-decoration: none;
	color: #222222;
	font: 12px/24px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.dialog-table th a:hover {
	text-decoration: underline;
	color: #244f8a !important;
}

.dialog-table th.col1 {
	padding: 0 0 0 6px;
	width: 88px;
}

.dialog-table .down,
.dialog-table .up {
	color: #222;
	padding: 0 11px 0 0;
	background: url(/images/arrow10.png) no-repeat 100% 3px;
}

.dialog-table .up {
	background: url(/images/arrow11.png) no-repeat 100% 3px;
}

.dialog-table th a:hover {
	color: #222;
}

.dialog-table .col1 {
	width: 94px;
}

.dialog-table td.col1 {
	width: 77px;
	padding: 0 0 4px 17px;
	font: 12px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	border-right: 1px solid #cad3e0;
}

.dialog-table td.col2 {
	padding: 0 15px 4px;
}

.dialog-table .col3 {
	width: 100px;
}

.dialog-table td.col3 {
	padding: 0 15px 4px 5px;
	width: 80px;
	text-align: right;
	font: 14px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	border-left: 1px solid #cad3e0;
}

.dialog-table tr:hover td.col3 {
	color: #759d4c;
}

.dialog-table .title {
	font: 14px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #244f8a;
}

.dialog-table tr:hover .title {
	color: #759d4c;
}

.dialog-table .attachments-holder {
	float: right;
	width: 45px;
	padding: 0 0 0 5px;
}

.dialog-table .attachments {
	height: 1%;
}

.dialog-table .attachments:after {
	display: block;
	clear: both;
	content: "";
}

.dialog-table .attachments:hover {
	position: relative;
}

.dialog-table .attach-btn {
	text-decoration: none;
	float: right;
	padding: 0 0 0 14px;
	background: url(/images/ico24.png) no-repeat;
	font: 14px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.dialog-table .drop {
	position: absolute;
	right: -9999px;
	background: #fff;
	border: 1px solid #eee;
	top: 25px;
	-webkit-box-shadow: 0px 0px 3px #eee;
	-moz-box-shadow: 0px 0px 3px #eee);
	box-shadow: 0px 0px 3px #eee;
	beavior: url(css/PIE.htc);
}

*+html .dialog-table .drop {
	width: 165px;
}

.dialog-table .attachments:hover .drop {
	z-index: 100;
	right: -72px;
}

.dialog-table .drop .arrow {
	background: url(/images/bg-dialog-table-arrow.png) no-repeat;
	width: 20px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -10px;
	top: -12px;
	height: 12px;
}

.dialog-table .drop-list {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	overflow: hidden;
}

.dialog-table .drop-list li {
	overflow: hidden;
}

.dialog-table .drop-list li a {
	padding: 0 10px;
	height: 25px;
	display: block;
	color: #464646;
	font: 12px/25px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

.dialog-table .drop-list li:hover a {
	background: #ccd9ec;
}

.dialog-table .operation {
	overflow: hidden;
	padding: 0 0 6px;
	height: 14px;
}

.dialog-table .second-row td.col1 {
	padding: 12px 0 5px 17px;
}

.dialog-table .second-row td.col3 {
	padding: 12px 15px 5px 3px;
}

.dialog-table .second-row td.col2 {
	padding: 12px 15px 5px;
}

.dialog-table-type2 .col1,
.dialog-table-type2 .col2,
.dialog-table-type2 .col3 {
	width: auto;
}

.dialog-table-type2 th.col1 {
	width: 72px;
	padding: 0 10px 0 0;
}

.dialog-table-type2 td.col1 {
	width: 72px;
	padding: 0 0 8px 7px;
	/*color:#909090;*/
}

.dialog-table-type2 .second-row td.col1 {
	padding: 12px 0 8px 7px;
	color: #464646;
}

.dialog-table-type2 td.col2 {
	width: 96px;
	color: #464646;
	font: 12px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	padding: 0 4px 8px;
}

.dialog-table-type2 .second-row td.col2 {
	padding: 12px 4px 8px;
}

.dialog-table-type2 td.col3 {
	padding: 0 0 8px 10px;
	width: auto;
	text-align: left;
}

.dialog-table-type2 .second-row td.col3 {
	padding: 12px 0 8px 10px;
}

.dialog-table-type2 td.col4 {
	width: 66px;
	text-align: right;
	font: 14px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	border-left: 1px solid #cad3e0;
	padding: 0 9px 8px 3px;
}

.dialog-table-type2 .second-row td.col4 {
	padding: 12px 9px 8px 3px;
}

.dialog-table-type2 .attachments-holder {
	padding: 0 5px 0 0;
}

.dialog-table-type2 .attach-btn {
	color: #909090;
}

.consultation-table {
	height: 1%;
	padding: 0 0 5px;
	background: #fff;
}

.consultation-table:after {
	display: block;
	clear: both;
	content: "";
}

.consultation-table .all {
	float: right;
	margin: 0 10px 0 0;
	padding: 0 15px 0 0;
	text-decoration: none;
	color: #244f8a;
	font: 12px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	background: url(/images/arrow12.png) no-repeat 100% 7px;
}

.consultation-table .all:hover {
	text-decoration: underline;
}


/* Выравнивание по правому краю */

.tab_bottom_div {
	float: right;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1025;
	white-space: nowrap;
	height: 45px;
}

.tab_chat_tab {
	background: #a1bce0;
}

.tab_chat_attention,
.tab_chat_attention .bottom_div_block,
.tab_chat_attention .ui-widget-header,
.tab_chat_attention .bottom_div_block {
	background: #ec9f76 !important;
	border-color: #ec9f76 !important;
}

.tab_chat_close {
	margin-top: 2px;
	width: 15px;
}

.tab_bottom_div table {
	border-collapse: separate !important;
}

.tab_bottom_div table td {
	width: 210px;
	max-width: 210px;
	min-width: 130px;
	margin-left: 5px;
	cursor: pointer
}

.tab_bottom_div table td .tab_container {
	background: #a1bce0;
	height: 36px;
	padding-left: 11px;
	padding-top: 2px;
}

.tab_bottom_div table td.tab_chat_attention .tab_container {
	background: #ec9f76;
}

.tab_bottom_div table td .tab_container .clear {
	height: 0;
}

.tab_bottom_div table td .tab_container .bottom_div_block {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	overflow: hidden;
	margin-right: 40px;
	background: none;
}

.tab_bottom_div table td .tab_container .bottom_div_block .ui-widget-header {
	margin-left: 5px;
}

.tab_bottom_div table td .tab_container .ui-dialog-title {
	display: block;
	padding: 0;
	padding-top: 2px;
	width: 1px;
}

.tab_bottom_div table td .tab_chat_close {
	float: right;
	margin-right: 8px;
	margin-top: -17px;
	position: relative;
}

.tab_bottom_div table td .name {
	overflow: hidden;
	max-width: 144px;
	overflow: hidden;
	white-space: nowrap;
}

.msg_box {
	z-index: 1999 !important;
	padding: 20px 20px 5px 20px !important;
	display: block !important;
}

.ui-dialog.prvd-dialog-seo-fake .ui-dialog-buttonpane {
	margin-bottom: 0px;
}

.seo__editable-content a {
	color: #244F8A;
	text-decoration: none;
}

.seo__editable-content .redactor-in .cutted {
	border: 1px solid #f0f5f5;
	padding: 15px 10px 10px;
	display: block;
}
.seo__editable-content .redactor-in .cutted:before {
	content: "cut\A";
	font-size: 12px;
	color: #85adad;
	white-space: pre;
}
.ui-icon-closethick:hover {
	/*border:1px solid #a1bce0;*/
	background: #a1bce0 url("/js/library/JQueryUI/themes/base/images/ui-icons_222222_256x240.png") no-repeat center center;
	background-position: -96px -128px;
}

.tab_chat_tab .ui-icon-minusthick {
	background-position: -64px -130px !important;
}

.tab_chat_tab .ui-icon-minusthick:hover {
	background: #a1bce0 url("/js/library/JQueryUI/themes/base/images/ui-icons_454545_256x240.png") no-repeat center center;
	background-position: -64px -130px;
}

.ui-icon-minusthick:hover {
	background: #a1bce0 url("/js/library/JQueryUI/themes/base/images/ui-icons_454545_256x240.png") no-repeat center center;
	background-position: -64px -128px;
}

.addthis_toolbox {
	padding-top: 20px;
	padding-bottom: 30px;
}

.qFullWrap .addthis_toolbox {
	float: right;
	padding-bottom: 5px;
	padding-top: 25px;
}

.addthis_toolbox td {
	height: 25px;
}

.at300b:hover {
	opacity: 1;
}

.at15nc {
	background: url("/images/icons-share-footer.png") no-repeat scroll 0 0 transparent !important;
	height: 24px !important;
	width: 24px !important;
	display: inline-block;
}

.addthis_button_vk .at15nc {
	background-position: -36px -1px !important;
}

.addthis_button_vk:hover .at15nc {
	background-position: -4px -1px !important;
}

.addthis_button_livejournal .at15nc {
	background-position: -36px -87px !important;
}

.addthis_button_livejournal:hover .at15nc {
	background-position: -4px -87px !important;
}

#socialShare .addthis_32x32_style .at15nc.at15t_compact {
	background: url("/images/icons-share-footer.png") no-repeat scroll -4px -116px transparent !important;
	height: 24px !important;
	width: 24px !important;
}

.addthis_32x32_style .at15nc.at15t_compact {
	background-position: -36px -116px !important;
}

.subblock.social .hrefs {
	padding-left: 0;
	margin-left: 0;
}

.subblock.social li {
	height: 24px;
	list-style: none;
	padding-bottom: 5px;
}

.subblock.social li a {
	padding-left: 0;
}

.subblock.social .addthis_toolbox {
	padding: 0;
}

.subblock.social .addthis_toolbox .hrefs li a {
	display: inline-block;
	height: 30px;
	text-decoration: none;
}

.subblock.social .addthis_toolbox .hrefs li .networkName {
	color: #4A607F;
	vertical-align: text-bottom;
	padding-left: 5px;
	text-decoration: none;
	font-size: 12px;
}

.subblock.social .addthis_toolbox .hrefs li a:hover .networkName {
	text-decoration: underline;
}

.subblock.social .addthis_toolbox .addthis_button_compact {
	padding-top: 5px;
}

#rightfooter .subblock.social ul.hrefs li a:hover {
	text-decoration: none;
}

.subblock.social {
	float: right;
	border-left: 1px dashed #AEB3B7;
	padding-left: 20px !important;
	margin-right: 40px !important;
	height: 175px;
	padding-bottom: 0;
}

.subblock.social .addthis_toolbox {
	float: none;
}

.subblock.social .title {
	color: #676A6D;
	font: 16px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

ul.hrefs {
	margin-left: 0;
	padding-left: 0;
}

ul.hrefs li {
	list-style: none;
}

.ui-dialog-title {
	padding-left: 10px;
	padding-top: 5px;
	width: 70%;
}

.chat_block .ui-dialog-title {
	padding: 0
}

.ui-dialog-content .messageBoxText {
	padding: 5px;
}

.tab_minus {
	margin-left: -15px;
	margin-top: -16px;
}

.writing_block {
	display: block;
	height: 10px;
	border: none
}

.consult_fixed {
	position: absolute !important;
	width: 100%;
}

.consult_fixed .fixed_content {
	padding-left: 20px;
	margin-right: 25px;
}

.small-dialog-content-window .consult_fixed .fixed_content {
	padding-left: 10px;
	margin-right: 17px;
}

.consult_fixed .time {
	float: right;
	font: 0.857em/1.143em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #909090;
	padding: 1px 0px 0 0;
}

.consult_fixed p {
	margin: 0;
}

.partner-block {
	overflow: hidden;
	height: 1%;
}

.partner-block .green-top {
	text-align: center;
	margin: 0 0 21px;
	padding: 10px 0 0;
	background: #a8ce80;
}

.partner-block .partner-title {
	font: 18px/24px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #868a8d;
	display: block;
	padding: 0 0 2px;
}

.partner-block.partnership .partner-title+p {
	margin-top: -1px;
}

.partner-block .text p,
.partner-block .text ul {
	margin-bottom: 10px;
}

.partner-block .text ul {
	margin-top: 5px;
}

.partner-block .text li {
	margin: 5px 0;
}

.partner-block .text-block {
	overflow: hidden;
	height: 1%;
	padding: 0 0 26px;
}

.partner-block .text-block .text {
	overflow: hidden;
	padding: 0 0 4px;
	height: 1%;
}

.partner-block .text-block .text p {
	font: 14px/17px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #464646;
}

.partner-block .partnership {
	float: right;
	text-decoration: none;
	width: auto;
	margin: 0 1px 0 0;
	width: auto;
	color: #244f8a;
	padding: 0 19px 0 0;
	background: url(/images/arrow08.gif) no-repeat 100% 7px;
}

.partner-block .partnership:hover {
	text-decoration: underline;
}

.partner-block .example {
	font-style: italic;
	margin-left: 60px;
}

.partner-block .comission {
	margin-top: 5px;
	font-weight: bold;
}

.general-partners {
	margin: 0;
	padding: 13px 0 15px;
	list-style: none;
	overflow: hidden;
}

.general-partners li {
	overflow: hidden;
	padding: 13px 15px 14px;
	background: #fff;
	margin: 0 0 20px;
}

.general-partners .visual {
	float: left;
	border: 1px solid #ddd;
	margin: 2px 15px 0 0;
}

.general-partners .visual img {
	vertical-align: top;
}

.general-partners .text {
	overflow: hidden;
	height: 1%;
}

.general-partners .title {
	display: block;
	padding: 0 0 8px;
	font: 16px/17px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #222;
}

.general-partners .link {
	overflow: hidden;
	height: 1%;
	padding: 0 0 6px;
}

.general-partners .link a,
.general-partners .text-holder a,
.partner-block .text a {
	color: #244f8a;
	text-decoration: none;
}

.general-partners .link a:hover,
.general-partners .text-holder a:hover,
.partner-block .text a:hover {
	text-decoration: underline;
}

.general-partners .phone {
	display: block;
	font: 14px/16px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #909090;
	margin: -7px 0 6px;
	position: relative;
}

.general-partners .text-holder {
	overflow: hidden;
	height: 1%;
}

.general-partners .text-holder p {
	font: 14px/17px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #464646;
}

.info-assistant {
	overflow: hidden;
	height: 1%;
}

.info-assistant-list {
	margin: 0 -15px 0 0;
	padding: 13px 0 7px;
	list-style: none;
	overflow: hidden;
}

.info-assistant-list li {
	float: left;
	height: 130px;
	width: 130px;
	background: #fff;
	margin: 0 10px 10px 0;
}

.info-assistant-list li a {
	display: block;
	height: 128px;
	width: 128px;
	position: relative;
	text-decoration: none;
	overflow: hidden;
	border: 1px solid #ebebeb;
}

.info-assistant-list li a:hover {
	border: 1px solid #ddd;
}

.info-assistant-list .frame {
	position: absolute;
	left: 0;
	height: 128px;
	cursor: pointer;
	width: 128px;
	background: #fff;
	top: 0;
}

.info-assistant-list .frame:hover {
	opacity: none;
}

.info-assistant-list .img {
	height: 128px;
	width: 128px;
	cursor: pointer;
}

.info-assistant-list .img img {
	vertical-align: top;
}

.info-assistant-list .ad {
	text-align: center;
	height: 128px;
	width: 128px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	color: #aeaeae;
	text-transform: uppercase;
}

.info-assistant-list li:hover .ad {
	left: 0;
	color: #8E8E8E;
}

.info-assistant-list .ad strong {
	font: bold 16px/21px "Arial Black", Verdana, Helvetica, sans-serif;
	display: block;
	padding: 31px 0 3px;
}

.info-assistant-list .ad span {
	display: block;
	letter-spacing: -1px;
	font: bold 10px/21px "Arial Black", Verdana, Helvetica, sans-serif;
}

.info-assistant-list .frame {
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	background: #fff;
}

.info-assistant-list li:hover .frame {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.message-holder2 {
	margin-top: 200px !important;
}

.ui-widget #chat_settings .setting .formwrap {
	margin: 10px 10px;
}

.ui-widget #chat_settings .standalone {
	margin-top: 15px;
	margin-bottom: -10px;
	clear: both;
	font-size: 13px;
	padding-bottom: 10px;
}

.ui-widget #chat_settings .standalone .optional {
	width: 130px !important;
	margin-left: 20px;
	display: inline-block;
}

.ui-widget #chat_settings .standalone label {
	padding: 2px;
}

.ui-widget #chat_settings .setting .formwrap label.radio {
	width: 87px !important;
	display: inline-block;
	height: 100%;
	padding-left: 0;
	background: none;
}

.ui-widget #chat_settings .setting .standalone input {
	padding: 0;
	outline: none;
	height: 23px;
	margin: 0;
	margin-bottom: 4px;
	margin-right: 2px;
}

.ui-widget #chat_settings .setting .formwrap .standalone.buttons {
	width: 340px;
}

.ui-widget #chat_settings .setting .formwrap .standalone.buttons button {
	font: 14px/14px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid #8FAED8;
	background-color: #8FAED8;
	color: #2F2F2F;
	padding: 4px 10px;
	cursor: pointer;
	float: right;
	font-size: 13px;
}

#content p a {
	color: #244F8A;
	text-decoration: none;
}

#content p a:hover {
	text-decoration: underline;
}


/* Notice */

.notice_block {
	position: fixed;
	background: #e0edd3;
	border: 1px solid #a8ce80;
	font: 12px/16px 'Trebuchet MS', Arial, sans-serif;
	color: #464646;
	padding: 12px 20px 15px;
	width: 314px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: -3px -3px 5px 0px rgba(0, 0, 0, 0.32);
	box-shadow: -3px -3px 5px 0px rgba(0, 0, 0, 0.32);
	z-index: 65535;
	min-height: 93px;
	max-height: 500px;
	overflow: auto;
}

.notice_title {
	font: 14px/17px 'Trebuchet MS', Arial, sans-serif;
	border-bottom: 1px solid #b7c0ae;
	margin: 0 0 8px;
	padding: 0 0 3px;
	color: #2f2f2f;
}

.notice_text a {
	color: #244f8a;
	text-decoration: none;
}

.notice_text {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.notice_text-frame {
	overflow: hidden;
	height: 1%;
}

.notice_text a:hover {
	text-decoration: underline;
}

.notice_close {
	background: url(/images/notice_close.png) no-repeat;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 9px;
	right: 8px;
	text-decoration: none;
}

.notice_img-holder {
	float: left;
	margin: 3px 10px 0 0;
}


/* History */

.historyBackContainer {
	padding: 10px 0;
	background-color: #f6f6f6;
}

.historyBack {
	margin: 10px 0;
	color: #244f8a;
	text-decoration: none;
}

.historyBack:before {
	width: 10px;
	height: 10px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url(/images/sprite.png) no-repeat -416px -271px;
	margin: 0 5px 0 0;
}

#content .message-list {}

#content .message-list .user-info {
	padding: 0;
	margin: 0;
}

#content .message-list .visual {
	margin: 0 10px 0 0;
}

#content .message-list .block-msg {
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
}

#content .consult_history .message-box {
	padding: 20px !important;
}

#content .dialog-content {
	padding: 0;
}

#content .message-list .accented-block {
	padding: 0;
	margin: 10px 0 20px 0;
}

#content .message-list .accented-block .title {
	margin: 0;
	padding: 5px 10px;
}

#content .consult_history .message-box {}

#content .consult_history .accented-block .head .time {
	padding: 10px 20px 0 0;
}

#content .message-list .accented-block .body {
	padding: 10px;
}

footer #socialShare {
	width: 120px;
	padding: 0 0 0 2em;
	margin: 0 0 0 3em;
	float: right;
	background: none;
	border-left: 1px dashed #aeb3b7;
}

footer #socialShare .title {
	display: block;
	margin-bottom: 5px;
}

footer #socialShare a {
	display: block;
	text-decoration: none;
	color: #4A607F;
	font: .8em/3em 'Trebuchet MS', Arial, sans-serif;
}

footer #socialShare a:hover {
	text-decoration: underline;
}

footer #socialShare a:before {
	margin: 0 .5em 0 0;
	vertical-align: middle;
	content: "";
	display: inline-block;
	background: url(/images/sprite.png) no-repeat;
	width: 22px;
	height: 22px;
}

footer #socialShare .vk:before {
	background-position: -404px -150px;
}

footer #socialShare .vk:hover:before {
	background-position: -380px -150px;
}

footer #socialShare .fb:before {
	background-position: -404px -179px;
}

footer #socialShare .fb:hover:before {
	background-position: -380px -179px;
}

footer #socialShare .tw:before {
	background-position: -404px -207px;
}

footer #socialShare .tw:hover:before {
	background-position: -380px -207px;
}

footer #socialShare .gp:before {
	background-position: -345px -116px;
}

footer #socialShare .gp:hover:before {
	background-position: -321px -116px;
}

footer #socialShare .ok:before {
	background-position: -345px -88px;
}

footer #socialShare .ok:hover:before {
	background-position: -321px -88px;
}

.no_overflow {
	overflow: visible !important;
}

#prvdOnePixelImage {
	display: block;
	margin-top: -1px;
}

.chat_block.ui-dialog .ui-resizable-s {
	bottom: 0;
}

@media (min-width: 680px)    {
	.ui-dialog.ui-widget-content {
		/*left: 0 !important;
		right: 0 !important;
		margin-left: auto !important;
		margin-right: auto !important;*/
	}


}
@media (min-width: 320px)    {
	.ui-dialog .loginAndOpenId .row {
		display: block;
	}

}
@media (min-width: 1000px)    {
	.ui-dialog .loginAndOpenId .row {
		display: table-row;
	}
	/*.ui-dialog.ui-widget-content {
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}*/
}


/*Сделал, но проверял все на локальном стенде своем, так как фронт на мобиле не работает у меня.
Сейчас форма должна всегда позиционироваться по центру, если ширина области просмотра не
Если будут проблемы, нужно чтобы на эту страничку https://frontend.pravoved.com.ru/login/

Добавили мета тег. Для адаптивности.
<meta name="viewport" content="width=device-width, initial-scale=1.0">*/

/*<meta name="viewport" content="height=device-height, width=device-width, initial-scale=0.0, target-densitydpi=device-dpi" />*/

.paying_modal {
    padding: 10px;
}

.paying_modal input.paying_modal__checkbox[type=checkbox] {
    margin: 0px 5px 2px;
    position: initial;
    opacity: 1;
}
