/* This file contains color, layout, and text formatting information for 
 * the web site.  Editing this page is not recommended for those without a 
 * basic understanding of CSS.  For basic information on CSS, please consult:
 * http://www.w3.org/Style/CSS/learning
 *
 * IMPORTANT: Any properties that are listed as "Do Not Modify" may have 
 * unintended or drastic side effects on the display of your web page.  Only 
 * modify these properties if you are familiar with advanced CSS concepts, 
 * always back up previous versions, and do not directly modify a live site.
 */

/*
 * Style Defaults
 * The following properties override browser default display properties.  
 * Any changes to these entries will affect the
 * entire web site.
 */
body 
{
  height: 100%;
  border: none;
  background-color:#333399;
  font-family: Georgia, helvetica, arial, sans-serif;
  font-size: 10pt;
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4
{ 
  font-family: "Trebuchet MS",  helvetica, arial, sans-serif; 
}
a:link, a:visited
{ 
  text-decoration: none;
  color: #0855a3;
}

a:hover
{ 
  text-decoration: none; 
  color: #FF0000;  
}	

img 
{ 
  border: none; 
}

.center
{ 
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/*
 * Container -- contains the entire body of the page
 */
#container
{ 
  height: 100%;
  width: 850px; 
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #ffffe8;
  margin-left: 4%;
  margin-top: 0;
  margin-bottom: 5%;
  margin-right: auto;
  padding: 0;
}

/*
 * Header -- the page header 
 */
#header
{
  width: 100%;
  height: auto;
  background-color: #ffffe8;
/*   border-style: dotted; */
/*   border-color: #000000; */
}
#toprow
{ 
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
}
#toprow #ourname
{ 
  float: left;
  width: 59%;
  padding: 0;
  margin: 0;
/*   border: 1px dotted red; */
}
#toprow #ourname h1
{
  margin: 0 0 0 0;
  padding: 5px 0 0 0;
  font-size: 24pt;
  font-weight: normal;
  color: #000000;
}
#toprow #ourname h2
{ 
  margin: 0;
  padding: 0;
  font-size: 17pt;
  font-weight: normal; 
}
#toprow #ourname h3
{ 
  margin: 0;
  padding: 0;
  font-weight: normal; 
}
#toprow #logo
/* the logo image */
{ 
  display: block;
  float: left;
  width: 120px;
  margin: 20px 1.5% auto 1.5%;
  padding: 0;
/*  border: 1px dotted red;*/
}
#toprow #ouraddress
{ 
  display: block;
  width: 20%;
  padding: 1% 1% 0 1%;
  margin: 0;
  height: auto;
  float: right;
  clear: right;
  text-align: center;
  font-size: 9pt;
}
/*
 * navlinks -- the navigation links inside #header and #footer
 */
div.navlinks
{
  height: 25px;
  background-color:#e6dfb8;  
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  clear: left;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.navlinks ul
{
  height: 25px;
  width: 612px;
  margin: 0 auto 0 auto;
  padding: 0;
  list-style-type: none;
}
.navlinks li
{
  height: 25px;
  width: 100px;
  padding: 0 0 0 0;
  margin: 0 1px 0 1px;
  float: left;
  line-height: 25px;
  text-align: center;
}
.navlinks a
{ 
  text-decoration: none;
}
.navlinks a:hover
{ 
  color: #FF0000;  
}

/*
 *  navLeft -- the left navigation bar 
 */
#navLeft
{
  width: 25%; /*200px;*/
  min-height: 400px;
  clear: left;
  float: right;
  margin: 0 -27% 0 0;
  padding: 10px 0 10px 0;
/*  border-style: dotted;
  border-color: #000000; */
}
.navLeftGroup
{
  width: 90%;
  margin-top: 0;
  background-color: #ffffe8;  
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border: 1px solid #000000;
}
#categories 
{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
#categories li
{
  margin: 0 0 0 0;
  padding: 2%;
  border-top: 1px solid #000000;
  font-size: 1em;
  text-align: center;
}
.navLeftGroup a
{ 
  text-decoration: none;
}
.navLeftGroup a:hover
{ 
  color: #CC3300;  
}
.navLeftGroup h2
{ 
  width: 100%;
  background-color:#e6dfb8; 
  border-bottom: 1px solid #000000;
  font-size: 1em;
  text-align: center;
  padding: 0; 
  margin: 0;
}  
.navLeftGroup form
{
  margin: 0;
  padding: 0;
}

#cart ul
/* the list containing shopping cart items */
{ 
  width: 98%;
  height: auto;
  padding: 2% 0 2% 2%;
  margin: 0;
}
#cart li
{ 
  list-style-type: none;
  font-size: 0.8em;
  margin-bottom: 3px;
  padding-left: 1%;
}
#cart #checkout
/* the checkout link below the list of items in the cart */
{ 
  width: 100%;
  background-color:#e6dfb8; 
  border-top: 1px solid #000000;
  text-align: center;
  padding: 0; 
  margin: 0;
}
#eletterform
{ 
  display: block;
  width: 100%;
  padding: 5px 0 5px 0;
}
/* 
 * content -- the container for page-specific content
 */
#content
{
  width: 94%;
  float: left;
  margin: 0 0 0 0;
  padding: 0 3% 0 3%;
  text-align: justify;
}
#content .frontpagetitle
{ 
  font-style: oblique;
  font-size: 14pt;
  color: #006400;
}
#content ul li, ol li
{ 
/*  list-style-type: disc; */
  margin-bottom: 5px;
  text-align: left;
}
/* For labels and field headers on forms (e.g. in user.asp): */
#content fieldset.input
{ 
  width: 97%;
  border: none;
}
#content label.onefield
{ 
  display: block;
  width: 90%;
  text-align: left;
  margin: 8px 0 4px 0;
  background-color:#e6dfb8;
}
/* For title information on the books.asp page */
#content .titleBrief
{ 
  width: 100%;
  height: 200px;
  margin: 10px 0 15px 0;
}
#content .titleBrief .title
{ 
  font-size: 1.2em; 
  font-weight: bold;
}
#content .titleBrief .subtitle
{
  font-weight: normal;
}
#content .titleBrief p
{ 
  font-size: 9pt; 
  margin: 0;
  padding: 0;
  width: 100%;
}

#content .titleBrief .form
{ 
  width: 75%;
  margin: 0;
  padding: 0 0 15px 0;
  float: left;
}
#content .titleBrief .form .price
{ 
  font-weight: bold;
}
#content .titleBrief .coverimg
/* a cover image displayed in the brief listing (i.e., on books.asp) */
{ 
  display: block;
  float: right;
  margin: 0 10px 0 10px;
  padding: 0;
  max-width: 15%; 
  border: none;
}
#content .titleBrief .notavailable
/* a default image displayed when no cover image is available */
{ 
  display: block;
  float: right;
  margin: 0 10px 0 10px;
  padding: 0;
  max-width: 20%; 
}
#content .trashicon
{ 
  display: block; 
  height: 40px;
  margin: 0 auto 0 auto;
}
#content .floatright
{ 
  width: 36%;
  padding: 2%;
  margin: 0 0 0 2%;
  float: right;
  clear: right;
  border: 1px dotted #000000;
}
/* toc -- tables of contents */
#content table.toc
{ 
  width: 58%;
  font-size: 0.9em;
  border-collapse: collapse;
}
#content table.toc td
{ 
  width: auto;
  padding: 2% 0 0 0;
  margin: 0;
  border-bottom: 1px dotted black;
}
#content table.toc td.tocpage
{ 
  width: 25%;
  text-align: right;
}
/* 
 * righttext -- right-column text in #content on the homepage
 */
#content .righttext
{ 
  width: 55%;
  float: left;
  margin: 2% 0 0 0;
  padding: 0;
}
.righttext h1
{ 
  line-height: 1em; 
  font-size: 1.8em;
}
.righttext h2
{ 
  line-height: 1em; 
  font-size: 1.4em;
}
.righttext p 
{ 
  text-align: justify;
  padding: 0;
  display: block;
  clear: right;
}
.righttext div.description
{ 
  width: 100%;
  clear: both;
  min-height: 210px; /* ensures containment of images */
  margin: 0 0 5% 0;
}
.righttext div.description p
{ 
  display: block;
}
.righttext div.description img
{ 
  float: left; 
  display: block;
  width: auto;
  padding: 0;
  margin: 0 8% 0 0%;
}
.righttext div.description img:after
{ 
  content: "."; 
  display: block; 
  height: 0; 
  width: 0;
  font-size:0; 
  clear: both; 
  visibility:hidden; 
}

/*
 * lefttext and bookdisplay -- short descriptions of books on the homepage 
 */
.lefttext .bookdisplay
{ 
  width: 35%;
  float: left;
  padding: 0 2% 0 2%;
  margin: 2% 2% 2% 0;
  border: 1px solid #000000;
}
.lefttext .bookdisplay div.description
{  
  width: 100%;
  float: left;
  clear: left;
  margin: 0 0 2% 0;
}
.lefttext .bookdisplay div.description img
{ 
  float: left; 
  display: block;
  width: 100px;
  margin: 0 5% 5% 0;
}

/*
 * footer -- the site footer
 */
#footer
{ 
  width: 100%;
  clear: both;
  text-align: center;
  padding-top: 2%;
}
#footer p
{ 
  padding: 1% 0 2% 0;
  margin: 2px auto 2px auto;
  font-size: 9pt;
}

/**** debugging information. */
#debug 
{
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

/**** tblHeader
 * The header row of most data tables.
 */
.tblHeader
{
  background-color:#e6dfb8; 
  font-weight: bold;
}

/**** tblFooter
 * The bottom row of most data tables.
 */
.tblFooter
{
  background-color:#e6dfb8; 
  font-weight: bold;
}
.tblFooter a
{ 
  color: #000066; 
}
.tblFooter a:hover
{ 
  color: #FF0000; 
}

/*** dataTbl
 * Most data containing tables.
 */
.dataTbl
{
  width: 80%;
  margin: auto;
}
.dataTbl .left
{ 
  text-align: left;
}
.dataTbl .right
{ 
  text-align: right;
}
.dataTbl .width10
{ 
  width: 10%; 
}
.dataTbl .width20
{ 
  width: 20%; 
}
.dataTbl .width30
{ 
  width: 30%; 
}
.dataTbl .width40
{ 
  width: 40%; 
}
.dataTbl .width50
{ 
  width: 50%; 
}
.dataTbl .topspace
{ 
  padding-top: 25px;
}

/**** currency
 * Currency amounts (such as wherever a price is shown)
 * Do Not Modify: display
 */
* .currency
{
  font-size: small;
  font-style: oblique;
  color: #005500;
  font-weight: bold;
  display: inline;
}

/**** warning
 * Warning message boxes
 */
.warning
{
  width: 75%;
  margin: auto;
  margin-bottom: 0.5em;
  border-color: #FF5555;
  border-style: solid;
  border-width: medium;
  background-color: #FFFF00;
  padding: 2px;
} 
.warningTitle
{
  font-weight: 700;
  font-variant: small-caps;
  background-color: #FF5555;
  padding: 0;
}

/**** notice
 * Notice message boxes
 */
.notice
{
  margin: 10px auto 10px auto;
  width: 75%;
  border-color: #CC3333;
  border-width: thin;
  border-style: solid;
  margin-bottom: 0.5em;
} 
.noticeTitle
{
  background-image: url("/lib/img/alert.red.gif");
  background-repeat: no-repeat;
  height: 25px;
  padding-left: 25px;
  font-weight: bold;
  font-variant: small-caps;
  background-color: #CC3333;
  color: #FFCC00;
}

/**** input
 * An individual entry line in a form.  Note that the structure of input entries is complex, modify with care.
 */
.input
{
  margin: auto;
  font-style: oblique;
  font-size: 10pt;
  margin-bottom: 0.5em;
  
}
.input div
{
  background-color:#e6dfb8; 
  width: 98%;
  margin-bottom: 3px;
  padding-left: 1%;
  display: block; 
  font-size: 10pt; 
}

/**** loginBox
 * A compact login form that is displayed in various areas where login is optional.
 */
.loginBox
{
  background-color:#e6dfb8;  
  width: 450px;
  margin: auto;
  padding: 5px;
  font-style: oblique;
  border: 1px solid #000000;
}
.loginBox .header
{ font-weight: 700;
  padding-top: 1em; 
  padding: 1em;
}
.loginBox .loginlbl
{ 
  display: block;
  float: left;
  clear: left;
  width: 18%;
  text-align: right;
  margin: 0 10px 0 auto;
}
.loginBox .logintext
{ 
  width: 70%; 
}
#loginidandpass
{ 
  display: block;
  margin: 5px auto 5px auto;
  border: none;
}
/**** finePrint
 * Small text, such as for legal text at the bottom of the screen,.
 */
.finePrint
{
  margin-top: 2em;
  font-size: 8pt;
}

/**** helpBox
 * A popup box that displays additional information, usually relating to a form entry.
 * Do Not Modify - width, height, padding, margin
 */
.helpBox
{
  width: 300px;
  height: 350px;
  padding: 2px;
  margin: 0;
  border: 1px solid black;  
}

/**** titleMenu
 * The menu displayed for navigation when viewing a single title.
 */
.titleMenu
{
  margin: auto;
  width: 80%;
  font-weight: 700;
}
.titleMenu td { width: 33% }
.titleMenu a
{
  display: block;
  background-color: #ffcc00;
  text-align: center;
}

/* 
 * titleviewTop -- title, subtitle, and authors on a title detail page
 */
#titleviewTop
{
  width: 57%;
  float: left;
  text-align: center;
  padding: 5px 0 5px 0;
}
#titleviewTop .title
{ 
  font-size: 18pt;
  margin: 0;
  padding: 0;
}
#titleviewTop .subtitle
{ 
  font-size: 12pt;
  line-height: 1em;
  margin: 5px 0 0 0;
  padding: 0;
}
#titleviewTop .contributors
{ 
  font-size: 11pt;
  margin: 5px 0 0 0;
  padding: 0;
}

/* 
 * titleviewLeft -- cover image, summary details, and Title/Author/Sample links
 *                  on a title detail page
 */
#titleviewLeft
{
  width: 40%;
  float: right;
  clear: right;
  border: 1px solid #000000;
  padding: 5px 0 5px 0;
  margin: 2% auto 2% 2%;
}
#titleviewLeft img.noimage 
/* a "cover image not available" image displayed by default */
{ 
  display: block;
  margin: 3px auto 5px auto;
  clear: left;
  border: none;
}
#titleviewLeft img.coverimage 
/* a cover image */
{ 
  display: block;
  margin: 3px auto 5px auto;
  clear: left;
  border: none;
}
#titleviewLeft ul.detailnav
/* the Title/Author/Sample list of links */
{  
  width: 96%;
  margin: 0;
  padding: 0 0 0 4%;
}
#titleviewLeft .detailnav li
{ 
  list-style-type: none;
  padding-right: 5px;
  float: left;
}
#titleviewLeft ul.summary
/* "summary" detail list for a title: isbn, copyright, price, weight, etc. */
{ 
  display: block;
  float: left;
  clear: left;
  margin: 0;
  padding-left: 10%;
  width: 90%;
}
#titleviewLeft .summary li
{ 
  list-style-type: disc;
  margin-left: 30px;
}
#titleviewLeft form.addtocart
{ 
  display: block;
  width: 100%;
  float: left;
  clear: left;
  margin: 25px 0 0 0;
}
#titleviewLeft fieldset.fullline
{ 
  display: block;
  width: 80%;
  border: none;
  margin: 0 auto 0 auto; 
  padding: 0;
}
#titleviewLeft .fullline label
{ 
  display: block;
  float: left;
  width: 60%;
  padding: 0;
  margin: 0 5px 0 0;
}
#titleviewLeft .fullline input
{ 
  display: block;
  float: right;
  width: 25%;
  padding: 0;
  margin: 0; 
}
#titleviewLeft #cartsubmit
{ 
  display: block;
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: center;
  width: 80%;
}
/*
 * relatedformats -- list of other formats (if any)
 */
#relatedformats
{ 
  width: 40%;
  float: right;
  clear: right;
  border: 1px solid;
}
/*
 * titleviewBody -- promotional text, author biographies, and sample content
 */
#titleviewBody
{ 
  width: 54%;
  float: left;
  border-style: dotted;
  border-color: blue;
  margin: 0;
  padding: 0;
}
h3.reviews
/* "what people are saying" and "about the author" */
{ 
  text-align: center;
  font-size: 11pt;
  font-weight: bold;
}
#titleviewBody h4
/* author names */
{ 
  font-size: 10pt;
}
#content blockquote
/* sample content */
{ 
  width: 98%;
  margin: 5px auto 5px auto;
  font-style: oblique;
}

/*
 * .privacy -- special formatting on privacy.asp
 */
h3.privacy
{ 
  font-size: 1.3em;
  text-decoration: underline;
}
