html {
    background: #fff;
}
body {
    margin:0;
    /*font-family: "Georgia", "Times", "Times New Roman", serif;*/
    font-family: 'Open Sans';
    font-size: 12px;
    color:#000;
    position:relative;
}
img {
    border-style:none;
}
a {
    text-decoration:underline;
    color:#2f7bc8;
}
a:hover {
    text-decoration:none;
}
a:focus {
    outline:none;
}
a:focus {
    outline:none;
}


.main {
    width: 961px;
    padding-top: 30px;
    margin: 0 auto;
}

.header {
    /*height: 75px;*/
    border-bottom: 10px solid #e8e3cc;
    position: relative;
    padding-bottom: 10px;
}

.header .logo {
    display: block;
    width: 235px;
    height: 28px;
    background: url(/i/logo.png?1);
    float: left;
}

.header .header-ads {
    /*position: absolute;
    top: 0;
    right: 0;
    height: 53px;*/
    width: 710px;
    font-size: 12px;
    float: right;
}

.content {
    /*padding-top: 30px;*/
}

.content-left {
    width: 100px;
    float: left;
}

.content-center {
    width: 760px;
    float: left;
}

.content-right {
    width: 100px;
    float: left;
}

.clear {
    clear: both;
}

.footer {
    background-color: #e8e3cc;
    height: 50px;
    margin-top: 30px;
}

.footer .right-footer {
    float: right;
    margin-right: 20px;
    margin-top: 15px;
}

.footer .left-footer {
    float: left;
    margin: 10px 0 0 12px;
}

.footer span a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
}

/**/

.mainpage h1 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    color: black;
    margin-top: 30px;
    font-family: 'Roboto Slab';
}

.mainpage .search-form {
    margin-top: 30px;
}

.mainpage .search-form span {
    font-size: 14px;
    color: #4b4b4b;
}

.mainpage .search-form .search-line {
    margin-top: 10px;
    position: relative;
}

.mainpage .search-form .search-line input {
    width: 760px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    border: 1px solid #d5dade;
    padding: 0px;
}

.mainpage .search-form .search-line a {
    width: 61px;
    height: 27px;
    background: url(/i/search-button.png) no-repeat;
    position: absolute;
    right: -1px;
    top: 0px;
    color: white;
    background-color: #3f9f3f;
    font-size: 14px;
    text-decoration: none;
    line-height: 26px;
    padding: 0 0 0 40px;
    background-position: 10px 6px;
}

.mainpage .news, .mainpage .articles, .articlelistpage .articles {
    margin-top: 30px;
}

.mainpage .news span, .mainpage .articles span.articles-header, .articlelistpage .articles span.articles-header, .mainpage .authors-alpha span, .best-year-books span {
    color: black;
    font-size: 24px;
    font-family: 'Roboto Slab';
}

.authorsbyletterpage .authors-alpha span, .books-images .books-images-header {
    color: #e72b2d;
    font-size: 24px;
    font-family: 'Roboto Slab';
}

.books-images .books-images-header span {
    color: #aaa;
}

.mainpage .news .news-content, .mainpage .articles .articles-content, .articlelistpage .articles .article-content {
    border-top: 2px solid #d5dade;
    border-bottom: 1px solid #d5dade;
}

.mainpage .news .row {
    height: 30px;
}

.mainpage .news .row.dark, .mainpage .articles .row.dark, .articlelistpage .articles .row.dark {
    background-color: #f0f1f3;
}

.mainpage .news .book-name {
    width: 430px;
    padding-left: 10px;
}

.mainpage .news .book-name, .mainpage .news .author-name {
    float: left;
}

.mainpage .news .book-name a, .mainpage .news .author-name a {
    line-height: 30px;
    font-size: 14px;
    color: #2f7bc8;
    text-decoration: none;
}

/**/
.mainpage .articles .row, .articlelistpage .articles .row {
    padding: 10px 0;
}

.mainpage .articles .row .cover, .articlelistpage .articles .row .cover {
    float: left;
}

.mainpage .articles .row .cover img, .articlelistpage .articles .row .cover img {
    object-fit: cover;
    width: 100px;
    height: 90px;
}

.mainpage .articles .row .cover a, .articlelistpage .articles .row .cover a {
    display: block;
    height: 90px;
    width: 100px;
    margin: 0 0 0 5px;
    overflow: hidden;
}

.mainpage .articles .row .content, .articlelistpage .articles .row .content {
    float: left;
    width: 640px;
    margin-left: 10px;
}

.mainpage .articles .row .content .title,
.mainpage .articles .row .content .info,
.mainpage .articles .row .content .text,
.articlelistpage .articles .row .content .title,
.articlelistpage .articles .row .content .info,
.articlelistpage .articles .row .content .text {
    display: block;    
}

/*.mainpage .articles .row .content,
.articlelistpage .articles .row .content {
    font-family: 'Open Sans';
}*/

.mainpage .articles .row .content .title,
.articlelistpage .articles .row .content .title{
    font-size: 14px;
    font-family: 'Roboto Slab';
}

.mainpage .articles .row .content .info,
.articlelistpage .articles .row .content .info {
    color: #555555;
    margin: 5px 0;
}

.mainpage .articles .articles-selector {
    text-align: right;
    font-size: 14px;
    margin: 10px 0 0 0;
}

.articlelistpage .articles .pagination {
    text-align: right;
}

/**/
.share-buttons {
    float: left;
    margin: 10px 0 0 100px;
    width: 500px;
}

.books-images .row .book-detail .share-buttons {
    float: none;
    margin: 5px -15px 0 0;
    width: 200px;
    
    border: 2px solid #e8e3cc;
    padding: 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.share-buttons .share-title {
    color: #4b4b4b;
    float: left;
    margin: 0 10px 0 0;
    line-height: 36px;
    font-size: 16px;
    font-family: 'Roboto Slab';
}

.books-images .row .book-detail .share-buttons .share-title {
    float: none;
    margin: 0 0 5px 3px;
    line-height: 16px;
    font-size: 14px;
}

.share-buttons .sharing-box {
    float: left;
}

/**/
.mainrating {
    padding: 10px 0 0 680px;
}

.mainrating .rater {
    /*position: absolute;
    top: 35px;
    left: 0px;*/
    width: 180px;
    margin: 0;
    float: left;
}

.mainrating .rater .rater-text {
    float: left;
    line-height: 17px;
    margin-right: 10px;
}

.mainrating .rater .rater-stars {
    float: left;
    margin: 0;
}

.mainrating .rating-text {
    /*position: absolute;
    top: 35px;
    left: 180px;*/
    float: left;
}
/**/

/**/.news-selector {
    margin-top: 10px;
}

.news-selector a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    width: 146px;
    height: 28px;
    background-color: #3f9f3f;
    float: left;
    text-decoration: none;
    text-align: center;
}

.news-selector input {
    width: 35px;
    height: 26px;
    line-height: 26px;
    font-size: 15px;
    border: 1px solid #d5dade;
    padding: 0px;
    float: left;
    margin-left: 10px;
}

.news-selector span {
    font-size: 14px;
    color: #4b4b4b;
    margin-left: 10px;
    line-height: 28px;
}/**/

/**/
.best-year-books {
    margin-top: 30px;
}

.best-year-content {
    border-top: 2px solid #d5dade;
    border-bottom: 1px solid #d5dade;
    margin: 10px 0;
    padding: 10px 0;
}

.best-year-content .row {
    float: left;
    margin: 10px;
}

.best-year-content .row .cover img {
    width: 100px;
}

.best-year-content .row .names {
    width: 100px;
    text-align: center;
    padding: 5px 0 0 0;
}

.best-year-content .row .names a {
    color: #2f7bc8;
    font-size: 12px;
}

.best-year-content .centring {
    width: 720px;
    margin: 0 auto;
}

.bookpage .best-year-content .centring {
    width: 100%;
}

.bookpage .best-year-content .row {
    height: 220px;
}
/**/

.mainpage .authors-alpha {
    margin-top: 30px;
}

.mainpage .authors-alpha .authors-selector, .authorsbyletterpage .authors-alpha .authors-selector {
    border-top: 2px solid #d5dade;
    padding: 10px 0;
    margin: 10px 0;
}

.authorsbyletterpage .authors-alpha .authors-selector span {
    font-family: 'Roboto Slab';
    font-size: 14px;
    color: #aaa;
    line-height: 14px;
    margin-right: 9px;
    font-weight: bold;
    margin-left: 0px;
}

.authorsbyletterpage .authors-alpha .authors-list a {
    color: #2f7bc8;
    font-size: 16px;
    margin: 5px 10px;
    text-decoration: none;
}

.mainpage .authors-alpha .authors-selector a, .authorsbyletterpage .authors-alpha .authors-selector a {
    color: #2f7bc8;
    font-size: 14px;
    margin-right: 9px;
    font-weight: bold;
}

.mainpage .authors-alpha .authors-selector span {
    font-size: 14px;
    color: #aaa;
    line-height: 14px;
    margin-right: 9px;
    font-weight: bold;
    margin-left: 0px;
}

.mainpage .genres-content {
    margin-top: 20px;
}

.mainpage .genres-content .row.first {
    background-color: #f0f1f3;
    border-bottom: 2px solid #d5dade;
}

.mainpage .genres-content .row {
    height: 30px;
}

.mainpage .genres-content .row.dark {
    background-color: #f0f1f3;
}

.mainpage .genres-content .category-name {
    width: 300px;
    padding-left: 10px;
}

.mainpage .genres-content .genre-name, .mainpage .genres-content .category-name {
    float: left;
}

.mainpage .genres-content .genre-name, .mainpage .genres-content .category-name a {
    line-height: 30px;
    font-size: 14px;
    color: #2f7bc8;
    text-decoration: none;
}

.mainpage .genres-content .row.first .genre-name, .mainpage .genres-content .row.first .category-name {
    color: black;
    font-weight: bold;
    
    line-height: 30px;
    font-size: 14px;
    text-decoration: none;
}

.mainpage .to-favorite, .mainpage .copyright-message {
    margin-top: 30px;
    background: url(/i/flag.png) no-repeat;
    height: 20px;
    padding-left: 25px;
    text-decoration: underline;
}

.mainpage .copyright-message {
    background: url(/i/peoples.png) no-repeat;
    padding-left: 35px;
}

.mainpage .to-favorite a, .mainpage .copyright-message a {
    line-height: 20px;
    font-size: 14px;
    color: #2f7bc8;
}

.mainpage .partners-content {
    margin-top: 30px;
}

.mainpage .partners-content .header-text {
    color: #e72b2d;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d5dade;
    display: block;
}

.mainpage .partners-content .row {
    border-top: 1px solid #d5dade;
    padding-bottom: 20px;
}

.mainpage .partners-content .row span {
    color: #2f7bc8;
    font-size: 14px;
    margin-top: 15px;
    display: block;
}

/**/
.genrespage .genre-header, .lastbookspage .lastbooks-header {
    padding-bottom: 15px;
    border-bottom: 2px solid #d5dade;
}

.genrespage .genre-header span, .lastbookspage .lastbooks-header span {
    color: #e72b2d;
    font-size: 24px;
    display: block;
    font-family: 'Roboto Slab';
}

.genrespage .books-content, .lastbookspage .books-content {
    margin-top: 20px;
}

.genrespage .books-content .row.first, .lastbookspage .books-content .row.first {
    background-color: #f0f1f3;
    border-bottom: 2px solid #d5dade;
}

.genrespage .books-content .row, .lastbookspage .books-content .row {
    height: 30px;
}

.genrespage .books-content .row.dark, .lastbookspage .books-content .row.dark {
    background-color: #f0f1f3;
}

.genrespage .books-content .row.pagination, .reviews .row.pagination {
    padding: 10px 0 0 0;
    text-align: right;
    font-size: 13px;
}

.genrespage .books-content .book-name {
    width: 350px;
    padding-left: 10px;
}

.genrespage .books-content .reviews-count {
    width: 100px;
    text-align: right;
    padding-right: 20px;
}

.genrespage .books-content .book-name, .genrespage .books-content .reviews-count, .genrespage .books-content .author-name, .lastbookspage .books-content .row .column {
    float: left;
}

.genrespage .books-content .book-name a, .genrespage .books-content .author-name a, .genrespage .books-content .reviews-count, .lastbookspage .books-content .row .column a, .lastbookspage .books-content .row .column {
    line-height: 30px;
    font-size: 14px;
    color: #2f7bc8;
    text-decoration: none;
}

.genrespage .books-content .row.first .book-name, .genrespage .books-content .row.first .reviews-count, .genrespage .books-content .row.first .author-name, .lastbookspage .books-content .row.first .column {
    color: black;
    font-weight: bold;
    
    line-height: 30px;
    font-size: 14px;
    text-decoration: none;
}

.lastbookspage .books-content .book-name {
    width: 220px;
}

.lastbookspage .books-content .category-name {
    width: 220px;
}

.lastbookspage .books-content .added-date {
    width: 90px;
}

.lastbookspage .books-content .author-name {
    width: 220px;
}

/**/
.bookpage .book-header, .authorpage .author-header {
    font-family: 'Roboto Slab';
    font-size: 24px;
    color: #000;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
}

.bookpage .book-info, .authorpage .author-info {
    margin-top: 30px;
    margin-bottom: 20px;
}

.bookpage .book-info .cover img, .authorpage .author-info .cover img {
    width: 150px;
    margin: 0px 30px 15px 0px;
    box-shadow: 4px 5px 10px 3px rgba(221, 221, 221, 0.75);
    -moz-box-shadow: 4px 5px 10px 3px rgba(221, 221, 221, 0.75);
    -webkit-box-shadow: 4px 5px 10px 3px rgba(221, 221, 221, 0.75);
}

.bookpage .book-info .cover, .authorpage .author-info .cover {
    float: left;
}

.authorpage .author-info .cover img {
    width: 200px;
    margin-right: 25px;
}

.bookpage .book-info .next-button {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    width: 100px;
    height: 28px;
    background-color: #3f9f3f;
    text-decoration: none;
    text-align: center;
    margin-left: 25px;
}

.bookpage .book-info .author-and-description, .authorpage .author-info .author-and-description {
    float: left;
    width: 580px;
}

.authorpage .author-info .author-and-description {
    width: 505px;
    border: 2px solid #e8e3cc;
    padding: 8px 10px 15px 15px;
    border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
    background: url(/i/logo-img.png) no-repeat;
    background-position: 465px 10px;
}

.bookpage .author-and-description .author {
    font-size: 14px;
}

.bookpage .author-and-description .author span {
    color: #aaa;
    margin-left: 15px;
}

.bookpage .author-and-description .author a {
    font-size: 14px;
    color: #2f7bc8;
    text-decoration: underline;
}

.bookpage .author-and-description .description, .authorpage .author-and-description .description {
    font-size: 14px;
    color: #4b4b4b;
    line-height: 20px;
}

/*.bookpage .author-and-description .description {
    font-family: 'Open Sans';
}*/

.authorpage .author-and-description .description {
    margin-top: 10px;
}

.bookpage .author-and-description .description {
    margin-top: 20px;
}

.bookpage .author-and-description .stores {
    margin: 20px 0px 0px 0px;
}

.bookpage .books-lists {
    float: left;
    width: 260px;
}

.author-and-description .stores .stores-label {
    float: left;
    font-size: 12px;
    line-height: 26px;
}

.author-and-description .stores .stores-list-out {
    float: left;
    margin: 0px 0px 0px 10px;
    padding: 0px;
}

.author-and-description .stores .stores-list-out li {
    display: inline-block;
    list-style: none;
}

.author-and-description .stores .stores-list-out li .stores-list-in {
    font-family: arial,verdana,helvetica,sans-serif;
    display: inline-block;
    zoom: 1;
    padding: 0px 8px;
    line-height: 2;
    text-decoration: none;
    border: 1px solid #304C33;
    background-color: #2F5930;
    background: linear-gradient(top, #436b47,#1f4720);
    background: -ms-linear-gradient(top, #436b47, #1f4720);
    background: -moz-linear-gradient(top, #436b47, #1f4720);
    background: -o-linear-gradient(top, #436b47, #1f4720);
    background: -webkit-linear-gradient(top, #436b47, #1f4720);
    color: white;
    text-shadow: 0px -1px -1px #333;
    margin: 0 -2px;
    -moz-box-shadow: #ddd 0px 3px 3px;
    box-shadow: #ddd 0px 3px 3px;
    -webkit-box-shadow: #ddd 0px 3px 3px;
}

.author-and-description .stores .stores-list-out li .stores-list-in:hover {
    background-color: #497850;
    background: linear-gradient(top, #497850,#225426);
    background: -ms-linear-gradient(top, #497850, #225426);
    background: -moz-linear-gradient(top, #497850, #225426);
    background: -o-linear-gradient(top, #497850, #225426);
    background: -webkit-linear-gradient(top, #497850, #225426);
    text-decoration: none;
    cursor: pointer;
}

.author-and-description .stores .stores-list-out li.first .stores-list-in {
    padding-right: 10px;
    -moz-border-top-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-decoration: none;
}

.author-and-description .stores .stores-list-out li.last .stores-list-in {
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.author-and-description .stores .stores-list-out .stores-list-inner, .stores-list .stores-list-inner {
    position: absolute;
    border-radius: 5px;

    border: 1px solid #918F96;
    padding: 5px 8px;
    background-color: white;
    -moz-box-shadow: #A6A6A6 0px 3px 3px;
    -webkit-box-shadow: #A6A6A6 0px 3px 3px;
    font-family: arial, verdana, helvetica, sans-serif;
    line-height: 1.8;
    width: auto;
    z-index: 2;
}

.author-and-description .stores .stores-list-out .stores-list-inner a, .stores-list .stores-list-inner a {
    text-decoration: none;
    color: #215625;
    font-family: Helvetica,Arial,sans-serif;
}

.author-and-description .stores .stores-list-out .stores-list-inner a:hover, .stores-list .stores-list-inner a:hover {
    text-decoration: underline;
}

/**/
.details {
    margin-top: 20px;
    /*font-family: "Arial", "Helvetica", "Verdana", sans-serif;*/
    font-size: 11px;
}

.details .detail-row {
    margin-top: 7px;
}

.details .detail-col {
    float: left;
    color: #555555;
}

.details .detail-col.col-header {
    font-weight: bold;
    width: 150px;
    color: black;
}

.details span.gray {
    color: #afafb9;
}

.details .detail-col a {
    color: #555555;
    text-decoration: underline;
}

.details .detail-col a:hover {
    text-decoration: none;
}

.bookpage .details .detail-col-book {
    margin-right: 5px;
    float: left;
}

.bookpage .details .detail-col-book img {
    width: 45px;
}

.authorpage .details .detail-col.col-header, .self-search .details .detail-col.col-header {
    width: 105px;
}

.authorpage .under-cover-text {
    font-family: "Arial", "Helvetica", "Verdana", sans-serif;
    font-size: 10px;
    color: black;
    color: #939393;
    width: 200px;
    text-align: center;
}

/**/
.rating {
    font-family: "Arial", "Helvetica", "Verdana", sans-serif;
    margin-top: 8px;
    font-size: 12px;
    color: black;
}

.rating .rating-stars {
    float: left;
}

.rating .rating-star {
    width: 15px;
    height: 15px;
    float: left;
    padding: 0 2px;
    background-repeat: no-repeat;
    background-position: 2px 0;
}

.rating .rating-text {
    float: left;
    line-height: 15px;
    margin-left: 8px;
}

.rater {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    margin: 8px 0 0 0;
    font-size: 11px;
    color: #aaa;
    width: 150px;
    text-align: center;
}

.rater .rater-stars {
    width: 95px;
    margin: 10px auto 0 auto;
}

.rater .rater-star {
    width: 15px;
    height: 15px;
    float: left;
    padding: 0 2px;
    background-repeat: no-repeat;
    background-position: 2px 0;
    display: block;
}

.authorpage .rater {
    width: 200px;
    margin-top: 20px;
}


/**/

.reviews {
    margin-top: 30px;
}

.reviews span, .bookpage .best-year-books span {
    color: #e72b2d;
    font-size: 24px;
    font-family: 'Roboto Slab';
}

.reviews span {
    font-family: 'Roboto Slab';
}

.bookpage .best-year-books span {
    font-size: 18px;
    
}

.reviews .reviews-content, .bookpage .best-year-books .best-year-content {
    border-top: 2px solid #e8e3cc;
    border-bottom: 1px solid #e8e3cc;
    margin-top: 10px;
}

/*.reviews .reviews-content {
    font-family: 'Open Sans';
}*/

.reviews .row {
    padding: 5px 10px;
}

.reviews .row.dark {
    background-color: #f0f1f3;
}

.reviews .author {
    color: #4b4b4b;
    font-size: 17px;
    font-weight: bold;
}

.reviews .text {
    color: #4b4b4b;
    font-size: 14px;
    margin-top: 5px;
}

.write-review-button {
    display: none;
    /*display: block;*/
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    width: 100px;
    height: 28px;
    background-color: #3f9f3f;
    text-decoration: none;
    text-align: center;
    margin-top: 30px;
}

.review-send-form {
    /*display: none;*/
    margin-top: 30px;
}

.review-send-form .writer {
    width: 200px;
    height: 15px;
    line-height: 15px;
    display: block;
}

.review-send-form .message {
    margin-top: 10px;
    width: 400px;
    height: 70px;
    display: block;
}

.review-send-form .send {
    width: 100px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    display: block;
    margin-top: 10px;
    float: left;
}

.review-send-form span {
    float: left;
    font-size: 14px;
    color: #4b4b4b;
    margin-left: 20px;
    line-height: 28px;
    margin-top: 10px;
}

.review-send-success-message {
    margin-bottom: 20px;
    color: green;
    font-size: 14px;
    display: none;
}

/**/
.authorsbyletterpage .authors {
    margin-top: 30px;
}

.authorsbyletterpage .authors a.header-text {
    color: #e72b2d;
    font-size: 24px;
    text-decoration: none;
}

.authorsbyletterpage .authors .authors-content {
    border-top: 2px solid #d5dade;
    border-bottom: 1px solid #d5dade;
    margin-top: 10px;
}

.authorsbyletterpage .authors .row {
    padding: 5px 10px;
}

.authorsbyletterpage .authors .row.dark {
    background-color: #f0f1f3;
}

.authorsbyletterpage .authors .author a {
    color: #2f7bc8;
    font-size: 17px;
    text-decoration: none;
}

.authorsbyletterpage .authors .author a span {
    color: #e72b2d;
}

/**/

.books-images .books-content {
    border-top: 2px solid #e8e3cc;
    border-bottom: 1px solid #e8e3cc;
    margin-top: 10px;
}

.books-images .row {
    padding: 5px 10px;
}

.books-images .row.dark {
    background-color: #f0f1f3;
}

.books-images .row .row-cover {
    float: left;
}

.books-images .row .row-cover .next-button {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    width: 100px;
    height: 28px;
    background-color: #3f9f3f;
    text-decoration: none;
    text-align: center;
}

.books-images .row .row-cover img {
    width: 100px;
    margin: 0px 15px 10px 0px;
}

.books-images .row .book-detail {
    width: 620px;
    float: left;
}

.books-images .row .book-detail .book-detail-left {
    float: left;
}

.books-images .row .book-detail .book-detail-right {
    float: right;
}

.books-images .row .book-detail .genre a {
    font-size: 14px;
    color: #2f7bc8;
    text-decoration: none;
}

.books-images .row .book-detail .title a {
    font-size: 20px;
    color: black;
    text-decoration: none;
}

.books-images .row .book-detail .title a strong {
    font-size: 20px;
    font-weight: normal;
    color: #e72b2d;
}

.books-images .row .book-detail .genre {
    margin-top: 10px;
}

.books-images .row .book-detail .description {
    margin-top: 10px;
    color: #4b4b4b;
}

.books-images .details {
    margin-top: 0px;
    position: relative;
}

/**/
.maximized {
    display: none;
}

/*rate*/
.star-image-active {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABIUlEQVQoz2NgwAEa7V0MQBhd3NjYGI5xglOufv0gTJbm647e90GYZM0N5tYG12xc/4MwiE2S5uNmtv1Xzez+gzCIjVPzWkNzhyuGFuj4PhD/h+L76PIgPbFGJgYM3fpG57frGv2/rEMcBqkF6fE1MpYHO6VG16B/mZbe/3NqOv8v4cAgOZAakFoMP6fq6vvPV9d8f1FR9T82DJIDqcEZYO1qGvYXpOX/Y8MgObyhvVtKpv+8mOR/ED4uLgXGMD5IDq/mc4LC54H4/2Zxyf/98gr3QRjEBomB5HBqTlJXVzjJw/t/sZj4/ypFxX4HAwN+EAaxQWIgOZAarJqnSkjmT5SUep+ipuaPnmhAYiA5kBqsmksVFetBNuFK6yA5kBpkzQAvHdWbf69jygAAAABJRU5ErkJggg==");
}

.star-image-inactive {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABJklEQVR42p2RO4qDUBiFs4NsYZaQeppJLYI2l3EFgtVgL1i4AEHQ2kLFDQipbAQRC6OND/CxhCzhH4/FkIkaSIoPDufBvV4PRLQJx3EnAL3HbqAoigneGjuOM4GXx4yxUxRFBKBfGuu6bqZpSgB6dyyK4vkeSZLOQRBMVVURgIb32ON5/vtgGMbVtm2av2/B8zxKkoS6rgPQ8P5ydLERBOFzOT4Mw+WaeZ5TURTUNA0NwwCg4S0ZOuiuvnk2hfmkGwbjOP4DHjJ09h4Mv+erbdvVGB6yp69tWZZZluVqDA/Z07Hrule8MK7Z9/0EoOEh2xvjl31cLheq65qyLDNlWT4CaHjI0Nkcq6r6E8fxzfd94fEEeMjQ2RxrmqYzxo7QWyBD5977Bcdse9huaoxSAAAAAElFTkSuQmCC");
}

.star2-image-active {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAAeFBMVEUAAABVRESAYEilcEplVEaucUnTh1D7m1iEXkeEYUd7W0a/ekyZaEadbUmfbUvkj1DvllTxmFewdUz4mVO2d0v8nFb+nli4d0vIgE7LgUzOhE/cik/fjVHxllP0llH3mVX4mVL5mVP6mVP6mlT7m1X8m1X8nFb9nVcdRnoTAAAAGXRSTlMADyAwOj9AQE9PV29/j4+Pj4/Pz9/f3+/vmKSHHAAAAHNJREFUCB1VwQcSgyAUBcCHxBYL9t4wEe9/Q/HjOLoLEM7xkqZ4qSo88X3neEiUSmA4rlYqVbqa80U2bLch+wBxN//J3MU4+c2PND4MeyU2LkLKcZRS4JIvfVH0Sw7DmtqIsaidLJCg9qB5dQASMhAWAjgAIl4Jl9HhyGUAAAAASUVORK5CYII=');
}

.star2-image-inactive {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABJklEQVR42p2RO4qDUBiFs4NsYZaQeppJLYI2l3EFgtVgL1i4AEHQ2kLFDQipbAQRC6OND/CxhCzhH4/FkIkaSIoPDufBvV4PRLQJx3EnAL3HbqAoigneGjuOM4GXx4yxUxRFBKBfGuu6bqZpSgB6dyyK4vkeSZLOQRBMVVURgIb32ON5/vtgGMbVtm2av2/B8zxKkoS6rgPQ8P5ydLERBOFzOT4Mw+WaeZ5TURTUNA0NwwCg4S0ZOuiuvnk2hfmkGwbjOP4DHjJ09h4Mv+erbdvVGB6yp69tWZZZluVqDA/Z07Hrule8MK7Z9/0EoOEh2xvjl31cLheq65qyLDNlWT4CaHjI0Nkcq6r6E8fxzfd94fEEeMjQ2RxrmqYzxo7QWyBD5977Bcdse9huaoxSAAAAAElFTkSuQmCC');
}

/*search*/
.search-mini-form {
    padding: 10px 0 0 680px;
}

.search-mini-form .search-line {
    position: relative;
    width: 185px;
}

.search-mini-form .search-line input {
    padding: 4px 25px 5px 5px;
    border-radius: 5px;
    background-color: white;
    width: 155px;
    border: 1px solid #E3DFC9;
    color: #aaa;
}

.search-mini-form .search-line a {
    position: absolute;
    top: 6px;
    right: 5px;
    background: url(/i/search-mini-button.png);
    width: 16px;
    height: 16px;
    display: block;
}

.search-block.self-search {
    padding-top: 20px;
}

.search-block.self-search .books-images .books-images-header, .search-block.self-search .books-images .row .book-detail .title a {
    color: #4b4b4b;
}

.search-block.self-search .books-images .books-images-header {
    font-size: 20px;
    font-family: 'Roboto Slab';
}

.search-block.self-search .books-images .books-images-header strong {
    font-weight: normal;
    color: #e72b2d;
}

/*copyright*/

.copyrightpage {
    font-size: 18px;
    padding: 20px;
}

.copyrightpage .copyright-header {
    padding-bottom: 15px;
    border-bottom: 2px solid #d5dade;
    color: #e72b2d;
    font-size: 24px;
    display: block;
}

.copyright-subtext {
    margin: 10px;
}
.copyright-text {
    padding: 10px;
}

.copyright-images {
    padding: 20px;
}

.copyright-images .copyright-image-container {
    float: left;
    width: 320px;
    text-align: center;
    margin: 5px;
}

.copyright-images .copyright-image-container span {
    font-size: 12px;
    padding-top: 10px;
    display: block;
}

.copyright-images img {
    width: 320px;
}

/**/
.reviewpage .review-header {
    color: #e72b2d;
    font-size: 24px;
    margin-bottom: -20px;
    margin-top: 15px;
    font-size: 20px;
    font-family: 'Roboto Slab';
}

.reviewpage .review-send-form {
    display: block;
}

.reviewpage .write-review-button, .reviewpage .reviews span {
    display: none;
}

.reviewpage .reviews form span {
    display: block;
}

.twitter-widget-main {
    float: left;
    margin-top: 20px;
    width: 440px;
    margin-left: 20px;
}

.twitter-facebook-main iframe {
    height: 420px !important;
}

.twitter-facebook-main .fb-page {
    width: 100%;
    text-align: center;
}

.series-block-main {
    float: left;
    width: 300px;
}

.download-button {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    width: 100px;
    height: 28px;
    background-color: #3f9f3f;
    text-decoration: none;
    text-align: center;
    margin: 10px 25px;
    border-radius: 5px;
}

/**/
.links-list .list-loader { text-align: center; padding: 25px 0; }
.links-list .search-results { margin: 15px 0 0 0; }
.links-list .search-item { padding: 10px 0; border-bottom: 1px solid #ccc; }
.links-list .search-item .item-left { float: left; width: 610px; }
.links-list .search-item .item-left .name { color: #757575; font-size: 14px; font-weight: bold; }
.links-list .search-item .item-left .name a { color: #757575; text-decoration: none; }
.links-list .search-item .item-left .name .red { color: #b94309; }
.links-list .search-item .item-left .params { color: #aaa; font-size: 12px; line-height: 18px; }

.links-list .search-item .item-right { float: left; width: 110px; padding-left: 30px; }

.green-c-button {
    border-radius: 4px;
    padding: 5px 15px;
    height: 16px;
}

.links-list .search-item .item-right .link, .green-c-button {
    color: #fff;
    background-color: #29722e;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #71b258), color-stop(100%, #29722e));
    background-image: -webkit-linear-gradient(#71b258, #29722e);
    background-image: -moz-linear-gradient(#71b258, #29722e);
    background-image: -o-linear-gradient(#71b258, #29722e);
    background-image: linear-gradient(#71b258,#29722e);
    border-color: #7eb07f #2f7631 #215222 #2f7631;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: left;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    text-align: left;
    word-wrap: normal;
    white-space: nowrap;
    text-decoration: none;
}

.links-list .search-item .item-right .direct-link { border-bottom-left-radius: 4px; border-top-left-radius: 4px; padding: 5px 15px; height: 16px; }
.links-list .search-item .item-right .magnet-link { border-bottom-right-radius: 4px; border-top-right-radius: 4px; margin-right: -10px; height: 16px; padding: 5px; height: 16px; }
.links-list .search-item .item-right .spons-link { border-radius: 4px; padding: 5px 15px; height: 16px;}

.links-list .mtorrent-text {
    text-align: right;
    padding: 10px 10px 0 0;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}

.links-list > span {
    color: #e72b2d;
    font-size: 18px;
    font-family: 'Roboto Slab';
}

.links-list > span > span {
    color: lightgrey;
}

.links-list .links-list-inner {
    border-top: 2px solid #e8e3cc;
    border-bottom: 1px solid #e8e3cc;
    margin-top: 10px;
}

.links-list .links-list-inner .stores-list .stores-row {
    padding: 10px 0;
}

.links-list .links-list-inner .stores-list .stores-row .stores-col-left {
    float: left;
    width: 150px;
}

.links-list .links-list-inner .stores-list .stores-row .stores-col-right {
    float: left;
}

.links-list .links-list-inner .stores-list .stores-row .stores-col-left > span {
    line-height: 28px;
    font-size: 16px;
}

.links-list .links-list-inner .stores-list .stores-row .stores-col-right.stores-amazon > a,
.links-list .links-list-inner .stores-list .stores-row .stores-col-right.stores-amazon > div {
    float: left;
    margin: 0 10px 0 0;
    position: relative;
}

.links-list .links-list-inner .stores-list .stores-row .stores-col-right .stores-list-inner {
    left: 0px;
    top: 28px;
}

.articlepage {
    font-size: 16px;
}

.articlepage h1 {
    font-size: 24px;
    margin-bottom: 10px;
    font-family: 'Roboto Slab'; 
}

.articlepage .article-meta {
    font-size: 13px;
    color: #918F96;
}

/*.articlepage .article-content {
    margin-top: 10px;
    font-family: 'Open Sans';
}*/