body{
	background: url("../images/bg-bibl.jpg") repeat;
	margin: 0px;
	padding: 0px;
    font-family: Arial, Tahoma, Verdana, sans-serif;  
}
#block-body{
    width: 1035px;
    height: auto;
    margin: 0px auto 0px;
    background: white;
}
/*4 блока крнтента*/
/*блок заголовка*/
#block-header{
    width: 1035px;
    height: 170px;
    position: relative;
    z-index:1;
}
/*блок контент*/
#block-content{
    padding-top: 8px;
    padding-left: 10px;
    width: 790px;
    height: auto;
/*    background: white;*/
    position: relative;
    z-index:1;    
    float: left;
/*    outline-style: solid;
    outline-width: 1px;
    outline-color: black;*/   
}
/*блок правый*/
#block-right{    
    width: 220px;
    height: auto;
    /*padding-top: 8px;*/
    padding-right: 10px;
    padding-left: 5px;
    position: relative;
    z-index:1; 
/*    background: white;*/
    float: right;

/*outline-style: solid;
outline-width: 1px;
outline-color: red;*/
}
/*блок подвала*/
#block-footer{
    clear:both;
    width: 1015px;
    height: auto;
    padding: 10px;
    position: relative;
    z-index:1; 
/*    outline-style: solid;
    outline-width: 1px;
    outline-color: red;*/
}
/*4 блока крнтента*/
/*СТИЛИ БЛОКА ЗАГОЛОВКА*/
#block_shadow{
    position:absolute;
    width:1035px;
    height:150px;
    margin-top: 10px;
    background:#f7f7f7;
}
#block_shadow:after{
    content:"";
    position:absolute;
    z-index:-1;
    top:0px;
    bottom:0px;
    left:50px;
    right:50px;
    -webkit-box-shadow:0px 0px 25px rgba(0,0,0,0.3);
    -moz-box-shadow:0px 0px 25px rgba(0,0,0,0.3);
    box-shadow:0px 0px 25px rgba(0,0,0,0.3);
    -moz-border-radius:200px / 50px;
    border-radius:200px / 50px;
}
#img-logo{
    position: absolute;        
    margin: 0px 50px 0px 50px;
}
#bibl-info{    
    margin-left: 320px;
    width: 510px;
    height: 150px;      
}
#bibl_p{
    margin: 8px auto;
    color: #707070;
    font-family: "Times New Roman";
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    word-spacing: 5px;
    letter-spacing: 2px;
    line-height: 1.3;
    text-shadow: 2px 2px 0px #EEE, 3px 3px 0px #707070;
    }
#bibl_p1{
    font-size: 35px;
    margin: 8px auto;
    font-family: "Times New Roman";
    text-align: center;
    text-transform: uppercase;
    word-spacing: 5px;
    letter-spacing: 2px;
    line-height: 1.3;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color: #ddcca3;    
}
#bibl_p2{
    font-size: 35px;
    margin: 8px auto;
    font-family: "Times New Roman";
    text-align: center;
    text-transform: uppercase;
    word-spacing: 5px;
    letter-spacing: 2px;
    line-height: 1.3;
    text-shadow: -1px -1px #666, 1px 1px #FFF;
    color: #D2B48C;
}
/*СТИЛИ БЛОКА ЗАГОЛОВКА*/

/*СТИЛИ БЛОКА MENU*/
#block-menu{
    width: 1035px;
    height: auto;
    background: white;
}
#top-line{
    width: 1035px;
    height: 5px;
    background: url(/images/line.png);
}
/*блок поиска*/
#block-search{
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 40px;
}
#block-search span{
    width: 30px;
    height: 30px;   
    background-image: url(/images/2.png);
    background-size: 100%;
    position: absolute;
    margin-top: 3px;
    margin-left: 155px;
}
#input-search{
    width: 600px;
    height: 32px;
    border: 1px solid #E1E1E2;
    font-style: italic;
    font-family: arial;
    padding-left: 40px;
    margin-left: 150px;     
}
#input-search:focus, #input-search-author:focus, #input-search-book:focus, #input-search-keywords:focus{
    border: 1px solid #c4e1eb;
}
#input-search:disabled {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAKrVq36zwjjgzhhYWGMYAEYB8RmROaABADeOQ8CXl/xfgAAAABJRU5ErkJggg==) repeat;
}
#button-search{
    width: 80px;
    height: 34px;
    border: 1px solid #E1E1E2;
    background-color: #EEDFAC;
    font-style: italic;
    font-family: arial; 
    cursor: pointer;        
}
#button-search:hover{   
    background-color: #F0F0F0;       
}
#button-search:disabled {
    cursor: default;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAKrVq36zwjjgzhhYWGMYAEYB8RmROaABADeOQ8CXl/xfgAAAABJRU5ErkJggg==) repeat;
}
/*блок поиска*/
/*блок поиска*/
/*блок поиска*/
.open {
    font-family: arial; 
    font-size: 16px;
    padding: 0 10px 0 10px;    
    cursor: pointer;    
    position: absolute;    
    background-color: #FFFFFF;
    margin-top: -25px;
    margin-left: 432px;
    color: #00678C;              
}
.open:hover{
    color: #EF662B;
    border-bottom: 1px dashed;    
}
.hidd {
    border: 1px solid #DDDDDD;
    width: 1015px;
    height: auto;
    margin-left: 10px;
    margin-top: 10px;
    -moz-box-shadow: 0 0 15px #DBDBDB;
    -webkit-box-shadow: 0 0 15px #DBDBDB;
    box-shadow: 0 0 15px #DBDBDB;
    padding: 10px 0 20px 0;
    display: none;    
}
#button-search-parametr{
    width: 80px;
    height: 80px;
    border: 1px solid #E1E1E2;
    background-color: #EEDFAC;
    position: absolute;
    font-style: italic;
    font-family: arial; 
    cursor: pointer;
    margin-top: -88px;
    margin-left: 60px;           
}
#button-search-parametr:hover{   
    background-color: #F0F0F0;       
}
/*выпадающий список результатов поиска*/
#result-search-author, #result-search-keywords, #result-search-book{
    display: none;
    border-left: 1px solid #E1E1E2;
    border-right: 1px solid #E1E1E2;
    border-bottom: 1px solid #E1E1E2;
    margin-left: 150px;
    width: 641px;
    height: auto;
    background-color: white;
    z-index: 999;
    position: absolute;
}
#result-search-author a, #result-search-keywords a, #result-search-book a{
    font: 14px arial;
    font-style: italic;
    text-decoration: none;
    padding: 8px;
    display: block;
    color: black;
    cursor: pointer;
}
#result-search-author a:hover, #result-search-keywords a:hover, #result-search-book a:hover{
background-color: #F1F2F2;
}
/*выпадающий список результатов поиска*/
#input-search-author, #input-search-book, #input-search-keywords {
    margin-top: 10px;
    width: 600px;
    height: 32px;
    border: 1px solid #E1E1E2;
    font-style: italic;
    font-family: arial;
    padding-left: 40px;
    margin-left: 150px;     
}
#search-img{
    width: 30px;
    height: 30px;   
    background-image: url(/images/2.png);
    background-size: 100%;
    position: absolute;
    margin-top: 13px;
    margin-left: 155px;
}
#and-or{
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
/*    color: #00678C;*/
    color: white;
    font-style: italic;
    font-size: 12px; 
}
#range-parametr{
    color: black;
    font-style: normal;
}
#range-parametr p{
    text-align: center;
}
#range-parametr label{
    margin-left: 40px;
    text-align: center;
    font-family: "Times New Roman";
    font-size: 30px;
    font-style: italic;
}
#range-span{
    color: #FF4500;
    font-style: italic;
    font-family: arial;   
}
#year_left,#year_right {
    border: 1px solid #E1E1E2;
    background-color: #EEDFAC;
    margin-left: 20px;
    width:80px;
    text-align: center;
    font-family: "Times New Roman";
    font-size: 30px;
}
#slider_year {
    width: 500px;
    position: absolute;
    margin-top: -30px;
    margin-left: 440px;
} 
/*блок поиска*/
/*блок поиска*/
/*блок поиска*/
#paginator-menu{
    border-bottom: 2px dashed #dfdfdf;
    margin: 0 10px 0 10px;
}
#paginator-menu ul{
    margin: 15px 0 15px 0;
    text-align: center;    
}
#paginator-menu ul li{
    display: inline-block;
    margin: 0 15px 0 15px;    
}
.button {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #000;
  outline: none;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #ddd inset, 0 1px 1px #fff;
  font-size: 16px;
  font: verdana;
}
.button:hover {
  background: #dcdcdc linear-gradient(#fff, #dcdcdc);
  box-shadow: 0 0 0 1px #aaa inset, 0 1px 1px #aaa;
}
.button:active {
  background: none;
  box-shadow: 0 0 0 1px #bbb inset, 0 1px 3px rgba(0,0,0,.5) inset, 0 1px 2px #fff;
}
.active2{
  background: #ebbf46 linear-gradient(#fff, #ebbf46);
  box-shadow: 0 0 0 1px #aaa inset, 0 1px 1px #aaa;
  font: serif;
  font-size: 18px;
  font-style: italic;
  cursor: default; 
}
.active2:hover{
  background: #ebbf46 linear-gradient(#fff, #ebbf46);
  box-shadow: 0 0 0 1px #aaa inset, 0 1px 1px #aaa;
  font: serif;
  font-size: 18px;
  font-style: italic;  
}
.block-book-grid  li{
    width: auto;
    height: auto;
    margin: 10px 10px 0px 10px;
/*    border: 1px solid black;*/
}
.block-images-grid{
    width: auto;
    height: auto;
    border: 20px double #000;
    border-image: linear-gradient(to top right, #00678C, transparent, transparent) 1%;
    float: left;    
}
.block-text-grid{
    width: 500px;
    height: auto;    
    float: right;
    margin: 20px 10px 20px 10px;    
}
.title-grid{
    margin-top: 0;
    margin-bottom: 0;
}
.b-bookdescr_title {
    line-height: 1.2;
    text-align: justify;
    border-bottom: 1px solid #dfdfdf;
    padding: 0 0 15px 0;
}
.b-bookdescr_autor {
    font-size: 16px;
    font: serif;
    font-style: italic;
    color: #41523E;   
    margin: 18px 2px 0 2px;
}
.title-grid a{
    font-size: 18px;
    color: #005ea1;
    text-decoration: none;
    font: Arial;
    cursor: default;
}
/*.title-grid a:hover{
    color: #EF662B;
    border-bottom: 1px dashed;
}*/
.b-date{
    font: 16px sans-serif;
    color: #41523E;
    margin-left: 430px; 
}
.b-bookinfo{
    margin: 5px 0px 0px 0px;
    font: 16px sans-serif;
    color: #41523E;  
}
.b-bookinfo li{
    margin: 10px 0px 0px 0px;
    border: none;
}
.title{
    display: block;
    float: left;
}
.value{    
    display: block;
    margin-left: 200px;
    color: #cc9c00;
}
.knopka_system_number{
  color: #666; /* цвет текста */
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  background: #EEDFAC; /* фон кнопки */
  padding: .7em 1.5em; /* отступ от текста */
  outline: none; /* убирать контур в Mozilla */
  border: 1px solid #CCC;
  font: verdana;   
}
.knopka_system{
    position: absolute;
    margin-top: -20px;
    margin-left: 370px;
}
#b-button-line-enable:hover, .knopka_system_number:hover { background: #ebbf46; } /* при наведении курсора мышки */
#b-button-line-enable:active, .knopka_system_number:active { background: #fff70f; } /* при нажатии */
#b-button-line{
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #dfdfdf;    
}
#b-button-line li{
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block; /* расположить пункты горизонтально */
}
#b-button-line-enable{
    color: #666; /* цвет текста */
    text-decoration: none; /* убирать подчёркивание у ссылок */
    user-select: none; /* убирать выделение текста */
    outline: none; /* убирать контур в Mozilla */
    font: verdana;
    font-size: 16px;
    display: block;
    border: 1px solid #CCC;
    background: #EEDFAC; /* фон кнопки */
    padding: .7em 1.5em; /* отступ от текста */
}
#b-button-line-disable{
    color: #3b3b3b; /* цвет текста */
    font: verdana;
    font-size: 16px;
    display: block;
    border: 1px solid #CCC;
    background: #ff9191; /* фон кнопки */
    padding: .7em 1.5em; /* отступ от текста */
    cursor: default;    
}
/* картинка на странице   */
/* картинка на странице   */
/* картинка на странице   */
/* картинка на странице   */
.minimized {
  cursor: pointer;
  outline-style: solid;
  outline-width: 3px;
  outline-color: #F4A460;
  outline-offset: 0px;
}
.minimized:hover {
    outline-style: solid; 
    outline-color: #FF4500; 
} 
/* увеличенная картинка */
#magnify {
    display: none; 
    /* position: absolute; upd: 24.10.2016 */
    position: fixed;
    /*  max-width: 500px;*/
    width: auto;
    height: 800px;
    z-index: 9999;
}
#magnify1 {
  display: none;
  /* position: absolute; upd: 24.10.2016 */
  position: fixed;
  width: 700px;
  height: auto;
  z-index: 9999;
  border: 4px solid #F4A460;
  border-radius: 10px;
  background: white;
  text-align: justify;
  color: #41523E; 
  padding: 40px 25px 15px 25px;    
}
#b-book_kart{
    font: bold italic 22px arial;
}
#b-book_autor{
    font: bold italic 20px serif;
    margin-bottom: 0;
}
#b-book_title{
    font: italic 16px sans-serif;
           line-height: 1.3;    
    margin-bottom: 0;
    margin-top: 5px;
}
#b-book_description{
       font: 16px sans-serif;
           line-height: 1.3;
}
#magnify img {
/*  width: 100%;*/
  height: 100%;
} 
/* затемняющий фон */
#overlay {
  display: none;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 9990;
}
/* кнопка закрытия */
#close-popup {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #AFAFAF;
  border-radius: 15px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
} 
#close-popup i {
  width: 30px;
  height: 30px;
  background: url(/images/cross.png) no-repeat center center;
  background-size: 16px 16px;
  display: block;
}
@keyframes rota {25%{ transform: rotate(360deg);}}

#close-popup:hover {
  animation: rota 4s infinite normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/*блок поиска*/
/*блок поиска*/
#menu-nav{
/*outline-style: solid;
outline-width: 1px;
outline-color: red;*/    
}
#left-menu-nav{
    width: 835px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
/*outline-style: solid;
outline-width: 1px;
outline-color: black;*/    
}
#right-menu-nav{
    height: auto;
    width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: right; 
/*outline-style: solid;
outline-width: 1px;
outline-color: red;*/   
}
#right-menu-nav-disable{
    height: auto;
    width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: right; 
/*outline-style: solid;
outline-width: 1px;
outline-color: red; */  
}
#button-menu-nav, #button-authorization, #button-remind{
font-size: 20px;
text-align: center;
}
#button-menu-nav li, #button-authorization li, #button-remind li{
display: inline-block;
font-family: Arial;
margin: 0 5px 0 5px;      
}
.auth, .button-auth{
display: block; /* Ссылка как блочный элемент */
padding: 10px 30px 10px 30px; /* Поля вокруг надписи */
color: #666; /* Цвет текста */
border: 1px solid #CCC; /* Рамка вокруг пунктов меню */
background-color: #EEDFAC;
cursor: pointer;
}
.auth:hover, .button-auth:hover{
background-color: #ebbf46; /* Цвет фона активного пункта */
}
#button-menu-nav > li > a#active-button{    
background-color: #fff70f;
}
.menu, .menu ul{
 font-size: 20px;
/*background-color: #EEDFAC;*/
}
.menu {
text-align: center; /* текст горизонтально по центру */
/*width: 25%; /* 4 пункта меню, то есть 100%/4 */
}
.menu > li{
display: inline-block; /* расположить пункты горизонтально */
background-color: #EEDFAC;
font-family: Arial;
margin: 0 5px 0 5px;
/*float: left; /* Выстраиваем меню по горизонтали */
}
.menu ul > li > a{
text-align: left; /* текст лево */    
font-family: serif;
font-style: italic;     
/*line-height: 1.5; /* Выравниваем текст посередине */
background-image: none; /* Для подпунктов рисунок убираем */ 
height: 1%; /* Для IE7 устанавливаем hasLayout */
margin-left: 10px;
display: block; /* Ссылка как блочный элемент */
padding: 10px 10px 10px 10px; /* Поля вокруг надписи */
text-decoration: none; /* Убираем подчеркивание у ссылок */ 
color: #666; /* Цвет текста */
}
.menu li li{
border-left: 10px solid #EEDFAC;
background: #fffdf7;
}
.menu li{
list-style: none; /* Убираем маркеры */
position: relative; /* Подпункты позиционируются относительно */
border: 1px solid #CCC; /* Рамка вокруг пунктов меню */
border-right: none; /* Границу справа не проводим */
z-index: 2;
}
.menu ul{
border-right: 1px solid #CCC; /* Граница справа */
border-bottom: 1px solid #CCC; /* Граница снизу */
position: absolute; /* Подменю позиционируются абсолютно */
display: none; /* Скрываем подменю */
left: -1px; /* Сдвигаем влево на толщину линии */
}
.menu ul li{
width: 300px; /* Ширина меню */
border-bottom: none; /* Убираем границу снизу */
}
.menu > li > a{
display: block; /* Ссылка как блочный элемент */
padding: 10px 30px 10px 30px; /* Поля вокруг надписи */
text-decoration: none; /* Убираем подчеркивание у ссылок */ 
background: url(/images/s1.png) 10px 50% no-repeat; /* Отображаем рисунок стрелки */
/*background-size: 30px;*/
color: #666; /* Цвет текста */
}
.menu LI:hover {
background-color: #ebbf46; /* Цвет фона активного пункта */
}
.menu LI:hover LI:hover {
background-color: #F0F0F0; /* Цвет фона активного подпункта */
border-left-color: #ebbf46;
}
.menu LI:hover UL {
display: block; /* При выделении пункта отображается подменю */
}
.menu .nobullet {
background-image: none; /* Прячем рисунок */ 
padding-left: 30px; /* Изменяем поле слева */
}
.menu .border {
border-right: 1px solid #CCC; /* Граница справа */
}
/*СТИЛИ БЛОКА MENU*/

/*блок формы авторизации*/
.block-authorization{
     height: auto;
     width: 300px;
     padding: 5px 0 ;
     position:relative;
     background:#fff;
     background: -webkit-gradient(linear, 0% 20%, 0% 92%, from(#fff), to(#f3f3f3), color-stop(.1,#fff));
     border: 1px solid #ccc;
     -webkit-border-radius: 60px 5px;
     border-radius:60px/5px;
     -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1) inset;
     box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1) inset;
     display: none;
     position: absolute;
     z-index: 5;
     margin-left: 719px;
     -moz-box-shadow: 0 0 30px #DBDBDB;
     -webkit-box-shadow: 0 0 30px #DBDBDB;
     box-shadow: 0 0 30px #DBDBDB;
}
#input-email-pass > h3, #block-remind > h3{
    font: 16px verdana;
    line-height: 1.8;    
    margin: 5px 10px 10px 30px;
}
#message-authorization{
    font: bold 16px arial;
    color: red;
    margin-top: 20px;
    padding: 15px;
    background-color: #FDE7E7;
    text-align: center;
    display: none;
}
#input-email-pass > li{
    text-align: center;
    margin: 15px 10px 15px 10px;
}
#input-email-pass input#authorization_login{
    width: 200px;
    height: 30px;
    border: 1px solid #DDDDDD;
    font: 14px arial;
    font-style: italic;
    padding-left: 5px;
}
#input-email-pass input#authorization_pass{
    width: 200px;
    height: 30px;
    border: 1px solid #DDDDDD;
    font: 14px arial;
    font-style: italic;
    padding-left: 5px;
}
.pass_show{
    width: 18px;
    height: 11px;    
    background: url(/images/eye_open.png) no-repeat;
}
.pass_hide{
    background: url(/images/eye_closed.png) no-repeat;
    width: 20px;
    height: 10px;
}
#input-email-pass span{
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-position: center, center;
    position: absolute;
    margin-left: -30px;
    margin-top: 5px;    
}
#list-authorization{
    margin-top: 20px;
}
#list-authorization li{
    margin: 15px;
    font: 14px arial;
}
#list-authorization a, #input-email-pass > h3 > a{
    margin-left: 10px;
    color: black;
    font: 20px serif;
    text-decoration: none;
    border-bottom: 1px dashed;
}
#list-authorization a:hover, #input-email-pass > h3 > a:hover{
    font: bold 20px serif;
    font-style: italic;
    border-bottom: none;
}
#button-authorization, #button-remind{
text-align: right;
margin-right: 10px;
margin-bottom: 20px;   
}
.login-authorization{
    text-align: right;
    margin-top: 20px;
    margin-right: 30px;
    display: none;
}
/*блок формы авторизации*/
#block-remind {
    display: none;
}
#input-remind-email{
    text-align: center;
}
#remind-email {
    width: 200px;
    height: 30px;
    border: 1px solid #DDDDDD;
    font: 14px arial;
    font-style: italic;
    padding-left: 5px;
}
#block-remind p#prev-authorization{
    font:bold 14px arial;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 10px;
    position: absolute;
    margin-top: -32px;
} 
#block-remind p#prev-authorization:hover{    
    text-decoration: none;
}
.message-remind-error{
    display: none;
    font:bold 12px verdana;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: red;
    background-color: #FDE7E7;
}
.message-remind-success{
    display: none;
    font:bold 12px verdana;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: black;
    background-color: #D0E7AA;
}
/*форма восстановления пароля*/
.box2{
 width: auto;
/* min-height: 450px;*/
 height: auto;
 margin-top: 8px;
 padding: 0 0 1px 0;
 position:relative;
 background: #f3f3f3;
 background: -webkit-gradient(linear, 0% 20%, 0% 92%, from(#f3f3f3), to(#fff), color-stop(.1,#f3f3f3));
 background: -moz-linear-gradient(0 0 270deg, #f3f3f3, #f3f3f3 10%, #fff);
 border-top: 1px solid #ccc;
 border-right: 1px solid #ccc;
 -webkit-border-bottom-right-radius: 60px 60px;
 border-bottom-right-radius: 60px 60px;
 -webkit-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
 box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
}
.box2:before{
 content:''; 
 width: 25px;
 height: 20px;
 position: absolute;
 bottom:0;
 right:0;
 -webkit-border-bottom-right-radius: 30px;
 border-bottom-right-radius: 30px;
 -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.3);
 box-shadow:-2px -2px 5px rgba(0, 0, 0, 0.3);
 -webkit-transform: rotate(-20deg)
   skew(-40deg,-3deg)
   translate(-13px,-13px);
 -moz-transform: rotate(-20deg)
   skew(-40deg,-3deg)
   translate(-13px,-13px);
 -o-transform:         rotate(-20deg)
   skew(-40deg,-3deg)
   translate(-13px,-13px);
   transform:
   rotate(-20deg)
   skew(-40deg,-3deg)
   translate(-13px,-13px);
}
.box2:after{
 content: '';
 z-index: -1;
 width: 100px;
 height: 100px;
 position:absolute;
 bottom:0;
 right:0;
 background: rgba(0, 0, 0, 0.2);
 display: inline-block;
 -webkit-box-shadow: 20px 20px 8px rgba(0, 0, 0, 0.2);
 box-shadow: 20px 20px 8px rgba(0, 0, 0, 0.2);
 -webkit-transform: rotate(0deg)
         translate(-45px,-20px)
     skew(20deg);
 -moz-transform: rotate(0deg)
  translate(-45px,-20px)
            skew(20deg);
 -o-transform: rotate(0deg)
  translate(-45px,-20px)
            skew(20deg); 
transform: rotate(0deg)
  translate(-45px,-20px)
  skew(20deg);    
}   
.box3{
 min-height: 1800px;
 width: 780px;
 padding: 5px 0 ;
 position:relative;
 background:#fff;
 background: -webkit-gradient(linear, 0% 20%, 0% 92%, from(#fff), to(#f3f3f3), color-stop(.1,#fff));
 border: 1px solid #ccc;
 -webkit-border-radius: 60px 5px;
 border-radius:60px/5px;
 -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1) inset;
 box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1) inset;
}
.box3:before{
 content: '';
 width: 50px;
 height: 50px;
 top:0; right:0;
 position:absolute;
 display: inline-block;
 z-index:-1;
 -webkit-box-shadow: 10px -10px 8px rgba(0, 0, 0, 0.2);
 box-shadow: 10px -10px 8px rgba(0, 0, 0, 0.2);
 -webkit-transform: rotate(2deg)
  translate(-14px,20px)
     skew(-20deg);
 -moz-transform: rotate(2deg)
  translate(-14px,20px)
     skew(-20deg);
 -o-transform: rotate(2deg)
  translate(-14px,20px)
     skew(-20deg); 
transform: rotate(2deg)
  translate(-14px,20px)
     skew(-20deg);    
}
.box3:after{
 content: '';
 width: 100px;
 height: 100px;
 top:0; left:0;
 position:absolute;
 z-index:-1;
 display: inline-block;
 -webkit-box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.2);
 box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.2);
 -webkit-transform: rotate(2deg)
  translate(20px,25px)
     skew(20deg);
 -moz-transform: rotate(2deg)
  translate(20px,25px)
     skew(20deg); 
 -o-transform: rotate(2deg)
  translate(20px,25px)
     skew(20deg); 
 transform: rotate(2deg)
     translate(20px,25px)
    skew(20deg); 
}
/*                              */
/*                              */
/*                              */
#user_img{
    position: absolute;
    margin-left: 178px;   
}
#user_info{
    font: bold 15px arial;
    font-style: italic;
    text-align: center;
    line-height: 1.5;    
    margin: 50px 20px 20px 20px;    
}
#menu-right-list{
    margin: 20px 20px 50px 20px;
}
#menu-right-list li{
    margin-top: 15px;
}
#menu-right-list a{
    color: #666; /* цвет текста */
    text-decoration: none; /* убирать подчёркивание у ссылок */
    user-select: none; /* убирать выделение текста */
    outline: none; /* убирать контур в Mozilla */
    font: verdana;
    font-size: 16px;
    display: block;
    border: 1px solid #CCC;
    border-radius: 10px;
    background: #EEDFAC; /* фон кнопки */
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
#menu-right-list li a:hover{background: #ebbf46; border: 1px solid CornflowerBlue;}
#menu-right-list li a:active{background: #fff70f;}

/*                              */
/*                              */
/*                              */ 

.button27 {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  color: #000;
  outline: none;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #ddd inset, 0 1px 1px #fff;
  font-size: 18px;
  font: verdana;
}
.button27:hover {
  background: #dcdcdc linear-gradient(#fff, #dcdcdc);
  box-shadow: 0 0 0 1px #aaa inset, 0 1px 1px #aaa;
}
.button27:active {
  background: none;
  box-shadow: 0 0 0 1px #bbb inset, 0 1px 3px rgba(0,0,0,.5) inset, 0 1px 2px #fff;
}
.active27{
  background: #ebbf46 linear-gradient(#fff, #ebbf46);
  box-shadow: 0 0 0 1px #aaa inset, 0 1px 1px #aaa;
  font: serif;
  font-size: 20px;
  font-style: italic;  
}
.active27:hover{
  background: #ebbf46 linear-gradient(#fff, #ebbf46);
  box-shadow: 0 0 0 1px #aaa inset, 0 1px 1px #aaa;
  font: serif;
  font-size: 20px;
  font-style: italic;  
}
#paginator{    
}
#paginator ul{
    margin: 10px 0 10px 0;
    text-align: center;    
}
#paginator ul li{
display: inline-block;
margin-left: 10px;    
}

.box10{
 width: 1015px;
 min-height: 130px;
 padding: 0 0 1px 0;
 position:relative;
 background: #fff;
 background: -webkit-gradient(linear, 100% 100%, 50% 10%, from(#fff), to(#f3f3f3), color-stop(.1,#fff));
 background: -moz-linear-gradient(100% 50%, #fff, #fff 10%, #f3f3f3);
 border: 1px solid #ccc;
 -webkit-box-shadow: 1px 1px 4px rgba(0,0,0, 0.1);
 box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
 -webkit-border-bottom-right-radius: 60px 5px;
 border-bottom-right-radius: 60px 5px;
}
/*.box10:before{
 content: '';
 width: 98%;
 z-index:-1;
 height: 100%;
 padding: 0 0 1px 0;
 position: absolute;
 bottom:0; right:0;
 background: #fff;
 background: -webkit-gradient(linear, 0% 20%, 0% 92%, from(#fff), to(#f9f9f9), color-stop(.1,#fff));
 background: -moz-linear-gradient(0 0 270deg, #fff, #fff 10%, #f9f9f9);
 border: 1px solid #ccc;
 -webkit-box-shadow: 1px 1px 8px rgba(0,0,0, 0.1);
 box-shadow: 1px 1px 8px rgba(0,0,0,0.1);
 -webkit-border-bottom-right-radius: 60px 5px;
 border-bottom-right-radius: 60px 5px;
 -webkit-transform: skew(2deg,2deg)
      translate(3px,8px);
 -moz-transform: skew(2deg,2deg)
      translate(3px,8px);
  -o-transform: skew(2deg,2deg)
      translate(3px,8px);
 transform: skew(2deg,2deg)
      translate(3px,8px);      
}

.box10:after{
 content: '';
 width: 98%;
 z-index:-1;
 height: 98%;
 padding: 0 0 1px 0;
 position: absolute;
 bottom:0; right:0;
 background: #fff;
 background: -webkit-gradient(linear, 0% 20%, 0% 100%, from(#f3f3f3), to(#f6f6f6), color-stop(.1,#fff));
 background: -moz-linear-gradient(0 0 360deg, #f3f3f3, #fff 10%, #f6f6f6);
 border: 1px solid #ccc;
 -webkit-box-shadow: 0px 0px 8px rgba(0,0,0, 0.1);
 box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
 -webkit-transform: skew(2deg,2deg)
      translate(-1px,2px);
 -moz-transform: skew(2deg,2deg)
      translate(-1px,2px) ;
  -o-transform: skew(2deg,2deg)
      translate(-1px,2px) ;
 transform: skew(2deg,2deg)
      translate(-1px,2px) ;     
}*/
/*блок формы регистрации*/
/*блок формы регистрации*/
/*блок формы регистрации*/
/*блок формы регистрации*/
#block-registration, #block-profile, #block-search-rezult{
    width: auto;
    height: auto;
    margin: 0 10px 0 10px;
}
#block-search-rezult > .h2-title > span{
    color: red;
    font-size: 40px;
    font-family: "Times New Roman";
    font-style: italic;
    position: absolute;
    margin-top: -10px;
    margin-left: -35px;
    
}
.h2-title{
    font: bold 26px verdana;
    letter-spacing: 2px;
    text-indent: 80px;
    margin: 0;
    padding-top: 25px;
    padding-bottom: 12px;
    border-bottom: 2px dashed #DDDDDD;
    color: #3b3b3b; /* цвет текста */
}
#block-form-registration, #block-form-profile{
/*    height: 440px;*/
    height: auto;
    margin-top: 10px;
}
#form-registration, #info-profile{
    margin-top: 15px;
    margin-left: 20px;
}
#form-registration li, #info-profile li{
    margin-top: 10px;
    margin-left: 10px;
}
.star{
    font: 27px arial;
    color: red;
    position: absolute;
    margin-left: 180px;
    margin-top: 7px;
}
#gen_pass{
    font: bold 13px arial;
    text-decoration: underline;
    color: black;
    cursor: pointer;
    margin-left: 5px;
/*    float: right;*/
}    
#gen_pass:hover{    
    font-style: italic;
    color: #7b7b7b;
    text-decoration: none;
}
#form-registration > li > input{
    height: 30px;
    width: 320px;
    font: 17px serif;/**/
    margin-left: 200px;
    padding-left: 5px;
    border-left: 1px solid #ababab;
    border-top: 1px solid #ababab;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
#form-registration > li > label, #info-profile > li > label{
    position: absolute;
    font: 17px arial;
    margin-top: 10px;
}
#form-registration > li > input#reg_login,
#form-registration > li > input#reg_pass{
    height: 30px;
    width: 200px;
    font: 17px serif;/**/
    margin-left: 200px;
    padding-left: 5px;
    border-left: 1px solid #ababab;
    border-top: 1px solid #ababab;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
#form-registration > li > input:focus,
#form-registration > li > input#reg_login:focus,
#form-registration > li > input#reg_pass:focus,
#block-captcha > input#reg_captcha:focus{
    border: 1px solid #c4e1eb;
}
#block-captcha{
    position: absolute;
    margin-left: 200px;
    height: 70px;
}
#block-captcha > input#reg_captcha{
    height: 30px;
    width: 100px;
    font: 20px verdana;/**/
    margin-left: 15px;
    margin-top: 10px;
    padding-left: 5px;
    border-left: 1px solid #ababab;
    border-top: 1px solid #ababab;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;    
}
#block-captcha img{
    float: left;
}
#block-captcha p{
    font: bold 13px arial;
    text-decoration: underline;
    color: black;
    cursor: pointer;
    clear: both;
    margin-left: 25px;
    width: 70px;
}
#block-captcha p:hover{
    font-style: italic;
    color: #7b7b7b;
    text-decoration: none;
}
#form_submit{
    color: #3b3b3b; /* цвет текста */
    font: arial;
    font-size: 20px;
    border: 1px solid #CCC;
    background: #EEDFAC; /* фон кнопки */
    padding: 15px 20px; /* отступ от текста */    
    cursor: pointer;      
    border-radius:5px; 
    -webkit-border-radius:5px; 
    -moz-border-radius:5px;
}
#form_submit:hover{
    background-color: #ebbf46;
    border: 1px solid CornflowerBlue;
}
#form_submit:active{
    background: #fff70f;
}
.error{
    font: 13px arial;
    font-style: italic;
    color: red;
    margin-left: 10px;
}
.reg_message_error{
    font: bold 20px arial;
    color: red;
    background-color: #ffd1d1;
    border: 2px solid #FA8072;
}
#reg_message{
    text-align: center;
    padding: 30px;
    display: none;
}
.reg_message_good{
    font: 20px arial;
    color: black;
    background-color: #d8ffd1;
    border: 2px solid #98FB98;
}
#form_submit_reg{
    margin: 55px 30px 0 0;
    text-align: right;
}
/*блок формы регистрации*/
/*блок формы регистрации*/
/*блок формы регистрации*/

/*информация о пользователе*/
/*информация о пользователе*/
/*информация о пользователе*/


/*блок формы пользователя*/
#info-profile > li > input{
    height: 30px;
    width: 450px;
    font: 17px serif;/**/
    margin-left: 200px;
    padding-left: 5px;
    border-left: 1px solid #ababab;
    border-top: 1px solid #ababab;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
#info-profile > li > textarea{
    height: 110px;
    width: 450px;
    font: 17px serif;/**/
    margin-left: 200px;
    resize: none; /* Запрещаем изменять размер */
    border-left: 1px solid #ababab;
    border-top: 1px solid #ababab;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
#info-profile input:focus,#info-profile textarea:focus{
    border: 1px solid #c4e1eb;
}
#form_profile p{
    margin: 10px 30px 0 0; 
    text-align: right;
}
#form-error{
    font: bold 20px arial;
    color: red;
    background-color: #F7EDEF;
    border: 2px solid #FAC8D3;
    text-align: center;
    padding: 30px;
}
#form-success{
    background-color: #D9FFCA;
    border: 2px solid #B7E787;
    text-align: center;
    padding: 30px;
    font: bold 20px arial;
    color: black;
}
/*блок формы пользователя*/
/*Сообщения о добавлении книги в подборку и заказать*/
/*Сообщения о добавлении книги в подборку и заказать*/
#mag_ok{
  display: none;
  min-width: 450px;
  height: auto;
  z-index: 10; 
  position: absolute;
  margin-top: 1em; 
}
#mag_ok p{
    padding: 40px 25px 40px 25px;
    border: 4px solid #F4A460;
    border-radius: 10px;
    background-color: #D9FFCA;
    text-align: center;
    color: #41523E;
    font: 26px sans-serif;
}
#mag_error{
  display: none;
  min-width: 450px;
  height: auto;
  z-index: 10; 
  position: absolute;
  margin-top: 1em;  
}
#mag_error p{
    padding: 40px 25px 40px 25px;
    border: 4px solid #F4A460;
    border-radius: 10px;
    text-align: center;
    color: red;
    background-color: #F7EDEF;
    font: 26px sans-serif;
}
#magnify_ok{
  display: none;
  position: fixed;
  width: 500px;
  height: auto;
  z-index: 9999;
  border: 4px solid #F4A460;
  border-radius: 10px;
    background-color: #D9FFCA;
  text-align: center;
  font: 26px sans-serif;
  color: #41523E; 
    padding: 40px 25px 40px 25px;    
}
#overlay_ok{
  display: none;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 9990;
}

/*Сообщения о добавлении книги в подборку и заказать*/
/*Сообщения о добавлении книги в подборку и заказать*/
/*Сообщения о добавлении книги в подборку и заказать*/
#message-search{
    text-align: center;
    font: bold 20px arial;
    color: red;
    margin: 40px 10px 0 10px;
    padding: 40px 0px 40px 0px;
    background-color: #F7EDEF;
    border: 1px solid #FAC8D3;
    -moz-box-shadow: 0 0 15px #DBDBDB;
    -webkit-box-shadow: 0 0 15px #DBDBDB;
    box-shadow: 0 0 15px #DBDBDB;  
}
/**/
/**/
/**/
.footer-list{
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-left: 50px;
    float: left;     
}
.footer-list li{
    margin-top: 5px;      
}
.footer-list p{
    font: bold 14px verdana;
    margin: 0px 0px 10px 0px;
    color: #00678C;
}
.footer-list a{
    font: 14px arial;
    color: #7b7b7b;
    text-decoration: none;
    display: block;
    width: 140px;
}
.footer-list a:hover{
    font: bold 14px arial;
    font-style: italic;
    color: black;
    text-decoration: underline;
}
#about{
    position: absolute;
    margin-top: -31px;
    margin-left: 160px;
}
#razrab{
    margin-top: 2px;
    float: right;
    margin-right: 50px;
    color: #00678C;
    font: bold 14px verdana;
    text-align: center;
    width: 500px;
    line-height: 1.5;
}

/*блок новостей*/
#block-news, #block-news-big{
    margin: 10px 10px 25px 10px; 
    width: auto;
}
#block-news-big > p{
    margin: 30px 0 20px 0;
    color: #3b3b3b; /* цвет текста */
    text-align: center;
    font: verdana;
    font-style: italic;
    font-size: 26px;
    line-height: 1.6; 
}
#block-news > p{
    color: #3b3b3b; /* цвет текста */
    margin: 18px 0 10px 0;
    text-align: center;
    font: verdana;
    font-style: italic;
    font-size: 20px; 
}
#news-prev, #news-next, #news-prev-big, #news-next-big{
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.block-images-news{
    text-align: center;
}
.title-news-book, .title-news-author{
    font: 16px sans-serif;
    margin: 5px 0 0 0;
    text-align: center;
}
.title-news-book a{
    font-weight: bold;
    text-decoration: none;
    color: #3b3b3b; /* цвет текста */
}
.title-news-book a:hover, .title-news-author a:hover{
    color: #EF662B;
    border-bottom: 1px dashed;
}
.title-news-author a{
    text-decoration: none;
    color: #3b3b3b; /* цвет текста */    
}
#newsticker, #newsticker-big{
    width: auto;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 2px dashed #DDDDDD;
}
#newsticker li, #newsticker-big li{
    border-bottom: 2px dashed #DDDDDD;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 300px;
}
#newsticker span, #newsticker-big span{
    font: 16px sans-serif;
    color: #636363;
    font-style: italic;
    display: block;
    padding-bottom: 5px;        
}

/*блок подвала*/

.contentpaneopen{
	border-collapse: collapse;
    margin: 10px auto 0;    
}


.contentpaneopen table{	
	border-collapse: collapse;
    margin: 10px auto 0;
	}

.contentpaneopen table td, .contentpaneopen table th {
	border: 1px solid #CCC;	
	}
.contentpaneopen table td.ttt, .contentpaneopen table th.ttt {
	border: 0px solid #CCC;  	
	}
.contentpaneopen table p {
margin: 0;
padding: 0;
border: 0;
outline: 0;

}

.kont {
    width: 740px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #2d1606;
    text-decoration: none;
    padding-right: 15px;
    padding-left: 20px;
    padding-top: 5px;
}
.kont p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height: 1.3;     
}

.kont a {
    color: #963;
    text-decoration: underline;
}
.kont a:hover {
	text-decoration: none;	
	color: #333;
	}
