* {
    padding: 0px;
}

html {
    overflow-y: scroll;
}

body {
    background-color: #fffbed;
    font-family: Arial, sans-serif;
    font-size: 12px;
    margin: 0;
}

#bodywrapper {
    background-image: url("../img/sidebar-bg.gif");
    background-repeat: repeat-y;
    background-color: #302072;
    width: 1024px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    color: #fffbed;
    border: 1px solid black;
}

#logo {
    background-image: url("../img/logo.gif");
    background-repeat: no-repeat;
    width: 174px;
    height: 150px;
    float: left;
}

#header {
    width: 850px;
    height: 150px;
    float: left;
}
#header-middle {
    width: 446px;
    height: 150px;
    float: left;
}
#header-middle-top {
    width: 446px;
    height: 121px;
}
#header-title {
    position: absolute;
    margin: 11px 0px 0px 50px;
    font-size: 56px;
    font-family: Times, serif;
    font-weight: bold;
    color: #fffbed;
    z-index: 10;
    width: 600px;
}
#header-subtitle {
    position: absolute;
    margin: 72px 0px 0px 100px;
    font-size: 22px;
    font-family: Times, serif;
    color: #fffbed;
    z-index: 10;
    width: 550px;
}
#header-middle-bottom {
    clear: both;
    width: 446px;
    height: 29px;
}
#header-middle-bottom-right {
    background-image: url("../img/rightofsearch.gif");
    background-repeat: no-repeat;
    float: left;
    width: 141px;
    height: 29px;
    color: #FFFBED;
    font-size: 14px;
}

#purchase-links {
    background: none repeat scroll 0 0 transparent;
    bottom: 24px;
    color: #FFFBED;
    font-size: 16px;
    height: 19px;
    left: 380px;
    position: relative;
    width: 220px;
}

#purchase-links a.cartlinks {
    color: #FFFBED;
    text-decoration: none;
}
#purchase-links  a.cartlinks:hover {
    text-decoration: underline;
}
#header-right {
    background-image: url("../img/book.gif");
    background-repeat: no-repeat;
    height: 150px;
    width: 404px;
    float:right;
}

#search-wrapper {
    float: left;
    width: 305px;
    height: 29px;
    background: #929292;
}
#search-top {
    clear: both;
    background-image: url("../img/search-top.gif");
    background-repeat: no-repeat;
    width: 305px;
    height: 4px;
}
#search-middle {
    clear: both;
}
#search-middle-left {
    float: left;
    background-image: url("../img/search-left.gif");
    background-repeat: no-repeat;
    width: 5px;
    height: 24px;
}
#search-middle-center {
    float: left;
    background-color: #929292;
    width: 295px;
    height: 24px;
}
#searchbox {
   margin: 0;
}
#search-text {
    background-color: #fffbed;
    border:1px solid #5f5282;
    width:210px;
    height:16px;
    color: #100907;
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin: 1px 0px 0px 10px;
    padding-left: 5px;

}
#search-Button {
    cursor: pointer;
    background-color: #fffbed;
    border: 1px solid #5f5282;
    border-radius: 4px;
    -moz-border-radius:4px; /* Firefox 3.6 and earlier */
    -webkit-border-radius: 4px;
    margin: 0px 0px 0px 4px;
    font-weight: bold;
    font-size: 12px;
    height: 20px;
    font-family:Arial, sans-serif;
}
#search-middle-right {
    float: left;
    background-image: url("../img/search-right.gif");
    background-repeat: no-repeat;
    width: 5px;
    height: 24px;
}
#search-bottom {
    clear: both;
    background-image: url("../img/search-bottom.gif");
    background-repeat: no-repeat;
    width: 305px;
    height: 1px;
}

#page-middle {
    clear: both;
    width: 1024px;
    height: auto;
}
#sidebar {
    float: left;
    height: auto;
    width: 174px;
}
#navigation {
    padding: 32px 0px 0px 10px;
}
#address {
    padding: 24px 0px 0px 10px;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #fffbed;
}
#address label {
    font-weight: bold;
    color: #ffffff;
    float: left;
    display: inline;
    width: 45px;
}
#address a {
    color: #fffbed;
    text-decoration: none;
}
#address a:hover {
    text-decoration: underline;
}
.nav-button {
    clear: both;
    position: relative;
    background-color: #5f5282;
    margin-top: -2px;
    width: 146px;
    height: 29px;
}
#spacer {
    clear:both;
    position: relative;
    background: inherit;
    margin-top: -2px;
    width: 146px;
    height: 83px;
    display: none;
}
.sub {
    background-color: #510bcf;
}
#subBrowse {

}
.nav-shadow-left {
    float: left;
    background-image: url("../img/nav-shadow-left.gif");
    background-repeat: no-repeat;
    background-color: transparent;
    width: 5px;
    height: 24px;
}
.nav-shadow-bottom {
    clear: both;
    background-image: url("../img/nav-shadow-bottom.gif");
    background-repeat: no-repeat;
    background-color: transparent;
    width: 146px;
    height: 5px;
}
.nav-button-main {
    float: left;
    background-color: inherit;
    width: 141px;
    height: 24px;
}
.nav-button-main a {
    color: #fffbed;
    background-color: inherit;
    display: block;
    width: 141px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    padding-left: 10px;
    text-decoration: none;
    border-bottom-right-radius:7px;
    -moz-border-radius-bottomright:7px; /* Firefox 3.6 and earlier */
    -webkit-border-radius-bottomright:7px; /* Safari */
}
.nav-button-main a:hover {
    color: #fffbed;
    background-color: #929292;
    display: block;
    width: 141px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    padding-left: 10px;
    text-decoration: none;
}
.collapsed {
    background: url("../img/story_collapsed.png") no-repeat 98% 50%;
}
.expanded {
    background: url("../img/story_expanded.png") no-repeat 98% 50%;
}
#content-wrapper {
    float: left;
    background-color: #fffbed;
    min-height: 480px;
    height: auto;
    width: 850px;
    color: #161616;
}
#footer {
    clear: both;
    width: 1024px;
    height: 41px;
}
#footer-left-left {
    float: left;
    width: 147px;
    height: 41px;
}
#footer-left-right {
    float: left;
    background-image: url("../img/leftoffooter.gif");
    width: 27px;
    height: 41px;
}
#footer-proper {
    float: left;
    background-image: url("../img/footer-bg.gif");
    background-repeat: repeat-x;
    width: 823px;
    height: 41px;
}
#footer-content {
    padding-top: 10px;
    padding-left: 20px;
}
#footer-right {
    float: left;
    background-image: url("../img/footer-right.gif");
    background-repeat: no-repeat;
    width: 27px;
    height: 41px;
}
.reset {
    clear: both;
}
.center {
    margin-right: auto;
    margin-left: auto;
}
#loading {
    position: absolute;
    top: 5px;
    left: 5px;
}

#pagination
{
    margin-left: 8px;
    text-align:center;
}

.results {
    margin: 16px 0 0 0;
    width: 720px;
}
.result-Row a {
    display: block;
    font-family: Arial, sans-serif;
    height: 18px;
    width: 100%;
    color: #161616;
    text-decoration: none;
    font-size:14px;
}
.result-Row.result-a { background-color: #e0eEc6}

.result-Row:hover{
    background-color: #e2e2e2;
}

.result-Row.two-column {
    width: 350px;
    padding-left: 12px;
}
.result-Row .title-link {
    height: 74px;
    padding: 6px 24px 6px 0px;
    cursor: pointer;
    cursor: hand;
}
.result-Row .title-link .left {
    float: left;
    margin-left: 14px;
}
.result-Row .title-link .right {
    float: right;
}

.result-Row .title-link .right a {
    line-height: 70px;
    height: 70px;
    display:block;
}

.result-Row .title-link .left p {
    margin: 0 0 2px 0;
    font-size: 14px;
    width: 480px;

}
.result-Row .title-link .left p.authors {
    font-style: italic;

}
.result-Row .title-link .left p.title {
    font-weight: bold;
    font-size: 16px;
    color: #5f5282;
}

.result-Row a:hover {
    background-color: #e2e2e2;
    color: #302072;
    text-decoration: underline;
}
.result-row a:focus {
    background-color: #e2e2e2;
    color: #302072;
    text-decoration: underline;
}

#subCategories li {
    list-style: none;
}

#subCategories a {
    display: block;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    height: 22px;
    width: 100%;
    color: #510bcf;
    text-decoration: none;
}
#subCategories a:hover {
    background-color: #e2e2e2;
    color: #302072;
    text-decoration: underline;
}

#paginate-Authors, #paginate-Titles {
    height: 360px;
    text-align: left;
    margin: 10px;
}

#paginate-Disciplines {
    height: 360px;
    text-align: left;
    margin: 10px;
    padding-bottom: 30px;
}

#pagination li{
    list-style: none;
    float: left;
    margin: 0 2px;
    padding:5px;
    border: 1px solid #dddddd;
    background: #ffffff;
    color:#5f5282;
}
#pagination li.label {
    background: #FFFBED;
    border:0;
    color: #666666;
}

#pagination li.num {
    width: 14px;
    height: 14px;
    margin: 0 1px;
}
#pagination li.on
{
    background: #dddddd;
    border: 1px solid #bbbbbb;
    font-weight: bold;
}
#pagination li.blank
{
    background: #fffbed;
    border: 1px solid #e2e2e2;
    font-weight: bold;
}

#pagination li:hover {
    cursor: pointer;
}
#pagination li.label:hover {
    cursor: auto;
}

div.displayCategory {
    margin: 10px 10px;
    width: 700px;
}

.subheading {
    font-size: 16px;
    font-weight: bold;
}

.heading {
    font-size: 14px;
    font-weight: bold;
    color: #161616;
}

.casestudies {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

.heading span.current {
    font-size: 22px;
    font-weight: bold;
    color: #5f5282;
}
.heading a.parent {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
}

.up_level {
    margin: 10px 10px;
}
.up_level a {
    background: url('../img/uparrow.jpg') no-repeat left center transparent;
    text-decoration: none;
    color: #161616;
    padding-left: 24px;
}
.up_level a:hover {
    text-decoration: underline;
}

#alpha-links {
    margin: 10px 0 0 10px;
}

#alpha-links a {
    border: 1px solid #dddddd;
    background: #ffffff;
    color:#5f5282;
    padding: 1px 3px
        ;
    text-decoration: none;
}

.purchaseblock,
.recommendedblock,
.ebookblock,
.alsobyblock {
    background: #e2e2e2;
    border: 1px solid #5F5282;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; /* future proofing */
    -khtml-border-radius: 6px; /* for old Konqueror browsers */
    margin-bottom: 20px;
}

.examblock {
    text-align: center;
    background: #e2e2e2;
    border: 1px solid #5F5282;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; /* future proofing */
    -khtml-border-radius: 6px; /* for old Konqueror browsers */
    margin-bottom: 20px;
}

.exambutton {
   margin-top: 5px;
   margin-bottom: 5px;
   color: #5F5282;
   border: 100px;
   background-color: #E2E2E2;
   font-weight: bold;
}

.purchaseblock #purchaseform { width: 150px; margin: 0 auto; padding: 6px; text-align: center;}

.purchaseblock #purchaseform label {font-size: 16px; color: #5F5282; font-weight: bold;}

.purchaseblock #purchaseform input { width: 32px; }

.purchaseblock #purchaseform input#ORDER { width: auto; margin-top: 6px;}

.alsoby,
.recommended,
.ebook {
    font-weight: bold;
    color: #5F5282;
    padding: 6px 6px 0;
}
.alsoby a ,
.recommended, .ebook {
    font-size: 14px;
    color: #5F5282;
    text-decoration: none;
}
.alsobytitles,
.recommendedtitles,
.ebooktext {
    margin-bottom: 0px;
    padding: 6px;
}

.alsobytitles .alsobytitle,
.recommendedtitles .recommendedtitle {
    margin-bottom: 6px;
}
.alsobytitles .alsobytitle a,
.recommendedtitles .recommendedtitle a, .ebooktext a{
    color: #333333;
    text-decoration: none;
}
.alsobytitles .alsobytitle a:hover,
.recommendedtitles .recommendedtitle a:hover,
.ebooktext a:hover
  {
    color: #333333;
    text-decoration: underline;
}

.recommendedtitles .recommendedtitle .rec_title_auth {
    color: #000000;
    font-style: italic;
}

#alpha-links a:hover {
    background: #dddddd;
    border: 1px solid #bbbbbb;
    text-decoration: underline;
}

.displayTitle { padding:0px;}
.displayTitle .title-left {
    padding: 20px 0 20px 20px;
    width: 210px;
    float: left;
}
.displayTitle .title-left .image { margin-bottom: 20px;}
.displayTitle .title-left .image img { padding-left: 40px;}
.displayTitle .title-left .price,
.displayTitle .title-left .pages,
.displayTitle .title-left .binding,
.displayTitle .title-left .ISBN { font-size: 14px; margin-bottom: 2px;}
.displayTitle .title-left .copyright { font-size: 14px; margin-bottom: 2px;}
.displayTitle .title-left .othermaterials { font-size: 14px; margin-bottom: 2px;}
.displayTitle .title-left .spacer { margin-bottom: 18px;}
.displayTitle .title-left .exam_copy { margin-bottom: 20px;}
.displayTitle .title-left .exam_copy a {color: #5F5282; text-decoration: underline; font-weight: bold;}
.displayTitle .title-left .exam_copy a:hover {text-decoration: none;}

#.displayTitle .title-left .ebook { margin-bottom: 10px;}
#.displayTitle .title-left .ebook a {color: #5F5282; text-decoration: underline; font-weight: bold;}
#.displayTitle .title-left .ebook a:hover {text-decoration: none;}

.displayTitle .title-left span.value { color: #302072;}
.displayTitle .title-left label {width: 65px;}

.displayTitle .title-right {
    padding: 20px;
    width: 580px;
    float: left;
}
.displayTitle .title-right .title {
    font-size: 26px;
    margin-bottom: 0px;
}
.displayTitle .title-right .longtitle { font-size: 18px; margin-bottom: 0px;}
.displayTitle .title-right .subtitle {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.displayTitle .title-right .newedition {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    color: red;
    margin-bottom: 8px;
}
.displayTitle .title-right .edition {
    font-size: 18px;
    margin-bottom: 4px;
    margin-top: 0px;
}
.displayTitle .title-right .authors { font-size: 16px; font-style: italic; color:#5f5282; margin-bottom:12px; margin-top:12px;}
.displayTitle .title-right .authors a { font-size: 16px; font-style: italic; text-decoration: none; color:#5f5282;}
.displayTitle .title-right .authors a:hover { font-size: 16px; font-style: italic; text-decoration: underline; color:#5f5282;}

.displayTitle .title-right .description { font-size: 14px; margin-bottom: 24px;}
.displayTitle .title-right .description a { font-size: 14px; color: #5f5282; text-decoration: underline;}
.displayTitle .title-right .description a:hover { font-size: 14px; color: #5f5282; text-decoration: none;}

.displayTitle .title-right .description .header {font-weight: bold; color: #5f5282; margin-bottom: 12px;}
.displayTitle .title-right .description .content {padding-left: 20px;}

.displayTitle .title-right .file-list {font-size: 14px; line-height:160%}

#forthcomingcontent {
    text-align: left;
    margin: 10px;
    padding-bottom: 30px;
}

#contactform {
    text-align: left;
    margin: 10px;
    padding-bottom: 30px;
}

#contactform #form_contact {
    margin-left: 20px;
}

#contactform #form_contact p label {
    width: 80px; float: left;
}
#contactform #form_contact p input[type!='radio'] {
    float: left;
}
#contactform #form_contact p {
    clear:both;
    margin: 6px 0;
}

#examcopyform {
    text-align: left;
    margin: 10px;
    padding-bottom: 30px;
}

#examcopyform #form_exam_copy {
    margin-left: 20px;
}

#examcopyform #form_exam_copy p label {
    width: 160px; float: left; text-align: right; padding-right: 10px;
}
#examcopyform #form_exam_copy p input[type!='radio'],
#examcopyform #form_exam_copy p textarea {
    float: left;
}
#examcopyform #form_exam_copy p {
    clear:both;
    margin: 6px 0;
}

#examcopyform .instructions {color: red; font-weight: bold; margin-left: 20px;} /* Color changed from darkred for COVID.*/
#examcopyform .instructions ul li {margin-left: 20px;}


#htmlpagecontent {
    text-align: left;
    margin: 30px;
    padding-bottom: 30px;
}

#errors_box { width: 250px; border: 2px solid #666666; background: white; margin: 10px 0 10px 20px; padding: 12px;}
#errors_box p {margin: 0px 0px 0px 12px; padding: 0px;}
#errors_box p label{padding: 3px; color: red;}

#forthcomingcontent .forthcomingtitle { margin: 0 0 20px 20px;}
#forthcomingcontent .forthcomingtitle p { padding: 0; margin: 0;}
#forthcomingcontent .forthcomingtitle p.authors { font-style: italic; color: #5F5282; font-size: 14px;}
#forthcomingcontent .forthcomingtitle p.title { font-weight: bold; color: #161616; font-size: 16px;}
#forthcomingcontent .forthcomingtitle p.isbn {}
#forthcomingcontent .forthcomingtitle p.available {}

#sublinks {
    margin: 10px 0 0 20px;
}
#sublinks p {
    font-size: 14px;
    color: #dddddd;
    margin: 4px 0;
}
#sublinks p a {
    color: #dddddd;
    font-size: 16px;
    text-decoration: none;
}
#sublinks p a:hover {
    text-decoration: underline;
}

#searchresults {
    margin: 10px 0 0 20px;
}
#searchresults .searchterms {margin-bottom: 24px;}
#searchresults .searchterms span.keyword {font-weight: bold; font-style: italic; color: #5F5282;}

#searchresults .noresults { margin-top: 24px; font-size: 16px; font-weight: bold;}

#searchresults .resultset { margin: 24px 0 12px 0; font-size: 16px; font-weight: bold;}

#searchresults .resultrows { margin: 0 0 30px 12px; font-size: 14px;}
#searchresults .resultrows .resultrow { width: 650px;}
#searchresults .resultrows .resultrow a {font-size: 14px; text-decoration: underline; width: 100%; display:block; color: #5F5282; line-height: 18px;}
#searchresults .resultrows .resultrow a:hover {font-size: 14px; text-decoration: none; background: #E2E2E2;}

button {
  font-family: arial, sans-serif;
  font-size: 14px;
}

/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 150px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 480px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
