/* Common */ 
body {
    margin: 0px;
    padding: 0px;
    background: #fffdd3;
}

body, td{
    font-family: Tahoma;
    font-size: 11px;
}

input, select, textarea{
}

img{
    padding: 0px;
}

.bold_blue{
    color: blue;
    font-weight: bold;
}

/* Links */
a {
    color: #000;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0;
}

/* Messages */
.messages {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    color: black;
}

#error_block {
    border: solid 2px red;
    background: #ff4b4b;
}

#msg_block {
    border: solid 2px green;
    background: #65fd3d;
}

/* Tables */
table{
    border-collapse: collapse;
}

td{
    padding: 0px;
    vertical-align: top; 
}

/* Blocks */
#m_t{
    width: 100%;
    height: 100%;
}

#logo{
    background: url('../img/navi_bg.jpg');
    width: 220;
    height: 200;
    text-align: center;
    padding: 20 0 0 0;
}

#lang_switch_1{
    text-align: center;
    width: 650;
    height: 670;
}

#lang_switch_1 a{
    display: block;
    color: brown;
}

#lang_switch_2{
    text-align: center;
}

#lang_switch_2 a{
    color: brown;
}

/* Navigation */
#navi{
    background: url('../img/navi_bg.jpg');
    padding: 0 0 0 5;
}

#navi a {
    display: block;
    font-weight: bold;
    color: #fff;
    background: url('../img/navi/1.gif') no-repeat;
    height: 20 ! important;
    height: 28;
    text-align: center;
    padding: 8 0 0 0;
    border: solid 0px #000;
    margin-bottom: 5;
}

#navi a.l2 {
    background: url('../img/navi/2.gif') no-repeat;
}

#navi a.l3 {
    background: url('../img/navi/3.gif') no-repeat;
}

#content {
    padding: 10;
    background: url('../img/kniga4.gif') no-repeat;
    background-position: 100% 100%;
}

#content h3{
    color: #c63c30;
    text-align: center;
    font-size: 28px;
    font-family: Times New Roman;
}

#copy{
    background: #d5b182;
    height: 14;
    color: #fff;
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
}

#copy a{
    color: #fff;
    font-size: 10px;
}

/* List table */
table.lt_1 td{
    padding: 4;
    border-top: solid 1px #c63c30;
    border-bottom: solid 1px #c63c30;
    text-align: justify;
}

table.lt_1 a{
    color: #c63c30;
}

table.lt_1 h5{
    color: #c63c30;
    display: block;
    margin-bottom: 2;
    font-size: 12px;
    font-weight: normal;
}

table.lt_2{
    border-collapse: separate;
}

table.lt_2 a{
    color: #c63c30;
}

table.lt_2 td{
    font-weight: bold;
    text-align: center;
    width: 145;
    height: 120;
    border: solid 1px #c63c30;
}

table.lt_2 img{
    display: block;
    margin: auto;
    margin-top: 2;
}

table.lt_3{
    border-collapse: separate;
}

table.lt_3 td{
    text-align: center;
    width: 150;
    height: 110;
    border: solid 1px #c63c30;
    vertical-align: top;
    padding: 5 0 0 0;
    cursor: pointer;
}

table.lt_4 td{
    padding: 4;
    border-top: solid 1px #c63c30;
    border-bottom: solid 1px #c63c30;
    text-align: justify;
}

table.lt_4 a{
    color: #c63c30;
}

table.lt_4 b{
    color: #c63c30;
    margin-bottom: 2;
    font-size: 12px;
}

/* Form table */
table.form_table td{
    vertical-align: top;
    padding: 4;
}

/* Texts */
.t_1{
    color: #b73a17;
    font-size: 16px;
    font-weight: bold;
    font-family: Verdana;
}

/* Buttons */

/* Images */
img.img_1{
    float:left;
    margin-right: 10;
    cursor: pointer;
    border: solid 1px #c63c30;
}

#website_thanks{
    font-weight: bold;
    text-align: center;
    color: #c63c30;
    padding: 10 0 5 0;
}
