﻿/* ---=== GENERAL ===--- */

a.button
{
    font-size: 11px;
    background-image: url(../../Content/Images/btn-bg.gif);
    background-repeat: repeat-x;
    padding: 3px 8px 3px 8px;
    font-family: Georgia;
    text-decoration: none;
    border-bottom: solid 1px #C9C8C2;
}

.submit
{
    text-align: center;
    background-image: url(../../Content/Images/btn-submit-bg.gif);
    border: none;
    color: White !important;
    font-size: 11px;
    font-family: Georgia;
    text-transform: uppercase;
    padding: 3px;
    border-bottom: solid 1px #B23A10;
}

.snippet-gray
{
    background-color: #F7F5EC;
    background-image: url(../../Content/Images/btn-submit-bg.gif);
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: fixed;
}

.large-button
{
    background-image: url(../../Content/Images/large_btn_back.png);
    background-repeat: repeat-x;
    color: White !important;
    font-size: 16px;
    font-family: Georgia;
    padding: 4px 8px 4px 8px;
    border: none;
    cursor: pointer;
}

.large-button.float-right
{
    float: right;
}

#noscript
{
    margin: 0 0 20px 0;
}

div#subject-header
{
    margin: 0 0 20px 0;
}

div#subject-header h1
{
    font-size: 18px;
    margin: 0 0 15px 0;
    text-transform: capitalize;
}

div#subject-header h1 span
{
    color: Black;
}

fieldset br
{
    margin: 0 0 10px 0;
}

/* ---=== HOMEPAGE ===--- */

body
{
    background-image: url(../../Content/Images/bg-navi-body.gif);
    background-repeat: repeat-x;
}

/* ---=== HEADER ===--- */

#header
{
    height: 155px;
    margin: 0 0 20px 0;
    padding: 10px 0 0 0;
    position: relative;
    z-index: 2;
}

#header h1
{
    margin: 20px 0 0 135px;
    letter-spacing: -0.04em;
}

#header h1 a
{
    color: #f26522;
}

#header h1 a:hover
{
    text-decoration: none;
}

#header-title-wrapper img
{
    float: left;
}

/* ---=== HEADER - SEARCH ===--- */

#header-search-wrapper
{
    float: right;
    padding: 24px 0 0 0;
}

#header-search-wrapper, #header-search-wrapper a
{
    color: #f26522;
    font-family: Georgia;
}

#header-search-wrapper form
{
    display: inline;
    margin: 0 0 0 35px;
}

#querySearchAll, #querySearchAuthors
{
    background-image: url(../../Content/Images/bg-input-small.gif);
    width: 154px;
    height: 12px;
    font-family: Georgia;
    color: Black;
    background-repeat: no-repeat;
    border: 0;
    padding: 4px;
    font-size: 11px;
    margin: 0 -5px 0 0;
}

#header-search-button
{
    background-image: url(../../Content/Images/btn-search.gif);
    border: 0;
    width: 30px;
    height: 20px;
    cursor: pointer;
    vertical-align: top;
}

#suggestions
{
    position: absolute;
    background-color: #F7F5EC;
    margin: 5px 0 0 118px;
    width: 300px;
    border-bottom: solid 1px #BDBAB1;
    border-top: solid 1px #BDBAB1;
    display: none;
}

div.suggestion-type-wrapper, span.nothing-interesting
{
    padding: 0 0 10px 0;
    border-left: solid 1px #BDBAB1;
    border-right: solid 1px #BDBAB1;
}

span.suggestion-type
{
    background-color: #E5E3DA;
    color: Black;
    display: block;
    padding: 3px 3px 3px 10px;
}

div.suggestion-result
{
    padding: 10px 10px 0 10px;
    font-size: 11px;
    color: #9B9990;
    font-family: Arial;
    line-height: 15px;
    clear: both;
    display: block;
    min-height: 70px;
    height: 70px;
}

span.suggestion-title
{
    color: Black;
    display: block;
    font-family: Georgia;
}

div.suggestion-result img
{
    float: left;
    margin: 0 5px 0 0;
}

div.suggestion-result-text
{
    margin-left: 55px;
}

#suggest-show-all
{
    background-color: #E5E3DA;
    display: block;
    padding: 3px 3px 3px 10px;
    background-color: #E5E3DA;
    border-left: solid 1px #BDBAB1;
    border-right: solid 1px #BDBAB1;
}

div#suggest-show-all a
{
    color: Black;
    font-size: 11px;
}

/* ---=== FOOTER ===--- */

#footer
{
    background-color: #F7F5EC;
    border-top: solid 1px #E5E3DA;
    margin: 40px 0 0 0;
    height: 175px;
    padding: 15px 0 0 0;
}

#footer span
{
    color: #F26522;
    font-family: Georgia;
    float: left;
}

#contact div span, span#contact-sign, #legal span
{
    float: right;
}

#contact-data
{
    margin-top: -15px;
}

#legal span
{
    text-align: right;
}

/* ---=== HOMEPAGE - SLIDERS ===--- */

#search-slider, #just-published, #forthcoming
{
    height: 362px;
    margin-bottom: 30px;
}

#search-slider
{
    overflow: hidden;
    background-image: url(../../Content/Images/bg-block-search-2.jpg);
    background-repeat: no-repeat;
}

#search-slider h4, #search-slider h5
{
    font-size: 26px;
    color: White;
    margin-bottom: 10px;
}

#search-slider div.strip
{
    width: 310px;
    height: 325px;
    overflow: hidden;
    position: relative;
}

#search-slider div.content-wrapper
{
    margin: 10px 20px 10px 20px;
}

#search-slider div.content-wrapper p
{
    color: White;
    font-family: Georgia;
    font-size: 16px;
}

#search-slider div.panel
{
    float: left;
    height: 100%;
    width: 310px;
    overflow: hidden;
}

#search-slider div.carrousel-controls
{
    background-image: url(../../Content/Images/btn-bg-bottom-tab.gif);
    background-repeat: repeat-x;
    height: 29px;
}

#search-slider div.carrousel-controls a
{
    color: White;
    font-size: 16px;
    border-left: solid 1px #B64316;
    margin: 0 0 3px 0;
    padding: 5px 12px 0 12px;
    font-family: Georgia;
    height: 24px;
    float: left;
}

#search-slider div.carrousel-controls a:visited
{
    color: White;
}

#search-slider div.carrousel-controls a:hover, #search-slider div.carrousel-controls a.selected
{
    color: White;
    text-decoration: none;
    background-color: #F26522;
    height: 30px;
    border-left: solid 1px #F26522;
    padding: 5px 12px 0 12px;
}

#title-nav-Authors
{
    width: 60px;
}

/* ---=== HOMEPAGE - SLIDER - SEARCH BOX ===--- */

#search-slider h5
{
    font-size: 17px;
    margin-bottom: 5px;
}

#search-form
{
    margin-top: 60px;
}

#query
{
    background-image: url(../../Content/Images/bg-input.jpg);
    width: 212px;
    height: 20px;
    font-family: Georgia;
    color: Gray;
    font-size: 15px;
    padding: 4px;
}

#search-button-slider
{
    background-image: url(../../Content/Images/btn-search-big.gif);
    border: 0;
    width: 41px;
    height: 31px;
    cursor: pointer;
    vertical-align: top;
}

/* ---=== HOMEPAGE - SLIDER - SUBJECTS ===--- */

#search-slider ul
{
    list-style: none;
}

#search-slider div.with-list div.content-wrapper
{
    margin: 10px 0 10px 0;
}

#search-slider div.with-list h4
{
    font-size: 20px;
    margin-bottom: 7px;
    margin-left: 5px;
}

#search-slider div.list-wrapper
{
    background-image: url(../../Content/Images/6_bg-txt-tabslider.gif);
    margin: 0;
    padding: 10px 15px 10px 15px;
    height: 260px;
}

#search-slider div.list-wrapper ul
{
    margin: 0 0 10px 0;
}

#search-slider div.list-wrapper ul li
{
    border-bottom: solid 1px #e5e3da;
    padding: 2px 0 2px 0;
}

#search-slider div.list-wrapper a.view-all
{
    color: Black;
    text-decoration: underline;
    font-family: Georgia;
    font-size: 11px;
}

#search-slider div.list-wrapper a.view-all:hover
{
    text-decoration: none;
}

/* ---=== HOMEPAGE - NEWS AND EVENTS ===--- */

#news, #images
{
    margin: 0 0 20px 0;
}

/* ---=== HOMEPAGE - TOP NAV ===--- */

#menu
{
    margin: 18px 0 0 0;
}

#menu ul
{
    margin: 0;
}

#menu li
{
    float: left;
    list-style-type: none;
}

#menu li a
{
    width: 114px;
    height: 80px;
    font-size: 18px;
    padding: 8px 10px 0 10px;
    display: block;
    text-decoration: none;
    color: Black;
    font-family: Georgia;
    background-image: url(../../Content/Images/bg-navi.gif);
    background-repeat: repeat-x;
}

#menu li span
{
    display: block;
    font-size: 11px;
    color: #9B9990;
    font-family: Arial;
    line-height: 15px;
    margin: 3px 0 0 0;
}

#menu li a:hover, #menu li a.selected
{
    background-image: url(../../Content/Images/nav-pageflip-hover.jpg);
}

/* ---=== HOMEPAGE - JUST PUBLISHED / FORTHCOMING ===--- */

#just-published, #forthcoming
{
    z-index: 1;
    position: relative;
}

#new-badge
{
    position: absolute;
    margin: -55px 0 0 220px;
}

.collumn-content
{
    padding: 5px;
}

.left
{
    padding-left: 0;
}

.right
{
    padding-right: 0;
}

#just-published-slider div.panel, #forthcoming div.panel
{
    float: left;
    height: 100%;
    width: 300px;
    overflow: hidden;
}

#just-published-slider h1, #forthcoming-slider h1, div.featured-title-info h1, div#news h1
{
    color: #003A9A;
    font-size: 16px;
}

#just-published-slider div.strip, #forthcoming-slider div.strip
{
    width: 300px;
    height: 325px;
    overflow: hidden;
    position: relative;
}

#just-published-slider div.content-wrapper p a, #forthcoming-slider div.content-wrapper p a, div#content a.author-link, div.content-wrapper p
{
    color: #79776E;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
}

#just-published-slider div.content-wrapper p a:hover, #forthcoming-slider div.content-wrapper p a:hover
{
    text-decoration: underline;
}

#just-published-slider img.cover-art, #forthcoming-slider img.cover-art
{
    float: right;
    margin-left: 10px;
}

div.just-published-book-info
{
    height: 91px;
    height: 91px;
    border-bottom: solid 1px #e5e3da;
    padding-top: 10px;
    overflow: hidden;
}

#just-published-slider div.carrousel-controls, #forthcoming-slider div.carrousel-controls
{
    margin: -28px 0 0 110px;
    z-index: 2;
    position: relative;
}

#just-published-slider a.control-prev, #forthcoming-slider a.control-prev
{
    margin: 0 10px 0 0;
}

/* ---=== HOMEPAGE - FEATURED TITLE / AUTHOR / SERIE ===--- */

div.featured-title-info img.cover-art
{
    float: left;
    margin: 0 5px 0 0;
}

div.featured-title-info p
{
    margin: 0 0 10px 0;
}

/* ---=== HOMEPAGE - TWITTER FEED ===--- */

#twitter-row
{
    margin: 10px 0 30px 0;
}

#twitter ul
{
    margin: 0 0 0 20px;
}

#twitter ul li
{
    margin: 10px 0 0 0;
    list-style-image: url(../../Content/Images/icon-twitter.gif);
}

/* ---=== HOMEPAGE - PUBSLISH YOUR MANUSCRIPT / STAY CONNECTED ===--- */

#publish-your-manuscript, #stay-connected
{
    background-color: #F7F5EC;
    border-bottom: solid 1px #E5E3DA;
}

#publish-your-manuscript div.collumn-content, #stay-connected div.collumn-content
{
    padding: 10px;
}

#publish-your-manuscript h2, #stay-connected h2
{
    font-size: 16px;
}

#stay-connected ul
{
    list-style: none;
}

#stay-connected ul li
{
    margin: 0 0 5px 0;
}

#stay-connected ul li.rss
{
    list-style-image: url(../../Content/Images/icon-rss.gif);
}

#stay-connected ul li.twitter
{
    list-style-image: url(../../Content/Images/icon-twitter.gif);
}

#stay-connected ul li.facebook
{
    list-style-image: url(../../Content/Images/icon-facebook.gif);
}

/* ---=== /Book/Detail ===--- */

#left img
{
    padding: 6px;
    background-color: #424038;
}

#left span
{
    text-align: center;
    padding: 0 0 5px 0;
    display: block;
    background-color: #F7F5EC;
    border-bottom: solid 1px #E5E3DA;
}

#left span a
{
    color: Black;
    font-family: Georgia;
    font-size: 11px;
    letter-spacing: -0.05em;
}

#content div.collumn-content
{
    padding-top: 0;
}

#content h1
{
    color: Black;
    font-size: 20px;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}

#order-box
{
    background-color: #EDF1F9;
    width: 170px;
    font-family: Georgia;
    float: right;
    margin: 0 0 0 20px;
    font-size: 18px;
}

#order-box span
{
    float: right;
}

#order-box-header, #order-box-content
{
    padding: 5px 10px 5px 10px;
}

#order-box-content
{
    padding-bottom: 10px;
}

#order-box-content.forthcoming
{
    font-size: 11px;
}

#order-box-header, thead
{
    background-color: #D4DFF3;
    font-size: 11px;
}

#order-box-content input.text, table input.text
{
    width: 30px;
    background-image: url(../../Content/Images/bg-input-small.gif);
    height: 16px;
    font-family: Georgia;
    color: Black;
    background-repeat: no-repeat;
    border: 0;
    padding: 4px;
    font-size: 11px;
    margin: 0 0 5px 0;
    text-align: center;
}

#order-box-content input.submit, #order-box-content a
{
    width: 100%;
    cursor: pointer;
    display: block;
}

p.note
{
    font-weight: bold;
    color: #424038;
    margin: 15px 0 25px 0;
}

p#authors
{
    margin: 0 0 10px 0;
}

p#authors a.author-link, p#authors span
{
    font-size: 14px;
}

p#controls
{
    margin: 0 0 25px 0;
}

#description
{
    margin: 15px 0 25px 0;
}

#content h3
{
    color: #f26522;
    border-bottom: solid 1px #B23A10;
}

#related-titles
{
}

div.related-title
{
    margin: 0 0 20px 0;
}

div.related-title img
{
    float: left;
    margin: 0 5px 5px 0;
}

div.related-title h4
{
    color: #003A9A;
    font-size: 14px;
    letter-spacing: -0.05em;
}

#featured-customer-reviews
{
}

.review
{
    margin: 0 0 15px 0;
}

/* ---=== /Subject/Browse ===--- */

#filter-box
{
    background-color: #F7F5EC;
}

#filter-head
{
    background-color: #791403;
    color: White;
    font-family: Georgia;
    padding: 5px 8px 5px 8px;
}

ul#list
{
    margin: 0;
    list-style: none;
}

#list li
{
    border-bottom: solid 1px #E5E3DA;
    padding: 5px;
}

#list li ul
{
    list-style: none;
}


#list li ul li, #list li ul li ul li
{
    border-bottom: 0;
}

#list li ul li a, #list li ul li ul li a
{
}

#list li a
{
    margin: 0 0 0 15px;
    display: block;
    color: #003080;
    font-size: 12px;
}

#list li a:hover
{
    color: #791403;
}

#list img
{
    padding: 0;
    float: left;
    cursor: pointer;
    float: left;
    background-color: Transparent;
    margin: 3px 0 0 0;
}

#sort-bar
{
    border-bottom: solid 1px #791403;
    padding: 5px 0 5px 10px;
}

#sort-bar a
{
    font-family: Georgia;
    font-size: 11px;
    color: #003080;
    padding: 5px 10px 5px 10px;
    margin: 0 2px 0 0;
    border-top: solid 1px white;
    border-right: solid 1px white;
    border-left: solid 1px white;
    font-weight: bold;
    letter-spacing: -0.05em;
}

#sort-bar a:hover, #sort-bar a.selected
{
    color: #F26522;
    border-top: solid 1px #791403;
    border-right: solid 1px #791403;
    border-left: solid 1px #791403;
    border-bottom: solid 1px white;
}

.results
{
    padding: 0 0 0 10px;
    margin: 0 0 30px 0;
}

.book
{
    clear: both;
    min-height: 160px;
    height: 160px;
}

.book-result-text
{
    margin-left: 95px;
}

.book img
{
    float: left;
    margin: 0 15px 0 0;
}

.book h1 a
{
    color: #003080;
    font-size: 18px;
    margin: 0 0 15px 0;
}

.book h1
{
    color: #003080;
    font-size: 18px;
    margin: 0 0 5px 0;
}

#pager
{
    background-image: url(../../Content/Images/pager_back.png);
    text-align: center;
    padding: 5px;
    font-weight: bold;
    color: #003080;
}

#pre-text
{
    margin: 0 40px 0 0;
    font-size: 11px;
    font-family: Georgia;
    font-weight: normal;
}

#pager a, #pager span
{
    margin: 0 15px 0 0;
}

#pager a:hover, #pager .disabled, #pager .current
{
    color: Black;
}

/* ---=== /Cart ===--- */

table
{
    background-color: #EDF1F9;
    font-family: Georgia;
    border: solid 0px black;
    color: Black;
}

thead
{
    background-color: #D4DFF3;
    font-size: 11px;
}

thead td
{
    border-bottom: solid 1px white;
    padding: 5px 10px 5px 10px;
}

tbody td, tfoot td
{
    border-bottom: solid 1px #D4DFF3;
    padding: 10px;
    vertical-align: top;
}

tfoot
{
    background-color: White;
}

td img
{
    float: left;
    margin: 0 10px 0 0;
}

input.button
{
    font-size: 11px;
    background-image: url(../../Content/Images/btn-bg.gif) !important;
    background-repeat: repeat-x;
    padding: 0;
    font-family: Georgia;
    text-decoration: none;
    border-bottom: solid 1px #C9C8C2;
    margin: 5px 0 0 0;
}

.cart-product-name, tfoot
{
    color: #003080;
    font-style: normal;
}

.cart-product-name
{
    font-family: Arial;
}

.price, .subtotal
{
    font-size: 16px;
    color: Black;
}

tfoot td a, a.need-help-link
{
    color: Black !important;
    font-size: 11px;
    font-family: Georgia;
}

#checkout-controls
{
    float: right;
}

/* ---=== FORMS ===--- */

fieldset
{
    padding: 10px;
    background-color: #EDF1F9;
    border: solid 1px #D4DFF3;
    font-family: Georgia;
    margin: 0 0 10px 0;
}

fieldset p
{
    font-family: Georgia;
}

legend
{
    font-size: 18px;
    font-family: Georgia;
}

fieldset label
{
    width: 170px;
    float: left;
}

fieldset input, fieldset textarea
{
    padding: 4px;
    font-family: Georgia;
    background-color: White;
}

fieldset br
{
    clear: both;
}

fieldset input, fieldset textarea
{
    border: solid 1px #D4DFF3;
}

fieldset input.text-field, fieldset textarea.text-field
{
    width: 200px;
}

label.error
{
    float: none;
    color: #f26522;
    padding-left: .5em;
}

textarea
{
    font-size: 11px;
    height: 100px;
}

/* ---=== NewsLetter/SignUp ===--- */

#not-obligatory
{
    border: solid 1px #D4DFF3;
    padding: 10px;
}

/* ---=== Authors/Browse ===--- */

#featured-authors
{
    margin: 0 0 10px 0;
}

#featured-authors img
{
    float: left;
    margin: 0 15px 10px 0;
}

#authors
{
    margin: 10px 0 0 0;
}

.author
{
    
}

#featured-authors h5
{
    margin-top: -15px;
}

#author-overview
{
    margin: 20px 0 0 0;
}

div#authors-left div#publish-your-manuscript
{
    margin: 0 0 20px 0;
}

/* ---=== Tiny MCE ===--- */

span.mceEditor defaultSkin tr
{
    background-color: Transparent;
}

span.mceEditor defaultSkin tr:hover
{
    background-color: Transparent;
}