@import url("/reset_ext.css"); 

#_1_base_elements { color: Red; }

* {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

html, body {
	height: 100%;
	font-size: 100.01%;
}

body {
	color: #6E6E6E;
 	background: #FFFFFF url(foo) fixed;
}

body#error {
	background:#000000 !important;
	color:white;
}

body#error a:link, body#error a:visited, body#error a:hover {
	color:white;
}

body {
	
}

h1, h2, h3, h4, h5, h6 {
	margin:0 0 12px 0;
	clear:both;
	color:#694030;
	line-height:1.3em;
}

blockquote { margin:1em 0; }

p {
	margin:0 0 0.9em 0;
	line-height:1.2em;
}

dd, blockquote { margin-left: 40px; }

table {
	width:100%;
}

h3 {
	font-size:1.6em;
	font-weight: lighter;
	line-height: 1.15em;
	clear:both;
	margin:0 0 0.6em 0;

}

h4 {
	font-size: 1.25em;
	font-weight: normal;
	clear:both;
	line-height: 1.05em;
}

h2, h3, h2 *, h3 *, h4, h4 * {
	font-family: Georgia, Times, "Times New Roman", serif;
}

body#error h3, body#error h4 {
	color:white;
}

a:link {
	text-decoration: underline;
	color:#663300;
}

a:visited {
	text-decoration: underline;
	color:#663300;
}

a:hover {
	text-decoration: none;
	color:#986763;
}

ul li{
	line-height:1.2em;
}
ol li{
	line-height:1.2em;
}

#_2_main_structure { color: Red; }

div#wrapper {
	width: 100%;
	position:relative; 
	min-height:100%;
	height:auto !important;
	height:100%;
	margin-bottom:-160px;
	min-width:900px;
	width:expression(document.body.clientWidth < 900? "900px" : "100%");
	z-index:100;
}

.main_page div#wrapper {
	margin-bottom:0;
}

body#error div#wrapper {
	background:black;
}

div#pusher {
	height:160px;
	z-index:1;
}

.main_page div#pusher  {
	display:none;
}

div#footer {
	height:160px;
	min-width:900px;
	z-index:90;
	position: relative;
}

div.header {
	width:100%;
	position:relative;
	min-width:900px;
	height:9.3em;
	min-height:150px;
	z-index:10000;
}

div.portfolio_header {
	position:fixed; // position:absolute; 
	background: white;
	top:0;
	top:expression(eval(document.body.scrollTop));
}


	div.str_languages {
		font-size:0.8em;
		text-transform: lowercase;
		color:#663300;
		top:20px;
		position:absolute;
		text-align:right;
		width:100%;
		right:30px;
		font-size:14px;
		line-height:16px;
		height:16px;
	}
	
	div.str_languages div.bg_wrap {
		padding:8px;
		float:right;
		overflow: hidden;
		zoom:1;
	}
	
	body#error div.str_languages div.bg_wrap {
		background-color:black;
		color:white;
	}
	
	div.str_languages span {
		color:#9b9b9b !important;
	}
	
	div.dec_new_year {
		width:102px;
		height:257px;
		top:0;
		position:absolute;
		z-index:1000;
		left:45%;
		background: url(/pictures/newyear.png) no-repeat 0 0;
	}
	
	div.bl_twitter {
		top:0;
		position:absolute;
		z-index:1100;
		width:240px;
		height:76px;
		left:50%;
		overflow: hidden;
		margin-left:30px;
		
	}
	
	div.bl_twitter a {
		cursor: pointer;
		cursor: hand;
	}
	
	div.bl_twitter a span {
		position:absolute;
		width:76px;
		height:76px;
		top:0;
		right:0;
		background-repeat: no-repeat;
	}
	
	div.bl_twitter a:link em, div.bl_twitter a:visited em {
		text-decoration:underline;
	}
	
	div.bl_twitter a:hover em {
		text-decoration:none;
	}
	
	div.bl_twitter a span {
		background-image: url(/pictures/decor/twitter.png);
	}
	
	div.bl_twitter a:link span, div.bl_twitter a:visited span {
		background-position: 0 0;
	}
	
	div.bl_twitter a:hover span {
		background-position: -76px 0;
	}
	
	div.bl_twitter em {
		width:auto;
		height:1.3em;
		line-height:1.4em;
		right:60px;
		text-align: right;
		font-size:12px;
		font-style: normal;
		position:absolute;
		top:31px;
		z-index:100;
		float:left;
		padding:2px 8px;
	}
	
	div.bl_twitter a:hover em {
		display:block;
	}
	
	div.str_logo {
		z-index:1000;
		width:224px;
		height:48px;
		padding-left:30px;
		top:20px;
		position: absolute;
	}
	
	div.str_logo h1 a, div.str_logo h1 div{
		width:224px;
		height:48px;
		overflow:hidden;
		display:block;
		position:relative;
		color:#5D2B2B !important;
	}
	
	div.str_logo h1 a {
		cursor: pointer;
		cursor: hand;
	}
	
	div.str_logo h1 a span , div.str_logo h1 div span {
		position:absolute;
		width:224px;
		height:48px;
		top:0;
		left:0;
		background: transparent url(/pictures/decor/logo.png) no-repeat 0 0;
		visibility:hidden;
	}
	
	div.str_logo span.cn {
		visibility:visible;
	}
	
	div.str_logo h1 a span {
		cursor: pointer;
		cursor: hand;
	}
	
	body#error div.str_logo h1 a span {
		background: transparent url(/pictures/decor/logo_error_1.gif) no-repeat 0 0;
	}
	
	div.str_navigation {
		font-family: Georgia, Times, "Times New Roman", serif;
		margin-bottom:0px;
		height:3.5em;
		width:840px;
		z-index: 10000;
		top:12px;
		padding-left:30px;
		padding-top:68px;
		position:absolute;
		z-index:1;
		zoom:1;
	}
	
	body.main_page div.str_navigation {
		height:2.1em;
		width:20em;
		min-width:250px;
	}
	
	body.main_page div.str_navigation_bg {
		background: url(/pictures/decor/logo_bg.png) no-repeat right 0;
	}
	
	div.str_navigation div {
		width:100%;
		overflow: hidden;
	}
	
	div.str_navigation div.level_1 {
		margin-bottom:7px;
	}
	
	div.str_navigation * {
		font-family: Georgia, Times, "Times New Roman", serif;
	}
	
	div.str_navigation span.wrap, div.str_navigation a  {
		display: block;
		float: left;
		margin-right: 10px;
		letter-spacing: 0px;
		font-weight: lighter;
		color:#663300;
		white-space: nowrap;
		font-size: 21px;
		line-height:23px;
		font-style: normal;
	}
	
	/* div.str_navigation span.wrap span, div.str_navigation a span {
		display: block;
		float:left;
		padding:2px 4px;
	} */
	
	div.str_navigation div.level_2 span.wrap, div.str_navigation div.level_2 a {
		font-size: 23px;
		line-height:28px;
		margin-right: 14px;
		font-style: normal;
	}
	
	div.str_navigation a:link {
		text-decoration: underline;
		color:#663300;
	}
	div.str_navigation a:visited {
		text-decoration: underline;
		color:#663300;
	}
	div.str_navigation a:hover {
		text-decoration: none;
		color:#986763;
	}
	div.str_navigation .active {
		color:#9b9b9b !important;
	}

	
body#error div#footer {
	background:black;
}

div#footer div.contacts {
	float:left;
	width:40%;
	margin:80px 0 0 0;
	font-size:0.7em;
	overflow: hidden;
	line-height:1.2em;
	padding-left:13px;
	zoom:1;
}

div#footer div.contacts div.copy {
	padding:2px 4px;
	float:left;
	overflow: hidden;
}

div#footer div.contacts div.copy span {
	display:block;
	float:left;
	width:13px;
}

div#footer div.contacts div.email {
	clear:both;
	padding:2px 4px;
	float:left;
	overflow: hidden;
	position: relative;
	left:1.3em;
}

body#error div#footer div.contacts div, body#error div#footer div.email div {
	background:black;
}

div#wrapper div.content {
	padding:0.7em 0 30px 0;
	z-index:1001;
	width:100%;
	z-index:1003;
	position: relative;
}

body.main_page div#wrapper div.content {
	z-index:10003;
}

body.main_page div#wrapper div.content {
	margin-bottom:-50px;
	padding:0;
}



div.portfolio_content {
	padding-top:10em !important;
	position: relative;
}

table.str_obj_frame {
	clear:both;
	width:100%;
}

table.str_obj_frame tr td.info {
	width:20%;
}

table.str_obj_frame td.info_narrow {
	width:12%;
}

table.str_obj_frame td.info_wide {
	width:25%;
}

table.str_obj_frame td.marker {
	padding:0 30px 10px 0;
}

table.str_obj_frame td.marker div {
	float:left;
	background-color:#BDBDBD;
	padding-left:30px;
	margin-bottom:0.8em;
}

	table.str_obj_frame td.marker div div {
		padding:4px 8px 5px 0;
		color:white;
		font-size:16px;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		line-height:17px;
		overflow: visible;
		margin:0;
		font-weight: bold;
	}
	
	table.str_obj_frame td.marker_norm div div {
		padding:4px 8px 4px 0;
		color:white;
		font-size:14px;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		line-height:14px;
		overflow: visible;
		margin:0;
		font-weight: normal;
	}
	
table.str_obj_frame td.text {
	padding:0 30px 0 30px;
}

table.str_obj_frame td.text_float {
	text-align: center;
}

table.str_obj_frame td.wide_text {
	padding:0 30px 0 30px;
	text-align: center;
}

td.text h3 {
	width:100%;
	overflow:hidden;
	position: relative;
}

td.text h3 span {
	float:left;
	display: block;
	margin-right:15px;
}

td.text h3 a.rss {
	font-size:0.4em;
	display: block;
	height:14px;
	width:14px;
	overflow: hidden;
	line-height:14px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
	position: relative;
	bottom:-1em;
	left:auto;
}

	td.text h3 a.rss span {
		position: absolute;
		width:14px;
		height:14px;
		z-index:100;
		display: block;
		background:url(/pictures/icons/rss_14_double.gif) no-repeat 0 0;
		margin:0;
		float:none;
		left:0;
		top:0;
		cursor:pointer;
		cursor:hand;
	}

	td.text h3 a:hover.rss span {
		background:red url(/pictures/icons/rss_14_double.gif) no-repeat 0 -14px;
	}

	
	div.bl_subtitle {
		margin:0 0 1.5em;
	}
	
	div.bl_subtitle a.rss {
		display:block;
		line-height:14px;
		background: transparent url(/pictures/icons/rss_14.gif) no-repeat left center;
		padding-left:20px;
		font-size:0.8em;
		width:3em;
	}
	
	div.bl_info {
		width: auto;
		max-width:800px;
		width:expression(document.body.clientWidth < 1200 ? "auto" : "800px");
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size:0.9em;
		margin:0 0 1.5em;
	}
	
	div.bl_additional {
		width: auto;
		max-width:800px;
		width:expression(document.body.clientWidth < 1200 ? "auto" : "800px");
		margin:0 0 1.5em;
		font-size:0.9em;
	}
	
	div.bl_additional div.link {
		width:100%;
		overflow: hidden;
	}
	
	div.bl_additional div.link a {
		display: block;
		float:left;
	}
	
	div.bl_additional div.link a.faviconed {
		padding-left:22px;
		background-repeat: no-repeat;
		background-position: left center;
		
	}
	
table.str_obj_sub_frame {
	width:100%;
}

table.str_obj_sub_frame td.content {
	width:80%;
}

table.str_obj_sub_frame td.info {
	padding:0 0 0 10px;
	width:20%;
}

#_5_0_pages_main { color: Red; }

div#bg_main {
	position:fixed;
	width:100%;
	height:100%;
	overflow: hidden;
}

* html div#bg_main  {
	position: absolute;
	top:0;
	top:expression(eval(document.body.scrollTop));
}


div#bg_main img {
	width:100%;
	height:100%;
}

div#works_overlay {
	width:99%;
	z-index:10001;
	left:0;
	position: relative;
	min-height:340px;
	min-width:900px;
	top:-40px;
	zoom:1;
	overflow: hidden;
	z-index:100;
}

div#works_overlay_line_wrap {
	text-align:center;
}

div#works_overlay_title {
	width:102px;
	height:67px;
	left:60%;
	position: absolute;
	top:0;
	display:none;
	background-image: url(/pictures/decor/line_over_title.png);
	background-repeat: no-repeat;
	z-index:200;
	cursor:pointer;
	cursor:hand;
}

div#works_overlay_title span {
	position: absolute;
	width:102px;
	height:67px;
	left:0;
	top:0;
	background:url(/pictures/decor/line_over_title.png) no-repeat 0 0;
	z-index:100;
}

div.works_overlay_title_0 span {
	background-position:0 0;
}

div.works_overlay_title_1 span {
	background-position:-102px 0 !important;
}

div.works_overlay_hidden div.works_overlay_title_0 span {
	background-position:0 -67px !important;
}

div.works_overlay_hidden div.works_overlay_title_1 span {
	background-position:-102px -67px !important;
}

div.works_overlay_title_0 {
	background-position: 0 -134px;
}

div.works_overlay_title_1 {
	background-position: -102px -134px;
}

div.works_overlay_title_0_hover, div.works_overlay_title_0_static {
	background-position: 0 -201px;
}

div.works_overlay_title_1_hover, div.works_overlay_title_1_static {
	background-position: -102px -201px;
}

div.works_overlay_title_0_static, div.works_overlay_title_1_static {
	cursor: default !important;
	z-index:50 !important;
}

img#works_overlay_line {
	width: 2000px;
	height:981px;
	position: absolute;
	left:50%;
	top:50%;
	margin-left:-1000px;
	margin-top:-490px;
	z-index:100;
}

img#works_overlay_line_top {
	left:50%;
	top:50%;
	margin-left:-1000px;
	margin-top:-490px;
	z-index:50;
	position: absolute;
}

div.bl {
	width:200px;
	z-index:20;
	height:250px;
	float:left;
	margin-right:20px;
	z-index:200;
	position:relative;
}

div.bl div.img {
	width:200px;
	height:200px;
	overflow: hidden;
	text-align:center;
}

div.bl div.img img {
	width:200px;
	height:200px;
}

div.bl div.title {
	font-size:0.8em;
	text-align:center;
	height:40px;
	margin-top:10px;
	line-height:1.2em;
}

div.bl_sosed_main {
	position: relative;
	width:25%;
	left:40%; 
	z-index:10005;
	overflow:hidden;
	position: absolute;
	margin-top:-35px;
}

div.bl_sosed_main h4 {
	line-height:1.2em;
	font-size:1.1em;
	font-weight:normal;
	font-style: italic;
	width:100%;
	overflow: hidden;
	margin-bottom:5px;
}

div.bl_sosed_main h4 a {
	background:#FFFF33;
	display: block;
	float:left;
	padding:5px 2px;
}

div.bl_sosed_main h4 span {
	width:20px;
	text-align: right;
	display: block;
	float:left;
	margin-right:5px;
	padding:5px 0;
}

div.bl_sosed_main p {
	font-size:0.8em;
	line-height:1.4em;
	padding:0.1em 0 0.2em 27px;
}

#_5_1_pages_works{ color: Red; }

table.con_works_main {
	width:100%;
	overflow: hidden;
	clear:both;
	margin-bottom:1.5em;
}

table.con_works_main td {
	vertical-align: top;
	padding:0 10px 0 0;
	text-align: center;
}

table.con_works_main td.wide {
	width:100% !important;
}

table.con_works_main td img {
	
}

table.con_works_main td p {
	font-size:0.9em;
	margin:0.5em 0 0 0;
	line-height:1.3em;
}


div.bl_works_top_scroller {
	overflow:hidden;
	right:22px;
	width:20%;
	position:absolute;
	bottom:0;
	z-index:2;
}

div.bl_works_top_scroller div.links {
	height:62px;
	width:193px;
}

div.bl_works_top_scroller h5 {
	display:block;
	color:#7B7B7B;
	font-family: Tahoma, Arial, sans-serif;
	margin-bottom:5px;
	font-size:12px;
	font-weight:normal;
	padding-left:23px;
}

div.bl_works_top_scroller a, div.bl_works_top_scroller span.next, div.bl_works_top_scroller span.prev {
	display:block;
	width:85px;
	height:62px;
	float:left;
	overflow:hidden;
}

div.bl_works_top_scroller a.prev {
	background:white url(/pictures/decor/arrows_projects_scroller.gif) no-repeat 0 center;
	text-align: right;
	margin-right:23px;
}

div.bl_works_top_scroller a.prev:hover {
	background:white url(/pictures/decor/arrows_projects_scroller.gif) no-repeat -104px center;
}

div.bl_works_top_scroller a.next {
	background:white url(/pictures/decor/arrows_projects_scroller.gif) no-repeat -19px center;
	float:left;
	text-align: left;
}

div.bl_works_top_scroller a.next:hover {
	background:white url(/pictures/decor/arrows_projects_scroller.gif) no-repeat -123px center;
}


div.bl_works_top_scroller span.prev span, div.bl_works_top_scroller span.next span {
	display:block;
	height:60px;
	width:60px;
	border: 1px solid #DADADA;
}

div.bl_works_top_scroller span.next {
	float:right;
}

div.bl_works_top_scroller span.prev span {
	float:right;
}

div.bl_works_top_scroller a img {
	width:60px;
	height:60px;
	border:1px solid #CECECE;
}

div.bl_works_top_scroller .disabled {
	visibility:hidden !important;
}

div.bl_works_top_scroller .prev_disabled {
	
	width:23px !important;
}

div.con_works {
	overflow: hidden;
	clear:both;
	width:100%;
	text-align: left;
}

	div.con_works ul {
		overflow: hidden;
		display: inline-block;
		margin-top:30px;
		margin-left:-20px;
		zoom:1;
	}
	
	div.con_works ul li {
		/* float:left; */
		overflow: hidden;
		zoom:1;
		width:220px;
		display: -moz-inline-box;  /* Moz */
		display: inline-block;  /* Op, Saf, IE \*/ //display:inline;
		vertical-align: top;  /* IE Mac */
		margin:0 0px 30px 20px;
		padding: 0;
		max-width:220px;
	}
	
	div.con_works ul li div.wrap {
		width:100%;
		overflow: hidden;
		display:block;
	}

		div.con_works ul li div.logo {
			width:200px;
			height:200px;
			overflow: hidden;
			text-align: center;
			/* border:1px solid #C5C5C5; */
			margin-bottom:5px;
		}
		
			div.con_works ul li div.logo img {
				width:200px;
				height:200px;
			}
			
		div.con_works ul li div.info {

		}
			
			div.con_works ul li div.info div.link {
				font-size:0.8em;
				font-weight:normal;
				margin:0;
				clear: none;
				line-height:1.3em;
				font-family: Tahoma, Arial, Helvetica, sans-serif;
				
			}
			
			div.con_works ul li div.info div.link * {
				font-family: Tahoma, Arial, Helvetica, sans-serif;
			}
				
			div.con_works ul li div.info div.dt {
				color: #9a9a9a;
				margin-top:0em;
				font-size:0.7em;
			}	
			
div.con_works_sections {
	overflow: hidden;
	margin-top:1.5em;
	width:100%;
}

div.con_works_sections h5 {
	overflow:hidden;
	width:100%;
	margin:0 15px 1em 0;
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1.3em;
	white-space: nowrap;
	font-family: Georgia, Times, "Times New Roman", serif;
}

	div.con_works_sections h5 * {
		font-family: Georgia, Times, "Times New Roman", serif;
	}

	div.con_works_sections ul {
		width:100%;
		overflow:hidden;
	}
	
	div.con_works_sections ul li {
		margin-bottom:0.5em;
		line-height:1.3em;
		padding:0.2em 30px 0.2em 5px;
		font-size:0.9em;
		text-transform: lowercase;
	}
	
	div.con_works_sections ul li.active {
		background-color:#B8B8B8;
		color:white;
	}

	div.con_work_links, div.con_work_routine,  div.con_work_staff, div.con_links {
		margin-bottom:2em;
	}

	div.con_work_links h5, div.con_work_routine h5, div.con_work_staff h5 {
		width:100%;
		overflow:hidden;
		margin:0 0 1em 0;
		font-size: 1.25em;
		font-weight: normal;
		line-height: 1.3em;
		font-family: Georgia, Times, "Times New Roman", serif;
	}
	
	div.con_work_links h5 *, div.con_work_routine h5 *, div.con_work_staff h5 * {
		font-family: Georgia, Times, "Times New Roman", serif;
	} 
	
	div.con_work_links ul {
		width:100%;
		clear:both;
	}
	
	div.con_work_links ul li {
		margin-bottom:0.5em;
		line-height:1.3em;
		padding:0.2em 30px 0.2em 5px;
		font-size:0.9em;
	}
	
	div.con_work_links ul li.active {
		background-color:#B8B8B8;
		color:white;
	}
	
	div.con_work_routine ul li {
		margin-bottom:13px;
	}

	div.con_work_routine ul li img {
		border:1px solid #DADADA;
		width:124px;
		height:124px;
	}
	
	div.con_work_staff ul li {
		width:100%;
		overflow: hidden;
		margin-bottom:13px;
	}
	
	div.con_work_staff ul li div.logo {
		width:50px;
		position: relative;
		float:left;
		margin-right:-60px;
	}
	
	div.con_work_staff ul li div.info {
		padding-left:60px;
		color:#666666;
		position: relative;
		float: left;
		overflow:hidden;
		zoom:1;
	}
	
	div.con_work_staff ul li div.info h6 {
		font-size:0.9em;
		margin-bottom:0.3em;
		color:#666666;
		font-weight:normal;
	}
	
	div.con_work_staff ul li div.info p {
		font-size:0.7em;
	}
	
div.con_work_image {
	margin-bottom:1.5em;
	zoom:1;
	width:100%;
	position: relative;
	text-align: center;
}

div.con_work_image div.img {
	text-align:center;
	
}

div.con_work_image img {
	border:1px solid #DADADA;
	margin-bottom:2em;
}

div.con_work_image div.con_work_image_text {
	font-size:0.9em;
	text-align: left;
}

div.con_work_image div.right_text {
	text-align: right !important;
}

div.con_work_image div.center_text {
	text-align: right !important;
}

div.con_work_image div.page_width {
	width: auto;
	max-width:800px;
	width:expression(document.body.clientWidth < 1400 ? "auto" : "1000px");
	margin-bottom:0.9em;
	left:0;
	position: relative;
}

div.con_work_image div.picture_width {
	position: relative;
	margin:0 0 0.9em 0;
	left:50%;
}

div.con_work_image img.noborder {
	border: 0;
}


#_5_2_pages_routine{ color: Red; }

div#bl_routine_main {
	z-index:10003;
	width:50%;
	margin-left:50%;
	position: absolute;
	min-width:400px;
	margin-top:260px;
	height:180px;
}

div.con_routine_main {
	margin:0 30px 10px 0;
	min-width:395px;
	padding-left:10px;
}

div.con_routine_main h4 {
	font-size:1.1em !important;
	font-weight:normal;
	line-height:1.2em;
	font-family: Georgia, Times, "Times New Roman", serif;
	overflow: hidden;
	zoom:1;
	margin-left:26px;
}

div.con_routine_main h4 a {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight:normal;
	display:block;
	float:left;
	padding:2px 4px;
}

div.con_routine_main ul {
	min-width:400px;
	zoom:1;
	overflow: hidden;
	clear:both;
	margin-left:-20px;
	position:relative;
	padding-left:20px;
}

div.con_routine_main ul li {
	float:left;
	width:29.5%;
	text-align: left;
}

div.con_routine_main ul li.first {
	
}

div.con_routine_main ul li.archive {
	width:30px;
	float:left;
	position:relative;
	height:124px;
}

div.con_routine_main ul li.archive a {
	width:20px;
	height:20px;
	display:block;
	text-align: center;
	position: absolute;
	top:104px;
	vertical-align: baseline;
}

div.con_routine_main ul li h5 {
	font-size:0.8em;
	margin-top:0.5em;
	font-weight:normal;
}

div.con_routine_main ul li img {
	border:1px solid #DADADA;
	width:124px;
	height:124px;
}

div.con_routine_main h4 {
	font-size:0.9em;
	font-weight:bold;
}

div.con_routine_calendar {
	width:100%;
	overflow: hidden;
}

div.con_routine_years {
	width:100%;
	margin-bottom:2em;
}

div.con_routine_years h5 {
	overflow:hidden;
	width:100%;
	margin:0 15px 1em 0;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
	white-space: nowrap;
}

div.con_routine_years ul {
	width:100%;
	clear:both;
}

div.con_routine_years ul li {
	font-size:0.9em;
	margin-bottom:0.5em;
	line-height:1.3em;
	padding:0.2em 30px 0.2em 5px;
}

div.con_routine_years ul li.active {
	color:white;
	background-color:#B8B8B8;
}


div.con_routine_months {
	float:right;
	width:5.6em;
}

div.con_routine_months ul li {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.95em;
	margin-bottom:0.3em;
}

div.con_routine_months ul li.active {
	color:#BDBDBD;
	font-weight:bold;
}

div.con_routine_works {
	width:100%;
	overflow: hidden;
	/* max-height:412px; */
}

div.con_routine_works ul {
	width:auto;
	overflow: hidden;
}

div.con_routine_works ul li {
	float:left;
	margin:0 18px 20px 0;
}

div.con_routine_works ul li div.logo {
	width:124px;
	height:124px;
	border:3px solid white;
}

div.con_routine_works ul li div.logo img {
	width:124px;
	height:124px;
}

div.con_routine_works ul li.active div.logo {
	border:3px solid #999999;
}

div.con_routine_works ul li.active h4 {
	font-weight:bold;
}

div.con_routine_works ul li h4 {
	color:#BDBDBD;
	font-size:0.8em;
	margin-top:0.5em;
}

div.con_routine_works_scroller {
	width:100%;
	overflow:hidden;
	position: relative;
}

div.con_routine_works_scroller ul {
	overflow:hidden;
	height:142px;
	zoom:1;
	margin:0 30px;
}

div.con_routine_works_scroller ul li {
	float:left;
	height:142px;
	zoom:1;
	width:20%;
}

div.con_routine_works_scroller ul li.item_1 {
	text-align: left;
}

div.con_routine_works_scroller ul li.item_2 {
	text-align: left;
}

div.con_routine_works_scroller ul li.item_2 a {
	margin-left:2%;
}

div.con_routine_works_scroller ul li.item_3 {
	text-align: center;
}

div.con_routine_works_scroller ul li.item_4 {
	text-align: right;
}

div.con_routine_works_scroller ul li.item_4 a {
	margin-right:2%;
}

div.con_routine_works_scroller ul li.item_5 {
	text-align: right;
}


div.con_routine_works_scroller .arrow {
	height:132px;
	display:block;
	position:absolute;
	left:5px;
	top:0;
	width:20px;
	overflow: hidden;
	line-height: 132px;
	text-decoration:none;
	color: #9b9b9b;
	cursor: default;
	text-align: right;
}

div.con_routine_works_scroller .arrow_right {
	right:5px;
	left:auto;
	width:20px;
	text-align:left;
}

div.con_routine_works_scroller .arrow span {
	position: absolute;
	left:0;
	top:0;
	width:30px;
	height:132px;
	display: block;
}

div.con_routine_works_scroller .arrow_left span {
	background:white url(/pictures/decor/arrows_projects_scroller.gif) no-repeat 0px center;
}

div.con_routine_works_scroller .arrow_right span {
	background:white url(/pictures/decor/arrows_projects_scroller.gif) no-repeat -90px center;
}

div.con_routine_works_scroller a.arrow_left:hover span {
	background:white url(/pictures/decor/arrows_projects_scroller.gif) no-repeat -104px center;
}

div.con_routine_works_scroller a.arrow_right:hover span {
	background:white url(/pictures/decor/arrows_projects_scroller.gif) no-repeat -194px center;
}

div.con_routine_works_scroller div.arrow_left span {
	background:white url(/pictures/decor/arrows_projects_scroller.gif) no-repeat -208px center;
}

div.con_routine_works_scroller div.arrow_right span {
	background:white url(/pictures/decor/arrows_projects_scroller.gif) no-repeat -298px center;
}

div.con_routine_works_scroller ul li div.logo a:hover img {
	border:1px solid #602E2E;
	
}

div.con_routine_works_scroller .arrow span {
	display: none !important;
}


div.con_routine_works_scroller ul li div.logo img {
	width:124px;
	height:124px;
	border:1px solid #DADADA;
	margin:3px;
}

div.con_routine_works_scroller ul li.active {
	background: url(/pictures/decor/dbd_pointer.gif) no-repeat center bottom;
}

div.con_routine_works_scroller ul li.item_1, div.con_routine_works_scroller ul li.item_2 {
	background-position:left bottom;
}

div.con_routine_works_scroller ul li.item_4, div.con_routine_works_scroller ul li.item_5 {
	background-position:right bottom;
}

div.con_routine_works_scroller ul li.active div.logo img {
	border:4px solid #999999;
	margin:0;
}

div.con_routine_works_scroller ul li.active div.logo a:hover img {
	border:4px solid #999999;
	margin:0;
	cursor:default;
}

div.con_routine_work {
	clear:both;
	padding-top:1em;
	margin-left:30px;
}

div.con_routine_work h4 {
	margin-bottom:0.5em;
}

div.con_routine_work div.tags {
	margin:0 0 1em 0;
	background: url(/pictures/decor/tag_2.gif) no-repeat left center;
	padding:0 0 0 27px;
	font-size:0.9em;
	line-height:1.2em;
}

div.con_routine_work div.author {
	margin:0.7em 0 0.5em 0;
	font-size:0.9em;
}

div.con_routine_work div.description {
	margin:1em 0 0.5em 0;
	font-size:0.9em;
}

div.con_routine_work div.img {
	margin:1em 0 1.3em;
}

div.con_routine_work div.img em {
	font-size:0.8em;
	display: block;
	margin-bottom:0.3em;
	font-style: normal;
}

div.pre_scroller {
	width:100%;
	overflow: hidden;
	margin:1em 0;
}

div.pre_scroller a, div.pre_scroller span {
	display:block;
	float:left;
	margin-right:7px;
	line-height: 17px;
	text-align:center;
	width:46px;
	height:17px;
	position: relative;
	overflow: hidden;
}

	div.pre_scroller a span, div.pre_scroller span span{
		position:absolute;
		width:46px;
		height:17px;
		top:0;
		left:0;
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	
	div.pre_scroller a span {
		cursor: pointer;
		cursor: hand;
	}
	
	div.pre_scroller a.left span {
		background-image: url(/pictures/decor/arrow_left.gif);
	}
	
	div.pre_scroller a.right span {
		background-image: url(/pictures/decor/arrow_right.gif);
	}
	
	div.pre_scroller span.left span {
		background-image: url(/pictures/decor/arrow_left_d.gif);
	}
	
	div.pre_scroller span.right span {
		background-image: url(/pictures/decor/arrow_right_d.gif);
	}

div.scroller {
	width:100%;
	overflow: hidden;
	margin:1em 0;
}

div.scroller .scroller_selector_left, div.scroller .scroller_selector_right {
	display: none;
}

div.scroller .b-scroller-page {
	display:block;
	float:left;
	margin-right:7px;
	width:1.4em;
	line-height: 1.4em;
	height:1.4em;
	text-align:center;
}

div.scroller .b-scroller-page_selected {
	background-color:#B6B6B6;
	color:white;
}

#_5_3_pages_news{ color: Red; }

div.bl_news_main {
	z-index:1000;
	overflow:hidden;
	width:40%;
	/* margin-left:30px; 
	top:85px;
	*/
	position: absolute;
	top:250px;
	text-align:center;
	padding:10px;
}

div.bl_news_main_wrap {
	position:relative;
	width:80%;
	margin:0 auto;
	text-align:left;
	min-width:360px;
	width:expression(document.body.clientWidth < 900? "360px" : "80%");
}

div.bl_news_main h4 {
	width:70%;
	overflow: hidden;
	font-size:1.1em;
	font-weight:normal;
	line-height:1.2em;
	margin-bottom:0;
	padding-left:20px;
}

div.bl_news_main h4 a {
	float:left;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding:2px 4px;
}

div.bl_news_main h4 a.rss {
	margin-left:8px;
	margin-top:1px;
}

div.bl_news_main ul {
	clear:both;
	margin-top:15px;
	width:100%;
	overflow: hidden;
}

div.bl_news_main ul li {
	list-style-type: none;
	padding:0 5px 0 7px;
	margin:0 0 8px 13px;
	font-size:0.9em;
	background: transparent url(/pictures/decor/news_bullet_2.gif) no-repeat left 0.6em;
	overflow: hidden;
	zoom:1;
}

div.bl_news_main ul li div {
	overflow: hidden;
	zoom:1;
}

div.bl_news_main ul li div p {
	float:left;
	margin:0;
	padding:2px 4px;
	overflow: hidden;
	zoom:1;
}

div.con_news_years {
	width:2.6em;
}

div.con_news_years ul li {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.95em;
	margin-bottom:0.3em;
	text-align:right;
}

div.con_news_years ul li.active {
	color:#BDBDBD;
	font-weight:bold;
}

div.con_news_list {
	text-align:left;
}

div.con_news_list ul {
	width:auto;
	overflow: hidden;
}

div.con_news_list ul li {
	margin-bottom:0.8em;
}

div.con_news_list ul li div.dt {
	font-size:0.7em;
	
	color:#969696;
}

div.con_news_list ul li div.text {
	font-size:0.8em;
}

#_5_4_pages_error{ color: Red; }

div.con_error_page {
	width:100%;
	overflow: hidden;
	clear:both;
	background-image: url(/pictures/decor/error.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:477px;
}

	div.con_error_links {
		float:right;
		width:50%;
		overflow:hidden;
		zoom:1;
	}


	div.con_error_links h5 {
		width:100%;
		overflow:hidden;
	}
	
		div.con_error_links h5 span {
			display:block;
			float:left;
			padding:5px 0;
			color:#BDBDBD;
			white-space: nowrap;
			font-size:13px;
			line-height:13px;
			font-weight:normal;
			
		}

	div.con_error_links ul {
		float:none;
		width:auto;
		clear:both;
		background: transparent;
	}
	
	div.con_error_links ul li {
		margin-bottom:0.5em;
		line-height:1.3em;
		font-size:0.8em;
		text-transform: lowercase;
	}
	
#_5_5_contacts {color:red;}

div.con_contacts {
	width: 100%;
	position: relative;
	text-align: left;
}

div.con_contacts h3 {
	font-size:1.3em;
	margin-bottom:20px;
}

ul.con_contacts {
	width: 100%;
	overflow: hidden;
	margin-bottom:55px;
}

ul.con_contacts li {
	margin-bottom:1.3em;
	width:100%;
	overflow: hidden;
	font-size:0.8em;
	zoom:1;
	clear: both;
	line-height:1.3em;
}

ul.con_contacts li span {
	display:block;
	float:left;
	position:relative;
	width:7em;
	font-weight:bold;
	margin-right:-9em;
}

ul.con_contacts li div {
	display:block;
	position:relative;
	float:left;
	left:9em;
	margin-right:9em;
	overflow: hidden;
	zoom:1;
	padding-left:12px;
}

ul.con_contacts li div div {
	
}

ul.con_contacts li span.plus {
	width:auto;
	margin:0;
	font-weight:normal;
	width:10px;
	text-align: right;
	margin-left:-12px;
	margin-right:2px;
}

div.con_contacts  div.scheme {
	background: url(/pictures/decor/map.gif) no-repeat 0 top;
	width:160px;
	height:202px;
	position: absolute;
	left:680px;
	top:30px;
}

ul.con_contacts li div.path {
	clear:both;
	margin-top:0.9em;
}

ul.con_contacts li div h5 {
	color:#6E6E6E;
	margin:0;
	overflow:hidden;
	zoom:1;
	margin-bottom:0.5em;
	cursor:default;
	cursor:hand;
	font-size:0.9em;
}

ul.con_contacts li div.path div {
	float:none;
	left:0;
	margin:0;
	width: auto;
	max-width:540px;
	width:expression(document.body.clientWidth < 1200 ? "auto" : "540px");
	padding:0 0 10px 0;
}

ul.con_contacts li div h5 span {
	color:#6E6E6E;
	display: block;
	float:left;
	width:auto;
	border-bottom:1px dashed #6E6E6E;
	margin:0;
	cursor:default;
	cursor:hand;
	
}

ul.con_contacts li.address_0 {
	margin-bottom:40px;
}

ul.con_contacts li a.map_link {
	font-size:0.8em;
	text-decoration:none !important;
	border-bottom:1px dashed;
}

ul.con_contacts li#map {
	display:none;
}

ul.con_contacts li div span.time {
	font-size:0.8em;
	color:#333333;
}

#_5_6_info {color:red;}

div.con_info {
	margin:0 0 0 -30px;
	padding-left:30px;
	text-align: left;
}

div.con_info h3 {
	margin-left:-2px;
	margin-bottom:20px;
	font-size: 1.3em;
}

div.con_info div.text {
	font-size:0.9em;
}

div.con_info div.con_office {
	margin:40px 0 40px -30px;
	padding-left:30px;
}

.b-office-about {
	font-size:0.9em;
	margin-bottom:1.2em;
}

ul.b-office-gallery {
	width:100%;
	overflow:hidden;
}

ul.b-office-gallery li {
	float:left;
	overflow: hidden;
	zoom:1;
	width:70px;
	height:70px;
	margin:0 26px 25px 0;
	position: relative;
}

ul.b-office-gallery li a {
	display:block;
	position:relative;;
	width:70px;
	height:70px;
	
}

ul.b-office-gallery li a img {
	z-index:1;
	position:absolute;
	width:70px;
	height:70px;
	z-index:50;
}


ul.b-office-gallery li a:link span, ul.b-office-gallery li a:visited span {
	position:absolute;
	width:64px; //width:70px;
	height:64px; // height:70px;
	z-index:2;
	border:3px solid #A8A8A8;
	display:none;
	z-index:100;
}

ul.b-office-gallery li a:hover span {
	display:block;
}

ul.b-office-gallery li a.current {
	cursor:default;
}

#jquery-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1200;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

* html #jquery-overlay  {
	position: absolute;
	top:0;
	top:expression(eval(document.body.scrollTop));
}

#jquery-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2300;
	text-align: center;
	line-height: 0;
	overflow: hidden;
}

* html #jquery-lightbox {
	position: absolute;
}

#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 400px;
	height: 400px;
	margin: 0 auto;
	overflow: hidden;
}
#lightbox-container-image { 
	padding: 32px 0 0 0; 
	position: relative; 
	width:100%; 
	height:100%; 
	overflow: hidden; 
	zoom:1;
}
#lightbox-loading {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 0;
	background:url(/pictures/lightbox-ico-loading.gif) no-repeat center center;
	zoom:1;
	z-index:90;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	zoom:1;
	z-index:100;
}
#lightbox-secNav {
	position: absolute;
	top: 0;
	left: 0;
	height:32px;
	width: 100%;
	zoom:1;
	z-index:200;
	background: white;
	overflow: hidden;
}

#lightbox-secNav-btnClose {
	width: 63px; 
	height:32px;
	float: right;
	position:absolute;
	right:10px;
	background: url(/pictures/lightbox.png) no-repeat 0 0;
	cursor: pointer;
	cursor:hand;
}

#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: none;
	position: relative;
	cursor:pointer;
	cursor:hand;
	zoom:1;
	background:transparent url(/pictures/spacer.gif) no-repeat;
}

#lightbox-nav-btnPrev span, #lightbox-nav-btnNext span {
	height:32px;
	position: absolute;
	width:63px;
	background: url(/pictures/lightbox.png) no-repeat 0 0;
	display:none;
	top:15%;
	left:0;
}

#lightbox-nav-btnNext span {
	left:auto;
	right:0;
	background-position: 0 -32px;
}

#lightbox-nav-btnPrev span { 
	left: 0; 
	float: left;
	background-position: 0 -64px;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 12px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto; 
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 10px 10px 10px;
	position: absolute;
	left:0;
	bottom:0;
	z-index:900;

}
#lightbox-container-image-data {
	color: #666; 
	position: relative;
	overflow: hidden;
	zoom:1;
	
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 100%; 
	float: left; 
	text-align: left; 
	
}	
#lightbox-image-details-caption { }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			

div.con_partners {
	margin:10px 0 40px -30px;
	padding-left:30px;
	text-align: left;
}


div.con_partners h3 {
	margin-left:-2px;
	margin-bottom:20px;
	font-size: 1.3em;
	text-align: left;
}

div.con_partners ul {
	width:100%;
	overflow:hidden;
}

div.con_partners ul li {
	float:left;
	display:block;
	height:120px;
	margin:0 30px 10px 0;
	width:150px;
	
}

div.con_partners ul li div.logo {
	margin-bottom:10px;
}

div.con_partners ul li div.title {
	font-size:0.8em;

}

div.con_links a {
	width:100%;
	overflow:hidden;
	margin:0 0 1em 0;
	font-size: 1.15em;
	font-weight: normal;
	line-height: 1.3em;
	font-family: Georgia, Times, "Times New Roman", serif;
}


div.con_man_info {
	text-align:left;
}

div.con_man_info h3 {
	margin-bottom:3px;
	font-size: 1.3em;
}

div.con_man_info div.status {
	margin-bottom:20px;
	font-size:0.9em;
	color:#A6A6A6;
}

div.con_man_info div.about {
	width:100%;
	overflow: hidden;
}

div.con_man_info div.about div.img {
	float:left;
	width:400px;
	position: relative;
	margin-right:-430px;
}

div.con_man_info div.about div.descr {
	position:relative;
	overflow: hidden;
	margin-left:430px;
	font-size:0.9em;
	color:#7A7A7A;
}

div.con_man_info div.about div.text p {
	line-height: 1.3em;
}

div.con_man_info div.about div.descr div.services {
	margin-top:30px;
	overflow:hidden;
	zoom:1;
}

div.con_man_info div.about div.descr div.services ul {
	width:100%;
	overflow: hidden;
	margin-left:-27px;
}

div.con_man_info div.about div.descr div.services ul li {
	float:left;
	background:white url(/pictures/decor/news_bullet_2.gif) no-repeat 14px 0.6em;
	padding-left:30px;
	font-size:0.9em;
	overflow: hidden;
	zoom:1;
	text-transform: uppercase;
	margin-left:-3px; //margin-left:-1.5px;
}

div.con_man_info div.about div.descr div.services ul li a {
	overflow: hidden;
	float:left;
	display: block;
	letter-spacing: 3px;
}

#_5_7_sosed {color:red;}

div.con_sosed {
	overflow: hidden;
	height:630px;
	position: relative;
	width:100%;
	text-align: center;
}

div.con_sosed div.con_sosed_info {
	width:90%;
	z-index:1000;
	position: relative;

	color:#676767;
	min-width:1100px;
	margin:0 auto 10px auto;
	padding-left:63px;
	width:expression(document.body.clientWidth < 1163 ? "1100px" : "90%");
	text-align: left;
}

div.con_sosed div.con_sosed_info div.text {
	width:50%;
	font-size:0.9em;
	
}

div.con_sosed div.text p {
	line-height: 1.25em;
}

div.con_sosed div.contacts {
	margin-left:-30px;
	padding-left:30px;
	width:auto;
		font-size:0.9em;
	
}

div.con_sosed div.contacts div {
	margin-bottom: 10px;
	font-size:1.4em;
}

div.con_sosed div.contacts * {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	color:#694030;
}

div.con_sosed div.contacts div span {
	display: block;
	float:left;
	width:0.9em;
	margin-left:-0.9em;
}

div.con_sosed div.dec_sosed_bg {
	position: absolute;
	width:60%;
	height:606px;
	top:0;
	right:0;
	z-index:100;
	max-width:756px;
	width:expression(document.body.clientWidth < 1290 ? "60%" : "756px");
	text-align: left;
}

div.con_sosed div.dec_sosed_bg div {
	width:756px;
	height:606px;
	background: url(/pictures/decor/sosedi.jpg) no-repeat 0 0;
	position: absolute;
}


div.con_sosed h3 {
	margin-left:-3px;
	margin-bottom:18px;
}

div.con_sosed table {
	width:auto;
}

div.con_sosed h3 span {
	display: block;
	float:left;
	width:30px;
	margin-left:-30px;
}

#_5_8_price {color:red;}

@font-face {
	font-family: 'ALSRublRegular';
	src: url('/rouble.eot');
	src: local('ALSRublRegular'), url('/rouble.woff') format('woff'), url('/rouble.ttf') format('truetype'), url('/rouble.svg#ALSRublRegular') format('svg'),  url('/rouble.otf') format('opentype');;	

	font-weight: normal;
	font-style: normal;
}


span.rur {
	font-family: "ALSRublRegular", Georgia, Times, "Times New Roman", serif;
	text-transform: uppercase;
	// text-transform: none; 
	margin-left:-0.3em;

}


span.rur span {
	position: absolute;
	overflow: hidden;
	width: .45em;
	height: 1em;
	margin: .63ex 0 0 -.63em;
	display: none;
	font-weight:normal;
}

span.rur span:before {
	content: '\2013';
}

div.con_prices {
	padding:0 30px;
	overflow: hidden;
	zoom:1;
	position: relative;
	text-align: center;
}

div.page_title {
	 text-align:left;
	 margin:0 auto;
	 width:90%;
	 min-width:1200px;
	 width:expression(document.body.clientWidth < 963 ? "900px" : "90%");
}

td.text div.page_title {
	margin:0;
	width:100%;
	min-width:0;
}

td.text_float div.page_title {
	 margin:0 auto;
	 width:100%;
	 min-width:660px;
	 max-width:1000px;
	 width:expression(document.body.clientWidth < 900 ? "660px" : document.body.clientWidth > 1325 ? "1000px" : "auto");
}


div.con_prices .con_prices_info {
	font-size:0.9em;
	margin-top:-0.6em;
	color:#676767;
}

div.con_prices .con_prices_info span.rur {
	margin:0;
}

div.con_prices .con_prices_info span.rur span {
	margin: .43ex 0 0 -.63em;
}

div.con_prices div.con_contacts{
	background:#F8F8F8;
	width:50%;
	max-width:500px;
	position: absolute;
	right:0;
	top:0;
	padding:10px 30px 10px 20px;
	text-align: left;
	z-index:100;
}

div.con_prices div.con_contacts p {
	font-size:0.8em;
}

div.con_prices div.con_contacts div.phone {
	margin:0 30px 0 -20px;
	padding-left:20px;
	overflow: hidden;
	zoom:1;
	line-height:1.3em;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:1.2em;
	color:#694030;
}

div.con_prices div.con_contacts div.phone span {
	margin-left:-23px;
	text-align: right;
	width:20px;
	display: block;
	float:left;
	font-size: 0.9em;
	line-height:1.6em;
	margin-right:3px;
}

div.con_prices div.con_contacts div.email {
	overflow: hidden;
	zoom:1;
	line-height:1.3em;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:1.2em;
	color:#694030;
	padding:0 0 10px 0;
}

div.con_prices div.con_contacts div.email * {
	font-family: Georgia, Times, "Times New Roman", serif;
}

div.con_prices div.items {
	position:relative;
	overflow: hidden;
	zoom:1;
	text-align: center;
	width:100%;
	text-align: center;
	padding-top:4.6em;
}

div.con_prices div.items_line {
	width:auto;
	margin:0 auto;
	overflow: hidden;
	zoom:1;
	text-align: left;
}

div.con_prices div.items_line_1 {
	width:80%;
	min-width:840px;
	width:expression(document.body.clientWidth < 1110 ? "100%" : "80%" );
	margin-bottom:70px;
}

div.con_prices div.items_line_2 {
	width:90%;
	min-width:840px;
	width:expression(document.body.clientWidth < 1110 ? "100%" : "90%" );
	margin-bottom:70px;
}

div.con_prices div.items_line_3 {
	width:80%;
	min-width:840px;
	margin-bottom:70px;
	width:expression(document.body.clientWidth < 1110 ? "100%" : "80%" );
}

div.con_prices div.items_line_4 {
	width:20%;
	min-width:400px;
	width:expression(document.body.clientWidth < 1110 ? "100%" : "30%" );
}

div.con_prices div.items h4 {
	margin:0 0 0.8em -1px;
}

div.con_prices table td {
	padding:0 10px 0 30px;

}

div.con_prices td.item_logo {
	width:33%;
}

div.con_prices td.desc_logo div {
	max-width:330px;
	width:100%;
	width:expression(document.body.clientWidth > 1454 ? "330px" : "100%" );
}

div.con_prices td.item_style {
	width:66%;
}

div.con_prices td.desc_style div {
	max-width:640px;
	width:100%;
	width:expression(document.body.clientWidth > 1341 ? "640px" : "100%" );
}

div.con_prices td.item_site {
	width:33%;
}

div.con_prices td.desc_site div {
	max-width:320px;
	width:100%;
	width:expression(document.body.clientWidth > 1254 ? "320px" : "100%" );
}

div.con_prices td.item_shop {
	width:33%;
}

div.con_prices td.desc_shop div {
	max-width:320px;
	width:expression(document.body.clientWidth > 1254 ? "320px" : "100%" );
}

div.con_prices td.item_promo {
	width:33%;
}

div.con_prices td.desc_promo div {
	max-width:320px;
	width:expression(document.body.clientWidth > 1254 ? "320px" : "100%" );
}

div.con_prices td.item_nav {
	width:51%;
}

div.con_prices td.desc_nav div {
	max-width:240px;
	width:expression(document.body.clientWidth > 1360 ? "240px" : "100%" );
}

div.con_prices td.item_app {
	width:49%;
}

div.con_prices td.desc_app div {
	max-width:440px;
	width:expression(document.body.clientWidth > 1280 ? "440px" : "100%" );
}

div.con_prices td.desc {
	font-size:0.9em;
	padding-bottom:5px;
}





div.con_prices td.desc_nav {
	background-color:#F1F1F1;
	padding:5px 10px 5px 15px;
	font-size:0.8em;
}

div.con_prices td.title_nav {
	padding-left:15px;
}

div.con_prices td.price span.from {
	width:1.6em;
	margin-left:-1.6em;
	font-size:0.9em;
	color:#A8A8A8;
	vertical-align: baseline;
}

div.con_prices td.price_nav {
	padding:5px 15px;
	background:#F8F8F8;
}

div.con_prices td.price_nav span.from {
	display:block;
	margin:0;
	padding:0;
	font-size:0.8em;
}

div.con_prices td.price_nav span.price {
	margin:-0.1em 0 0 -1px;
	display: block;
}

div.con_prices td.price_app {
	padding-left:50px;
}

div.con_prices td.price span.price {
	color:#676767;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:2.05em;
	width:6.5em;
}

div.con_prices td.price_nav span.price {
	font-size:1.5em;
}

div.con_prices td.price span.price span.digits {
	font-size:1.3em;
}

div.con_prices td.price span.price span.d {
	font-family: Georgia, Times, "Times New Roman", serif;
	margin-right:0.2em;
}

div.con_prices td.price span.rur {
	color:#A8A8A8;
}


div.con_prices td.only_design {
	height:6em;
	padding-left:20px;
}

div.con_prices td.only_design span.bracket_left {
	font-size:4.8em;
	color:#D1D1D1;
	font-family: Georgia, Times, "Times New Roman", serif;
	width:30px;
	float:left;
	position: relative;
	margin-left:-50px;
}

div.con_prices td.only_design span.bracket_right {
	font-size:5em;
	color:#D1D1D1;
	font-family: Georgia, Times, "Times New Roman", serif;
	width:30px;
	float:right;
	position: absolute;
	right:-30px;
	top:0;
}

div.con_prices td.only_design div.wrap {
	width:8em; //width:11em;
	position: relative;
	overflow: visible;
	padding-left:30px;
}

div.con_prices td.only_design span.title {
	color:#694030;
	font-family: Georgia, Times, "Times New Roman", serif;
	display: block;
	padding-top:0.8em;
}

div.con_prices td.only_design span.time {
	color:#676767;
	display: block;
	font-size:0.8em;
	margin:0.2em 0 0.2em;
}

div.con_prices td.only_design span.from {
	margin-left:-1.6em;
	font-size:0.8em;
	color:#A8A8A8;
}

div.con_prices td.only_design span.price {
	color:#676767;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:1.2em;
	width:6.5em;
}

div.con_prices td.only_design span.price span.d {
	font-family: Georgia, Times, "Times New Roman", serif;
	margin-right:0.2em;
}


div.con_prices td.only_design span.rur {
	color:#A8A8A8;
}

div.con_prices td.only_design span.rur span {
	margin: .78ex 0 0 -.63em;
}

div.con_prices td.only_design span.digits {
	font-size:1.3em;
}


#_6_blocks { color: Red; }

div.text_box {
	width: auto;
	max-width:800px;
	width:expression(document.body.clientWidth < 1200 ? "auto" : "800px");
	
}


#_99_wysiwyg_rules { color: Red; }

div.text {
	/* overflow-x:hidden;
	zoom:1; */
}

div.text span[style] { 
    color: inherit !important; 
    font-size: inherit !important; 
	 font-family: inherit !important; 
}
div.text ul, div.text ol {
	margin-left:2em;
}
div.text ul, div.text ol {
	margin-bottom:0.9em;
}

div.text ul li {
	list-style: disc;
	line-height:1.2em;
}
div.text ul li li {
	list-style: circle;
}
div.text ol {
	list-style: decimal;
}
div.text ol li {
	list-style: decimal;
	line-height:1.2em;
}
div.text strong, b {
	font-weight:bold;
}
div.text table {
	margin-bottom:0.5em;
}
div.text td {
	border:1px solid gray;
	padding:3px;
}
div.text table.td_noborder {
	border:none;
}
div.text table.td_noborder td {
	border:none;
}
div.text  td.td_noborder {
	border:none;
}
div.text i, div.text em {
	font-style: italic;
}
div.text font {
	font-size:100% !important;
}
div.text h3, div.text h4, div.text h5, div.text h6 {
	font-weight:bold;
	margin-top:1em;
}

div.text dd, div.text blockquote { margin-left: 40px; }

div.text h5 {
	font-size:0.8em;
	color:#696969;
}

div.text h3 strong, div.text h4 strong, div.text h5 strong, {
	font-weight:inherit;
}

span.sbrace {margin-right: 0.5em}
span.hbrace {margin-left: -0.5em}

span.slaquo {margin-right: 0.44em}
span.hlaquo {margin-left: -0.44em}
span.slaquo-s {margin-right: 0.7em}
span.hlaquo-s {margin-left: -0.7em}
span.slaquo-b {margin-left: 0.85em}
span.hlaquo-b {margin-left: -0.85em}

span.sbdquo {margin-right: 0.4em}
span.hbdquo {margin-left: -0.4em}
span.sbdquo-s {margin-right: 0.35em}
span.sbdquo-s {margin-left: -0.35em}

span.squot {margin-right: 0.32em}
span.hquot {margin-left: -0.32em}

span.sowc {margin-right: 0.04em}
span.howc {margin-left: -0.04em}

span.sowcr {margin-right: 0.05em}
span.howcr {margin-left: -0.05em}

