body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    color: #353c46;
    margin:0 auto;
    padding:0;      
}

h1 {
    color: #fff;
    margin: 0;
    font-size: 2.8em;
    line-height: 1em;
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-weight: normal;
    padding:0.375em 1.250em;
    background: #353b45;
    position: relative;
}

h1:before,h1:after {
    position:absolute;
    background: #353b45;
    content:'';
    width:20px;
    height:50%;
}

h1:before {
    right:-5px;
    top:0;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

h1:after {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    right:0;
    bottom:0;    
}

h2 {
    color: #363636;
    font-size: 1.8em;
    font-weight: normal;
    margin: .44444444em 0;
}

h3 {
    color: #fff;
    padding: .71428571em;
    margin:0;
    background:#353b45;
    border-radius:.38095238em .38095238em 0 0;
    font-size:2.1em;
}

a img { 
    border: none;
}

a {
    color: inherit;
    text-decoration: none; 
}

hr {
    margin:5px 0 15px 0;
    background:#858585;
    height:1px;
    border:0;
}

.clr {
    clear:both;
}
.footerSpace{
    height: 0px;
}
.carouselMargin{
    margin-top: 5px;
    margin-left: 30px;
}
.clearfloat { 
    clear: both;
    height: 0;
    line-height: 0px;
    border: none;
    background: none no-repeat;
}
.download_history_table span[id^='downloading']{
display:none;
margin-bottom:3px;
}
.logo {
    width: 300px;
    float:left;
    padding: 1.5em 0;
    height: 60px;
}
.headerLogo{
    max-width: 100%;
}
.logo a {
    font-size: 14px;    
}

.left {
    float: left;
    margin-left: 15%;
    text-align: center;
}

.disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.menu .b_right a {
    padding-left: 20px;
    padding-right: 20px;
}

.b_right {
    border-left:solid .1em #353b45;
    padding: 8px 0;
}

.b_right a {
    color: #fff !important;    
}

.wrapper_class {
    margin-left: 290px;
}

.f_left {
    float:left;
    margin: 2% 0% 7% 1%;
}

#content_ul {
    margin: 0;
    padding:0px;
    list-style: none;
}

#content_ul > li {
    margin: 3% 1% 0% 3%;
    padding:0px;
    float:left;
    list-style:none;
}

.number {
    position:absolute;
    width:38px;
    height:36px;
    padding-top:5px;
    background:url(../img/no_bg.png) no-repeat center;
    margin: -14px 0 0 -10px;
    font-size:20px;
    color:#fff;
}

.btn {
    background:#353b45;
    padding:5px 15px;
    color:#fff;
    border-radius: .5em;
    font-size:1.4em;
    margin-left: 3em;
}

input, textarea, select {
    font: 100% Arial, Helvetica, sans-serif;
    vertical-align: middle;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
    text-align: left;
}

.link-download {    
    padding: 0px 12px 1px 0px;
    float: left;
    margin-top: 0;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

.ebook-details .link-download {
    float: none;
}

.download_btn {
    padding: 7px 20px;
    background: #353b45;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
}

.loader_img {
    width:15px !important;
    height:15px !important;
}

.facebookLike {
    margin-bottom: 10px;
}

.separator {
    height:30px;
}

.sidebox {
    margin-bottom: 16px;
    overflow: hidden;
}

.sidebox .holder {
    width: 100%;
    font-size: 1.2em;
}

.sidebox .frame {
    width: 300px;
    padding: 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sidebox .frame a:hover {
    text-decoration: underline;
}

.sidebox legend {
    text-align: center;
    color: #ffffff;
    width: 100%;
    font-size: 12px;
    padding: 7px 0;
}

/* CakePHP Specific */
div#flashMessage {
    padding: 10px;
    margin: 0px 13px 10px 11px;
    border: 1px dashed #888;
    background: #eee;
    font-size: 14px;
}
div.flash-error {
    color: #bf0000;
    background: #ffbfbf !important;
    border-color: #bf0000 !important;
}
div.flash-warning {
    color: #725600; 
    background: #ffffbf !important;
    border-color: #bfbf00 !important;
}
div.flash-success {
    color: #00bf00;
    background: #dfffbf !important;
    border-color: #00bf00 !important;
}
div.error-message {
    color: #bf0000;
    font-weight: bold;
}

/************** CSS for Login ************/
.login-wrapper {  
    border:none; 
    padding: 0px 0px 10px 0px;    
    margin: 20px 0px;
}

#loginText {
    width:100%;
    font-size: 1.2em;
}

#loginText p:first-child {
    margin: 0;
    line-height: 16px;
}

#loginText h3 {
   background: #fff;
   color: #353b45;
   border-radius: 0;
}

#loginText p ,#loginText ul {
    text-align: left;   
    line-height: 30px;
}

#loginText ul li a {
        text-decoration: underline;
    color: #0080ff;
}

#UserLoginForm input, #UserLoginForm input[type="password"], #login input, #login input[type="password"], #UserMndloginForm input, #UserMdloginForm input, #UserCloginForm input {
    float: right;
    width: 50%;
    margin: 0;
    padding: 0;
    border: 0;
    border:1px solid #e7e7e7;
    height: 24px;
    outline: 0;
    -webkit-appearance: none;
    border-radius:0;
    padding-left: 5px;
}

#UserLoginForm input[type="submit"], #login input[type="submit"], #UserMndloginForm input[type="submit"], #UserMdloginForm input[type="submit"], #UserCloginForm input[type="submit"]{
    float: right;
    width: 24%;
    border: 0;
    background: #e7e7e7;
    -webkit-appearance: none;
    border-radius:0;
    font-size: 1.2em;
    height: 2em;
    width: 6em; 
    color: #000;
}

/****** library chooser **/

/************ CSS for Pages ************/
.bannerCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#aboutBox {
    font-size:16px;
    width:100%;
    height: 20px;
    text-align: center;
    line-height:20px;
}

#aboutUs p {
    text-align: justify;
}

#termsBox {
    float:left;
    font-size:16px;
    width:100%;
    height: 20px;
    text-align: center;
    line-height:20px;
    color: #333;   
    margin-bottom: 10px;
}
.termsApproval{
        overflow: auto;
    height: 200px;
    border: 1px solid #ccc;
    margin: 10px;
    padding: 5px;
    text-align: justify;
}

#terms {
    clear: both;
    font-size: 13px;
    margin: 10px;
    min-height: 375px;
    color: #333;
}
#terms p {
    margin-bottom: 10px;
    text-align: justify;
}
#privacy-policy-box {
    /*float: left;*/
    font-size: 18px;
    width: 100%;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #333;
    background: none;
    border-radius: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 0 10px;
}
#privacy-policy {
    /*clear: both;*/
    font-size: 16px;
    margin: 10px;
    min-height: 375px;
    color: #333;
}
#privacy-policy p, #privacy-policy address {
    font-size: .8125em;
    margin-bottom: 10px;
    text-align: justify;
}
#privacy-policy a {
    color: #0000EE;
}
#privacy-policy > h4 {
    font-size: 1em;
    margin-bottom: 6px;
    margin-top: 30px;
}

.all_category_list {
    border-radius: 8px; 
    overflow:hidden;
}

.category_header {
    background: #343A46;
    font-size: 25px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px;
    display: none;
}

.listed_categories {
    margin: 15px 44px;    
    overflow:hidden;
}

.category-list {
    width:300px;
    background:url(../img/bg-c-category.gif) repeat;
    overflow:hidden;
    display: inline-block;
}

.category-list .holder {
    width:100%;
    height:100%;
    background:url(../img/bg-t-category.gif) no-repeat;
}

.category-list .frame {
    padding:20px 10px;
    background:url(../img/bg-b-category.gif) no-repeat 0 100%;
    color:#fff;
    overflow:hidden;
    text-align:center;
}

.category-list h2 {
    margin: 0;
    font:bold 1.35em/1.1176em Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #343a46; 
}

.category-list a {
    text-decoration:none;
}

/*** Library Chooser ****/

.class_table {
  width: 50%;
  float:left;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.class_table legend {
    width:100%;
    text-align: center;
}

/****************** Book List ****************/
.promo-image {
    width:100%;
    position:relative;
}

.promo-image:after {
    content:'';
    display:block;
    clear:both;
}

.promo-image img {
    display:block;
}

.promo-image .started-box {
    position:absolute;
    right:68px;
    bottom:0;
    width:350px;
    border:1px #d4d4d4 solid;
    background:#fff;
    overflow:hidden;
}

.promo-image .started-box .heading {
    width:336px;
    position:relative;
    background:#c62134 url(../img/bg-title-red.gif) repeat-x 0 100%;
    padding:3px 2px 5px 12px;
    overflow:hidden;
}

.promo-image .started-box h2 {
    margin:0;
    font:bold 1.1818em/1.46em Helvetica, Arial, sans-serif;
    color:#fff;
    text-transform:uppercase;
    text-align:center;
}

.promo-image .started-box h2 a {
    color:#fff;
    text-decoration:none;
    text-align:center;
}

.promo-image .started-box h2 a:hover {
    text-decoration:underline;
}

.promo-image .started-box .content-box {
    margin:0 6px 0 5px;
    padding:6px 0 0;
    background:url(../img/bg-content-started.gif) repeat-x 0 100%;
    height:1%;
    font-size:1.3636em;
    line-height:1.2em;
    color:#313842;
    text-align:center;
    overflow:hidden;
}

.promo-image .started-box p {
    margin:0 0 4px;
}

.promo-image .started-box img {
    display:block;
}

#main {
    width:100%;
    min-height:500px;
}

.main-holder {    
    width: 100%;
    display: table;
    min-height: 250px;
    margin-bottom: 30px;
}

#main:after, .main-holder:after {
    content:'';
    display: block;
    clear: both;
}

#main .main-holder .container .content {
    width: 70%;
}
.cat-breadcrumbs {
    margin: 0 0 13px;
    padding: 0;
    list-style: none;
    width: auto;
    overflow:hidden;
    font-size: 1.3em;
    line-height:1.583em;
    color: rgba(0, 0, 0, 0.3);
    float: left;
}

#lang-breadcrumb{
    border-bottom: 1px solid #e7e7e7;
}

#lang-breadcrumb a{
    cursor: pointer;
    color: #353b45;
}

#lang-breadcrumb a:hover {
    color: #353b45;
}

.cat-breadcrumbs li {
    padding: 0 3px;
    float: left;
}

.cat-breadcrumbs a {
    color: #353b45;
}

.cat-breadcrumbs a:hover {
    text-decoration: underline;
    color: #353b45;   
}

.breadcrumbs {
    margin: 0 0 13px;
    padding: 0;
    list-style: none;
    width: 100%;
    overflow:hidden;
    font-size: 1.3em;
    line-height:1.583em;
    color: rgba(0, 0, 0, 0.3);
}

.breadcrumbs li {
    padding: 0 3px;
    float: left;
}

.breadcrumbs a {
    color: #353b45;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.backToList{
    color: black;
}
#downloading{
    display:none;
    margin-bottom:3px;
}
.pageHeader{
    color: #353B45;
    text-align: center;
}

.container {
    width: 100%;
    padding-bottom: 200px;
}

.container .content {
    padding:3px 0 2px;
    width:548px;
    float:left;
}

.container:after {
    content:'';
    display:block;
    clear:both;
}

.content .book-list {
    padding:0;
    list-style:none;
}

.book-list {
    padding:0;
    list-style:none;
}

.container .content .book-list {
    width: 650px;
}

.imprints-add-space {
    height: 400px;
    overflow: auto;
}

.imprints-add-more-space {
    height: 850px;
    overflow: auto;
}

.book-list li {
    margin: 3% 1% 2.6% 3%;
    float: left;
    position: relative;
    z-index: 1;
    vertical-align:top;
}

.book-list li:hover {
    z-index:10;
}

.book-list img {
    display: block;
    height: 162px;
    width: 120px;
    /*** showing shadow around book ***/
    background-color: rgb(68,68,68); /* Needed for IEs */
    zoom: 1;
    border: 1px solid #c3c3c3;
}

#downloading img {
    height:auto;
    width:auto;
}

.book-list .num {
    position: absolute;
    top: -9px;
    left: -11px;
    width: 35px;
    height: 36px;
    font: bold 17px/27px Helvetica, Arial, sans-serif;
    color: #fff;
    background: url("../img/no_bg.png") no-repeat scroll center center transparent;
    text-align: center;
}

.book-list .popup {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:absolute;
    width: 275px;
    z-index:800;
    color:#000;
    display:none;
    left: -79px;
    top: 170px;
    background:#fff;
    border:1px solid #e7e7e7;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.05);
    box-shadow: 1px 1px 1px rgba(0,0,0,.05);
    padding: 10px 10px 19px 10px;
}

.book-list .popup:before,.book-list .popup:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.book-list .popup:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 16px;
    margin-left: -16px;
}
.book-list .popup:before {
    border-color: rgba(225, 225, 225, 0);
    border-bottom-color: #e1e1e1;
    border-width: 17px;
    margin-left: -17px;
}

.book-list .last-popup:before,.book-list .last-popup:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.book-list .last-popup:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 16px;
    margin-left: -16px;
}

.book-list .last-popup:before {
    border-color: rgba(225, 225, 225, 0);
    border-bottom-color: #e1e1e1;
    border-width: 17px;
    margin-left: -17px;
}

.book-list .last-popup {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:absolute;
    left: -79px;
    top: 170px;
    width: 275px;
    z-index: 800;
    color: #000;
    display: none;
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 10px 10px 19px 10px;
}

.book-list .pop-popup {
    position: absolute;
    top: -105px;
    left: 161px;
    z-index: 800;
    color: #000;
    display:none;
    overflow:hidden;
    width:auto;
}

.book-list .last-popup .text .download .pop-popup, .book-list .pop-popup .download .text .pop-popup, .book-list .popup .download .pop-popup,  .book-list .popup .downloaded .pop-popup { 
    margin-top: 0;
    width: 232px;
    top: -106px;
    left: 5px;
    border: 1px solid #ddd;
    background: #fff;
}

.password {
    margin-bottom: 10px;
    height: 24px;
    line-height: 24px;
    font-size: 1.2em;
    text-align: right;
}

#UserLoginForm .password label {
    margin-right: 18px;
}

#login .password label {
    margin-right: 35px;
}
.bx-viewport{
    width:68%;
    /*float:left;*/
    margin: 0 auto;
    }
.bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    top: 336px;
    width: 150px;
    left:30%;
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;

    margin-top: 3%;
    padding-top: 0px;
    width: 100% !important;
}
.bx-wrapper .bx-loading {
    min-height: 50px;
    /*background: url(images/bx_loader.gif) center center no-repeat #fff;*/
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */



.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background:url(img/slider_dot_gre.png) no-repeat center;
    text-indent: -9999px;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background:url(img/slider_dot_red.png) no-repeat center;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    /*background: url(images/controls.png) no-repeat 0 -32px;*/
}

.bx-wrapper .bx-next {
    right: 10px;
    /*background: url(images/controls.png) no-repeat -43px -32px;*/
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    /*background: url(images/controls.png) -86px -11px no-repeat;*/
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    /*background: url(images/controls.png) -86px -44px no-repeat;*/
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

/* jquery.ias code */
@CHARSET "UTF-8";

.ias_loader, .ias_trigger {
    text-align:center;
    width:100% !important;
    height:15px !important;
    background: url('../img/loader.gif') no-repeat center center;
}

.ias_trigger a:link,
.ias_trigger a:visited {
    padding: 4px 50px;

    background-color: #f9f9f9;
    border: solid 1px #ddd;
    border-radius: 2px;

    font: bold 12px Arial, sans-serif;
    color: #555;
    text-decoration: none;
}

.ias_trigger a:hover,
.ias_trigger a:active {
    border-color: #ccc;
}

.ias_loader img{
    display: none;
}
/* END jquery.ias code */
/*JQUERY AUTOCOMPLETE START*/
.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    /* 
    if width will be 100% horizontal scrollbar will apear 
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /* 
    it is very important, if line-height not setted or setted 
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    overflow: hidden;
}

.ac_loading {
    background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #0A246A;
    color: white;
}
/*JQUERY AUTOCOMPLETE END*/
.menu .last-popup {
    position:absolute;
    left: -259px;
    top: -16px;
    width: 280px;
    z-index: 800;
    padding-top: 10px;
    background: url(../img/bg-t-popup.png) no-repeat 16px 0;
    color: #000;
    display: none;
    overflow: hidden;
}

.top-nav .pop-popup {
    position: absolute;
    left: -259px;
    top: -16px;
    width: 280px;
    z-index: 800;
    padding-top: 10px;
    background: url(../img/bg-t-popup.png) no-repeat 16px 0;
    color: #000;
    display: none;
    overflow: hidden;
}
.downloadingImg{
    display:inline;
}
.author-info li:hover .pop-popup {
    display: block;
    top: -129px;
}

.book-list .popup .hold,.book-list .popup .frame {
    width: 100%;
    overflow: hidden;
}

.book-list .last-popup .hold,.book-list .last-popup .frame, .menu .last-popup .hold,.menu .last-popup .frame {
    width: 100%;
    overflow: hidden;
}

.book-list .pop-popup .hold,.book-list .pop-popup .frame, .top-nav .pop-popup .hold,.top-nav .pop-popup .frame, .result-list .pop-popup .hold {
    overflow: hidden;
}

.book-list .popup .frame {
    padding: 0;
}

.book-list .last-popup .frame, .menu .last-popup .frame, .result-list .last-popup .frame {
    padding: 0;
}

.book-list .pop-popup .frame, .top-nav .pop-popup .frame, .result-list .pop-popup .frame {
    padding: 0;
}


.book-list .pop-popup .text, .result-list .pop-popup .text {
    padding: 0 25px 0 10px;
}
.book-list .pop-popup .text {
    /*padding: 0 25px 0 10px;*/
    padding: 10px;
    min-height: 57px;
    text-align:left;
    font-weight: normal;
    line-height: 14px;
}
.result-list .pop-popup .text {
    padding: 10px;
    min-height: 57px;
    text-align: left;
    font-weight: normal;
    line-height: 14px;
}
.menu .last-popup .text {
    padding: 0 25px 0 37px;
    width: 218px;
    background: url(../img/bg-arrow-last-popup.png) no-repeat 15px -3px;
    min-height: 130px;
}

.top-nav .pop-popup .text {
    padding: 0 25px 0 37px;
    min-height: 20px;
}

.book-list .popup h2 {
    margin: 0 0 5px;
    font: bold 1.2727em/1.2em Helvetica, Arial, sans-serif;
    color: #000;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 5px;
}

.book-list .last-popup h2, .menu .last-popup h2 {
    margin: 0 0 5px;
    font: bold 1.2727em/1.2em Helvetica, Arial, sans-serif;
    color: #000;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 5px;    
}

.book-list .pop-popup h2, .top-nav .pop-popup h2 {
    margin: 0 0 1px;
    font: bold 1.2727em/1.2em Helvetica, Arial, sans-serif;
    color: #000;
    border: 0;
    padding-bottom: 0;
}

.book-list .popup .name {
    display: block;
    font-size: 1.0909em;
}

.book-list .last-popup .name, .menu .last-popup .name {
    display: block;
    font-size: 1.0909em;
}

.book-list .pop-popup .name, .top-nav .pop-popup .name {
    display: block;
    font-size: 1.0909em;
}

.book-list .popup .name a {
    color: #000;
}

.book-list .last-popup .name a, .menu .last-popup .name a {
    color: #000;
}

.book-list .pop-popup .name a, .top-nav .pop-popup .name a {
    color: #000;
}

.book-list .popup p {
    margin: 0 0 8px;
    font-size: 14px;
}

.book-list .last-popup p {
    margin:0 0 8px;
    font-size: 14px;
}

.book-list .pop-popup p {
    margin: 0 0 8px;
}

.menu .last-popup p {
    margin: 0 0 8px;
    text-align:left !important;
}

.top-nav .pop-popup p {
    margin:0 0 8px;
    text-align:left !important;
}

.rating-box {
    margin-bottom: 15px;
    width: 100%;
    font-size:12px;
    line-height:16px;
    height:30px;
}

.rating-box .rating {
    margin-right:15px;
}

.rating-box .rating img {
    display:block;
}

.rating-box a {
    color: #313842;
}

#ratethis {
    padding-top: 8px;
    float:left;
    padding-right: 5px;
}

#ratearea {
    padding-left: 100px;
    padding-top: 6px;
}
#ratethis2 {
    padding-top: 8px;
    float:left;
    padding-right: 5px;
}

#ratearea2 {
    padding-left: 100px;
    padding-top: 6px;
}
#ratethis3 {
    padding-top: 8px;
    float:left;
    padding-right: 5px;
}

#ratearea3 {
    padding-left: 100px;
    padding-top: 6px;
}

.slide .rating-box #ratearea {
    float: left;
    padding-top: 10px;
    margin-left:0px;
}

.slide .rating-box #ratethis {
    float: left;
    padding-top: 10px;
    padding-left:0px;
}

.slide .rating-box #ratearea2 {
    float: left;
    padding-top: 10px;
    margin-left:0px;
}

.slide .rating-box #ratethis2 {
    float: left;
    padding-top: 10px;
    padding-left:0px;
}

.slide .rating-box #ratearea3 {
    float: left;
    padding-top: 10px;
    margin-left:0px;
}

.slide .rating-box #ratethis3 {
    float: left;
    padding-top: 10px;
    padding-left:0px;
}

#content_ul .popup .text .link-download .download, #content_ul .popup .text .link-download .downloaded {
    float: none;
    display: block;
}

.like-holder {
    margin-bottom: 100px;
    height: 55px;
    overflow: hidden;
}

.rating-box .rating {
    width:100%;
}

.like-holder .like {
    margin-left:33px;
    float:left;
}

.like-holder span.link {
    margin:2px 0 0 4px;
    padding-left:9px;
    float:left;
    font-size:12px;
    line-height:16px;
    background:url(../img/separator03.gif) no-repeat 0 5px;
}

.like-holder span.link a {
    color:#313842;
}

.link-more {
    padding-bottom:12px;
    text-align:right;
    width:100%;
    font-size:1.3em;
    overflow:hidden;
    padding-top: 20px;
}

.container .link-more {
    top:-12px;
    position:relative;
}

.container .link-more a {
    margin-right:6px;
    float:right;
}

.container .link-more a#prev {
    margin-left:6px;
    float:left;
}

.recommended-block .heading {
    width:100%;
    background:#406db8 url(../img/bg-c-heading-library.gif) repeat-y;
    color:#fff;
    text-align:center;
    overflow:hidden;
}

.recommended-block .heading .frame {
    padding:5px 60px 5px 5px;
    min-height:17px;
    background:url(../img/bg-b-heading-library.gif) no-repeat 0 100%;
    overflow:hidden;
}

.recommended-block .heading h3 {
    margin: 0;
    font-size: 1.1818em;
    line-height: 1.3076em;
}

.recommended-block .content .hold {
    padding: 10px;
    height: 1%;
    background: #fcfaf8 url(../img/bg-c-content-library.gif) repeat-x 0 100%;
    border: 1px #e3e3e3 solid;
    border-width: 0 1px;
    overflow: hidden;
}

.recommended-block {
    margin:25px -49px 25px -50px;
    width:923px;
    position:relative;
    overflow:hidden;
}

.recommended-block .heading {
    background: url(../img/bg-c-heading-recommended.gif) repeat-y;
}

.recommended-block .heading .hold {
    background: url(../img/bg-t-heading-recommended.gif) no-repeat;
}

.recommended-block .heading .frame {
    background:url(../img/bg-b-heading-recommended.gif) no-repeat 0 100%;
    padding-right:5px;
}

.recommended-block .content {
    margin-left:1px;
    width:920px;
    padding-bottom:2px;
    background:url(../img/bg-b-content-recommended.gif) no-repeat 0 100%;
}

.recommended-block .content .hold {
    padding:19px 19px 6px;
    background:#fcfaf8 url(../img/bg-c-content-library.gif) repeat-x 0 100%;
}

.recommended-list {
    margin:0 0 10px -48px;
    padding:0;
    list-style:none;
    width:925px;
}

.recommended-list:after {
    content:'';
    display:block;
    clear:both;
}

.recommended-list li {
    margin:0 0 5px 48px;
    float:left;
    display:inline;
    position:relative;
}

.recommended-list img {
    display:block;
}

.recommended-list li .num, .book-info .image-box .num {
    position: absolute;
    top: -13px;
    left: 35px;
    width: 36px;
    height: 36px;
    font: bold 17px/27px Helvetica, Arial, sans-serif;
    color: #fff;
    background: url("../img/no_bg.png") no-repeat scroll center center transparent;
    text-align: center;
}

.recommended-block .link-more {
    padding: 0;
}

.recommended-block .link-more a#next {
    float: right;
    margin-right: 6px;
}

.recommended-block .link-more a#prev {
    display: none;
    float: left;
    margin-left: 6px;
}

.book-info {
    margin:3px 0 50px;
    border-bottom: solid rgb(231, 231, 231) 2px;
    width:100%;
    #min-height:550px;
    #height:550px !important;
    #height:auto !important;
    #height:550px;
}

.book-info:after {
    content:'';
    display:block;
    clear:both;
}

.book-info .image-box {
    width:200px;
    padding:6px 0px 0 2px;
    float:left;
    position:relative;
    min-height: 330px;
}

.book-title{
    color: dodgerblue;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.book-info .image-box .image {
    padding-bottom: 22px;
}

.book-info .image-box img {
    display:block;
    background-color: rgb(68,68,68);
}

.book-info .image-box .num {
    top:-5px;
    left:-8px;
}

.book-info .image-box .link-download {
    width:180px;
    padding:0;
    font-size: 1.3em;
    line-height: 14px;
    float: none;
}

.book-info .image-box .link-download .download, .book-info .image-box .link-download .downloaded  {
    background: #b51d2e;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display:block;
    margin-bottom:3px;
}

.book-info .image-box .link-download .download form, .book-info .image-box .link-download .downloaded form {
    text-align: center;
}

.book-info .image-box .link-download #downloading {
    line-height: 30px;
    background: #b51d2e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.book-info .image-box .link-download #downloading img {
    position: absolute;
    left: 25px;
    top: 8px;
}

.book-info .image-box .link-download #downloading label {
    color: #fff;
}

.book-info .image-box .link-download .download .author-info, .book-info .image-box .link-download .downloaded .author-info {
    margin: 0;
}

.book-info .text-info {
    min-height:323px;
    display: inline-block;
    float: left;
    text-align: justify;
    width: 79%;
    font-size: 1.3em;
    overflow: visible;
}

.book-info h2 {
    margin:0 0 5px;
    font-size:1.272em;
    line-height: 1.3571em;
    color: #313842;
}

.book-info h2 a,.book-info .name a {
    color: #313842;
}

.book-info .name {
    margin-bottom:1px;
    display:block;
    font:bold 1.0909em/1.583em Helvetica, Arial, sans-serif;
    color:#313842;
}

.book-info .text-info p {
    margin:0 0 15px 0;
    /*margin:0 0 15px 21px;*/
}

.book-info .rating-box {
    margin-top:18px;
}

.container .aside {
    width:266px;
    float:right;
    padding-top:3px;
}

/*******************EOF Book List ***********/

/**Book Detail *******/
.author-info-left {
    float: left;
    width: 55px;
    display: inline-block;
}
.author-info-left-author {
    float: left;
    width: 47px;
    display: inline-block;
}
.author-info-left-edit {
    float: left;
    width: 50px;
    display: inline-block;
}
#multipleAuthors{
    width: 62px;
}
.bookDetailPubYear{
    font-weight:lighter;
    font-size:12px;
}
/*.main_description p {
    margin: 0 0 15px 21px;
}*/

.main_description{
    margin:0px !important;
}
.main_description i{
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: italic;
    font-size: 100%;
    border: 0 none;
    outline: 0;
}
.main_description ul,li {
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
}
.noBook{
    font-size:15px;
}
/******************* wrapper **********************/

.wrapper {
    width:80%; 
    padding-bottom: 1.5em;
    margin: 0 auto;
}

#header {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}

.line {
    border-top: solid rgb(231, 231, 231) 5px;
    padding-top: 10px;
    width: 100%;    
}

#content_ul .content {
    border-top: none;
}
/************* start of menu ************/
.menu {
    padding: 7em 0 1em;   
    position: relative;
    float: right;
    z-index: 10;
}

.menu ul {
    margin: 0;
    padding: 0;
}

.menu li {
    list-style: none;
    display: inline-block;
}

.menu a {   
    color: #353b45;
    line-height: 100%;        
    font-size: 1.4em;
    padding: 8px 12px;

}
.obc-menu a {
    padding: 6px 12px !important;
}

.menu a:hover {
    color: #fff;
    background: #353b45;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
}

.menu .current a {
    background: #353b45;
    color: #fff;
    border-radius: 5px;
}
/************* end of menu ************/


/********************* slider ******************/
.slider2 .slide .like-holder {
    margin-left:0px;
}

.headerPicContainer {
    background:none repeat scroll 0% 0% rgb(231, 231, 231);
    padding:2em 0 0 0;
}

.bannerimgbox {
    float:left;
    margin-right:1%;
    margin-top:-5px;
    /*margin-left: 2%;*/
}

.bannerimgbox .num {
    position: absolute;
    width: 78px;
    left: -3px;
    top: -3px;
    height: 38px;
    font: bold 1.7em/1.7em Helvetica, Arial, sans-serif;
    color: #fff;
    background: url("../img/token_banner.png") no-repeat scroll center center transparent;
    text-align: center;
    padding: .176470588em .058823529em 0 0;
}
.editors_picks_label{
    display: block;
    -ms-transform: translateY(150px)  rotate(-90deg); /* IE 9 */
    -webkit-transform: translateY(150px)  rotate(-90deg); /* Chrome, Safari, Opera */
    transform:translateY(150px)  rotate(-90deg);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px;
    position: absolute;
    cursor: pointer;
    height: 15px;
    margin-left: -35px;
    font-size: 13px;
    font-style: italic;
    color: #FFFFFF;
    background: #353b45;
    letter-spacing: 2px;
}

.editors_picks_img {
    margin-top: 170px;
}

.bx-wrapper img {
    /*float:left !important;*/
    max-width:251px;
    margin-bottom: 1em;
    max-height: 330px;
    margin-right: 5px;
        max-width: 100%;
    display: block;
}
.slide .bannerimgbox .link-download{
    padding-left: 60px;
    width: 180px
}
.slide .bannerimgbox .link-download #downloading{
    line-height: 27px;
    background: #353b45;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    position: relative;
    width: 177px;
    margin-top: 3px;
}
.slide .bannerimgbox .link-download #downloading img{
    position: absolute;
    left: 25px;
    top: 6px;
}
.slide .bannerimgbox .link-download #downloading .downloadcolor{

    font-size: 1.2em;
    color: #FFF;
    padding-left: 20px;
}
.websiteDescription a:hover {
    text-decoration: underline;
}

.websiteDescription a {
    text-decoration: none;
}

.websiteDescription {
    width: 55%;
    padding: 0 .5em 2em 0;
    float: left;
    margin-left: .5em;
    margin-bottom:10px;
}
.websiteDescriptionMainDescription{
    font-size: 1.4em;
} 
.websiteDescription p {
    font-size: 1.4em;
}

.featuredPubYear{
    font-weight:lighter;
    font-size:13px;
}

.bookPubYear{
      font-weight:lighter;
    font-size:10px;  
}

.catList {
    list-style: none outside none;
    margin-top: 5px;
    margin-bottom: 1em;
    padding: 0;
}

.catList li {
    margin-top:5px;
}
.carouselCatName{
    font-size: 11px;
}
.pubAuthCatHeaders{
    font-size: 11px;
}
.catName {
    /*color:#000;*/
    font-size:12px;

}
.catList a:hover{
        text-decoration:underline;
}
span.blackbold {
    font-weight:bold;
    color:#000;
}

.selectArea {
    display: none;
}

select.select {
    position: relative;
    z-index: 10;
    width: 100px;
    height: 30px;
    line-height: 26px;
    cursor: pointer;
}

span.select {
    background: url("../img/select_item.png") no-repeat scroll right center #FFFFFF;
    border: medium none;
    border-radius: 6px 6px 6px 6px;
    color: #989999;
    cursor: pointer;
    font-size: 12px;
    margin: 8px 0 7px -96px;
    padding: 6px;
    position: absolute;
    width: 90px;
    z-index: 1;
}

.filter {
    margin-left: 5px;
}

#advanceSearch-form {
    padding: 10px 0 0 0;
    margin: 0 auto;
}

.row input {
    margin: 5px 0;
}

.author-info {
    list-style: none;
    padding: 0;
    margin: 5px 0;
}

.author-info li {
    display: inline;
    padding-right: 6px;
    position: relative;
    margin: 0;
    padding: 0;
}

.author-info .popup {
    position: absolute;
    left: 80px;
    top: -65px;
    width: 265px;
    z-index: 800;
    padding-top: 14px;
    background: url(../img/bg-t-popup.png) no-repeat 16px 0;
    color: #000;
    display: none;
    overflow: hidden;
}

.author-info li:hover .popup {
    display: block;
}

.author-info .popup .hold,.author-info .popup .frame {
    width: 100%;
    padding-bottom: 15px;
    background: url(../img/bg-b-popup.png) no-repeat 16px 100%;
    overflow: hidden;
}

.author-info .popup .frame {
    padding:0;
    background:url(../img/bg-c-popup.png) repeat-y 16px 0;
}

.author-info .popup .text {
    padding:0 25px 0 37px;
    width:203px;
    background:url(../img/bg-arrow-popup.png) no-repeat 0 40px;
    min-height:90px;
}
.author-info .popup .text i{
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: italic;
    font-size: 100%;
    border: 0 none;
    outline: 0;
}
.author-info .popup .text ul,li {
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
}
.author-info .popup h2 {
    margin: 0 0 1px;
    font: bold 1.2727em/1.2em Helvetica, Arial, sans-serif;
    color: #000;
}

.author-info .popup .name {
    display: block;
    font-size: 1.0909em;
}

.author-info .popup .name a {
    color: #000;
}

.author-info .popup p {
    margin: 0 0 8px;
}

/* Selects */
.selectArea {
    position: relative;
    height: 20px;
    float:left;
    color: #4677bd;
    font-size: .6875em;
    line-height: 1.25em;
}

#header .form-row .selectArea {
    margin: 2px 0 0 2px;
    width: 107px;
    color: #acb3bf;
}

.homepage #header .language .selectArea {
    color: #4677BD;
}
.sidebox .search-form .selectArea {
    font: italic 14px/29px Helvetica, Arial, sans-serif !important;
    color: #524f4c;
    width: 157px;
}
#header .language .selectArea {
    width: 100px;
    float: right;
}
.selectArea .left {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #fff;
    display: none;
}

.sidebox .search-form .selectArea .left {
    width:7px;
    height:30px;
    background:url(../img/bg-select-search.png) no-repeat 0 -40px;
}

.selectArea a.selectButton {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 20px;
    background: #fff url(../img/bg-select.png) no-repeat 100% -50px;
}

#header .form-row .selectArea a.selectButton {
    width: 33px;
    background-position: 0 0;
}

.homepage #header .language a.selectButton {
    background-position: 100% -25px;
}

.sidebox .search-form .selectArea a.selectButton {
    width: 23px;
    height: 30px;
    background: url(../img/bg-select-search.png) no-repeat 100% -40px;
}
.selectArea .center {
    height: 20px;
    line-height: 20px;
    display: block;
    margin: 0 16px 0 5px;
    text-align: right;
    background: #fff;
    color: #4677BD;
}
#header .form-row .selectArea .center {
    margin-right: 33px;
}
.sidebox .search-form .selectArea .center {
    margin: 0 23px 0 7px;
    height: 30px;
    line-height: 29px;
    text-align: left;
    background: url(../img/bg-select-search.png) repeat-x;
}
.selectArea .center img {
    float:left;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
    position: absolute;
    background-color: #fff;
    display: block;
    z-index: 900;
    font-size: 11px;
}
.optionsDivInvisible {
    display: none;
}
.optionsDivVisible ul {
    margin:0;
    padding:0;
    overflow:hidden;
    list-style: none;
}
.optionsDivVisible ul li {
    float:left;
    width:100%;
    text-align:right;
}
.optionsDivVisible a {
    color: #4677bd;
    overflow:hidden;
    text-decoration: none;
    display: block;
    height:1%;
    padding: 2px 16px 2px 2px;
}
.drop-filter a {
    padding-right:33px !important;
    color:#acb3bf;
}
.homepage .drop-lang a {
    color:#ae1928;
}
.optionsDivVisible a img {
    border:none;
    float:left;
}

/***********side bar ***********/
.sidebar {
    margin-top:20px; /* 720px/960px  */
    background:#e5e5e5;
    border-radius:8px;
    min-width:200px;
    width: 25%;
    float:left;
}

.sidebar .menu {
    z-index: 10;
}

.sidebar .menu li {
    list-style:none;
    height:42px;
    width:98%;
    padding: 0;
}

.sidebar .menu li a {
    display:block;
    height:27px;
    width:97%;
    padding: .6875em 1em .1875em 1.0625em;
    font-size:1.6em;
    color: #353c46;
}

.sidebar .menu li:hover {
    background:url(../img/left_nav_bg.png) repeat-x;
}

.sidebar .menu li a:hover {
    background: url(../img/left_nav_hover_bg.png) center right no-repeat;
    font-weight:bold;
}

.sidebar .menu li.current {
    width:96%;
    background:url(../img/left_nav_bg.png) repeat-x;
}
.sidebar .menu .current a {
    background:  url(../img/left_nav_hover_bg.png) center right no-repeat;
    font-weight:bold;
}

/********** footer ********/
#footer {
    background: none repeat scroll 0% 0% rgb(229, 229, 229); 
    width:100%;
    margin: 0 auto;
    color: rgb(50, 57, 67);
    font-weight: bold;
    overflow-x:  hidden;
    overflow-y: hidden;
    position: relative;
}

#footer h2 {
    margin: 0;
    padding: 0;
    position: absolute;
    height: 60px;
    line-height: 60px;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #353b45;
}

.footer_box1 {
    background: none repeat scroll 0% 0% rgb(229, 229, 229);
    float: left;
    width: 200px;
    padding: 0px 1%;
}

.footer_box1 p {
    text-align: left;
}

.footer_box2 {
    background: none repeat scroll 0% 0% rgb(229, 229, 229);
    float: right;
    width: 38%;
    margin-right: -10px;
}

#footer .footer_box2_1, #footer .footer_box2_2 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

#footer .footer_box2_1, #footer .footer_box2_2 {
    text-align: center;
    float: right;
    width: 100%;
}

#footer .footer_box2_1 {
    width: 93%;
}

#footer .footer_box2_1 div, #footer .footer_box2_2 div {
    float: left;
    list-style: none;
    text-align: left;
    padding: 2% 0%;
    font-size: 14px;
}

#footer .footer_box2_1 div, #footer .footer_box2_2 div {
    padding-bottom: 5px;
    float: right;
    margin: -10px 10px 10px;
}

#footer a {
    font-size: 11px;
    text-decoration: none;
    
}

/** Questions Tables **/
div.index {
    float: left;
    padding: 10px 2%;
}

.question_list {
    color: #666;
    font-size: 13px;
    padding: 0;
    width: 819px;
    text-align: left;
    min-height: 700px;
}
.section{
    font-size: 15px;
}
.question {
    cursor: pointer;
    font-size: 13px;
    position: relative;
}

.answer {
    color: #666;
    display: none;
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
}

.answer p {
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.questions table, .sections table, .related table {
    background: #fff;
    border-right:0;
    clear: both;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
}
.questions th, .sections th, .related th {
    border:0;
    border-bottom:2px solid #555;
    text-align: left;
    padding:4px;
}
.questions th a, .sections th a, .related th a {
    display: block;
    padding: 2px 4px;
    text-decoration: none;
}
.questions th a.asc:after, .sections th a.asc:after, .related th a.asc:after {
    content: ' ⇣';
}
.questions th a.desc:after, .sections th a.desc:after, .related th a.desc:after {
    content: ' ⇡';
}
.questions table tr td, .sections table tr td, .related table tr td {
    background: #fff;
    padding: 6px;
    text-align: left;
    vertical-align: top;
    border-bottom:1px solid #ddd;
}
.questions table tr:nth-child(2n) td, .sections table tr:nth-child(2n) td, .related table tr:nth-child(2n) td {
    background: #e9f7fd;
}
.questions table .altrow td, .sections table .altrow td, .related table .altrow td {
    background: #e9f7fd;
}
.questions td.actions, .sections td.actions, .related td.actions {
    text-align: center;
    white-space: nowrap;
}
.questions table td.actions a, .sections table td.actions a, .related table td.actions a {
    margin: 0px 6px;
    padding:2px 5px;
}

/** Scaffold View **/
.questions dl, .sections dl, .related dl {
    line-height: 2em;
    margin: 0em 0em;
    width: 100%;
}
.questions dl .altrow, .sections dl .altrow, .related dl .altrow {
    background: #e9f7fd;
}
.questions dt, .sections dt, .related dt {
    font-weight: bold;
    padding-left: 4px;
    vertical-align: top;
}
.questions dd, .sections dd, .related dd {
    margin-left: 10em;
    margin-top: -2em;
    vertical-align: top;
}

/** Forms **/
.questions form, .sections form, .related form {
    clear: both;
    margin-right: 20px;
    padding: 0;
    width: 95%;
}
.questions fieldset, .sections fieldset, .related fieldset {
    border: 1px solid #ccc;
    margin-bottom: 1em;
    padding: 16px 20px;
}
.questions fieldset legend, .sections fieldset legend, .related fieldset legend {
    background:#fff;
    color: #e32;
    font-size: 100%;
    font-weight: bold;
}
.questions fieldset fieldset, .sections fieldset fieldset, .related fieldset fieldset {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 16px 10px;
}
.questions fieldset fieldset legend, .sections fieldset fieldset legend, .related fieldset fieldset legend {
    font-size: 100%;
    font-weight: normal;
}
.questions fieldset fieldset div, .sections fieldset fieldset div, .related fieldset fieldset div {
    clear: left;
    margin: 0 20px;
}
.questions form div, .sections form div, .related form div {
    clear: both;
    margin-bottom: 1em;
    padding: .5em;
    vertical-align: text-top;
}
.questions form .input, .sections form .input, .related form .input {
    color: #444;
}
.questions form .required, .sections form .required, .related form .required {
    font-weight: bold;
}
.questions form .required label:after, .sections form .required label:after, .related form .required label:after {
    color: #e32;
    content: '*';
    display:inline;
}
.questions form div.submit, .sections form div.submit, .related form div.submit {
    border: 0;
    clear: both;
    margin-top: 10px;
}
.questions label, .sections label, .related label {
    display: block;
    font-size: 100%;
    margin-bottom:3px;
}
.questions input, textarea, .sections input, textarea, .related input, textarea {
    clear: both;
    width:98%;
}
.questions select, .sections select, .related select {
    clear: both;
    font-size: 80%;
    vertical-align: text-bottom;
}
.questions select[multiple=multiple], .sections select[multiple=multiple], .related select[multiple=multiple] {
    width: 100%;
}
.questions option, .sections option, .related option {
    font-size: 100%;
    padding: 0 3px;
}
.questions input[type=checkbox], .sections input[type=checkbox], .related input[type=checkbox] {
    clear: left;
    float: left;
    margin: 0px 6px 7px 2px;
    width: auto;
}
.questions div.checkbox label, .sections div.checkbox label, .related div.checkbox label {
    display: inline;
}
.questions input[type=radio], .sections input[type=radio], .related input[type=radio] {
    float:left;
    width:auto;
    margin: 0 3px 7px 0;
}
.questions div.radio label, .sections div.radio label, .related div.radio label {
    margin: 0 0 6px 20px;
}
.questions input[type=submit], .sections input[type=submit], .related input[type=submit] {
    display: inline;
    font-size: 90%;
    width: auto;
}
.questions form .submit input[type=submit], .sections form .submit input[type=submit], .related form .submit input[type=submit] {
    background:#eeeeee;
    background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    border-color: #ccc;
    color: #000;
}
.questions form .submit input[type=submit]:hover, .sections form .submit input[type=submit]:hover, .related form .submit input[type=submit]:hover {
    background:#e1e1e1;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#c1c1c1));
    background-image: -moz-linear-gradient(top, #e1e1e1, #e1e1e1);
}

.questions a, .sections a, .related a {
    text-decoration: underline;
    color: #0080ff;
}

/* added styles */
.bx-controls.bx-has-pager {
    margin: 0 auto;
    width: 65%;
}

.bx-pager.bx-default-pager {
    
    margin: 0 auto;
}
.wrapper {
    position: relative;
}

.bx-wrapper .bx-pager {
    position: static;
}

.link-download {
    padding: 0;
    margin-bottom: 0;
    padding-left: 15px;
}

.download_btn {
    padding: 0;
    display: block;
    padding: .58333333em;
    width: 170px;
    margin: 0 auto;
    font-size: 1.2em;
}

select.filter.select.outtaHere {
    z-index: 10;
    opacity: 100 !important;
    -webkit-appearance: none;
    border-width: 0;
    color: #989999;
    font-size: 12px;
    margin-top: 0;
    height:26px;
    width:110%;
    background: none;   
}

@-moz-document url-prefix() {
    select.filter.select.outtaHere {
        padding-top: 5px;
    }
}

select.select.outtaHere {
    opacity: 100 !important;
    -webkit-appearance: none;
    border-width: 0;
    color: #989999;
    font-size: .75em;
    margin-top: 0;
    height:26px;
    padding-left: .625em;
    background: none;
    width: 120%;
}

select.select.language {
    width: 50%;
}


span.select {
    display: none;
}

.row input[type=text] {
    margin: 5px 0;
    width: 100%;
    border: 0;
    height: 24px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.input.text {

    text-align: right;
}

#floating-category-container {
    width: 100%;
    height: auto;
    position: fixed;
    bottom:0;
    z-index: 100;
}

#fc-left-arrow {
    position: absolute;
    left:-30px;
    top: 50%;
    background: url(../img/subcat-scroll-arrows.png);
    width: 10px;
    height: 12px;
    margin-top: -6px;
}

#fc-right-arrow {
    position: absolute;
    right: -30px;
    top: 50%;
    background: url(../img/subcat-scroll-arrows.png) -10px 0;
    width: 10px;
    height: 12px;
    margin-top: -6px;
}

#floating-category-container .wrapper {
    width: 930px;
    margin: 20px auto 20px auto;
    background: #fff;
    height: 74px;
    box-shadow: inset 0 0 5px rgba(0,0,0,.4);
    position: relative;
    border: 1px solid #e5e5e5;
    overflow-x: visible;
    overflow-y: visible;
    padding-top: 0;
    padding-bottom: 0;
}

#floating-category-container .wrapper .banner {
    position: absolute;
    left: -10px;
    top:-10px;
    background: url(../img/floating_sub_cat/banner.png);
    width: 187px;
    height: 30px;
}

#floating-category-container .wrapper #category-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    margin-top: 29px;
    margin-left: 15px;
    margin-right: 15px;
    height: 30px;
    padding-bottom: 7px;
}

@media screen and (min-width:0\0) {

    #floating-category-container .wrapper #category-scroll  {
        padding-bottom: 3px;
    }

}

#floating-category-container .wrapper #category-scroll ul {
    margin: 0;
    padding: 0;
    width: 3000px;
    height: 30px;   
}

#floating-category-container .wrapper #category-scroll li {
    float: left;
    margin: 0 25px 0 0;
    list-style: none;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #353b46;
    font-size: 16px;
    background: url(../img/floating_sub_cat/red-arrow.png) no-repeat 0 3px;
    padding-left: 10px;
}

#floating-category-container .wrapper #category-scroll li a:hover {
    text-decoration: underline;
}

.footer_box1 {
    float:left;
    width:200px;
    height:160px;
    padding:0;
}
.footer_box2 li {
    margin-bottom:7px;
}
#footer li a {
    font-size:14px;
    font-weight: normal;
}   
.footer_box2 {
    float:left;
    width:152px;
    height:160px;
}
.red_text a {
    color:#ac1a29;
}
    
#footer {
    position: fixed;
    bottom: 0;
    z-index: 100;
    height: 60px;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.5);
    box-shadow: 0 0 4px rgba(0,0,0,.5);
}

#footer .wrapper {
    padding: 0;
}

#footer-nav {
    position: absolute;
    left:50%;
    top: 23px;
    margin-left: -220px;
}

@media screen and (min-width: 1025px) {
    #footer-nav.footer-logged-in {  
        margin-left: -300px;
    }
}

#footer-nav ul {
    margin: 0;
    padding: 0;
}

#footer-nav li {
    float: left;
    list-style: none;
    font-size: 11px;
    color: #353b45;
    padding-left: 9px;
    padding-right: 9px;
}

#footer-nav li a {
    color: #353b45;
    font-size: 12px;
}

#footer-nav li a:hover {
    text-decoration: underline;
}

#apple-icon {
    display: block;
    position: absolute;
    width: 17px;
    height: 20px;
    right: 30px;
    top: 19px;
    background: url(../img/footer-sm-icons.png);
}

#android-icon {
    display: block;
    position: absolute;
    width: 16px;
    height: 19px;
    right: 0;
    top: 20px;
    background: url(../img/footer-sm-icons.png) -18px 0;
}
.ui-stars-star-img
{
  float: left;
  display: block;
  overflow: hidden;
}
.ui-stars-star,
.ui-stars-cancel {
  float: left;
  display: block;
  overflow: hidden;
  cursor: pointer;
  text-indent: -999em;
}
.ui-stars-star-img a,
.ui-stars-star a,
.ui-stars-cancel a {
  width: 16px;
  height: 15px;
  display: block;
  background: url(../img/jquery.ui.stars.gif) no-repeat 0 0;
}
.ui-stars-star-img a,
.ui-stars-star a {
  background-position: 0 -32px;
}
.ui-stars-star-on a {
  background-position: 0 -48px;
}
.ui-stars-star-on-img a {
  background-position: 0 -48px;
  cursor: default !important;
}
.ui-stars-star-hover a {
  background-position: 0 -64px;
}
.ui-stars-cancel-hover a {
  background-position: 0 -16px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
  cursor: default !important;
}
@media screen and (max-width:800px) {

    #floating-category-container {
        display: none;
    }
    
}

@media screen and (min-width:320px) and (max-width:800px), screen and (device-width:320px) {

    body.logged-out .menu {
        border: none;
    }

    .menu a {   
        display: block;
        padding: 8px 0;
    }
    
    body.logged-out .menu a {
        padding: 8px 10px;
    }
    
    .sidebar .menu {    
        display: block;
    }
    
    .bx-viewport {  
        width: 100%;
        float: none;
    }

    .link-download {
        padding-left: 0;
    }
    
    .websiteDescription {
        width: 100%;
        padding: 0;
        margin-left: 0;
        margin-top: 0;
    }
    
    .websiteDescription h1 {
        width: auto;
    }
    
    .bx-controls.bx-has-pager {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .sidebar {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    
    select.select.language {
        width: 47%;
    }
    
    #mobile-category-menu-container {
        padding: 10px;
    }
    
    #mobile-category-menu-container select {
        width: 100%;
    }
    
    .questions.index {
        float: none;
    }
    
    .question_list {
        width: 100%;
    }
    
    .question {
        margin: 0;
    }
    
    .section {  
        padding: 0;
    }
    
    .answer {   
        margin-left: 0;
    }
    
    .category-list .frame {
        padding: 15px;
        font-size: 1.2em;
    }
    
    .category-list h2 {
        margin: 0;
    }
    
    .footer_box1, .footer_box2 {
        height: auto;
    }
    
    .footer_box1 ul,.footer_box2 ul {
        padding: 0;
    }

}


@media screen and (min-width: 320px) and (max-width: 1024px) {
  .logo {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .subcat-item {
    display: none;
  }
    #floating-category-container {
        display: block;
        position: static;
        box-sizing: border-box;
        margin-top: 10px;
    }

    #floating-category-container .wrapper { 
        width: 100%;
        box-shadow: none;
        height: auto;
        margin: 0 auto;
        position: relative;
    }    
 #floating-category-container .wrapper::before {
    content: "";
    width: 9px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #353b45;
  }
    #floating-category-container .wrapper #category-scroll {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    padding-bottom: 10px;
    padding-top: 10px;
  }
    #floating-category-container .wrapper #category-scroll ul {
        width: 100%;
        height: auto;
        text-align: left;
    }    

    #floating-category-container .wrapper #category-scroll li {
        float: none;
        background: none;
        margin-bottom: 5px;
            padding-left: 0;
    margin-right: 0;
    }    
    #floating-category-container .wrapper #category-scroll li .subcat-toggle-btn {
        display: block;
        position: absolute;
        right: 10px;
        top: 5px;
        text-indent: -9999px;
        background: url(../img/mobile-menu-icon.png);
        width: 15px;
        height: 12px;
        cursor: pointer;
    }
    #floating-category-container .wrapper #category-scroll li a {
        display: block;
        text-decoration: none;
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
    }
    #floating-category-container .wrapper #category-scroll li a:hover {
        text-decoration: none;
    }
}


@media screen and (min-width: 1285px) {
    
    .mobile-menu,.mobile-login,#mobile-category-menu-container {
        display: none;
    }
    
    li.mobile-nav-toggle {
        display: none;
    }
}


.sidebar .menu {
    padding:0;
    float: none;
}

.sidebar .menu li {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.sidebar .menu li:hover {
    background:none;
    background:#b8b7b7;
}

.sidebar .menu li a,.sidebar .menu .current a {
    margin:0;
    padding:0;
    padding: 1.25em 1em;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: block;
    position: relative;
}


.sidebar .menu li a:hover,.sidebar .menu li.current a:hover {
    background: none;
}

.sidebar .menu li a:hover:before,.sidebar .menu li.current a:hover:before {
    content: "";
    position: absolute;
    right: -8px;
    top:0;
    width: 0;
    height: 0;
    border-left:8px solid #b8b7b7;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
}

.sidebar .menu li.current {
    width: 100%;
    background:none;
    background:#b8b7b7;

}

.sidebar .menu .current a {
    background: none; 
    background:#b8b7b7;
}

.sidebar .menu .current a:before {
    content: "";
    position: absolute;
    right: -8px;
    top:0;
    width: 0;
    height: 0;
    border-left:8px solid #b8b7b7;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
}

.sidebar .menu li.lonely-planet a, 
.sidebar .menu li.lonely-planet.current a, 
.sidebar .menu li.lonely-planet a:hover {
    background-image: url(../img/Lonely_Planet_logo.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}
.sidebar .menu li.lonely-planet.current a {
    background-color: #f5f5f5;
}
.sidebar .menu li.lonely-planet:hover {
    background: none;
    background: #f5f5f5;
}
.sidebar .menu li.lonely-planet a:hover:before, 
.sidebar .menu li.lonely-planet.current a:hover:before,
.sidebar .menu li.lonely-planet.current a:before {
    border-left: 8px solid #f5f5f5;
}

.sidebar .menu li.lonely-planet.current {
    background: #f5f5f5;
}
.download_btn {
    margin-bottom: 3px;
}

.loginfields .input.text {
    height: 26px;
    line-height: 24px;
    font-size: 1.2em;
    overflow: auto;
}

#LibraryCountry {
    width: 136px;
}

.loginfields a {
    text-decoration: none;
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: right;
    font-size: .8em;
    color: #999;    
}

.loginbtn {
    margin-top: 0;
    margin-bottom: 10px;
}

#login .loginbtn, #UserMdloginForm .loginbtn, #UserMndloginForm .loginbtn, #UserCloginForm .loginbtn {
    margin-top: 20px;
}

.holder_chooser .input.select {
    text-align: right;
}

.loginbtn .submit {
    text-align: right;
}

.leftaside {
    font-size: 1.2em;
}

.autoscrollnav li {
    display: none;
}

label {
    color: #000;
}

.rightaside {
    padding-top: 10px;
}

.rightaside .sidebox .frame {
    width: 100%;
}

.rightaside .sidebox .holder .frame {
    margin-left: 10px;
    margin-top: 0;
}

.sidebox .frame {
    padding: 0 13px 10px 15px;
    height: 1%;
    color: #000;
    overflow:hidden;
}

#LibraryChooserForm input, .selectArea .center {
    color: #353C46;
    font-size:14px;
    width: 67%;
    outline: 0;
}

#LibraryChooserForm  .submit input{
    color: #000000;
    width:50%;
    float:right;
    margin-left:0%;
    padding: 2%;
}

.rightaside {
    width: 48%;
    float:left;
}

.leftaside #LibraryCountry{
    width: 69%;
    margin-left:4px;
}

#UserForgotPasswordForm #UserUsername {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    border:1px solid #e7e7e7;
    height: 24px;
    margin-left: 5px;
    padding-left: 5px;
    outline: 0;
}

#UserForgotPasswordForm input[type="submit"] {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-appeareance: none;
    background: #e7e7e7;
    color: #000;
    padding: 5px 10px;
    font-size: 1.2em;
}

#UserForgotPasswordForm label {
    font-size: 1.2em;
}

.rightaside legend {
    float:left;
    margin-left:30px;
    font-size: 12px;
}

.book-image {
    position: absolute;
    left: 8px;
    top: 8px;
}

.book-image img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.popup .link-download,.last-popup .link-download {
    width: 100%;
    padding: 0;
    line-height: 30px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.popup .link-download > a,.last-popup .link-download > a {
    background: #b51d2e;
    line-height: 35px;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}

#recent-downloads {
    display: none;
}

.my_history_sec {
    text-align: left;
    padding-bottom: 100px;
}

#my_history {
    position: relative;
}

table {
    border-spacing: 0;
}
#my_history thead th {
    border-bottom: 1px solid #e7e7e7;
}
.download_history_table{
    border-spacing: 0 10px;
}
.download_history_table_headers{
    font-size: 12px;
     padding-bottom : 5px;
}
#download_history_table tr:nth-child(even) {
    background-color: #eee;
}
.downloadcolor{
    margin-top:-5px;
}
.list-sec {
    min-height: 538px;
}

.list-sec thead th h2 {
    font-size: 1em;
    font-weight: bold;
    color: #333;
}

.list-sec tbody th a {
    font-weight: normal;
}

.list-sec tbody th a:hover,.list-sec tbody td a:hover {
    text-decoration: underline;
}

.sub-menu {
    position: absolute;
    right: 0;
    top: 24px;
    z-index: 100;
}

.sub-menu.logged-out {
    top: 75px;
}

.sub-menu ul {
    margin: 0 30px 0 0;
    padding: 0;
}

.sub-menu li {
    float: left;
    list-style: none;
    padding-left: 15px;
    font-size: 1.1em;
    color: #353b45;
}

.sub-menu li a  {
    color: #353b45;
    text-decoration: none;
}

.sub-menu li a:hover {
    text-decoration: underline;
}

.sub-menu.logged-out li a {
    color: #fff;
}

body.top-downloads,body.new-arrivals,body.listing,body.search-results,body.authors  {
    padding-bottom: 600px;
}

#search-results-text-container {
    font-size: 1.4em;
    padding-left: 24px;
}

#downloader_form {
    line-height: 13px;
}

.book-li .cost,.book-li .download {
    display: block;
    line-height: 13px;
}

.book-li .cost {
    display: block;
    padding: 10px 10px 10px 10px;
}

.book-li .download {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 1px;
}

.book-li .downloaded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 1px;
}
.book-li .download,.book-li .downloaded, .book-li #downloading {
    background: #b51d2e;
    color: #fff;
}

.book-li #downloading {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    height: 33px;
}

.book-li #downloading img {
    position: absolute;
    left: 10px;
    top: 8px;
    background: none;
    border: none;
}

.book-li #downloading label {
    color: #fff;
    vertical-align: middle;
}

.book-info .image-box .link-download .download .text, .book-info .image-box .link-download .downloaded .text {
    /*padding: 0;*/
    text-align: left;
    font-weight: normal;
    background: #fff;
    /*padding: 0 10px 10px;*/
    padding: 10px;
    width: 100%;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.book-info .image-box .link-download .download .frame, .book-info .image-box .link-download .download .hold, .book-info .image-box .link-download .download .popup{
    background:none;
}

.book-info .image-box .link-download .downloaded .frame, .book-info .image-box .link-download .downloaded .hold, .book-info .image-box .link-download .downloaded .popup {
    background:none;
}
.book-info .image-box .link-download .download .popup p, .book-info .image-box .link-download .downloaded .popup p {
    line-height: 14px;
}

.book-info .image-box .link-download .download .popup {
    left: 147px;
}
.book-info .image-box .link-download .downloaded .popup {
    left: 110px;
}
#my_history table {
    width: 100%;
}

#my_history thead {
    text-align: left;
}

#my_history thead h2 {
    font-size: 1.3em;
    font-weight: bold;
}

#my_history tbody {
    text-align: left;
    font-size: 1.3em;
}

#my_history tbody th {
    font-weight: normal;
}

.popup .author-info li,.last-popup .author-info li  {
    float: none;
    text-align: center;
    display: block;
}
.popup .author-info li a,.last-popup .author-info li a {
    float: none;
    text-align: center;
    display: block;
}

.slider2 {
    width: 3000%!important;
}

.language-pipe {
    border-left: 1px solid #999;
}

#UserCard,#UserPin {
    float: right;
}

@media screen and (min-width:320px) and (max-width: 1024px) {
    .language-pipe {
        border-left: none;
    }
}

/*#login .input.text {
    text-align: left;
}*/

#login .input.text label {
    margin-right: 5px;
}
#login .password label {
    margin-right: 4px;
}
#UserCloginForm .input.text label {
    margin-right: 5px;
}
#UserCloginForm .password label {
    margin-right: 5px;
}
#UserMdloginForm label {
    margin-right: 3px;
}

#UserMdloginForm .loginfields .input.text, #UserMndloginForm .loginfields .input.text {
    height: auto;
}

#UserMdloginForm #UserCard, #UserMdloginForm #UserPin, #UserMndloginForm #UserCard {
    width: 150px;
}

#UserMndloginForm .input.text label{
     margin-right: 4px;
}

#UserLoginForm .input.text label {
    margin-right: 18px;
}

.question-mark-icon {
    height: 24px;
    width: 24px;
    background: #fff url(../img/question_mark.png) center no-repeat;
    position: absolute;
    top: -6px;
    right: 0;
}
.question-mark-tooltip {
    display: none;
    background: #fafafa none repeat scroll 0 0;
    box-shadow: 0 0 4px #aaa;
    color: #707070;
    display: none;
    font-size: 12px;
    max-width: 400px;
    line-height: 16px;
    padding: 10px;
    position: absolute;
    right: 40px;
    top: -10px;
    width: 385px;
    z-index: 11102;
}

.question-mark-tooltip.active {
    display: block;
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
    .question-mark-icon {
        top: 18px;
    }
    .question-mark-tooltip {
        top: 10px;
    }
      .bannerimgbox {
    float: left;
    width: 290px;
  }
  #footer h2 {
    position: absolute;
    left: 10px;
  }
  #footer #android-icon {
    right: 10px;
  }
  #footer #apple-icon {
    right: 40px;
  }
  .sub-menu {
    margin-top: 24px;
  }
  .sub-menu ul {
    float: right;
  }
}

@media screen and (max-width: 1024px) {
    .question-mark-icon {
        top: 5px;
        right: 5px;
    }
    .question-mark-tooltip {
        top: 1px;
        right: 40px;
        max-width: 200px;
        width: 90%;
    }
}

#colorbox .link1-holder {
    background-color: #353b45;
}
#colorbox h2 {
    background-color: #353b45;
    color: #fff;
    margin: 0;
    padding: 0 0 0 20px;
    height: 50px;
    line-height: 50px;

}
#colorbox h3 {
    border-radius: 0;
    margin: 20px 0;
    padding: 0 0 0 20px;
    font-size: 1.8em;
    font-weight: normal;
    line-height: 2.8em;
}
#colorbox h4 {
    margin: 0 0 0 20px;
}

#colorbox .link1-holder {
    color: #fff;
    display: block;
    text-align: right;
    padding: 50px 20px 0 0;
    position: relative;
}
#colorbox .link1-holder a#skip {
    display: block;
    color: #fff;
    background: url(../img/close_button.png) no-repeat top right;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
#colorbox .link1-holder a#skipPopup {
    display: block;
    text-align: right;
    height: 50px;
    line-height: 55px;
    float: right;
    font-size: .9em;
    cursor: pointer;
}
#colorbox .link1-holder a#skipPopup:hover {
    text-decoration: underline;
}

#colorbox .link2-holder a#skip {
    display: inline-block;
    color: #fff;
    background-color: #353b45;
    cursor: pointer;
    margin: 20px 0 0 20px;
    text-align: center;
    font-size: 1em;
    height: 3em;
    line-height: 3em;
    padding: 0 15px;
    border-radius: 3px;
    float: left;
}
#colorbox .link2-holder a#skipPopup {
    display: block;
    text-align: left;
    color: #353b45;
    font-size: 1em;
    cursor: pointer;
    line-height: 3em;
    margin: 20px 0 0 20px;
    float: left;
}
#colorbox .link2-holder a#skipPopup:hover {
    text-decoration: underline;
}
#colorbox ol {
    padding-right: 20px;
}
@media screen and (max-width: 550px) {

    #colorbox .link1-holder a#skipPopup {
        position: absolute;
        top: 0;
        left: 20px;
    }
}

/* Styling for the wishlist add and remove buttons on the book details page */
.wishlist-remove, .wishlist-add {
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px;
    font-size: 13px;
    color: #fff;
    line-height: 30px;
    background-repeat: no-repeat;
    padding-left: 20px;
    display: block;
    text-align: center;
}
.wishlist-remove {
    background-color: #353b46;
    background-image: url(../img/wishlist_white_remove.png);
    background-position: 20px 50%;
}
.wishlist-add {
    background-color: #b51d2e;
    background-image: url(../img/wishlist_white_add.png);
    background-position: 40px 50%;
}
.processing-wishlist-add, .processing-wishlist-remove {
    margin-top: 15px;
    height: 30px;
    display: none;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
}
.processing-wishlist-remove {
    background-color: #353b46;
    background-image: url('../img/loader-blue.gif');
}
.processing-wishlist-add {
    background-color: #b51d2e;
    background-image: url('../img/loader-red.gif');
}

/*Styling for the remove button on the wishlist page*/
.wishlist-remove-text {
     padding-top: 0;
     padding-bottom: 0;
}
.wishlist-remove-text a {
    background-image: url(../img/wishlist_blue_remove.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
}
td.wishlist-download{
 padding: 0; 
}
/*td.wishlist-download:last-child{
 padding-left: 10px; 
}
td.wishlist-download:first-child{
 padding-left: 0px; 
}*/
/*.wishlist-download li{
background: #b51d2e;
    color: #fff;
    font-weight: bold;
    font-size: .7em;
    line-height: 30px;
    padding: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}*/

#my_history table .wishlist-download-download-button{
    padding: 0;
border-collapse: collapse;
width: 100%;
}
#my_history table .wishlist-download-download-button td{
padding: 0px 4px 0px 0px;
margin: 0;
/*width: 25%;*/
white-space: nowrap;
display: inline-block;
}



.wishlist-download .author-info .popup {
    position: absolute;
    /*left: 45px;*/
    right: 50px;
    left: -230px;
    top: -35px;
    width: 225px;
    z-index: 800;
    padding-top: 2px;
    background: white;
    color: #000;
    display: none;
    overflow: hidden;
    border: 1px solid #ddd;
}

.wishlist-download .author-info li:hover .popup {
    display: block;
}

.wishlist-download .author-info .popup .hold,.wishlist-download .author-info .popup .frame {
    width: 100%;
    padding-bottom: 2px;
     background: none;
    overflow: hidden;
}

.wishlist-download .author-info .popup .frame {
    padding:0;
     background: none;
}

.wishlist-download .author-info .popup .text {
    padding:0 4px 0 4px;
    width:220px;
     background: none;
    min-height:90px;
}
.wishlist-download .author-info .popup .text i{
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: italic;
    font-size: 100%;
    border: 0 none;
    outline: 0;
}
.wishlist-download .author-info .popup .text ul,li {
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
}
.wishlist-download .author-info .popup h2 {
    margin: 0 0 1px;
    font: bold 1em/1.2em Helvetica, Arial, sans-serif;
    color: #000;
}

.wishlist-download .author-info .popup .name {
    display: block;
    font-size: 1.0909em;
}

.wishlist-download .author-info .popup .name a {
    color: #000;
}

.wishlist-download .author-info .popup p {
    margin: 2px 0 0 0;
    /*margin: 0 0 8px;*/
    white-space: normal;
    font-size: 14px;
    line-height: 14px;
}







.wishlist-download #downloading{
    line-height: 22px;
    background: #b51d2e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    position: relative;
    margin-top: 3px;
    /*margin-right: 10px;*/
    z-index: 2;
}
.wishlist-download #downloading img{
    position: absolute;
    left: 2px;
    top: 3px;
}
.wishlist-download #downloading .downloadcolor{
    font-size: .7em;
    color: #FFF;
    padding-left: 20px;
}
.wishlist-download ul.author-info{
    padding: 0;
    margin: 0;
}

.wishlist-add-link, .wishlist-remove-link {
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    margin-top: -1px;
    padding: 1px 0 1px 22px;
}
.wishlist-add-link {
    background-image: url(../img/wishlist_blue_add.png);
}
.wishlist-remove-link {
    background-image: url(../img/wishlist_blue_remove.png);
}
.wishlist-add-link:hover, .wishlist-remove-link:hover {
    text-decoration: underline;
}
.processing-wishlist-link {
    background-image: url('../img/loader.gif');
    height: 18px;
    width: 15px;
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    display: inline-block;
}
#wishlist-header-title {
    width: 50%;
    text-align: left;
}
#wishlist-header-author {
    width: 30%;
    text-align: left;
}
#wishlist-header-download {
    width: 10%;
    text-align: left;
}
#wishlist-header-status {
    width: 10%;
    text-align: left;
}
.wishlist-title {
    width: 50%;
    text-align: left;
}
.wishlist-author {
    width: 40%;
    text-align: left;
}
.wishlist-status {
    width: 10%;
    text-align: left;
}
#wishlist-table tr:nth-child(even) {
    background-color: #eee;
}
#wishlist-table tr a:hover {
    text-decoration: underline;
}
.wishlist-download .download li a, .wishlist-download .downloaded li a{
background: #b51d2e;
    color: #fff;
    font-weight: bold;
    font-size: .7em;
    line-height: 30px;
    padding: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}
#wishlist-table tr td.wishlist-download .download .author-info li a:hover{
    text-decoration: none;
}
#wishlist-table tr td.wishlist-download .downloaded .author-info li a:hover{
    text-decoration: none;
}
.download_history_table_headers{
    font-size: 12px; padding-bottom : 5px; text-align:left
}
.websiteDescription .rating-box {
    width: 220px;
    float: left;
}
.popup .wishlist-remove, .popup .wishlist-add {
    margin-top: 10px;
    padding-left: 20px;
    font-weight: normal;
}
.popup .wishlist-remove {
    background-position: 52px 50%;
}
.popup .wishlist-add {
    background-position: 72px 50%;
}
.popup .processing-wishlist-add, .popup .processing-wishlist-remove {
    margin-top: 10px;
}
a.imprintName:hover {
    text-decoration: underline;
}
a.authorName:hover {
    text-decoration: underline;
}

#solr-list.book-list .book-li {
    display: inline-block;
    margin: 15px;
    position: relative;
}

.book-list {
    margin: 0 auto;
}
#sort-form {
    text-align: right;    
    margin: 0 auto;
    width: 1858px;
    clear: left;
    float: right;
}

#solr-list.book-list {
    width: 1858px;
    min-height: 500px;
}


/*general styles for all CSS Checkboxes*/
input[type=checkbox].css-checkbox {
    display:none;
}

.css-label{
    background-image:url(../img/web-two-style1.png);
}

/*specific classes related to Checkbox skins*/

input[type=checkbox].css-checkbox.sme + label.css-label.sme {
    padding-left:22px;
    height:16px; 
    display:inline-block;
    line-height:16px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:15px;
    vertical-align:middle;
    cursor:pointer;
}

input[type=checkbox].css-checkbox.sme:checked + label.css-label.sme{

    background-position: 0 -16px;
}
input[type=checkbox].css-checkbox.lrg + label.css-label.lrg {
    padding-left:22px;
    height:20px; 
    display:inline-block;
    line-height:20px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:12px;
    vertical-align:middle;
    cursor:pointer;
}

input[type=checkbox].css-checkbox.lrg:checked + label.css-label.lrg{

    background-position: 0 -20px;
}

.patronRating{
    margin-left: 10px;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;font: 12px Verdana,Arial,Helvetica,sans-serif}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(../img/overlay.png) 0 0 repeat;}
#cboxOverlay{background: #EEE;}
#colorbox{
    outline: 0;
    border: 1px solid #000;
}

    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxLoadingOverlay{background:url(../img/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(../img/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../img/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}


/* COLOR PICKER */
.colorpicker {
    width: 356px;
    height: 176px;
    overflow: hidden;
    position: absolute;
    background: url(../img/colorpicker_background.png);
    font-family: Arial, Helvetica, sans-serif;
    display: none;
}
.colorpicker_color {
    width: 150px;
    height: 150px;
    left: 14px;
    top: 13px;
    position: absolute;
    background: #f00;
    overflow: hidden;
    cursor: crosshair;
}
.colorpicker_color div {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: url(../img/colorpicker_overlay.png);
}
.colorpicker_color div div {
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    overflow: hidden;
    background: url(../img/colorpicker_select.gif);
    margin: -5px 0 0 -5px;
}
.colorpicker_hue {
    position: absolute;
    top: 13px;
    left: 171px;
    width: 35px;
    height: 150px;
    cursor: n-resize;
}
.colorpicker_hue div {
    position: absolute;
    width: 35px;
    height: 9px;
    overflow: hidden;
    background: url(../img/colorpicker_indic.gif) left top;
    margin: -4px 0 0 0;
    left: 0px;
}
.colorpicker_new_color {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 213px;
    top: 13px;
    background: #f00;
}
.colorpicker_current_color {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 283px;
    top: 13px;
    background: #f00;
}
.colorpicker input {
    background-color: transparent;
    border: 1px solid transparent;
    position: absolute;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #898989;
    top: 4px;
    right: 11px;
    text-align: right;
    margin: 0;
    padding: 0;
    height: 11px;
}
.colorpicker_hex {
    position: absolute;
    width: 72px;
    height: 22px;
    background: url(../img/colorpicker_hex.png) top;
    left: 212px;
    top: 142px;
}
.colorpicker_hex input {
    right: 6px;
}
.colorpicker_field {
    height: 22px;
    width: 62px;
    background-position: top;
    position: absolute;
}
.colorpicker_field span {
    position: absolute;
    width: 12px;
    height: 22px;
    overflow: hidden;
    top: 0;
    right: 0;
    cursor: n-resize;
}
.colorpicker_rgb_r {
    background-image: url(../img/colorpicker_rgb_r.png);
    top: 52px;
    left: 212px;
}
.colorpicker_rgb_g {
    background-image: url(../img/colorpicker_rgb_g.png);
    top: 82px;
    left: 212px;
}
.colorpicker_rgb_b {
    background-image: url(../img/colorpicker_rgb_b.png);
    top: 112px;
    left: 212px;
}
.colorpicker_hsb_h {
    background-image: url(../img/colorpicker_hsb_h.png);
    top: 52px;
    left: 282px;
}
.colorpicker_hsb_s {
    background-image: url(../img/colorpicker_hsb_s.png);
    top: 82px;
    left: 282px;
}
.colorpicker_hsb_b {
    background-image: url(../img/colorpicker_hsb_b.png);
    top: 112px;
    left: 282px;
}
.colorpicker_submit {
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(../img/colorpicker_submit.png) top;
    left: 322px;
    top: 142px;
    overflow: hidden;
}
.colorpicker_focus {
    background-position: center;
}
.colorpicker_hex.colorpicker_focus {
    background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
    background-position: bottom;
}
.colorpicker_slider {
    background-position: bottom;
}
/* END colorpicker css */
/* BEGIN SEARCH.CSS */
.scrollToTop{
    padding: 10px; 
    text-align:center; 
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position:fixed;
    bottom: 60px;
    right: 20px;
    display: none;
    background-color: #fff;
    border-radius: 1px;
}
.scrollToTop:hover{
    text-decoration: none;
}
#sort-select {
    font-size: 1em;
    padding-bottom: 2px;
    padding-top: 1px;
    margin-right: 25px;
    width: 110px;
}
#sort-order label {
    font-size: 1em;
}
#sort-order  {
    float: right;
    margin-top: 5px;
}
#facet-box {
    background-color: #E5E5E5;
    border-radius: 3px;
    width: 210px;
    /*height: 500px;*/
    float: left;
    overflow: hidden;
    padding-bottom: 10px;
}

/* ID search-page css */
#search-page a:hover {
    text-decoration: underline;
    color: #00f;
}
#search-page .see-more {
    margin-left: 10px;
    color: blue;
}
#search-page #more-less {
    /*border: 1px solid #000;*/
    height: 78px;
    overflow:hidden;
}
#search-page .result-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: right;
}
#search-page .result-list .popup{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 275px;
    z-index: 800;
    color: #000;
    display: none;
    left: -79px;
    top: 170px;
    background: #fff;
    border: 1px solid #e7e7e7;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.05);
    box-shadow: 1px 1px 1px rgba(0,0,0,.05);
    padding: 10px 10px 19px 10px;
}
#search-page .result-list .popup .rating-box .rating{
    width: 170px;
}
#search-page .result-list li {
    display: inline-block;
    vertical-align: top;
    margin: 15px 1.5% 15px 1.5%;
    padding: 0;
    width: 120px;
    position: relative;
}
#search-page .result-list li .popup .author-info li{
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    width: 200px;
    position: relative;
}
.result-list .popup .text .link-download .download {
    float: none;
    display: block;
}
#search-page .result-list li .download,#search-page .result-list li .downloaded{
    background: #b51d2e;
    color: #fff;
}
#search-page .result-list li .cover-art {
    width: 120px;
    border: 1px solid #c3c3c3;
    background-color: rgb(68, 68, 68);
}
#search-page .result-list li p {
    margin: 2px 0 0 0;
}
#search-page .result-list li a:hover {
    text-decoration: underline;
}
#search-page .result-list li .title-link {
    font-weight: bold;
}
#search-page .result-list li .popup a{
    text-decoration: none;
    color: #000;
}
#search-page .result-list li .popup a:hover{
    text-decoration: none;
}
#search-page .result-list li .popup .link-download a{
    color: #fff;
}
#search-page .result-list li .popup .author-info,.result-list .last-popup .author-info li  {
    float: none;
    text-align: center;
    display: block;
        background: #b51d2e;
    border-radius: 5px;
}
#search-page .result-list li .popup .author-info li a{
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    background-repeat: no-repeat;
    display: block;
    text-align: center;
}
/*#search-page .result-list li .popup .author-info li a{
    text-decoration: none;
    color: #FFF;
}
#search-page .result-list li .popup .author-info li a:hover{
    text-decoration: none;
}*/
/*.result-list .popup .download .pop-popup .text {
      padding: 0 25px 0 10px;
      min-height: 57px;
      text-align: left;
      font-weight: normal;
      line-height: 14px;
}*/
.result-list .popup .hold,.result-list .popup .frame {
    width: 100%;
    overflow: hidden;
}
.result-list .pop-popup p {
     margin: 0 0 8px;
}

.result-list .pop-popup {
    position: absolute;
    top: -105px;
    left: 161px;
    z-index: 800;
    color: #000;
    display:none;
    overflow:hidden;
    width:auto;
}

.result-list .last-popup .text .download .pop-popup, .result-list .pop-popup .download .text .pop-popup, .result-list .popup .download .pop-popup, .result-list .popup .downloaded .pop-popup { 
    margin-top: 0;
    width: 232px;
    top: -90px;
    left: -17px;
    border: 1px solid #ddd;
    background: #fff;
}
.result-list .popup .downloaded .pop-popup { 
    margin-top: 0;
    width: 232px;
    top: -100px;
    left: -17px;
    border: 1px solid #ddd;
    background: #fff;
}
.result-list .popup h2 {
    margin: 0 0 5px;
    font: bold 1.2727em/1.2em Helvetica, Arial, sans-serif;
    color: #000;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 5px;
}
.result-list .popup .download .pop-popup h2, .result-list .popup .downloaded .pop-popup h2 {
    margin: 0 0 1px;
    font: bold 1.2727em/1.2em Helvetica, Arial, sans-serif;
    color: #000;
    border-bottom: 0;
    padding-bottom: 0px;
}
.result-list .popup p {
    margin: 0 0 8px;
    font-size: 14px;
}

.result-list .pop-popup p {
    margin: 0 0 8px;
}
.result-li .download, .result-li #downloading, .result-li .downloaded {
    background: #b51d2e;
    color: #fff;
    border-radius: 5px;
    padding: 1px;
}

.result-li #downloading {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    height: 33px;
}

.result-li #downloading img {
    position: absolute;
    left: 50px;
    top: 9px;
    background: none;
    border: none;
}

.result-li #downloading label {
    color: #fff;
    vertical-align: middle;
}

#search-page .num {
    background: url("../img/no_bg.png") no-repeat scroll center center transparent;
    color: #fff;
    font: bold 17px/27px Helvetica,Arial,sans-serif;
    height: 36px;
    left: -11px;
    position: absolute;
    text-align: center;
    top: -9px;
    width: 35px;
}
#search-page #search-ratings {
    margin-left: 7px;
}
#search-page #search-ratings a {
    height: 18px;
    width: 108px;
    display: block;
    margin: 2px 0;
    text-align: right;
    background-repeat: no-repeat;
    line-height: 18px;

}
#search-page .rating {
    height: 18px;
    /*width: 84px;*/
    width: 108px;
    display: block;
    margin: 2px 0;
    text-align: right;
    background-repeat: no-repeat;
    line-height: 18px;

}
#search-page .one {
    background-image: url(../img/star-ratings-sprite.png);
    background-position: 0 0;
}
#search-page .two {
    background-image: url(../img/star-ratings-sprite.png);
    background-position: 0 -18px;
}
#search-page .three {
    background-image: url(../img/star-ratings-sprite.png);
    background-position: 0 -36px;
}
#search-page .four {
    background-image: url(../img/star-ratings-sprite.png);
    background-position: 0 -54px;
}
#search-page .five {
    background-image: url(../img/star-ratings-sprite.png);
    background-position: 0 -72px;
}
#search-page .rating-small {
    height: 13.5px;
    display: block;
    margin: 2px 0 2px -2px;
    background-repeat: no-repeat;
    line-height: 13.5px;
    padding: .5px 0 0 67px;
    background-image: url(../img/star-ratings-small-sprite.png);

}
#search-page .one-small {
    background-position: 0 0;
}
#search-page .two-small {
    background-position: 0 -14px;
}
#search-page .three-small {
    background-position: 0 -28px;
}
#search-page .four-small {
    background-position: 0 -42px;
}
#search-page .five-small {
    background-position: 0 -56px;
}

/* search page currentFilters CSS */
#currentFilters h4 {
    background-color: #BBB;
    height: 30px;
    line-height: 30px;
    font-size: 1.2em;
    margin: 0;
    padding: 0 0 0 10px;
}
#currentFilters ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding: 0;
}
#currentFilters .currentFacet {
    /*border: 1px solid #bbb;*/
    padding: 0 0 0 10px;
}
#currentFilters .currentFacet a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 1.1em;
    background-image: url(../img/delete-btn.png);
    background-position: 160px center;
    background-repeat: no-repeat;
}
/* ID filters CSS */
#filters {

    position: relative;
}
#filters h3 {
    background-color: #BBB;
    height: 30px;
    line-height: 30px;
    font-size: 1.2em;
    margin: 0;
    padding: 0 0 0 10px;
    border-radius: 0;
    color: #353c46;
}
#filters h4 {
    padding-left: 10px;
    font-size: 1.1em;
    margin-bottom: 4px;


    max-height: 0;
    overflow: hidden;
    transition: all 1s;
    margin: 0;  
}

#filters h4.active {  
    max-height: 30px;
    
    transition: all 1s;
    margin: 16px 0 4px 0;
}
/* Universal Search Container CSS */
.universal-search-container {
    width: 495px;
    height: 42px;
    position: absolute;
    right: 0;
    top: 12px;
    z-index: 100;
}

.universal-search-container.logged-in {

    right: 316px;
}



.universal-search-container input {
    /* reset */
    -webkit-appearance: none;
    margin: 0;
    padding:0;
    border:0;

}

#universal-search-text {

    height: 34px;
    border-left: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 307px;
    padding-left: 10px;
    box-sizing:border-box;
    font-size: 13px;
    outline: 0;

}

#universal-search-text:focus {
    border-color: #353b46;

}

.universal-search-button {

    width: 53px;
    height: 34px;
    background: #353b46 url(../img/search-glass-icon.png) no-repeat 20px 10px;
    text-indent: -9999px;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

    
    
}
/* faceCategoryList CSS */
.facetCategoryList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.facetCategoryList li {
    padding: 0 0 0 10px;
}
.facetCategoryList li a {
    line-height: 1.8em;
    /*font-size: 1.2em;*/
}

/* RESULTS CSS */
#all-results {
    margin: 0 0 0 190px;
    padding: 0 0 0 40px;
}
#all-results-empty {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.result-stats {
    font-weight: bold;
}
#result-stats-container p {
    margin: 5px 0 10px 0;
    font-size: 1.4em;
    border-bottom: 1px solid rgb(231, 231, 231);
    padding: 0 0 5px 0;
}
#result-stats-container #similar {
    padding: 5px;
    display: inline;
    margin-bottom: 2px;
}
#result-stats-container #similar a {
    color: #00f;
}
/* */
.advanced-search-anchor {

    position: absolute;
    right: 20px;
    top: 12px;
    color: #353b45;
    font-size: 11px;
}
#loaderDiv{
    display:none;
    position:absolute;
    width:100%;
    text-align:center;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:10000;
}
.backLink
{
    float: right;
}



.redownloadbutton {
    font: bold 11px Arial;
    text-decoration: none;
    background-color: #b51d2e;
    color: #fff;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
  }









@media screen and (max-width:799px) {
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    margin-top: 8%;
   left:30%
}
.bx-viewport{
    width:71%;
    }
}


@media (max-width: 320px) {
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    top: 750px;
}   
}
@media (max-width: 220px) {
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    top: 790px;
}

}

@media screen and (min-width: 2180px) and (max-width: 2333px) { /*11 books per row*/
    #solr-list.book-list {
        width: 1702px;
    }
    #sort-form {
        width: 1702px;
    }
}
@media screen and (min-width: 2026px) and (max-width: 2179px) { /*10 books per row*/
    #solr-list.book-list {
        width: 1546px;
    }
    #sort-form {
        width: 1546px;
    }
}
@media screen and (min-width: 1872px) and (max-width: 2025px) { /*9 books per row*/
    #solr-list.book-list {
        width: 1392px;
    }
    #sort-form {
        width: 1392px;
    }
}
@media screen and (min-width: 1718px) and (max-width: 1871px) { /*8 books per row*/
    #solr-list.book-list {
        width: 1236px;
    }
    #sort-form {
        width: 1236px;
    }
}
@media screen and (min-width: 1564px) and (max-width: 1716px) { /*7 books per row*/
    #solr-list.book-list {
        width: 1082px;
    }
    #sort-form {
        width: 400px;
    }
}
@media screen and (min-width: 1301px) and (max-width: 1563px) { /*6 books per row*/
    #solr-list.book-list {
        width: 927px;
    }
    #sort-form {
        width: 927px;
    }
}
@media screen and (min-width: 1256px) and (max-width: 1300px) { /*8 books per row*/
    #solr-list.book-list {
        width: 1236px;
    }
    #solr-list .book-li:nth-child(8n+1) .popup {
        left: -15px;
    }
    #solr-list .book-li:nth-child(8n+1) .popup::before, #solr-list .book-li:nth-child(8n+1) .popup::after {
        left: 76px;
    }
    #solr-list .book-li:nth-child(8n) .popup {
        left: auto;
        right: -15px;
    }
    #solr-list .book-li:nth-child(8n) .popup::before, #solr-list .book-li:nth-child(8n) .popup::after {
        left: auto;
        right: 60px;
    }
}
@media screen and (min-width: 1102px) and (max-width: 1255px) { /*7 books per row*/
    #solr-list.book-list {
        width: 1082px;
    }
    #sort-form {
        width: 1082px;
    }
    #solr-list .book-li:nth-child(7n+1) .popup {
        left: -15px;
    }
    #solr-list .book-li:nth-child(7n+1) .popup::before, #solr-list .book-li:nth-child(7n+1) .popup::after {
        left: 76px;
    }
    #solr-list .book-li:nth-child(7n) .popup {
        left: auto;
        right: -15px;
    }
    #solr-list .book-li:nth-child(7n) .popup::before, #solr-list .book-li:nth-child(7n) .popup::after {
        left: auto;
        right: 60px;
    }
}
@media screen and (min-width: 947px) and (max-width: 1101px) { /*6 books per row*/
    #solr-list.book-list {
        width: 927px;
    }
    #sort-form {
        width: 927px;
    }
    #solr-list .book-li:nth-child(6n+1) .popup {
        left: -15px;
    }
    #solr-list .book-li:nth-child(6n+1) .popup::before, #solr-list .book-li:nth-child(6n+1) .popup::after {
        left: 76px;
    }
    #solr-list .book-li:nth-child(6n) .popup {
        left: auto;
        right: -15px;
    }
    #solr-list .book-li:nth-child(6n) .popup::before, #solr-list .book-li:nth-child(6n) .popup::after {
        left: auto;
        right: 60px;
    }
}
@media screen and (min-width: 792px) and (max-width: 946px) { /*5 books per row*/
    #solr-list.book-list {
        width: 772px;
    }
    #sort-form {
        width: 772px;
    }
    #solr-list .book-li:nth-child(5n+1) .popup {
        left: -15px;
    }
    #solr-list .book-li:nth-child(5n+1) .popup::before, #solr-list .book-li:nth-child(5n+1) .popup::after {
        left: 76px;
    }
    #solr-list .book-li:nth-child(5n) .popup {
        left: auto;
        right: -15px;
    }
    #solr-list .book-li:nth-child(5n) .popup::before, #solr-list .book-li:nth-child(5n) .popup::after {
        left: auto;
        right: 60px;
    }
}
@media screen and (min-width: 638px) and (max-width: 791px) { /*4 books per row*/
    #solr-list.book-list {
        width: 618px;
    }
    #sort-form {
        width: 618px;
    }
    #solr-list .book-li:nth-child(4n+1) .popup {
        left: -15px;
    }
    #solr-list .book-li:nth-child(4n+1) .popup::before, #solr-list .book-li:nth-child(4n+1) .popup::after {
        left: 76px;
    }
    #solr-list .book-li:nth-child(4n) .popup {
        left: auto;
        right: -15px;
    }
    #solr-list .book-li:nth-child(4n) .popup::before, #solr-list .book-li:nth-child(4n) .popup::after {
        left: auto;
        right: 60px;
    }
}
@media screen and (min-width: 482px) and (max-width: 637px) { /*3 books per row*/
    #solr-list.book-list {
        width: 462px;
    }
    #sort-form {
        width: 462px;
    }
    #solr-list .book-li:nth-child(3n+1) .popup {
        left: -15px;
    }
    #solr-list .book-li:nth-child(3n+1) .popup::before, #solr-list .book-li:nth-child(3n+1) .popup::after {
        left: 76px;
    }
    #solr-list .book-li:nth-child(3n) .popup {
        left: auto;
        right: -15px;
    }
    #solr-list .book-li:nth-child(3n) .popup::before, #solr-list .book-li:nth-child(3n) .popup::after {
        left: auto;
        right: 60px;
    }
}
@media screen and (max-width: 481px) { /*2 books per row*/
    #solr-list.book-list {
        width: 308px;
    }
    #sort-form {
        width: 308px;
    }
    #solr-list .book-li:nth-child(2n+1) .popup {
        left: -15px;
    }
    #solr-list .book-li:nth-child(2n+1) .popup::before, #solr-list .book-li:nth-child(2n+1) .popup::after {
        left: 76px;
    }
    #solr-list .book-li:nth-child(2n) .popup {
        left: auto;
        right: -15px;
    }
    #solr-list .book-li:nth-child(2n) .popup::before, #solr-list .book-li:nth-child(2n) .popup::after {
        left: auto;
        right: 60px;
    }
}


@media screen and (min-width: 320px) {
    
    /* filter box */

    #facet-box {

        width: 100%;
        float: none;
        transition: all 1s;
        padding-bottom: 0;

    }

    /*.facetCategoryList li a {
        font-size: 1.2em;
    }*/

    #facet-box.active {
        padding-bottom: 10px;
        
        transition: all 1s;

    }

    .filter-icon {
        display:block;
        position:absolute;
        right: 0;
        top: 0;
        color: #000;
        width: 30px;
        height: 30px;
        text
        -align:center;
        line-height: 30px;
        text-indent:-9999px;
        background: url(../img/search-filter-icon-sprite.gif);
        
    }

    .filter-icon.active {

        background: url(../img/search-filter-icon-sprite.gif) -30px 0;      
    }

    #category {

        max-height:0;
        overflow:hidden;
        transition: all 1s;
    }

    #category.active {
        

        max-height:1115px;
        transition: all 1s;
    }

    #format {

        max-height:0;
        overflow:hidden;
        transition: all 1s;
    }

    #format.active {
        max-height:1115px;
        transition: all 1s;

    }

    #language {

        max-height:0;
        overflow:hidden;
        transition: all 1s;
    }

    #language.active {
        max-height:1115px;
        transition: all 1s;
        
    }

    #author_str {

        max-height:0;
        overflow:hidden;
        transition: all 1s;
    }

    #author_str.active {
        max-height:1115px;
        transition: all 1s;
        
    }

    #search-ratings {

        max-height:0;
        overflow:hidden;
        transition: all 1s;
    }

    #search-ratings.active {
        max-height:1115px;
        transition: all 1s;
        
    }


    /* reworked nav */

    #header .menu {

        display: none;
    }

    .universal-search-container {

        width: 100%;
        position: static;
    }

    .search-suggestions-container {

        left: 10px;
        top: 151px;
    }

    #universal-search-text {

        width: 86%;
    }

    .universal-search-button {

        width: 14%;
        background: #353b46 url(../img/search-glass-icon.png) no-repeat 50% 10px
    }

    .mobile-util-menu-container {

        position: relative;
        height: 52px;
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
    }

    .mobile-login-cta {

        background: #353b46;
        display: block;
        position: absolute;
        left: 0;
        top: 9px;
        width: 106px;
        height: 34px;
        color: #fff;
        text-align: center;
        line-height: 34px;
        font-size: 14px;
        border-radius: 5px;

    }

    .mobile-tokens-used-label {

        position: absolute;
        font-size: 14px;
        color: #999;
        width: 117px;
        height: 20px;
        left: 50%;
        margin-left: -58px;
        top: 17px;
    }

    .mobile-advanced-search-cta {

        display: block;
        position: absolute;
        right: 0;
        top: 17px;
        width: 112px;
        height: 20px;
        font-size: 14px;
        color: #353b45;
    }

    .advanced-search-anchor {

        display: none;
    }

    .mobile-menu-toggle {

        display: block;
        position: absolute;
        left: 0;
        top: 0;
/*      width: 25px;
        height: 24px;*/
        width: 20px;
        height: 19px;
        background: url(../img/mobile-hamburger-icon.png);
        background-size: contain;
    }

    .mobile-menu {

        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        max-height: 0;
        background: #fff;
        z-index: 100;
        transition: all .5s;
        overflow: hidden;
    }

    .mobile-menu.active {
        transition: all .5s;
        
        width: 100%;
        max-height: 410px;
        box-shadow: 0 0 10px rgba(0,0,0,.5);
    }

    .close-mobile-menu {

        display: block;
        height: 24px;
        text-align: right;
        font-size: 20px;
        color: #be2929;
        padding: 10px;
        border-bottom: 1px solid #e7e7e7;
    }

    .mobile-menu-item {
        display: block;
        background: #fff;
        padding: 10px;
        box-sizing: border-box;
        color: #353c46;
        font-size: 20px;
    }

    .mobile-menu-item:active {

        background: #e7e7e7;
    }


}

@media screen and (min-width: 1025px) {

    /* filter box */

    #facet-box {

        float: left;
        width: 210px;
        padding-bottom: 10px;
    }

    .filter-icon {

        display: none;
    }

    #filters h4 {

        margin: 16px 0 4px 0;       
    }

    #filters h4,#category,#format,#language,#author_str,#search-ratings  {

        max-height: 1200px;
    }

    .mobile-util-menu-container,.mobile-menu-toggle {

        display: none;
    }
    #header .menu,.advanced-search-anchor {

        display: block;
    }

    .universal-search-container {

        width: 495px;
        position: absolute;
    }

    #universal-search-text {

        width: 307px;
    }

    .universal-search-button {

        width: 53px;
        background: #353b46 url(../img/search-glass-icon.png) no-repeat 20px 10px;
    }


}


@media screen and (max-width: 1024px) {
/*  #facet-box {
        float: none;
        max-height: 20px;
        display: none;
    }*/
    .facetCategoryList li a {
        font-size: 1.2em;
    }
    #all-results {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #search-page .result-list li {
        margin: 15px 20px 0 0px;
    }
}
@media screen and (min-width: 736px) and (max-width: 900px) { /*iphone 6+ landscape */
    #search-page .result-list li {
        margin: 20px 1.3% 0 ;
        /*margin: 20px 1.3% 0 ;*/
        /*min-height: 260px;*/
    }
}
@media screen and (min-width: 667px) and (max-width: 735px) { /*iphone 6 landscape */
    #search-page .result-list li {
        margin: 20px 3% 0;
        /*min-height: 260px;*/
    }
}
@media screen and (min-width: 568px) and (max-width: 666px) { /*iphone 5 landscape */
    #search-page .result-list li {
        margin: 20px 5.5% 0;
        /*min-height: 260px;*/
    }
}
@media screen and (min-width: 480px) and (max-width: 567px) { /*iphone 4 landscape */
    #search-page .result-list li {
        margin: 20px 3.2% 0;
        /*min-height: 260px;*/
    }
}
@media screen and (min-width: 414px) and (max-width: 479px) { /*iphone 6+ portrait */
    #search-page .result-list li {
        margin: 20px 1.1% 0;
        /*min-height: 260px;*/
    }
}
@media screen and (min-width: 375px) and (max-width: 413px) { /*iphone 6 portrait */
    #search-page .result-list li {
        margin: 20px 7.5% 0;
        /*min-height: 260px;*/
    }
}
@media screen and (max-width: 374px) { /*iphone 4 portrait, iphone 5 portrait */
    #search-page .result-list li {
        margin: 20px 4.7% 0;
        /*min-height: 260px;*/
    }
}   

@media all and (max-width: 1300px){
    .bx-wrapper img{
        float: left !important;
        max-width: 251px;
        margin-bottom: 1em;
        max-height: 330px;
        margin-right: 0px;
    }
}

li.mobile-nav-toggle {
  display: none;
  margin-bottom: 10px;
}

.subcat-item.active {
  display: block;
}
.subcat-item a {
  -webkit-text-size-adjust: none;
}

li.subcat-toggle {
  position: relative;
}

.category-list .frame {
  background: none;
}
.category-list .holder {
  background: none;
  border-bottom: 1px solid #e7e7e7;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  transition: all 250ms;
  position: relative;
}
.category-list .holder:hover {
  background: #e7e7e7;
}

.backLink {
  margin-bottom: 10px;
}
.sub-menu.logged-out {
  border: none;
}
@media screen and (min-width: 320px) {
  .category-list {
    width: 100%;
    background: none;
  }
  .footer_box1, .footer_box2 {
    display: block;
    width: 100%;
  }
}
@media screen and (device-width: 320px) {
  h1 {
    font-size: 2.7em;
    line-height: 1em;
  }
}
@media screen and (min-width: 320px) and (max-width: 568px) {
  .sidebar .menu .current a {
    background: none;
  }
}
@media (min-width: 320px) and (max-width: 599px) {
  li.nav-link {
    width: 50%;
  }
  .menu.logged-out li.nav-link {
    width: 50%;
  }
  li.b_right {
    width: 50%;
    text-align: center;
  }
}

@media screen and (min-width: 320px) and (max-width: 599px) {
  .bannerimgbox {
    float: none;
  }
}

@media (min-width: 320px) and (max-width: 800px) {
  .menu li {
    display: block;
    float: left;
  }
  li.nav-link.active {
    display: block;
  }
  li.b_right {
    display: block;
    margin-top: 10px;
  }
  .btn {
    margin-left: 0;
  }
  .mobile-nav-toggle a {
    background: url(../img/mobile-menu-down-arrow.png) no-repeat 97.5% 50%;
    background: url(../img/mobile-menu-down-arrow.png) no-repeat calc(100% - 10px) 50%;
  }

  .mobile-nav-toggle a:hover {
    background: black url(../img/mobile-menu-down-arrow-active.png) no-repeat 97.5% 50%;
    background: black url(../img/mobile-menu-down-arrow-active.png) no-repeat calc(100% - 10px) 50%;
    color: #fff;
    border-radius: 5px;
  }
  #updateBooks, #updateBooks2 {
    float: none;
    width: 100%;
    margin: 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #updateBooks li, #updateBooks2 li {
    margin: 0;
    margin-right: 20px;
    margin-bottom: 30px;
  }
  #updateBooks .author-info li, #updateBooks2 .author-info li {
    margin: 0;
  }
  .listed_categories {
    margin: 10px;
  }
  #maskar {
    margin-top: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 800px) {
  .b_right {
    padding: 0;
  }

}
@media (min-width: 320px) and (max-width: 930px) {
  .banner {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 1024px) {
  .logo {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .subcat-item {
    display: none;
  }
  #floating-category-container .wrapper {
    position: relative;
  }
  #floating-category-container .wrapper::before {
    content: "";
    width: 9px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #353b45;
  }
  #floating-category-container .wrapper #category-scroll {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  #floating-category-container .wrapper #category-scroll li {
    padding-left: 0;
    margin-right: 0;
  }
  #floating-category-container .wrapper #category-scroll li .subcat-toggle-btn {
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
    text-indent: -9999px;
    background: url(../img/mobile-menu-icon.png);
    width: 15px;
    height: 12px;
    cursor: pointer;
  }
  #floating-category-container .wrapper #category-scroll li a {
    display: block;
    text-decoration: none;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
  }
  #floating-category-container .wrapper #category-scroll li a:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
  .bx-viewport {
    width: 100%;
    float: none;
  }
  .bx-controls.bx-has-pager {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .main-holder {
    display: block;
  }
  .book-info .text-info {
    display: block;
    float: none;
    width: 100%;
  }
  .facebookLike {
    margin-bottom: 10px;
    margin-right: 5px;
  }
  .googleLike {
    margin-left: 0;
  }
  .class_table {
    float: none;
    width: 100%;
  }
  .rightaside {
    float: none;
    width: 100%;
  }
  .rightaside .sidebox .holder .frame {
    margin-left: 0;
  }
  .rightaside legend {
    margin-left: 15px;
  }
  #footer {
    position: static;
    height: auto;
  }
  #footer .wrapper {
    padding-left: 10px;
  }
  #footer #apple-icon, #footer #android-icon {
    display: none;
  }
  #footer h2 {
    position: static;
  }
  .sub-menu {
    padding-top: 10px;
    border-top: 1px solid #e7e7e7;
  }
  .sub-menu li {
    width: 33%;
    padding: 0;
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 10px;
  }
  .sub-menu.admin li {
    width: 50%;
    padding: 0;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  .sub-menu.logged-out {
    position: static;
  }
  .sub-menu.logged-out li {
    width: 100%;
    float: none;
  }
  .sub-menu.logged-out li a {
    display: block;
  }
  #footer-nav {
    position: static;
    margin-left: 0;
  }
  #footer-nav li {
    float: left;
    padding-left: 0;
    margin-bottom: 20px;
  }
  #footer-nav li a {
    display: block;
  }
  #search-results-text-container {
    padding-left: 0;
  }
  #floating-category-container .wrapper .banner {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 1100px) {
  li.b_right {
    border-left: none;
  }
}

@media (min-width: 320px) and (max-width: 1300px) {
  .wrapper {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .headerPicContainer .wrapper {
    padding-top: 0;
  }
  .menu {
    float: none;
    padding: 0;
    overflow: auto;
  }
  li.nav-link {
    display: block;
    float: left;
    text-align: center;
    margin-top: 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 1300px) {
  .sub-menu {
    position: static;
    overflow: auto;
  }
}



@media (max-width: 500px) {
  .book-info .image-box {
    float: none;
    margin: 0 auto;
  }
  .book-info h2 {
    clear: both;
}

}
@media screen and (max-width: 500px){
.bx-viewport{
    width:98%;
    float:left;
    }
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    top: 600px;
    
}
}
@media screen and (min-width: 520px) {
  .footer_box1, .footer_box2 {
    float: left;
    width: 25%;
  }
}

@media screen and (min-width: 600px) and (max-width: 679px) {
  .bannerimgbox {
    float: left;
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .websiteDescription {
    width: 48%;
    float: left;
  }
}
@media (min-width: 600px) and (max-width: 1300px) {
  li.nav-link {
    width: 15%;
    float: left;
  }
  .menu.logged-out li.nav-link {
    width: 15%;
  }
  li.b_right {
    padding: 0;
    margin-top: 10px;
  }
}

@media screen and (min-width: 680px) {
  .category-list {
    width: 49%;
    background: none;
  }
}
@media screen and (min-width: 680px) and (max-width: 1024px) {
  .bannerimgbox {
    float: left;
    width: 310px;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .websiteDescription {
    width: 54%;
    float: left;
    padding: 0 5px 20px 0;
  }
}
@media (min-width: 800px) {
  li.mobile-nav-toggle {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .footer_box1, .footer_box2 {
    float: left;
    width: 17%;
  }
}
@media (min-width: 800px) and (max-width: 1100px) {
  li.b_right {
    margin-top: 10px;
  }
  .websiteDescription h1 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 800px) and (max-width: 1300px) {
  #header .menu {
    text-align: center;
    margin: 0 auto;
  }
  #header .menu ul {
    width: 100%;
    margin: 0 auto;
    height: 30px;
  }
  .menu a {
    padding: 6px 20px;
    display: block;
  }
}

@media (min-width: 1024px) {
  .footerSpace{
      height: 25px;
  }
}

@media (min-width: 1025px) {
  #floating-category-container {
    width: 100%;
    height: auto;
    position: fixed;
    background: #e2e2e2 url(../img/floating_sub_cat/cat-bkg.png) repeat-x;
    bottom: 0;
    z-index: 100;
    left: 0;
  }
  #floating-category-container {
    bottom: 60px;
  }
  li.subcat-toggle {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  #header .menu {
    margin: 34px auto 0;
    border-top: 0;
  }
  #header .menu.logged-out {
    border-top: none;
    margin: 60px auto 0;
  }
  #header .obc-menu {
    /* width: 245px; */
    width: 400px;
  }
}

/*@media screen and (min-width: 1025px) and (max-width: 1300px) {

}*/






@media screen and (min-width: 1300px) {
  .category-list {
    width: 33%;
    background: none;
  }
}

@media (min-width: 1300px) and (max-width: 1600px) {
  .websiteDescription {
    padding: 0 5px 20px 0;
    width: 57%;
  }
}



@media screen and (min-width: 0 \0) {
  #floating-category-container .wrapper #category-scroll {
    margin-top: 25px;
    height: 40px;
  }
}


#people-read{
    margin-bottom: 35px;
    font-size: 17px;
}

.messgetitle{
    text-decoration: underline;
}

