/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Arial,Helvetica;
}
p {
    margin: 16px 0px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {

}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

a, a:visited {
    color: #0000EE;
}
A:link {
    font-weight: normal;
}
html {
    height: 100%;
}
body {
    color: #333333;
    width: 100%;
    height: 100%;
    font-family: verdana,arial,helvetica,sans-serif;
}
.wrapper {
    width: 782px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
    padding-top: 13px;
    height: 65px;
}
.logo {
    padding: 5px 0px 5px 0px;
    height: 32px;
}

.top_menu_wrap {
    clear: both;
}
.top_menu_wrap, .bottom_menu_wrap {
    position: relative;
}
.top_menu_wrap .menu {
    height: 26px;
}
.top_menu_wrap .menu td {
    height: 26px;
    line-height: 26px;
}

.bottom_menu_wrap .menu {
    height: 21px;
}
.bottom_menu_wrap .menu td {
    height: 21px;
    line-height: 21px;
}
.menu {
    background: #c8c8c8; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M4YzhjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MTg3OGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #c8c8c8 0%, #81878f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8c8c8), color-stop(100%,#81878f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c8c8c8 0%,#81878f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c8c8c8 0%,#81878f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c8c8c8 0%,#81878f 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c8c8c8 0%,#81878f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#81878f',GradientType=0 ); /* IE6-8 */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 100%;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 1px 1px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 1px 1px 0px rgba(50, 50, 50, 0.75);
}
.menu td{
    white-space: nowrap;
    font-size: 13px;
    border-right: 1px solid #80858c;
    text-align: center;
}
.bottom_menu_wrap .menu td{
    font-size: 12px;
}
.bottom_menu_wrap .menu {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.menu td:last-child {
    border-right: none;
}
.menu td>a{
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0px 11px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.7);
}
.menu td:hover {
    background: #a3a3a3; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EzYTNhMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ODY4NjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #a3a3a3 0%, #686868 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3a3a3), color-stop(100%,#686868)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a3a3a3 0%,#686868 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a3a3a3 0%,#686868 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a3a3a3 0%,#686868 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a3a3a3 0%,#686868 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3a3a3', endColorstr='#686868',GradientType=0 ); /* IE6-8 */
}
.menu td:first-child:hover {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.menu td:last-child>a {
    padding-right: 20px;
}
.menu td:first-child>a {
    padding-left: 20px;
}
.menu td:last-child:hover {
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.menu td.selected{
    white-space: nowrap;
}
.menu td.selected a{
    display: block;
    text-decoration: none;
    color: #FFFFFF;
}
.menu .leftme {
    width: 100%;
    border-right: none;
}
.menu .leftme:hover {
    background: transparent !important;
}

/* dropdown menu */
div.dropdown {
    position: absolute;
    top: 28px;
    z-index: 100;
    padding: 0px;
}
table.dropmenu {
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top:none;
}
table.dropmenu td {
    border: 1px solid #0f0f0f !important;
    background: #dfdfdf;
    text-align: left;
}
table.dropmenu td:hover {
    background: #cccccc !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
table.dropmenu td a {
    display: block;
    text-shadow: none;
    color: #000;
    font-weight: normal;
    padding: 0px 21px 0px 11px !important;
}
.subdropdown_wrap {
    position: relative;
}
.subdropdown {
    top: -1px;
    position: absolute;
    visibility: hidden;
}
.hasmore {
    background: url("/images/sub_icon.gif") center right no-repeat;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
    padding: 0 0 120px;
}
.content .text {
    font-size: 14px;
}
.content .text ul {
    padding-left: 40px;
    margin: 14px 0px;
}
.content .text ul li {
    list-style: disc;
}
.content_h1 {
    margin-top: 20px;
    color: #990033;
    font-size: 20pt;
    font-style: normal;
    font-weight: normal;
}



/* Footer
-----------------------------------------------------------------------------*/
.footer {
    width: 782px;
    margin: -80px auto 0;
    height: 80px;
    position: relative;
}
.footer p {
    padding: 10px 0px 0px 0px;
    margin: 0px;
}

A:link {
    text-decoration: none;
}

.online {
    margin-top: 37px;
}
#box-link_activate, #box-link_his, #box-link_lit, #box-link_sci, #box-link_health {
    background-color: #FFFFFF;
    border: medium none;
    opacity: 0;
    position: absolute;
    z-index: 1;
}
#box-link_activate {
    height: 22px;
    margin-left: 170px;
    margin-top: -52px;
    width: 130px;
}
#box-link_his {
    height: 35px;
    margin-left: 610px;
    margin-top: -128px;
    width: 140px;
}
#box-link_lit {
    height: 25px;
    margin-left: 610px;
    margin-top: -92px;
    width: 140px;
}
#box-link_sci {
    height: 30px;
    margin-left: 610px;
    margin-top: -68px;
    width: 140px;
}
#box-link_health {
    height: 32px;
    margin-left: 610px;
    margin-top: -38px;
    width: 140px;
}

#product_group {
    float: left;
    margin-top: 10px;
    padding: 0 20px 20px 0;
    position: relative;
    width: 552px;
}
.category, .category_r {
    background-color: #ECF0F0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 397px;
    margin-top: 65px;
    position: relative;
    width: 264px;
}
.category {
    float: left;
    margin-left: 12px;
    margin-right: 10px;
}
.category_r {
    float: right;
}
.h1 {
    color: #6B8D9A;
    font-family: Arial;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 80px;
    text-align: center;
    text-transform: uppercase;
}
.h3 {
    color: #6B8D9A;
    font-family: Arial;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 17px;
    margin-top: 80px;
    text-align: center;
    text-transform: uppercase;
}
.h1 a {
    color: #6B8D9A;
    font-weight: bold;
}
.h3 a {
    color: #6B8D9A;
    font-weight: bold;
}
.image_bar {
    left: 15px;
    position: absolute;
    top: -40px;
}
.group_text {
    color: #6B8D9A;
    margin-top: -30px;
    padding: 5px 15px;
    text-align: center;
}
.more {
    margin: 0 auto;
    position: relative;
}
.more a {
    color: #516B75;
    font-size: 0.9em;
    font-weight: bold;
    text-align: left;
}

.blue_feature {
    background: none repeat scroll 0 0 #D6DBE4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #464646;
    float: left;
    height: 243px;
    margin-left: 12px;
    padding: 5px;
    width: 530px;
}
.feature_img {
    float: left;
    height: 200px;
    margin-left: 18px;
    margin-top: 18px;
    width: 135px;
}
.feature_img a {
    border: 0 none;
}
.blue_feature a {
    color: #CF012F;
    text-decoration: none;
}
.feature_title {
    color: #516B75;
    font-weight: bold;
    margin-top: 15px;
}
.feature_text {
    color: #464646;
    float: right;
    font-family: Verdana;
    font-size: 0.8em;
    margin-right: 15px;
    margin-top: 10px;
    text-align: left;
    width: 350px;
}
.feature {
    color: #6B8D9A;
    font-family: Arial;
    font-size: 1.3em;
    margin-bottom: 4px;
    margin-top: 18px;
    text-decoration: underline;
}

.blue_top {
    background: none repeat scroll 0 0 #D6DBE4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #464646;
}
.blue_top a {
    color: #CF012F;
    text-decoration: none;
}
.pad {
    padding: 6px;
}
.best {
    float: left;
    margin-left: 5px;
    width: 75px;
}
.box_text {
    color: #464646;
    float: right;
    font-family: Arial;
    font-size: 13px;
    padding: 5px;
    width: 90px;
}

.preview a {
    color: #0000FF;
    float: right;
    font-size: 0.7em;
    width: 94px;
}

.blue {
    background: none repeat scroll 0 0 #D6DBE4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #464646;
    margin-top: 14px;
}
.blue td {
    padding: 5px;
}
.blue a {
    color: #CF012F;
    text-decoration: none;
}
.blkfont9 {
    color: #000000;
    font-size: 9pt;
    font-style: normal;
    font-weight: normal;
}
.box_text_reviews {
    color: #464646;
    font-size: 13px;
}
.search_icon {
    padding-right: 3px;
    padding-top: 10px;
}
.browse {
    line-height: 1.3em;
    padding-top: 5px;
    padding: 5px 0px 0px 40px;
    margin: 12px 0px;
}
.browse li {
    list-style-type: disc;
    margin-left: -15px;
}
.more_link {
    padding: 5px;
}
.more_link a {
    color: #E49A10;
    font-weight: bold;
}

.ltgreyfont8 {
    color: #777777;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
}
.text80 {
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 80%;
    font-weight: normal;
    line-height: 135%;
}
.salemfont12 {
    color: #990033;
    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
}
.salemfont12 a {
    font-weight: bold;
    color: #990033;
}
.series {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #000;
}
.sidebar {
    color: #000000;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
}
.series .item {
    float: left;
    width: 370px;
    margin: 0px 5px 20px 5px;
}
.subjects .item {
    width: 245px;
}
.series .item ul li {
    font-size: 10pt;
    padding: 5px 0px 5px 13px;
    /*background: url("/images/arrow2.gif") left 5px no-repeat;*/
}
.series .item ul li a {
    font-weight: bold;
}
.series .item ul li a:hover {
    color: #339900;
}
.books {
    margin-top: 20px;
}
.books table {
    width: 100%;
}
.books table th {
    text-align: center;
    padding: 3px;
    background: #c1c8d4; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxYzhkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3Njg2YTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #c1c8d4 0%, #7686a6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1c8d4), color-stop(100%,#7686a6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c1c8d4 0%,#7686a6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c1c8d4 0%,#7686a6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c1c8d4 0%,#7686a6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c1c8d4 0%,#7686a6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c8d4', endColorstr='#7686a6',GradientType=0 ); /* IE6-8 */
    border-right: 1px solid #707d98;
    border-left: 1px solid #707d98;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.7);
    font-size: 13px;
}

.books table th:first-child {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    border-left: none;
}
.books table th:last-child {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    border-right: none;
}
.books table td {
    border: 1px solid #707d98;
    font-size: 13px;
}
.books table td.left {
    text-align: left;
    padding: 3px;
}
.books table td.right {
    text-align: right;
    padding: 3px;
}
.books table td.center {
    text-align: center;
    padding: 3px;
}
.redfont10 {
    color: #CC0000;
}
.books table td a {
    color: #333333;
}
.book {
    margin-top: 20px;
}
.book .left {
    float: left;
    margin-right: 20px;
}
.book .right {
    float: left;
}
.book .right div {
    margin-bottom: 5px;
}
.book .right b {
    color: #444444;
}
.mtop10 {
    margin-top: 10px;
}

.rightblock {
    float: left;
    width: 559px;
}
.leftblock {
    float: left;
    width: 200px;
    margin-right: 23px;
    margin-top: 20px;
}
.leftblock .books {
    margin-bottom: 15px;
    margin-top: 0px;
}

.leftblock table td {
    padding: 0px 10px !important;
}

.book .leftblock {
    margin-top: 0px;
}
.review {
    background: #eeeeee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 5px 10px;
}
.note {
    font-weight: bold;
    color: #990033;
    padding-bottom: 30px;
}