/*Начало Главный контейнер*/
#main-content h1 {
    font: small-caps bolder 30px Georgia, serif;
    letter-spacing: 10px;
    color: #2E0000;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 1px 1px 2px #5A1C1C;
}

.breadcrumbs {
    background:url(../../images/title-bg.png) repeat-x;
    font-size: 14px;
    height: 42px;
    padding-left: 28px;
    line-height: 42px;
    margin:0 0 10px; 
}

.breadcrumbs li { 
    display:inline; 
}

.breadcrumbs  a { 
    color: #b9c5c5;
    text-decoration: none; 
}

.breadcrumbs, .breadcrumbs  a:hover {
    color: #929e9e; 
}


/*Начало Книги (Books)*/
#book {
    background-color: #fff8dd;
    border: 1px solid #E2E5E5;
    min-height: 265px;
    margin: 10px;
    padding: 20px;
    -moz-border-radius: 7px; 
    -webkit-border-radius: 7px; 
    border-radius: 7px;
}

#book .image {
    float: left;
    padding-right: 20px;
}

#book h2 {
    font: 23px Georgia, serif;
    letter-spacing: 3px;
    padding-bottom: 10px;
    color: #2E0000;
    text-align: center;
    text-shadow: 1px 1px 1px #5A1C1C;
}

#book p {
    line-height: 1;
    font-size: 12px;
    padding-left: 205px;
}

#book p.annotation {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 25px;
    padding-left: 206px;
    text-align: justify;
    text-indent: 1.5em;
}

#book p#author {
    font-size: 18px;
    padding-right: 50px;
    color: #000000;
    text-align: right;
}

#book p .ff {
    font-size: 12px;
    font-weight: 600;
}
/*Конец Книги (Books)*/
#main-content .pstrnav {
    display: block;
    color: #929E9E;
    font-size: 14px;
    font-family: Arial, sans-serif;
    margin: 10px auto;
    text-align: center;
    text-decoration: none;
}

#main-content .pstrnav a {
    color: #B9C5C5;
    font-size: 14px;
    font-family: Arial, sans-serif;
    text-decoration: none;
}


/*Конец Главный контейнер*/