@charset "UTF-8";
.normal {
	font-size: 80% ! important;
}

.smallest {
	font-size: 85% ! important;
}

h1 {
	font-size: 120%;
	font-family: arial, helvetica, verdana, sans-serif;
}

h2,h3,h4 {
	font-size: 110%;
	font-family: arial, helvetica, verdana, sans-serif;
}

.title_bullet {
	padding: 1em 0 0;
	margin: 0;
}

.title_bullet span,.title_bullet h1,.title_bullet h2 {
	background: url("../pict/bullet_common.png") no-repeat left center;
	font-weight: normal;
	padding-left: 1.2em !important;
	margin: 0;
}

pre {
	font-size: 120%;
}

.lines,#lines {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

ol li,ul li {
	padding-bottom: 0.4em;
}

body {
	background-color: #fff;
	color: #000;
	margin: 0;
	font-family: verdana, sans-serif;
}

/*** тест ***/
.content {
	margin: 0 2em 2em;
}

.comment {
	color: #330;
}

a {
	color: #162a6c;
	text-decoration: none;
}

a:hover {
	color: #3366cc;
	text-decoration: underline;
}

/**** NAV MAIN *****/
.nav_main {
	background: #162a6c;
	white-space: nowrap;
	font-family: verdana, helvetica, sans-serif;
	color: #fff;
	height: 18px;
}

.nav_main ul,.nav_main li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.nav_main li {
	float: left;
}

.nav_main a {
	color: #fff;
	background: url("../pict/nav_main_arrow.gif") no-repeat 0 4px;
	text-decoration: none;
	padding-left: 1.2em;
	padding-right: 1.8em;
}

.nav_main a:hover {
	color: #ccc;
	background: url("../pict/nav_main_arrow_on.gif") no-repeat 0 4px;
}

.nav_main a.active {
	color: #ccc;
	background: url("../pict/nav_main_arrow_active.gif") no-repeat 0 4px;
	font-weight: bold;
}

/*** LANG ***/
.lang {
	font-size: 90%;
}

.lang a,.lang a:hover {
	text-decoration: none;
	padding: 0 0.2em;
	background-image: none;
}

/*** CAT ***/
.ctg {
	margin-top: 2em;
}

.ctg ul {
	list-style: none;
	margin: 1em;
	padding: 0;
}

.ctg li {
	padding-bottom: 0.8em;
}

.ctg a {
	background: url("../pict/bullet_common.png") no-repeat 0 4px;
	padding-left: 1.6em;
}

.ctg a:hover {
	background: url("../pict/bullet_common_on.png") no-repeat 0 4px;
}

.ctg td {
	padding: 0.4em 1em 0.4em 0;
}

.sub {
	font-size: 85%;
}

/*** CAT ITEMS ***/
.cat_items {
	padding: 2em 0.4em 1em;
}

.cat_items .items {
	padding-left: 1em;
	width: 100%;
}

/*** MENUE ***/
.menue {
	padding-left: 0;
}

a.qmen {
	font-size: 8pt;
	color: #000000;
	/*font-weight:bold;*/
}

a.qmen:hover {
	font-size: 8pt;
	color: #c00;
}

.nbrd {
	border: 0;
}

hr {
	border: 1px solid #ddd;
}

th {
	border: 1px solid #99c;
}

.img {
	border-width: 0px;
	border-color: #eee;
}

input,select,textarea {
	font-size: 90%;
	font-family: verdana, sans-serif;
}