﻿body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #666666;
    padding: 0;
}

form#aspnetForm, form#externalCheckout {
    margin: 0;
}

a {
    color: #1f519c;
    outline: none !important;
}

    a:hover {
        opacity: .8;
    }

em {
    font-family: Georgia, "Times New Roman", Times, serif;
}

h5 {
    margin: 0;
    text-transform: uppercase;
}

.booksThumbnails {
    background: url('../../images/bg-shelf-row.gif') left 153px;
}

.jcarousel-clip .booksThumbnails {background:none}

    .booksThumbnails .thumbnail .caption h5 {
        max-width: 180px;
        /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    }

    .booksThumbnails .thumbnail {
        width: auto;
    }

        .booksThumbnails .thumbnail a.bookCover {
            /*width:auto;*/
            height: 147px;
            display: block;
            text-align: center;
        }

            .booksThumbnails .thumbnail a.bookCover:hover {
                opacity: .95;
                /*margin-top:-15px;*/
                /*padding-bottom:5px;*/
            }

                .booksThumbnails .thumbnail a.bookCover:hover .primaryimage {
                    /*box-shadow:0 0 10px #999;*/
                }


#videoPlayerForm .modal-header h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#videoPlayerForm .player {
    margin-left: auto;
    margin-right: auto;
    width: 480px;
}

.googleBooksPreviewButton {
    display: inline-block;
    margin-left: 15px;
}



    .logo .search {
        margin: 20px 40px;
    }

.bookShelf {
    background: url('../../images/bg-shelf-row.gif') left 170px repeat-x;
}

.jcarousel-clip ul{padding-top:17px !important;}

.booksThumbnails .thumbnail {
    border: none;
    background: url('../../images/book-shelf.png') center top no-repeat;
    box-shadow: none;
    height: 260px;
    /*    width: 100%;*/
    /*    margin-right: 50px;*/
    margin-bottom: 20px;
}

.booksThumbnails a.bookCover {
    padding-top: 10px;
    margin-top: -10px;
    height: 147px;
    overflow: hidden;
    display: block;
}

    .booksThumbnails a.bookCover img {
        max-height: 147px !important;
		position:relative;
    }

.booksThumbnails .caption {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    width: 192px;
    padding: 0;
}

a.title {
    max-height: 60px;
    overflow: hidden;
}

.booksThumbnails .caption .title {
    clear: both;	
    font-size: 13px;
    text-decoration: underline;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    display: block;
}

.booksThumbnails .caption .price {
    color: #990000;
    clear: both;
    font-weight: bold;
    background: url('../../images/price-bg.png') center center no-repeat;
}

.booksThumbnails .caption .author {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    padding: 3px 0;
    display: block;
    font-size: 12px;
    line-height: 120%;
    width: 150px;
    color: #7c8598;
    margin: 0 auto;
    margin-top: 2x;
}

.whiteBg {
    background: white;
    border: 1px solid #dddddd;
    border-width: 1px 0;
    padding: 30px 0;
    margin-top: -1px;
}

#selectedBooks {
    border: none;
    height: 20px;
}

.bookShelf {
    padding: 0;
    /*    width: 710px;*/
}

    .bookShelf.borderBottom {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #e2e2e2;
    }

    .bookShelf.fullWidth {
        width: 100%;
    }

        .bookShelf .thumbnail, ul.thumbnails .thumbnail{
            width: 202px;
			padding-top:21px;
        }
		
		.authors-big .thumbnail{width:100% !important}

    .bookShelf .primaryimage, .booksThumbnails .primaryimage {
        min-height: 147px;
        border-radius: 2px;
        box-shadow: 0 0 4px #ccc;		
    }
	
	.bookCover img.primaryimage{
	}
	
	.bookItemWrapper img.primaryimage{
	}
	
	.bookCover.nogloss img{margin-top:0 !important;}

    .bookShelf .jcarousel-container .jcarousel-prev, .bookShelf .jcarousel-container .jcarousel-next {
        margin-top: 30px;
    }

#socialWidgetWrapper {
    background: white;
    padding: 10px;
    border: 1px solid #ddd;
    margin-top: -1px;
	height:530px;
	width:200px;
	overflow:hidden;
}

.fb_iframe_widget > span, .fb_iframe_widget iframe{width:200px !important;}

#socialWidget li {
    margin-right: 4px;
}

    #socialWidget li a {
        background: #fbfbfb;
        border: 1px solid #fbfbfb;
        border-bottom: 0;
        padding: 3px 10px;
        font-size: 10px;
        letter-spacing: 0px;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
    }

    #socialWidget li.active a {
        border-color: #ddd;
    }

    #socialWidget li a.facebookTab {
        color: #547dcd;
    }

    #socialWidget li a.twitterTab {
        color: #38bce2;
    }

    #socialWidget li.active a {
        background: #fff;
    }

ul.sideMenu {
    margin: 0;
    margin-top: -7px;
}

    ul.sideMenu li {
        list-style: none;
        /*        padding-left: 10px;*/
    }

        ul.sideMenu li.active {
            background-color: #990000;
            margin-left: -20px;
            padding-right: 20px;
        }

            ul.sideMenu li.active a {
                border-bottom: none;
                color: white;
                padding-left: 20px;
            }

                ul.sideMenu li.active a sup {
                    color: #FFF;
                }

                ul.sideMenu li.active a:hover {
                    color: white;
                }

        ul.sideMenu li a {
            display: block;
            padding: 5px 0;
            /*border-bottom: 1px solid #e5e5e5;*/
            text-decoration: none !important;
        }

            ul.sideMenu li a:hover {
                color: #990000;
            }

        ul.sideMenu li sup {
            color: #a8afb7;
        }

.container {
    max-width: 960px;
/*	margin-bottom:20px;*/
}

.header{/*padding-bottom:20px;*/ margin:0 auto; display:block;}
#aspnetForm{width:100%}

ul.textList {
    margin: 0;
}

    ul.textList li {
        list-style: none;
        padding: 5px 0;
    }

#followAuthors li a.authorName {
    color: #666666;
    text-decoration: none;
}

.red {
    color: #990000;
}

.topBorder {
    border-top: 6px solid #e8e8e8; /*padding-top:30px; margin-top:40px*/
}

.none {
    display: none !important;
}

.subcategories {
    margin: 0;
}

ul.thumbnails {
    margin-left: -20px;
	overflow-x:hidden !important;
	overflow-y:auto!important;
}

    ul.thumbnails li {
        margin-left: 0 !important;
    }

.logo .user-links {
    margin: 20px 0;
	max-width:215px;
}

.user-links li a {
    font-size: 11px;
	padding:0;
	padding-right:10px;
    text-transform: uppercase;
    display: inline;
    color: #666;
}

    .user-links li a#cart-link {
        color: #990000;
        font-weight: bold;
    }

        .user-links li a#cart-link .count {
            color: #FFFFFF;
            background: url('../../images/ico-cart.png') no-repeat;
            display: block;
            float: right;
            padding: 3px;
            text-align: center;
            margin-top: -15px;
            margin-left: -9px;
            width: 16px;
            height: 20px;
        }

        .user-links li a#cart-link.empty .count {
            display: none;
        }

        .user-links li a#cart-link.empty {
            color: #666 !important;
        }

#qsearch {
    width: 200px;
    background-image: url('../../images/ico-search.png');
    background-repeat: no-repeat;
    background-position: 9px 9px;
    padding-left: 25px;
}

.carousel-control {
    background: url('../../images/arrows-white.png') top left no-repeat !important;
    width: 47px;
    opacity: .5;
    height: 70px;
    border: 0 !important;
    text-indent: -9999px !important;
    background-color: transparent !important;
    border-radius: 0 !important;
}

    .carousel-control:hover {
        opacity: .7;
    }

    .carousel-control.right {
        background-position: -47px 0 !important;
    }

h3 {
    margin-bottom: 20px;
}

.well h3 {
    line-height: 15px !Important;
    padding-top: 5px;
}

.profile .span4 h4 {
    display: inline-block;
    margin-right: 10px;
}

#catalogCartForm .error {
    color: red;
    display: inline-block;
}

.discount {
    display: none;
}

.price.origin.old {
    text-decoration: line-through;
}

.discount.amount {
    font-size: 10px;
    color: green;
}

.price.discount {
    color: green;
}

.promocode.valid.notapplicable {
    color: blue;
}

.promocode.valid {
    color: green;
}

.promocode.invalid {
    color: red;
}

.invisible {
    display: none;
}

.cart.warning {
    color: blue;
}

.page-header .breadcrumb {
    margin: 0;
}

    .page-header .breadcrumb a {
        color: #7c8595;
        font-size: 11px;
    }

.page-header h1 {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 30px;
    letter-spacing: 2px;
    font-family: 'Open Sans',sans-serif !important;
    font-size: 20px;
}

.addthis {
    margin-top: 20px;
}

.socialLinks ul li {
    float: left;
    list-style: none;
    padding-top: 8px;
    margin-right: 10px;
}

.socialLinks ul {
    padding: 0;
    margin: 0;
}

#homeCarousel {

    /*	background:#FFF;*/
	margin-top:-20px;
}

.featuredLabel{
/*margin-top:73px;
margin-left:493px;
position:absolute;
z-index:999;*/
display:block;
width:159px;
height:39px;
background:url('../../images/featured-label.png') top left no-repeat;
}

#homeCarousel .carousel-inner .item{
   	height:420px;
}

    #homeCarousel img {
        padding: 4px;
    }

.bookCover .gloss {
    /*position: absolute;*/
	margin:0 auto;
	margin-top:0 !important;
	z-index:99; 
	display:block;
    border-radius: 2px;
    vertical-align: central;
	height:147px;
	position:relative;
}

.bookItemWrapper .coverWrapper .gloss {
	margin:0 auto;
	margin-top:0 !important;
	z-index:99; 
	display:block;
    border-radius: 2px;
    vertical-align: central;
	height:256px;
	position:relative;
}

.navbar{height:42px;}


.authors-big li {
    margin-bottom: 0px !important;
    display: block;
    clear: both;
    float: none !important;
    padding-bottom: 20px;
}

ul.authors-big .thumbnail {
	display:table;
    border: none;
    box-shadow: none;
}	
	ul.authors-big .thumbnail .authorImageWrapper, ul.authors-big .thumbnail .caption{display:table-cell; vertical-align:top;}
	
	ul.authors-big .thumbnail .authorImageWrapper{
	    background: url('../../images/person-frame.png') top left no-repeat !important;
		display:table-cell;		
		width:115px;
		height:154px;
		padding-right:20px !important;		
	}

/*ul.authors-big .primaryimage{
	min-width:102px !important;	
	height:141px !important;	
}*/

ul.authors-big .photoWrapper {
    width: 100px;
    height: 140px;
    display: block;
    overflow: hidden;
	margin:6px 0 0 7px !important; display:block;
	box-shadow:0 0 5px #333 inset;
	position:absolute;
}

    ul.authors-big .photoWrapper img {
        text-align: center;
		margin-top:5px;
    }

ul.authors-big .caption {
    padding-left: 20px;
    padding: 0;
}

ul.authors-big .thumbnail .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

ul.authors-big .description {
    color: #666666;
}

#comingNextMonthBooks .well {
    border: none;
    padding: 21px 82px 54px 82px;
    margin: 0 !important;
}

#comingNextMonthBooks {
    border: 7px solid #e8e8e8;
    background: white;
	height:300px;
	overflow:hidden;
}
	#comingNextMonthBooks .well{display:table}
	#comingNextMonthBooks .bookWrapper, #comingNextMonthBooks .bookWrapper{display:table-cell}

    #comingNextMonthBooks .bookmark {
        display: block;
        width: 20px;
        height: 55px;
        position: absolute;
        z-index: 9999;
        margin-left: 30px;
        background: url('../../images/bookmark.png') 0 0 no-repeat;
    }

    #comingNextMonthBooks .title {
        font-size: 18px;
        font-weight: 600;
        margin-left: 10px;
    }

    #comingNextMonthBooks .author {
        font-size: 11px;
        font-style: italic;
        margin: 7px 0 10px 10px;
        color: #CCC;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-weight: normal;
    }

strong {
    color: #7c8595;
    font-weight: normal;
}

#comingNextMonthBooks p {
    margin-left: 10px;
    line-height: 150%;
}

#comingNextMonthBooks h3 {
    margin-left: 80px;
}

.tweetWrapper {
    border: 6px solid #dbdbdb;
    padding: 20px 25px;
    line-height: 150%;
    font-size: 16px;
}

.tweetAuthor {
    clear: both;
    display: block;
    margin-top: 20px;
    font-size: 13px;
    position: absolute;
    background: url('../../images/tweet-callOut.png') top left no-repeat;
    display: block;
    height: 80px;
    width: 200px;
    padding-top: 60px;
}

    .tweetAuthor i {
        font-family: "Times New Roman", Times, serif;
    }

footer {
    clear: both;
    /*margin-top:80px;*/
    border-top: 8px solid #dbdbdb;
    padding-top: 50px;
    background: url('../../images/bg-footer.png');
}

    footer li.categoriesWrapper {
        width: 380px;
    }

    footer .note {
        display: inline-block;
        width: 200px;
        border: 1px dotted #999999;
        border-width: 1px 0;
        padding: 20px 0;
        margin: 20px 0;
    }

    footer li.categoriesWrapper ul {
        margin: 0;
    }

    footer li.categoriesWrapper li {
        list-style: none;
        padding: 7px 0;
    }

    footer ul.categories li {
        float: left;
        width: 180px;
    }

    footer .footerLinks {
        display: block;
        margin-bottom: 20px;
    }

        footer .footerLinks a {
            padding-right: 10px;
            margin-right: 10px;
			margin-bottom:10px;
			display:inline-block !important;
            color: #666666;
            border-right: 1px solid #ccc;
            font-weight: 600;
        }

    footer .nav{margin-left:20px;}
	footer .nav li{display:none}
	
	footer .nav a.lead {
        color: #8d0000;
        font-size: 18px;
        text-decoration: underline;
        font-weight: bold;
        display: inline;
        line-height: 40px;
    }

        footer .nav a.lead .caret {
            margin-top: 19px;
        }

        footer .nav a.lead:hover {
            underline: none;
        }

    footer .footerLinks a:last-child {
        border: none;
    }

a.piracy {
    border: 4px solid #ffcc00 !important;
    background: #FFF;
    color: #757a83;
    font-weight: bold;
    padding: 7px 0;
    text-align: center;
    /*width:100%;*/
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0 10px 0;
    display: block;
    clear: both;
    font-family: 'Open Sans', sans-serif;
}

.authorsList .thumbnail {
    border: none;
    box-shadow: none;
    padding: 0;
}

    .authorsList .thumbnail .caption {
        padding: 8px 0;
    }

.well {
    padding: 8px 19px;
}

hr {
    margin: 15px 0;
}

/*.booksListWrapper{margin-top:-23px;}*/
.note {
    font-size: 12px;
}

.navbar .nav > li {
/*    min-width: 150px;*/
display:none;
background:url('../../images/top-menu-divider.gif') right top repeat-y;
}

.footer-categories{margin-left:20px; width:380px;}
footer contact-info{margin-left:0}
.footer-categories .nav li{display:block}
	.dropdown-menu .multicolumn .column{margin-left:10px;}
	.dropdown-menu a {padding:3px 10px}

    .navbar .nav > li b.caret {
        margin-left: 10px;
    }

.bookItemWrapper {
    background: url('../../images/book-shelf-big.png') bottom center no-repeat;
    height: 300px;
    width: 250px;
    text-align: center;
}

    .bookItemWrapper img {
        height: 256px;
        box-shadow: 0 0 7px #ebebeb;
        border-radius: 3px;
    }

.bookPage {
    margin-top: 20px;
}

    .bookPage .bookTitle {
        line-height: 130%;
        text-transform: capitalize;
        font-size: 22px;
        font-weight: normal;
        color: #333333;
    }

    .bookPage .bookInfo {
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 170%;
        padding-left: 0;
        margin-left: 0;
		padding-right:10px;
    }

    .bookPage a.author {
        text-decoration: none;
        color: #7c8595;
    }

        .bookPage a.author:hover {
            text-decoration: underline;
            color: #1f519c;
        }

    .bookPage .priceArea {
        background: #FFF url('../../images/priceArea-bg-bottom.png') bottom left repeat-x;
        border: 1px solid #e6e6e6;
        border-bottom: none;
        padding: 30px;
    }

        .bookPage .priceArea table th {
            text-align: right;
            font-weight: normal;
            font-size: 12px;
            padding-right: 10px;
            line-height: 130%;
            color: #a8afb7;
            padding-bottom: 10px;
            padding-top: 5px;
        }

        .bookPage .priceArea table th, .bookPage .priceArea table td {
            vertical-align: top;
        }

        .bookPage .priceArea .btn-primary {
            width: auto;
            display: block;
        }

    .bookPage .content {
        padding: 20px 0;
    }

.recommendedBooks ul li {
    float: left;
    list-style: none;
}

.recommendedBooks .price {
    display: inline-block;
}

.recommendedBooks a.add {
    margin-left: 10px;
    cursor: pointer;
}


#profileForm .well {
    padding: 30px;
}

#profileForm table th, #profileForm table td {
    vertical-align: top;
}

#profileForm table input {
    margin-bottom: 20px;
}

#profileForm table th {
    padding-right: 15px;
    font-size: 12px;
    text-align: right;
}

#catalogCartForm {
    width: 726px;
    margin-left: -363px !Important;
}

    #catalogCartForm .modal-body {
        max-height:300px;
    }

.navbar .nav > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu:before {
    border: none;
    background: transparent;
}

.nav-tabs.authors {
    position: absolute;
    margin-top: -87px;
    margin-left: 130px;
    border-bottom: none;
}

    .nav-tabs.authors li {
        margin: 0 !important;
    }

        .nav-tabs.authors li a, .nav-tabs.authors li a:hover {
            padding: 13px 10px 30px;
            background: transparent;
            border: none;
            font-size: 14px;
        }

        .nav-tabs.authors li.active a, .nav-tabs.authors li.active a:hover {
            border-top: 3px solid #990000;
            padding-top: 10px;
            background: #FFF;
        }

footer .contact-info {
/*    margin-top: -15px;*/
}

footer .crArea {
    padding: 20px 0;
    background: #8c0000;
    color: #FFF;
    margin-top: 20px;
}

.addToWishlist {
    margin: 0 auto;
    display: block;
    margin-top: 15px;
    text-align: center;
}

.authorsList .caption {
    width: 250px;
    overflow: hidden;
    display: block;
    height: 17px;
    padding: 5px 0;
    text-overflow: ellipsis.;
}

.authorPhotoWrapper {
    background: url('../../images/authorBorder-big.png') top left no-repeat;
    width: 238px;
    height: 327px;
    display: block;
    margin-top: 10px;
    padding-top: 14px;
}

    .authorPhotoWrapper div.holder {
        overflow: hidden;
        width: 204px;
        height: 286px;
        display: block;
        margin-left: 17px;
    }

    .authorPhotoWrapper img {
        max-width: none !important;
        height: 286px;
        margin: 0 auto !important;
        display: block;
    }

.btn.subscribe {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    letter-spacing: 0px;
    width: 209px;
    margin-top: 15px;
}

.defaultCover {
}

ol.searchResults li {
    margin: 15px 0;
    border-bottom: 1px dotted #ebebeb;
    padding-bottom: 20px;
}

.usernameArea {
    font-size: 12px;
    position: absolute;
}

.profileLink {
    margin-left: 0 !important;
    padding-left: 3px !important;
    text-transform: none !important;
    font-weight: bold;
}

ul.authorsList li {
    list-style: none;
}

.column {
    display: inline-block;
    float: left;
}

#twitter-widget-0 {
    width: 200px !important;
}

.timeline {
    border: none !important;
}


#pageGlobalMessage span.status {
    padding: 5px;
}

.pub_date {
    font-style: italic;
}

.jcarousel-skin-tango li {
}

.defaultCover .bookCover {
    background: url('../../images/book-cover-default.png') top center no-repeat;
}

.bookPage .defaultCover {
    background: url('../../images/book-cover-default-big.png') top center no-repeat;
    width: 166px;
    height: 256px;
    display: block;
    margin: 0 auto;
}

.pagination a, .pagination span {
    border: none;
    border-radius: 4px !important;
    margin: 0 2px;
    font-weight: bold;
    color: #757a83;
    padding: 10px !important;
    height: 10px;
    line-height: 10px;
}

    .pagination span.active {
        border: 1px solid #dddddd;
        color: #990000;
    }

.imprints ul li {
    list-style: none;
}

.imprints ul.logos {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

    .imprints ul.logos li {
        margin: 10px;
    }

.imprints ul.descriptions {
    margin: 0;
}

    .imprints ul.descriptions li {
        margin-bottom: 15px;
    }

        .imprints ul.descriptions li strong {
            font-weight: bold;
        }

.col2 {
    float: left;
}

.dropdown-menu ul.column li {
    list-style: none;
}

.dropdown-menu ul.column {
    width: 40%;
}

.dropdown-menu > li.multicolumn {
    min-width: 400px;
}
#twtr-widget-1, #twtr-widget-1 *{background:transparent; overflow:hidden}
.twtr-doc{width:auto !important}
.twtr-ft img{display:none}
#twtr-widget-1 a{color: #1F519C !important; font-family:'Open Sans',sans-serif !important; font-size:12px !important;}
.twtr-profile-img{padding:5px; background:#FFF !important; margin-right:10px}
.twtr-tweet-text p *{line-height:160% !important}

.featuredVideos ul.thumbnails.vertical li {display:block; float:none;}
.featuredVideos ul.thumbnails.horizontal li {display:inline-block; float:left;}
.featuredVideos .thumbnails li .thumbnail{
width:100%;
padding:0;
border:none;
box-shadow:none;
clear:both;
}

.featuredVideos .videoTeaser{
float:left;
margin-right:10px;
}

.featuredVideos .thumbnails li .thumbnail .caption{
padding:0;
font-size:13px !Important;
clear:both;
display:block;
}

.featuredVideos .thumbnails li .thumbnail .caption h4{
font-weight:normal;
font-size:12px;
margin-top:3px;
}
.slideContent{padding-top:72px;}
.slideTitle{font-size:30px; font-family:'Open Sans',sans-serif !important; margin-bottom:20px; color:#000000; font-weight:bold; text-transform:uppercase; letter-spacing:1px; margin-top:27px}
.slideSubscription{font-size:18px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; color:#999999;}
.slideDescription{
font-size:16px; 
margin-top:20px; 
padding-top:20px;
background:url('../../images/bg-hr.gif') repeat-x top left;
color:#666666; 
line-height:160%;
}

/*.carousel-control.left{margin-left:-20px;}
.carousel-control.right{margin-right:-20px;}*/
.imprint{margin-top:20px;}
.categodyUrl{
	position:absolute; 
	top:0; 
	left:0; 
	width:100%;
	height:200px; 
	display:block;
}

.booksCatalogs.all li {
    margin-bottom: 20px;
}

.booksCatalogs.all a.orderform {
    margin-left: 20px;
}

.navbar .nav li:first-child {
    overflow: visible;
}

.booksThumbnails.related {background:none;}
.booksThumbnails.related .thumbnail{height:200px; margin-left:10px;}


.bookItemWrapper.ebook{
background:url('../../images/ebook-wrapper.png') no-repeat top left !important;
text-align:left !important;
width:229px;
padding-top:33px !important;
}

.booksThumbnails .ebook .bookCover{
background:url('../../images/ebook-wrapper-small.png') no-repeat bottom center !important;
}

.booksThumbnails .ebook .bookCover .primaryimage{width:83px; height:auto !important; min-height:auto !important; max-height:none !important; margin-top:9px; margin-left:-1px;}
.gloss{display:none !important} /*TEMP*/
.booksThumbnails .ebook .bookCover .gloss{margin-top:10px; height:113px !important;}
.booksThumbnails .ebook .coverWrapper{height:122px; overflow:hidden !important;}


.bookPage .ebook img.gloss{
margin-left:auto;
margin-right:auto;
display:block;
margin-left:24px;
width:180px !important;
height:245px !important;
}

.bookItemWrapper.ebook .coverWrapper{
display:block;
height:245px;
overflow:hidden;
}

.bookPage .ebook .primaryimage{
border-radius:0 !important;
/*height:244px;*/
width:180px;
height:auto;
margin-left:auto;
margin-right:auto;
display:inline-block;
/*width:auto !important;*/
}

.bookPage .bookItemWrapper.ebook .primaryimage{
display:block;
}

.ebookLabel{
background:url('../../images/ebook-label.png') no-repeat top left;
display:block;
width:79px;
height:39px;
position:absolute;
margin-top:200px;
}

#pinterestPH, #pinterestPH > span{box-shadow:none !important; border:none !important;}
#pinterestPH > span {margin-left:-3px !important; display:block}

.bookPage .nav-tabs{height:44px;}
.bookPage .nav-tabs li.active a{border-right:1px solid #ebebeb; border-left:1px solid #ebebeb;}

.clear{clear:both; float:none !important;}

.mainAreaWrapper{background:#FFF; padding:20px}

.navbar .nav > li > a {
padding:10px 16px;
}
.sort.horizontal *{
/*    float:right;
    display:inline-block;
    margin-bottom:20px;*/
	font-size:13px !important;
	
}
.sort.horizontal label {
    display: inline-block;
	color:#000 !important;
}

.sort.horizontal input {
    margin: 0px 5px 0px 0px;	
}

.sort.horizontal td {
   padding-left:10px;
}

.sort.horizontal label.caption {
    float: left;
    line-height:22px;
	color:#999 !important;
}

.facets ul li input {
    margin:0;
}

.facets ul {
    padding:10px;
    min-width:100px;
    border-radius:5px;
    margin-top:5px;
    margin-left:-40px;
}

.facets {	
	margin-top:9px;	
    display:inline-block;
	float:right;
}

.facets a {
    margin-left:-40px !important;
    margin-top:-5px;
}



a.facebooklogin {
    display: inline-block;
    background-color: #5f78ab;
    cursor: pointer;
    margin:0;
}

    a.facebooklogin:hover {
        text-decoration: none;
        opacity: 1;
    }

    a.facebooklogin.caption {
        font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
        font-weight: bold;
        border-top: 1px solid #29447e;
        border-right: 1px solid #29447e;
        border-bottom: 1px solid #1a356e;
        color: #fff;
        font-size: 11px;
    }

        a.facebooklogin.caption span {
            padding: 2px 6px 3px;
            border-top: 1px solid #879ac0;
        }

    a.facebooklogin.logo span {
        background-image: url(http://static.ak.fbcdn.net/rsrc.php/v2/yx/r/j_i0CTUUUEe.png);
        background-size: auto;
        background-repeat: no-repeat;
        display: inline-block;
        width: 22px;
        height: 22px;
        background-position: 0 -132px;
        padding: 0;
        margin: 0;
    }
	
div{vertical-align:top;}
.row-fluid{display:table}
.sideBar, .featuredAuthors{display:table-cell !important;}
.sideBar{width:225px !important}	
.featuredAuthors {width:auto !important; padding-left:20px;}
	
.pad{padding:20px}
.pad-lr{padding-left:20px; padding-right:20px;}
.pad-tb{padding-top:20px; padding-bottom:20px;}


/*.jcarousel-clip, .jcarousel-container, .jcarousel-container, .`jcarousel-skin-tango, .bookShelf, .booksListWrapper{display:table-cell !important; width:auto !; overflow:hidden !important}*/

.jcarousel-clip{display:block; width:100%;}
.booksListWrapper .jcarousel-clip{width:645px !important;}

/*ul.booksThumbnails{width:100% !important}*/
.fixed{position:fixed;}
.authorPhotoPH > div.fixed{margin-top:0px; top:0}
.authorWrapper {display:table}
.authorWrapper .authorPhotoPH, .authorWrapper .content{display:table-cell}
.authorWrapper .authorPhotoPH{width:260px !important;}
.authorWrapper .content{}
.subCategoriesList{overflow:auto;}
.subCategoriesList.fixed{position:fixed; top:20px; width:181px;}

footer{position:absolute; z-index:998; width:100%;}


.searchResults .pic {
    width:110px;
    height:110px;
    display:inline-block;
    float: left;
    margin-right:20px;
    margin-bottom:20px;
}

    .searchResults .pic.category {
        height:60px;
        background:url('../../images/category.png') no-repeat top center !important;
    }

    .searchResults .pic.page {
        background:url('../../images/page.png') no-repeat top center !important;
    }

ul.searchResults {
    list-style:none;
}

.searchResults .pic.book.ebook a {
    height:105px;
    display:block;
    overflow:hidden;
    text-align:center;
    background:url('../../images/ebook-wrapper-search.png') no-repeat bottom center !important;
}

.searchResults .pic .primaryimage {
    max-width: 70px; max-height: 95px;
}

.searchResults .pic.book.ebook .primaryimage {
    max-width:57px;
}

.searchResults .pic.book.ebook .coverWrapper {
    height:76px;
    margin-top:11px;
    overflow:hidden;
}