.PRK_index_main {
    padding: 20px;
    margin: 40px 0px 0px 0px;
}

.PRK_index_main_table {
    border-spacing: 0;
}

.main_t_TL,.main_t_BL,.main_t_TR,.main_t_BR {
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
}
.main_t_TL{background-position: bottom right; }
.main_t_TR{background-position: bottom left; }
.main_t_BL{background-position: top right; display: block;}
.main_t_BR{background-position: top left; display: block;}

.main_t_TC {
    background-repeat: round no-repeat;
    background-position: top;
    background-position-y: 2px;
    /*background-attachment: scroll;*/
}

.main_t_CL {
    background-repeat: repeat-y;
    background-position: left;
    background-position-x: 2px;
    background-attachment: scroll;

}

.main_t_CR {
    background-repeat: repeat-y;
    background-position: right;
    background-position-x: 25px;
    background-attachment: scroll;
}

.main_t_BC {
    background-repeat: repeat-x;
    background-position: bottom;
    background-position-y: 25px;
    background-attachment: scroll;
}

.PRK_index_title {
    padding: 0px 0 60px 0;
    text-align: left;
}

.PRK_index_title img {
    float: left;
    padding: 10px 0 0 10px;
}

.PRK_index_title_text {
    font-family: 'chartercregular';
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #524949;
    text-decoration: none;
    padding: 40px 0 0 180px;
}

.PRK_index_title_text a, .PRK_index_title_text a:hover, .PRK_index_title_text a:visited {
    color: #524949;
    text-decoration: none;
}

.LibraryEnterLink {
    padding: 20px 0 20px 10px;
    font-style: italic;
    font-size: 14px;
}

.LibraryEnterLink a {cursor: pointer;}

.PRK_index_infotext {
    padding: 0px 20px 20px 20px;
    text-align: center;
    font: 13px Tahoma, Arial, sans-serif;
}

.PRK_index_infotext img {
    float: right; /* Выравнивание по правому краю  */
    margin: 0 0 20px 20px; /* Отступы вокруг картинки */
}

.PRK_index_search {
    padding-bottom: 30px;
    text-align: center;
}

.PRK_index_search span {
    text-align: center;
}

.PRK_index_search_div{
    border: 2px solid Gray;
    border-radius: 17px;
    padding: 20px;
}

.Search_Title {
    font-size: 16px;
    line-height: 18px;
    color: #544740;
    font-weight: normal;
    font-family: 'chartercregular';
    text-align: center;
}

.Search_table{
    width: 100%;
}

.SearchDiv {
    text-align: center;
}

.search {
    width: 100%;
    /*position: relative;*/
    margin-top: 20px;
    /*margin: auto;*/
    /*margin-left: 45px;*/
}

.search input {
    border: none;
}

/* стили для поля ввода */
.search .input {
    width: 100%;
    padding: 8px 37px 9px 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.1), inset 0 1px 2px rgba(0,0,0,0.3);
    /*border-radius: 20px;*/
    background: #E9D6B4;
    font: 13px Tahoma, Arial, sans-serif;
    color: #555;
    outline: none;
}

.FoundedText {
    color : #F19300;
    /*font-weight: bold;
    text-decoration: underline;*/
}

.search .input:focus {
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2), inset 0 1px 2px rgba(0,0,0,0.4);
    background: #E8E8E8;
    color: #333;
}

.search .submit {
    /*position: absolute;*/
    top: 0;
    right: 0;
    height: 100%;
    cursor: pointer;
    background: url(go.png) 50% no-repeat;
    opacity: 1;
    width: 100px;
    background: #91ca42;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.1), inset 0 1px 2px rgba(0,0,0,0.3);
    border-radius: 20px;
    outline: none;
}

.search .submit:hover {
    opacity: 0.8;
}
.AdvancedSearchButton {
    width: 200px;
    height: 100%;
    cursor: pointer;
    background: #CAA666;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.1), inset 0 1px 2px rgba(0,0,0,0.3);
    border-radius: 20px;
    outline: none;
}
.AdvancedSearchButton:hover {
    /*opacity: 0.8;*/
    background: #ae8e5c;
    outline: none;
}

input[type="search"] {
    -webkit-appearance: none;
}

hr.style-seven {
    margin-top: 30px;
    margin-bottom: 0px;
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

.Library_table {
    width: 90%;
    background: #F9B782;
    background: linear-gradient(to top, #DC8429, #F9B782);
    /*background: linear-gradient(to top, #ECB274, #EAC8AD);*/
    margin: 25px auto;
    padding: 20px;
}

.Library_table2 {
    width:100%;
    margin:25px 0;

}

.LibraryData{
    padding: 2px 15px 2px 2px;
}

.LibraryHeader {
    font-weight: bold;
    width: 150px;
    padding-left: 15px;
}

.effect6
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    /*text-shadow: 0 1px 1px #2D2020;*/
}
.effect6:before, .effect6:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect6:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
    -moz-transform:skew(8deg) rotate(3deg);
    -ms-transform:skew(8deg) rotate(3deg);
    -o-transform:skew(8deg) rotate(3deg);
    transform:skew(8deg) rotate(3deg);
}

.BooksData {
    color: #000;
    /*background: #EFD4C1;*/
    border: 2px dashed #F19300;
    padding: 10px 13px;

}

.BooksData hr{
    border: 1px dashed #F19300;
    margin: 20px -5px;
}

.BooksHeaderSpace {
    background: transparent;
    padding: 10px 0 5px 0;
}

.BooksWishListHeader {
    background: transparent;
    color: #F19300;
    padding: 30px 15px 10px 15px;
    font-family: 'chartercregular';
    font-size: 20px;
}

.LibraryLink {

}

.LibraryLink a{
    color: #8538A5;
    cursor: pointer;
}

.MyLink {
    text-decoration: underline !important;
    color: #8538A5 !important;
    cursor: pointer;
    padding-bottom: 20px;
    font-weight: bold;
    font-family: 'chartercregular';
    font-size: 18px;
}

/*.MyLink {*/
    /*text-decoration: underline  !important;*/
    /*color: #3131DC !important;*/
    /*cursor: pointer;*/
    /*text-align: center;*/
    /*background: #EFE074;*/
    /*border: 1px solid #C58080;*/
    /*border-right: 1px solid #C58080;*/
    /*border-bottom: 1px solid #C58080;*/
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*border-radius: 5px;*/
    /*padding: 15px;*/
    /*font-weight: bold;*/
/*}*/

.BooksHeader {
    float: left;
}

.BookHeader {
    width: 100px;
    font-weight: bold;
}

.AdvancedSearchTable {
    width:90%;
    background:#B9BFBA;
    background: linear-gradient(to top, #B9BFBA, #C3E4CF);
    /*background: linear-gradient(to top, #ECB274, #EAC8AD);*/
    margin:25px auto;
    padding: 20px;
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    /*text-shadow: 0 1px 1px #2D2020;*/
}
.AdvancedSearchTable:before, .AdvancedSearchTable:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.AdvancedSearchTable:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
    -moz-transform:skew(8deg) rotate(3deg);
    -ms-transform:skew(8deg) rotate(3deg);
    -o-transform:skew(8deg) rotate(3deg);
    transform:skew(8deg) rotate(3deg);
}

.AdvancedSearchTitle{
    text-align: center;
    color: #DF5248;
    font-weight: bold;
    padding-bottom: 10px;
}

.AdvancedSearchHeader {
    width: 120px;
}

.AdvancedSearchData{

}
.AdvancedSearchInput{
    width: 100%;
    border: 1px solid #D4A3A3;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    background: rgba(233, 214, 180, 0.74) !important;
    outline: none;
    height: 28px;
    color: #000;
    font-family: Tahoma;
    padding: 0px 10px;
}

.AdvancedSearchInput[type="text"] {
    width: 92%;}
.AdvancedSearchSubmit {
    margin-top: 20px;
    width: 150px;
    cursor: pointer;
    background: #CAA666;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.1), inset 0 1px 2px rgba(0,0,0,0.3);
    border-radius: 20px;
    outline: none;
    border: none;
    padding: 7px 0px;
}
.AdvancedSearchSubmit:hover {
    background: #ae8e5c;
    outline: none;
}

.Donators_Div {
    display: -webkit-box;
}

.DonatorsTable {
    /*margin: 30px auto;*/
    margin: 30px 0;
    width: 100%;
    border: 2px solid Gray;
    border-radius: 17px;
    background: #e5dbc2;
    position: relative;
}

.OneDonatorTable {
    margin: 15px auto;
    /*border: 3px dotted #EB6E08;*/
    width: 85%;
}

.DonatorPhoto, .DonatorPhoto_full  {
    padding: 10px 10px 20px 10px;
    width: 45%;
    min-width: 200px;
    vertical-align: top;
    float: left;
}

.DonatorPhoto {/*min-height: 200px;*/}

.Don_Ptoto_Img {
    border: 1px solid #000000;
    margin: auto;
    max-width: 200px;
    max-height: 200px;
}

.Don_Ptoto_NoImg {
    margin: auto;
    max-width: 200px;
    max-height: 200px;
}

.DonatorText{
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    display: inline;
    width: 237px;
}

.DonText_title {
    font-weight: bold;
    color: #EB6E08;
    padding-top: 10px;
}

.DonText_text {
    text-align: left;
    font-style: italic;
    padding-top: 10px;
    line-height: 20px;
}

.DonatorsTitle{
    text-align: center;
    font-size: 24px;
    width: 100%;
    margin: 20px auto 0 auto;
    font-weight: bold;
    font-family: 'chartercregular';
    display: table;
}

.DonatorsTitle span {color:#800080;}
.DonatorsTitle span+span {color:#FF7F50;}
.DonatorsTitle span+span+span {color: #ffb02c;}
.DonatorsTitle span+span+span+span {color:#080;}
.DonatorsTitle span+span+span+span+span {color:#FF69B4;}
.DonatorsTitle span+span+span+span+span+span {color:#ffb02c;}
.DonatorsTitle span+span+span+span+span+span+span {color:#080;}
.DonatorsTitle span+span+span+span+span+span+span+span {color:#800080;}
.DonatorsTitle span+span+span+span+span+span+span+span+span {color:#FF69B4;}
.DonatorsTitle span+span+span+span+span+span+span+span+span+span {color:#FF7F50;}
.DonatorsTitle span+span+span+span+span+span+span+span+span+span+span {color:#C71585;}

.DonatorLink {
    text-decoration: underline;
    text-align: right;
    position: relative;
    /*top: 10px;*/
    right: 30px;
    font-size: 16px;
    color: #428bca;
    cursor: pointer;
    font-style: italic;
}

.Donators_back {
    text-decoration: underline;
    text-align: right;
    position: relative;
    right: 20px;
    font-size: 16px;
    color: #428bca;
    cursor: pointer;
    font-style: italic;
}

.DonList_Summary {
    font-family: 'chartercregular';
    font-size: 16px;
    font-weight: bold;
    outline: none;
    padding-left: 10px;
}

.main_t_CC details summary::-webkit-details-marker {
    color: #EB6E08;
}

.DonList_Table {
    padding: 20px 30px;
    width: 100%;
    font-family: 'chartercregular';
    font-style: italic;
    font-size: 16px;
    line-height: 20px;
    margin-top: 30px;
}

.DonList_Name {
    width: 60%;
}

.SearchStatText {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    color: #B8240B;
    margin: 20px 0 40px 0;
    line-height: 20px;
}

.Wishlist_hr {
    margin-left: -20px;
    margin-right: -20px;
    border: 1px solid Gray;
}

::-webkit-input-placeholder {color:#c0392b;}
::-moz-placeholder          {color:#c0392b;}/* Firefox 19+ */
:-moz-placeholder           {color:#c0392b;}/* Firefox 18- */
:-ms-input-placeholder      {color:#c0392b;}


#slider{}
#slider ul, #slider li{
    margin:0;
    padding:0;
    list-style:none;
}
#slider li{
    width:550px;
    height:350px;
    overflow: hidden;
}
#prevBtn {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    /*left: -5px;
    top: -200px;*/
    left: 10px;
    top: 160px;
}
#nextBtn{
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 160px;
}
#prevBtn a, #nextBtn a{
    display:block;
    width:25px;
    height:25px;
    background:url(../templates/nback.png) round 0 0;
}

#nextBtn a{
    background:url(../templates/nforward.png) round 0 0;
}

.banner_table {
    width: 100%;
    margin: 20px 0;
    border: 1px solid black;
}

.banner_td0 {
    border: 1px solid black;
    padding: 10px;
    background-color: #f19300;
    font-weight: bold;
}

.banner_td1 {
    width: 100px;
    border: 1px solid black;
    padding: 10px;
    background-color: #ffdc8c;
}

.banner_td2 {
    text-align: left;
    padding: 20px;
    border: 1px solid black;
    background-color: #ffdc8c;
}

.padding_ol ol li {padding-bottom: 20px;}
.padding_ol ol li a {margin-top: 20px;}