@charset "utf-8";

html,
body {
	width:100%;
	height:100%;
}

body {
	margin:0;
	padding:0;
	background:#b4b8bd;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:1.57;
	color:#000;
}

form,
fieldset {
	margin:0;
	padding:0;
	border:0;
}

input,
select,
textarea,
button {
	font-family:Tahoma, Geneva, sans-serif;
	color:#787878;
	font-size:12px;
	outline:none;
}

textarea {
	resize:none;
}

img {
	border:0;
}

a {
	color:#000000;
	text-decoration:underline;
	outline:none;
}

/*
a:visited{
	color:#646e7f;
}
*/

a:hover {
	text-decoration:none;
	color:#0080ff;
}

.content a img {
	border:1px solid #fff;
}

.content a:hover img {
	border-color:#000;
}

table {
	border-collapse:collapse;
}

p {
	margin:1em 0;
}

h1 {
	font-weight:normal;
	line-height:normal;
	font-size:26px;
	margin:0 0 5px 0;
	color:#0080ff;
	word-spacing:2px;
}

h2 {
	font-weight:normal;
	line-height:1.37;
	font-size:16px;
	margin:0 0 10px 0;
}

h3 {
	font-weight:normal;
	line-height:1.37;
	font-size:15px;
	margin:0 0 2px 0;
	color:#5d6266;
}

h3 span {
	font-size:10px;
}

h4 {
	font-size:12px;
	line-height:normal;
	font-weight:normal;
	margin:0 0 2px 0;
	color:#0080ff;
}

h5 {
	line-height:normal;
	font-size:11px;
	color:#7e7e7e;
	margin:0;
	font-weight:normal;
}

.grey {
	color:#7e7e7e;
}

.center {
	text-align:center;
}

.center img {
	display:block;
	margin:0 auto;
}

#wrapper {
	min-width:1000px;
	max-width:10000px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

#container {
	width:1000px;
	margin: 0 auto;
	text-align: left;
	position:relative;
}

.header {
	position:relative;
	height:93px;
	z-index:3;
}

.header .logo {
	display:block;
	position:absolute;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/logo.png) no-repeat;
	width:150px;
	height:33px;
	top:36px;
	left:26px;
}

.menu {
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	right:8px;
	bottom:0;
	font-size:12px;
	float:left;
	line-height:1.46;
}

.menu li {
	float:left;
	padding:34px 19px 0 19px;
	height:23px;
	position:relative;
	white-space:nowrap;
}

.menu li .date {
	position:absolute;
	height:23px;
	white-space:nowrap;
	color:#0080FF;
	background:#fff;
	line-height:25px;
	top:50px;
	left:0;
	padding:0 17px;
}

.menu li a {
	display:block;
	float:left;
	display:inline;
	margin:-21px 0 0 -38px;
	left:19px;
/*	padding:21px 19px 0 19px;*/
	padding:21px 12px 0 19px;
	height:23px;
	background:#949699;
	text-decoration:none;
	position:relative;
	color:#000;
}

.menu li a:visited {
	color:#000;
}

.menu li a:hover {
	text-decoration:underline;
	color:#fff;
	background:#71757a;
}

.menu li ul {
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:57px;
	left:0;
	line-height:25px;
	width:9999px;
}

.menu li ul li {
	background:#cbcfd4;
	padding:0 19px;
	height:25px;
}

.menu li ul li a,
.menu li.active ul li a,
.menu li.active ul li a:hover,
.menu li.active ul li a:visited {
	margin-top:0;
	padding-top:0;
	height:25px;
	background:none;
	color:#545960;
}

.menu li ul li a:hover,
.menu li.active ul li a:hover {
	text-decoration:underline;
}

.menu li ul li ul {
	background:#e8eaee;
	top:25px;
	height:25px;
}

.menu li ul li ul li {
	background:#e8eaee;
}

.menu li ul li a,
.menu li.active ul li.active ul li a,
.menu li.active ul li.active ul li a:hover,
.menu li.active ul li.active ul li a:visited {
	background:none;
	color:#000;
}

.menu li ul li a {
}

.menu li.active,
.menu li.active a,
.menu li.active a:visited,
.menu li.active a:hover,
.menu li.active ul li.active a,
.menu li.active ul li.active a:visited,
.menu li.active ul li.active a:hover,
.menu li.active ul li.active ul li.active a,
.menu li.active ul li.active ul li.active a:visited,
.menu li.active ul li.active ul li.active a:hover {
	background:#fff;
	color:#0080ff;
}

.rss-link,
.rss-link:visited {
	display:block;
	text-decoration:none;
	position:absolute;
	background:#f78f33 url(../img/rss.gif) no-repeat 5px 50%;
	height:25px;
	line-height:23px;
	padding:0 12px 0 21px;
	position:absolute;
	bottom:-50px;
	right:9px;
}

.rss-link:hover {
	text-decoration:underline;
	color:#000;
}

.menu-cover {
	position:absolute;
	height:30px;
	bottom:-50px;
	left:100%;
	margin-left:-9px;
	width:9999px;
	background:#fff;
}

.content {
	background:#fff url(../img/black.gif) repeat-y 5000px 0;
	padding:67px 5000px 21px 5000px;
	margin:0 0 0 -10000px;
	position:relative;
	left:5000px;
	zoom:1;
	z-index:2;
}

.aside {
	float:right;
	width:271px;
	margin:0 0 0 -2px;
	position:relative;
	display:inline;
	padding:20px 9px 1px 0;
}

.mainContent {
	float:left;
	width:650px;
	padding:20px 0 1px 27px;
}


.mainContentWBrd {
	float:left;
	width:650px;
	padding:20px 0 1px 27px;
	border-left: 1px solid black;
}

.footer {
	padding:3px 0 21px 0;
	text-align:center;
	font-size:12px;
	line-height:1.46;
}

/*.footer a:visited{
	color:#4d4d4d;
}
*/
.footer a:hover {
	color:#000;
	text-decoration:none;
}

.footer .b-menu {
	font-size:11px;
	list-style:none;
	margin:0 0 40px 0;
	padding:0;
	text-align:center;
}

.footer .b-menu li {
	display:inline-block;
	margin:0 13px;
}

.footer .counters {
	margin:18px 0 0 0;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clearfix {
	zoom: 1
}

.clearfix:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.article1 {
	margin:0 0 27px 0;
	zoom:1;
	overflow:hidden;
	font-size:13px;
	line-height:1.46;
}

.article1.first {
	margin-bottom:42px;
}

.article1 .photo {
	float:left;
	margin:0 20px 0 0;
}

.article1 .text {
}

.article1 .text .info {
	list-style:none;
	margin:0 0 7px 0;
	padding:0;
	zoom:1;
	overflow:hidden;
	font-size:12px;
	line-height:14px;
	color:#0080ff;
}

.article1 .text .info.info2 {
	color:#6c7a8b;
}

.article1 .text .info li {
	float:left;
	margin:0 15px 0 0;
	white-space:nowrap;
}

.article1 .text .info li.date {
	background:#0080ff;
	color:#fff;
	padding:0 10px;
}

.article1 .text .info.info2 li.date {
	background-color:#6c7a8b;
}

.block {
	margin:0 0 17px -14px;
	padding:18px 12px 14px 14px;
	zoom:1;
	overflow:hidden;
	background:#e8eaee;
}

.block2 {
	margin:0 0 21px -14px;
	padding:18px 12px 13px 14px;
	zoom:1;
	overflow:hidden;
	background:#797c7f;
	color:#fff;
}

.block2 a:hover {
	color:#fff;
}

/*
.block2 a:visited{
	color:#303233;
}
*/

.block2 h3 {
	color:#000;
	margin:0 0 12px 0;
}

.block2 .article2,
.block2 .article3 {
	color:#fff;
}

.search {
	font-size:11px;
	line-height:normal;
}

.search .input {
	float:left;
	border:1px solid #b5b5b5;
	background:#fff;
	padding:4px 8px;
	width:226px;
	margin:0;
}

.search .btn {
	float:right;
	cursor:pointer;
	width:14px;
	height:23px;
	cursor:pointer;
	border:0;
	margin:0;
	padding:0;
	background:url(../img/btn-search.gif) no-repeat 100% 50%;
}

.search label {
	margin-right:15px;
}

.select-date {
	line-height:normal;
	font-size:12px;
	padding-top:13px;
	padding-bottom:16px;
	padding-right:0;
}

.select-date .fl {
	float:left;
	margin:0 17px 0 0;
}

.select-date select {
	display:block;
	width:134px;
	margin:1px 0 0 0;
}

.select-date select.select-year {
	width:100px;
}

.banner-block {
	margin:0 0 20px -14px;
	zoom:1;
	overflow:hidden;
	position:relative;
	color:#fff;
	padding:20px 0 30px 20px;
	background:#000;
}

.banner-block a img {
	border:0;
	display:block;
}

.banner-block a {
	color:#fff!important;
	text-decoration:none;
}

.banner-block a:hover {
	text-decoration:underline;
}

.banner-block h4 {
	color:#fff;
	margin:0 0 9px 0;
	font-size:16px;
	width:240px;
	overflow:hidden;
}

.banner-block h4 a {
	float:right;
	font-size:13px;
	margin:2px 0 0 0;
}

.articles-set {
	zoom:1;
	overflow:hidden;
	margin:-12px 0 0 0;
	position:relative;
	top:12px;
}

.articles-set2 {
	zoom:1;
	overflow:hidden;
}

.article2 {
	zoom:1;
	overflow:hidden;
	font-size:11px;
	color:#848484;
	line-height:1.36;
	margin:0 0 18px 0;
}

/*
.article2 a:visited {
	color:#4c5057;
}
*/

.article2 .photo {
	float:left;
	margin:0 12px 0 0;
}

.article2 .text {
	height:100%;
	overflow:hidden;
}

.article2 .text h4 {
	margin:2px 0 3px 0;
	line-height:1.33;
}

.article3 {
	font-size:11px;
	color:#848484;
	zoom:1;
	overflow:hidden;
	line-height:1.36;
	margin:0 0 13px 0;
}

.article3 img {
	display:block;
	margin:0 0 4px 0;
}

.article3 h4 {
	font-size:18px;
	line-height:normal;
	margin:0 0 6px 0;
}

.article4 {
	margin:0 0 13px 0;
	font-size:12px;
	line-height:1.33;
}

.article4 a {
	text-decoration:none;
}

.article4 a:hover {
	text-decoration:underline;
	color:#000;
}

.article4 .date {
	font-size:10px;
	color:#828181;
	margin:0 0 1px 0;
}

.article5 {
	margin:18px 0 28px 0;
	zoom:1;
	overflow:hidden;
	font-size:12px;
	line-height:1.41;
	color:#686868;
}

.article5 a {
	text-decoration:none;
}

.article5 a:hover {
	text-decoration:underline;
	color:#000;
}

.article5 .photo {
	float:left;
	margin:0 10px 0 0;
}

.article5 .info {
	font-size:10px;
	color:#5d6266;
	margin:0 0 5px 0;
	line-height:1.3;
}

.article5 h4 {
	margin:0 0 9px 0;
	line-height:1.41;
}

.article6 {
	margin:10px 0;
	line-height:1.21;
}

.article6 a {
	text-decoration:none;
}

.article6 a:hover {
	text-decoration:underline;
}

.article6 .date {
	font-size:10px;
	color:#828181;
}

.article7 {
	width:100%;
	overflow:hidden;
	line-height:1.42;
}

.article7 a {
	text-decoration:none;
}

.article7 a:hover {
	text-decoration:underline;
}

.article7 img {
	display:block;
	margin:0 0 3px 0;
}

.article7 .info {
	font-size:11px;
	color:#848484;
}

.prev-link {
	display:block;
	font-size:14px;
	color:#fff;
	background:#0080ff;
	width:177px;
	height:31px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	margin:10px 0 11px 263px;
}

.prev-link:visited {
	color:#fff;
}

.prev-link:hover span {
	color:#fff;
	text-decoration:underline;
}

.prev-link span {
	padding:0 11px 0 0;
	background:url(../img/prev.gif) no-repeat 100% 50%;
}

.next-link {
	display:block;
	font-size:14px;
	color:#fff;
	background:#0080ff;
	width:177px;
	height:31px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	margin:0 0 0 263px;
	position:relative;
	top:-20px;
}

.next-link:visited {
	color:#fff;
}

.next-link:hover span {
	color:#fff;
	text-decoration:underline;
}

.next-link span {
	padding:0 0 0 11px;
	background:url(../img/next.gif) no-repeat 0 50%;
}

.title {
	font-size:12px;
	line-height:16px;
	height:17px;
	overflow:hidden;
	width:190px;
	padding:0 0 0 42px;
	color:#fff;
	background:#0080ff;
	margin:10px 0 20px 0;
}

.block3 {
	margin:8px 0 17px 0;
	padding:0 0 0 42px;
}

.article-main {
	margin:-17px 0 0 0;
}

.article-main .date {
	color:#0080ff;
	font-size:12px;
	margin:0 0 10px 0;
}

.article-main .sections {
	list-style:none;
	margin:0 0 12px -56px;
	position:relative;
	left:56px;
	font-size:13px;
	zoom:1;
	overflow:hidden;
	line-height:normal;
	padding:0;
}

.article-main .sections li {
	float:left;
	white-space:nowrap;
	margin:0 56px 0 0;
	display:inline;
}

.article-main .sections li a {
	color:#0080ff;
}

.article-main .author {
	text-align:right;
	margin:4px 0 0 0;
}

.article-main .author span {
	font-size:11px;
	color:#7e7e7e;
}

.image {
	margin:20px 0 19px 0;
	font-size:11px;
	color:#7e7e7e;
}

.image img {
	display:block;
	margin:0 0 2px 0;
}

.info-list {
	list-style:none;
	margin:12px 0 21px 0;
	padding:0;
	font-size:12px;
	line-height:1.33;
}

.info-list li {
	margin:11px 0;
}

.info-list li a {
	color:#0080ff;
}

.share {
	list-style:none;
	margin:15px 0 17px 0;
	padding:0;
	zoom:1;
	overflow:hidden;
}

.share li {
	display:inline-block;
	vertical-align:bottom;
	margin:0 12px 0 0;
}

.share li a img {
	border:0;
}

.links {
	list-style:none;
	margin:0;
	padding:0;
}

.links li a {
	text-decoration:none;
}

.links li a:hover {
	text-decoration:underline;
}

.latest {
	zoom:1;
	overflow:hidden;
	font-size:12px;
	line-height:1.33;
}

.latest .article {
	width:80px;
	height:95px;
	position:relative;
	padding:0 8px 0 90px;
	overflow:hidden;
	float:left;
}

.latest .article .photo {
	position:absolute;
	top:0;
	left:0;
	width:82px;
	height:82px;
	overflow:hidden;
}

.latest .article .photo a img {
	border:0;
}

.latest .article .photo a {
	display:block;
	width:80px;
	height:80px;
	overflow:hidden;
	border:1px solid #fff;
	position:relative;
}

.latest .article .photo a:hover {
	border-color:#000;
}

.latest .article .date {
	color:#828181;
	font-size:10px;
	margin:0 0 1px 0;
}

.search2 {
	margin:-16px 0 26px 0;
}

.search2 .bg {
	background:#cde1fe;
	padding:17px 16px 19px 17px;
	zoom:1;
	overflow:hidden;
}

.search2 .input {
	float:left;
	background:#fff;
	border:1px solid #b5b5b5;
	margin:0;
	padding:5px 8px;
	width:508px;
}

.search2 .btn {
	float:right;
	cursor:pointer;
	border:0;
	color:#fff;
	width:69px;
	height:26px;
	padding:0 0 2px 0;
	background:#2090ff;
}

.search-text {
	font-size:12px;
	color:#2090ff;
	line-height:20px;
	min-height:20px;
	height:auto!important;
	height:20px;
	position:relative;
	margin:-10px 0 10px 0;
}

.halves {
	position:relative;
	zoom:1;
	overflow:hidden;
	margin:0 0 0 -20px;
	left:20px;
}

.halves .half {
	float:left;
	width:320px;
	padding:0 10px 0 0;
}

.halves:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.article8 {
	font-size:10px;
	line-height:18px;
	color:#8a8f93;
	margin:0 0 18px 0;
}

.article8 .head {
	font-size:12px;
	zoom:1;
	overflow:hidden;
}

.article8 .head h3 {
	font-size:16px;
	line-height:18px;
	color:#000;
	display:inline;
}

.article8 span {
	margin:0 5px;
}

.article8 img {
	display:block;
	margin:0 0 4px 0;
}

.big {
	font-size:25px;
	line-height:28px;
	color:#2090ff;
	margin:0 0 15px 0;
}

.select {
	line-height:normal;
	font-size:12px;
	padding-top:13px;
	padding-bottom:16px;
	padding-right:0;
}

.select select {
	display:block;
	width:253px;
	margin:1px 0 0 0;
}

.footnote {
	color:#92969a;
	margin:10px 0 0 0;
	font-size:12px;
	text-align:right;
}

.footnote strong {
	font-weight:normal;
	font-size:22px;
}

.footnote span {
	margin:0 8px;
}

.list1 {
	padding:0 0 0 170px;
	line-height:22px;
	color:#999ca0;
}

.list1 h2 {
	font-size:22px;
	color:#2090ff;
	line-height:24px;
	margin:0;
}

.list1 h2 span {
	color:#999ca0;
	font-size:12px;
}

.list1 ul {
	list-style:none;
	margin:0 0 20px 0;
	padding:0 0 0 37px;
}

.list1 ul li {
	margin:0 0 1px 0;
}

.list1 ul li a {
	font-size:14px;
}

.filter {
	list-style:none;
	margin:-13px 0 0 0;
	position:relative;
	top:13px;
	padding:0;
	width:253px;
}

.filter li {
	margin:0 0 13px 0;
	zoom:1;
	overflow:hidden;
}

.filter li select {
	display:block;
	width:253px;
	margin:1px 0 0 0;
}

.filter li .fl {
	float:left;
}

.filter li .fr {
	float:right;
}

.filter li .fl select,
.filter li .fr select {
	width:124px;
}

.filter li .btn {
	display:block;
	margin:0 auto;
	border:1px solid #707070;
	color:#000;
	cursor:pointer;
	background:#f9f9fa url(../img/grad-grey.gif) repeat-x 0 100%;
	padding:0 0 3px 0;
	width:71px;
	height:23px;
}

.favorites {
	list-style:none;
	margin:0 0 0 -20px;
	padding:0 0 14px 0;
	zoom:1;
	overflow:hidden;
	position:relative;
	left:20px;
}

.favorites li {
	float:left;
	position:relative;
	overflow:hidden;
	width:82px;
	height:82px;
	margin:0 13px 12px 0;
}

.list2 {
	padding:0 0 0 128px;
	margin-left:-200px;
	left:200px;
}

.list2 .half {
	padding:0;
	width:273px;
}

.list2 ul {
	list-style:none;
	margin:0;
	font-size:12px;
	line-height:22px;
	color:#999ca0;
}

.list2 li {
	margin:0 0 20px 0;
}

.list2 li a {
	font-size:14px;
}

.article9 {
	zoom:1;
	overflow:hidden;
	position:relative;
	margin:0 0 26px 0;
	font-size:12px;
	color:#6a6e71;
	line-height:20px;
}

.halves .half .article9 {
	margin:0 0 22px 0;
	line-height:18px;
}

.aside .article9 {
	margin:0;
}

.article9 .photo {
	float:left;
	margin:0 22px 0 0;
}

.aside .article9 .photo {
	float:none;
}

.halves .half .article9 .photo {
	margin:0 6px 0 0;
}

.article9 .text {
	height:100%;
	overflow:hidden;
	padding:13px 0 0 0;
}

.aside .article9 .text {
	padding:3px 0 0 0;
}

.halves .half .article9 .text {
	clear:both;
	padding:0;
}

.article9 .text h2 {
	font-size:14px;
	line-height:20px;
	margin:0;
	color:#000;
}

.halves .half .article9 .text h2 {
	line-height:18px;
}

.article9 .sect a {
	text-decoration:none;
	color:#2090ff;
}

.article9 .sect a:hover {
	text-decoration:underline;
}

.article9 .rating {
	margin:11px 0 0 0;
}

.rating {
	height:11px;
	overflow:hidden;
	position:relative;
	background:url(../img/rating.png) repeat-x;
	width:42px;
}

.rating .line {
	position:absolute;
	top:0;
	left:0;
	height:11px;
	overflow:hidden;
	background:url(../img/rating.png) repeat-x 0 -14px;
}

.menu li ul li ul li ul {
	background:none;
}

.small {
	font-size:12px;
	color:#7b7d81;
}

.head1 {
	zoom:1;
	overflow:hidden;
	font-size:14px;
	color:#737272;
	line-height:23px;
	margin:0 0 24px 0;
}

.head1 h1 {
	display:inline;
	line-height:23px;
	font-size:26px;
	margin:0;
}

.head1 h4 {
	display:inline;
	font-size:14px;
}

.head1 h1 a {
	color:#0080ff;
}

.head2 {
	zoom:1;
	overflow:hidden;
	font-size:14px;
	color:#737272;
	line-height:23px;
	margin:0 0 40px 0;
}

.head2 h1 {
	display:inline;
	line-height:23px;
	font-size:26px;
	margin:0 10px 0 0;
}

.head2 h4 {
	display:inline;
	font-size:14px;
}

.head2 h1 a {
	color:#0080ff;
}

.tab-menu {
	list-style:none;
	margin:0 0 28px -40px;
	left:40px;
	padding:0 0 0 305px;
	position:relative;
	zoom:1;
	overflow:hidden;
	font-size:12px;
	line-height:16px;
}

.tab-menu li {
	float:left;
	margin:0 0 0 30px;
	display:inline;
	white-space:nowrap;
}

.tab-menu li a {
	color:#0080ff;
}

.tab-menu li.active {
	height:17px;
	overflow:hidden;
	width:258px;
	padding:0 0 0 42px;
	color:#fff;
	background:#0080ff;
	position:absolute;
	top:0;
	left:0;
	float:none;
	margin:0;
}

.tab-menu li.active a,
.tab-menu li.active a:hover {
	color:#fff!important;
	text-decoration:none;
	cursor:default;
}

.article1 .date2 {
	font-size:10px;
	color:#8a8989;
}

.blue {
	color:#1c88f5;
}

.right-info {
	float:right;
	width:252px;
	margin:0 0 0 20px;
}

.right-info .title {
	margin-left:-42px;
	margin-bottom:23px;
	position:relative;
	width:auto;
}

.info-list2 {
	list-style:none;
	margin:0;
	padding:0;
	line-height:15px;
	font-size:12px;
}

.info-list2 li {
	margin:0 0 14px 0;
}

.info-list2 li a {
	color:#1c88f5;
}

.hold {
	height:100%;
	overflow:hidden;
}

.list3 {
	list-style:none;
	margin:0 0 20px 0;
	padding:0 0 0 42px;
}

.list3 li {
	margin:0 0 8px 0;
}

.article-main2 {
	margin:20px 0;
}

.article-main2 h2 {
	font-weight:normal;
	line-height:normal;
	font-size:26px;
	margin:0 0 15px 0;
	color:#0080ff;
	word-spacing:2px;
}

.more {
	font-size:12px;
	color:#0080ff;
}

.more a {
	color:#0080ff;
}

.articles-set3 {
	margin:0 0 40px 0;
}

.article10 {
	margin:10px 0 14px 42px;
	font-size:13px;
	line-height:17px;
}

.article10 .date {
	font-size:11px;
	color:#8a8989;
}

.article10 .info {
	font-size:11px;
	color:#8a8989;
	margin:0;
	zoom:1;
	overflow:hidden;
	padding:0;
}

.article10 .info li {
	float:left;
	margin:0 17px 0 0;
	display:inline;
	white-space:nowrap;
}

.article10 h2 {
	margin:0;
	font-size:14px;
}

.descr p {
	margin:5px 0 22px 0;
}

.images {
	list-style:none;
	margin:39px 0 0 0;
	padding:0;
}

.images li {
	margin:0 0 28px 0;
}

.title2 {
	line-height:15px;
	margin:-5px 0 0 42px;
	zoom:1;
	position:relative;
	top:5px;
}

.title2 h4,
.title2 h5 {
	line-height:15px;
	margin:0;
}

.title2 h4 a {
	color:#1c88f5;
}

.minus-space {
	height:0;
	overflow:hidden;
	position:relative;
	margin:-20px 0 0 0;
}

.blue-block {
	width:319px;
	margin:0 0 20px -48px;
	position:relative;
	left:10px;
}

.blue-block .bg-t {
	background:url(../img/blue-block.png) no-repeat;
	padding:26px 26px 0 60px;
	zoom:1;
	overflow:hidden;
}

.blue-block .bg-b {
	background:url(../img/blue-block.png) no-repeat 0 -970px;
	height:30px;
	overflow:hidden;
}

.blue-block h2,
.blue-block h5 {
	color:#fff;
	text-shadow:1px 1px 2px #4175b3;
}

.blue-block h2 {
	margin:0;
}

.item {
	margin:20px 0 0 0;
	zoom:1;
	font-size:12px;
	line-height:20px;
	overflow:hidden;
}

.item .photo {
	float:left;
	width:88px;
	margin:5px 0 0 0;
}

.blue-block .hr {
	height:0;
	overflow:hidden;
	position:relative;
	clear:both;
	margin:20px 0;
	border-top:1px dotted #fff;
}

.main-info {
	margin:0 0 46px 0;
	zoom:1;
	position:relative;
}

.main-info h1 {
	margin:-5px 0 2px -3px;
}

.main-info h3 {
	margin:0 0 25px 0;
}

.main-info p {
	margin-top:0;
}

.main-info .left {
	float:left;
	width:252px;
}

.main-info .right {
	float:right;
	width:371px;
}

.main-info .photo {
	margin:0 0 24px 0;
	font-size:12px;
	color:#6f7276;
}

.main-info .photo img {
	display:block;
	margin:0 0 4px 0;
}

.main-info .photo .opt {
	margin:6px 0 0 0;
	zoom:1;
	overflow:hidden;
}

.main-info .photo .opt .copy {
	display:block;
	float:left;
	background:url(../img/copy.png) no-repeat;
	width:10px;
	height:9px;
	overflow:hidden;
	margin:0 10px 0 0;
}

.main-info .photo .opt .zoom {
	display:block;
	float:left;
	background:url(../img/zoom.png) no-repeat;
	width:9px;
	height:9px;
	overflow:hidden;
	margin:0 10px 0 0;
}

.article11 {
	zoom:1;
	overflow:hidden;
	margin:0 0 20px -40px;
	font-size:12px;
	line-height:17px;
	color:#6f7276;
}

.article11 .photo {
	float:left;
	margin:0 10px 0 0;
}

.article11 h2 {
	line-height:17px;
	margin:0 0 4px 0;
}

.main-info .info-list {
	padding-left:42px;
	margin:22px 0 0 0;
}

.main-info .contacts {
	margin:40px 0 22px 0;
	padding:33px 37px 40px 37px;
	zoom:1;
	overflow:hidden;
	background:#cde1fe url(../img/rounds.png) no-repeat;
	line-height:19px;
}

.main-info .contacts h4 {
	color:#6f7276;
	font-size:12px;
	margin:0 0 12px 0;
}

.all {
	color:#6f7276;
	font-size:12px;
	line-height:28px;
	background:#cde1fe url(../img/rounds.png) no-repeat;
	padding:29px 0 29px 38px;
	zoom:1;
	overflow:hidden;
	margin:8px 0 28px 0;
}

.all strong,
.all a {
	font-weight:normal;
	font-size:16px;
}

.all ul {
	list-style:none;
	margin:0;
	padding:0;
	zoom:1;
	overflow:hidden;
	font-size:16px;
}

.all ul li {
	float:left;
	margin:0 79px 0 0;
}

.list4 {
	font-size:13px;
	line-height:17px;
	margin:14px 0 35px 0;
	list-style:none;
	padding:0 0 0 42px;
}

.list4 li {
	margin:0 0 17px 0;
}

.modal {
	position:absolute;
	z-index:3000;
	background:#fff;
	padding:22px 53px 46px 53px;
	font-size:12px;
	line-height:15px;
	top:20%;
	color:#6f7276;
	left:20%;
	border:1px solid #4d4e50;
}

.modal .close {
	cursor:pointer;
	display:block;
	background:url(../img/close.png) no-repeat;
	width:19px;
	height:19px;
	position:absolute;
	top:21px;
	right:11px;
}

.modal .prev {
	display:block;
	background:#007eff url(../img/next.gif) no-repeat 18px 50%;
	width:54px;
	height:47px;
	cursor:pointer;
	top:103px;
	left:-1px;
	position:absolute;
}

.modal .next {
	display:block;
	background:#007eff url(../img/prev.gif) no-repeat 30px 50%;
	width:54px;
	height:47px;
	cursor:pointer;
	top:103px;
	right:-1px;
	position:absolute;
}

.content-bg {
	background:url(../img/content-bg.gif) repeat-y;
	zoom:1;
}

/*---NEW---*/
.big2 {
	font-size:15px;
	line-height:22px;
	margin:15px 0 0 0;
}

.company-logo {
	position:relative;
	width:100%;
	overflow:hidden;
/*	text-align:center;*/
	text-align:left;
	padding:50px 0 17px 0;
}

.sitename {
	font-size:12px;
	color:#0080ff;
}

.org_articles_linked .sitename, .aside .sitename, .activity .sitename{
	font-size:14px;
	color:#000000;
}

.contacts2 {
	font-size:13px;
	line-height:22px;
	color:#6e7073;
	margin:20px 0 0 0;
}

.line-bg {
	zoom:1;
	overflow:hidden;
	background:url(../img/grey.gif) repeat-y 210px 0;
	margin:-20px 0 0 0;
	padding:35px 0 0 0;
}

.main-info .left2 {
	float:left;
	width:210px;
}

.main-info .right2 {
	float:right;
	width:412px;
}

.noline1 .content-bg {
	background-position:705px 0!important;
}

.list5 {
	font-size:12px;
	list-style:none;
	margin:19px 0 23px 0;
	padding:0;
	zoom:1;
	overflow:hidden;
}

.list5 li {
/*
	float:left;
	white-space:nowrap;
	margin:0 19px 0 0;
*/
	display:inline-block;
	white-space:nowrap;
	margin:0 16px 0 0;
	vertical-align:middle;


}

.list5 li a {
	color:#0080ff;
}

.list6 {
	font-size:12px;
	list-style:none;
	margin:19px 0 26px 0;
	zoom:1;
	overflow:hidden;
	line-height:26px;
	padding:13px 0 18px 0;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}

.list6 li {
	white-space:nowrap;
	float:left;
	margin:0 20px 0 0;
}

.list6 li a {
	color:#0080ff;
}

.article1 h2,
.article1 h3 {
	color:#000;
}

.article12 {
	margin:0 0 22px 0;
	font-size:12px;
	line-height:17px;
	width:255px;
}

.article12 img {
	display:block;
	margin:0 0 7px 0;
}

.article12 .author {
	color:#878a8d;
	margin:0 0 6px 0;
}

.article12 h2 {
	line-height:22px;
	margin:6px 0 10px 0;
}

.all2 {
	font-size:13px;
	color:#a4a5a9;
	/*margin:22px 0;*/
	margin:0 0 22px 0;
}

.all2 a {
	color:#0080ff;
}

.article1 .photo2 {
	margin:12px 0 5px 0;
}

.article1 .date3 {
	font-size:11px;
	color:#8a8b8b;
	margin:0 0 3px 0;
}

.aside .article1 {
	margin:20px 0;
}

.hr {
	height:1px;
	overflow:hidden;
	margin:23px 0 37px 0;
	background:#ccc;
}

.links2 {
	line-height:20px;
	font-size:14px;
	margin:20px 12px;
}

.links2 a {
	text-decoration:none;
	color:#0080ff;
	text-decoration:underline;
}

.links2 a:hover {
	text-decoration:underline;
}

/*
body.body-blue {
	background:#adcaeb url(../img/content-bg-blue.jpg) no-repeat 50% 0;
}

body.body-blue #wrapper {
	background:url(../img/content-bg-blue.jpg) no-repeat 50% 0;
}
*/

body.body-blue .content {
	background:none;
	margin:0 24px 0 8.5px;
	left:0;
	padding-right:0;
	padding-left:0;
	padding-top:25px;
	background:#fff;
/*	background:#fff url(../img/content-bg-blue.jpg) no-repeat -426px -213px;*/
}

body.body-blue .content .content-bg {
	background-position:680px 0;
}

body.body-blue .header {
	height:79px;
	background:url(../img/black43.png) repeat-x 0 17px;
	margin:0 24px 134px 9px;
}

body.body-blue .header .menu {
	bottom:25px;
	color:#fff;
}

body.body-blue .header .menu li a {
	background:none;
	color:#fff;
}

body.body-blue .header .menu li.active a,
body.body-blue .header .menu li.active li.active {
	color:#000!important;
}

body.body-blue .search,
body.body-blue .rss-link,
body.body-blue .menu-cover,
body.body-blue .footer .b-menu,
body.body-blue .footer .copy {
	display:none;
}

body.body-blue .aside {
	width:253px;
	padding:174px 16px 0 0;
}

body.body-blue .mainContent {
	width:634px;
	padding-left:22px;
}

body.body-blue .line-bg {
	background-position:211px 0;
}

body.body-blue .main-info .right2 {
	float:right;
	width:392px;
}

body.body-blue .halves .half {
	width:307px;
}

body.body-blue .footer {
	margin:27px 24px 0 9px;
	background:#627386;
	padding-top:24px;
	padding-bottom:16px;
}

body.body-blue .menu li {
	padding-left:17px;
	padding-right:17px;
}

body.body-blue .menu li ul li {
	padding:0 17px;
}

.lnk_add{
	color: grey;
	/*margin: 20px 0 25px 0;*/
}

.lnk_add a{
	text-decoration: underline;
	color:#0080ff;
	font-size:90%;
}

.lnk_add a:hover{
	text-decoration: none;
	color:#0080ff;
	font-size:90%;
}

.right2 h1 sup{
	font-size: 12px;
}

.orphus{
	margin: 0 auto;
	text-align: left; 
	width: 160px;
}

.orphus img{
	float:left; 
	margin:0 5px;
}

.orphus b{
	display: block;
}

.left2 .fa{
	margin: 5px 5px 0 0; font-size: 16px;
}

.services{
    margin: 20px 0;
    line-height: 20px;
    font-size: 14px;
    color: #292929;
}

.adv_info{
    position: relative;
    margin: 60px 0 0 0;
    color: #ababab;
	font-size: 90%;
}
.adv_info .hdr{
    font-weight: bold;
}
.adv_info .firm{
    font-style: italic;
	color: #b2b2b2;
}
.adv_info a{
	color: #b2b2b2;
    text-decoration: none;
}

.activity a{
	font-size: 16px;
}

.activity_descr{
    font-size: 14px;
    margin: 15px 25px 25px 0;
	line-height: 18px;
}

.activity_title{
    padding: 0 20px 0 0;
}

.activity_title_add{
    color: #878a8d;
    margin: 0 0 6px 0;
}
