/*
Base CSS styles
30 October 2006
last update Feb 2007
by Sergii Voloshyn: http://svoloshyn.org.ua/
*/
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	background: #fff url('../i/fon.png') repeat 0 0;

	font-family: sans-serif;
	font-size: 16px;

	behavior: url("csshover.htc");
}

.hidden {
	display: none;
}

img {
	border: none;
}

table {
	border: 1px solid #555;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	margin: 0 auto;
	margin-bottom: 10px;
	font-size: 12px;
}

td,
th {
	border: 1px solid #777;
	padding: 3px 6px;
	text-align: left;
}

th {
	font-weight: bold;
	color: #000;
}

thead th {
	text-align: center;
}

.center,
#content p.center {
	text-align: center;
}

.post {
	margin-bottom: 15px;
}

#header,
#main,
#footer {
	position: relative;
}

/*---header*/
#header {
	width: 854px;
	height: 201px;
	margin: 17px 0 43px 71px;

	color: inherit;
	background: #fff url('../i/str-h.png') repeat-y 0px 0px;
}

#header .him {
	position: absolute;
	top: 0;
	left: 0;

	height: 30px;
	width: 854px;

	background: transparent url('../i/him-h.png') no-repeat 0 0;
}

#header .fim {
	position: absolute;
	top: 201px;
	left: 1px;

	width: 854px;
	height: 31px;

	background: transparent url('../i/fim-h.png') no-repeat 0 0;
}

#header h1 {
	position: absolute;
	top: 31px;
	left: 34px;

	width: 150px;
	height: 174px;
	padding-right: 400px;
	
	font-size: 28px;
	font-weight: normal;
	line-height: 27px;

	color: inherit;
	background: #fff url('../i/logo2.png') no-repeat 300px 13px;
}

#header #hdescr {
	position: absolute;
	top: 142px;
	left: 34px;
	z-index: 3;

	width: 200px;

	font-size: 17px;	
}

#header address {
	position: absolute;
	left: 642px;
	top: 95px;

	width: 200px;
	height: 105px;

	font-style: normal;
	font-size: 12px;
}

#header address a {
	color: #333;
}

#langlist {
	position: absolute;
	top: 30px;
	left: 642px;

	list-style: none;
}

#langlist li,
#langlist li a {
	color: #333;
}

#langlist li a {
	text-decoration: underline;
}

#langlist li.current {
	font-size: 13px;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
}

#langlist li.current a {
	text-decoration: none;
}

#langlist li img {
	margin-right: 5px;
	width: 16px;
	height: 11px;
}

/*---main*/
#main {
	width: 854px;
	background: transparent url('../i/str-m.png') repeat-y 0 0;
	margin: 17px 0 40px 71px;
}

#main .him {
	position: absolute;
	top: 0;
	left: 0;

	width: 854px;
	height: 30px;

	background: transparent url('../i/him-m.png') no-repeat 0 -2px;
}

#main .fim {
	position: absolute;
	top: 100%;
	left: 0;

	width: 854px;
	height: 26px;

	background: transparent url('../i/fim-m.png') no-repeat 0 0;
}

/*---menu*/
#menu {
	position: absolute;
	top: 34px;
	left: 16px;

	width: 180px;
	
	font-size: 13px;
	list-style: none;
}

#menu li a {
	display: block;
	height: 23px;
	padding: 7px 0 0 25px;

	font-weight: bold;	
	text-decoration: none;
	color: #222;
	background: transparent url('../i/bull.png') no-repeat 11px 13px;
}

#menu ul {
	list-style: none;
}

#menu ul li a {
	padding: 7px 0 0 31px;

	font-weight: normal;
	background: transparent url('../i/bull2.png') no-repeat 20px 13px;
}

#menu ul li ul li a {
	padding: 7px 0 0 51px;

	font-weight: normal;
	background: none;
}

#menu li a:hover {
	background: #F3F3F3 url('../i/bull.png') no-repeat 11px 13px;
}

#menu ul li a:hover {
	background: #F3F3F3 url('../i/bull2.png') no-repeat 20px 13px;
}

.bmain #mmain,
.bnews #mnews,
.bsa #msa,
.bart #mart,
.bprod #mprod,
.bkey-new #mkey-new,
.bkey #mkey,
.blocks #mlocks,
.bdev #mdev,
.bpat #mpat,
.bprogr #mprogr,
.bpers #mpers,
.bsteg #msteg,
.bdownload #mdownload,
.bpart #mpart,
.babout #mabout,
.bcont #mcont,
.bregister #mregister {
	background: #F3F3F3;
}

#menu #msearch {
	margin-top: 10px;
	margin-left: 25px;
}

#menu #msearch label {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

#menu #msearch input {
	width: 140px;
}

/*---content*/
#content {
	margin: 0 210px 0 220px;
	padding: 35px 0 20px 0;
	font-size: 15px;

	min-height: 670px;
	_height: 680px;
}

#content p {
	margin-bottom: 8px;
	text-align: justify;
}

#content a {
	color: #333;
}

#content h2 {
	text-align: center;
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: normal;
}

#content h3 {
	text-align: center;
	margin-top: 8px;
	font-size: 18px;
	font-weight: normal;
}

#content ol {
	margin: 0 0 15px 33px;
}

#content ul {
	margin: 0 0 15px 20px;
}

#content ol li,
#content ul li {
	margin-bottom: 10px;
}

#content ol em,
#content ul em {
	display: block;
}

#content ul.version_features {
	font-size: 16px;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#content ul.version_features .br {
	margin-bottom: 25px;
}

#content dl {
	font-size: 17px;
}

#content dt {
	font-weight: bold;
}

#content dd {
	margin-bottom: 15px;
}

#content dl.faq dd {
	font-size: 14px;
}

#content dd p {
	font-size: 14px;
}

#content .partners dd {
	margin-bottom: 35px;
}

#content p.large {
	font-size: 17px;
}

#content p.bigger {
	font-size: 16px;
}

#content .error {
	color: red;
	background-color: inherit;
	font-weight: bold;
}

#content .info {
	text-align: center;
	color: #000;
	background-color: #ff7;
	font-size: 17px;
	padding: 5px;
}

#content p.right {
	text-align: right;
	margin-top: 0;
	margin-top: -8px;
	margin-bottom: 25px;
}

#content p.left {
	text-align: left;
}

a.imglink img {
	border: 1px solid #ccc;
	margin-bottom: 5px;
	text-align: center;
}

a.imglink img:hover {
	border: 1px solid #000;
}

/*---Forms*/
#register,
#order,
#login {
	width: 250px;
	margin: 0 auto;
}

#register label,
#order label,
#login label {
	display: block;
	font-size: 17px;
}

#register input,
#order input,
#login input {
	width: 190px;
	font-size: 17px;
	margin: 0 0 15px 0;
}

#register .cbx_label input,
#order .cbx_label input {
	float: left;
	width: 20px;
	margin-top: 2px;
}

#register .submit,
#order.submit,
#login .submit {
	margin-top: 30px;
	font-size: 14px;
	display: block;
}

#order #quantity {
	width: 60px;
}

#login_display label {
	margin-top: 10px;
	font-weight: bold;
	display: block;
}

#content form p.bordered {
	border: 1px dashed #999;
	padding: 5px;
	text-align: center;
	font-size: 17px;
}

/*---goodlist*/
#goodlist {
	position: absolute;
	left: 675px;
	top: 30px;

	width: 150px;

	list-style: none;
}

#goodlist li {
	margin-bottom: 15px;
	padding: 3px 5px;
	border: 1px dashed #C90000;
}

#goodlist li:hover {
	background-color: #EEE;
	border: 1px solid #C90000;
}

#goodlist li a {
	text-decoration: none;
	font-size: 12px;
	color: #333;
}

.filter-form {
	margin: 1em 0;
}

/*---footer*/
#footer {
	width: 844px;
	height: 60px;
	margin: 17px 0 40px 76px;

	background: transparent url('../i/str-f.png') repeat-y 0 0;
}

#footer .him {
	position: absolute;
	top: -5px;
	left: 0;

	width: 844px;
	height: 26px;

	background: transparent url('../i/him-f.png') no-repeat 0 0;
}

#footer .fim {
	position: absolute;
	top: 100%;
	left: 0;

	width: 844px;
	height: 26px;

	background: transparent url('../i/fim-f.png') no-repeat 0 0;
}

#footer p {
	position: absolute;
	top: 35px;
	left: 24px;

	width: 796px;
	height: 30px;

	text-align: center;
	font-size: 15px;
}

.authors {
	font-style: italic;
}

a.djvu,
a.doc,
a.pdf {
	padding-left: 18px;
}

a.djvu {
	background: transparent url('/i/ico_djvu.png') no-repeat 0 0;
}

a.doc {
	background: transparent url('/i/ico_doc.png') no-repeat 0 0;
}

a.pdf {
	background: transparent url('/i/ico_pdf.png') no-repeat 0 0;
}

#content .articles-list {
	list-style: none;
	margin-left: 0;
}

#content .articles-list li {
	margin-bottom: 15px;
}