@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #111;
	text-decoration: none;
	background-color: #FFF;
	background-image: none;
	background-repeat: no-repeat;
	text-align: left;
	list-style-position: outside;
	list-style-type: square;
}
.clear {
	clear: both;
}
.clear-side {
	clear: both;
	margin-bottom: 20px;
}

#head {
	float: left;
	width: 100%;
	height: 110px;
	overflow: hidden;
}
#l-h {
	float: left;
	width: 300px;
	height: 110px;
	margin-left: 10px;
}
#c-h {
	float: none;
	margin: 0 auto;
	width: 300px;
	height: 100px;
	background-image: url(/images/note-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
#c-h .t-c {
	margin: 10px;
	width: 280px;
	height: 90px;
	text-align: center;
	margin-top: 0;
}
.t-c p {
	margin-top: 0;
	padding-top: 0;
}
#r-h {
	float: right;
	width: 220px;
	height: 110px;
	margin: 0;
	margin-right: 10px;
}
#r-h .t-icon {
	width: 18px;
	height: 18px;
	margin: 3px;
	border: 0;
}
#r-h .s-c {
	width: 220px;
	height: 24px;
	overflow: hidden;
}
#r-h #search-input {
	float: left;
	width: 180px;
	height: 16px;
	clear: left;
	margin-top: 7px;
	color: #aaa;
	padding-left: 3px;
	border: 1px solid #ddd;
}
#r-h .do-search {
	float: left;
	width: 24px;
	height: 24px;
	margin-top: 5px;
	margin-left: 3px;
	background-color: #fff;
	background-image: url(/images/icons/search.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
}
#r-h .do-search:focus {
	border: 0;
}
#date-time {
	float: left;
	width: 300px;
	height: 20px;
	margin-top: 5px;
	margin-left: 18px;
}
#date-time span {
	font-weight: bold;
	font-style: italic;
}
#logo {
	float: left;
	width: 300px;
	height: 75px;
}
#logo img {
	border: 0;
}
#menu {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
}
#menu .menu {
	margin: 0;
	width: 100%;
	padding: 2px 0;
	padding-bottom: 4px;
	text-align: left;
	list-style: none;
	background-color: #151e4c;
	background-image: url(../images/menu_corner.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.menu li {
	color: #fff;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 0;
	text-align: center;
	display: inline;
}
.menu li.d {
}
.menu li a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
.menu li a:hover {
	text-decoration: underline;
}
#menu .sub-menu {
	margin: 0;
	padding: 3px 15px;
	list-style: none;
	text-align: left;
}
.sm-c {
	width: 100%;
	margin: 0;
	background-color: #0186cc;
}
.sub-menu li {
	color: #fff;
	font-weight: bold;
	padding: 0 5px;
	text-align: center;
	font-size: 12px;
	display: inline;
}
.sub-menu li a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
.sub-menu li a:hover {
	text-decoration: underline;
}
.side-list {
	list-style-type: square;
	text-align: left;
	color: #666;
	font-size: 12px;
	list-style-position: outside;
}
.side-list li a {
	text-decoration: none;
	font-weight: bold;
	color: #555;
}
.side-list li a:hover {
	color: #333;
}
.side-list li span.small {
	font-size: 11px;
	font-weight: normal;
}
.banners-l img {
	border: 1px solid #aaa;
}
.banners.left img {
	border: 1px solid #aaa;
}
.banners.content {
	width: 100%;
	padding-bottom: 10px;
}
.banners.content p {
	margin: 0;
	padding: 0;
	padding: 3px 0;
}
.banners.content img {
	border: 0;
}
#skeleton {
	width: 100%;
	border: 0;
}
#skeleton .left_column, #skeleton .right_column {
	width: 25%;
	vertical-align: top;
	text-align: center;
}
#skeleton .central_column {
	width: 50%;
	vertical-align: top;
}
#footer {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 20px;
	background-color: #eee;
	border-top: 3px solid #aaa;
	clear:both;
}
#footer p {
	font-size: 11px;
	color: #333;
}
#footer .fl {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
#footer .fl p {
	margin-top: 0;
}
#footer .fr {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.banners.top {
	width: 100%;
	text-align: center;
}
.banners.top img {
	border: 1px solid #ccc;
}
.banners.topline {
	width: 100%;
	text-align: center;
	padding-top: 5px;
}
.banners.topline p {
	margin: 0;
	padding: 5px 0;
}
.hfield {
	display: none;
}
.top_block {
	width: 25%;
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
	margin: 0 10px;
}
.top_block.last {
	
}
.top_block .cont {
	padding: 10px;
	height: 120px;
	overflow: auto;
}
.block_block-lines {
	width: 100%;
}
.block-title {
	color: #000080;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
}
.block-title a {
	color: #000080;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}
ul.block-lines {
	margin: 0;
	padding: 0;
	width: auto;
	list-style: none;
	color: #333;
	float: left;
	clear: both;
	width: 100%;
}
ul.block-lines li {
	padding: 3px 0;
	border-bottom:1px dashed #b5b5b5;
	float: left;
	clear: both;
	width: 100%;
}
ul.block-ines li.last {
	border-bottom: 0;
}
ul.block-lines li .t-c {
	float: left;
}
ul.block-lines li .t-m {
	float: right;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	font-size: 11px;
}
ul.block-lines li a{
	color: #000080;
	text-decoration: none;
}
ul.block-lines li a:hover {
	text-decoration: underline;
}
ul.block-lines li span.date {
	font-weight: bold;
	color: #333;
	font-size:11px;
	text-transform: lowercase;
}
.clear{clear:both;}

.bbt {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #2a6fde) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #2a6fde 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#2a6fde');
	background-color:#3d94f6;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 18px;
	text-decoration:none;
	letter-spacing: 1px;
}
.bbt:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2a6fde), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #2a6fde 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a6fde', endColorstr='#3d94f6');
	background-color:#2a6fde;
}
.bbt:active {
	position:relative;
	top:1px;
}
.block_bbt {
	width: 100%;
	text-align: center;
}
.block_bottom-link {
	float: clear;
	width: 100%;
	text-align: center;
	padding: 3px 0;
}
.block_bottom-link a {
	color: #333;
	text-decoration: underline;
}
.metrika {
	font-size: 11px;
}
.metrika.h {
	margin-top: 10px;
	padding-top: 8px;
	border-top: 1px solid #e1e1e1;
}
.metrika a.ya-partner__title-link {
	font-size: 12px;
}
.footer-nav {
	padding: 5px 0;
	padding-top: 8px;
	width: 100%;
	clear: both;
	text-align: center;
}
.footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #333;
	text-align: center;
	width: auto;
}
.footer-nav ul li {
	padding: 0 8px;
	display: inline;
}
.footer-nav ul li a {
	text-decoration: none;
	color: #222;
}
.footer-nav ul li a:hover {
	text-decoration: underline;
}
.footer-icons {
	
}
.footer-icons img {
	margin-bottom: -3px;
	width: 16px;
	height: 16px;
	border: 0;
}
.source-head {
    clear: both;
    height: auto;
    background-color: #f5f5f5;
	border: 2px solid #e1e1e1;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	text-align: justify;
	padding: 10px;
}
.source-head.wide {
    width: auto;
}
.source-head img{
    float: left;
    background-color: #ddecf3;
    border: 2px solid #e1e1e1;
    margin-right: 8px;
    width: 200px;
    height: auto;
}
.source-head h3 {
    padding:0;
    margin:0;
    font-size: 14px;
    border: 0;
    text-align: left;
    text-transform: none;
	padding-bottom: 4px;
}
.source-head h3 a {
    text-decoration: none;
	font-weight: bold;
	color: #000080;
}
.source-head h3 a:hover {
    text-decoration: underline;
}
.source-head span.descr {
    color: #222;
    font-size: 12px;
    padding-top: 5px;
    text-transform: none;
    font-weight: normal !important;
	text-align: justify;
}
.alpha {
	width: 100%;
	text-align: center;
}
.alpha ul {
	width: 100%;
	width: auto;
	list-style: none;
	margin: 0;
	padding: 5px;
	text-align: center;
}
.alpha ul li {
	display: inline-block;
	text-transform: uppercase;
}
.alpha ul li a {
	float: left;
	clear: both;
	width: 18px;
	padding: 2px 0;
	text-align: center;
	background-color: #eee;
	border: 1px solid #e1e1e1;
	color: #333;
	text-decoration: none;
}
.alpha ul li.active a {
	background-color: #0186CC;
}
ul.list-col {
	list-style-type: square;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #555;
}
ul.list-col li {
	float: left;
	text-align: left;
	width: 50%;
	padding: 5px 0;
}
ul.list-col li a {
	color: #000080;
	/*text-decoration: none;
	background-color: #F5FAFD;
	border: 1px solid #E7EEF6;
	float: left;
	clear: both;*/
	padding: 4px 0;
	width: 100%;
}
ul.list-col li a:hover {
	text-decoration: underline;
}
ul.list-col h3 {
	clear: both;
	width: 100%;
	border: 0;
	font-size: 14px;
	padding: 10px 0;
}
.note {
	color: #000080;
	font-size: inherit;
}
p.note {
	padding: 4px 0;
	margin: 0;
}
.cats-list-container {
	width: 100%;
	padding: 10px 0;
	text-align: center;
}
ul.cats-list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
	text-align: center;
	float: left;
	clear: both;
}
ul.cats-list li {
	display: inline-block;
	padding: 0 12px;
}
ul.cats-list li a {
	float: left;
	clear: both;
	padding: 15px 40px;
	padding-left: 45px;
	background-position: 5px 50%;
	background-repeat: no-repeat;
	color: #0186CC;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-color: #fdfeff;
	border: 2px solid #E7EEF6;
}
ul.cats-list li a:hover {
	background-color: #f6fafd;
	text-decoration: none;
}
ul.cats-list li.active a {
	background-color: #ecf4f9;
}
ul.cats-list li a.male {
	background-image: url(../images/icons/male32.png);
}
ul.cats-list li a.female {
	background-image: url(../images/icons/female32.png);
}
ul.links-list li a {
	color: #0186CC;
	text-decoration: underline;
}
ul.links-list li a:hover {
	text-decoration: none;
}