html
{
height:100%;
margin:0;
padding:0;
overflow-y:scroll;
}

body
{
position:relative;
min-height:100%;
min-width:1000px;
width:1000px;
margin:0 auto;
padding:0;
font:11px Verdana,Sans-Serif;
background:#fff;
}

#header
{
position:relative;
top:14px;
margin:0;
padding:0;
background:url(../Images/Header-bg.png) no-repeat left top;
height:86px;
}

#header h1
{
padding:0;
margin:0;
height:60px;
background:url(../Images/Logo.png) no-repeat 12px 8px;
}

#pageUp
{
position:absolute;
top:-20px;
visibility:hidden;
}

#navigation
{
position:absolute;
left:0;
top:72px;
width:100%;
background:transparent;
}

#navigation ul
{
margin:0;
padding:0;
list-style:none;
overflow:hidden;
height:28px;
}

#navigation ul li
{
float:left;
margin:2px 2px 0 0;
width:246px;
}

#navigation ul li.current a
{
background:url(../Images/MainMenu-bg.png) repeat-x left bottom;
}

#navigation ul li.current a:hover
{
background:#89C63A;
}

#navigation ul li a
{
margin:0;
padding:7px 5px;
display: block;
text-decoration: none;
text-align:center;
color:#2F6D44;
background:#89C63A;
border-top-left-radius:6px;
border-top-right-radius:6px;
-webkit-border-top-left-radius:6px;
-webkit-border-top-right-radius:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
}

#navigation ul li a:hover
{
background:url(../Images/MainMenu-bg.png) repeat-x left bottom; /*-color:#CAE5A7;*/
}

#right
{
margin:14px 0 0 0;
float:right;
width:178px;
}

#right ul
{
margin:0;
padding:0;
list-style:none;
overflow:hidden;
}

#right ul li
{
margin:10px 0 0 0;
}

#right ul li a
{
display:block;
padding:20px 8px;
margin:0;
text-decoration: none;
text-align:right;
background:#FCB503;
border-top-left-radius:8px;
border-bottom-right-radius:8px;
-webkit-border-top-left-radius:8px;
-webkit-border-bottom-right-radius:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-bottomright:8px;
color:#fff;
font-weight:bold;
}

#right ul li a:hover, #right ul li a.current
{
background:#FFD470;
}

#right ul li a.current:hover
{
background:#FCB503;
}

#main
{
margin:24px 10px 0 0;
float:left;
width:812px;
color:#222;
font:16px Bookman Old Style,Times;
}

#main h1
{
display:none;
}

#main h2
{
display:inline;
color:#2F6D44;
font:bold 18px Verdana,Sans-Serif;
}

#main h3
{
color:#FCB503;
font:bold 14px Verdana,Sans-Serif;
}

#main h4
{
color:gray;
font:bold 14px Verdana,Sans-Serif;
}

#main h5
{
margin-top:6px;
color:#2F6D44;
font:bold 13px Verdana,Sans-Serif;
}

#main a
{
font-style:italic;
color:#0999D8;
}

#main a:hover
{
color:#3671A1;
}

#main table
{
    margin:10px auto 10px auto;
    border-spacing:0;
    border-collapse:collapse;
    font-size:95%;
}

#main table th, #main table td
{
    padding: 10px;
    border:solid 1px gray;
}

#main table th
{
    background:#CAE5A7;
    color:#2F6D44;
    font:bold 14px Verdana,Sans-Serif;
}

#main table tr td span
{
    display: block;
    margin: auto;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
}

#main table tr td.center
{
    text-align: center;
}

#main hr
{
clear: right;
}

#main .centered
{
    display: block;
    margin: 5px auto;
}

#main .rightFloatImage
{
    float: right;
    margin: 0 0 10px 10px;
}

#main .listImage
{
    display: block;
    margin: 5px;
}

#main .photos
{
    margin:10px 0;
    padding:0 0 6px 0;
    text-align: center;
    background: #eee;
    border: solid 1px #ABADB3;
    clear: both;
border-top-left-radius:8px;
border-bottom-right-radius:8px;
-webkit-border-top-left-radius:8px;
-webkit-border-bottom-right-radius:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-bottomright:8px;
}

#main .closeImage
{
    float: right;
    padding-right: 6px;
    cursor: pointer;
}

#main .pre
{
    margin:0 8px 18px 8px;
    border:none;
}

#main .cardPhoto
{
    float: left;
    margin:6px 14px 6px 0;
}

#main .label
{
    text-align: center;
    font-size:80%;
}

#main .epigraph
{
    text-align: right;
    font-style: italic;
}

#main ol li
{
    clear:both;
}

#main .pages
{
float: right;
margin: 0 0 5px 0;
padding: 0;
}

#main .pages li
{
float: left;
margin: 0 0 5px 5px;
list-style: none;
overflow: visible;
font:11px Verdana,Sans-Serif;
}

#main .pages li a
{
display: block;
margin: 0;
padding: 2px 6px;
text-decoration: none;
white-space: nowrap;
background:#eee;
border: solid 1px #ABADB3;
overflow: visible;
color:#222222;
font-style:normal;
font-size:140%;
border-top-left-radius:6px;
border-bottom-right-radius:6px;
-webkit-border-top-left-radius:6px;
-webkit-border-bottom-right-radius:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-bottomright:6px;
}

#main .pages li a:hover
{
background:#FFF;
}

#main .pages .current
{
background: transparent;
border: solid 1px #ABADB3;
padding: 2px 6px;
font-weight: bold;
overflow: visible;
}

#main .pages .label
{
background: transparent;
border: none;
padding: 3px 0;
margin: 0;
font-weight: bold;
overflow: visible;
}

#main .clearBoth
{
clear:both;
}

#dialogPhoto
{
float:right;
margin: 0 0 8px 8px;
border-top-left-radius:12px;
border-bottom-right-radius:12px;
-webkit-border-top-left-radius:12px;
-webkit-border-bottom-right-radius:12px;
-moz-border-radius-topleft:12px;
-moz-border-radius-bottomright:12px;
}

#search
{
position:absolute;
right:16px;
top:22px;
margin:0;
padding:0;
}

#search h4
{
font-size:100%;
font-weight:normal;
color:#2F6D44;
margin:0;
padding:0;
}

#search input[type='submit']
{
width:60px;
height:24px;
margin:0;
padding:0;
}

#search input[type='text']
{
background:#fff url(http://site.yandex.ru/i/ysearch_small.png) no-repeat 3px 4px;
}

#search input[type='text']:focus
{
background:#fff;
}

#content
{
width: 100%;
overflow: hidden;
padding-bottom: 60px;
}

#footer
{
position:absolute;
left:0;
bottom:14px;
width:100%;
padding:8px 0;
color:#2F6D44;
text-align: center;
background:url(../Images/Footer-bg.png) no-repeat left top;
border-bottom-right-radius:8px;
-webkit-border-bottom-right-radius:8px;
-moz-border-radius-bottomright:8px;
}

.banner
{
display:block;
margin:14px auto;
text-align:center;
/*border-left:solid 1px #eee;
border-top:solid 1px #eee;
border-right:outset 3px #fff;
border-bottom:outset 3px #fff;*/
}

.banner img
{
border:none;
}

.lyrics
{
    padding: 10px 0 10px 20px;
    font-style: italic;
}

.lyricsAuth
{
    padding-left: 120px;
    font-style: italic;
    font-weight: bold;
}

.hide, #titlePart
{
    display: none;
}

/* Стили для просмотрщика - НАЧАЛО */
#jsiMainBox *
{
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
}
#jsiMainBox
{
    position: relative;
    width: 400px;
    margin: auto;
    padding-bottom: 4px;
    border: 1px solid #222;
    z-index: 2;
    display: none;
    background:#FFFFF0;
    color:#222;
    text-align: left;
    border-top-left-radius:8px;
border-bottom-right-radius:8px;
-webkit-border-top-left-radius:8px;
-webkit-border-bottom-right-radius:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-bottomright:8px;
}
#jsiNavi
{
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    text-align: right;
    font: bold 10px Tahoma;
}
#jsiBoxLoading
{
    float: left;
    display: inline;
    margin: 7px 5px 0 8px;
}
#jsiSomeSpan
{
    position: relative;
    float: right;
    width: 75px;
    height: 37px;
}
#closeJsiBoxLink, #prevJsiBoxLink, #nextJsiBoxLink
{
    float: right;
    width: 40px;
    line-height: 32px;
    color: #222;
    vertical-align: middle;
    cursor: pointer;
    font-size: 30px;
    font-weight: normal;
}
#closeJsiBoxLink
{
    width: 28px;
    margin-top: -2px;
    padding: 0 8px 0 0;
}
#nextJsiBoxLink
{
    position: absolute;
    top: 0;
    right: 0;
}
#prevJsiBoxLink
{
    position: absolute;
    top: 0;
    left: 0;
}
#jsiBoxNumberOfImage
{
    margin-top: -7px;
    padding: 0 12px 2px 0;
    text-align: right;
}
#jsiBoxMainImageWrap
{
    position: relative;
    margin: 0 8px 4px 8px;
    overflow: hidden;
    background: #fff;
}
#jsiBoxMainImage
{
    display: block;
}
#jsiBoxTitle
{
    margin: 0 8px;
    font: normal 12px Tahoma;
}
#wrapJsiBox
{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
    background-color: #fff;
    opacity: .6;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
#jsiSomeBox
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
}
/* Стили для просмотрщика - КОНЕЦ */

/* Коррекция стилей для Yandex-Maps - НАЧАЛО */

#YMapsID-168
{
    height:600px;
    color:Red;
    font:12px Verdana,Sans-Serif;
}

#YMapsID-168 table
{
    color:#222;
    margin:0;
    padding:0;
    border-spacing:0;
    border-collapse:collapse;
    font-size:100%;
}

#YMapsID-168 table th, #YMapsID-168 table td
{
    padding:0;
    margin:0;
    border:none;
}

#YMapsID-168 table th
{
    background:#fff;
    font-weight:bold;
}

#YMapsID-168 table tr td span
{
    display:inline;
    margin:0;
    text-align:left;
    font-weight:normal;
}
/* Коррекция стилей для Yandex-Maps - КОНЕЦ */