#curr_lang {
    background: url(/images/lang-switcher-inner.gif) no-repeat;
    left: 0px;
}

#lang_switcher_block {
    position: absolute;
    left: 899px;
    top: 50px;
}

#menu {
    height: 28px;
    border-bottom: 2px solid #E3E3E3;
}

#menu li {
    background: none;
    padding: 9px;
    height: 28px;
    width: auto;
}

#menu li.actived {
    background: #FF7800;
}

#menu li.actived a {
    color: #FFFFFF;
}

#menu li ul li a:hover {
    background: url(/images/pointer-a.gif) #F8F8F8 3px 60% no-repeat;
}

#menu li ul li a {
    padding-left: 15px;
    padding-right: 10px;
    background: url(/images/pointer.gif) 5px 60% no-repeat;
    text-decoration: none;
}

#menu li ul li.actived a {
    background: url(/images/pointer-ai.gif) #FF7800 5px 60% no-repeat;
    color: #FFFFFF;
    margin-right: 1px;
}

#menu li.actived ul, #menu li.withsm ul {
    display: block;
}


#menu li:hover ul li{
    float: none;
}

#menu li ul li, #menu li.actived:hover ul li {
    float: left;
}

#menu li:hover ul{
    position: absolute;
    top: 20px;
    left: auto;
    padding-top : 5px;
    white-space: nowrap;
    padding-top: 5px;
    white-space : nowrap;
    border: 2px solid #EEEEEE;
    width: auto;
    display: block;
    background: #FFFFFF;
    padding: 10px;
    z-index: 110;
}

#menu li ul, #menu li.actived:hover ul {
    position: absolute;
    top: 20px;
    left: 3px; padding-top : 5px;
    white-space: nowrap;
    padding: 0px;
    padding-top: 5px;
    white-space : nowrap;
    border: 0px solid red;
    width: 620px;
    background: none;


}



#cit_block {
    width: 263px;
    height: 144px;
    margin: 0px;
    top: 143px;
    position: absolute;
    z-index: 80;
    font-size: 11px;
    color: #E3EAF1;
    background: url(/images/bgsky-inner.jpg) #89AFD0 no-repeat;
}

#cit_block  b {
    color: #FFFFFF;
}

#cit_block p {
    padding: 0px;
    margin: 0px;
}

#cit_block blockquote {
    margin: 0px;
}

#cit_block .padd {
    padding: 0px 35px 0px 35px;
}

#right_quot {
    background: url(/images/quot-l.gif) right bottom no-repeat;
    height: 24px;
    margin-top: -13px;
}

#left_quot {
    background: url(/images/quot-f.gif) left no-repeat;
    height: 24px;
}

#cit_block blockquote .author {
    text-align: right;
}

#search_block {
    position: absolute;
    left: 0;
    top: 287px;
    z-index: 80;
    border: 0px solid black;
    width: 263px;
    height: 59px;
    background: #EEEEEE;
}

#search_block form {
    position: relative;
    top: 21px;
    left: 51px;
    background: none;
}

#search_params {
    position: absolute;
    left: 120px;
    height: 99px;
    width: 202px;
}

#banners_block {
    position: relative;
    top: 220px;
    padding: 20px;
    margin-bottom: 200px;
}

#lang_list {
    left: 0;
    border: 1px dotted #EEEEEE;
    background: url(/images/lang-switcher-bg.png);
}

#project_filter_block, #document_show_only {
    background: url(/images/project-filter-l2.gif) #DFE1E5 no-repeat;
    position: relative;
    height: 29px;
}

#project_filter_block ul,#project_filter_block li, #document_show_only ul, #document_show_only li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 29px;
    border: 0px solid black;
}

#project_filter_block ul, #document_show_only ul {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px solid black;
    background: url(/images/project-filter-r2.gif) #DFE1E5 right top
        no-repeat;
    margin-left: 9px;
    height: 29px;
}

#project_filter_block li, #document_show_only li {
    float: left;
    padding: 10px;
    border: 0px solid black;
    height: 8px;
    padding-right: 10px;
    vertical-align: middle;
}

#project_filter_block li ul {
    position: absolute;
    border: 0px solid black;
    float: none;
    height: auto;
    background: none;
    width: 131px;
    top: 29px;
    background: url(/images/project-filter-dd-bg.png) left bottom no-repeat;
    padding-bottom: 8px;
    margin: 0px;
}

#project_filter_block li ul li {
    float: none;
    border: 0px solid red;
    padding: 3px;
    margin: 0;
    overflow: hidden;
}

#project_filter_block a, #document_show_only a {
    color: #898989;
    display: block;
}

#project_filter_block li a, #document_show_only li a {
    text-decoration: none;
    border-bottom: 1px dotted;
    font-size: 11px;
    position: relative;
    top: -7px;
    margin-left: 6px;
    padding-top: 3px;
    overflow: visible;
}

#document_show_only li span{
    text-decoration: none;
    font-size: 11px;
    position: relative;
    top: -4px;
    margin-left: 6px;
    padding-top: 3px;
    overflow: visible;
    font-weight: bold;
}


#project_filter_block li a span {
    height: 0px;
    width: 1px;
    position: absolute;
    border: 0px solid red;
}

#project_filter_block li a span.not-empty {
    height: 29px;
    width: 17px;
    padding: 0px;
    border: 0px solid red;
    background: url(/images/project-filter-selector.gif) 4px 10px no-repeat;
    position: absolute;
    top: 0px;
    right: -17px;
}

#project_filter_block li:hover a span {
    height: 29px;
    width: 7px;
    background: url(/images/project-filter-hover-r2.gif) right top no-repeat
        ;
    border: 0px solid red;
    position: absolute;
    top: 0px;
    right: -7px;
}

#project_filter_block li:hover a span.not-empty {
    height: 29px;
    width: 17px;
    background: url(/images/project-filter-hover-r.gif) right top no-repeat;
    border: 0px solid red;
    position: absolute;
    top: 0px;
    right: -17px;
}

#project_filter_block li:hover a {
    background: url(/images/project-filter-hover-l.gif) #FFFFFF no-repeat;
    margin-left: 0px;
    padding-left: 6px;
    border: none;
    border: 0px solid red;
    height: 20px;
}

#project_filter_block li ul li a {
    background: none;
    border: none;
    height: 15px;
}

#project_filter_block li:hover ul li a {
    background: none;
    height: 17px;
}

#project_filter_block li ul li a:hover {
    background: #F8F8F8;
    height: 17px;
}

#project_items {
    width: 100%;
}

#project_items a,#project_items {
    color: #7F7F7F;
}

div.path {
    color: #8B8B8B;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

#spec_block { /*
    background: url(/images/spec-bg.gif) #FFFFFF left 12px repeat-x;
    margin-left: -54px;*/

}

#spec_photo_block {
    width: 230px;
    float: left;
    border: 0px solid #E7E7E7;
}

#spec_photo_block img {
    border: 1px solid #E7E7E7;
    padding: 7px;
    background: #FFFFFF;
    margin-left: 0px;
}

#spec_descr {
    padding-top: 0px;
    border: 0px solid #E7E7E7;
    width: 360px;
    margin-left: 231px;
}

.post{
    color: #818181;
    font-family: Tahoma;
}

.post p{
    position: relative;
    margin-top: -10px;
    margin-bottom: 20px;
    font-weight: bold;

}

div.document_link, .periodicals_link, .publication_link{
    padding-left: 56px;
    background: url(/images/doc-blank.gif) 7px top no-repeat;
    height: 43px;
}

table.data tbody td{
    border-bottom: 1px solid #EAEAEA;
    color: #7F7F7F;
}


table.data tbody td a{
    color: #7F7F7F;
}

table.data th{
    font-size: 11px;
    font-weight: normal;
    color: #8B8B8B;
    text-align: left;
    border-bottom: 1px solid #D5D5D5;

}

.news_item_tools{
    padding-bottom: 5px;
    color: #AAAAAA;
}

.news_item_tools a{
    color: #AAAAAA;
    font-size: 10px;
}

.seminat_audio_item{
    padding-left: 57px;
    padding-bottom: 20px;
    background: url(/images/doc-audio.gif) left 30% no-repeat;
}

.seminat_audio_item small{
    color: #AAAAAA;
}

#member_list, #member_list li{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.bgin1{
    background: #F2F2F2;
}

.bgin2{
    background: #E8E8E8;
}

.tdH{
    background: #009295;
    font-weight: bold;
    color: white;
}

ul.document_list, ul.document_list li, ul.projects_list, ul.projects_list li{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.document_list li{
    padding-left: 50px;
    padding-top: 3px;
    background: url(/images/doc-blank.gif) left top no-repeat;
    min-height: 43px;
    margin-bottom: 18px;
    margin-left: 7px;

}

ul.projects_list li{
    padding-left: 57px;
    padding-top: 3px;
    background: url(/images/project-item.jpg) left top no-repeat;
    height: 43px;
    margin-bottom: 18px;

}

#inside_news_block b.news_title a{
    text-decoration: none;
    color: black;
}
#inside_news_block p a{
    color: black;
}

div.inside_news_item{
    padding-bottom: 15px;
}

ul.directions_list li{
    padding-bottom: 10px;
}

div.article_note{
    float: right;
    padding: 20px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 250px;
    background: #EEEEEE;
}


.prototip .default .content {
    padding: 10px;
    background: #FFF;
    border: 1px solid #F8F8F8;
    width: auto;
    position: absolute;
}

.authors ul li{
    position: relative;
}

.file_list li{
    background: url(/images/icons/document-save-s.png) no-repeat;
    padding-left: 20px;
    padding-bottom: 5px;
    height: 20px;

}

#seminar_programme{
    background: #EEEEEE;
    padding: 20px;
    border: #009295 2px solid;
}

#seminar_dates{
    color: #009295;
    width: auto;
}

ul.document_list li div.list_item_info{
    color: gray;
    font-size: 12px;
}


div.gallery{
    padding: 20px;
    background: #EEEEEE;
    overflow: hidden;
    -moz-border-radius: 10px;
}

ul.gallery_image_list{
    display: block;
    overflow: hidden;
}

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

ul.gallery_image_list li{
    float: left;
    height: 160px;
    margin: 3px;

}

ul.gallery_image_list li div.gallery_imge_descr{
    width: auto;
    position: relative;

}

div.gallery ul.gallery_image_list li{
    float: left;
    height: 120px;
    margin: 3px;
}

div.gallery_medium ul.gallery_image_list{
    height: 210px;
    overflow: auto;
}

div.gallery_short ul.gallery_image_list{
    height: 55px;
}

div.gallery_short ul.gallery_image_list li{
    height: auto;
}

div.gallery .gallery_descr{
    border: 1px dashed #CCCCCC;
    padding: 10px;
    background: #E0E0E0;
    margin-bottom: 6px;
}

div.gallery div.gallery_goto_link{
    text-align: right;
    margin-top: 8px;
}

div.gallery div.gallery_goto_link a{

}

table.gallery_image_list td{
    background: #EEEEEE;
    padding: 20px;
    vertical-align: top;
}

.gallery_image_descr{
    text-align: left;
    color: #777777;
    font-size: 10px;
    margin-top: 10px;
    border: 1px dashed #FFFFFF;
    padding: 5px;
    background: #F4F4F4;
}

table.consulting{
 border-spacing: 1px;
}

table.consulting td , table.consulting th {
    padding: 10px;
}

table.consulting td {
    background: #EEEEEE;
}
table.consulting th {
    background: #CCCCCC;
}
