﻿html, * {
    margin: 0;
    padding: 0;
}

body {
    background: url("../images/site-header-bg.jpg") repeat-x scroll center top #fff !important;
    font-family: museo_sans_500regular,Arial,Helvetica,sans-serif;
}

h1, h2, h3 {
    letter-spacing: 0.02em;
}

h1, h2, h3, h4, h5, h6 {
    color: #004d57;
    font-weight: 500;
}

h2 {
    color: #003372;
    font-size: 20px;
    font-weight: normal;
}

h3 {
    color: #003372;
    font-size: 16px;
    font-weight: normal;
}

h4 {
    color: #003372;
    font-size: 13px;
    font-weight: normal;
}

.screen {
    background: url("../images/site-header-bg.jpg") repeat-x scroll center top #fff !important;
    color: #191e1f;
    min-width: 980px;
}

button, img {
    border: 0 none;
}

.fr {
    float: right;
}

input[type=text] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.ui-loader {
    display: none;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/*button style start*/
.btn-general {
    text-align: center;
    cursor: pointer;
    padding: 9px 10px;
    font-family: museo_sans_500regular,Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.btn-blue {
    color: #fff !important;
    background-color: #00528E;
}

    .btn-blue:hover {
        background-color: #006BA6;
    }

.btn-grey {
    color: #000 !important;
    background-color: #e3e3e3;
}

    .btn-grey:hover {
        background-color: #CCCCCC;
    }
/*button style end*/

/*Branding start*/
.brand-header {
    clear: both;
    display: block;
    height: 100px;
    overflow: hidden;
    width: 960px!important;
    margin: 0 auto;
}

.rsc-logo {
    background-image: url("../images/royal-society-of-chemistry-logo.png");
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    float: right;
    height: 80px;
    margin: 10px 0;
    width: 120px;
}

.site-logo {
    height: 80px;
    margin-bottom: 10px;
    margin-top: 14px;
}

.site-logo-mobile {
    display: none;
}
/*Branding end*/

.content-container {
    /*background-color: #fff;*/
    max-width: 980px;
    margin: 0 auto;
    width: 980px;
    position: relative;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

/*navigation menu start*/
.content-nav-container {
    clear: both;
    height: 40px;
    line-height: 40px;
    width: 100%;
    background-color: #003372;
}

.content-nav {
    list-style-type: none !important;
    margin: 0;
    padding: 0;
}

    .content-nav li {
        float: left;
        font-size: 0.95em;
        list-style-type: none;
        position: relative;
        display: block;
    }

.caret {
    background: url("../images/vec_down_arrow_v2.png") repeat scroll 0 0 transparent;
    display: inline-block;
    height: 12px;
    vertical-align: middle;
    width: 12px;
}

.content-nav li a {
    color: #fff !important;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-decoration: none;
}

.content-nav li:hover {
    background: #001b3f;
}

    .content-nav li:hover ul {
        display: block;
    }

.content-nav li ul {
    background-color: #003372;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: none outside none;
    min-width: 186px;
    position: absolute;
    top: 100%;
    z-index: 1000;
    margin-left: 0;
    width: 186px;
}

    .content-nav li ul li {
        display: block;
        min-width: 166px;
    }

        .content-nav li ul li a {
            display: block;
            width: 100%;
            font-size: 12px;
        }

            .content-nav li ul li a:hover {
                background-color: #016ba7;
                color: #fff;
            }

#content-nav-mobile {
    display: none;
}

/*navigation menu end*/
#page-content {
    padding: 10px;
    color: #252127;
    font-size: 12px;
    background-color: #ffffff;
}

.at-main-heading {
    width: 100%;
    height: 76px;
    background-color: #ededed;
    float: left;
}

    .at-main-heading ul {
        /*width: 100%;*/
        width: 700px;
        height: 76px;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        display: table;
    }

    .at-main-heading li {
        text-align: center;
        border-left: 1px solid #d3d3d3;
        font-size: 14px;
        display: table-cell;
        vertical-align: middle;
        color: #013372;
    }

        .at-main-heading li a {
            color: #013372;
            text-decoration: none;
            padding: 10px;
            display: table-cell;
            vertical-align: middle;
            height: 56px;
        }


        .at-main-heading li:hover a {
            background-color: #003372;
            color: #fff;
            cursor: pointer;
        }

.bookshoplogo {
    margin: 8px 0 0 10px;
    display: block;
    height: 55px;
    width: 235px;
    color: #023177;
    font-size: 50px;
    text-decoration: none;
    padding-bottom: 10px;
}

.fllterMobileSec {
    display: none;
}

.mobileonly {
    display: none;
}
/*Home Search Section Start*/
.homeSearchSection {
    padding: 10px 0;
    border-bottom: 1px dotted #444;
    display: table;
    width: 100%;
    vertical-align: middle;
}

    .homeSearchSection .lblCol {
        display: table-cell;
    }

    .homeSearchSection .txtCol {
        width: 75%;
        border: 1px solid #7f99b8;
        padding: 10px 0;
        margin: 0 10px;
        display: table-cell;
    }

    .homeSearchSection .btnCol {
        display: table-cell;
        text-align: right;
    }

    .homeSearchSection .txtCol input[type=text] {
        width: 97%;
        border: none;
        margin: 0 10px;
        outline: none;
    }

    .homeSearchSection .btnCol button {
        /*float: right;*/
    }

    .homeSearchSection .lblCol h2 {
        /*height: 37px;
        line-height: 37px;*/
    }

/*Home Search Section End*/

/*Browse Section Start*/
.browseSection {
    padding: 10px 0;
    border-bottom: 1px dotted #444;
}

.browseCountSection {
    width: 100%;
    float: left;
}

    .browseCountSection h2 {
        height: 35px;
        line-height: 35px;
    }

.browseCountSection-left {
    float: left;
}

.browseCountSection-right {
    float: right;
}

    .browseCountSection-right h3 {
        float: left;
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
    }

    .browseCountSection-right .booksAvailableCount {
        float: left;
    }

        .browseCountSection-right .booksAvailableCount ul {
            list-style-type: none;
        }

            .browseCountSection-right .booksAvailableCount ul li {
                float: left;
            }

                .browseCountSection-right .booksAvailableCount ul li a {
                    background: url("../images/article_count.png") scroll no-repeat 0 0 transparent;
                    border: 0 none;
                    border-radius: 0 !important;
                    color: #000000 !important;
                    display: block;
                    float: left;
                    font-family: Arial,Helvetica,sans-serif;
                    font-size: 16px;
                    font-weight: bold;
                    height: 30px;
                    line-height: 30px;
                    padding: 0;
                    text-align: center;
                    width: 30px;
                    cursor: default !important;
                }

.bs-dropdown-section {
    width: 100%;
    padding-top: 10px;
}

    .bs-dropdown-section .divDropdowns {
        display: table;
        width: 85%;
        float: left;
    }

    .bs-dropdown-section .divDropdown {
        width: 19%;
        display: table-cell;
        padding-right: 5px;
    }

    .bs-dropdown-section .divButtons {
        width: 15%;
        display: table;
        text-align: right;
        float: left;
    }

        .bs-dropdown-section .divButtons form {
            display: inline;
        }

        .bs-dropdown-section .divButtons button {
            display: inline;
        }

.filterTab dt a {
    background: url("../images/blue-arrow.png") no-repeat scroll 93% 50% #dcdcdc;
    border: 1px solid #c8c8c8;
    color: black;
    cursor: pointer;
    display: block;
    height: 35px;
    line-height: 35px !important;
    overflow: hidden;
    padding-left: 7px;
    padding-right: 15px;
    font-weight: normal;
}

    .filterTab dt a:hover {
        text-decoration: none;
    }

.filterTab dd, .filterTab dt, .filterTab ul {
    margin: 0;
    padding: 0;
}

    .filterTab dd ul {
        background: none repeat scroll 0 0 #eeeeee;
        border: 1px solid #7f99b8;
        color: black;
        display: none;
        list-style: none outside none;
        margin-top: 2px;
        min-width: 170px;
        padding: 5px 0;
        position: absolute;
        z-index: 9999;
        max-height: 300px;
        overflow-y: auto;
    }

        .filterTab dd ul li a {
            color: black !important;
            cursor: pointer;
            display: block;
            padding: 3px 5px 5px;
            text-decoration: none;
        }

            .filterTab dd ul li a:hover {
                text-decoration: none;
                background-color: #dcdcdc;
            }

.selectFacetValueIcon {
    background: url("../images/cross_grey.gif") no-repeat scroll 97% 8px white !important;
}

.facetdropDownDisabled {
    background: url("../images/arrow_grey.gif") no-repeat scroll 97% 50% white !important;
    color: gray !important;
    cursor: default !important;
    display: block !important;
}

.itemhover {
    background-color: #dddddd !important;
}
/*Browse Section End*/

/*Home page Section start*/
.div-home-section {
    padding: 10px 0;
    border-bottom: 1px dotted #444;
}

    .div-home-section h2 {
        height: 32px;
        line-height: 32px;
    }

.slider {
    background-color: #ffffff !important;
    position: relative;
}

    .slider .buttons:hover {
        color: #C01313;
        text-decoration: none!important;
        outline: none!important;
    }

    .slider .overview {
        list-style: none;
        position: absolute;
        padding: 0;
        margin: 0;
        left: 0;
        top: 0;
    }

    .slider .swipe_image {
        background: url("../images/slide_arrow_mob.png") no-repeat scroll 0 0 transparent;
        height: 27px;
        width: 35px;
        display: none;
    }

.slider-right {
    height: 32px;
    line-height: 32px;
    position: absolute;
    right: 0;
    top: -32px;
}

    .slider-right .viewall {
        float: left;
        color: #003372;
        cursor: pointer;
        text-decoration: none;
    }

    .slider-right .pager {
        list-style-type: none;
        float: left;
    }

        .slider-right .pager li {
            float: left;
            margin: 5px;
            height: 22px;
        }

            .slider-right .pager li a {
                width: 15px;
                height: 22px;
                display: inline-block;
                border: none;
                cursor: pointer;
            }

                .slider-right .pager li a.pagenum {
                    background: url(../images/round-dot.png) scroll no-repeat 0 4px transparent;
                }

                .slider-right .pager li a.active {
                    background: url(../images/round-dot.png) scroll no-repeat 0 -16px transparent;
                }

.slider-previous {
    float: left;
    width: 4%;
    height: 400px;
    position: relative;
}

.viewport {
    width: 92%;
    float: left;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.slider-next {
    float: left;
    width: 4%;
    height: 400px;
    position: relative;
}

.slider .buttons {
    display: block;
    position: absolute;
    height: 353px;
    width: 35px;
    text-decoration: none;
}

.slider .next {
    background: url("../images/slide_right_arrow.png") no-repeat scroll 0 50% transparent;
    right: 0;
}

.slider .prev {
    background: url("../images/slide_left_arrow.png") no-repeat scroll 0 50% transparent;
}
/*Home page Section end*/

/*Search Page Start */
.searchpage {
    padding-top: 10px;
}

.searchpageleft {
    float: left;
    margin-right: 1%;
    width: 77%;
}

.searchpageright {
    float: right;
    width: 21%;
    border: solid 1px #d5d5d5;
    background-color: #eef1f6;
}

.searchSection {
    border-bottom: 1px dotted black;
    display: table;
    padding: 10px 0;
    vertical-align: middle;
    width: 100%;
}

    .searchSection .btncol {
        padding-left: 10px;
        text-align:right;
    }

    .searchSection .txtcol {
        width: 80%;
        border: 1px solid #7f99b8;
        /*padding: 10px 0;
        margin: 0 10px;*/
        display: table-cell;
    }

.btnSection .btncol {
    display: table-cell;
    text-align: right;
    float: right;
}

.searchSection .txtcol input[type=text] {
    border: medium none;
    margin: 0 10px;
    outline: medium none;
    width: 97%;
}

.sortsection {
    padding: 10px 0;
    display: table;
    width: 100%;
    border-bottom: 1px dotted #444;
}

.sortsectionleft {
    display: table-cell;
    vertical-align: middle;
    width: 62%;
}

    .sortsectionleft h3 {
        /*height: 30px;
        line-height: 30px;*/
    }

.sortsectionright {
    display: table-cell;
    vertical-align: middle;
    float: right;
}

    .sortsectionright .sortsec div {
        float: left;
    }

    .sortsectionright .grid-icon {
        width: 30px;
        height: 30px;
        display: inline-block;
        float: left;
        background: url(../images/view-sprite.png) no-repeat scroll 0 0 transparent;
        cursor: pointer;
    }

    .sortsectionright .list-icon {
        width: 30px;
        height: 30px;
        display: inline-block;
        float: left;
        background: url(../images/view-sprite.png) no-repeat scroll 0 0 transparent;
        cursor: pointer;
        margin-right: 10px;
    }

    .sortsectionright .line-view-disable {
        background-position: 0 0;
    }

    .sortsectionright .line-view-enable {
        background-position: 0 -40px;
    }

    .sortsectionright .grid-view-enable {
        background-position: -40px -40px;
    }

    .sortsectionright .grid-view-disable {
        background-position: -40px 0;
    }

.filterTab2 {
    background: url("../images/blue-arrow.png") no-repeat scroll 95% 50% transparent !important;
    width: 126px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #d5d5d5;
    position: relative;
    margin-right: 10px;
    padding: 0 10px;
}

/*.filterTab2SelectedText {
    padding: 4px 3px 4px 3px;
}*/

/*.blue-caret {
    display: inline-block;
    width: 10px;
    height: 6px;
    background: url(../images/blue-arrow.png) scroll 0 0 transparent;
    position: absolute;
    right: 10px;
    top: 13px;
    cursor: pointer;
}*/

.sortby {
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}

.filterTab2Dropdown {
    width: 100%;
    background: #eee;
    border: 1px #d5d5d5;
    border-style: none solid solid solid;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 29px;
    /*left: 130px;*/
    z-index: 999999;
    display: none;
    left: -1px;
}

    .filterTab2Dropdown li {
        list-style: none;
        padding-left: 10px;
    }

        .filterTab2Dropdown li:hover {
            background-color: #B9B9B9;
        }

        .filterTab2Dropdown li a {
            display: block;
            color: #444 !important;
            text-decoration: none;
        }

.sortsectionleft h4 {
    margin: 0;
    height: 30px;
    line-height: 30px;
}

.searchPagination {
    background-color: #eef1f6;
    float: left;
    width: 100%;
    padding: 5px 0px;
    display: table;
    margin: 10px 0;
}

.searchPaginationLeftSec {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.searchPaginationRightSec {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

    .searchPaginationRightSec select {
        height: 35px;
        line-height: 35px;
        margin-right: 5px;
        display: inline;
        width: 48px;
        vertical-align: middle;
    }

    .searchPaginationRightSec div {
        margin-right: 5px;
        display: inline;
    }

    .searchPaginationRightSec input {
    }

.resultsPerPage {
}

.pegination-block {
}

.searchprev {
    border: 1px solid #003372;
    color: #444;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
    background-color: #eef1f6;
    margin: 0 5px;
}

.searchnext {
    border: 1px solid #003372;
    color: #444;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
    background-color: #eef1f6;
    margin: 0 5px;
}

.disable {
    background-color: lightgray!important;
}

.page-text-pos {
}

.goBtn {
}

.searchPageCountBox {
    border: 1px solid #003372;
    padding: 10px 5px;
    background-color: #FFF;
}

.searchPageInput {
    width: 25px;
    border: none;
    text-align: center;
}

.oftextpos {
}

.categoryBlock {
}

    .categoryBlock .facetRow {
        background-color: #ffffff;
        border: 1px solid #d5d5d5;
        clear: both;
        display: block;
        margin: 0 10px 10px;
    }

        .categoryBlock .facetRow .blackText {
            font-weight: bold;
        }

        .categoryBlock .facetRow p {
            padding: 5px;
            position: relative;
        }

            .categoryBlock .facetRow p a {
                cursor: pointer;
                text-decoration: none;
                color: #000000;
                background: url("../images/checkbox.png") no-repeat scroll 1px 4px transparent;
            }

                .categoryBlock .facetRow p a:hover {
                    background: url("../images/close_butt_right_sec.gif") no-repeat scroll 1px 4px transparent;
                }

    .categoryBlock .substanceBox {
        padding-top: 2px;
        padding-left: 15px;
    }

.substanceBox {
    background: url("../images/checkbox.png") no-repeat scroll 1px 4px transparent;
}

#gridViewContainer .bookBoxContainer {
    width: 31%;
    float: left;
    text-align: center;
    margin: 1%;
    padding: 0;
    padding-top: 10px;
}

/*Search Page End */

/*Block styling start*/

.bookBoxContainer {
    width: 200px;
    float: left;
    text-align: center;
    padding: 10px;
    margin: 3px;
}

    .bookBoxContainer h4 {
        height: 50px;
        /*margin: 5px;*/
    }

        .bookBoxContainer h4 a {
            text-decoration: none;
            color: #003372;
        }

            .bookBoxContainer h4 a:hover {
                text-decoration: none;
            }

    .bookBoxContainer img {
        width: 157px;
        height: 229px;
    }

    .bookBoxContainer .buyNowContainer, .bookBoxContainer .buyNowContainerDetails {
        background: #E0E0E0;
        display: table-cell;
        height: 70px;
        padding: 10px;
        vertical-align: middle;
        width: 1%;
    }

    .bookBoxContainer .divBookImage {
        display: inline-block;
        position: relative;
        height: 229px;
        cursor: pointer;
    }

    .bookBoxContainer .divBooksetImage {
        display: inline-block;
        position: relative;
        height: 229px;
        cursor: pointer;
    }

    .bookBoxContainer .divBookImage .imglightbox {
        top: 0px;
        position: absolute;
        /*opacity: 0.8;*/
        background-color: #000000;
        height: 229px;
        width: 100%;
        display: none;
        background: url("../images/img_description_bg_black.png") repeat scroll 0 0 transparent;
    }

    .bookBoxContainer .preorder {
        background-color: #000000;
        color: #ffffff;
        /*opacity: 0.7;*/
        position: absolute;
        height: 41px;
        line-height: 41px;
        width: 100%;
        bottom: 0px;
        background: url("../images/img_description_bg_black.png") repeat scroll 0 0 transparent;
    }

    .bookBoxContainer .spancolon {
        display: none;
    }
/*Block styling end*/

.listrow {
    padding: 10px 0;
    border-bottom: 1px dotted #444;
    float: left;
    width: 100%;
    padding-left: 10px;
}

    .listrow .list-img, .listrow .divBooksetListImage {
        width: 100px;
        margin-right: 15px;
        float: left;
        position: relative;
        cursor: pointer;
    }

        .listrow .list-img img, .listrow .divBooksetListImage img {
            height: 150px;
        }

        .listrow .list-img .imglightbox {
            background-color: #000000;
            display: none;
            height: 150px;
            /*opacity: 0.8;*/
            position: absolute;
            top: 0;
            width: 100%;
            background: url("../images/img_description_bg_black.png") repeat scroll 0 0 transparent;
        }

        .listrow .list-img .preorder, .listrow .mobile-list-img .preorder, .listrow .divBooksetListImage .preorder {
            background-color: #000000;
            color: #ffffff;
            /*opacity: 0.7;*/
            position: absolute;
            height: 41px;
            line-height: 41px;
            width: 100%;
            bottom: 3px;
            text-align: center;
            background: url("../images/img_description_bg_black.png") repeat scroll 0 0 transparent;
            text-decoration: none;
        }

    .listrow .book-details {
        /*float: left;*/
        line-height: 20px;
        color: #444444;
        display: table-cell;
    }

        .listrow .book-details h4 {
            display: block;
        }

            .listrow .book-details h4 a {
                text-decoration: none;
                color: #003372;
            }

                .listrow .book-details h4 a:hover {
                    text-decoration: none;
                }

        .listrow .book-details .book-details-info {
            font-size: 12px;
        }

            .listrow .book-details .book-details-info a {
                text-decoration: none;
                color: #003372;
            }

                .listrow .book-details .book-details-info a:hover {
                    text-decoration: underline;
                }

        .listrow .book-details .buyNowContainer {
            font-size: 12px;
        }

            .listrow .book-details .buyNowContainer span {
                float: left;
            }

            .listrow .book-details .buyNowContainer .availableFormat {
                padding: 0;
            }

            .listrow .book-details .buyNowContainer .availableFormatText {
                font-weight: bold;
            }

            .listrow .book-details .buyNowContainer .spancolon {
                display: block;
                font-weight: bold;
            }

#listViewContainer .listrow:last-child {
    border-bottom: 0px;
}
/*facet section start*/

.facetNavigator {
    width: 100%;
    background: #eef1f6;
    float: left;
}

.refineOption {
    background: #eef1f6;
    padding: 10px;
    display: block;
}

.saveSearchTxt {
    color: #014682;
    font-size: 18px;
    position: absolute;
    top: 2px;
}

.hideFacetFilter {
    display: none;
}

.facetSet {
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    clear: both;
    display: block;
    margin: 0 10px 10px;
}

    .facetSet .rightFilterBlock {
        display: block;
    }

        .facetSet .rightFilterBlock h4 a.filterBlockHeader {
            padding: 10px 5px;
            background-color: #e0e0e0;
            display: block;
            cursor: pointer;
            text-decoration: none;
        }

        .facetSet .rightFilterBlock h4 a.expand {
            background: url("../images/expand_arrow.png") no-repeat scroll 96% 50% transparent;
        }

        .facetSet .rightFilterBlock h4 a.collapse {
            background: url("../images/collapse_arrow.png") no-repeat scroll 96% 50% transparent;
        }

    .facetSet .filterContentBlock {
        background: #fff;
        width: 100%;
        border-top: 1px solid #d5d5d5;
    }

        .facetSet .filterContentBlock p {
            padding: 5px;
            position: relative;
        }

            .facetSet .filterContentBlock p span.selectedfacet {
                padding-right: 20px;
            }


            .facetSet .filterContentBlock p a.selected {
                background: url("../images/checkbox.png") no-repeat scroll 1px 4px transparent;
                padding-left: 15px;
                padding-top: 2px;
            }

                .facetSet .filterContentBlock p a.selected:hover {
                    background: url("../images/close_butt_right_sec.gif") no-repeat scroll 1px 4px transparent;
                }

            .facetSet .filterContentBlock p a:visited {
                color: black;
            }

            .facetSet .filterContentBlock p a {
                text-decoration: none;
                color: black!important;
            }

.facet_unchecked {
    background: url("../images/checkbox.png") no-repeat scroll 1px -18px transparent;
    padding-left: 15px;
}

.facet_checked {
    background: url("../images/checkbox.png") no-repeat scroll 1px 4px transparent;
}

.facetSet .filterContentBlock p a:hover {
    text-decoration: none;
    background: url("../images/checkbox.png") no-repeat scroll 1px 4px transparent;
    color: #003372!important;
}

.facetSetAferHover {
    background: url("../images/checkbox.png") no-repeat scroll 1px 4px transparent;
}

.showFacetsUpperArrow {
    display: none;
}
/*facet section end*/
.collections h2 {
    /*padding: 10px 0;*/
    padding: 5px 0;
}

.collections #gridViewContainer .bookBoxContainer {
    width: 23%;
}

.collections p {
    line-height: 20px;
}

.collections .text-justify {
    margin: 5px 0;
}

.collections .sortsection {
    border-top: 1px dotted #444;
    /*border-bottom: none;*/
}

    .collections .sortsection .sortsectionright .filterTab2 {
        background: none;
    }

.booksets #gridViewContainer .bookBoxContainer {
    width: 23%;
}

.BuyButton {
    color: #fff;
    display: inline-block;
    height: 35px;
    padding: 7px;
    width: 125px;
    background: #00528e url("../images/shopping_basket.png") no-repeat scroll 5px 7px;
    font-family: museo_sans300,Arial,Helvetica,sans-serif;
    font-size: 16px;
    text-align: right;
    cursor: pointer;
}

    .BuyButton:hover {
        background-color: #006BA6;
    }

.availableFormat {
    width: 100%;
    padding: 3px 0;
    text-align: center;
    display: inline-block;
}

.availableFormatDetails {
    width: 100%;
    padding: 3px 5px;
    text-align: center;
    display: table;
}

.availableFormatTextDetails {
    display: table-cell;
}

.error_container {
    padding: 10px;
    width: 98%;
}

    .error_container ul {
        padding-left: 10px;
    }

    .error_container .error_img {
        float: left;
    }

    .error_container .error_desc {
        float: left;
        padding-left: 10px;
        width: 70%;
    }

    .error_container .error_try_links {
        /*padding: 10px 0;*/
        float: left;
        font-size: 12px;
        line-height: 20px;
        padding-bottom: 5px;
        padding-left: 20px;
        padding-top: 10px;
        background: #d7d7d7 none repeat scroll 0 0;
        border-radius: 8px;
        width: 18%;
    }

    .error_container .error_welcome_text {
        padding: 10px 0;
    }

.searchPageBookSections {
    width: 33.3333%;
    position: relative;
    float: left;
    text-align: center;
}

.CarouselDisable {
    width: 100%;
}

    .CarouselDisable .bookBoxContainer {
        width: 23%;
        margin: 1%;
        padding: 0;
        padding-top: 10px;
    }

.loadingImgParent {
    width: 100%;
    height: 250px;
    text-align: center;
    display: table;
    vertical-align: middle;
}

.loadingImgChild {
    display: table-cell;
    vertical-align: middle;
}

.Breadcrumb {
    color: #666666;
    padding: 1px 0 0 10px;
    height: 25px;
    line-height: 25px;
    background-color: #dcdcdc;
    font-size: 10px;
}

.CarouselDisable .viewall {
    float: right;
    margin-top: -25px;
    color: #003372;
    text-decoration: none;
}

    .CarouselDisable .viewall:hover {
        text-decoration: underline;
    }

#InformationSticky {
    display: inline-block;
    position: absolute;
    top: 140px;
    width: 34px;
    left: 979px;
    z-index: 1;
}

#information {
    background: url("../images/info_button.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 125px;
    width: 34px;
}

    #information:hover {
        background-position: -35px 0;
    }

#SeriesInfo {
    background: url("../images/SeriesInfo_button.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 125px;
    width: 34px;
    text-decoration: none;
}

    #SeriesInfo:hover {
        background-position: -35px 0;
    }

.scrollToTop {
    background: url("../images/topbtn_blue.gif") no-repeat scroll 0 0 transparent;
    /*float: right;*/
    margin: 0 0.35em;
    vertical-align: middle;
    bottom: 5px;
    width: 50px;
    height: 19px;
    position: absolute;
    text-decoration: none;
    left: 980px;
}

/*#InformationSticky
{
    background: url("../images/info_button.png") no-repeat scroll 0 0 transparent;
    position: fixed;
    top: 179px;
    width: 34px;
    cursor: pointer;
    height: 124px;
}

    #InformationSticky:hover
    {
        background-position: -35px 0;
    }*/

.closelightbox {
    background: url("../images/Close_btn.png") no-repeat scroll 0 0 transparent;
    border: none;
    width: 32px;
    cursor: pointer;
    margin-top: -5px;
    height: 30px;
    position: absolute;
    right: 5px;
}

    .closelightbox:hover {
        background-position: -34px 0;
    }

#dialog {
    padding: 10px;
    display: none;
    max-width: 700px;
}

#dialog-content {
    width: 100%;
    background-color: #fff;
}

.error_msg {
    padding-top: 8px;
    height: 30px;
    line-height: 25px;
    /*padding-left: 0px;*/
}

.showFacetsArrow {
    background: url("../images/down_arrow.gif") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 18px;
    padding-bottom: 5px;
    width: 18px;
}

.bookDetailContainer .bookDetailRow {
    display: table;
    width: 100%;
}

.bookDetailContainer h2 {
    padding-bottom: 10px;
    padding-right: 30px;
}

.bookDetailContainer a {
    color: #003372;
    text-decoration: none;
}

    .bookDetailContainer a:hover {
        text-decoration: underline;
    }

.bookDetailContainer .bookDetailRow .divImage {
    display: table-cell;
    vertical-align: top;
    padding: 0 10px 0 0;
    width: 152px;
}

    .bookDetailContainer .bookDetailRow .divImage img {
        width: 100%;
    }

.bookDetailContainer .bookDetailRow .divBookInfo {
    display: table-cell;
    vertical-align: top;
}

    .bookDetailContainer .bookDetailRow .divBookInfo .bookCol3 {
        width: 100%;
        font-size: 12px;
        padding: 5px 0;
    }

    .bookDetailContainer .bookDetailRow .divBookInfo .bookCol1 {
        width: 100%;
        font-size: 12px;
        padding: 5px 0;
    }

        .bookDetailContainer .bookDetailRow .divBookInfo .bookCol1 b {
            /*display: block;
            font-weight: normal !important;*/
        }

.bookDetailContainer .bookDetailRow .divDescription {
    font-size: 12px;
    line-height: 15px;
}

.bookDetailContainer .buyNowContainer, .bookBoxContainer .buyNowContainerDetails {
    padding: 10px 0;
}

    .bookDetailContainer .buyNowContainer form, .bookDetailContainer .buyNowContainerDetails form {
        display: table;
        width: 100%;
    }

    .bookDetailContainer .buyNowContainer .noprice, bookDetailContainer .buyNowContainerDetails .noprice {
        font-size: 12px;
        display: block;
        margin: 5px 0;
    }

    .bookDetailContainer .buyNowContainer .noformat, bookDetailContainer .buyNowContainerDetails .noformat {
        font-size: 12px;
    }

    .bookDetailContainer .buyNowContainer .BuyButton {
    }

.bookDetailContainer .bookDetailRow .availableFormat {
    text-align: left;
    font-size: 12px;
    background-color: #eef1f6;
    vertical-align: middle;
    display: table-cell;
}

.bookDetailContainer .bookDetailRow .availableFormatnoprice {
    display: block;
    padding: 10px 0;
}

.bookDetailContainer .bookDetailRow .availableFormat .spancolon {
    display: none;
}

.bookDetailContainer .bookDetailRow .availableFormatText {
    background-color: #e0e0e0;
    padding: 10px 5px;
    display: inline;
    font-weight: bold;
}

.bookDetailContainer .bookDetailRow .radioOptions {
    display: inline;
    font-size: 12px;
    background-color: #eef1f6;
    padding: 5px;
}

.viewmore {
    float: right;
    cursor: pointer;
    background: url("../images/more.gif") no-repeat scroll 0 0 transparent;
    height: 12px;
    width: 50px;
    text-decoration: none;
}

    .viewmore:hover {
        text-decoration: none!important;
    }

.viewless {
    float: right;
    cursor: pointer;
    background: url("../images/less.gif") no-repeat scroll 0 0 transparent;
    height: 12px;
    width: 50px;
    text-decoration: none;
}

    .viewless:hover {
        text-decoration: none!important;
    }

.bookcontentlist {
    font-size: 12px;
    max-height: 300px;
    width: 350px;
    overflow-y: auto;
}

.bookcontentlist {
    padding-right: 10px;
}

    .bookcontentlist ul {
        padding-left: 15px;
    }

        .bookcontentlist ul li {
            padding: 5px;
            padding-left: 0;
        }

.serieseditors {
    list-style-type: none;
}

    .serieseditors li {
        padding: 10px 0;
    }

.bookDetailContainer .bookCol1 {
    padding-bottom: 10px;
}

.ajaxLoadError {
    text-align: center;
    padding: 30px;
}

.book-content {
    padding-left: 10px;
    width: 350px;
    display: table-cell;
}

    .book-content h3 {
        border-bottom: 1px dotted;
        padding-bottom: 5px;
    }

.bookCol3 {
    padding-top: 5px;
    font-size: 12px;
}

.divBookInfo h3 {
    border-bottom: 1px dotted;
    padding-bottom: 5px;
}

.synopsis {
    width: 540px;
    overflow-y: auto;
    max-height: 150px;
    line-height: 17px;
    /*margin-top: 40px;
    margin-left: 40px*/
}

.blankdiv {
    height: 1px;
    border-bottom: 1px dotted #444;
}

.bookBoxContainer .coloredHyperLink {
    cursor: pointer;
}

.divBooksetImage .bookSetTitle {
    text-decoration: none;
}

    .divBooksetImage .bookSetTitle:hover {
        text-decoration: none!important;
    }

.listrow .coloredHyperLink {
    cursor: pointer;
}

.seriesListingInfoContainer {
    padding: 5px;
}

.seriesList {
    list-style-type: none;
}

    .seriesList li {
        border-bottom: 1px dotted #252127;
        display: block;
        padding: 10px 0;
    }

        .seriesList li h4 a {
            color: #003372;
            padding-bottom: 10px;
            display: block;
            text-decoration: none;
            display: inline-block;
        }

            .seriesList li h4 a:hover {
                text-decoration: underline;
            }

    .seriesList p {
        line-height: 18px;
    }

    .seriesList a {
        text-decoration: none;
        color: #003372;
        padding-top: 10px;
        display: inline-block;
    }

        .seriesList a:hover {
            text-decoration: underline;
        }

.facet_remove {
    background: url("../images/close_butt_right_sec.gif") no-repeat scroll 1px 4px transparent;
}

.series {
    border-bottom: 1px dotted #191E1F;
    padding: 10px;
    padding-left: 0;
}



.mobileDivBookImage {
    display: none;
}

.mobileTitle {
    display: none;
}

.mobile-list-img {
    display: none;
}

.error_Title {
    background: #d7d7d7 none repeat scroll 0 0;
    height: 36px;
    line-height: 30px;
    border-radius: 8px;
    display: inline-block;
    width: 35%;
    text-align: center;
}

.errorPageDescription {
    background: #eeeeee none repeat scroll 0 0;
    float: left;
    padding-left: 15px;
    padding-top: 10px;
    border-radius: 8px;
    width: 99%;
}

.blankSpace {
    float: left;
    height: 9px;
    padding-bottom: 15px;
    width: 960px;
}

.error_message_container {
    float: left;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-top: 10px;
    width: 99%;
}

.error_sug {
    padding-bottom: 8px;
}

    .error_sug span a {
        color: #004c89;
        /*font-weight: bold;*/
        cursor: initial;
        text-decoration: none;
    }

        .error_sug span a:hover {
            text-decoration: underline;
        }

.bc {
    float: left;
    padding-top: 5px;
    color: #004c89;
}

.userurl {
    color: #004c89;
}

.excl_tax {
    float: right;
    font-size: 12px;
}

.alphabetRow {
    float: left;
    height: 27px;
    margin-top: -3px;
    padding-bottom: 5px;
    text-align: center;
    width: 960px;
}

.Alphabet_letter {
    float: left;
    font-size: 10px;
    font-weight: 700;
    height: 28px;
    margin-bottom: 9px;
    margin-left: 2px;
    padding-left: 0;
    text-align: center;
    width: 31px;
    color: #252127;
}

    .Alphabet_letter a, Alphabet_letter a:active, Alphabet_letter a:visited, Alphabet_letter a:link {
        text-decoration: none !important;
        cursor: pointer;
    }

    .Alphabet_letter A {
        display: block;
        height: 28px;
        width: 31px;
        line-height: 28px;
        background-color: #E4E1D6;
    }

        .Alphabet_letter a:hover {
            width: 31px;
            display: block;
            height: 28px;
            color: white!important;
            text-decoration: none;
            cursor: pointer;
            background-color: #eada24;
        }

        .Alphabet_letter A.active {
            width: 31px;
            display: block;
            height: auto;
            cursor: pointer;
            color: white !important;
            background-color: #eada24!important;
        }

        .Alphabet_letter A.Inactive {
            color: gray !important;
            cursor: default;
            display: block;
            height: 28px;
            text-decoration: none;
            width: 31px;
        }

        .Alphabet_letter A.selected, Special_letter A.selected {
            width: 31px;
            display: block;
            height: auto;
            color: white !important;
            background-color: #eada24!important;
        }

        .Alphabet_letter_all A.Inactive, .Alphabet_letter A.Inactive:hover, .Special_letter A.Inactive, .Special_letter A.Inactive:hover {
            padding-left: 0px;
            width: 31px;
            display: block;
            height: 28px;
            cursor: default;
            line-height: 28px;
            color: gray;
            background-color: #E4E1D6!important;
        }


.Special_letter {
    float: left;
    font-size: 10px;
    font-weight: 700;
    height: 28px;
    margin-bottom: 9px;
    margin-left: 4px;
    text-align: center;
    width: 31px;
    _margin-bottom: 5px;
}

    .Special_letter a {
        padding-left: 0px;
        width: 31px;
        display: block;
        height: 28px;
        line-height: 28px;
        cursor: pointer;
        color: #333333;
        background-color: #E4E1D6;
    }

        .Special_letter A.Active {
            padding-left: 0px;
            width: 31px;
            display: block !important;
            height: 28px;
            cursor: pointer !important;
            color: #333333 !important;
            text-decoration: none !important;
            background-color: #E4E1D6;
        }

        .Special_letter A:hover {
            width: 31px;
            display: block !important;
            height: 28px;
            color: #333333 !important;
            text-decoration: none !important;
            background-color: #eada24;
        }

        .Special_letter A.Inactive {
            width: 31px;
            display: block;
            height: 28px;
            color: gray !important;
            line-height: 28px;
            cursor: pointer;
        }

        .Special_letter a:visited {
            width: 31px;
            display: block;
            height: 28px;
            color: #014682;
            line-height: 28px;
        }

        .Special_letter A.selected {
            padding-left: 0px;
            width: 31px;
            display: block !important;
            height: 28px;
            cursor: pointer !important;
            color: #333333 !important;
            text-decoration: none !important;
            line-height: 28px;
        }

.Alphabet_letter_all {
    float: left;
    font-size: 10px;
    font-weight: 700;
    height: 28px;
    margin-bottom: 9px;
    margin-left: 3px;
    margin-right: 2px;
    text-align: center;
    width: 59px;
    _margin-bottom: 5px;
}

    .Alphabet_letter_all a {
        padding-left: 0px;
        width: 59px;
        display: block;
        height: 28px;
        line-height: 28px;
        cursor: pointer;
        color: #333333;
        background-color: #E4E1D6;
    }

        .Alphabet_letter_all A:hover {
            width: 59px;
            display: block !important;
            height: 28px;
            color: white !important;
            text-decoration: none !important;
            background-color: #eada24;
        }

        .Alphabet_letter_all A.Inactive {
            padding-left: 0px;
            width: 59px;
            display: block;
            height: 28px;
            cursor: default;
        }

            .Alphabet_letter_all A.Inactive:hover {
                color: gray;
                padding-left: 0px;
                width: 31px;
                display: block;
                height: 28px;
                cursor: default;
                line-height: 28px;
            }

.alphabetSelected {
    color: #fff!important;
    background-color: #eada24!important;
    display: table;
    float: left;
    word-wrap: break-word;
    text-align: center;
}

.bookSet {
    border-bottom: 1px dotted #191e1f;
    padding: 10px 10px 12px 0;
}

.bookSetListing {
    float: left;
    width: 100%;
}

.publicationdetails h3 {
    padding: 5px;
    border-bottom: 1px dotted #444;
}

.publicationdetails .booksetInfo {
    padding: 8px 5px 5px;
}

.bookSetListing li {
    list-style-type: none;
    padding: 10px;
    border-bottom: 1px dotted #444;
    width: 100%;
    float: left;
}

    .bookSetListing li h4 a {
        display: inline-block;
        color: #003372;
        text-decoration: none;
    }

        .bookSetListing li h4 a:hover {
            text-decoration: underline;
        }

.bookSetListing .book-details {
    line-height: 20px;
}

.bookSetListing .book-details-info a {
    color: #003372;
    text-decoration: none;
}

    .bookSetListing .book-details-info a:hover {
        text-decoration: underline;
    }

.booksetImage {
    width: 100px;
    height: 150px;
    float: left;
    margin-right: 15px;
    position: relative;
}

.booksetBuyButton {
    display: inline-block;
    width: 100%;
    padding: 3px;
    padding-bottom: 8px;
}

    .booksetBuyButton .BuyButton {
        float: right;
    }

    .booksetBuyButton .buyNowContainer .availableFormat {
        display: inline-block;
        width: 100%;
        padding: 3px 0;
    }

    .booksetBuyButton .buyNowContainer .availableFormatText {
        font-weight: bold;
    }

    .booksetBuyButton .buyNowContainer span {
        float: left;
    }

.bookset_text-justify {
    line-height: 20px;
}

.booksetBuyButton .availableFormat {
    display: none!important;
}

.bookSet .sortsectionright .sortsec div {
    color: black;
    float: left;
    font-size: 12px;
}

.booksetBuyMsg {
    background-color: #eef1f6;
    float: right;
    font-family: museo_sans300,Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding-left: 5px;
    text-align: left;
    width: 830px;
    line-height: 36px;
    height: 36px;
}

.booksetTaxMsg {
    padding-right: 5px;
    padding-top: 40px;
    text-align: right;
}

.divBooksetLandingImage {
    float: left;
    max-height: 230px;
    margin-right: 15px;
    position: relative;
    padding-top: 10px;
}

.booksetLandingTitle {
    padding: 5px;
    padding-top: 8px;
}

@media only screen and (max-width: 769px) {
    body {
        background-position: 40% 0!important;
    }

    .searchPaginationRightSec select {
        width: 52px!important;
    }

    .categoryBlock .facetRow .blackText {
        text-shadow: 1px 0 #000;
    }
}

@media only screen and (max-width: 640px) {

    body {
        background-position: 34% 0!important;
    }

    .mobileDivBookImage {
        display: inline-block !important;
        position: relative;
    }

    .divBookImage {
        display: none !important;
    }

    .mobileTitle {
        display: block !important;
    }

    .normalTitle {
        display: none !important;
    }

    .mobile-list-img {
        width: 100px;
        margin-right: 15px;
        float: left;
        position: relative;
        cursor: pointer;
        display: block !important;
    }

    .list-img {
        display: none !important;
    }

    .mobileDivBookImage a, .mobile-list-img a {
        text-decoration: none;
    }

    #InformationSticky {
        display: inline-block !important;
        width: 40px !important;
        margin-top: -6px !important;
        left: 979px !important;
        margin: 0 !important;
        padding: 0 !important;
        position: absolute !important;
    }
}

@media only screen and (max-width: 605px) {
    .mobileDivBookImage {
        display: inline-block !important;
        position: relative;
    }

    .divBookImage {
        display: none !important;
    }

    .mobileTitle {
        display: block !important;
    }

    .normalTitle {
        display: none !important;
    }

    .mobile-list-img {
        width: 100px;
        margin-right: 15px;
        float: left;
        position: relative;
        cursor: pointer;
        display: block !important;
    }

    .list-img {
        display: none !important;
    }

    .mobileDivBookImage a, .mobile-list-img a {
        text-decoration: none;
    }

    .bookBoxContainer h4 a {
        text-decoration: none;
        color: #003372;
    }

        .bookBoxContainer h4 a:hover {
            text-decoration: underline;
        }

    .buyNowContainer .availableFormatTextDetails {
        display: table-cell!important;
    }
}

@media only screen and (max-width: 360px) {

    body {
        background-position: 28% 0!important;
    }

    .categoryBlock .facetRow .blackText {
        text-shadow: 1px 0 #000;
    }

    .bookBoxContainer h4 a {
        text-decoration: none;
        color: #003372;
    }

        .bookBoxContainer h4 a:hover {
            text-decoration: underline;
        }
}
