

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
 strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
}
h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
}
th {
 text-align: left;
}
body {
 line-height: 1;
}
ol, ul {
 list-style: none;
}
/* кавычек в цитатах нет */
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: none;
}

/* все элементы в фокусе (на которые перешли, например, Tab'ом)
имеют единый вид */
:focus {
 outline: 0;
}

/* не забывайте обозначить удаления и вставки */
ins {
 text-decoration: none;
}
del {
 text-decoration: line-through;
}

/* а таблицам вручную придётся прописывать 'cellspacing="0"' в HTML */
/*table {
 border-collapse: collapse;
 border-spacing: 0;
}*/

body {
	font: 12px Arial,Verdana,Tahoma,san-serif;
	color: #5c5c5c;
	background: #e5e5e5 url(/image/bgr.jpg) no-repeat 50% 0;
}
	body.print {
		background: #fff;
	}
input, textarea {
	font-family: Arial, Verdana, Tahoma, san-serif;
	font-size: 13px;
	color: #98a3aa;
}
a {
	color: #0058a2;
}
	a.more {
		font-size: 14px;
		padding-right: 30px;
		background: url(/image/ar_more.gif) no-repeat 100% 5px;
	}
.clear {
	/*clear: both;*/
	overflow: hidden;
	width: 100%;
	float: none;
}
.clear_line {
	clear: both;
}
.dotted {
	border-bottom: 1px dotted;
}
.nomargin {
	margin: 0 !important;
}
.va1 {
	width: 100%;
	height: 100%;
	display: table;
}
.va2 {
	display: table-cell;
	vertical-align: middle;
}

#layout {
	width: 1000px;
	margin: 48px auto 0;
	position: relative;
}
	body.print #layout {
		margin-top: 0;
	}
#for_top_menu {
	padding: 10px 30px 10px 0;
	background: #c7c7c7;
	overflow: hidden;
}
#top_menu ul {
	float: left;
}
	#top_menu li {
		float: left;
		margin-left: 21px;
	}
	#top_menu a {
		font-size: 13px;
		color: #5c5c5c;
		text-transform: uppercase;
		text-decoration: none;
	}
		#top_menu a:hover, #top_menu .current a {
			color: #fff;
		}
#select_site {
	float: right;
}
	#select_site li {
		float: left;
		padding: 1px 5px;
	}
		#select_site li.active {
			background: #979797;
			color: #fff;
		}
	#select_site a {
		color: #5c5c5c;
		text-decoration: none;
	}

#header {
	height: 106px;
	padding: 0 30px;
	background: #fff;
	overflow: hidden;
}
	#header .right {
		float: right;
	}
	#header .phones {
		text-align: right;
		margin: 22px 0 7px;
	}
		#header .phones .code {
			font-size: 18px;
			position: relative;
			top: -2px;
		}
		#header .phones .number {
			font-size: 18px;
			line-height: 24px;
			position: relative;
			top: -2px;
		}
		#header .phones p {
			font-size: 11px;
			font-style: italic;
			position: relative;
		}
	#header .logo {
		float: left;
		margin: 17px 50px 0 0;
		width: 128px;
		height: 72px;
	}
		#header .logo a.ru, #header .logo span.ru {
			display: block;
			width: 100%;
			height: 100%;
			background: url(/image/logo.gif) no-repeat;
		}
			#header .logo a:hover {
				background-position: 0 100%;
			}
			#header .logo a.eng:hover {
				background-position: 0 -70px;
			}
		#header .logo a.eng, #header .logo span.eng {
			display: block;
			width: 100%;
			height: 70px;
			background: url(/image/logo_eng.gif) 0 0 no-repeat;
		}

	#header .slogan {
		margin-top: 32px;
		font-size: 18px;
		color: #0058a2;
	}
#header_title {
	height: 20px;
	padding: 0 30px;
	background: #0364a9 url(/image/main_title_bg.gif) repeat-x;
}
	#header_title span {
		display: block;
		width: 291px;
		height: 20px;
		background: #0364a9 url(/image/main_title.gif) no-repeat;
		text-indent: -3000px;
	}
		.en #header_title span {
			background-image: url(/image/main_title_en.gif);
		}

.search {
	overflow: hidden;
}
	#header .search {
		text-align: right;
	}
	 
	body.print .search {
		display: none;
	}
	.search .text {
		float: left;
		font-size: 14px;
		color: #9c9c9c;
		border: 0;
		width: 170px;
		height: 17px;
		padding: 3px 10px;
		background: url(/image/search_bgr.jpg) no-repeat;
	}
		.search .text.active {
			color: #5c5c5c;
		}
	.search .button {
		float: left;
		width: 23px;
		height: 23px;
		background: url(/image/search_but.gif) no-repeat;
		position: relative;
	}
		.search .button:hover {
			background-position: 0 100%;
		}
		.search .button input {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			-moz-opacity: 0;
			opacity: 0;
			filter: alpha(opacity=0);
		}

#main {}
#showcase {
	position: relative;
	overflow: hidden; 
}
	#showcase .images {
		height: 359px;
		overflow: hidden;
	}
		#showcase .images li {
			width: 20%;
			height: 359px;
			position: absolute;
			z-index: 0;
			top: 0;
			overflow: hidden;
		}
		#showcase .images .va1 {
			height: 270px;
		}
		#showcase .images h2 {
			width: 400px;
			margin-left: 55px;
			font: 32px Verdana, Arial, Tahoma, san-serif;
			color: #fff;
		}
		
	#showcase h2 {
		font-size: 36px;
		margin-bottom: 7px;
		position: relative;
	}
		#showcase h2 span {
			position: absolute;
			left: -36px;
		}
	#showcase .titles {
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 2;
		overflow: hidden;
	}
		#showcase .titles li {
			float: left;
			width: 20%;
			background: url(/image/showcase_delimiter.png) 100% 0 repeat-y;
		}
		#showcase .titles a {
			display: block;
			height: 65px;
			padding: 12px;
			text-align: center;
			text-decoration: none;
			font-size: 16px;
			line-height: 20px;
			color: #5c5c5c;
			background: url(/image/showcase_bg_w.png);
			margin-right: 1px;
		}
			#showcase .titles a:hover {
				background: url(/image/showcase_bg_b.gif) repeat-x !important;
				color: #fff !important;
			}
			#showcase .titles li:first-child a {
			}
	#showcase .services {
		background: none;
	}
		#showcase .services a {
			background: url(/image/showcase_bg_services.gif) repeat-x;
			color: #c6c6c6;
			margin-right: 0;
		}
		#showcase .services span {
			display: block;
			width: 68px;
			height: 31px;
			margin: 10px auto;
			background: url(/image/services.png) no-repeat;
		}
			#showcase .services a:hover span {
				background-position: 0 100%;
			}

#main_info {
	position: relative;
	background: #fff url(/image/sh.gif) no-repeat;
}
	#main_info .columns {
		overflow: hidden;
		padding: 35px 30px;
	}
	/*#main_info .director {
		width: 83px;
		height: 121px;
		position: absolute;
		right: 0;
		bottom: 0;
		background: url(/image/director_isotop.jpg) no-repeat;
	}*/
	#main_info .connect {
		position: absolute;
		right: 105px;
		bottom: 15px;
		font-size: 36px;
		font-style: italic;
		color: #cfcfcf;
		text-decoration: none;
	}
		#main_info .connect:hover {
			text-decoration: underline;
		}
	#main_info .column {
		float: left;
		width: 260px;
		margin-right: 50px;
		position: relative;
	}
		#main_info .column.last {
			margin: 0 0 55px;
		}
	#main_info .image {
		position: relative;
		text-align: center;
		padding-bottom: 35px;
		margin-bottom: 15px;
	}
	#main_info .introduce {
		width: 125px;
		position: absolute;
		top: 0;
		left: 0;
		font-size: 17px;
		font-style: italic;
	}
	#main_info .description {
		padding-top: 5px;
		position: absolute;
		left: 0;
		bottom: 0;
		text-align: left;
		background: url(/image/grad_w.png);
	}
		#main_info .description h3 {
			margin-bottom: 3px;
			font-size: 18px;
			font-weight: bold;
			text-transform: uppercase;
			color: #0054a0;
		}
		#main_info .description p {
			font-size: 11px;
			line-height: 1.3em;
		}
		#main_info .description .announce  {
			font-size: 12px;
			margin-bottom: 3px;
			font-style: italic;
		}
	#main_info h2 {
		padding-bottom: 5px;
		margin-bottom: 20px;
		border-bottom: 6px solid #0058a2;
		font-size: 22px;
		color: #0058a2;
	}
		#main_info h2 a {
			text-decoration: none;
		}
	#main_info .about {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	#main_info .form_slider {
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 3;
		width: 326px;
	}
	#main_info .button {
		width: 188px;
		height: 34px;
		background: url(/image/main_form_but.png) no-repeat;
		cursor: pointer;
	}
		#main_info .open .button {
			background: url(/image/main_form_but_open.png) no-repeat;
		}
		#main_info .button:hover {
			background-position: 0 100%;
		}
		.en #main_info .button {
			width: 137px;
			background-image: url(/image/main_form_but_en.png);
		}
			.en #main_info .open .button {
				background-image: url(/image/main_form_but_open_en.png);
			}
	#main_info div.form {
		padding: 20px;
		background: url(/image/main_form_bg.png);
		font-size: 13px;
		color: #fff;
		display: none;
	}
		#main_info .form td {
			text-align: left;
		}
		#main_info .form input[type=text], #main_info .form textarea {
			color: #fff;
			border: 0;
		}
		#main_info .form input[type=text] {
			width: 155px;
			height: 14px;
			padding: 3px 10px;
			background: url(/image/main_form_input.png) no-repeat;
		}
		#main_info .form textarea {
			width: 262px;
			height: 85px;
			padding: 5px 10px;
			background: url(/image/main_form_textarea.png) no-repeat;
			resize: none;
		}
		#main_info .form input[type=submit] {
			width: 200px;
			height: 35px;
			background: url(/image/main_form_submit.png) no-repeat;
			text-indent: -3000px;
			border: 0;
		}
			#main_info .form input[type=submit]:hover {
				background-position: 0 100%;
			}
			.en #main_info .form input[type=submit] {
				width: 135px;
				background-image: url(/image/main_form_submit_en.png);
			}

#main_info h2{font-size: 18px;}
#main_info .column.last .tabs h2 {float: left; font-size: 18px; cursor: pointer; padding: 3px 7px 2px 7px}                        
#main_info .column.last .tabs h2.last {margin-left: 5px;}                        
#main_info .column.last {width: 290px;}
                    
.column.last .news_column{display:none;}                        
.column.last .announce_column{display:none;}                        
                        
.lent {}
	.lent dt {
		margin-bottom: 5px;
		font-size: 11px;
		color: #9c9c9c;
	}
	.lent dd {
		margin-bottom: 18px;
	}
		.lent dd a {
			text-decoration: none;
		}
			.lent dd a:hover {
				text-decoration: underline;
			}
.lent_list {}
	.lent_list dt {
		margin-bottom: 5px;
		font-size: 13px;
		color: #9c9c9c;
	}
	.lent_list dd {
		margin-bottom: 20px;
		font-size: 13px;
		line-height: 16px;
	}
		.lent_list dd p {
			margin-top: 7px;
		}

#header_image {
	height: 125px;
}

#container {
	overflow: hidden;
	background: #fff url(/image/sh.gif) no-repeat;
	padding: 20px 0 30px;
}
	body.print #container {
		padding: 30px 0 0;
	}

a.print, a.to_site {
	float: right;
	margin: 0 30px 25px;
	padding-left: 22px;
}
a.print {
	background: url(/image/print.gif) no-repeat 0 50%;
}
a.to_site {
	background: url(/image/to_site.gif) no-repeat 0 50%;
}
span.print_button {
	float: right;
	width: 113px;
	height: 27px;
	position: relative;
	top: -5px;
	background: url(/image/print_button.gif) no-repeat;
	cursor: pointer;
}
	span.print_button:hover {
		background-position: 0 100%;
	}
	.en span.print_button {
		width: 68px;
		background-image: url(/image/print_button_en.gif);
	}
@media print {
	a.to_site, span.print_button {
		display: none;
	}
}
#route {
	margin-bottom: 25px;
	overflow: hidden;
	padding-left: 30px;
}
	#route a {
		color: #9c9c9c;
	}
	#route .delimiter {
		padding: 0 5px;
		color: #0058a2;
	}

#left_column {
	float: left;
	width: 245px;
	margin-right: 60px;
}
	#left_column .menu {
		padding-bottom: 15px;
                overflow: hidden;
                
	}
		#left_column .menu h2 {
			padding: 7px 10px 7px 30px;
			margin-bottom: 15px;
			font-size: 18px;
			background-color: #f3f3f3;
		}
		#left_column .menu li {
			margin: 0 10px 10px 30px;
			font-size: 14px;
		}
		#left_column .menu a {
			text-decoration: none;
		}
                        
                        #left_column .menu ul.level1{padding-left: 30px;}
                        #left_column .menu ul.level1 li a.level1{float:left;}
                        #left_column .menu ul.level1 li.level1 {float: left;margin: 5px 0px; display: block; width: 100%;}
                        #left_column .menu ul.level1 li a.level1.selected{padding-right: 15px;font-weight: bold; background: url(/image/arrow_blue.gif) 100% 60% no-repeat;}
                        #left_column .menu ul.level1 li a.level1.selected.current{padding-right: 15px;font-weight: bold; background: url(/image/arrow_blue.gif) 100% 60% no-repeat;}
                       
                        
                        #left_column .menu ul.level2{float: left;}
                        #left_column .menu ul.level2 li a.level2{float: left;}
                        #left_column .menu ul.level2 {margin: 10px 0px 5px 0px; border-left:2px solid #0157A0;}
                        #left_column .menu ul.level2 li{width: 190px;float: left;padding: 0px; margin: 5px 0px 5px 17px;}
                        #left_column .menu ul.level2 li a.level2:hover{text-decoration: underline;}
                        #left_column .menu ul.level2 li a.level2{text-transform:uppercase; font-size: 11px; color:#585858;}
                        #left_column .menu ul.level2 li a.level2.selected.current{padding-right: 15px; font-weight: bold; text-transform:uppercase; font-size: 11px; color:#585858; background: url(/image/arrow_gray.gif) 100% 50% no-repeat;}
                        #left_column .menu ul.level2 li a.level2.selected{padding-right: 15px; font-weight: bold; text-transform:uppercase; font-size: 11px; color:#585858; background: url(/image/arrow_gray.gif) 100% 50% no-repeat;}

                            
                        #left_column .menu ul.level3 li a.level3{float:left;font-size: 13px; color:#8e8e8e; width: 175px;}
                        #left_column .menu ul.level2 li a.level3.selected.current{color:black; background: none;}
                        #left_column .menu ul.level2 li a.level3.selected{15px; color:black;}
                        
                        #left_column .menu ul.level4 li{background: url(/image/marker.gif) 0% 65% no-repeat; margin:5px 0px 0px 17px; }
                        #left_column .menu ul.level4 li a.level4{padding-left: 5px; font-size: 11px; color:#8e8e8e; background: url(/image/marker.gif) 0% 50% no-repeat;}
                        #left_column .menu ul.level4 li a.level4.current{color:black;}
                        
			#left_column .menu a:hover {
				text-decoration: underline;
			}
			/*#left_column .menu .current a {
				color: #5c5c5c;
			}*/
	#left_column .news {
		padding: 30px 10px 0 30px;
		background: url(/image/left_line.jpg) no-repeat 20px 0;
	}
		#left_column .news h2 {
			margin: 0 10px 15px 0; 
			font-size: 16px;
		}

#content {
	padding: 0 30px 30px 0;
	overflow: hidden;
}
	body.print #content {
		padding: 0 30px 30px 30px;
	}
	#content h1 {
		font-size: 26px;
		margin-bottom: 26px;
	}

.text {}

	.text h2 {
		font-size: 19px;
		/*margin-bottom: 26px;*/
		margin: 32px 0 18px;
	}
	.text h3 {
		font-size: 15px;
		color: #0058A2;
		font-weight: bold;
		margin: 32px 0 18px;
	}
	.text h4 {
		font-size: 13px;
		font-weight: bold; 
		margin-bottom: 18px;
	}
	.text p {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 18px;		
	}
	.text ul, .text ol {
		margin: -8px 0 17px;
		padding-bottom: 1px;
		/*overflow: hidden;*/
	}
	.text li {
		/*float: left;
		clear: left;*/
		font-size: 13px;
		margin-top: 8px;
	}
		.text ul li {
			list-style: url(/image/ar_li.gif) inside;
		}
		.text li ul, .text li ol {
			margin: 0;
		}
			.text li ul li {
				padding: 0;
				margin-left: 15px;
				background: none;
				list-style: circle inside;
			}
	.text ol {
	    list-style: none; /* Убираем исходные маркеры */
	    counter-reset: item; /* Обнуляем счетчик списка */
	    *list-style: decimal inside; /* Для IE 6,7 */
    }	
		.text ol li:before {
			counter-increment: item; /* Задаем имя счетчика */
			content: counter(item) ")"; /* Добавляем к числам скобку */
			font-weight: bold;
			padding-right: 7px;
		}
			.text ol ul li:before {
				content: "";
				counter-increment: none;
				padding: 0;
			}
	
	.text table {
		width: 100%;
		margin: 12px 0 36px;
		border-right: 1px solid #b7b7b7;
		border-bottom: 1px solid #b7b7b7;
	}
	.text td {
		border-left: 1px solid #b7b7b7;
		padding: 12px 5px;
		text-align: center;
		vertical-align: middle;
	}
	.text thead td {
		padding: 8px 5px;
		background: #b7b7b7;
		color: #fff;
	}
	.text  td.even {
		background: #f2f2f2;
	}
	.text tbody tr:nth-child(even) td {
		background: #f2f2f2;
	}
	.text blockquote {
		background: url(/image/blockquote_bg.gif) bottom center no-repeat #F5F5F5;
		font-style: italic;
		padding: 15px 25px;
	}

.accordeon {
	overflow: hidden;
}
	.accordeon li {
		float: left;
		clear: left;
	}

p.date {
	margin-bottom: 5px;
	color: #9c9c9c;
}

.gallery {
	overflow: hidden;
	margin-left: -30px;
}
	.gallery li {
		width: 200px;
		float: left;
		margin: 0 0 30px 30px;
	}
		.gallery li.clear {
			width: 100%;
			margin: 0;
		}
	.gallery p {
		margin-top: 5px;
	}
	
#sitemap {}
	#sitemap li {
		margin: 7px 0 0 10px;
		font-size: 12px;
	}
		#sitemap li.level0 {
			margin: 5px 0 0 0;
			font-size: 14px;
		}

#subs li {
	font-size: 18px;
	font-style: italic;
	background: url(/image/ar_li.gif) no-repeat 0 7px;
	list-style: none;
	margin-bottom: 18px;
	padding-left: 18px;
}

#catalog .search {
	margin-bottom: 40px;
}
	#catalog .search .text {
		width: 305px;
	}
	#catalog .search .button {
		background-image: url(/image/search_but2.png);
	}
	#catalog #subs {
		margin-bottom: 75px;
	}

.isotopes {
	width: 100%;
	border-collapse: collapse;
	background: url(/image/isotopes_bg.png) repeat-x;
}
	.isotopes td {
		/*background: #f5f5f5;*/
		border: 1px solid #d4d4d4;
		text-align: center;
		vertical-align: middle;
		color: #aaa;
		font-size: 17px;
	}
	.isotopes .empty {
		background: #fff;
		border: 0;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
	}
	.isotopes a, .isotopes span {
		display: block;
		width: 36px;
		padding: 8px 0;
	}
		/*.isotopes .empty span {
			width: 37px;
		}
		.isotopes .empty:first-child span {
			width: 38px;
		}*/
.isotopes a {
		background: #126bae;
		color: #fff;
		text-decoration: none;
	}
.isotopes1 {
	margin-bottom: 20px;
}
.isotopes2 {
	margin-bottom: 10px;
	background-position: 0 -280px; 
}
.isotopes3 {
	margin-bottom: 75px;
	background-position: 0 -328px; 
}

a.list, a.table, a.map {
	float: right;
	padding-left: 20px;
	font-size: 14px;
}
a.list {
	background: url(/image/list.png) no-repeat 0 50%;
}
a.table {
	background: url(/image/table.png) no-repeat 0 50%;
}
a.map {
	background: url(/image/globe.gif) no-repeat 0 50%;
}

#catalog_item {}
	#catalog_item .image {
		float: right;
		margin-left: 20px;
	}
	/*#catalog_item .about {
		overflow: hidden;
	}*/

#chars_table {
	margin-bottom: 35px;
	/*overflow-x: scroll;*/
}
	#chars_table table {
		margin: 0 0 10px;
	}
	#chars_table thead td {
		border-left: 1px solid #fff;
		border-top: 1px solid #fff;
	}
		#chars_table thead td:first-child {
			/*border: 0;*/
		}

#chars_list {
	width: auto;
	border: 0;
}
	#chars_list th, #chars_list td {
		border: 0;
		background: #fff;
		text-align: left;
		padding: 7px 0;
		vertical-align: top;
	}
	#chars_list th {
		font-weight: bold;
		padding-right: 20px;
	}
		#chars_list .last th, #chars_list .last td {
			padding-bottom: 40px;
		}
	#chars_list h3 {
		margin-top: 18px;
	}

#partners {}
	#partners div.map {
		margin-bottom: 75px;
		position: relative;
		width: 665px;
		height: 417px;
		background: url(/image/map.jpg) no-repeat;
	}
		#partners div.map img {
			position: relative;
			z-index: 1;
		}
	#partners .country_map {
		position: absolute;
		left: 0;
		top: 0;
		display: none;
	}
	#partners .colors {
		float: left;
		position: relative;
		top: -28px;
	}
		#partners .colors li {
			height: 17px;
			padding-left: 17px;
			margin-bottom: 10px;
		}
		#partners .colors span {
			display: block;
			height: 17px;
			padding-left: 8px; 
			background-color: #fff;
			font-size: 14px;
			line-height: 18px;
		}
	#partners .presence {
		background-color: #01519a; 
	}
	#partners .development {
		background-color: #72b9e3; 
	}
	
.tooltip {
	display: none;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	color: #0058a2;
}
	#tooltip .body {
		width: 223px;
		margin: 18px 0;
		padding: 10px 30px 15px;
		background: url(/image/tooltip_bg.png) repeat-y;
		overflow: hidden;
	}
	#tooltip .top, #tooltip .bottom {
		width: 283px;
		height: 18px;
		position: absolute;
		left: 0;
	}
	#tooltip .top {
		top: 0;
		background: url(/image/tooltip_top.png) no-repeat;
	}
	#tooltip .bottom {
		bottom: 0;
		background: url(/image/tooltip_bottom.png) no-repeat;
	}
	#tooltip h2 {
		margin-bottom: 12px;
		font-size: 16px;
	}
	#tooltip li {
		margin-bottom: 7px;
		font-size: 13px;
	}

#form {
	background: url(/image/blockquote_bg.gif) bottom center no-repeat #F5F5F5;
	padding: 15px 10px;
	font-size: 13px;
}
	#form table {
		width: 100%;
		margin: 0;
		border: 0;
	}
	#form th {
		padding: 0 5px 5px 0;
		vertical-align: middle;
	}
	#form td {
		padding: 0 0 5px;
		border: 0;
		background: none;
		text-align: left;
	}
	#form .row2 {
		padding-left: 16px;
	}
	#form input[type=text] {
		width: 184px;
		height: 14px;
		padding: 4px 10px;
		border: 0;
		background: url(/image/form_input.png) no-repeat;
		color: #5c5c5c;
		font-size: 13px;
	}
	#form input[type=submit] {
		width: 183px;
		height: 23px;
		margin-top: 15px;
		background: url(/image/form_send_message.gif) no-repeat;
		text-indent: -3000px;
		border: 0;
	}
		#form input[type=submit]:hover {
			background-position: 0 100%;
		}
		.en #form input[type=submit] {
			width: 127px;
			background-image: url(/image/form_send_message_en.gif);
		}
		#form input.send_order {
			width: 144px;
			background: url(/image/form_send_order.gif) no-repeat;
		}
			.en #form input.send_order {
				width: 108px;
				background-image: url(/image/form_send_order_en.gif);
			}

	#form textarea {
		width: 533px;
		height: 72px;
		padding: 4px 10px;
		border: 0;
		background: url(/image/form_textarea.gif) no-repeat;
		color: #5c5c5c;
		font-size: 13px;
	}
	body.print #form {
		display: none;
	}

#subscribe input[type=submit] {
	width: 119px;
	background-image:  url(/image/form_subscribe.gif);
}
	.en #subscribe input[type=submit] {
		width: 96px;
		background-image:  url(/image/form_subscribe_en.gif);
	}

/* checkbox */
span.ui-checkbox {
	display: inline-block;
	width: 14px;
	height: 14px;
	position: relative;
	top: 2px;
}
	span.ui-checkbox-checked {
		background-position: 0 100% !important;
	}
	#form span.ui-checkbox {
		background: url(/image/form_checkbox.png) no-repeat;
	}
	#main_info .form span.ui-checkbox {
		background: url(/image/main_form_checkbox.png) no-repeat;
	}
.ui-helper-hidden-accessible {
    position: absolute;
    left: -999em;
}

#columns {
	overflow: hidden;
	margin-left: -35px;
}
	#columns .column {
		float: left;
		width: 300px;
		margin-left: 35px;
	}
	#columns h2 {
		margin-bottom: 15px;
		color: #0058a2;
		font-size: 18px;
	}
	#columns ul {
		margin-bottom: 40px;
	}
	#columns li {
		margin-bottom: 4px;
		color: #0058a2;
		font-size: 13px;
	}

.files_list li {
	margin-bottom: 10px;
}
.files_list a {
	padding: 0 0 1px 21px;
	font-size: 13px;
	line-height: 16px;
}
.files_list .pdf {
	background: url(/image/file_pdf.gif) no-repeat;
}
.files_list .word {
	background: url(/image/file_word.gif) no-repeat;
}

.order_link {
	float: left;
	margin: -12px 0 12px;
	padding-right: 12px;
	background: url(/image/ar_down.gif) no-repeat 100% 50%;
	text-decoration: none;
}
	.order_link span {
		font-size: 14px;
		border-bottom: 1px dashed #0058a2;
	}
	
.page_navigator {
	margin-bottom: 20px;
	font-size: 13px;
}
.after_lent {
	margin: 40px 0 0;
}

#footer {
	background: #b5b5b5;
	padding: 10px 35px 20px;
}
	body.print #footer {
		background: #fff;
	}
	#footer .clients {
		overflow: hidden;
		margin-bottom: 17px;
	}
		#footer .clients .title {
			font-size: 21px;
			color: #6c6e70;
			float: left;
			margin: 18px 25px 0 0;
		}
		#footer .clients .arrow {
			float: left;
			width: 11px;
			height: 21px;
			background: url(/image/ar.gif) no-repeat;
			margin-top: 20px;
			position: relative;
			z-index: 1;
			cursor: pointer;
		}
		#footer .clients .left {
			margin-right: 8px;
		}
			#footer .clients .left:hover {
				background-position: 0 100%;
			}
		#footer .clients .right {
			background-position: 100% 0;
		}
			#footer .clients .right:hover {
				background-position: 100% 100% !important;
			}
		#footer .clients .carousel {
			float: left;
			width: 715px;
			/*margin-right: 10px;*/
			margin-left: 19px;
			position: relative;
		}
		#footer .clients ul {
			overflow: hidden;
			width: 10000px;
		}
		#footer .clients li {
			float: left;
			height: 61px;		
		}
			#footer .clients li a {
				display: block;
				height: 100%;
			}
				#footer .clients li a:hover {
					background-position: 0 100%;
				}
	#footer .sitemap {
		float: right;
		margin-left: 40px;
		color: #fff;
		padding-left: 22px;
		background: url(/image/sitemap.gif) no-repeat 0 2px;
	}
	#footer .copyright {
		overflow: hidden;
		font-size: 11px;
		color: #777;
	}
		#footer .copyright span {
			margin-right: 40px;
		}
		#footer .copyright a {
			color: #777;
			text-decoration: none;
		}
			#footer .copyright a:hover {
				text-decoration: underline;
			}
 .text .elements_list{border-top:1px solid rgb(183,183,183);}
 
 .text .elements_list tr td:first-child{ font-weight: bold;}

 .text .elements_list tr td:hover .hidden_items{display: block; position: absolute; width: 200px; height: 200px; background:url(/image/main_form_bg.png); color:white; }
 .text .elements_list tr td:hover .hidden_items table{border:none;  background:url(/image/main_form_bg.png); }

 .text .elements_list tr td .hidden_items{display: none; position: absolute; }
 
 /*Для разводящей страницы каталога(с картинками)*/
    .item{float:left; width: 311px; height:108px; margin: 10px;}
    .item_image{border: 4px solid #f3f3f3; float:left; margin-right: 15px; height: 100px; width: 100px;}
    .item_full_image{border: 4px solid #f3f3f3; float:left; margin-right: 15px; width: 300px; height: 300px;}
    .item_title{margin-top: 4px;}
    .item_title {font-size: 17px; text-decoration: none; color: #0058A2;}
    .item_title a{font-size: 17px; text-decoration: none;}
    .item_title a:hover{text-decoration: underline;}
    
/*Для новой стрницы с информацией о товаре*/
    .but_order a{
        float: left;
                width: 231px;
		height: 23px;
		text-indent: -3000px;
		border: 0;
    }
    .item_content{margin-top: 20px; font-size: 13px; line-height: 140%;}
    .item_content p{margin-bottom: 10px;}
    .item_content .item_gosts{color:#0058A2; margin-bottom: 20px; font-size: 13px;}
    .text .more_items{ overflow: hidden;}
    .text .more_items ul li{
        background: url("/image/ar_li.gif") no-repeat scroll 0 7px transparent;
        list-style: none outside none;
        padding-left: 18px;
    }
    .text .more_items ul{overflow:hidden; float:left;}
    .text .more_items ul li{width: 300px; margin-top: 10px; padding-right: 10px;}
    .text .more{color:#0058A2; font-weight: bold; font-size: 14px; margin:10px 0px 20px 0px;}
    
    .digests_item { overflow: hidden; width: 100%; margin-bottom: 20px; }
    	.digests_list .image { float: left; margin: 0 10px 10px 0; border: 1px solid #B5B5B5; padding: 2px; }
    	.digests_list .title {font-size: 19px; margin-bottom: 10px; }
    	.digests_list .announce {margin-bottom: 10px; font-size: 100%; }
    
    .banners_cont{postion:relative; width: 280px; height: 258px;}
    
    .banner{padding: 30px 10px 0 30px;}
    #new_banner{height: 258px;}
    #prev{ position: relative; z-index: 90; top:-50%; float:left; width: 20px; height: 20px; background: url(/image/banners/2.gif) 0 100% no-repeat; }
    #next{position: relative; z-index: 90; top:-50%; float:right; width: 20px; height: 20px; background: url(/image/banners/2.gif) 100% 100% no-repeat;}
    #next:hover{background-position: 100% 0;}
    #prev:hover{background-position: 0 0; }
    
    
    .photoreports .gallery {margin-left: -25px;}
    .photoreports .gallery li{margin:0px 0px 7px 25px;}
    .photoreports .gallery .frame{border:1px solid #D8D8D8; padding:4px;}
    .photoreports .gallery .frame:hover{border:1px solid #619BC7;}
    .text .date{font-size: 14px; color:#BCBCBB;}
    
    
    .gallery_cont{float: right; width: 300px; margin-right:10px;}
    .action_gallery div{padding: 5px; background: #F3F3F3; padding-bottom: 2px;}
    #pages {float: right; margin-top: 10px;}
    #pages a{color:#015CA5; background: #015CA5; float: left; width: 10px; height: 10px; margin-right: 5px; overflow: hidden;}
    #pages a.activeSlide{color:#CDCDCD; background: #CDCDCD;}
    
    div.clear{clear:both;}

/*
 * jQuery UI CSS Framework 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=dddddd&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=0073ea&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=ff0084&bgColorDefault=f6f6f6&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=0073ea&iconColorDefault=666666&bgColorHover=0073ea&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=25&borderColorHover=0073ea&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=ff0084&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=cccccc&fcHighlight=444444&iconColorHighlight=0073ea&bgColorError=ffffff&bgTextureError=01_flat.png&bgImgOpacityError=55&borderColorError=ff0084&fcError=222222&iconColorError=ff0084&bgColorOverlay=eeeeee&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Helvetica, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Helvetica, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #ffffff url(/image/jquery/ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #444444; }
.ui-widget-content a { color: #444444; }
.ui-widget-header { border: 1px solid #dddddd; background: #dddddd url(/image/jquery/ui/ui-bg_highlight-soft_50_dddddd_1x100.png) 50% 50% repeat-x; color: #444444; font-weight: bold; }
.ui-widget-header a { color: #444444; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #dddddd; background: #f6f6f6 url(/image/jquery/ui/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #0073ea; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #0073ea; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #0073ea; background: #0058a2; /*#0073ea url(/image/jquery/ui/ui-bg_highlight-soft_25_0073ea_1x100.png) 50% 50% repeat-x; */ font-weight: bold; color: #ffffff; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #dddddd; background: #ffffff url(/image/jquery/ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #ff0084; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ff0084; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #cccccc; background: #ffffff url(/image/jquery/ui/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x; color: #444444; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #444444; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #ff0084; background: #ffffff url(/image/jquery/ui/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #222222; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #222222; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/image/jquery/ui/ui-icons_ff0084_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/image/jquery/ui/ui-icons_ff0084_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/image/jquery/ui/ui-icons_0073ea_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/image/jquery/ui/ui-icons_666666_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/image/jquery/ui/ui-icons_ffffff_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/image/jquery/ui/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/image/jquery/ui/ui-icons_0073ea_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/image/jquery/ui/ui-icons_ff0084_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; -khtml-border-top-left-radius: 2px; border-top-left-radius: 2px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; -khtml-border-top-right-radius: 2px; border-top-right-radius: 2px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; -khtml-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; -khtml-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }

/* Overlays */
.ui-widget-overlay { background: #eeeeee url(/image/jquery/ui/ui-bg_flat_0_eeeeee_40x100.png) 50% 50% repeat-x; opacity: .80;filter:Alpha(Opacity=80); }
.ui-widget-shadow { margin: -4px 0 0 -4px; padding: 4px; background: #aaaaaa url(/image/jquery/ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .60;filter:Alpha(Opacity=60); -moz-border-radius: 0px; -khtml-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }/*
 * jQuery UI Autocomplete 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.18
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */

#jquery-overlay {
	z-index: 190;
	position: fixed;
	top: 0;
	left: 0;
	height:100%;
	width:100%;
	-moz-opacity: 0.5 !important;
	opacity: .5 !important;
	filter: alpha(opacity=5) !important;
}

* html #jquery-overlay { position: absolute;  }

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
   position: relative;
	background-color: #FFF;
	/*background-color: #E4E9EF;*/
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 20px; overflow: hidden;}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
   z-index: 110;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
   display: block;
	zoom: 1;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #FFF;
	/*background-color: #E4E9EF;*/
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
   position: relative;
	padding: 0 20px 5px;
}
#lightbox-container-image-data {
	padding: 0;
   overflow: hidden;
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	text-align: left; 
   padding-bottom: 0.5em;  
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding: 1.0em 0;	
}			
#lightbox-secNav-btnClose {
	width: 32px;
   height: 45px;
   z-index: 1001;
   display: block;
   outline-style: none;
   cursor: pointer;
   position: absolute;
   right: 10px;
   top: 10px;
}

* Контейнер для изображений с рамкой */
.frame_over {
	position: relative;
}
	.frame_over .l, .frame_over .r {
		position: absolute;
		top: 0;
		width: 10px;
		height: 100%;
	}
	.frame_over .l {
		left: 0;
	}
	.frame_over .r {
		right: 0;
	}
	.frame_over .t, .frame_over .b {
		position: absolute;
		left: 0;
		width: 100%;
		height: 10px;
	}
	.frame_over .t {
		top: 0;
	}
	.frame_over .b {
		bottom: 0;
	}
	.frame_over .overlay {
		background: #fff;
		-moz-opacity: 0.7;
		opacity: .7;
		filter: alpha(opacity=70);
		height: 100%;
	}
		.frame_over .t .overlay, .frame_over .b .overlay {
			margin: 0 10px;
		}

/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector, 
div.selector span, 
div.checker span,
div.radio span, 
div.uploader, 
div.uploader span.action,
div.button,
div.button span {
  background-image: url(/images/sprite.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

.selector, 
.radio, 
.checker, 
.uploader,
.button, 
.selector *, 
.radio *, 
.checker *, 
.uploader *,
.button *{
  margin: 0;
  padding: 0;
}

/* INPUT & TEXTAREA */

input.text,
input.email, 
input.password,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 3px;
  color: #777;
  background: url('../images/bg-input-focus.png') repeat-x 0px 0px;
  background: url('../images/bg-input.png') repeat-x 0px 0px;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
}
/*
input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  border-color: #999;
  background: url('../images/bg-input-focus.png') repeat-x 0px 0px;
}
*/
/* SPRITES */

/* Select */

div.selector {
  background-position: -483px -130px;
  line-height: 26px;
  height: 26px;
  
}

div.selector span {
  background-position: right 0px;
  height: 26px;
  line-height: 26px;

}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px;

}

div.selector:active, 
div.selector.active {
  background-position: -483px -156px;
}

div.selector:active span, 
div.selector.active span {
  background-position: right -26px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
  background-position: -483px -182px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
  background-position: right -52px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  background-position: -483px -208px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: right -78px;
}

div.selector.disabled {
  background-position: -483px -234px;
}

div.selector.disabled span {
  background-position: right -104px;
}

/* Checkbox */

div.checker {
  width: 19px;
  height: 19px;
}

div.checker input {
  width: 19px;
  height: 19px;
}

div.checker span {
  background-position: 0px -260px;
  height: 19px;
  width: 19px;
}

div.checker:active span, 
div.checker.active span {
  background-position: -19px -260px;
}

div.checker.focus span,
div.checker:hover span {
  background-position: -38px -260px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -57px -260px;
}

div.checker span.checked {
  background-position: -76px -260px;
}

div.checker:active span.checked, 
div.checker.active span.checked {
  background-position: -95px -260px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -114px -260px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -133px -260px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: -152px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -260px;
}

/* Radio */

div.radio {
  width: 18px;
  height: 18px;
}

div.radio input {
  width: 18px;
  height: 18px;
}

div.radio span {
  height: 18px;
  width: 18px;
  background-position: 0px -279px;
}

div.radio:active span, 
div.radio.active span {
  background-position: -18px -279px;
}

div.radio.focus span, 
div.radio:hover span {
  background-position: -36px -279px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -54px -279px;
}

div.radio span.checked {
  background-position: -72px -279px;
}

div.radio:active span.checked,
div.radio.active span.checked {
  background-position: -90px -279px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
  background-position: -108px -279px;
}

div.radio.focus:active span.checked, 
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: -126px -279px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: -144px -279px;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px;
}

/* Uploader */

div.uploader {
  background-position: 0px -297px;
  height: 28px;
}

div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px;
}

div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: 24px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -353px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -437px;
}

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -465px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -493px;
}

div.uploader.disabled {
  background-position: 0px -325px;
}

div.uploader.disabled span.action {
  background-position: right -381px;
}

div.button {
  background-position: 0px -523px;
}

div.button span {
  background-position: right -643px;
}

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
  background-position: 0px -553px;
}

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
  background-position: right -673px; 
}

div.button.active,
div.button:active {
  background-position: 0px -583px;
}

div.button.active span,
div.button:active span {
  background-position: right -703px;
  color: #555;
}

div.button.disabled,
div.button:disabled {
  background-position: 0px -613px;
}

div.button.disabled span,
div.button:disabled span {
  background-position: right -733px;
  color: #bbb;
  cursor: default;
}

/* PRESENTATION */

/* Button */

div.button {
  height: 30px;
}

div.button span {
  margin-left: 13px;
  height: 22px;
  padding-top: 8px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 15px;
}

/* Select */
div.selector {
 /* width: 190px;*/
  font-size: 12px;
}

div.selector select {
  /*min-width: 190px;*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: solid 1px #fff;
}

div.selector span {
  padding: 0px 13px 0px 2px;
  cursor: pointer;
}

div.selector span {
  color: #666;
  width: 158px;
  text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span {
  color: #bbb;
}

/* Checker */
div.checker {
  margin-right: 5px;
}

/* Radio */
div.radio {
  margin-right: 3px;
}

/* Uploader */
div.uploader {
  width: 190px;
  cursor: pointer;
}

div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}

div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px;
}

div.uploader input {
  width: 190px;
}

div.uploader.disabled span.action {
  color: #aaa;
}

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector, 
.checker, 
.button, 
.radio, 
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
  outline: 0;
}

/* Button */

div.button a,
div.button button,
div.button input {
  position: absolute;
}

div.button {
  cursor: pointer;
  position: relative;
}

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center;
}

/* Select */

div.selector {
  position: relative;
  padding-left: 10px;
  overflow: hidden;
}

div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
  height: 25px;
  border: none;
  background: none;
}

/* Checker */

div.checker {
  position: relative;
}

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.checker input {
  opacity: 0;
  filter: alpha(opacity:0);
  display: inline-block;
  background: none;
}

/* Radio */

div.radio {
  position: relative;
}

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.radio input {
  opacity: 0;
  filter: alpha(opacity:0);
  text-align: center;
  display: inline-block;
  background: none;
}

/* Uploader */

div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default;
}

div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}

div.uploader input {
  opacity: 0;
  filter: alpha(opacity:0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}