﻿/*@charset "utf-8";*/
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	background:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#616161;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}
img {
	border:0;
}
a {
	color:#23608F;
	text-decoration:underline;
	outline:none;
}
a:hover {
	text-decoration:none;
}
table {
	border-collapse:collapse;
	width:100%;
}
h1{
	font:normal 36px "Times New Roman", Times, serif;
	color:#1e5d97;
	margin:21px 0;
	}
	h2{
		font:normal 24px "Times New Roman", Times, serif;
		color:#5e5e5e;
		margin:2px 0;}
		h3{
			font:normal 17px "Times New Roman", Times, serif;
			color:#1e5d97;
			margin:0 0 7px 0;
			}
#container {
	min-width:1256px;
	max-width:2000px;
	margin: 0 auto;
	text-align: left;
}
.top-menu {
	text-align: right;
	padding:8px 62px 4px 16px;
	width:92%;
	margin:0 auto;
}

.main-bg {
	position:relative;
	background:#e6edf2 url(../../img/N3/content-gradient.png) repeat-x 0 100%;
	margin:0 auto;
	width:94%;
	height:100%;
	padding:16px;
}
.content{
	background:#fff;
	height:100%;
	position:relative;
	overflow:hidden;
	padding:17px 13px;
	z-index:100;
}
.corner {
	width:22px;
	height:22px;
	overflow:hidden;
	position:absolute;
	background:url(../../img/N3/main-corners.gif) no-repeat;
}
.corner2 {
	width:22px;
	height:22px;
	overflow:hidden;
	position:absolute;
	background:url(../../img/N3/main-corners2.gif) no-repeat;
}
.corner.tl, .corner2.tl {
	background-position:0 0!important;
	top:0;
	left:0;
}
.corner.tr, .corner2.tr {
	background-position:100% 0!important;
	top:0;
	right:0;
}
.corner.bl, .corner2.bl {
	background-position:0 100%!important;
	bottom:0;
	left:0;
}
.corner.br, .corner2.br {
	background-position:100% 100%!important;
	bottom:0;
	right:0;
}

.header {
	background:#91b7db url(../../img/N3/header-bg.gif) repeat-x;
	height:160px;
}
.header .bg-l {
	background:url(../../img/N3/header-left.png) no-repeat;
	height:148px;
	position:relative;
	overflow:hidden;
	padding:12px 12px 0 18px;
}
.header .bg-r {
	background:url(../../img/N3/header-right.jpg) no-repeat 100% 0;
	height:160px;
}
.header .logo {
	float:left;
	background:url(../../img/N3/logo-bg.png) no-repeat;
	width:101px;
	height:122px;
	text-align:center;
	padding:10px 0 0 0;
	margin:4px 0 0 0;
}
#logo {
margin-top: 0px;
margin-left:0px;
}

#logo div {
  background: url("/common/img_new/worker/logo_bg.gif") no-repeat left top;
  width: 101px;
  height: 132px;
}

.header .slogan {
	float:left;
	margin:38px 0 0 14px;
}
.header .timers {
	float:right;
}
.header .timers .row {
	margin:0 0 10px 0;
}


.footer {
	padding:15px 65px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.search {
}
.search .input {
	border:1px solid #b1b0b5;
	padding:1px 5px;
	vertical-align:middle;
	font-size:10px;
	color:#b1b0b5;
	width:98px;
}
.search .button {
	vertical-align:middle;
	background:url(../../img/N3/search-icon.gif) no-repeat 50% 50%;
	width:16px;
	height:16px;
	border:0;
	cursor:pointer;
}
.menu {
	margin:16px 0 14px 0;
}
.menu ul {
	list-style:none;
	font-weight:bold;
	color:#fff;
}
.menu ul li {
	float:left;
	width:25%;
	text-align:center;
	z-index:200;
	position:relative;
}
.menu ul li.clearfloat {
	position:absolute;
}
.menu ul li a {
	height:34px;
	line-height:25px;
	display:block;
	color:#fff;
	text-decoration:none;
}
.menu ul li a:hover {
	text-decoration:underline;
}
.menu ul li.sfm01 a{
	background:#d14d73 url(../../img/N3/menu_pl01.gif) no-repeat;
}
.menu ul li.sfm02 a{
	background:#789825 url(../../img/N3/menu_pl02.gif);
}
.menu ul li.sfm03 a{
	background:#3d8fc0 url(../../img/N3/menu_pl03.gif);
}
.menu ul li.sfm04 a{
	background:#8e8e8e url(../../img/N3/menu_pl04.gif) no-repeat 100% 0;
}
.menu ul li ul {
	list-style:none;
	position:absolute;
	top:31px;
	width:100%;
	left:0;
	display:none;
}
.menu ul li:hover ul, .menu ul li.hover ul {
	display:block;
}
.menu ul li.sfm01 ul{
	background:#d14d73;
}
.menu ul li.sfm02 ul{
	background:#789825;
}
.menu ul li.sfm03 ul{
	background:#3d8fc0;
}
.menu ul li.sfm04 ul{
	background:#8e8e8e;
}
.menu ul li ul li {
	float:none;
	width:100%;
	text-align:left;
}
.menu ul li ul li a {
	padding:4px 11px;
	background:none!important;
	border-top:1px solid #fff;
	line-height:normal;
	height:auto;
}
.maincontent{
	width:96%;
	margin:0 auto;
	min-height:550px;
	height:auto!important;
	height:550px;
	
	}
.gallery {
	overflow:hidden;
}
.gallery ul.switch-menu {
	border-top:1px solid #4f4f4f;
	margin:0;
	height:34px;
	line-height:34px;
	overflow:hidden;
	font-size:10px;
	text-transform:uppercase;
	list-style:none;
	background:#efefef url(../../img/N3/gallery-menu.gif) repeat-x;
}
.gallery ul.switch-menu li {
	float:left;
	background:url(../../img/N3/gallery-line1.gif) no-repeat 100% 50%;
	padding:0 5px 0 3px;
}
.gallery ul.switch-menu li a {
	color:#666666;
	display:block;
	float:left;
	padding:0 10px 0 12px;
	text-decoration:none;
}
.gallery ul.switch-menu li a:hover {
	text-decoration:underline;
}
.gallery ul.switch-menu li.active {
	background:#ddd;
	padding:0;
}
.gallery ul.switch-menu li.active a {
	padding:0 15px;
}

li.active a.load_subcategory{
	text-decoration: none;
	color: #666666;
}

.gallery .album-bg {
	border:1px solid #ffffff;
	background-image: none;
	padding:0 0 71px 0;
	zoom:1;
	min-height: 393px;
	overflow:hidden;
}

.gallery .album-bg-sel {
	border:1px solid #dedede;
	background:url(../../img/N3/album-gradient.png) repeat-x;
	padding:0 0 71px 0;
	zoom:1;
	height: 393px;
	overflow:hidden;
}


.gallery .gallery-tags {
	margin:14px 0 20px 45px;
	font-weight:bold;
	color:#666666;
	font-size:10px;
	font-family:Tahoma, Geneva, sans-serif;
}
.gallery .gallery-tags a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}
.gallery .album {
	height:393px;
	overflow:hidden;
	overflow-y:auto;
	margin:0 22px 0 33px;
	position:relative;
}
.gallery .album .test{
	position:absolute;
	top:0;
	left:0;
}
.gallery .album .photo {
	float:left;
	overflow:hidden;
	width:142px;
	height:107px;
	position:relative;
	margin:0 12px 24px 12px;
	display:inline;
}
.gallery .album .photo a {
	text-decoration:none;
	color:#474545;
}
.gallery .album .photo img{
	border:1px solid #8e8c8c;
}
.gallery .album .photo a span {
	position:absolute;
	display:block;
	width:128px;
	background:#fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
	bottom:0;
	left:0;
	height:26px;
	padding:2px 7px;
	cursor:pointer;
	overflow:hidden;
}
.gallery .album .photo a:hover span, .gallery .album .photo a.hover span {
	bottom:auto;
	top:0;
	height:97px;
	padding-top:10px;
}
.object-photos li a{
	position:relative;
	display:block;
	width:142px;
	height:107px;
	color:#636363;
	text-decoration:none;
}
.object-photos li a img{
	border:1px solid #8f8d8d;
}
.object-photos li a .info{
	position:absolute;
	display:block;
	width:128px;
	background:#fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
	bottom:0;
	left:0;
	height:26px;
	padding:2px 7px;
	cursor:pointer;
	overflow:hidden;
}
.object-photos li a:hover .info, .object-photos li a.hover .info{
	bottom:auto;
	top:0;
	height:95px;
	padding-top:10px;
}

.slide-block {
}
.slide-block .head {
	background:#e2e2e2 url(../../img/N3/title.png) no-repeat 100% 0;
	padding:0 3px 0 0;
	margin:3px 0;
	font-size:14px;
	color:#23608f;
	overflow:hidden;
	height:29px;
	line-height:29px;
	position:relative;
}
.slide-block .head div {
	height:29px;
	background:url(../../img/N3/title.png) no-repeat;
	padding:0 0 0 10px;
	position:relative;
}
.slide-block .head div span {
	padding:0 0 0 12px;
	background:url(../../img/N3/title-arrow-left.gif) no-repeat 0 50%;
}
.slide-block .head.ui-state-active div span {
	background:url(../../img/N3/title-arrow-down.gif) no-repeat 0 50%;
}
.slide-block .head.ui-state-hover {
    background-color:#f9f9f9;
    background-position:100% -71px;
}
.slide-block .head.ui-state-hover div{
    background-position:0 -71px;
}

.slide-block .main {
	margin:3px 0 6px 0;
	color:#666666;
}
.slide-block .main table {
	border-top:1px solid #555555;
}
.slide-block .main table tr th {
	font-size:10px;
	text-transform:uppercase;
	font-weight:normal;
	text-align:left;
	vertical-align:middle;
	background-image:url(../../img/N3/table-th40px.png);
	background-position:100% 0;
	height:20px;
	border-bottom:2px solid #dadada;
	padding:0 17px 0 6px;
}
.slide-block .main table tr th.descr {
	width:25%;
}
.slide-block .main table tr th.name {
	width:15%;
}
.slide-block .main table tr th.to-sort {
	background-position:100% -40px;
}
.slide-block .main table tr th.small-th {
	background:url(../../img/N3/table-th20px.png) no-repeat 100% 0;
	text-align:center;
	padding:0;
	width:104px;
}
.slide-block .main table tr th .th-grad-l {
	background:url(../../img/N3/th-grad-left.png) no-repeat;
	line-height:20px;
	height:20px;
}
.slide-block .main table tr th .th-grad-r {
	background:url(../../img/N3/th-grad-right.png) no-repeat 100% 0;
	line-height:20px;
	height:20px;
}
.slide-block .main table th.nobg{
	border:0;
	text-align:center;
}
.slide-block .main table tr td {
	background:#ebebeb url(../../img/N3/table-td.gif) repeat-x left bottom;
	border:1px solid #ddd;
	height:100px;
	text-align:left;
	vertical-align:top;
	padding:7px 10px 7px 18px;
}
.slide-block .main table tr.top-td td {
	padding:0 1px 0 0;
	border:0;
	height:8px;
	line-height:1px;
	background:url(../../img/N3/table-td-top.png) no-repeat 100% 0;
}
.slide-block .main table tr.top-td td div{
	background:url(../../img/N3/table-td-top.png) no-repeat;
	height:8px;
	overflow:hidden;
}
.slide-block .main table tr.bottom-td td {
	padding:0 1px 0 0;
	border:0;
	height:11px;
	line-height:1px;
	background:url(../../img/N3/table-td-bottom.png) no-repeat 100% 0;
}
.slide-block .main table tr.bottom-td td div{
	background:url(../../img/N3/table-td-bottom.png) no-repeat;
	height:11px;
	overflow:hidden;
}
.slide-block .main table tr td img{
	vertical-align:middle;
}
.slide-block div .main table .nobg{
	background:none;
}


.object-main-info {
	height:1%;
	overflow:hidden;
}
.object-main-info .text {
	width:750px;
	float:right;
	padding:0 27px 0 0;
}
.object-main-info .text ul{
	list-style-type:none;
	
}
.object-main-info .text ul li{
	list-style-type:none;
	background:url(../../img/N3/li.gif) no-repeat 0% 50%;
	padding-left:10px;

}
.object-main-info .photo {
	height:1%;
	overflow:hidden;
}
.object-main-info .photo img {
	border:1px solid #a1a1a1;
}
.object-main-info .scroll-block{
	width:750px;
	height:125px;
	overflow:scroll;
	background-color:#f3f3f3;
}
.object-main-info .jScrollPaneContainer{
	margin:0 0 5px 0;
}
.responsible {
}
.responsible a {
	margin:0 35px 0 0;
	padding:0 12px 0 0;
	background:url(../../img/N3/icon-doc.gif) no-repeat 100% 50%;
}
.right-col {
	width:750px;
	float:right;
	padding:30px 27px 0 0;
	}
	
.left-col {
	height:1%;
	overflow:hidden;
	padding:30px 49px 0 0;
}
.pager {
	margin:14px 0;
}
.article {
	height:1%;
	overflow:hidden;
	margin:30px 0;
}
.article .date {
	font-size:10px;
	color:#5F5F5F;
	margin:0 0 3px 0;
}
.article img {
	float:left;
	margin:0 10px 17px 0;
}
.article div .text {
	text-align:justify;
}
.article .tags{
	margin:3px 0 0 0;
}
.object-media {
	background:#f3f3f3 url(../../img/N3/object-media-bg.png) repeat-x;
	border:1px solid #a4a3a3;
}
.object-media {
	padding:10px 7px;
	overflow:hidden;
	height:1%;
}
.object-media .others {
	margin:14px 0 4px 0;
	height:1%;
	overflow:hidden;
}
.object-media .others .item {
	float:left;
	margin:0 24px 0 0;
}
.object-media .others .item img{
	border:1px solid #3d8fc0;
	
}
#linksphoto {
	top:30px;
}
#linksphoto a {
	color:#23608F;
	height:25px;
	text-decoration:underline;
	padding:10px 0 0 23px;
	background:url(../../img/N3/icon-photo.png) no-repeat 0 50%;
}
#linksphoto a:hover {
	text-decoration:none;
}
.linksnews a {
	display:block;
	height:25px;
	margin:0 ;
	padding:10px 0 0 27px;
	background:url(../../img/N3/icon-news.png) no-repeat 0 50%;
}

