/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.1.0
build: 2026
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}



body {
    font: 75%/1.4 'Lucida Grande', Arial, Verdana, sans-serif;
    color: #333;
/*    opacity: .99;*/
}

a {
    text-decoration: none;
    color: #0F6999;
}
a:hover {
    color: #A34805;
    text-decoration: underline;
}

strong {
    font-weight: bold;
}

p {
    margin: 0 0 1.1em;
}

h2 {
    font-size: 2em;
    line-height: 1.2;
    margin-bottom: .5em;
    letter-spacing: -1px;
}
h3 {
    clear: both;
    color: #4E575C;
    font-weight: bold;
    font-size: 1.4em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .1em;
    margin: 2em 0 1em;
}
#Home h3 {
    border: 0;
}
h4 {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: .8em;
}

ul {
    padding: 0 0 0 18px;
}
ul li {
    list-style: circle;
    margin: 5px 0;
    line-height: 1.3;
}


#header {
    background: #1a88c5;
}
#header .container {
    width: 950px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
#header h1 {
    color: #fff;
    margin: 0;
    text-indent: -1000em;
    width: 550px;
    height: 70px;
    background: url(../img/everyman_banner.jpg) no-repeat;
}

#header #headTools {
    position: absolute;
    right: 0;
    top: 10px;
}
#header form label {
    margin-right: 5px;
}
#header form input[type=text] {
    border: 1px solid #115b83;
    margin: 0 3px;
    padding: 1px 2px;
    width: 120px;
}
#header form input.button {
    margin: -2px 0;
}
#header form select {
    border: 1px solid #115b83;
    font-size: .9em;
    padding: 1px;
    margin: 0 3px 0 0;
}
#header form label {
    color: #fff;
}
#header form label, #header form input, #header form select {
    vertical-align: middle;
}

#shoppingCartPreview {
    background: #ADD4F0;
    border: 1px solid #115b83;
    margin-top: 5px;
    padding: 4px 5px;
    position: relative;
}
#shoppingCartPreview p {
    margin: 0 0 0 5px;
}
#shoppingCartPreview .cartContents {
    color: #333;
}
#shoppingCartPreview .cartActions {
    position: absolute;
    font-weight: bold;
    right: 10px;
    top: 4px;
}
#shoppingCartPreview .cartActions .checkOut {
    background: url(../img/shopping_cart.png) no-repeat 100% 50%;
    padding-right: 22px;
}
* html #shoppingCartPreview .cartActions .checkOut {
    background-image: url(../img/shopping_cart.gif);
}

#nav {
    background: #ddd;
    border-top: 1px solid #fff;
    font-size: .95em;
}
#nav ul {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    width: 950px;
    font-size: 1.1em;
    border-left: 1px solid #fff;
}
#nav ul li {
    float: left;
    margin: 0;
    list-style: none;
}
#nav ul li a {
    padding: 5px 15px;
    float: left;
    border-right: 1px solid #fff;
    text-decoration: none;
    color: #555;
    font-weight: bold;
}
#Home li#nHome a, #Catalogue li#nCatalogue a, #Ebooks li#nEbooks a, #Samples li#nSamples a, #Categories li#nCategories a, #GermanBooks li#nGermanBooks a, #Retailers li#nRetailers a, #Links li#nLinks a, #About li#nAbout a, #Contact li#nContact a
{
    background: #1a88c5;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 2px #333;
}
#nav ul li a:hover {
    background: #add4f0;
    color: #222;
}

#body {
    width: 950px;
    margin: 1.5em auto;
    overflow: hidden;
}

.column {
    float: left;
    display: inline;
    margin-right: 10px;
}

.half {
    width: 290px;
}

#left {
    width: 150px;
    font-size: .9em;
}
#middle {
    width: 590px;
}
#right {
    font-size: .9em;
    width: 190px;
    margin: 0;
}

#right .box p {
    margin: 0 0 5px;
}
.box h4 {
    font-weight: bold;
    margin: 10px 0 5px;
}

.column .box {
    background: #eee;
    margin-bottom: 10px;
    padding: 5px;
    overflow: hidden;
    zoom: 1;
}
.column .simple {
    background: none;
    padding: 0;
}

#wrapper #body .last {
    margin-right: 0;
}
#wrapper #right .last {
    margin-bottom: 0;
}

#carousel {
    margin-bottom: 1.5em;
}

#left h3, #right h3 {
    line-height: 1;
    font-size: 1.1em;
    letter-spacing: -.02em;
    font-weight: bold;
    overflow: hidden;
    padding: 5px;
    border-bottom: 1px solid #4e575c;
}
#wrapper .box h3 {
    border: 0;
    padding: 5px 7px;
    color: #fff;
    background: #4E575C;
}
* html #left h3, * html #right h3 {
    zoom: 1;
    position: relative;
}
#body .ebooks h3 {
    background: #994033;
}
#body .books h3, #body .buy h3 {
    background: #1a88c5;
}

/* Alt Shadow for thumb cover image
.thumb {
    overflow: hidden;
    -moz-box-shadow: 1px 1px 2px #777;
    -webkit-box-shadow: 1px 1px 2px #777;
}
.thumb img {
    display: block;
    margin: 0 -4px -4px 0;
}
*/

#right .box .thumb {
    float: left;
    display: inline;
    margin: 1px 6px 0 -60px;
}

#right ul a {
    padding: 0;
}
#right ul a:hover {
    background: none;
}

#right .books ul {
    padding: 0;
}
#right .books ul li {
    margin-bottom: 7px;
    padding: 0 0 3px 60px;
    overflow: hidden;
}
#right ul h5 {
    line-height: 1.1;
    font-size: 1em;
    font-weight: normal;
    margin: 0 0 2px;
}

.releaseDate {
    font-family: 'Lucida Grande', Arial, sans-serif;
    margin-top: 2px;
    color: #777;
    display: block;
    font-size: .9em;
}

.row {
    clear: left;
    overflow: hidden;
    margin-bottom: 20px;
}

.book {
    padding-left: 160px;
    margin: 0;
}
.book .cover {
    margin: 5px 0 23px 15px;
    display: inline;
    float: left;
    overflow: hidden;
}

/* Remove shadow from cover image
.book .cover img {
    margin: 0 -8px -8px 0;
}
*/

.book h3 {
    font-size: 1.5em;
    margin: 0 0 1em;
}

.book .meta {
    margin: 0 0 15px;
    clear: left;
}
 
.book #left {
    margin-left: -160px;
}
.book .author {
    margin: 0;
    font-size: 1.3em;
    line-height: 1.2;
    color: #777;
    float: left;
}
.book .author a {
    font-weight: bold;
}

.book .details {
    overflow: hidden;
    width: 100%;
    margin: 0 0 1em;
}
.book .cart {
    float: right;
    padding: 5px 0 2px;
    border: solid #ccc;
    border-width: 1px 0;
}
.book .cart a.addToCart {
    margin: 0;
}

.book .ebook .label {
    background: url(../img/icon_ebook.png) no-repeat ;
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
    top: -2px;
    text-indent: -1000em;
    width: 56px;
    height: 17px;
}
.box .price {
    float: left;
    display: inline;
    font-weight: bold;
    line-height: 16px;
    margin: 0 10px 0 0;
    font-size: 1.2em;
    line-height: 1;
}

.book .description, .book .reviews {
    margin: 0 0 20px;
}

.column .paper_book {
    border-top: 1px solid #aaa;
    margin: -5px;
    background: #ddd;
}
.paper_book h4 {
    font-size: .9em;
    margin: 0;
}

.paper_book .amazon {
    padding: 0;
}
.paper_book .amazon li {
    list-style: none;
    margin: 5px 0 0;
}
.paper_book .amazon li a {
    text-indent: -1000em;
    width: 137px;
    height: 28px;
    display: block;
}
#right .paper_book .amazon li.uk a, #left .paper_book .amazon li.uk a {
    background: url(../img/amazon_uk.gif) no-repeat;
}
#right .paper_book .amazon li.us a, #left .paper_book .amazon li.us a  {
    background: url(../img/amazon_us.gif) no-repeat;
}

a.addToCart {
    float: right;
    background: url(../img/but_add_to_cart2.png) no-repeat;
    text-indent: -1000em;
    height: 17px;
    width: 87px;
    margin: -1px 0 0;
}
.box a.addToCart {
    width: 106px;
    height: 20px;
    margin: -2px 0;
    background: url(../img/but_add_to_cart-large.png) no-repeat;
}

.book blockquote {
    padding: 0 0 0 25px;
    margin: 0 0 1.5em;
    background: url(../img/quotes.png) no-repeat 0 0;
}
.book blockquote .quote {
    display: inline;
    padding: 0 20px 0 0;
    background: url(../img/quotes.png) no-repeat 100% 100%;
}
.book blockquote .source {
    margin: .5em 0 0;
    font-style: italic;
    font-size: .9em;
}

#middle .item {
    width: 190px;
    margin: 0 10px 0 0;
    float: left;
    display: inline;
    background: none;
}
#middle .item h3 {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 2px;
}
#middle .item .details {
    position: relative;
    background: #fff;
    padding: 4px 0;
    margin: 0;
    overflow: hidden;
}
* html #middle .item .details {
    zoom: 1;
}
#middle .item .author {
    display: block;
    font-size: 1.1em;
    margin: 2px 0;
    color: #777;
}
#middle .item .price {
    float: left;
    font-weight: bold;
}

.item .description {
    clear: both;
    overflow: hidden;
    line-height: 1.2;
    padding: 0 0 3px 60px;
}
.item .description p {
    margin: 0 0 .5em;
}
.item .thumb {
    float: left;
    display: inline;
    margin: 2px 7px 0 -60px;
    text-decoration: none;
}
.item .thumb .offer {
    display: block;
    padding: 2px 0;
    font-size: .8em;
    text-align: center;
    color: #333;
    font-weight: bold;
    border: 1px solid #777;
    background: #aaa;
    margin: 3px 2px 0 0;
}

.box h3 {
    cursor: default;
    margin: -5px -5px 5px;
}
.bordered h3 {
    margin: -6px -6px 5px;
}
.column .bordered {
    border: 1px solid #ccc;
    padding: 5px;
}

.box ul.separated {
    line-height: 1.3;
    padding: 0;
    margin: -5px;
}
.box ul.separated li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
}
.box ul.separated li a {
    display: block;
    padding: 3px 5px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
* html .box ul li, #left .box ul li a {
    zoom: 1;
}
.separated li a:hover {
    background: #f5f5f5;
}
.separated li a:active, .separated li a:focus {
    color: #333;
    text-decoration: none;
    outline: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
}

.ebooksLogo {
    background: url(../img/ebooks_logo.png) no-repeat 0 -1px;
    text-indent: -1000em;
    height: 19px;
    width: 65px;
    float: left;
    margin: -3px 0;
}
* html .ebooksLogo {
    background-image: url(../img/ebooks_logo.gif);
}
.booksLogo {
    background: url(../img/books_logo2.png) no-repeat 50% 4px;
    text-indent: -1000em;
    height: 19px;
    width: 49px;
    float: left;
    margin: -3px 0;
}
* html .booksLogo {
    background-image: url(../img/books_logo2.gif);
}
.outNow, .comingSoon {
    background: url(../img/out_now.png) no-repeat 0 5px;
    text-indent: -1000em;
    height: 19px;
    width: 48px;
    float: right;
    display: inline;
    margin: -3px -2px -3px 0;
}
.comingSoon {
    background: url(../img/coming_soon.png) no-repeat 0 5px;
    width: 71px;
}
* html #left .comingSoon {
    background-image: url(../img/coming_soon-r.gif);
}
* html #right .comingSoon {
    background-image: url(../img/coming_soon-b.gif);
}
* html #left .outNow {
    background-image: url(../img/out_now-r.gif);
}
* html #right .outNow {
    background-image: url(../img/out_now-b.gif);
}

#left #catalogue ul {
    padding: 0;
}
#left #catalogue li {
    margin: 0;
    list-style: none;
}
#left #catalogue li a, #left #schedule li a {
    background: url(../img/icon_pdf.png) no-repeat 0 2px;
    display: inline-block;
    padding: 4px 0 4px 20px;
}
* html #left #catalogue li a, * html #left #schedule li a {
    background-image: url(../img/icon_pdf.gif);
}

.promo {
    margin-bottom: 1.5em;
    border: 1px solid #777;
    color: #333;
    margin-left: -1px;
    clear: both;
}
* html .promo {
    margin-left: 0;
}
.promo .container {
    padding: 10px;
}
.promo li {
    margin: 5px 0;
    font-size: 1.2em;
}

#primary .container {
    padding-left: 200px;
    width: auto;
    background: url(../img/ebooks_logo_big.png) no-repeat scroll 0pt -35px;
}

#secondary {
    float: left;
    width: 100%;
    border: 0;
}

#secondary .container {
    border: 1px solid #777;	
}

.promo p {
    margin: 1em 0 0;
}

#wrapper p.download {
    margin: 10px 0;
}
#wrapper p.download a {
    line-height: 16px;
    background: url(../img/download.png) no-repeat;
    font-weight: bold;
    padding: 0 0 0 18px;
    letter-spacing: -.03em;
}

#middle .block, #About .half p {
    margin-bottom: 1em;
    font-size: 1.1em;
}
#middle .block h4 {
    margin: 0 0 .4em;
}
#middle .block p {
    margin: 0 0 .4em;
}

.to_top {
    margin: 0 0 2em;
}
.to_top a {
    background: url(../img/to_top.png) no-repeat 0 0;
    padding: 0 0 0 20px;
}
.to_top a:hover {
    background-position: 0 -30px;
}

/* About */
#About #right {
    margin: 4em 0 0;
}

/* Contact */

#Contact #right {
    margin: 8em 0 0;
}

.contact p {
    font-size: 1.1em;
}

.contact_form p {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 5px 0;
}
.contact_form p.note {
    margin: 0 0 1em;
}
.contact_form .error {
    margin: 0 0 0 10px;
    color: #941A10;
    padding: 3px;
    display: inline;
    float: left;
}
.contact_form label {
    text-align: right;
    width: 110px;
    float: left;
    padding: 3px 10px 3px 0;
}
.contact_form .required label {
    font-weight: bold;
}
.contact_form input, .contact_form textarea {
    width: 280px;
    padding: 2px;
    float: left;
}
.contact_form textarea {
    width: 284px;
}
.contact_form input#title, .contact_form input#pc {
    width: 100px;
}
.contact_form #submit {
    width: auto;
    margin: 0 0 0 118px;
    font-weight: bold;
}
.contact_form #reset {
    width: auto;
    margin: 0 0 0 10px;
}

/* Cart */

.cart {
    width: 100%;
    font-size: 1.1em;
    margin: 0 0 1em;
}
.cart thead th {
    padding: 5px 10px;
    background: #add4f0;
    color: #1a88c5;
    border-top: 1px solid #1a88c5;
}
.cart td {
    padding: 10px;
    border-top: 1px solid #1a88c5;
    vertical-align: top;
}
.cart td.title {
    padding-left: 70px;
    font-size: 1.1em;
    font-weight: bold;
}
.cart td.title .thumb {
    float: left;
    margin-left: -60px;
    display: inline;
}
.cart td.title .author {
    font-size: .9em;
    color: #777;
    display: block;
    font-weight: normal;
}

.cart tfoot {
    font-weight: bold;
    background: #ddd;
}
.cart tfoot .total_label {
    text-align: right;
}

#Cart .actions {
    overflow: hidden;
}
#Cart .back {
    float: left;
}
#Cart .checkout {
    float: right;
    font-weight: bold;
    font-size: 1.2em;
}

#Checkout #right {
    margin-top: 3.8em;
}

#Checkout .box form p {
    width: 180px;
    overflow: hidden;
    margin: 0 0 1em;
}
#Checkout .box form label {
    float: left;
    padding: 2px;
    width: 40px;
}
#Checkout form .input input {
    float: left;
    width: 125px;
}
#Checkout form p.button {
    font-weight: bold;
    text-align: center;
    font-size: 1.1em;
    margin: 0;
    padding: 5px 0;
}
#Checkout form p.button input {
    width: auto;
    overflow: visible;
    padding: 0 .5em;
    margin: 0;
}
#right .checkout h3 {
    background: #994033;
}

#right .paypal {
    margin: 1.5em 0;
    text-align: center;
}

.tabs {
    border-bottom: 1px solid #aaa;
    float: left;
    padding: 0;
    width: 100%;
    margin: 10px 0;
}
.tabs li {
    float: left;
    display: inline;
    margin: 0 0 0 2px;
    list-style: none;
}
.tabs li a {
    display: block;
    padding: 5px 10px;
    border: solid #aaa;
    border-width: 1px 1px 0 1px;
    color: #555;
    text-decoration: none;
    background: #ddd;
}
.tabs li a:hover {
    background: #f5f5f5;
}
.tabs li.active {
    position: relative;
    margin-bottom: -1px;
}
.tabs li.active a {
    font-weight: bold;
    color: #333;
    background: #fff;
    padding-bottom: 6px;
}

.pagination {
    clear: both;
    overflow: hidden;
    zoom: 1;
    padding: 2px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    letter-spacing: -1px;
    margin: 0 0 2em;
}
.pagination li {
    list-style: none;
    float: left;
    margin: 0 -1px 0 0;
}
.pagination li a, .pagination li span {
    border: 1px solid #1a88c5;
    width: 21px;
    display: block;
    text-align: center;
    padding: 3px 0;
    text-decoration: none;
    background: #fff;
    color: #555;
    position: relative;
    z-index: 10;
}
.pagination li a:hover {
    background: #add4f0;
}
.pagination li.active a {
    background: #1a88c5;
    color: #fff;
    font-weight: bold;
}
.pagination li span {
    border-color: #999;
    background: none;
    color: #aaa;
    cursor: default;
    display: block;
    z-index: 9;
}

.booklist {
    padding: 0;
    margin: 2em 0 0;
}
.booklist li {
    padding: 0 0 0 60px;
    list-style: none;
    overflow: hidden;
    margin: 0 0 10px;
}
.booklist li .thumb {
    float: left;
    display: inline;
    margin: 0 0 0 -60px;
}
* html .booklist li .thumb {
    margin-top: 18px;
}
.booklist h4 {
    margin: 0 0 .5em;
}
.booklist p {
    color: #777;
    margin: 0 0 .5em;
}

.samples p {
    margin: 0 0 .3em;
}
#wrapper .samples .download {
    margin: 0 0 .5em;
}

#Catalogue #left, #Ebooks #left, #Catalogue #right {
    margin-top: 8.1em;
}
#Ebooks .book #left {
    margin-top: 0;
}
#Retailers #left, #Links #left {
    margin-top: 6em;
}

#browseBooks .active a {
    background: #ADD4F0;
    color: #333;
    text-decoration: none;
}

.featured {
    margin: 1.7em 0 0;
    padding: 0;
    overflow: hidden;
}
.featured li {
    list-style: none;
    float: left;
    display: inline;
    width: 190px;
    margin: 0 10px 0 0;
    padding: 0;
    text-align: center;
}
.featured li.last {
    margin: 0;
}
.featured li .thumb {
    margin: 0 auto 1em;
    display: block;
    float: none;
    -moz-box-shadow: none;
}
.featured li .thumb img {
    margin: 0 auto;
}
.featured li h4 {
    clear: left;
}


h3#booksInGerman {
    border: 0;
}
#booksInGerman a {
    background: url(../img/icon_german.png) no-repeat 0 50%;
    padding: 0 0 0 24px;
}


#footer {
    border-top: 1px solid #ccc;
    width: 950px;
    margin: 0 auto 20px;
    padding-bottom: 1.5em;
    clear: left;
}
#footer ul {
    float: right;
    padding: 5px;
}
#footer ul li {
    display: inline;
    margin: 0 0 0 20px;
}
#footer p {
    padding: 5px;
    float: left;
    color: #999;
}