/* ========== Product and Category Styles ==========*/

#product {
    width: 556px;
    margin-left: 162px;
    float: left;
    margin-bottom: 40px;
}
a.continue {
    border-bottom: none;
}
#product .bookpic {
    float: left;
    width: 232px; /* spans three grid columns */
    margin: 0 20px 10px 0;
    border: 1px solid #DDDDDD; /* So they don't blend into the page. */
}
#product #bookde {
    float: left;
    width: 302px;
}
#product h2 {
    margin-bottom: 0;
}
#product .addtocart.button {
    font-size: 1.27em;
}
#product .cart_notice {
    width: 240px;
}
#product .banner_images {
    margin-top: 20px;
}
#title {
    margin-bottom: 3px;
}
.subtitle {
    margin-top: -2px;
    margin-bottom: 3px;
}
.subtitle + .subtitle {
    margin-top: -5px;
}
.product {
    padding: 18px 0;
    overflow: visible;
    clear: left;
}
.product h2 {
    margin-bottom: 0;
}
.product .bookpic {
    color: #000000;
    float: left;
    width: 105px;
    margin: 0 0 18px 0;
    border: 1px solid #DDDDDD; /* So they don't blend into the page. */
}
.product .addtocart .vTextField {
    margin-right: 3px;
}
.product .addtocart .in_cart {
    margin-left: 3px;
}
.product .cart_notice {
    width: 48.3em;
}
.product .cart_notice.in_cart {
    width: 17em;
    margin-top: 10px;
}
.price {
    font-weight: bold;
}
.price #regular {
    text-decoration: line-through;
}
.price #sale {
    color: #ff0000;
}
.product form.addtocart {
    margin-top: 10px;
}
.product .bookde {
    padding-left: 125px;
}
h3 a, h3 a:visited {
    color: #3C7998;
    border-bottom: 2px #E7E8E9 solid;
}
h3 a:hover {
    color: #363738;
}
#prodtable input.vTextField {
    padding: 0 0 0 3px;
    width: 24px;
}
#prodtable input.addtocart {
    float: right;
    margin-right: 7px;
}
#prodtable table {
    margin-bottom: 14px;
    width: 100%;
}
#prodtable a {
    color: #6D6F71;
}
#prodtable tr {
    border-bottom: 1px #EAEBEB solid;
}
#prodtable tr.last {
    border-bottom: none;
}
#prodtable tr.header {
    border-bottom: none;
}
#prodtable td {
    border: none;
    padding: 4px 0px 5px;
    text-align: center;
}
#prodtable th {
    font-size: 1.18em;
    color: #3C7998;
    text-align: center;
    padding: 0 0 9px 0;
}

#prodtable th.title_col, #prodtable td.title_col {
    text-align: left;
    padding-left: 10px;
}

#product #get_copy {
    margin-top: 2em;
}
#get_copy p.request {
    line-height: 1.8;
    padding-bottom: 3px;
}
#get_copy p.request a {
    color: #6D6F71;
}
#get_copy p.request a:hover {
    color: #3C7998;
}
.title {
    color: #6D6F71;
    font-weight: bold;
}
.samples {
    margin-top: 1em;
    font-size: 1.09em;
}
.samples p {
    line-height: 1.0;
    margin-bottom: 10px;
}
.samples .underlined {
    color: #6D6F71;
    padding: 0 2px;
    border-bottom: 2px solid #E7E8E9;
}
.same_author {
    margin: 0 10px 20px 5px;
}
.same_author.last {
    margin-bottom: 36px;
}
.same_author li, .same_author a, .same_author a:visited {
    color: #6D6F71;
}
.same_author li {
    margin-left: 10px;
    text-indent: -10px;
}
.same_author li a:hover {
    color: #3C7998;
}
.product_short {
    border-bottom: 2px solid #F6F7F7;
    padding: 15px 0 15px 10px;
    overflow: auto;
    clear: left;/* added for IE6 */
}
.product_short.last {
    border-bottom: none;
}
.product_short .bookde {
    float: left;
    max-width: 124px;
}
.product_short form input {
    margin-top: 3px;
}
.product_short input.addtocart {
    padding: 1px 3px 2px;
    margin-right: 1px;
}
.product_short .in_cart {
    display: block;
    margin-bottom: -6px;
}
#related {
    margin-bottom: 20px;
}
#related form {
    padding-bottom: 0;
}
#related h2 {
    margin-bottom: 0;
}
#related .author a, #featured .author a {
    color: black;
}
#related .author a:hover, #featured .author a:hover {
    color: #3C7998;
}

/** tabs css **/
div.tabs {
    width: 475px;
}
ul.tabs {
    height: 30px;
    border-bottom: 1px solid #DDDEDF;
    margin-top: 2em;
    }
ul.tabs li {
    float: left;
    }
ul.tabs a { /* font mimics h3 */
    font-family: "trebuchet ms",  "arial", "helvetica", sans-serif;
    font-size: 1.18em;/*13px*/
    font-weight: bold;
    color: #3C7998;
    background: #FFF url('/static/img/tab_gradient.png') repeat-x bottom center;
    border: 1px solid #DDDEDF;
    border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius: 5px 5px 0 0;
    display: block;
    height: 28px;
    line-height: 28px;
    text-align: center;
    padding: 0 12px;
    margin-right: 5px;
    position: relative;
    top: 1px;
    }
ul.tabs a:active, ul.tabs a:focus {
    outline: none;
    }
ul.tabs a:hover {
    color: #00263a;
    background: #FFF;
}
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
    color: #3C7998;
    background: #FFF;
    height: 29px;
    border-bottom: none;
}

ul.other_products_in_series {/*if there are more than one series*/
    padding-bottom: 2em;
}
ul.other_products_in_series li {
    padding-bottom: 6px;
}
ul.other_products_in_series.last {
    padding-bottom: 5px;
}
p.non-returnable {
    padding-bottom: 5px;
}
.panes {
    background: url('/static/img/block_gradient.png') repeat-x bottom center;
    padding: 26px 23px 19px 23px;
    border: 1px solid #DDDEDF;
    border-top: none;
}
.panes p {
    line-height: 1.6;
    margin-bottom: 1em;
}
.panes h3 {
    margin-bottom: 1em;
}
.panes li a {
    color: #000;
}
.panes #description li a {
    color: #3c7998;
}
.panes li a:hover {
    border-bottom: 1px #E7E8E9 solid;
}
#extras {
    margin-bottom: -15px;
}
#extras h3 {
    margin-bottom: 3px;
    color: black;
}
#extras p {
    margin-bottom: 2px;
    line-height: 1.5;
}
#extras li {
    line-height: 1.5;
    padding-top: 0;
    padding-bottom: 1px;
}
.extra h1, .extra h2, .extra h4 {
    font-size: 1.09em;
    margin: 0;
    color: #3C7998;
    font-family: "trebuchet ms","verdana","arial","helvetica",sans-serif;
    font-weight: bold;
}
.extra {
    padding: 5px 0 15px;
}
.extra h4 {
    margin-bottom: 3px;
    color: #00263a;
}
#videos .extra {
    padding-bottom: 10px;
}
#videos {
    margin-bottom: -10px;
}
#resources {
    margin-top: -10px;
}
#resources h3 {
    font-size: 1.09em;
    margin-top: 9px;
    margin-bottom: 3px;
    cursor: pointer;
}
#resources a.see_all {
    font-size: 1.09em;
    color: #3C7998;
    float: right;
    border-bottom: 2px solid #BBCDDA;
    margin-right: 10px;
}
#resources a.see_all:hover {
    color: #363738;
}
#resources li {
    padding: 0;
    margin: 0 0 3px;
}
#resources li a {
    color: #6D6F71;
}
#resources .plus img {
    margin-left: 6px;
}
#right_col .extra {
    background: none repeat scroll 0 0 #f3f1f1;
    margin-bottom: 20px;
    padding: 8px;
}
.audio li {
    padding-left: 15px;
    background: url('/static/img/audio.png') no-repeat 3px 3px;
}
.links li {
    padding-top: 2px;
    padding-bottom: 2px;
}
.links li a {
    color: #3C7998;
}
.praise {
    line-height: 1.75;
    padding: 1.25em 6px;
    border-bottom: 1px solid #DDDEDF;
}
.praise.last {
    border-bottom: none;
}
.praise h4 {
    color: #000000;
    line-height: 1;
    padding-bottom: 14px;
}
.praise a {
    color: #3C7998;
}
.praise .source p {
    line-height: 1.3;
    text-align: right;
    color: #6D6E71;
    font-weight: bold;
    margin-bottom: 0;
}
/** our css for Fnacybox lightbox **/
#fancybox-overlay {
    background-color: #777;
    filter:alpha(opacity:70);
    opacity: 0.7;
    height: 1776px;
    position: absolute; left:0; top:0;
    width:100%;
    z-index: 10;
}
#fancybox-content {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    z-index: 11;
    text-align: center;
}
#fancybox-img {
    border: 1px solid #DDDDDD;
    padding: 10px;
    padding-bottom: 25px;
    background-color: white;
}
#fancybox-content a#get_big_img {
    color: #6D6F71;
    font-size: 13px;
    position: relative;
    top: -26px;
}
#fancybox-content a#get_big_img:hover {
    color: #3C7998;
}

/* =========== category ============================= */
a.title {
    border-bottom: none;
}

#breadcrumbs {
    line-height: 13px;
    margin-bottom: 12px;
}

#breadcrumbs a {
    color: #6D6F71;
}
#breadcrumbs a:hover {
    color: #3C7998;
}

.categorymeta ul {
    margin: 0px;
    padding: 0px;
}

.categorymeta li {
    font-size: 12px;
    float: left;
    padding: 5px 0px;
    width: 225px;
}

.main_col {
    overflow: visible;
    float: right;
    clear: both;
    width: 718px;
}
.left_col {
    float: left;
    width: 232px;
    margin-bottom: 20px;
}
.left_col h2 {
    margin-top: 3px;
}
.left_col h4 {
    padding-top: 5px;
    padding-bottom: 3px;
    font-weight: normal;
}
.left_col ul {
    margin-bottom: 13px;
}
.left_col li {
    padding-bottom: 2px;
}
.left_col a {
    font-weight: normal;
    color: #6D6F71;
}
.left_col .count {
    color: #949598;
}
.left_col a:hover {
    color: #3C7998;
}
div.category div.seriesde {
    margin-left: 100px;
    padding: 1px 0px 0px 20px;
    width: 300px;
}

div.category div.seriespic {
    float: left;
    margin: 0px 20px 0px -224px;
    width: 324px;
}

div.category div.seriespic a.image img {
    float: right;
}

div.picdiv {
    padding: 0px 17px;
}

div.picdiv img {
    margin: 0px 8px;
    padding: 10px 9px 2px;
}
#search_tips {
    margin-bottom: 20px;
}
.series h2 {
    margin-bottom: 0;
}
.series.subtitle {
    color: #000;
    margin-bottom: 12px;
    margin-top: 0;
}
.showing {
    font-size: 1.09em;
    margin-top: 8px;
    margin-bottom: 3px;
}
#prodtable {
    margin: 25px 0 40px;
}

div.series div.seriesde {
    margin-top: 15px;
}

div.series div.seriespic {
    width: 490px;
}
div.series div.seriespic a {
    width: 92px;
    display: inline-block;
    vertical-align: top;
}

div.series div.seriespic img {
    display: block;
    margin: 0 auto;
}

div.seriesde a.title {
    font-weight: bold;
}

div.titlediv {
    padding: 0px 17px;
}

.image a:hover {
}

.left select {
    margin: -2px 0px 0px 0px;
    padding-top: 1px;
    width: 100px;
}
.list_top {
    padding-bottom: 45px;
}

li.applied {
    font-weight: bold;
}

li.applied-showall a{
    text-decoration: underline
}

/* ========== featured ===================================== */

#featured {
    margin-bottom: 25px;
}
#featured a:hover {
    color: #000000;
}
#featured form.addtocart {
    margin-top: 11px;
}
#featured form input {
    vertical-align: top;
}
#featured .button {
    padding-left: 8px;
    padding-right: 8px;
}

#featured img {
    border: 1px solid #DDDDDD;
    margin-bottom: 8px;
}

#featured .vTextField {
    padding-top: 1px;
    height: auto;
}
#featured .cart_notice {
    display: inline-block;
    line-height: 1.2;
    margin: 6px 0 0;
    padding: 7px;
}
#featured .cart_notice.long {
    display: none;
}
#featured .cart_notice.short {
    display: inline-block;
}

/* ========== pdf viewer ===================================== */
.pdf_viewer {
    padding-right: 221px;
    padding-top: 9px;
    padding-bottom: 40px;
    width: 497px;
    float: right;
}
.pdf_viewer #download {
    float: right;
    margin: 24px 0 10px;
}
.pdf_viewer #download a {
    color: #3C7998;
}
.pdf_viewer #download a img {
    vertical-align: bottom;
    margin-left: 3px;
}
