:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings
================================================*/

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px;
	font-weight: normal;
}

h1 {
	margin: 20px 0px 5px;
	padding: 0 0 5px 0;
	font-size: 18px;
	font-weight: normal; 
	color: #000;
	border-bottom: 3px solid #CCC;
}

h2 {
	font-size: 14px;
	margin: 20px 0px 20px;
	font-weight: bold;
	color: #CC0000;
}

h3 {	
	font-size: 12px;
	margin: 20px 0px 15px;
	font-weight: bold;
	color: #000;
}

.col_right h3 {	
	font-size: 12px;
	margin: 20px 0px 15px;
	font-weight: bold;
	color: #FFF;
	background: url('/www/pics/h3_bottom.gif') no-repeat 0 100%;
	padding: 2px 0 2px 5px;
}

.h3 {
	background: url('/www/pics/h3_top.gif') no-repeat 0 0;
}


h4 {
	font-weight: bold;
	margin: 10px 0px 5px;
	font-size: 12px;
	color: #CC0000;
	background-color: transparent;
}

.col_right h4 {
	font-weight: bold;
	margin: 10px 0px 5px;
	font-size: 12px;
	color: #666;
	background-color: transparent;
}

h5 {
	font-weight: bold;
	margin: 10px 0px 5px;
	font-size: 12px;
	color: #666666;
	background-color: transparent;
}

h5 a:link, h5 a:visited {
	color: #666666;
}

h5 a:hover {
	color: #CC0000;
}

h6 {
	font-weight: bold;
	font-size: 11px;
	color: #999;
	background-color: transparent;
}

/* Links
================================================*/

a:link {
	color: #000099;
	text-decoration: underline;
}

a:visited {
	color: #000099;
	text-decoration: underline;
}

a:active {
	color: #000099;
	text-decoration: underline;
}

a:hover {
	color: #CC0000;	
	text-decoration: underline;
}



/* Paragraphs
================================================*/
 
p {
	margin: 5px 0px 12px;
}

p.marked {
	background: #3357c5;
	padding: 10px;
	color: #FFF;
}

blockquote {
	margin: 10px 25px 10px 25px;
	padding: 20px 25px 15px 45px;
	background: #EBF1C1;
}

.fleft {
	float: left;
}

img.fleft {
	margin: 0 10px 0px 0;
}

.fright {
	float: right;
}

.gray {
	color: #666;
	font-size: 12px;
}


/* Lists
================================================*/

ol {
	margin: 16px 0px 16px 27px;
	padding: 0px;
}

ol ol {
	list-style-type: upper-alpha;
	margin: 4px 0px 4px 25px;
	padding: 0px;
}

ol li {
	padding: 0px;
	margin: 5px 0;
	list-style: decimal;
}

ul {
	margin: 10px 0px 22px 15px;
	list-style-type: none;
}

ul * ul {
	margin: 4px 0px 4px 25px;
}

ul li {
	margin: 5px 0;
	padding: 0px;
	list-style: disc;
}

* html ul li {
	height: 1%;
}

dl{
	margin: 10px 0;
}

dl dt {
	margin: 2px 0;
}

dl dd {
	margin: 2px 0 2px 30px;
}


/* Tables
================================================*/

table {
	border: 1px solid #B3B3B3;
	border-collapse: collapse;
	margin: 15px 0 15px 0;
}

table td {
	border: 1px solid #B3B3B3;
	padding: 5px;
}

table td strong {
	font-weight: bold;
}

table .color td {
	background: #f2f4f9;
}

table caption {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px;
	color: #000;
	font-size: 107%;
	text-transform: uppercase;
	border-bottom: 1px solid #A6A6A6;
}

table th {
	padding: 5px;
	border: 1px solid #B3B3B3;
	color: #FFF;
	background: #666699;
	font-weight: bold;
	text-align: center;
}

table th h4 {
	color: #000;
	margin: 0px;
	font-weight: bold;
}

hr {
	background: #ccc;
	border: 0px;
	color: #ccc;
	height: 1px;
	margin: 15px 0px;
	padding: 0px;
}

* html	hr {
	margin: 8px 0px;
	padding: 0px;
}

/* Form
================================================*/

.form{
	margin: 10px 0 10px;
	width: 100%;
	padding: 15px 0 0;
}

.form.redline {
	border-top: 4px solid #90A600;
}

.form fieldset {
	border: 1px solid #CBC0BC;
	padding: 0px 20px 20px;
}

.form legend {
	margin: 0px 0px 10px;
	padding: 0 5px;
	font-size: 120%;
	font-weight: bold;
	height: auto;
}

.form ul {
	margin: 0;
	padding: 0;
}

.form .line {
	clear: both;
	padding: 0 0 6px 0;
	width: 100%;
	margin: 2px 0;
}

.form .line.marked {
	background: #D98C00;
	padding: 10px 0 10px;
	color: #fff;
}

.form .line.marked label {
	margin-left: 10px;
}

.form.descr .line {
	border-bottom: 1px solid #ccc;
	padding: 5px 0 6px 0;
}

.form .line:before {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.form .line:after {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .form .line {height: 1%;}

.form .label {
	float: left;
	width: 25%;
	display: block;
	margin-right: 10px;
	display: inline;
	font-size: 100%;
}

.form .formw {
	width: 70%;
	display: block;
	float: left;
}

form.descr .formw {
	width: 460px;
	text-align: justify;
}

.form .formw .text {
	width: 99%;
	background: #F4F5F4;
	border: 1px solid #9C9C9C;
	padding: 3px;
	font: 1.2em Arial, Helvetica, sans-serif;
}

.form .rad {
	vertical-align: middle;
	margin: 0 4px 0 0;
}

.btn {
	cursor: pointer;
	cursor: hand;
	background: transparent;
	border: 0px solid;
	padding: 0 0 0 5px;
	color: #FFF;
	font-size: 11px;
}

.red {
	color: #E05332;
}

.err {
	color: #E05332;
	font-size: 83%;
	line-height: 115%;
}

/* Clearfix
================================================*/

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.all_news:before {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.all_news {display: inline-block;}

/* Hides from IE-mac \*/
* html .all_news {height: 1%;}
.all_news {display: block;}
/* End hide from IE-mac */

*:first-child+html  .cont_box p{ height: 1%; } /* FOR IE7 */
* html .cont_box p{ height: 1%; } /* FOR ALL IE bellow 7 */

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.all {
	background: #d7d9de url('/www/pics/all_bg.gif') repeat-x;
	text-align: center;
}

.frame {
	min-width: 1000px;
	width: 83%;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
	border-top: 6px solid #4a6fe0;
}

.header {
	position: relative;
	height: 110px;
	text-align: center;
}

.logo {
	position: absolute;
	top: 20px;
	left: 23px;
}

.top_icons {
	position: absolute;
	top: 0px;
	right: 45px;
	width: 175px;
}

.top_icons li {
	text-align: left;
	list-style: none;
	margin: 0;
	height: 17px;
}

.top_icons li.here {
	background: url('/www/pics/top_icons_li_here.gif') no-repeat;
}

.top_icons li span {
	background-image: url('/www/pics/top_icons.gif');
	background-repeat: no-repeat;
	padding-left: 24px;	
}

.top_icons li#message span {
	background-position: 4px 2px;
}

.top_icons li#post span {
	background-position: 4px -96px;
}

.top_icons li#sitemap span {
	background-position: 4px -198px;
}

.top_icons li#favorites span {
	background-position: 4px -297px;
}

.top_icons li#startpage span {
	background-position: 4px -398px;
}

.nav_line {
	width: 100%;
	height: 70px;
	background: #003399;
}

ul.nav {
	margin: 10px 0 0 25px;
}

ul.nav li {
	float: left;
	list-style: none;
	font-weight: bold;
	font-size: 12px;
	width: 16%;
}

ul.nav li a:link, ul.nav li a:visited {
	color: #FFF;
	text-decoration: none;
}

ul.nav ul li a:link, ul.nav ul li a:visited {
	color: #E4E4E4;
	font-weight: bold;
	text-decoration: none;
}

ul.nav ul li.here a:link, ul.nav ul li.here a:visited, ul.nav ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}

ul.nav ul {
	margin: 5px 0 0 0;
	padding: 0;
}

ul.nav ul li {
	float: none;
	font-weight: normal;
	font-size: 11px;
	width: 100%;
	margin: 0;
	line-height: 14px;
}

.col_left {
	float: left;
	margin-right: -100%;
	width: 100%;
}

.wrapper {
	margin: 0 255px 0 23px;
}

.nav_line .wrapper {
	margin: 0 217px 0 0;
}

.col_right {
	float: right;
	width: 217px;
}

.content {
	background: #FFF url('/www/pics/content_bg.gif') repeat-y 100% 0;
}

.content .col_right {
	background: #F2F2F2;
}

.col_right_data {
	margin: 45px 6px 15px 10px;
}

.header_promo {
	margin: 10px 0 0 0px;
}

.nav_line form {
	margin: 10px 0 0 0;
	padding: 0;
	color: #FFF;
	font-size: 12px;
}

.nav_line form.cabinet {
	margin-top: 5px;
}

.nav_line form label {
	font-weight: bold;

}

.nav_line form input {
	border: 0px solid transparent;
	vertical-align: middle;
	font-size: 11px;
}

.nav_line .line {
	margin-top: 10px;
}

.nav_line .cabinet .line {
	margin-top: 5px;
}


.nav_line .search .btn {
	margin-left: 2px;
}


.keyword_outer {
	background: url('/www/pics/keyword_bg.gif') no-repeat;	
	width: 150px;
	height: 19px;
	float: left;
}

#keyword {
	width: 140px;
	background: #9fb0e4;
	margin: 2px 0 0 3px;
	height: 12px;
}


.login_outer {
	background: url('/www/pics/login_password_bg.gif') no-repeat;
	width: 75px;
	height: 19px;
	float: left;
	margin-right: 3px;
}

#login {
	background: #9fb0e4;
	width: 60px;
	margin: 2px 0 0 3px;
	height: 12px;
}

.password_outer {
	background: url('/www/pics/login_password_bg.gif') no-repeat;
	width: 75px;
	height: 19px;
	float: left;
}

#password {
	background: #9fb0e4;
	width: 60px;
	margin: 2px 0 0 3px;
	height: 12px;
}

.nav_line form a:link, .nav_line form a:visited {
	color: #edf1ff;
	font-size: 10px;
	text-decoration: underline;
}

.cabinet_links {
	color: #829ae3;
	font-size: 11px;
}

.col_1, .col_2 {
	float: left;
	width: 30%;
	margin-right: 3%;
}

.col_3 {
	float: left;
	width: 30%;
}


.col_4 {
	float: left;
	width: 60%;
}

.all_news {
	font-weight: bold;
	background: url('/www/pics/arrows.gif') no-repeat 0 4px;
	padding-left: 15px;
}

.cont_box big {
	font-size: 12px;
}

.cont_box select {
	width: 145px;
	margin: 5px 0 18px 0;
	font-size: 11px;
}

.cont_box form {
	margin: 0;
	padding: 0;
}

.button {
	background: #b81717 url('/www/pics/btn_right.gif') no-repeat 100% 0;
	height: 18px;
	padding: 0 1px 0 0;
	float: left;
}

.button .btn {
	background: #b81717 url('/www/pics/btn_left.gif') no-repeat 0 0;
	height: 18px;
	text-align: center;
	padding: 0 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.grays {
	margin: 10px 0 10px 0;
}

.gray_box p {
	padding: 5px;
	margin: 0;
}

.gray_box .tl {background: #f2f2f2 url('/www/pics/grayb_tl.gif') no-repeat 0 0;}
.gray_box .tr {background: url('/www/pics/grayb_tr.gif') no-repeat 100% 0;}
.gray_box .br {background: url('/www/pics/grayb_br.gif') no-repeat 100% 100%;}
.gray_box .bl {background: url('/www/pics/grayb_bl.gif') no-repeat 0 100%;}

.radio {
	margin: 0 10px 5px 0;
	vertical-align: top;
	height: 14px;
	font-size: 14px;
}

.promo_right {
	margin-bottom: 10px;
}

img.bordered, a:link img.bordered, a:visited img.bordered {
	border: 6px solid #CCC;
}

.footer {
	width: 100%;
	overflow: hidden;
}

.footer_nav {
	background: url('/www/pics/footer_col_right.gif') repeat-y 100% 0;	
}

.footer_nav ul {
	margin: 90px 0 0 10px;
	padding: 0;
}

.footer_nav li {
	background: url('/www/pics/li_footer_right.gif') no-repeat 100% 0;
	float: left;
	margin: 0 0 0 10px;
	display: inline;
	height: 16px;
	line-height: 16px;
	font-size: 10px;
	list-style: none;
}

.footer_nav li a:link, .footer li a:visited {
	color: #FFF;
	background: url('/www/pics/li_footer_left.gif') no-repeat 0 0;
	display: block;
	height: 16px;
	line-height: 16px;
	float: left;
	padding: 0 15px 0 15px;
}

.footer_data {
	border-top: 7px solid #3357c5;
	position: relative;
	background: #FFF;
	height: 130px;
}

.footer_left {
	position: absolute;
	top: 22px;
	left: 23px;
}

.footer_right {
	position: absolute;
	top: 18px;
	right: 47px;
	width: 350px;
}

.footer_links div {
	background: url('/www/pics/footer_box_right.gif') no-repeat 100% 0;
	height: 18px;
	float: left;
	margin-right: 15px;
	display: inline;
}

.footer_links div a {
	background: url('/www/pics/footer_box_left.gif') no-repeat 0 0;
	display: block;
	float: left;
	height: 18px;
	line-height: 18px;
	padding: 0 5px 0 5px;
}

.developer {
	margin-top: 15px;
}

.cms {
	font-size: 12px;
	background: url('/www/pics/ico_express_web.gif') no-repeat 0 2px;
	padding-left: 20px;
}

.studio {
	background: url('/www/pics/ico_getis.gif') no-repeat 0 0;
	padding-left: 20px;
	height: 17px;
}

.right_item {
	margin: 0 30px 15px 6px;
}

.msg {
	padding-left: 20px;
}

.msg a:link, .msg a:visited {
	text-decoration: none;
}

.msg a.author:link, .msg a.author:visited {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.av_1 {
	background: url('/www/pics/avatar_1.gif') no-repeat;
}

.av_2 {
	background: url('/www/pics/avatar_2.gif') no-repeat;
}

.av_3 {
	background: url('/www/pics/avatar_3.gif') no-repeat;
}

.av_4 {
	background: url('/www/pics/avatar_4.gif') no-repeat;
}

.poll label {
	cursor: pointer;
	cursor: hand;
}

.top_box {
	background:#e4e7ee;
	border: 1px solid #babdc2;
}



.mini_cols {
	position: relative; 
	display: block; 
	border-left: solid 162px #e4e7ee;
	border-right: solid 106px #e4e7ee;
	margin: 12px 20px 12px 20px;
}

.mini_cols_inner {
	display: block;
	position: relative;
	margin-left: -162px;
	margin-right: -106px;
}

.mini_col_1 {
	float: left; 
	position: relative; 
	width: 162px;
	left: 0px;
}

.mini_col_2 {
	margin-left: 162px;
	margin-right: 106px;
	position: relative; 
	display: block;
	height: 1%;
}

.mini_col_3 {
	float: right; 
	position: relative; 
	width: 106px;
	right: 0px;
}

.mini_cols select {
	width: 100%;
	margin-bottom: 10px;
}

.mini_cols .sel_50 {
	width: 49%;
	float: left;
}

.mini_cols .sel_100 {
	width: 98%;
}

#filter_button {
float: left;
}

.path {
	margin: 0px 0 10px 0;
	color: #333;
}

.path a:link, .path a:visited {
	color: #333;
}

.path a:hover {
	color: #b81717;
}

.news {
	margin-top: 25px;
	width: 100%;

}

.new {
	margin-bottom: 20px;
}

.new_date {
	float: left;
	width: 64px;
	margin-right: -100%;
	font-size: 11px;
	color: #666;
	display: inline;
	padding-top: 2px;
}

.new_data {
	float: left;
	margin-right: -100%;
	margin-left: 84px;
	width: 655px;
	display: inline;
}

.new_title {
	font-size: 14px;
}

.new_text {
	margin-top: 7px;
	font-size: 11px;
}

a.comments_link:link, a.comments_link:visited {
	color: #990000;
	font-size: 11px;
}

table.catalog {
	border: none;
}

table.catalog th {
	border: none;
	text-align: left;
	font-weight: normal;
}

table.catalog td {
	border: none;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
}

table.catalog td:first-child {
	font-size: 12px;
}
.fullview {
	text-align: left;
	font-size: 13px;
}
.fulltext {
	text-align: left;
	font-size:13px; font-family: Arial;
}
