/* CSS Reset
-----------------------------------------------------------------------------*/

::-moz-selection{ background-color: #000080; color: white; text-shadow: none; }
::-webkit-selection{ background-color: #000080; color: white; text-shadow: none; }
::selection{ background-color: #000080; color: white; text-shadow: none; }

* {
	margin: 0;
	padding: 0;
}

html, body, body div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html, body {
	font: 12px/18px Tahoma, Arial, Helmet, Freesans, sans-serif, "Lucida Sans";
	line-height: 15px;
	height: 100%;
}

/* force a vertical scrollbar to prevent a jumpy page and prevent text-size adjustment on iPhone */
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
}

a {
	background-color: transparent;
	color: #1180c6;
	font-weight: normal;
	outline: none;
	text-decoration: underline;
	vertical-align: baseline;
}

/* Accessible focus treatment (people.opera.com/patrickl/experiments/keyboard/test) */
a:hover, a:active {
	outline: none;
}

p {
	margin: 0 0 8px
}

img {
	border: none;
}

/* Responsive embedded objects */
object,
embed {
	max-width: 100%;
}

input, select {
	vertical-align: middle;
}

input, textarea, input:focus, textarea:focus, input:active, textarea:active {
	outline: none;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
	margin: 0;
}

ul li, ol li {
	list-style-position: inside;
}

/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-weight: bold;
	vertical-align: bottom;
}

td {
	font-weight: normal;
	vertical-align: top;
}

sup {
	vertical-align: super; /* shifts the baseline up */
	font-size: smaller;
	line-height: normal;
}

sub {
	vertical-align: sub;
	font-size: smaller;
	line-height: normal;
}

/* --------------------------- End of CSS Reset --------------------------*/

#middle, div, p {
	color: #2a2a2a;
}

/* Micro clearfix hack by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/ */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
 
.cf:after {
	clear: both;
}
/* end clearfix hack */

a.bold_link {
	font-weight: bold;
}

.field-comment-mark {
	color: #000077;
	cursor: help;
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	padding: 0 0.2em;
}

/*
#overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}
*/

/* Colors
-----------------------------------------------------------------------------*/

.color_text {
	color: #333e43;
}

.color_less_important {
	color: #7e9098;
}

ul.ui-autocomplete li.ul-menu-item a {
	color: #111;
}

/* Верстка - минимальная ширина 1263px, также не забыть исправить в style_ie.css
-----------------------------------------------------------------------------*/

#body_wrapper {
	width: 100%;
	min-width: 1263px;
	height: auto !important;
	min-height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
#title_container {
	width: 100%;
	background: -moz-linear-gradient(top, #ecf4f7 0%, #e0ebf0 100%);
	background: -o-linear-gradient(top, #ecf4f7 0%, #e0ebf0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ecf4f7), color-stop(100%, #e0ebf0));
	background: -webkit-linear-gradient(top, #ecf4f7 0%, #e0ebf0 100%);
	background: -ms-linear-gradient(top, #ecf4f7 0%, #e0ebf0 100%);
	background: linear-gradient(to bottom, #ecf4f7 0%, #e0ebf0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf4f7', endColorstr='#e0ebf0', GradientType=0 );
	height: 34px;
	line-height: 34px;
	margin-bottom: 3px;
}

#title {
	width: 100%;
	max-width: 1903px;
	margin: 0 auto;
}

#title_inner {
	padding-left: 1%;
	padding-right: 1%;
}

/*
#title a {
	text-decoration: underline;
}
*/

#title_site_description {
	font-size: 95%;
	display: inline;
}

.rss_news {
	background: url("/design/css/img/ico_rss.png") no-repeat scroll left center transparent;
	padding-left: 24px;
}

#title .rss_news {
	float: right;
}

#top_banner_wrapper, .top_banner_wrapper {
	border: 0px;
	width: auto;
	height: 90px;
	margin: 0 auto;
}

#header_container {
	width: 100%;
	height: 100px;
	background: -moz-linear-gradient(top, #ecf4f7 0%, #e1ecf1 100%);
	background: -o-linear-gradient(top, #ecf4f7 0%, #e1ecf1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ecf4f7), color-stop(100%, #e1ecf1));
	background: -webkit-linear-gradient(top, #ecf4f7 0%, #e1ecf1 100%);
	background: -ms-linear-gradient(top, #ecf4f7 0%, #e1ecf1 100%);
	background: linear-gradient(to bottom, #ecf4f7 0%, #e1ecf1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf4f7', endColorstr='#e1ecf1', GradientType=0 );
	margin-top: 3px;
}

#header {
	width: 100%;
	height: inherit;
	max-width: 1903px;
	margin: 0 auto;
}

/*
#header a {
	text-decoration: underline;
}
*/

#header .ui-widget a {
	text-decoration: none;
}

#logo_and_auth {
	width: 280px;
	height: 100px;
	padding-left: 20px;
	float: left;
}

#logo {
	margin-top: 20px;
}

#logo h1 {
	padding: 0;
	margin: 0;
	border: none;
	width: 208px;
	height: 34px;
	display: inline-block;
}

#auth {
	margin-top: 2px;
}

#login_or_register {
	font-size: 95%;
	text-indent: 38px;
}

.login_form {
	border: 10px solid #000000;
	border-radius: 15px;
}

.login_form .ui-dialog-titlebar {
	display: none;
}

#login_form {
	display: none;
	padding: 0;
}

#login_form_inner {
	padding: 18px;
}

#login_form_site_logo {
	margin-bottom: 8px;
}

.login_form_hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px dotted #ccc;
	margin: 1px 0;
	padding: 0;
}

.login_form label {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #4d4d4d;
	font-size: 90%;
}

#login_form_buttons {
	margin-top: 8px;
	margin-bottom: 8px;
}

#login_form_forgot_password {
	font-size: 95%;
}

#login_form_submit {
	display: inline-block;
	margin-left: 15px;
}

#login_form_social_login_label {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #272727;
	font-size: 95%;
}

.login_form input[type=text], .login_form input[type=password] {
	border: 1px solid #adadad;
	padding: 1px 4px 2px;
}

#vips_carousel {
	height: 94px;
	margin-left: 300px;
	margin-right: 54px;
	padding-top: 6px;
	padding-bottom: 6px;
	position: relative;
}

.jcarousel-skin-frostsol .jcarousel-container {
	border-radius: 8px;
	background: #ffffff;
/*	border: 1px solid #d9e5ea; */
	border: 1px solid #d3e0e6;
}

.jcarousel-skin-frostsol .jcarousel-container-horizontal {
/*	width: 245px; */
	padding: 3px 36px 8px 36px;
}

.jcarousel-skin-frostsol .jcarousel-clip {
    position: relative;
    overflow: hidden;
    height: 88px;
}

.jcarousel-skin-frostsol .jcarousel-clip ul {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel-skin-frostsol .jcarousel-clip ul li {
    float: left;
}

.jcarousel-skin-frostsol .jcarousel-clip-horizontal {
/*	width:  245px; */
	height: 74px;
}

.jcarousel-skin-frostsol .jcarousel-item {
	width: 294px;
	height: 74px;
}

.jcarousel-skin-frostsol .jcarousel-item-horizontal {
	margin-left: 0;
/*	margin-right: 10px; */
	margin-right: 0;
}

/*
.jcarousel-skin-frostsol .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
	margin-right: 0;
}
*/

.jcarousel-item-inner {
	padding-left: 5px;
	padding-right: 5px;
}

.jcarousel-skin-frostsol .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-frostsol .jcarousel-next-horizontal, .jcarousel-skin-frostsol .jcarousel-prev-horizontal {
	top: 25px;
}

.jcarousel-skin-frostsol .jcarousel-next-horizontal {
	position: absolute;
	right: -23px;
	width: 48px;
	height: 48px;
	cursor: pointer;
/*	background: transparent url('/design/css/img/jcarousel-skin-frostsol/next-horizontal.png') no-repeat 0 0; */
	background: transparent url('/design/css/img/jcarousel-skin-frostsol/next.png') no-repeat 0 0;
}

.jcarousel-skin-frostsol .jcarousel-prev-horizontal {
	position: absolute;
	left: -23px;
	width: 48px;
	height: 48px;
	cursor: pointer;
/*	background: transparent url('/design/css/img/jcarousel-skin-frostsol/prev-horizontal.png') no-repeat 0 0; */
	background: transparent url('/design/css/img/jcarousel-skin-frostsol/prev.png') no-repeat 0 0;
}

/*
.jcarousel-skin-frostsol .jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background-image: url('/design/css/img/jcarousel-skin-frostsol/prev-horizontal.png');
}
*/

/*
.jcarousel-skin-frostsol .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 5px;
	background-image: url('/design/css/img/jcarousel-skin-frostsol/next-horizontal.png');
}
*/


.jcarousel-skin-frostsol .jcarousel-next-horizontal:hover,
.jcarousel-skin-frostsol .jcarousel-next-horizontal:focus {
/*	background-position: -32px 0; */
}

.jcarousel-skin-frostsol .jcarousel-next-horizontal:active {
/*	background-position: -64px 0; */
}

.jcarousel-skin-frostsol .jcarousel-next-disabled-horizontal,
.jcarousel-skin-frostsol .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-frostsol .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-frostsol .jcarousel-next-disabled-horizontal:active {
	cursor: default;
/*	background-position: -96px 0; */
}

.jcarousel-skin-frostsol .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-frostsol .jcarousel-prev-horizontal:focus {
/*	background-position: -32px 0; */
}

.jcarousel-skin-frostsol .jcarousel-prev-horizontal:active {
/*	background-position: -64px 0; */
}

.jcarousel-skin-frostsol .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-frostsol .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-frostsol .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-frostsol .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
/*	background-position: -96px 0; */
}

#global_nav_container {
	width: 100%;
	height: 25px;
	padding-top: 8px;
	padding-bottom: 5px;
	background: -moz-linear-gradient(top, #edf5f9 0%, #dbebf1 100%);
	background: -o-linear-gradient(top, #edf5f9 0%, #dbebf1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #edf5f9), color-stop(100%, #dbebf1));
	background: -webkit-linear-gradient(top, #edf5f9 0%, #dbebf1 100%);
	background: -ms-linear-gradient(top, #edf5f9 0%, #dbebf1 100%);
	background: linear-gradient(to bottom, #edf5f9 0%, #dbebf1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf5f9', endColorstr='#dbebf1', GradientType=0 );
	border-bottom: 1px solid #ffffff;
	margin-top: 3px;
}

ul#global_nav {
	list-style-type: none;
	display: block;
	width: 100%;
	height: inherit;
	max-width: 1200px;
	margin: 0 auto;
}

ul#global_nav > li {
	float: left;
	list-style-type: none;
	position: relative;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #cedae0;
}

ul#global_nav > li.global_nav_first {
	border-left: 0;
}

ul#global_nav > li.global_nav_last {
	border-right: 0;
}

ul#global_nav > li > a {
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 27px;
	padding-right: 27px;

	color: #214754;
	vertical-align: middle;
}

ul#global_nav > li.sublnk > a {
	margin-right: 20px;
}

ul#global_nav > li.sublnk > a, ul#global_nav > li.sublnk > div.submenu_title > a {
	background-image: url("/design/css/img/global_nav_dropdown.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right center;
	background-color: transparent;
}

ul#global_nav > li.sublnk.selected > a, ul#global_nav > li.sublnk.selected > div.submenu_title > a {
	background-image: url("/design/css/img/global_nav_dropdown_selected.png");
}

ul#global_nav > li.sublnk > div {
	display: none;
	position: absolute;
}

/*
ul#global_nav > li.sublnk:nth-child(3) > div {
	display: block;
}
*/

ul#global_nav > li.sublnk:hover > div {
	display: block;
}

ul#global_nav > li.sublnk > div.submenu_title {
	left: 0;
	top: -5px;

	background: -moz-linear-gradient(top, #e6f0f4 0%, #edf5f9 100%);
	background: -o-linear-gradient(top, #e6f0f4 0%, #edf5f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6f0f4), color-stop(100%, #edf5f9));
	background: -webkit-linear-gradient(top, #e6f0f4 0%, #edf5f9 100%);
	background: -ms-linear-gradient(top, #e6f0f4 0%, #edf5f9 100%);
	background: linear-gradient(to bottom, #e6f0f4 0%, #edf5f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0f4', endColorstr='#edf5f9', GradientType=0 );

	padding-top: 5px;
	padding-bottom: 5px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;

	z-index: 202;
}

ul#global_nav > li.sublnk > div.submenu_title > a {
	line-height: 25px;
	color: #214754;
	padding-left: 27px;
	padding-right: 27px;
	margin-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;

	position: relative;
	z-index: 203;
}

ul#global_nav > li.sublnk > div.submenu_content {
	left: 0;
	top: 30px;
	z-index: 201;

	background: -moz-linear-gradient(top, #edf5f9 0%, #f2f5f7 100%);
	background: -o-linear-gradient(top, #edf5f9 0%, #f2f5f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #edf5f9), color-stop(100%, #f2f5f7));
	background: -webkit-linear-gradient(top, #edf5f9 0%, #f2f5f7 100%);
	background: -ms-linear-gradient(top, #edf5f9 0%, #f2f5f7 100%);
	background: linear-gradient(to bottom, #edf5f9 0%, #f2f5f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf5f9', endColorstr='#f2f5f7', GradientType=0 );
	box-shadow: 0 4px 10px #777777;

	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 10px 10px 0 10px;
}

ul#global_nav > li.sublnk:nth-child(n+5) > div.submenu_content {
	left: auto;
	right: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 8px;
}

ul#global_nav > li.sublnk > div.submenu_content div.submenu_content_fragment {
	height: 240px;
	overflow: hidden;
	transition: height 1s;
}

ul#global_nav > li.sublnk > div.submenu_content:hover div.submenu_content_fragment {
	height: 484px;
}

ul#global_nav > li.sublnk > div.submenu_content div.submenu_content_label {
	color: #a02c10;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	text-indent: 10px;
}

ul#global_nav > li.sublnk > div.submenu_content div.submenu_content_block {
    background: none repeat scroll 0 0 #FAFAFA;
    border-left: 1px solid #E7E7E7;
    border-radius: 9px 9px 9px 9px;
    border-top: 1px solid #E7E7E7;
    float: left;
    overflow: hidden;
    padding: 5px 0px 5px 0px;
	margin-bottom: 10px;
    position: relative;
    white-space: nowrap;
}

ul#global_nav > li.sublnk > div.submenu_content ul {
	list-style: none outside none;
	padding-right: 12px;
}

ul#global_nav > li.sublnk > div.submenu_content ul > li {
	display: block;
	line-height: normal;
	position: relative;
}

ul#global_nav > li.sublnk > div.submenu_content ul > li > a {
	padding: 1px 12px 2px 13px;
	text-decoration: none;
	color: #214754;
}

ul#global_nav > li.sublnk.selected > div > ul > li > a {
	background: none repeat scroll 0 0 transparent;
}

ul#global_nav > li.sublnk > div.submenu_content ul > li > a:hover {
	background-color: #cccccc;
}

ul#global_nav > li.sublnk > div.submenu_content ul > li.sublnk2 > div {
	display: none;
	margin: 0;
	position: absolute;
	z-index: 202;
	top: 0px;
	padding-top: 0px;
	padding-left: 6px;
}

ul#global_nav > li.sublnk > div.submenu_content ul > li.sublnk2:hover > div {
	display: block;
}

ul#global_nav > li.sublnk > div.submenu_content ul > li.sublnk2 > div > ul {
	background: none repeat scroll 0 0 #f1f1f1;
	list-style: none outside none;
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding-bottom: 3px;
}

ul#global_nav > li.sublnk > div.submenu_content ul > li.sublnk2 > div > ul:empty {
	border: 0;
	padding: 0;
}

ul#global_nav > li.sublnk > div.submenu_content ul > li.sublnk2 > div > ul > li > a {
	padding: 1px 12px 2px 13px;
	text-decoration: none;
	color: #214754;
}

ul#global_nav > li.sublnk > div.submenu_content ul > li.sublnk2 > div > ul > li > a:hover {
	background-color: #cccccc;
}


#header_hr {
	display: block;
	height: 1px;
	background-color: #dbe3e7;
	margin-top: 1px;
	margin-bottom: 10px;
	padding: 0;
}

#searchbar {
	border-radius: 8px;
	background: -moz-linear-gradient(top, #52da3b 0%, #37a520 100%);
	background: -o-linear-gradient(top, #52da3b 0%, #37a520 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #52da3b), color-stop(100%, #37a520));
	background: -webkit-linear-gradient(top, #52da3b 0%, #37a520 100%);
	background: -ms-linear-gradient(top, #52da3b 0%, #37a520 100%);
	background: linear-gradient(to bottom, #52da3b 0%, #37a520 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52da3b', endColorstr='#37a520', GradientType=0 );
	height: 32px;
	padding-top: 8px;
	margin-bottom: 9px;
}

#searchbar label {
	float: left;
	margin-left: -100%;
	position: relative;
	width: 128px;
	color: #ffffff;
	padding-left: 20px;
	text-shadow: 1px 1px #444444;
	line-height: 23px;
}

#searchbar label, #search_submit {
	color: #ffffff;
	text-shadow: 1px 1px #444444;
}

#search_submit {
	float: left;
	margin-left: -77px;
	position: relative;
	width: 58px;

	border: 0 none;
	cursor: pointer;
	margin-top: 3px;
	background: url("/design/css/img/searchbar_submit.png") no-repeat scroll left center transparent;
	text-decoration: underline;
	padding-left: 10px;
}

#searchbar_input_container {
	float: left;
	overflow: hidden;
	width: 100%;
}

#searchbar_input_content {
	padding-left: 128px;
	padding-right: 90px;
	height: 25px;
}

#searchbar_input_inner {
	background-color: #ffffff;
	border-radius: 5px;
	height: 23px;
	box-shadow: 1px 1px 1px #666;
	padding-left: 10px;
}

#searchbar_input a:hover {
	color: #FFFFFF;
}

#search_query {
	width: 100%;
	margin-top: 3px;
	border: 0 none;
	font-family: "Trebuchet MS", sans-serif, Arial;
}

#searchbar_input .ui-widget {
	font-size: 12px/18px;
	font-family: "Trebuchet MS", sans-serif, Arial;
}

::-webkit-input-placeholder {
	color: #777;
	font-style: italic;
}
:-moz-placeholder {
	color: #777;
	font-style: italic;
}
:-ms-input-placeholder {
	color: #777;
	font-style: italic;
}

/*
#searchbar_input .ui-widget a:hover {
	color: #000000;
}
*/

/* Header
-----------------------------------------------------------------------------*/

.central_banner_wrapper {
	width: 672px;
	margin: 0 auto 8px auto;
}

@media only screen and (min-width: 1920px) {
	.central_banner_wrapper_left {
		float: left;
	/*	padding-right: 10px; */
	}

	.central_banner_wrapper_right {
		float: right;
	/*	padding-left: 10px; */
	}
}

.central_banner_wrapper img {
	width: 672px;
	height: 103px;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	position: relative;
	display: block;

/* следущие две строчки можно закомментировать, чтобы убрать центрирование центральной части */
    max-width: 1903px;
    margin: 0 auto;
}

#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#breadcrumbs {
	padding: 4px 10px;
	background-color: #f6f5ea;
	border-radius: 5px;
	float: left;
}

#breadcrumbs div {
	display: inline;
}

#breadcrumbs div, #breadcrumbs div a {
	color: #76724a;
	font-size: 95%;
}

/*
#breadcrumbs div a {
	text-decoration: underline;
}
*/

#container {
	width: 100%;
	float: left;
	overflow: hidden;
/*
	margin: 10px;
	border: 1px solid #D0D0D0;
	-webkit-box-shadow: 0 0 8px #D0D0D0;
*/
}

/*
#content_bottom_padder {
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 600px;
	position: relative;
	overflow: hidden;
}
*/

#content_bottom_container {
	width: 100%;
	position: absolute;
	bottom: 0;
}

#content, #content_bottom {
	padding: 0 280px 0 270px;
}

#content.content_only_rightsidebar {
	padding-left: 3%;
}

#content.content_only_rightsidebar_wide {
	padding-left: 3%;
	padding-right: 430px;
}

#content.content_full_width {
	padding-left: 2%;
	padding-right: 2%;
}

#content.content_with_bottom {
	padding-bottom: 560px;
}

#doctorstudy_event_new_content, #qa_last_answers_content, #doctorstudy_video_new_content {
	height: 120px;
	padding: 14px 10px 9px;
}

#content_bottom .content_bottom_three_rows {
	float: left;
	width: 33%;
}

@media only screen and (max-width: 1440px) {
	#content_bottom .content_bottom_three_rows {
		width: 50%;
		height: 129px;
	}

	#doctorstudy_event_new_content, #qa_last_answers_content, #doctorstudy_video_new_content {
		overflow: hidden;
	}
}

#doctorstudy_event_new_content .doctorstudy_event_new_description {
	padding-right: 10px;
	max-height: 114px;
	overflow: hidden;
}

#doctorstudy_event_new_content .doctorstudy_event_new_description .doctorstudy_event_new_description_title {
	max-height: 31px;
	overflow: hidden;
}

#doctorstudy_event_new_content .doctorstudy_event_new_description .doctorstudy_event_new_description_date {
	font-size: 95%;
	margin-bottom: 8px;
}

#doctorstudy_event_new_content .doctorstudy_event_new_description .doctorstudy_event_new_description_content {
	height: 75px;
	overflow: hidden;
	margin-bottom: 0;
}

#qa_last_answers_content .qa_last_answers_question {
	padding-right: 10px;
	margin-bottom: 10px;
}

#qa_last_answers_content .qa_last_answers_question_title {
	max-height: 30px;
	overflow: hidden;
}

#qa_last_answers_content .qa_last_answers_question_patient {
	font-size: 95%;
	margin-top: 2px;
}

#qa_last_answers_content .qa_last_answers_answer {
	padding-right: 10px;
	max-height: 75px;
	overflow: hidden;
}

.qa_last_answers_answer_doctor_plus_rating {
	font-weight: bold;
	color: green;
}

.qa_last_answers_answer_doctor_minus_rating {
	font-weight: bold;
	color: maroon;
}

#doctorstudy_video_new_content .doctorstudy_video_new_preview {
	float: left;
	width: 112px;
	height: 112px;
	margin-right: 15px;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.center_arbitrary_width1 {
	float: left;
	left: 50%;
	position: relative;
}

.center_arbitrary_width2 {
	float: left;
	left: -50%;
	position: relative;
}

#doctorstudy_video_new_content .doctorstudy_video_new_preview  .doctorstudy_video_new_preview_img {
	height: 112px;
}

#doctorstudy_video_new_content .doctorstudy_video_new_preview  .doctorstudy_video_new_preview_link {
	position: absolute;
	left: 5px;
	width: 68px;
	padding: 5px 5px 5px 29px;
	bottom: 6px;
	border-radius: 4px;
	font-size: 10px;
	line-height: 12px;
	background: url("/design/css/img/watch_video.png") no-repeat scroll 4px center #ffffff;
	color: #1180c6;
}

#doctorstudy_video_new_content .doctorstudy_video_new_description {
	margin-left: 128px;
	padding-right: 10px;
	max-height: 129px;
	overflow: hidden;
}

#doctorstudy_video_new_content .doctorstudy_video_new_description .doctorstudy_video_new_description_title {
	max-height: 31px;
	overflow: hidden;
}

#doctorstudy_video_new_content .doctorstudy_video_new_description .doctorstudy_video_new_description_date {
	font-size: 95%;
	margin-bottom: 8px;
}

#doctorstudy_video_new_content .doctorstudy_video_new_description .doctorstudy_video_new_description_content {
	height: 75px;
	overflow: hidden;
	margin-bottom: 0;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 235px;
	padding-left: 15px;
	margin-left: -100%;
	position: relative;
/*	background: #B5E3FF;*/
}

#sidebar_specializations_to_human_subsystems, #sidebar_facility_types {
	padding-left: 20px;
}

#sidebar_specializations_to_human_subsystems ul, #sidebar_facility_types ul {
	list-style-type: none;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 246px;
	padding-right: 20px;
	margin-left: -266px;
	position: relative;
/*	background: #FFACAA;*/
	overflow: hidden;
}

#sideRightWide {
	float: left;
	margin-right: -3px;
	width: 410px;
	margin-left: -410px;
	position: relative;
}

@media only screen and (max-width : 1279px) {
	.sideRightNews {
		margin-top: 548px;
	}
}

#sideRight .fb-like-box {
	margin-top: 15px;
}

#sideRight .ask_a_doctor {
	display: block;
	width: 188px;
	height: 54px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px; 
	padding-right: 10px;
}

.rframe {
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	padding: 2px;
	margin-bottom: 10px;
	position: relative;
}

.rframe_content {
	padding: 12px 10px 10px 10px;
}

.rframe.color_beige {
	border-color: #daddc8;
}

.rframe.color_lightsteel {
	border-color: #bfced3;
}

.rframe.color_palegreen {
	border-color: #b7dfb9;
}

.rframe h2, .rframe h3 {
	line-height: 16px;
	padding: 5px 10px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.rframe #sidebar_news h3 {
	padding-left: 15px;
}

.rframe.color_beige > h2, .rframe.color_beige > h3 {
	background: -moz-linear-gradient(top, #f1f1e5 0%, #f0f1eb 100%);
	background: -o-linear-gradient(top, #f1f1e5 0%, #f0f1eb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1e5), color-stop(100%, #f0f1eb));
	background: -webkit-linear-gradient(top, #f1f1e5 0%, #f0f1eb 100%);
	background: -ms-linear-gradient(top, #f1f1e5 0%, #f0f1eb 100%);
	background: linear-gradient(to bottom, #f1f1e5 0%, #f0f1eb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1e5', endColorstr='#f0f1eb', GradientType=0 );
	color: #5e5c38;
}

.rframe.color_lightsteel > h2, .rframe.color_lightsteel > h3 {
	background: -moz-linear-gradient(top, #eff4f7 0%, #dcdfe8 100%);
	background: -o-linear-gradient(top, #eff4f7 0%, #dcdfe8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eff4f7), color-stop(100%, #dcdfe8));
	background: -webkit-linear-gradient(top, #eff4f7 0%, #dcdfe8 100%);
	background: -ms-linear-gradient(top, #eff4f7 0%, #dcdfe8 100%);
	background: linear-gradient(to bottom, #eff4f7 0%, #dcdfe8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff4f7', endColorstr='#dcdfe8', GradientType=0 );
	color: #4b636d;
}

.rframe.color_palegreen > h2, .rframe.color_palegreen > h3 {
	background-color: #e2f4e3;
	color: #5a8f5c;
}

.rframe h4:before {
	display: block;
	content: "";
	height: 1px;
	border-top: 1px dotted #c2c9ce;
	margin-left: -10px;
	padding: 0;
	background-color: #ffffff;
}

.rframe h4:after {
	display: block;
	content: "";
	height: 1px;
	border-bottom: 1px dotted #c2c9ce;
	margin-left: -10px;
	padding: 0;
	background-color: #ffffff;
}

.rframe h4 {
	font-size: 115%;
	line-height: 1.8;
	background-color: #f1f5f8;
	padding: 0 0 0 10px;
	margin: 1px 0;
}

.rframe .rframe_header_right {
	position: absolute;
	right: 11px;
	line-height: 26px;
}

.rframe.color_beige .rframe_header_right {
	color: #5e5c38;
}

.rframe.color_lightsteel .rframe_header_right {
	color: #4b636d;
}

.rframe.color_palegreen .rframe_header_right {
	color: #5a8f5c;
}

.rframe .rframe_hr {
	display: block;
	height: 1px;
	margin-top: 2px;
	padding: 0;
}

.rframe.color_beige .rframe_hr {
	background-color: #dcdbcc;
}

.rframe.color_lightsteel .rframe_hr {
/*	background-color: #bdd1d2; */
	background-color: #bfced5;
}

.rframe.color_palegreen .rframe_hr {
	background-color: #b7dfb9;
}

.rframe .rframe_bottom {
	margin-top: 18px;
}

.rframe .rframe_bottom .rss_news {
	float: left;
	line-height: 25px;
	margin-left: 7px;
}

.rframe .rframe_bottom .bottom_all {
	float: right;
	margin-bottom: 2px;
	margin-right: 2px;
	padding: 4px 12px;
	background-color: #cdd7dc;
	border-radius: 4px;
	color: #4b636d;
	font-size: 95%;
	position: relative;
}

.rframe .rframe_bottom .bottom_all:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #cdd7dc;
    border-right: 6px solid transparent;
    left: 50%;
    top: -6px;
	margin-left: -6px;
}

#site_description {
	font-size: 95%;
}

#diseases_encyclopedia_content {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#diseases_encyclopedia_content a {
	font-size: 16px;
	line-height: 20px;
/*	text-decoration: underline; */
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	height: 165px;
	margin-top: 15px;
	display: block;
}

#footer_nav_container {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #f5f9fb;
}

#footer_nav {
	width: 100%;
	height: inherit;
	line-height: inherit;
	max-width: 1903px;
	margin: 0 auto;
}

#footer_nav_inner {
	height: inherit;
	line-height: inherit;
	padding-left: 25px;
}

#footer a {
/*	text-decoration: underline; */
	color: #445a65;
}

#footer_nav a {
	margin-right: 22px;
}

#footer_hr {
	display: block;
	height: 1px;
	background-color: #bfced5;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 0;
}

#footer_info_container {
	width: 100%;
	background-color: #ecf3f7;
/*
	background: -moz-linear-gradient(top, #ecf3f7 0%, #e1ecf1 100%);
	background: -o-linear-gradient(top, #ecf3f7 0%, #e1ecf1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ecf3f7), color-stop(100%, #e1ecf1));
	background: -webkit-linear-gradient(top, #ecf3f7 0%, #e1ecf1 100%);
	background: -ms-linear-gradient(top, #ecf3f7 0%, #e1ecf1 100%);
	background: linear-gradient(to bottom, #ecf3f7 0%, #e1ecf1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf3f7', endColorstr='#e1ecf1', GradientType=0 );
*/
	padding-top: 17px;
	padding-bottom: 8px;
}

#footer_info {
	width: 100%;
	max-width: 1903px;
	margin: 0 auto;
}

#footer_info_inner {
	padding-left: 10px;
}

#footer_info div, #footer_info span, #footer_info abbr, #footer_info p {
	color: #6a818c;
}

#footer_info .footer_info_block {
	float: left;
	background-color: #ffffff;
	margin-left: 15px;
	padding: 8px 10px 10px 12px;
	border: 1px solid #d9e5ea;
	border-radius: 5px;
	font-size: 11px;
}

#footer_info_contact {
	width: 435px;
}

#footer_info_contact .vcard {

}

#footer_info_contact .vcard .fn {
	display: none;
}

#footer_info_contact .vcard .org {
	display: none;
}

#footer_info_contact .vcard .tel a {
	color: inherit;
	cursor: default;
	text-decoration: none;
	display: none;
}

#footer_info_contact .vcard .tel abbr.value {
	border-bottom: none;
}

#footer_info_contact .vcard .adr {
	display: inline;
}

#footer_info_contact .vcard .adr .postal-code {
	display: none;
}

#footer_info_contact .vcard .adr .country-name {
	display: none;
}

#footer_info_contact .vcard .adr .extended-address {
	display: none;
}

#footer_info_contact .vcard .geo {
	display: none;
}

#footer_info_contact_links a {
	margin-right: 10px;
}

#footer_info_social.footer_info_block {
	padding-bottom: 9px; 
	text-align: center;
}

#footer_info_copyright {
	width: 1120px;
	margin-left: 22px;
	margin-top: 10px;
	font-size: 11px;
	line-height: 13px;
}

#footer_info_counters {
	float: right;
	margin-right: 20px;
	position: relative;
	top: 40px;
}

#body_wrapper .hreview-aggregate .photo {
	display: none;
}

#body_wrapper .hreview-aggregate .summary {
	display: none;
}

/* Often used
-----------------------------------------------------------------------------*/

.horizontal_center {
	text-align: center;
}

.line_hr {
	display: block;
	height: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 0;
	background-color: #BFCED3;
}

h1 {
	color: #2a2a2a;
	background-color: transparent;
/*	font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif; */
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	padding: 16px 15px 10px 0px;
}

h2 {
	color: #2a2a2a;
	background-color: transparent;
/*	font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif; */
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	padding: 12px 15px 8px 0px;
}

h3 {
	color: #2a2a2a;
	background-color: transparent;
/*	font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif; */
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	padding: 10px 15px 6px 0px;
}

h4 {
	color: #2a2a2a;
	background-color: transparent;
/*	font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif; */
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
	padding: 9px 15px 6px 0px;
}

.human_subsystem h3 {
	padding-top: 10px;
}

/* Old
-----------------------------------------------------------------------------*/

code {
	font-family: Consolas, Monaco, "Courier New", Courier, monospace;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
}

p.small_description{
	font-size: 11px;
	border: 1px solid #D0D0D0;
	line-height: 16px;
	padding: 3px 10px 3px 10px;
	margin: 20px 10px 0 10px;
}

/* All pages
-----------------------------------------------------------------------------*/

.person {
	margin-top: 2px;
	background: url("/design/css/img/person.png") no-repeat scroll 0 2px transparent;
	padding-left: 16px;
}

.sidebar_item {
	margin-top: 22px;
	padding-left: 10px;
	padding-right: 10px;
}

.sidebar_item .sidebar_item_title {

}

.sidebar_item .sidebar_item_title a img {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	margin-right: 10px;
}

.sidebar_item .sidebar_item_title .sidebar_item_title_caption {
	margin-left: 58px;
}

.sidebar_item .sidebar_item_title .sidebar_item_title_caption .sidebar_item_date {
	font-size: 95%;
	color: #2c2c2c;
	margin-top: 6px;
}

.sidebar_item .sidebar_item_description {
	margin-top: 8px;
	max-height: 90px;
	overflow: hidden;
}

.item_new_small {
	margin-top: 5px;
	margin-bottom: 10px;
}

.item_new_small, .item_new_small .item_new_description {
	height: 90px;
	overflow: hidden;
}

.item_new_small a.item_new_img {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
}

.item_new_small a.item_new_img img {
	width: 50px;
	height: 50px;
	border-radius: 4px;
}

.item_new_small .item_new_description {
	margin-left: 60px;
	font-size: 11px;
	line-height: 14px;
}

.item_new_small .item_new_description .title_small {
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 6px;
}

.item_new_big {
	margin-top: 12px;
	margin-bottom: 12px;
}

.item_new_big, .item_new_big .item_new_description {

}

.item_new_big a.item_new_img {
	display: block;
	width: 112px;
	height: 112px;
	float: left;
	margin-right: 15px;
}

.item_new_big a.item_new_img img {
	width: 112px;
	height: 112px;
	border-radius: 6px;
}

.item_new_big .item_new_description {
	margin-left: 127px;
}

.item_new_big .item_new_description .title_small {
	margin-top: 0px;
	margin-bottom: 6px;
}

.title_small, .item_doctor .title_small, .item_symptom .title_small, .item_specialization .title_small, .item_medical_service .title_small, .item_news .title_small,  .item_article .title_small {
	margin-top: 5px;
	margin-bottom: 6px;
}

.show-on-hover {
	opacity: 0;
	transition: opacity 0.5s ease;
}

.item_new:hover .show-on-hover, .item_facility:hover .show-on-hover, .item_mio:hover .show-on-hover, .item_doctor:hover .show-on-hover, .item_symptom:hover .show-on-hover, .item_disease:hover .show-on-hover, .item_specialization:hover .show-on-hover, .item_medical_serivce:hover .show-on-hover, .item_facility_medical_services:hover .show-on-hover {
	opacity: 0.8;
	transition: opacity 0.5s ease;
}

.item_facility .item_facility_img_65, .item_mio .item_mio_img_65, .item_doctor .item_doctor_img_65, .item_patient > img, .item_symptom > img, .item_specialization > img, .item_medical_service img, .item_drug > img, .item_preparation > img, .item_news > img, .item_article > img, .item_facility_medical_services > img {
	height: 65px;
	width: 65px;
	border: 2px solid #FFFFFF;
	border-radius: 6px;
	float: left;
	margin-right: 6px;
}

.item_facility .item_facility_img_112, .item_mio .item_mio_img_112, .item_doctor .item_doctor_img_112 {
	width: 112px;
	height: 112px;
/*	border: 2px solid #FFFFFF; */
	border-radius: 5px;
	float: left;
	margin-right: 15px;
}

.item_facility_rating, .item_mio_rating, .item_doctor_rating {
	float: right;
	margin-left: 18px;
}



/* Index page
-----------------------------------------------------------------------------*/

a.all_items_button {
	display: inline-block;
	padding-left: 11px;
	padding-right: 11px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
	font-size: 12px;
	font-weight: normal;
	color: #2a2a2a;
	text-align: center;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	text-decoration: none;

	background-color: #ececec; /* for old browsers */
	background-image: -moz-linear-gradient(top, #f6f6f6, #e4e4e4); /* Firefox 3.6+ */
	/* Chrome 1-9, Safari 4-5 */
	background-image: -webkit-gradient(linear, left top, left bottom, 
				color-stop(0%, #f6f6f6), color-stop(100%, #e4e4e4));
	/* Chrome 10+, Safari 5.1+ */
	background-image: -webkit-linear-gradient(top, #f6f6f6, #e4e4e4);
	background-image: -o-linear-gradient(top, #f6f6f6, #e4e4e4); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top, #f6f6f6, #e4e4e4); /* IE10 */
	background-image: linear-gradient(top, #f6f6f6, #e4e4e4); /* CSS3 */ 

	outline: 0 none;
	line-height: 13px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#site_description {
	margin-top: 0px;
}

#site_description p {
	color: #333333;
}

/* Input autocomplete
-----------------------------------------------------------------------------*/

ul.ui-autocomplete {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);	
}

ul.ui-autocomplete li.ui-menu-item {

}

ul.ui-autocomplete li.ui-menu-item a {
	font-family: "Trebuchet MS",sans-serif,Arial;
}

ul.ui-autocomplete li.ui-menu-item a.ui-state-hover {
	border: 1px solid #dadada;
	background-image: none;
}

/* Pagination
-----------------------------------------------------------------------------*/

ul.pagination {
	list-style-type: none;
/*	font-size: 13px; */
	font-size: 19px;
}
ul.pagination li {
/*	background: none repeat scroll 0 0 #CCCCFF; */
/*	border: 1px solid #CCCCCC; */
	cursor: pointer;
	display: block;
	display: inline-block;
	margin: 0 2px;
	font-family: Arial, sans-serif;
/*	font-size: 13px; */
	font-size: 19px;
	text-align: center;
}
ul.pagination li a {
	display: block;
	padding: 2px 4px 2px 3px;
/*	color: #666666; */
	font-family: Arial, sans-serif;
/*	font-size: 13px; */
	font-size: 19px;
/*	text-decoration: none; */
	text-align: center;
}
ul.pagination li.current {
	background: none repeat scroll 0 0 transparent;
/*	color: #000000; */
	padding: 2px 4px 2px 3px;
	cursor: default;
}
ul.pagination li.first {
	margin-right: 1px;
}
ul.pagination li.post_first, ul.pagination li.pre_last {
	background: none repeat scroll 0 0 transparent;
	border: 0;
/*	color: #000000; */
	padding: 2px 4px 2px 3px;
	cursor: default;
}
ul.pagination li.last {
	margin-left: 1px;
}



/* News page
-----------------------------------------------------------------------------*/

.news_category_container {
	width:50%;
	float: left;
}

.news_category {
	padding-left: 5px;
	padding-right: 5px;
}

.news_category h2 {
	border: 0px none;
}

/*.news_category*/ .news_item, .article {
	float: left;
	min-height: 120px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*.news_category*/ .news_item .news_datetime, #middle .news_item .news_datetime {
	color: #7f7f7f;
}

/*.news_category*/ .news_item .news_preview img, .article .article_preview img {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 8px;
	margin-top: 2px;
	border-radius: 6px;
}

#sidebar_news .news_item, #sidebar_articles .article {
	min-height: 120px;
	margin-bottom: 18px;
}

#sidebar_news .news_item .news_preview, #sidebar_articles .article .article_preview {
	height: 75px;
	overflow: hidden;
}

#sidebar_news .news_item .news_preview img, #sidebar_articles .article .article_preview img,
#other_news .news_item .news_preview img, #other_articles .article .article_preview img {
	width: 71px;
	height: 71px;
}

.quote_comment {
	display: table;
	position: relative;
	width: 110px;
	height: 25px;
	line-height: 25px;
	margin-top: 10px;
	background-color: #0066a0;
	border-radius: 6px;
	border: medium none;
	font-weight: bold;
	text-align: center;
	color: #fefefe;
	cursor: pointer;
}

a.quote_comment:hover {
	text-decoration: none;
}

/* Doctor profile page
-----------------------------------------------------------------------------*/

.icon32 {
	float: left;
	height: 34px;
	margin: 7px 8px 0 0;
	width: 36px;
}

.icon32.icon-dashboard {
	background: url("/design/css/img/icons32.png") no-repeat scroll -137px -5px transparent;
}

.icon32.icon-users {
	background: url("/design/css/img/icons32.png") no-repeat scroll -600px -5px transparent;
}

.icon32.icon-appearance {
	background: url("/design/css/img/icons32.png") no-repeat scroll -11px -5px transparent;
}

.icon32.icon-media {
	background: url("/design/css/img/icons32.png") no-repeat scroll -251px -5px transparent;
}

.icon32.icon-comments {
	background: url("/design/css/img/icons32.png") no-repeat scroll -72px -5px transparent;
}

.icon32.icon-page {
	background: url("/design/css/img/icons32.png") no-repeat scroll -312px -5px transparent;
}

.icon32.icon-gears {
	background: url("/design/css/img/icons32_gears.png") no-repeat scroll 0 0 transparent;
}

/* Social share
-----------------------------------------------------------------------------*/

.b-social-share_right {
	float: right;
}
.b-social-share__button {
	background-color: #F1F1F1;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	display: block;
	float: left;
	font-size: 0;
	height: 25px;
	margin: 0 4px 0 0;
	outline: medium none;
	position: relative;
	text-align: center;
	width: 34px;
}
.b-social-share__button:hover {
	text-decoration: none;
}
.b-social-share__button:after {
	border-radius: 2px 2px 0 0;
	border-top: 1px solid #FCFCFC;
	border-width: 1px 0 0;
	content: "";
	height: 1px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 34px;
}
.b-social-share__icon {
	background: url("/design/css/img/b-social-share__icon.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 19px;
	margin-top: 4px;
	width: 18px;
}
.b-social-share__button_twitter .b-social-share__icon {
	background-position: 0 -38px;
}
.b-social-share__button_facebook .b-social-share__icon {
	background-position: 0 -19px;
}
.b-social-share__button_odnoklassniki .b-social-share__icon {
	background-position: 0 -57px;
}
.b-social-share__button_livejournal .b-social-share__icon {
	background-position: -1px -78px;
}
.b-social-share__button_mymailru .b-social-share__icon {
	background-position: 0 -99px;
}
.b-social-share__button:hover {
	background: url("/design/css/img/b-social-share__button.png") repeat scroll 0 0 transparent;
}
.b-social-share__button:hover:after {
	display: none;
}
.b-social-share__button_twitter:hover {
	background-position: 0 -100px;
	border-color: #49BAEC;
}
.b-social-share__button_twitter:hover .b-social-share__icon {
	background-position: -18px -38px;
}
.b-social-share__button_facebook:hover {
	background-position: 0 -50px;
	border-color: #3858A0;
}
.b-social-share__button_facebook:hover .b-social-share__icon {
	background-position: -18px -19px;
}
.b-social-share__button_vkontakte:hover {
	background-position: 0 0;
	border-color: #3A669C;
}
.b-social-share__button_vkontakte:hover .b-social-share__icon {
	background-position: -18px 0;
}
.b-social-share__button_odnoklassniki:hover {
	background-position: 0 -150px;
	border-color: #E5820B;
}
.b-social-share__button_odnoklassniki:hover .b-social-share__icon {
	background-position: -18px -57px;
}
.b-social-share__button_livejournal:hover {
	background-position: 0 -200px;
	border-color: #293065;
}
.b-social-share__button_livejournal:hover .b-social-share__icon {
	background-position: -19px -78px;
}
.b-social-share__button_mymailru:hover {
	background-position: 0 -250px;
	border-color: #175398;
}
.b-social-share__button_mymailru:hover .b-social-share__icon {
	background-position: -19px -99px;
}
.b-social-share__button_twitter:active {
	background-position: 0 -125px;
	border-color: #59BAE4;
}
.b-social-share__button_facebook:active {
	background-position: 0 -75px;
	border-color: #45609C;
}
.b-social-share__button_vkontakte:active {
	background-position: 0 -25px;
	border-color: #476A95;
}
.b-social-share__button_odnoklassniki:active {
	background-position: 0 -175px;
	border-color: #E5820B;
}
.b-social-share__button_livejournal:active {
	background-position: 0 -225px;
	border-color: #293065;
}
.b-social-share__button_mymailru:active {
	background-position: 0 -275px;
	border-color: #175398;
}
.b-social-share__counter {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E4E4E4;
	border-radius: 1px 1px 1px 1px;
	color: #333333;
	display: block;
	font-size: 11px;
	left: 1px;
	line-height: 18px;
	position: absolute;
	top: 32px;
	width: 30px;
}
.b-social-share__counter-bcorner, .b-social-share__counter-corner {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: transparent transparent #E4E4E4;
	border-style: solid;
	border-width: 5px;
	display: block;
	font-size: 0;
	height: 0;
	left: 10px;
	line-height: 0;
	position: absolute;
	top: -10px;
	width: 0;
}
.b-social-share__counter-corner {
	border-bottom-color: #FFFFFF;
	left: -5px;
	top: -4px;
}

.g-hidden {
	display: none;
}

a.disease_link, a.symptom_link, a.spec_link, a.specialization_link, a.medical-service_link, a.drug_link, a.active-ingredient_link, a.pharmacological-group_link {
	color: #010227;
	border-bottom: 1px dotted #010227;
	text-decoration: none;
	font-weight: inherit;
}

a.disease_link:hover, a.symptom_link:hover, a.spec_link:hover, a.specialization_link:hover, a.medical-service_link:hover, a.drug_link:hover, a.active-ingredient_link:hover, a.pharmacological-group_link:hover {
	text-decoration: none;
}

.ui-tooltip.width_400 {
	min-width: 400px;
}

.facility_page h1 {
	font-size: 20px;
}

.facility_page h1 span {
	font-size: 30px;
}

/* http://www.red-team-design.com/just-another-awesome-css3-buttons */
.tech-button
{		
	display: inline-block;
	white-space: nowrap;
	background-color: #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background-image: -webkit-linear-gradient(top, #eee, #ccc);
	background-image: -moz-linear-gradient(top, #eee, #ccc);
	background-image: -ms-linear-gradient(top, #eee, #ccc);
	background-image: -o-linear-gradient(top, #eee, #ccc);
	background-image: linear-gradient(top, #eee, #ccc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
	border: 1px solid #777;
	padding: 0 1.5em;
	margin: 0.5em;
	font: bold 1em/2em Arial, Helvetica;
	text-decoration: none;
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	border-radius: .2em;
	-moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
}

/* Buttons and inputs */
button.tech-button
{ 
	cursor: pointer;
	overflow: visible; /* removes extra side spacing in IE */
}

/* removes extra inner spacing in Firefox */
button::-moz-focus-inner 
{
	border: 0;
	padding: 0;
}

.tech-button:hover
{
	background-color: #ddd;		
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
	background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
	background-image: -moz-linear-gradient(top, #fafafa, #ddd);
	background-image: -ms-linear-gradient(top, #fafafa, #ddd);
	background-image: -o-linear-gradient(top, #fafafa, #ddd);
	background-image: linear-gradient(top, #fafafa, #ddd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');		
}

a.tech-button:hover {
	text-decoration: none;
}

.tech-button:active
{
	-moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	position: relative;
	top: 1px;
}

.tech-button:focus
{
	outline: 0;
	background: #fafafa;
}	

.tech-button:before
{
	background: #ccc;
	background: rgba(0,0,0,.1);
	float: left;		
	width: 1em;
	text-align: center;
	font-size: 1.5em;
	margin: 0 1em 0 -1em;
	padding: 0 .2em;
	-moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-moz-border-radius: .15em 0 0 .15em;
	-webkit-border-radius: .15em 0 0 .15em;
	border-radius: .15em 0 0 .15em;
	pointer-events: none;		
}		

.tech-button-before
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#c1c1c1));
	background-image: -webkit-linear-gradient(top, #dfdfdf, #c1c1c1);
	background-image: -moz-linear-gradient(top, #dfdfdf, #c1c1c1);
	background-image: -ms-linear-gradient(top, #dfdfdf, #c1c1c1);
	background-image: -o-linear-gradient(top, #dfdfdf, #c1c1c1);
	background-image: linear-gradient(top, #dfdfdf, #c1c1c1);
	border-left: 1px solid #777777;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
	float: left;		
	width: 1em;
	text-align: center;
	font-size: 1.5em;
	margin: 0.35em 0 0 0.25em;
	padding: .25em .15em .4em .3em;
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0 1px 0 rgba(0, 0, 0, 0.3),
				1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-moz-border-radius: .15em 0 0 .15em;
	-webkit-border-radius: .15em 0 0 .15em;
	border-radius: .15em 0 0 .15em;
	pointer-events: none;		
}		

/* Hexadecimal entities for the icons */
.tech-button-add:before
{
	content: "\271A";
}

.tech-button-delete:before
{
	content: "\2718";		
}

.tech-button-save:before
{
	content: "\2714";		
}

.tech-button-next:before
{
	content: "\279C";
}

.tech-button-star:before
{
	content: "\2605";
}

.add-new-h2 {
	background: none repeat scroll 0 0 #E7E7E7;
	border: 0 none;
	border-radius: 3px;
	font-family: sans-serif;
	font-size: 12px;
	margin-left: 8px;
	padding: 3px 8px;
	position: relative;
	text-decoration: none;
	top: -10px;
}

a.add-new-h2:hover {
	text-decoration: none;
}

/* http://www.webdesignerwall.com/demo/css-buttons.html */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.button.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.button.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.button.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}
.button.white {
	color: #303030;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.button.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.button.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}


ul.bullet_tiny li {
	background-image: url("/design/css/img/bullet_disc_tiny.png");
	background-position: left .4em;
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 12px;
}
ul.bullet_tiny li li {
	background-image: url("/design/css/img/bullet_disc_tiny.png");
}
ul.bullet_tiny li li li {
	background-image: url("/design/css/img/bullet_disc_tiny.png");
}

ul.bullet_small li {
	background-image: url("/design/css/img/bullet_disc_small.png");
	background-position: left .4em;
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 12px;
}
ul.bullet_small li li {
	background-image: url("/design/css/img/bullet_disc_small.png");
}
ul.bullet_small li li li {
	background-image: url("/design/css/img/bullet_disc_small.png");
}

ul.mark_small li {
	background-image: url("/design/css/img/mark_small.png");
	background-position: left .4em;
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 12px;
}
ul.mark_small li li {
	background-image: url("/design/css/img/mark_small.png");
}
ul.mark_small li li li {
	background-image: url("/design/css/img/mark_small.png");
}

/* SSS (Simple styling system) */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

.overflow-hidden {
	overflow: hidden;
}

.display-block {
	display: block;
}

.display-inline-block {
	display: inline-block;
}

.vertical-align-top {
	vertical-align: top;
}

.vertical-align-middle {
	vertical-align: middle;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-right-10 {
	margin-right: 10px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-left-10 {
	margin-left: 10px;
}

.border-radius-5 {
	border-radius: 5px;
}
