body,html {
    padding: 0; margin: 0;
    margin-bottom: 10px;
    background-color: #ffffff;
}

td, tr, p, div {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 125%;
    color: #000000;
}

h1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #404040;text-transform: uppercase;
}

a img {
    border: none;
}

hr {
    color: #999999;
    height: 1px;
    width: 100%;
}
form {
    padding: 0; margin: 0;
}

input, select, button, textarea {
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #5ca4ba;
    background-color: #f2fcff;
}

select {
    height: 22px; /* height calc by outer border (w/o padding) */
    vertical-align: middle; /* for middle valignment with button */
    font-size: 11px;
    padding: 2px 2px 2px 2px;
}

input {
    height: 14px;
    vertical-align: top; /* for middle valignment with button */
    font-size: 11px;
    padding: 3px 2px;
}

button {
    height: 22px; /* height calc by outer border (w/o padding) */
    vertical-align: middle; /* for middle valignment with input text box */
    font-size: 11px;
    padding:  0 1px 0px 0px; /* padding-top:0 for middle valignment text in box. Adjast valignment width padding-bottom: */
}

button:hover {
    cursor: pointer;
}



a:link, a:visited {
    color: #207b97;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #b02525;
    text-decoration: underline;
    font-weight: bold;
}


ul {
    padding-left: 20px;
    list-style: disc outside;
}
li {
    padding-left: 0;
    margin: 1em 0 1em 0;
}


.back-button a {
    color            : #999999;
    font-size        : 12px;
    font-weight      : normal;
    padding-bottom   : 3px;
    margin-left      : 4px;
    margin-top       : 20px;
    float            : left;
    line-height      : 20px;
}

.button {
    font-size        : 12px;
    color            : #333333;
    border           : 1px solid #999999;
    margin           : 3px;
    background-color : #EDEDED;
    padding          : 1px !important;
    padding          : 1px;
    cursor           : pointer;
}



/* START SKELETON */

body {
    /* background: url(/media/cms/images/header_space_bg.png) #ffffff repeat-x top left; */
}

#body_container {
    width: 1006px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

#skeleton {
    border-radius: 4px 4px 4px 4px;
    margin-top: 10px;
    width: 1000px;
    border: 3px double #9bbfca;
}

#header_container {
    width: 1000px;
    height: 85px;
    background: url(/media/cms/images/header_bg.png) #ffffff no-repeat top left;
}

#underheader_row_container td {
    height: 38px;
    border-top: 3px double #9bbfca; /* #5ca4ba; */
    border-bottom: 1px solid #9bbfca; /* #5ca4ba; */
    background: url(/media/cms/images/topmenu_bg.png) #ffffff repeat-x top left;
}

#top_menu_container {
    vertical-align: middle;
}

#top_search_container {
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 12px;
}

#pathway_container {
}



#left_column {
    border-right: 1px solid #b2d0d9; /* #b2d0d9; */
    vertical-align: top;
}

#left_column_container {
    width: 189px;
}



#center_column {
    height: 500px;
    vertical-align: top;
}

#center_column_container {
    width: 600px;
    padding: 0 10px 0 10px;
}


#right_column {
    border-left: 1px solid #b2d0d9; /* #b2d0d9; */
    vertical-align: top;
}

#right_column_container {
    width: 189px;
}


#footer_container {
    height: 38px;
    border-top: 1px solid #9bbfca;
}

#header_space1 td {
    margin: 0;
    padding: 0;
    height: 11px;
    background-color: #9bbfca;
    border-bottom: 3px double  #ffffff;
}

#header_space2 td {
    margin: 0;
    padding: 0;
    height: 19px;
    background-color: #d5edf4; /* #d5edf4 */
}

#header_space3 td {
    margin: 0;
    padding: 0;
    height: 5px;
    background-color: #9bbfca;
    border-top: 3px double  #ffffff;
}



.space_row {
    height: 8px;
}

/* STOP SKELETON */




/* TOP SEARCH BLOCK */

#top_search_container .search_box {
    width: 140px;
    float: left;
    margin: 0;
}

#top_search_container .search_button {
    width: 22px;
    float: right;
    margin: 0;
}



/* START TOP MENU */

ul.top_menu  {
    list-style: none;
    padding: 0;
    margin: 0 25px 0 1px;
}

ul.top_menu li {
    float: left;
    display: block;
    background: none;
    padding-left: 2px;
    padding-right: 2px;
    margin: 0;
    line-height: 18px;
    white-space: nowrap;
    border-right: 1px solid #404040;

}

.top_menu li.last {
    border-right: none;
}

ul.top_menu li a,
ul.top_menu li a:link,
ul.top_menu li a:visited {
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    font-size: 12px;
    color: #404040;
    font-weight: bold;
    text-decoration: none;
}

ul.top_menu li.active a {
    color: #207b97;
}

ul.top_menu li a:hover {
    font-size: 12px;
    color: #b02525;
    font-weight: bold;
}

/* STOP TOP MENU */


/* START PATHWAY */

.pathway {
    font-size: 11px;
    color: #404040;
    line-height: 18px;
}

.pathway a,
.pathway a:link,
.pathway a:visited {
    color: #207b97;
    font-size: 11px;
    font-weight: normal;
}

.pathway a:hover {
    color: #b02525;
}

/* STOP PATHWAY */


/* START MODULE */

#left_column_container .module {
    width: 172px;
    margin: 0;
    padding: 0px 5px 15px 12px;
}

#right_column_container .module {
    width: 172px;
    margin: 0;
    padding: 0 5px 0 12px;
}

.module_header {
    font-weight: bold;
    font-size: 14px;
    color: #404040;
    line-height: 18px;
    margin-bottom: 5px;
}

.module_content {
}

.module_content p {
    margin: 5px 0;
    font-size: 13px;
}

/* STOP MODULE */

/* START TREE MENU */

ul.tree_menu  {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.tree_menu li {
    display: block;
    padding: 0;
    margin: 0;
}

a.menu_indent1,
a.menu_indent1:link,
a.menu_indent1:visited {
    display: block;
    padding: 0 5px 0 10px;
    margin: 6px 0 4px 0;
    font-size: 12px;
    font-weight: normal;
    color: #505050;
    background: url(/media/cms/images/arrow-vmenu.gif) #ffffff no-repeat 0px 4px;
}

a.menu_indent2,
a.menu_indent2:link,
a.menu_indent2:visited {
    display: block;
    padding: 0 5px 0 25px;
    margin: 4px 0 2px 0;
    font-weight: normal;
    font-size: 11px;
    color: #808080;
}

a.menu_indent3,
a.menu_indent3:link,
a.menu_indent3:visited {
    padding: 0 5px 0 30px;
    margin: 1px 0 1px 0;
    border-bottom: none;
    font-weight: normal;
    font-size: 10px;
    color: #808080;
}

a.menu_indent1:hover,
a.menu_indent2:hover,
a.menu_indent3:hover {
    color: #b02525;
}

a.active,
a.menu_indent1.active,
a.menu_indent2.active,
a.menu_indent3.active {
    color: #207b97;
}

a.menu_indent1.active {
    background: url(/media/cms/images/arrow-vmenu-active.gif) #ffffff no-repeat 0px 4px;
}

/* STOP TREE MENU */




.delimiter_line {
    width: 600px;
    height: 1px;
    background: url(/media/cms/images/delimiter_line.png) #ffffff no-repeat 0 0;
    margin: 10px 0 10px 0;
}

.module_delimiter_line {
    height: 1px;
    background: url(/media/cms/images/module_delimiter_line.png) #ffffff no-repeat 50% 0;
    margin: 10px 0 25px 0;
}

.small {
  font-size        : 11px;
  color            : #333333;
}

div.author {
    margin-top: 10px;
}


/* ----START LIST ---- */

table.child_list {
    width: 100%;
    border-collapse  : collapse;
    background-color: #f7f7f7;
}

table.child_list td {
    border: 1px solid #cccccc;
    padding: 5px 10px;
    line-height: 170%;
    font-size: 12px;
}

table.child_list td.img_container {
    width: 150px;
    height: 150px;
    text-align: center;
    vertical-align: middle;
}

.main-chapters table.child_list td.img_container {
    width: 80px;
    height: 150px;
}


table.child_list td.img_container img {
    border: 3px double #666666;
}

table.child_list td.desc_container {
    text-align: left;
    vertical-align: top;
    background-color: #fcfcfc;
}

table.child_list td.desc_container a {
    font-size: 12px;
}


/* ----STOP LIST ---- */


/*---start  neighbors -------*/


div.neighbors {
    text-align: center;
}

.img_float_left {
    float: left;
    margin-right: 7px;
}


.neighbors {
    margin: 10px 0;
    height: 1em;
}

.neighbors .prev_neighbor {
    display: block;
    float: left;
}

.neighbors .next_neighbor {
    display: block;
    float: right;
}

/*---stop  neighbors -------*/

.stop_float {
    clear: both;
}


#main_content img {
    margin-left: 7px;
    margin-right: 7px;
}

#color_img_cell img {
    margin: 0;
}





.h_moda {
    font-weight: bold;
    color: #207b97;
}

.h_i {
    font-weight: bold;
    color: #b02525;
}

.h_cvet {
    font-weight: bold;
    color: #20974e;
}

