.issue {
	position: relative;
}

.issue .pdf_block {
	position: absolute;
    top:5px;
    left: 5px;
	width: 30px;
}

.issue .pdf_block img {
	width: 30px;
    border: none;
}

.h-index { 
    font-size: 11px;
    font-style: italic;
}

div.editorail-board-block-text h3 a {
 	color: #000;
    font: bold 12pt Arial;
}

span.tech-req-underline {
	text-decoration: underline;
}


            .send_issue_form .refresh-captcha {
				max-width: 28px;
                margin-left: 21px;
                cursor: pointer;
            }

.editorail-board-block {
	margin: 10px 0;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
}

.editorail-board-block div {
	display: inline-block;
    vertical-align: top;
}

.editorail-board-block div.editorail-board-block-image {
	width: 220px;
    border-radius: 4px;
    margin-right: 10px;
    text-align: center;
    padding: 8px 0;
}

.editorail-board-block div.editorail-board-block-image img {
	vertical-align: middle;
    max-width: 200px;
}

.editorail-board-block div.editorail-board-block-text {
	width: 490px;
    padding-bottom: 8px;
}

.send_issue .warning_author {
	color: #e60000;
    font-size: 13px;
}

.send_issue tr td.send_form {
	text-align:center;
}

.send_issue tr td.send_form input[type="submit"] {
	background-color: #00a1cd;
    color: #fff;
    font-size: 18px;
    width: 200px;
    cursor: pointer;
}

.send_issue tr td.article_file input[type="file"] {
	width: 715px;
    padding: 4px;
}

.send_issue tr td.author_td input[type="text"] {
	float: left;
    margin: 5px 5px 0 0;
    width: 216px;
}

.send_issue tr td.author_td input[type="text"]:first-child {
	margin-top: 0;
}

.send_issue tr td {
	width: 360px;
}

.send_issue tr td:first-child {
	padding-left: 0;
}

.send_issue tr td input[type="text"],
.send_issue tr td input[type="file"],
.send_issue tr td input[type="submit"],
.send_issue tr td textarea {
	width: 330px;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #cdcdcd;
}

.send_issue tr td textarea {
	resize: none;
    height: 100px;
}

.index-buttons a {
	display: inline-block;
    background: url(/conf/fermet/webapp/img/steel.jpg) no-repeat center center;
    width: 230px;
    height: 230px;
    border-radius: 6px;
    text-align:center;
    margin: 8px 0 8px 14px;
    text-decoration: none;
    line-height: 230px;
}

.index-buttons a:hover {
    opacity: 0.8;
}

.index-buttons a.first {
	margin-left: 0;
}

.index-buttons a span {
	color: #000;    
    font-size: 24px;
}

.pagination a, .pagination span, .pagination-type a, .pagination-type span {
	margin-left: 10px;
}

.pagination strong, .pagination-type strong {
	display: inline-block;
    font-weight: bold;
    width: 200px;
}

.pagination-type {
	margin-bottom: 15px;
}

.content .text-decoration p {
	text-align: justify;
}

.article {
	border-bottom: 1px solid #AAAAAA;
    margin-bottom: 22px;
    position: relative;
}

.article-header {
	margin: 30px 0 20px;
}

.article .article-block {
	margin-bottom: 10px;
}

.article .article-info {
	display: none;
}

.article h3 {
	font-size: 10pt;
    cursor: pointer;
    width: 650px;
}

.article .pages {
	width: 80px;
	text-align: right;
    position: absolute;
    right: 0;
    top:0;
}

.article h3:hover {
	text-decoration: underline;
}

.issue {
	display: inline-block;
    width: 240px;
	margin: 0 3px 5px 0;
    vertical-align: top;
}

.issue a {
	display: block;
	width: 239px;
    overflow: hidden;
}

.issue img {
	max-width: 230px;
    border: 1px solid #ccc;
}

* {
	padding:0;
	margin:0;
	outline:0;
}
html, body{
	background-color:#ffffff;
	font:9pt Arial;
	color:#000;
}
body {
	background:url('/conf/fermet/webapp/img/head-bg.png') repeat-x;
    background-position: center 33px;
}
a{
	font:9pt Arial;
	color:#005c97;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
h1{
	font:bold 18pt Tahoma;
	color:#000;
	margin:10px 0;
}
h2 {
	color:#000;
	font:bold 14pt Arial;
}
h3 {
	color:#000;
	font:bold 12pt Arial;
	margin:10px 0;
}
h4{
	color:#000;
	font:bold 11pt Arial;
	margin:10px 0;
}
div {position:relative;}
.clear {
	clear:both;
	height:0px;
}
img,
form fieldset {
	border:0;
}

/*****************archive****************/
.archive-shell {
	width:100%;
	height:32px;
	background:url('/conf/fermet/webapp/img/archive-bg-1.png') repeat-x;
    border-bottom: 1px solid #E3E9EA;
}
.archive {
	width:1024px;
	height:32px;
	margin:0 auto;
}
.archive .archive-shit {
	width:800px;
	float:right;
	margin-top:7px;
}
.archive .archive-shit .prev-month,
.archive .archive-shit .next-month {
	width:14px;
	height:16px;

	cursor:pointer;
	float:right;
}
.archive .archive-shit .prev-month {
	background:url('/conf/fermet/webapp/img/arr-prev.png') center center no-repeat;
}
.archive .archive-shit .next-month {
	background:url('/conf/fermet/webapp/img/arr-next.png') center center no-repeat;
}
.archive .archive-shit p {
	color:#fff;
	float:left;
	font:8pt Tahoma;
	margin-right:20px;
}
.archive .archive-shit .month-list {
	float:right;
	width:645px;
	overflow:hidden;
	height:18px;
}
.archive .archive-shit .month-list ul {
	list-style:none;
	width:9999px;
	margin:0 0 0 -10px;
}
.archive .archive-shit .month-list ul li {
	float:left;
	margin:0 35px;
}
.archive .archive-shit .month-list ul li a {
	text-decoration:none;
	font:8pt Tahoma;
	color:#fff;
}
.archive .archive-shit .month-list ul li.current a {
	color:#929292;
	cursor:default;
}
/**************end-archive***************/


/*****************main****************/
.main {
	width:1024px;
	height:auto;
	margin:0 auto;
}
.container, .footer {
	width:100%;
}
/**************end-main***************/


/*****************header****************/
.header {
	width:1024px;
	margin:0 auto;
	height:114px;
	overflow:hidden;
}
.header ul.date {
	list-style:none;
	float:right;
}
.header ul.date li span {
	color: #767676;
    display: inline-block;
    font: bold 8pt Tahoma;
    padding: 3px 4px;
    text-transform: uppercase;
}
.header ul.date li {
	float:left;
	margin:0 1px;
}
.header ul.date li a {
	text-decoration:none;
}
.header ul.date li a span {
	display:inline-block;
	padding:3px 4px;
	cursor:pointer;
	color:#000;
	font:bold 8pt Tahoma;
	text-transform:uppercase;
}
.header ul.date li a.gray span {
	color: #767676;
}
.header ul.date li:hover a span,
.header ul.date li.current a span {
	background-color:#c81010;
	color:#fff;
}

.header ul.date li.current a span,
.header ul.date li.current a {
	cursor:default;
}
.header .logo1,
.header .logo2,
.header .search {
	float:left;
}
.header .logo1 {
	margin: 24px 0 0 45px;
}
.header .logo2 {
	margin: 19px 0 0 60px;
}
.header .search {
	margin:35px 0 0 40px;
}
.header .search .search-left {
	width:7px;
	height:23px;
	background:url('../img/search-lr.png') no-repeat;
	float:left;
}
.header .search .search-inp {
	border: 1px solid #cdcdcd;
    border-right: none;
    border-radius: 4px 0 0 4px;
    color: #000;
    float: left;
    font: 10pt/23px Tahoma;
    height: 23px;
    padding: 0 4px;
    width: 139px;
}
.header .search .search-butt {
	border: 1px solid #cdcdcd;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    height: 25px;
    width: 65px;
    line-height: 18px;
    color: #555;
}
.header .search p {
	font:8pt Tahoma;
	color:#939495;
	margin-top:5px;
	visibility: hidden;
}
.header .search p a {
	text-decoration:none;
}
.header .search p a span {
	display:inline-block;
	padding:0 2px;
	color:#005c97;
	border-bottom:1px dashed #005c97;
}
.header .search p a span:hover,
.header .search p a.current span {
	border:0;
	background-color:#d0d0d0;
	color:#000;
}



.header .sign {
	float:right;
	margin:40px 35px 0 0;
}

.header .sign p,
.header .sign .signin,
.header .sign .reg {
	float:left;
}


.header .sign p {
	color:#939495;
	margin-left:5px;
}


.header .sign .signin,
.header .sign .reg {
	margin:0 10px;
	visibility: hidden;
}
.header .sign .signin a,
.header .sign .reg a {
	line-height:16px;
	text-decoration:none;
	border-bottom:1px dashed #005c97;
	color:#005c97;
}
.header .sign .signin a:hover,
.header .sign .reg a:hover {
	border:0;
}
.header .sign .signin img,
.header .sign .reg img {
	float:left;
	margin-right:3px;
}
/**************end-header***************/


/*****************topmenu****************/
.topmenu {
	width:1050px;
	margin:0 auto;
	height:57px;
	background:url('/conf/fermet/webapp/img/topmenu-shell-bg.png') top left repeat-x;
}
.topmenu .topmenu-left,
.topmenu .topmenu-right {
	width:25px;
	height:54px;
	float:left;
	background:url('/conf/fermet/webapp/img/topmenu-left.png') no-repeat;
}
.topmenu .topmenu-right {
	background:url('/conf/fermet/webapp/img/topmenu-right.png') no-repeat;
}
.topmenu ul {
	list-style:none;
}
.topmenu ul li {
	float:left;
	background:url('/conf/fermet/webapp/img/topmenu-bg.png') repeat-x;
	height:54px;
	position:relative;
}
.topmenu ul li a {
	text-decoration:none;
	position:relative;
	float:left;
	margin-top:2px;
}
.topmenu ul li a span {
	display:inline-block;
	position:relative;
	padding:15px 23px;
	border-right:1px solid #c4c5c5;
	cursor:pointer;
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
}
.topmenu ul li.last-item a span {
	border:0;
}
.topmenu ul li a span img {
	margin-left:10px;
}
.topmenu ul li.current a span,
.topmenu ul li:hover a span {
	background:url('../img/topmenu-hover.png');
}
.topmenu ul li.current a span,
.topmenu ul li.current a {
	cursor:default;
}

.topmenu ul li.subs:hover a span {
	padding-bottom:23px;
}
.topmenu ul li:hover .submenu {
	display:block;
}
.topmenu .submenu {
	display:none;
	position:absolute;
	width:auto;
	background-color:#00a2d1;
	width:350px;
	top:49px;
	z-index:1000;
	padding:10px 15px;
	behavior: url('css/PIE.htc');
	border-radius:12px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		-khtml-border-radius: 12px;
}
.topmenu .submenu ul {
	float:left;
}
.topmenu .submenu ul li {
	background:none;
	float:none;
	height:auto;
	margin:7px 10px;
}
.topmenu .submenu ul li a {
	text-decoration:none;
	color:#000;
	float:none;
}

.send-artic {
    float: right;
    margin: 0 26px 0 -50px;
    z-index: 10;
}
.send-artic p {
	float:left;
	background:url('/conf/fermet/webapp/img/topmenu-bg.png') repeat-x;
	height:54px;
}
.send-artic p a {
	float:left;
	margin-top:2px;
	text-decoration: none;
}
.send-artic p a span {
	display:inline-block;
	position:relative;
	padding:15px 15px;
	cursor:pointer;
	color:#8d0707;
	text-decoration: none;
}
.send-artic p:hover a span {
	background:url('../img/topmenu-hover.png');
	color:#000;
}
/**************end-topmenu***************/


/*****************container****************/
.container {
	overflow:hidden;
}
.content {
	width:730px;
	height:auto;
	overflow:hidden;
	float:left;
	padding-top: 20px;
}
.content .slider {
	width:727px;
	height:392px;
	background:url('../img/slider-corner.png') left top no-repeat #f5f5f5;
	behavior: url('css/PIE.htc');
	border-radius:10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;
}
.content .slider .leftbar {
	width:90px;
	float:left;
	margin:40px 0 0 30px;
}
.content .slider .leftbar .slide-prev,
.content .slider .leftbar .slide-next {
	width:90px;
	height:25px;
	cursor:pointer;
	background:url('../img/slider-arrows.png') top center no-repeat;
}
.content .slider .leftbar .slide-next {
	background:url('../img/slider-arrows.png') bottom center no-repeat;
}
.content .slider .leftbar .slide-img {
	width:90px;
	height:285px;
	overflow:hidden;
	margin:5px 0;
}
.content .slider .leftbar .slide-img ul {
	list-style:none;
}
.content .slider .leftbar .slide-img ul li {
	margin:2px 0;
}

.content .slider .images {
	width:570px;
	height:auto;
	float:right;
	margin:0 20px 0 0;
	position: absolute;
	top:0;
	left:150px;
}
.content .slider .images p.title {
	font:15pt Tahoma;
	color:#005c97;
	width:420px;
	float:left;
	margin-top:5px;
}
.content .slider .images p.date {
	font:10pt Tahoma;
	float:right;
	position:absolute;
	right:8px;
	top:48px;
}
.content .slider .images .slide-images {
	position:absolute;
	top:72px;
	height:310px;
	left:0;
}
.content .slider .images .slide-images ul {
	list-style:none;
}
.content .slider .images .slide-images ul li{
	position:absolute;
	left:0;
	top:0;
}
.content .slider .images .slide-numb {
	position:absolute;
	bottom:2px;
	left:3px;
	height:40px;
	width:100px;
}
.content .slider .images .slide-numb p {
	color:#fff;
	font:27pt Arial;
}
.content .slider .images .slide-numb p span {
	float:left;
}
.content .slider .images .slide-numb p i {
	font-style:normal;
	font-size:14pt;
	padding:5px 0 0 2px;
	float:left;
}

.content .event-block {
	width:100%;
	height:auto;
	overflow:hidden;
	background:url('../img/grey-grad.png') repeat-x;
	margin:20px 0;
}
.content .event-block h2 {
	margin:20px;
}
.content .event-block .event-spacer {
	width:2px;
	height:330px;
	float:left;
	background-color:#e1e1e1;
}
.content .event-block .event-item {
	float:left;
	width:200px;
	height:397px;
	margin:0 16px 0 23px;
}
.content .event-block .event-item p {
	margin:10px 0;
	font:9pt Tahoma;
	color:#343434;
}
.content .event-block .event-item p.event-path {
	font:8pt Tahoma;
	color:#000;
}
.content .event-block .event-item p a {
	font:12pt Arial;
	margin-bottom:10px;
}
.content p.event-more {
	position:absolute;
	bottom:5px;
	left:0;
}
.content p.event-more a {
	text-decoration:none;
}
.content p.event-more a img {
	float:left;
}
.content p.event-more a span {
	text-decoration:underline;
	font:9pt Tahoma;
	float:left;
	margin:-1px 0 0 5px;
}
.content p.event-more a:hover span {
	text-decoration:none;
}

.content p.breadcrumbs {
	font:italic 8pt Arial;
	color:#8b8b8b;
}
.content .click {
	float:right;
	margin:-50px 0 -40px 0;
	text-align:right;
}
.content .click a img {
	margin:5px 0;
}

.content .news-item {
	margin:20px 0;
}
.news-item a.news-opt {
	float:right;
	margin:15px 5px 0;
}
.content .news-item p {
	padding:5px 0;
}
.content .news-item p.news-item-title {
	padding:5px 0 0;
}
.content .news-item .item-title {
	font-size:15pt;
    border-bottom: 1px solid #555;
}
.content .news-item p.item-date,
.content .news-item p.item-date a {
	font:8pt Tahoma;
	color:#aaaaaa;
	padding: 5px 0;
}
.content p.news-more {
	float:left;
}
.content p.news-more img{
	float:left;
	margin-right:5px;
}
.content .comment-quant {
	float:right;
}
.content .comment-quant img {
	float:left;
	margin-right:5px;
}
.content .comment-quant a {
	text-decoration:none;
}

.content .tegs-cloud {
	width:100%;
	height:auto;
	margin:10px 0;
	background-color:#f7f7f7;
	behavior: url('css/PIE.htc');
	border-radius:5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
}
.content .tegs-cloud img {
	float:left;
	margin: 5px 10px;
}
.content .tegs-cloud p {
	line-height:10px;
}
.content .tegs-cloud p a {
	text-decoration:none;
	font:8pt Tahoma;
}
.content .paginator {
	margin:10px 0 15px;
	float:left;
}
.content .paginator ul {
	list-style:none;
}
.content .paginator ul li {
	float:left;
	position:relative;
	margin:0 3px;
}
.content .paginator ul li.pag-prev a,
.content .paginator ul li.pag-next a {
	width:31px;
	height:24px;
	display:block;
	cursor:pointer;
	background:url('../img/pag-arrow.png') no-repeat;
}
.content .paginator ul li.pag-next a {
	background-position:-31px 0;
}
.content .paginator ul li a {
	text-decoration:none;
	position:relative;
}
.content .paginator ul li a span {
	display:inline-block;
	position:relative;
	cursor:pointer;
	padding:5px 9px;
	background-color:#e5e5e5;
	behavior: url('css/PIE.htc');
	border-radius:5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
}
.content .paginator ul li.current a span,
.content .paginator ul li:hover a span {
	color:#000;
}
.content .paginator ul li.current a span,
.content .paginator ul li.current a {
	cursor:default;
}

.subscribe .journal-img {
	float:left;
	margin:0 20px 20px 0;
	width:330px;
	text-align:center;
}
.subscribe p {
	padding:0 0 15px;
	font:10pt Tahoma;
	color:#333;
}
.subscribe .subs-form {
	width:100%;
	float:left;
	margin-top:20px;
}
.subscribe .subs-form {
	width:615px;
}
.subscribe .subs-form form {
	margin:20px 0;
	width:100%;
}
.subscribe .subs-form fieldset {
	border:0;
	margin:15px 0;
	width:100%;
}
.subscribe .subs-form fieldset input.check {
	float:right;
	margin:2px 3px 0 0;
}
.subscribe .subs-form fieldset p.month-numb {
	margin:0px 7px 0 0;
}
.subscribe .subs-form fieldset p.total-price {
	width:360px;
	text-align:left;
	color:#000;
	font:bold 11pt Tahoma;
}
.subscribe .subs-form fieldset p.total-price span {
	color:#1d6da1;
}
.subscribe .subs-form fieldset .inp-right,
.subscribe .subs-form fieldset .inp-left {
	width:10px;
	height:23px;
	background:url('../img/subs-f-inp-lr.png') no-repeat;
	float:right;
}
.subscribe .subs-form fieldset .inp-right {
	background-position:-10px 0;
	margin-right:20px;
}
.subscribe .subs-form fieldset input.text {
	width:335px;
	height:23px;
	line-height:23px;
	padding:0 3px;
	background:url('../img/subs-f-inp-bg.png') repeat-x;
	float:right;
	border:0;
}
.subscribe .subs-form fieldset p {
	float:right;
	text-align:right;
	color:#333;
	font:9pt Tahoma;
	margin-right:20px;
	padding:0;
}
form fieldset input.contin {
	width:121px;
	height:23px;
	background:url('../img/continue.png') no-repeat;
	cursor:pointer;
	border:0;
	margin:10px 0 10px 300px;
	float:none;
}
.content .payment {
	width:690px;
	padding:20px;
	overflow:hidden;
	height:auto;
	background-color:#f5f5f5;
	behavior: url('css/PIE.htc');
	border-radius:7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		-khtml-border-radius: 7px;
}
.content .payment .message {
	width:660px;
	overflow:hidden;
	background-color:#565c68;
	behavior: url('css/PIE.htc');
	border-radius:7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		-khtml-border-radius: 7px;
	padding:15px;
}
.content .payment .message .mess-price {
	width:200px;
	float:left;
	text-align:left;
}
.content .payment .message .mess-price p {
	color:#fff;
	font:11pt Tahoma;
}
.content .payment .message .mess-price p span {
	font-size:16pt;
}
.content .payment .message .mess-text {
	width:440px;
	float:left;
}
.content .payment .message .mess-text p {
	color:#fff;
}
.content .payment .message .mess-text p.back {
	margin-top:10px;
}
.content .payment .message .mess-text p.back a span {
	display:inline-block;
	position:relative;
	cursor:pointer;
	background:url('../img/white-arrow.png') 7px center no-repeat #e82c2c;
	behavior: url('css/PIE.htc');
	border-radius:3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
	color:#fff;
	padding:1px 15px 3px 20px;
	text-decoration:underline;
}
.content .payment .message .mess-text p.back a span:hover {
	text-decoration:none;
}


.content .payment .method-item {
	width:658px;
	height:160px;
	margin:0 0 20px 11px;
	background-color:#fdfdfd;
	behavior: url('css/PIE.htc');
	border-radius:7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		-khtml-border-radius: 7px;
}
.content .payment .method-item img {
	float:left;
	margin:15px;
}
.content .payment .method-item p.method-title {
	font:12pt Tahoma;
	color:#c81010;
	padding:11px 0 0px 70px;
}
.content .payment .method-item p {
	font:9pt Tahoma;
	color:#333333;
	padding:0 20px 0 70px;
}
.content .payment .method-item  ul {
	list-style:none;
	margin:15px 0 0 70px;
}
.content .payment .method-item ul li {
	float:left;
	margin:0 15px 0 0;
}
.content .payment .method-item ul li a img {
	margin:0;
}





.content .disclaimer {
	margin:20px 0;
}
.content .disclaimer p.star{
	padding:0;
	float:left;
	margin-top:0px;
}
.content .disclaimer p {
	padding-left:30px;
	font:8pt Arial;
	color:#8b8b8b;
}


.rightbar {
	width:265px;
	height:auto;
	overflow:hidden;
	float:right;
}

.rightbar .r-news {
	margin:20px 0;
	padding:0 10px;
}
.rightbar .r-news .r-news-item {
	margin:10px 0 25px;
}
.rightbar .r-news .r-news-item .date {
	color:#566267;
	margin:5px 0 10px;
}
.rightbar .r-news .r-news-item .r-news-item-title {
    font-size:10pt;
    font-weight:bold;
	margin:5px 0;
}
.rightbar .r-news .r-news-item .r-news-item-text {
	color:#343434;
}

.rightbar .r-news .r-news-all {
	padding:1px 10px 3px 23px;
	background:url('../img/r-news-all.png') 10px center no-repeat #e5e5e5;
	behavior: url('css/PIE.htc');
	border-radius:5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
	float:left;
	margin:-10px 0 10px;
}


.rightbar .r-subscribe {
	margin:20px 0;
	width:190px;
	padding:15px 25px;
	behavior: url('css/PIE.htc');
	border-radius:10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;
	background-color:#f5f5f5;
	overflow:hidden;
}
.rightbar .r-subscribe form {
	margin:10px 0;
}
.rightbar .r-subscribe .inp-left {
	width:9px;
	height:23px;
	background:url('../img/subs-inp.png') no-repeat;
	float:left;
}
.rightbar .r-subscribe .ok-butt {
	width:32px;
	height:23px;
	background:url('../img/subs-inp.png') top right no-repeat;
	float:left;
	cursor:pointer;
	border:0;
}
.rightbar .r-subscribe .subs-inp {
	float:left;
	width:130px;
	height:23px;
	padding:0 5px;
	background:url('../img/subs-inp-bg.png') repeat-x;
	font:9pt/23px Tahoma;
	color:#868686;
	border:0;
}
.rightbar .r-subscribe ul {
	list-style:none;
}
.rightbar .r-subscribe ul li {
	float:left;
	margin:15px 10px 0 0;
}
.rightbar .r-subscribe ul li a {
	text-decoration:none;
	display:block;
	width:22px;
	height:22px;
	background:url('../img/social.png') no-repeat;
}
.rightbar .r-subscribe ul li.fb a {
	background-position:0 0;
}
.rightbar .r-subscribe ul li.tw a {
	background-position:-30px 0;
}
.rightbar .r-subscribe ul li.vk a {
	background-position:-60px 0;
}
.rightbar .r-subscribe ul li.rss a {
	background-position:-92px 0;
}

.rightbar .r-banner {
	width:242px;
	height:auto;
	padding:15px 0 10px;
	margin:10px 0;
	text-align:center;
	background-color:#f9f9f9;
	behavior: url('css/PIE.htc');
	border-radius:10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;
}

.rightbar .r-banner-misis{
	margin-bottom: 10px;
}



.cabinet {
	width:100%;
	height:auto;
}
.cabinet .cab-left {
	width:170px;
	height:auto;
	float:left;
}
.cabinet .cab-left p {
	margin-top:10px;
}
.cabinet .cab-left p a span {
	display:inline-block;
	position:relative;
	cursor:pointer;
	background:url('../img/gray-arrow.png') 7px center no-repeat #e5e5e5;
	behavior: url('css/PIE.htc');
	border-radius:3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
	color:#206e9a;
	padding:1px 10px 3px 20px;
	text-decoration:underline;
}
.cabinet .cab-left p a span:hover {
	text-decoration:none;
}
.cabinet .cab-right {
	width:495px;
	height:auto;
	float:right;
	margin-right:20px;
}
.cabinet .cab-right .cab-name {
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:10px;
	border-bottom:1px solid #e8ebee;
}
.cabinet .cab-right .cab-name p {
	float:left;
	font:14pt Tahoma;
}
.cabinet .cab-right .cab-name .rating {
	float:right;
}
.cabinet .cab-right .cab-name .rating .plus,
.cabinet .cab-right .cab-name .rating .minus {
	width:11px;
	height:11px;
	display:block;
	text-decoration:none;
	cursor:pointer;
	background:url('../img/comment-arrow.png') no-repeat;
	float:left;
	margin-top:3px;
}
.cabinet .cab-right .cab-name .rating .minus {
	background-position:0 -11px;
	margin-top:4px;
}
.cabinet .cab-right .cab-name .rating span {
	float:left;
	margin:0 10px;
	padding:2px 5px;
	display:inline-block;
	background-color:#66a000;
	color:#fff;
	font:9pt Tahoma;
}
.cabinet .cab-right p.subs-butt {
	float:right;
	margin:10px 0;
}
.cabinet .cab-right p.subs-butt a span {
	display:inline-block;
	position:relative;
	cursor:pointer;
	background:url('../img/white-arrow2.png') 7px center no-repeat #83a940;
	behavior: url('css/PIE.htc');
	border-radius:3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
	color:#fff;
	padding:1px 10px 3px 20px;
	text-decoration:underline;
}
.cabinet .cab-right p.subs-butt a span:hover {
	text-decoration:none;
}
.cabinet .cab-right ul.cab-info {
	list-style:none;
	width:100%;
	margin:15px 0;
}
.cabinet .cab-right ul.cab-info li {
	width:100%;
	padding:10px;
	overflow:hidden;
}
.cabinet .cab-right ul.cab-info li.grey {
	background-color:#f6f6f6;
}
.cabinet .cab-right ul.cab-info li p {
	float:left;
	width:160px;
	text-align:left;
}
.cabinet .cab-right ul.cab-info li span {
	float:left;
	width:270px;
	text-align:left;
	font-weight:bold;
}
.cabinet .cab-right ul.cab-info li a span {
	text-decoration:underline;
	width:auto;
}
.cabinet .cab-right ul.cab-info li a span:hover {
	text-decoration:none;
}

.forms form {
	width:60%;
	margin:0 auto;
}
.forms.profile form {
	width:90%;
}
.forms form fieldset {
	width:100%;
	border:0;
	margin:15px 0;
}
.forms form fieldset input {
	border:1px inset #e0e0e0;
	position:relative;
	behavior: url('css/PIE.htc');
	border-radius:10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;
	height:20px;
	width:260px;
	padding:0 10px;
	font:9pt/20px Tahoma;
	float:right;
}
form fieldset input.alert {
	border:2px solid #ffc8c8!important;
}
.forms form fieldset p {
	float:right;
	margin-right:30px;
}
.forms form fieldset p.hint {
	width:160px;
	padding:0 10px;
	font:8pt Tahoma;
	color:#8b8b8b;
}
form fieldset p.alert span {
	float:none!important;
	width:100%!important;
	color:#a80000!important;
	margin-right:40px!important;
}
.inside form fieldset p.alert span {
	margin-right:140px!important;
}
form fieldset.buttons {
	text-align:center!important;
	margin:20px 0 20px!important;
}
form fieldset.buttons input {
	width:100px!important;
	height:23px!important;
	border:0!important;
	float:none!important;
	margin:0 10px!important;
	cursor:pointer!important;
}
form fieldset input.send {
	background:url('../img/send.png') no-repeat;
}
form fieldset input.clear {
	background:url('../img/clear.png') no-repeat;
}
form fieldset input.cont {
	background:url('../img/continue.png') no-repeat;
	width:121px;
}
form fieldset input.cont-121 {
	width:121px!important;
}

.forms form fieldset.radio input {
	width:auto;
	float:right;
	margin-right:10px;
}
.forms form fieldset.radio p {
	margin: 0 30px 0 20px;
}
.forms form fieldset.radio span {
	float:right;
	width:470px;
}
.forms form fieldset select {
	float:right;
}
.forms form fieldset select.year {
	width:100px;
	margin-right:210px;
}
.forms form fieldset select.month {
	width:115px;
}
.forms form fieldset select.day {
	width:65px;
}

/**************end-container***************/


/*****************footer****************/
.footer {
	width:980px;
	margin:0 auto;
	height:154px;
	border-top:1px solid #dbdbdb;
}
.footer .f-logo {
	float:left;
	margin:21px 0 0 17px;
}
.footer .f-center {
	width:500px;
	margin:30px 0 0 75px;
	float:left;
}
.footer .f-center ul {
	list-style:none;
	padding-bottom:25px;
}
.footer .f-center ul li {
	float:left;
	margin-right:35px;
}
.footer .f-center ul li a {
	font:9pt Tahoma;
}
.footer .f-center p {
	font:bold 8pt Tahoma;
}
.footer .f-center p span {

	float:right;
}

.footer .f-center p span, 
.footer .f-center p span a {
	font-weight:normal;
	width:200px;
	text-align:left;
	margin-right:180px;
}
.footer .f-counters {
	width:100px;
	float:right;
	text-align:right;
	margin-top:25px;
}
.footer .f-counters a img {
	margin:2px 0;
}
/**************end-footer***************/


/**************comments***************/

.comment-block {
	margin:30px 0;
	float:left;
	width:100%;
}

.comment-title p.title{
	font:20pt Arial;
	color:#000;
	float:left;
}
.comment-title a img {
	float:right;
	margin-top:3px;
}

.comments {
	position:relative;
	margin:20px 0;
}
.comments .comment-wrapper {
	margin-left: 20px;
}
.comments .first-wrapper {
	margin-left: 0;
}
.comment {
	width:100%;
	float:left;
	margin:5px 0;
}
.comment .content {
	font:10pt Arial;
	color:#000;
	background-color:#fff;
	border:1px solid #e8e8e8;
	behavior: url('css/PIE.htc');
	border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		-khtml-border-radius:5px;
	padding:10px 20px;
	overflow:hidden;
	position:relative;
	min-height:40px;
	width:82%;
	float:left;
}

.comment .voting {
	float:right;
	width:56px;
	position:absolute;
	right:-1px;
	top:13px;
}
.comment .voting .arrows-vot {
	float:left;
}
.comment .voting .plus,
.comment .voting .minus {
	width:11px;
	height:11px;
	display:block;
	background:url('../img/comment-arrow.png') no-repeat;
	text-decoration:none;
	margin:3px 5px;
}
.comment .voting .minus {
	background-position:0 -11px;
}
.comment .voting .total {
	color:#c1c2c2;
	float:left;
	margin-top:7px;
}
.comment .voting .positive {
	color:#36b100;
}
.comment .voting .negative {
	color:#f40000;
}
.comment .answer {
	margin:8px 7% 0 0;
	float:right;
}
.comment .answer a {
	text-decoration:none;
	border-bottom:1px dashed #005C97;
}
.comment .answer a:hover {
	border:0;
}

.comment ul.info {
	list-style:none;
	margin:7px 40px;
	float:left;
}
.comment ul.info li {
	float:left;
	font:8pt Arial;
}
.comment ul.info li.username {
	margin:0 5px 0 10px;
}
.comment ul.info li.username a {
	font-style:normal;
	text-decoration:none;
	font-size:9pt;
}
.comment ul.info li.date {
	margin-left:5px;
	font-size:8pt;
}
.comment .hide-comm {
	width:11px;
	height:11px;
	background-color:#f3f3f3;
	border:1px solid #e6e7e7;
	behavior: url('css/PIE.htc');
	border-radius:3px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		-khtml-border-radius:3px;
	float:left;
	cursor:pointer;
	margin:25px 10px 0 0;
}
.comment .hide-comm span{
	font:11pt Arial;
	color:#000;
	display:none;
	margin:-4px 0 0 1px;
	float:left;
	cursor:pointer;
}
.comment .hide-comm span.visible {
	display:block;
}

.add-text-comment {
	width:600px;
	height:245px;
	background-color:#f7f7f7;
	behavior: url('css/PIE.htc');
	border-radius:7px;
		-webkit-border-radius:7px;
		-moz-border-radius:7px;
		-khtml-border-radius:7px;
	float:left;
	margin:20px 0 20px 50px;
}
.add-text-comment textarea {
	width:515px;
	height:135px;
	resize:none;
	background-color:#fff;
	border:2px solid #888888;
	border-bottom:0;
	border-right:0;
	behavior: url('css/PIE.htc');
	border-radius:7px;
		-webkit-border-radius:7px;
		-moz-border-radius:7px;
		-khtml-border-radius:7px;
	margin:40px 45px 0;
}
.add-text-comment input, input.send-form {
	width:121px;
	height:23px;
	background:url('../img/send-comm.png') no-repeat;
	margin: 20px 0 0 45px;
	cursor:pointer;
	border:0;
}

/**************end-comments***************/


.content h1 {
	float:left;
	width:99%;
}
.add-comment-soc {
	width:100%;
}
.add-comment-soc a.add-comment {
	float:left;
}
.add-comment-soc ul.social2 {
	float:right;
	list-style:none;
}
.social-icons {
	float:right;
}
.add-comment-soc ul.social2 li {
	float:left;
	margin:0 3px;
}
.add-comment-soc ul.social2 li a {
	display:block;
	text-decoration:none;
	width:20px;
	height:20px;
	background:url('../img/social2.png') no-repeat;
}
.add-comment-soc ul.social2 li.fb a {
	background-position:0 0;
}
.add-comment-soc ul.social2 li.vk a {
	background-position:-20px 0;
}
.add-comment-soc ul.social2 li.tw a {
	background-position:-40px 0;
}
.add-comment-soc ul.social2 li.od a {
	background-position:-60px 0;
}
.add-comment-soc ul.social2 li.gp a {
	background-position:-80px 0;
}
.add-comment-soc ul.social2 li.lj a {
	background-position:-100px 0;
}






/**************text-decoration***************/
ol {
    counter-reset:li;
    padding:0;
    /*list-style:none;*/
	margin:10px 0;
}
ol li {
    position:relative;
    margin:0 0 6px 2em;
    padding:0 8px;
	/*font-weight:bold;*/
}
*:first-child+html ol li {
	list-style-type:expression(
        function(t){
            t.runtimeStyle.listStyleType = 'none';
            t.insertAdjacentHTML('afterBegin','<span class="list-item-before">' + (++t.parentNode.IEcounter || (t.parentNode.IEcounter = 1)) + '</span>');
        }(this)
    );
}

/*ol li:before {
    content:counter(li);
    counter-increment:li;
    position:absolute;
    top:2px;
    left:-2em;
    width:1.5em;
    padding:1px 0;
    color:#0066b4;
    background:#fff;
	border:1px solid #d5d5d5;
	behavior: url('css/PIE.htc');
	border-radius:2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-khtml-border-radius: 2px;
    font:8pt Arial;
    text-align:center;
}*/



.text-decoration p {
	padding:5px 0;
}
.text-decoration a {
	color:#333333;
	font-size: 11pt;
}
.text-decoration ul, .news-item ul {
	margin:10px 0 10px 2em;
	list-style-image:url('../img/marker.png');
}
.text-decoration ul li {
	/*font-weight:bold;*/
}

blockquote {
	width:620px;
	margin:10px 0;
	background:url('../img/blockquote.png') 20px 20px no-repeat #fefcf3;
	border:1px solid #f7edd7;
	behavior: url('css/PIE.htc');
	border-radius:10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		-khtml-border-radius:10px;
	padding:15px 15px 15px 80px;
}
img.left-image {
	float:left;
	padding:10px 10px 10px 0;
}
img.right-image {
	float:right;
	padding:10px 0 10px 10px;
}
img.center-image {
    display: block;
    margin: 0 auto;
}
/*.center-image {
	margin:10px 0;
	text-align:center;
}*/

.text-decoration table, .news-item table {
	border-collapse:collapse;
	width:100%;
	margin:10px 0;
}
.text-decoration table tr.odd, .news-item table tr.odd {
	background-color:#f3f3f3;
}
.text-decoration table tr th, .news-item table tr th{
	background-color:#676767;
	color:#fff;
}
.text-decoration table tr th,
.text-decoration table tr td,
.news-item table tr th,
.news-item table tr td {
	padding:3px 5px 3px 15px;
	width:33%;
	border:1px solid #fff;
	text-align:left;
}

/**************end-text-decoration***************/


/**************popups***************/
.popup {
	width:510px;
	height:auto;
	overflow:hidden;
	background-color:#fff;
	behavior: url('css/PIE.htc');
	border-radius:10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		-khtml-border-radius:10px;
	behavior: url('css/PIE.htc');
		box-shadow: 0 0 10px black; /* Параметры тени */
    	box-shadow: 0 0 20px rgba(0,0,0,0.5); /* Параметры тени */
    	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.5); /* Для Firefox */
    	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5); /* Для Safari и Chrome */
		margin:20px auto;
}
.popup .title {
	width:508px;
	height:43px;
	background:url('../img/popup-title.png') left top no-repeat #48505b;
	border:1px solid #fff;
	behavior: url('css/PIE.htc');
	border-radius:10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		-khtml-border-radius:10px;
}
.popup .title p.title-text {
	font:15pt/43px Tahoma;
	color:#fff;
	padding:0 100px 0 20px;
	float:left;
}
.popup .title p.close {
	float:right;
	margin:13px 15px 0 0;
}
.popup .title p.close a {
	font:9pt Tahoma;
	border-bottom:1px dashed #a4a4a4;
	color:#a4a4a4;
	text-decoration:none;
}
.popup .title p.close a:hover {
	border:0;
}
.popup .inside {
	padding:20px 0;
	overflow:hidden;
}
.popup .inside p {
	font:9pt Tahoma;
	color:#343434;
	padding:0 25px;
}

.popup .inside form {
	margin-top:20px;
}
.popup .inside form fieldset {
	margin:10px 0;
}
.popup .inside form fieldset input {
    border: 1px inset #E0E0E0;
    behavior: url('css/PIE.htc');
	border-radius:10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		-khtml-border-radius:10px;
    float: right;
    font: 9pt/20px Tahoma;
    height: 20px;
    padding: 0 10px;
	margin:0 50px 0 25px;
    position: relative;
    width: 280px;
}
.popup .inside form fieldset textarea {
	border: 1px inset #E0E0E0;
    behavior: url('css/PIE.htc');
	border-radius:10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		-khtml-border-radius:10px;
    float: right;
    font: 9pt/1em Tahoma;
    height: 80px;
    padding: 5px 10px;
	margin:0 50px 0 25px;
    position: relative;
    width: 280px;
	resize:none;
	overflow:auto;
}
.popup .inside form fieldset p {
	float:right;
	padding:0;
}
.popup .inside img.success {
	float:left;
	margin:0 20px;
}
.popup .inside p.success-text {
	font:14pt/77px Tahoma;
	color:#343434;
}
/**************end-popups***************/




.day, .month, .year {
	float:right;
	margin:0 19px 0 0;
}
.year {
	margin-right:205px;
}

.day .newListSelected {
	width:61px;
}
.day .selectedTxt {
	width:31px;
	height:25px;
	background:url('../img/day.png');
}
.day .newList {
	width:61px;
}
.month .newListSelected {
	width:108px;
}
.month .selectedTxt {
	width:78px;
	height:25px;
	background:url('../img/month.png');
}
.month .newList {
	width:108px;
}
.year .newListSelected {
	width:80px;
}
.year .selectedTxt {
	width:50px;
	height:25px;
	background:url('../img/year.png');
}
.year .newList {
	width:80px;
}
.newListSelected{
		margin:0 auto;
	}
	.newListSelected .SSContainerDivWrapper {
		height:0!important;
	}
	.selectedTxt{
		padding:0;
		overflow:hidden;
		color:#000;
		font:10pt/25px Tahoma;
		zoom:1;
		padding:0 20px 0 10px;
		position:relative;
		z-index:1;
	}
	.newList{
		list-style:none;
		padding:0;
		margin:0;
		width:61px;
		position:absolute;
		z-index:500;
		top:-25px;
		border:1px solid #f3f3f3;
	}
	
	.newList li{padding:0;margin:0;}
	.newList li a{
		display:block;
		background:#FFF;
		font:10pt/25px Tahoma;
		padding:0 6px;
		line-height:normal;
		outline:none;
		height:20px;
		padding:6px 0 0 6px;
		overflow:hidden;
	}
	.newList li a:link,.newList li a:visited,.newList li a:hover{color:#000;text-decoration:none;}
	

	
	
	
.forms form fieldset.edit-avatar {
	width:400px;
	margin:0 auto;
}
.forms form fieldset.edit-avatar input {
	width:auto;
	margin:-52px 80px 0 0;
	padding:0 5px;
}
.forms form fieldset.edit-avatar p {
	margin:-50px 100px 0 0;
	color:#ff0000;
}
.forms form fieldset.input-file {
	width:485px;
	position:relative;
}
.forms form fieldset.input-file input {
	margin-right:95px!important;
	margin-top:-10px;!important;
}
.forms form fieldset.input-file p {
	margin:-7px 30px 7px 0;
}
.forms form fieldset.input-file input.file-hide {
	width:81px!important;
	margin:0!important;
	
}
.forms form fieldset.input-file input.file {
	width:200px!important;
	margin-right: 95px !important;
    margin-top: -10px !important;
	padding: 0 10px;
	z-index:1;
	position:relative;
}




/**************error404***************/
.container .error404 {
	width:410px;
	margin:50px auto 300px;
	text-align:center;
}
.container .error404 img {
	float:left;
}
.container .error404 p {
	float:left;
	margin:35px 0 0 25px;
	font:bold 18pt Arial;
}
/**************end_error404***************/


/**************end_paper***************/
.paper-subs {
	margin:0;
	overflow:hidden;
}
.subscribe .paper-subs p {
	float:left;
	margin-right:20px;
}
.subscribe p a span {
	display:inline-block;
	text-decoration:underline;
	behavior: url('css/PIE.htc');
	border-radius:6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-khtml-border-radius: 6px;
	background:url('../img/white-arrow3.png') 10px center no-repeat #83a940;
	padding:4px 10px 5px 25px;
	color:#fff;
}
.subscribe p.buy a span {
	background-color:#58aed6;
}

.subscribe p a span:hover {
	text-decoration:none;
}
.subscribe .journal-img .buy {
	margin-top:10px;
}

.listing {
	width:100%;
	float:left;
	margin-bottom:70px;
}
.listing table.listing-table {
	width:100%;
	table-layout:fixed;
	border-collapse:collapse;
	font:10pt Tahoma;	
}
.listing table.listing-table th {
	padding:5px;
	text-align:right;
	font-weight:normal;
}
.listing table.listing-table .page {
	width:40px;
	text-align:center;
	vertical-align:middle;
	font-size:12pt;
}
.listing table.listing-table .autors {
	font:italic 9pt Arial;
}
.listing table.listing-table td {
	padding:5px 10px;
	vertical-align:top;
}
.listing table.listing-table td p {
	padding:0;
	line-height:1.3em;
}
.listing table.listing-table td p a {
	text-decoration:none;
	border-bottom:1px dashed #005C97;
	font:10pt Verdana;
	display:inline-block;
}
.listing table.listing-table td p a:hover {
	border:0;
}
.listing table.listing-table tr td:first-child {
	background:url('../img/gray-arrow2.png') 0 10px no-repeat;
}

p.section {
	font: 16pt bold!important;
}

td.row-section {
    background:none!important;
}

.annotation {
	width:700px;
	padding:10px 15px;
	float:left;
	margin:10px 0 20px;
	behavior: url('css/PIE.htc');
	border-radius:12px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12x;
		-khtml-border-radius: 12px;
	background-color:#f1fbff;
	border:1px solid #e9f1f6;
}
.annotation p {
	float:right;
	margin-top:-23px;
	padding:0;
	position:relative;
}
.annotation p a {
	text-decoration:none;
}
.annotation p a span {
	display:inline-block;
	color:#fff;
	text-decoration:underline;
}
.annotation p a span:hover {
	text-decoration:none;
}
.annotation p a i {
	width:9px;
	height:9px;
	display:block;
	background:url('../img/plus-minus.png') no-repeat;
	float:left;
	margin:6px 7px 0 0;
}
.annotation .annot-text {
	float:left;
}
.annotation .annot-text p {
	margin:0;
	padding:3px 0;
	float:none;
}
/**************end_paper***************/


/**************calculation***************/
.calculation {
	width:100%;
	margin:20px 0;
	float:left;
}



.calculation .calc {
	width:100%;
	border-collapse:collapse;
	table-layout:fixed;
}
.calculation .calc tr.calc-head {
	background-color:#e9e5c8;
}
.calculation .calc tr.calc-head th {
	font-weight:normal;
	padding:10px;
	text-align:center;
}
.calculation .calc tr.calc-head .row1 {
	text-align:right;
	width:234px;
}
.calculation .calc tr.calc-head .row2,
.calculation .calc tr.calc-head .row3,
.calculation .calc tr.calc-head .row4 {
	width:110px;
}
.calculation .calc tr td:first-child {
	text-align:right;
}
.calculation .calc tr td {
	padding:5px 10px;
}
.calculation .calc tr td input {
	width:92px;
	height:23px;
	text-align:right;
	font:10pt/23px Tahoma;
	position:relative;
	padding:0 10px;
	border:1px inset #a4a4a4;
	background-color:#fff;
	behavior: url('css/PIE.htc');
	border-radius:7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		-khtml-border-radius: 7px;
}
.calculation .calc tr td input.big {
	width:99px;
}
.calculation .calc tr td input.brown {
	background-color:#fff9e0;
}
.calculation .calc tr td input.blue {
	background-color:#d6f7ff;
}
.calculation .calc tr td span {
	font:bold 11pt Tahoma;
}
.calculation .calc tr td em {
	font:bold 11pt Tahoma;
	color:#00598c;
}
.calculation .calc tr.summary td {
	font:14px Tahoma;
}
.calculation .calc tr.summary td span {
	color:#ee0000;
}

.orderer {
	width:100%;
	float:left;
	margin:20px 0;
}
.orderer .orderer-item {
	width:550px;
	margin:5px auto;
}
.orderer .orderer-item input {
	width:320px;
	height:23px;
	float:right;
	text-align:left;
	font:10pt/23px Tahoma;
	position:relative;
	padding:0 10px;
	border:1px inset #a4a4a4;
	background-color:#fff;
	behavior: url('css/PIE.htc');
	border-radius:7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		-khtml-border-radius: 7px;
}
.orderer .orderer-item p {
	float:right;
	margin-right:15px;
	font:bold 10pt/23px Tahoma;
}

.calc-sett {
	width:100%;
	float:left;
	background-color:#e3f7ff;
	padding:10px 0;
	behavior: url('css/PIE.htc');
	border-radius:3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
}
.calc-sett table {
	width:612px;
	table-layout:fixed;
	border-collapse:collapse;
	margin:0 auto;
}
.calc-sett table td {
	width:102px;
	padding:5px 5px;
	text-align:right;
	position:relative;
}
.calc-sett table td input {
	width:80px;
	height:20px;
	float:left;
	text-align:left;
	font:10pt/23px Tahoma;
	position:relative;
	padding:0 10px;
	border:1px inset #a4a4a4;
	background-color:#fff;
	behavior: url('css/PIE.htc');
	border-radius:7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		-khtml-border-radius: 7px;
}


.calc .selectedTxt {
	width:72px;
	height:23px;
	background:url('../img/calc-select.png');
}
.calc .newList {
	width:99px!important;
}
.forms form fieldset select.calc {
	width:100px;
}
.newList li.odd a {
	background-color:#f1fbff;
}
.newList li a {
	padding:6px!important;
}
.listing .annot {
	width:710px;
	padding:10px;
	margin:10px 0 10px -10px;
	background-color:#f9f9f9;
	behavior: url('css/PIE.htc');
	border-radius:10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;
	display: none;
}
.listing .annot p {
	margin-bottom:5px;
}


.container .content.send-art {
	width:530px;
}
.container .content.send-art form,
.container .content.send-art fieldset {
	width:100%;
	float:left;
	margin:10px 0;
}
.container .content.send-art fieldset input,
.container .content.send-art fieldset textarea {
	width:340px;
	height:23px;
	float:right;
	padding:0 5px;
	font:10pt/23px Tahoma;
	position:relative;
	padding:0 10px;
	border:1px inset #a4a4a4;
	background-color:#fff;
	behavior: url('css/PIE.htc');
	border-radius:7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		-khtml-border-radius: 7px;
}
.container .content.send-art fieldset textarea {
	resize:none;
	height:100px;
	line-height:1.3em;
	overflow:auto;
}
.container .content.send-art fieldset p {
	float:right;
	margin-right:20px;
}
.container .rightbar.send-art {
	width:370px;
	margin-top:50px;
}
.container .rightbar.send-art ul {
	list-style:none;
	margin:20px 0;
}
.container .rightbar.send-art ul li {
	width:100%;
	border-top:1px solid #cdcdcd;
	padding:10px;
}
.container .rightbar.send-art ul li:first-child {
	border:0;
}
.container .rightbar.send-art ul li a {
	display:inline-block;
	text-decoration:none;
	border-bottom:1px dashed #00598c;
	font:bold 10pt Tahoma;
}
.container .rightbar.send-art ul li a:hover {
	border:0;
	margin-bottom:1px;
}
.container .rightbar.send-art ul li .qa-text p{
	margin:5px 0;
}

.qa-text {
	display: none;
}
/**************end_calculation***************/




/**************archive***************/
.content .down-pdf {
	width:67px;
	height:40px;
	float:right;
	background:url('../img/pdf.jpg') left center no-repeat;
	text-align:left;
	padding-left:40px;
}
.content .down-pdf p {
	line-height:1em;
	margin-top:3px;
}
.content .down-pdf p a {
	font:9pt Tahoma;
	text-decoration:none;
}
.content .down-pdf p a:hover {
	text-decoration:underline;
}
.content .down-pdf p a span {
	font:bold 13px Tahoma;
}

.content .subscribe .archive-mark {
	display:none;
	width:120px;
	height:120px;
	background:url('../img/archive-mark.png') no-repeat;
	position:absolute;
	top:-1px;
	left:-2px;
	z-index:1000;
}
.content .subscribe .archive-mark.show {
	display:block;
}

.content .select-year {
	width:100%;
	border-top:1px dashed #6d6d6d;
}
.content .select-year form {
	float:right;
	margin:15px 0 10px;
}
.content .select-year input.year-submit {
	display:block;
	width:76px;
	height:23px;
	background:url('../img/open.png') no-repeat;
	cursor:pointer;
	float:right;
	border:0;
	margin-left:10px;
}
.content .select-year input.year-submit:hover {
	cursor:pointer;
}
.content .select-year input.year-text {
	width:100px;
	height:21px;
	padding:0 5px;
	background-color:#fff;
	font:9pt/21px Tahoma;
	border:1px inset #c6c6c8;
	behavior: url('css/PIE.htc');
	border-radius:7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		-khtml-border-radius: 7px;
	float:right;
	text-align:center;
}
.content .select-year p {
	float:right;
	margin:4px 10px 0 0;
}

.content .archive-list {
	width:100%;
	overflow:hidden;
}
.content .archive-list .archive-item {
	width:220px;
	float:left;
	margin:15px 10px;
}
.content .archive-list .archive-item p a {
	color:#000;
	font:bold 10pt Tahoma;
	text-decoration:none;
}
.content .archive-list .archive-item p {
	font:9pt Tahoma;
	color:#000;
}



#fileData {
	margin:0;
	width:360px;
	height:23px;
	opacity: 0;
    	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
    position: relative;
    z-index: 1000;
	cursor:pointer;
}
#fileData:hover {
	cursor:pointer!important;
}
*:first-child+html #fileData {
	float:right;
	width:240px!important;
	margin-top:5px;
}
fieldset.select-file p {
	margin-top:5px;
}
fieldset.select-file {
	float:right;
	width:360px;
	height:25px;
	background:url('../img/file-field.png') right center no-repeat;
}
fieldset.select-file .pointer {
	width:360px;
	height:45px;
	float:right;
	overflow:hidden;
}
fieldset.select-file .pointer p {
	font:8pt Tahoma;
	float:left!important;
}
#filedDataName {
	height:23px;
	width:263px;
	padding-left:5px;
	line-height:23px;
	margin:-22px 90px 0 0;
	z-index:500;
	cursor:pointer;
	text-align:left;
	overflow:hidden;
	float:right;
}
#fileData:hover,
#filedDataName:hover {
	cursor:pointer;
}
/**************end_archive***************/

.news-item, .text-decoration {
	font: 11pt Arial;
	line-height:19px;
}

/**************flags***************/
.header .logo1 {
	margin:15px 0 0!important;
}
.header {
	z-index:100;
	overflow:visible;
}
.topmenu {
	z-index:90;
}
.header .sign {
	margin:40px 0 0!important;
	z-index:100;
}
.header .sign .reg {
	margin-right:30px;
}
.flags {
	float:right;
	margin-top:-3px;
	z-index:100;
	padding-left:5px;
	
}
.flags a.selected {
	background:url('../img/arrow-down.png') right -6px no-repeat;
}

.flags a.selected img {
	padding-right:10px;
}
.flags ul {
	list-style:none;
	background:url('../img/arrow-down.png') right 12px no-repeat #dbdcde;
	position:absolute;
	z-index:100;
	left: -13px;
	top: -9px;
	padding:5px 15px 5px 11px;
	display:none;
}
.flags ul li {
	text-align:right;
}
.flags ul li a img {
	border-top:1px dashed #edeeef;
	padding-top:4px;
}
.flags ul li:first-child a img {
	border:0;
}
.logo1 {
    font-size:8pt;
}
/**************end_flags***************/

/**************image-descr***************/
.left-image {
	float: left;
    margin: 10px 10px 50px 0;
	height:auto;
}
.right-image {
	float: right;
    margin: 10px 0 50px 10px;
	height:auto;
}
.right-image .descr,
.left-image .descr {
	position:absolute;
	padding:5px 20px;
	font:8pt Arial;
	text-align:center;
	background:#dfdfdf;
}


.center-image {
	margin:10px 0 50px 50%;
	float:left;
}
.center-image .ci-image {
	margin-left:-50%;
	float:left;
}
.center-image .ci-image .descr {
	position:absolute;
	padding:5px 20px;
	font:8pt Arial;
	text-align:center;
	background:#dfdfdf;
	width: 93%;
}

/*****************end-image-descr****************/
