﻿.normal {
	font-size: 75%;
}

.top,.header {
	font-size: 80%;
}

.footer {
	font-size: 70%;
	text-align: center;
}

.smallest,a.smallest {
	font-size: 90%;
}

h1 {
	color: #BE1E2D;
	font-size: 1.4em;
}

h2,h3,h4 {
	font-size: 1.2em;
	color: #999;
}

pre {
	font-size: 120%;
}

body {
	background-color: #2E3092;
	background-image: url(../pict/bg.jpg);
	background-repeat: repeat-x;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.content {
	padding: 0.2em 2em 1em;
	margin-left: 2em;
	border-left: 2px dotted #ddd;
}

.date {
	font-size: 90%;
	color: #504F53 !important;;
}

.lines {
	margin-top: 0.2em;
	margin-bottom: 0.6em;
}

ol li,ul li {
	padding-bottom: 0.4em;
}

h1.string,h2.string,h3.string,h4.string {
	font-size: 100%;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #000;
}

a {
	color: #2E3092;
}

a:hover {
	color: #BE1E2D;
}

a.lang {
	color: #004D91;
	padding-left: 0.4em;
	padding-right: 0.4em;
}

a.lang:hover,a.lang_this {
	color: #F5A81F;
	padding-left: 0.4em;
	padding-right: 0.4em;
}

hr {
	border: 1px solid #ddd;
}

.img {
	border-color: #C9C9E4;
}

.nbrd {
	border: 0;
}

input,select,textarea {
	font-size: 90%;
	font-family: verdana;
}

input[type=submit] {

}

.comment {
	color: #504F53 !important;;
}

/*** DETAILS ***/
.details {
	background: url(../pict/arrow_list.png) no-repeat;
	font-weight: normal;
	padding: 0.1em 0.6em 0.2em 1.2em;
	font-size: 90%;
}

.details a {
	text-decoration: none;
}

.details a:hover {
	text-decoration: underline;
}

.back {
	background-image: url(../pict/arrow_back.png) !important;
}

.up {
	background-image: url(../pict/arrow_up.png) !important;
}

/***** nav sub ****/
.nav_sub ul {
	margin: 1em 0 0;
	padding: 0;
	float: none;
}

.nav_sub ul li {
	list-style-type: none;
	margin: 0;
	padding-bottom: 1em;
}

.nav_sub a {
	color: #000;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #2E3092;
}

.nav_sub a:hover {
	color: #BE1E2D;
}

.nav_sub a.nav_sub_this {
	color: #BE1E2D;
	border-bottom: 1px solid #BE1E2D;
}

/***** nav bot ****/
ul.nav_bottom {
	margin-top: 0;
	margin-bottom: 1.4em;
	margin-left: 6em;
	padding-top: 0px;
	float: none;
}

ul.nav_bottom li {
	list-style-type: none;
	margin-right: 1.2em;
	position: relative;
	float: right;
}

ul.nav_bottom a {
	color: #fff;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #f99;
}

ul.nav_bottom a:hover {
	color: #f99;
}

ul.nav_bottom a.nav_bottom_this {
	color: #f99;
	border-bottom: 1px solid #fff;
}

ul.nav_bottom a.nav_bottom_this:hover {
	color: #fff;
}

/****  items ****/
.items {
	margin-top: 2em;
}

.items ul {
	margin-left: 0.6em;
	padding-left: 0.6em;
}

.items ul li {
	list-style-image: url(../pict/arrow_list.png);
	margin-bottom: 0.8em;
	padding-bottom: 0.4em;
	border-bottom: 0px dotted #ddd;
}

.items ul li.last {
	border-bottom: 0px !important;
}

.items ul li ul {
	margin: 1em;
	padding: 1em;
}

.items ul li ul li {
	margin: auto;
	list-style-type: disc;
	list-style-image: none;
	border: 0px;
}

/*** AUTH **/
.auth_form {
	color: #fff;
	font-size: 80%;
}

.auth_form form {
	margin: 3em 0;
	padding: 0;
}

.inner {
	height: 95px;
	width: 171px;
	background: url(../pict/auth_bg.jpg) no-repeat;
	padding: 1em 3em 0;
}

.auth_form form input {
	border: 1px solid #900;
	color: #666;
}

.auth_form button {
	border: 0px;
	color: #fff;
	font: normal 100% tahoma, sans-serif;
	background: #ccc url("../pict/but_enter.jpg") no-repeat center center;
	width: 91px;
	height: 31px;
	margin-top: 0.8em;
	margin-left: 4em;
	padding: 0.6em;
	cursor: pointer;
}

.order_form caption {
	text-align: left;
	font-weight: bold;
}