body {font-family: 'Helvetica Neue', Helvetica, sans-serif;}

/* titles */
td.main_first		{padding-left:22px; padding-right:22px; padding-bottom:0;}
td.main			{padding-left:22px; padding-right:22px; padding-bottom:1.5em;}

.pole			{margin-left:20px; width: 67%}

h1.main_title		{font-size:150%; margin-bottom:0em; margin-top:1em; width: 100%;}

/* h2.subtitle_first		{font-size:120%; margin-bottom:0.5em; margin-top:0;}
h2.subtitle		{font-size:120%; margin-bottom:0.5em; margin-top:1.5em;}*/

h2.subtitle		{font-size:140%; margin-bottom:0.8em; margin-top:0.8em;}
h2.title		{font-size:140%; margin-bottom:0.8em; margin-top:0.8em;}

h3.subtitle_first		{font-size:100%; margin-bottom:0.5em; margin-top:0;}
h3.subtitle		{font-size:100%; margin-bottom:0.5em; margin-top:1.5em;}

/* start use "title" besides "subtitle" */

.list			{margin-left:2em; margin-bottom:1em;margin-top:0;}
.list2			{margin-left:2em; margin-bottom:0.5em; margin-top:0;}
.main_list {font-size:130%;}

p.list{margin-top:1em;}
p.list.not-first-with-classificator{margin-top:2em;}



div.image_first		{margin-bottom:0.5em; margin-top:0;}
div.image{
	margin-bottom:0.5em; 
	margin-top:0.5em; 
	color:#c6c6c6; 
	border-style:none;
}
div.image img{
	border-radius: 6px;
/*	border-color: transparent; */
	border-color: #c6c6c6;
}
div.image2		{margin-bottom:2em; margin-top:2em;}

span.active		{background-color: #EBEBCF;}

hr.l1	{color:#555555; height:1px; border-style:none; background-color:#555555; margin-top:0; margin-bottom:0;}
hr.l1g	{color:#CCCCCC; height:1px; border-style:none; background-color:#CCCCCC; margin-top:0; margin-bottom:0;}
div.block	{color:#BD000D; height:5px; width:3em; border-style:none; background-color:#BD000D; margin-top:1.5em; margin-bottom:1px;}

.body_first		{font-size:100%; line-height:130%; margin-bottom:0.5em; margin-top:0;} /* абзац без вт жки */
.body			{font-size:100%; line-height:130%; margin-bottom:0.5em; margin-top:0; text-indent:0em;} /* абзац со вт жкой */
.body_smaller		{font-size:85%; line-height:130%; margin-bottom:0.5em; margin-top:0; text-indent:0em;} 
.body_list		{font-size:100%; line-height:130%; margin-bottom:1em; margin-top:0; text-indent:0em;} 
.body_list2		{font-size:100%; line-height:130%; margin-bottom:0em; margin-top:0; text-indent:0em;} 

.small			{font-size:90%;}
.smaller			{font-size: 85%;}
.italic			{font-style:italic;}
.bold			{font-style:bold;}
.gray			{color:#555555;}
.smaller_italic		{font-size:85%; font-style:italic;}
.smaller_bold		{font-size:85%; font-weight:bold;}
.date			{font-size:70%; color:#555555; line-height:100%; margin-left: 2px;}

.russian	{font-style:italic; font-size: 85%; margin-left: 22px}
.wfw	{font-style:italic; font-size: 85%; margin-left: 22px}

/*slide images*/
img.slideshow:first-of-type {
    position: static;
}

img.slideshow {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

/* under pic */
.descr				{margin-left: 50%; margin-top:1em; font-size:85%; text-align:left; font-style:italic;}
.descr2				{margin-top:1em; font-size:85%; text-align:left; font-style:italic;}

ins.slideshow			{display: -moz-inline-stack; display: inline-block;}
ins.slideshow ins		{position: relative; float: left; clear: left; cursor: pointer;}
ins.slideshow ins ins	{position: absolute; right: 7px; top:15px; z-index: 9999;}
ins.slideshow ins ins ins			{position: static; background: transparent url('/i/slideshow.gif') 0 0 no-repeat; height: 18px; width:18px; float: left; margin: 0 3px 3px 0;}
ins.slideshow ins ins ins.selected	{background-position: -18px 0;}


/* tabs */
span.active, a.active {background-color: #EBEBCF; padding: 1px 2px;}
span.active{margin-top:1px;}
div.toptabs {width: 67%; margin: 1em 0 -1em 0;}
div.toptabs p {font-size: 85%;}
div.bottabs {width: 67%; margin: -0.8em 0 2em 0;}
div.bottabs p {font-size: 85%;}

/*breadcrumbs*/
.breadcrumb{
	color:#ebebeb;
	font-size: 85%;
	margin-right:1px;
}

.breadcrumb-pic{
	position:relative;
	top:1px;
}

/* language switcher */

.lang-switcher {
	position: relative;
	padding: 0;
	color: #fff;
	width: 110px;
	height: 100%;
	font-size: 85%;
	line-height: 250%;
	margin-right: 22px;
}

/*.lang-switcher img {
	width: 9px;
	height: 5px;
	border: 0;
	position: absolute;
	bottom: -3px;
}

.lang-switcher[lang="en"] img {
	right: 11px;
}

.lang-switcher[lang="ru"] img {
	left: 27px;
}
*/
.lang-switcher:after {
	content:'';	
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	height: 0;
	position: absolute;
	bottom: -2px;
	width: 0;
}
.lang-switcher[lang="ru"]:after {
	left: 27px;
}
.lang-switcher[lang="en"]:after {
	right: 11px;
}
.arrow-index[lang="en"]:after {
	border-bottom-color: #D4A368;
}
.arrow-travel-index:after {
	border-bottom-color: #C6C4AD;
}
.arrow-beige:after {
	border-bottom-color: #EBEBCF;
}

form.search input {
	height: 20px !important;
}

.lang-switcher a {
	color: #FFFFFF !important;
}


/* rss smile */
#rss_smile {
	position: relative;
	top: -2px;
	right: 10px;
	color: #999;
	display: block;
	font-size: 1em;
	line-height: 1.2em;
	text-decoration: none !important;
	z-index: 9999;
}
#rss_block {
	position: absolute;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: 9px;
	right: 0;
	width: 300px;
	font-size: 0.75em;
	padding: 0 0.5em;
	-webkit-box-shadow: 0 3px 8px -5px #999;
	box-shadow: 0 3px 8px -5px #999;
}
#rss_block .linefeed {
	position: relative;
	float: left;
	clear: both;
	text-align: left;
	line-height: 130%;
	margin: 0 0 0.5em 25px;
	word-wrap: break-word;
}
#rss_block a.underline:link {
	border-color: #B2CCF0 !important;
}
#rss_block a.underline:hover {
	border-color: #F0B2B2 !important;
}
#rss_block .linefeed_body {
	position: relative;
	overflow: hidden;
	width: 275px;
	height: 17px;
}
#rss_block .linefeed_body:after {
	position: absolute;
	content:'';
	right: -1px;
	top: 0;
 	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAYCAYAAACIhL/AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFJJREFUeNrszjsKACEMRVFH/GX2v9/MKyyCaO/ADVwkjTmPuydNUVW1WVdjydQb3pgddtv808OdOm8fJ6fLByBAgAABAgQIECBAgAAB/hn4CTAAVNkELLeHHBIAAAAASUVORK5CYII=") repeat-y scroll right top transparent;
	width: 25px;
	height: 100%;
}
#rss_block .linefeed_title,
#rss_block .linefeed_close {
	clear: both;
	text-align: right;
	color: #000;
}
#rss_block .linefeed_img {
	position: absolute;
	left: -20px;
	top: -2px;
}