/*
 * standard.css
 * Copyright 2007 Richard Lawrence
 * You may use this work under the terms of the Creative Commons 
 * Attribution-Share Alike 3.0 license, found at
 * http://creativecommons.org/licenses/by-sa/3.0/us/ 
 */
body
{ 
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #444444;
  background-color: #BB9D70; 
}

#container
{ 
  background-color: #FFFFFF; 
  width: 1000px;
  border-style: groove;
  border-color: #484848;
  margin-left: auto;
  margin-right: auto;
}

/*
 * Header
 */
#header
{ 
  height: 110px; 
  background-color: #FFEDC0;
  padding-right: 10px;
}
/* For images in header: */
#header img
{
  height: 87px;
  width: auto;
  display: block; 
  clear: left;
  margin: 0px 0px 0px 0px;
}
#header h1
{
  font-size: 30pt;
  text-align: center;
  color: #FFFFFF;
}
#header h2
{
  margin-top: 0;
  font-size: 20pt;
  text-align: right;
  color: #896B3D;
}
#header h3
{
  margin-top: 0;
  font-size: 12pt;
  font-style: italic;
  text-align: right;
  color: #000000;
}
#topNav
{
  height: 20px;
  width: 735px;
  background-color: #000000;
  position: relative;
  margin-top: 0px;
  padding-left: 265px;
  line-height: 20px;
  text-align: center;
  overflow: hidden; 
}
#topNav ul
{
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
}
#topNav li
{
  height: 20px;
  width: 130px;
  margin-top: 0;
  float: left;
  background-image: url("/images/top-nav-button.png");
  text-align: center;
}
#topNav a
{ 
  text-decoration: none;
  font-weight: bold;
  color: #8A8CAE; 
}
#topNav a:hover
{ 
  color: #FFFFFF;
}

/*
 * Detail Pages Navigation
 */
#detailnav ul
{
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
}
#detailnav li
{
  text-align: center;
}
#detailnav a
{ 
  text-decoration: none;
  font-weight: bold;
  color: #8A8CAE; 
}
#detailnav a:hover
{ 
  color: #FFFFFF;
}


/*
 * Left navigation container
 */
#navLeft
{	
  background-color: #FFFFFF; 
  width: 220px;
  float: left;
  margin: 10px 10px 0 0;
  padding: 0 0 0 0;
  text-align:center;
}


#navLeft .navTable
{
  width: 200px;
  margin-left: 10px;
  margin-bottom: 20px;
}


#navLeft .navRow
{ 
  height: 30px;
  font-size: 10px;
}

#navLeft .navLink
{
  background-color: #000000; 
  text-align: center;
  border-style: solid;
  border-width: 0px;
  border-color: #000000;
}


#navLeft .navLink a
{
  text-decoration: none;
  color: #FFFFFF;
  font-size: 13px;
}

#navLeft .navLink:hover
{ 
  background-color: #BB9D70; /*#8A8CAE; */
}
#navLeft .navLink a:hover
{ 
  color: #FFFFFF;
}
#navLeft .navBotImg
{ 
  background-image: url("images/bridge_small.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 200px;
  height: auto;

}


.navLeftGroup
{
  width: 200px;
  background-color: #FFFFFF;
  border-style: groove;
  border-color: #000000;
  border-width: 2px;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 5px 5px 5px;
}
.navLeftGroup ul
{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
.navLeftGroup li
{
  margin: 0 0 2px 4px;
  padding: 0 0 2px 0;
}
.navLeftGroup li:hover
{
/*  border-bottom-style: dotted;
  border-bottom-color: #FF9933;
  border-bottom-width: 1px; */
  color: #CC3300;
}
.navLeftGroup a
{ 
  text-decoration: none;
  color: #000066;
}
.navLeftGroup a:hover
{ 
  color: #CC3300;  
}
.navLeftGroup h2
{
  font-size: 17px;
  font-family: Georgia, Verdana, sans-serif;
  margin: 0 0 4px 0;
  padding: 0 0 0 0;
}  
.navLeftGroup form
{
  margin: 0;
  padding: 0;
}
/*
 * Content container
 */
#content
{
  width: 745px;
  min-height: 500px;
  float: left;
  color: #FFFFFF
  background-color: #FFFFFF;
  padding: 10px 10px 10px 10px;
}

#content h1
{ 
  color: Gray;   
  font-size: 16pt ;
}


#content h2 
{ 
  color: Blue;
  font-size: 12pt ;
}

#content h3
{
  color: Black;
  font-size: 10pt ;
}
#content a
{ 
  text-decoration: none;
  color: #0000CC;
}
#content a:hover
{ 
  color:  #CC0000;
}

/* "Clippings" that appear in the content div, for presenting testimonials and
   feature summaries */
#content div.clipping
{
  width: 200px;
  float: right;
  background-color: #FFCC66;
  font-size: 10px;
  text-align: justify;
  border-color: #000000;
  border-style: dotted;
  border-width: 2px;
  margin: 10px 0 10px 4px;
  padding: 2px 4px 2px 4px;
}
#content .clipping p
{
  margin: 8px 0 0 0;
  padding: 0 0 0 0;
}
#content .clipping ul
{
  display: block;
  list-style-type: disc;
  margin: 0 0 0 13px;
  padding: 0 0 0 0;
}
#content .clipping li
{
  margin: 5px 0 0 0;
  padding: 0 0 0 0;
}

/* For "news items" in newsmain.htm or on other pages */
#content p.newsitem
{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom-style: dotted;
  border-bottom-color: #989898;
  border-bottom-width: 1px;
}

/* For images in articles: */
#content img
{ 
  display: block; 
  margin: 0px 10px 10px 10px;
}

#content img.smallleft
{ 
  width:150px; 
  display: block; 
  float: left; 
  clear: left;
  margin: 0px 10px 10px 0px;
}
#content img.smallright
{ 
  width:150px; 
  display: block; 
  float: right; 
  clear: right;
  margin: 0px 0px 10px 10px;
}
/* For labels and field headers on forms (e.g. in user.asp): */
#content div.input
{ 
  width: 100%;
}


#content label.input
{ 
  display: block;
  width: 90%;
  text-align: left;
  margin: 8px 0 4px 0;
  background-color: #CCCCCC;
}
/* For lists of links used for navigation (e.g. on myaccount.asp and faq.asp) */
#content ul.navlist
{ 
  margin: 0;
  padding: 0;
  list-style-type: none; 
}
#content .navlist li
{ 
  margin-bottom: 4px;
}


/* For title information on the books.asp page */
#content .titleBrief
{ 
  width: 100%;
  margin: 10px 0 15px 0;
  overflow: auto;
}
#content .titleBriefForm
{ 
  width: 350px;
  margin: 0;
  padding: 0 0 15px 0;
  float: left;
}
#content .titleBriefForm .title
{ 
  font-size: 1.2em;
  font-weight: bold;
}
#content .titleBriefForm .price
{ 
  font-weight: bold;
}
#content .titleBrief img 
{ 
  display: block;
  float: left;
  margin: 0 10px 40px 0;
  width: 100px; 
  border: none;
}







/* 
 * For displaying an individual title pages 
 */

#titleviewLeft
{ 
  width: 300px;
  margin-top: 10px;
  float: left;
  clear: left;
  border-style: none; /*solid;*/
  border-color: black;

}

#titleviewLeft img
{ 
  display: block;
  float: left;
  clear: both;
  margin: 10px 10px 10px 10px ;
  width: 200px; 
}

#titleviewLeft form
{ 
  display: block;
  float: left;
  clear: both;
}

#titleviewLeft ul .detailnav
/* the Title/Author/Sample list of links */
{  
  display: block;
  margin: 0 0 0 0;
}
#titleviewLeft .detailnav li
{ 
  list-style-type: none;
  padding-right: 5px;
  float: left;
}

/* "summary" detail list for a title: isbn, copyright, price, weight, etc. */
#titleviewLeft ul.summary
{ 
  display: block;
  width: 200px;
  float: left;
  clear: left;
}
#titleviewLeft li.summary
{ 
  list-style-type: disc;
  margin: 0 0 0 0;
}

#titleviewLeft form
{ 
  display: block;
  width: 290px;
  float: left;
  clear: left;
}

#titleviewTop
{ 
  margin-top: 0px;
  margin-left: 10px; 
  overflow: auto;
}

#titleviewBody
{ 
  margin-top: 10px;
  margin-left: 10px; 
  overflow: auto;
}

#titleviewBody img
{ 
  max-width: 500px; /* at least one title references a huge image...
                       this prevents overflow */
}


/* For data tables -- WHICH SHOULD BE MINIMAL, such as on compare.asp */
#content .tblHeader th
{ 
  color: #FFFFFF;
  background-color: #896B3D;
}
/*
 * Footer
 */
#footer
{
  width: 100%;
  clear: both;
  margin-top: 25px;
  padding: 10px 0 0 0;
  text-align: center;
}
#footer div.footerinfo
{ 
  margin: 20px 0 20px 0;
  padding: 10px; 
  min-height: 135px;
  background-color: #339966; 
  font-family: Georgia, Verdana, Helvetica, Arial, sans-serif;
  font-size: 13pt;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
}
#footer .footerinfo img
{ 
  display: block;
  float: right;
  margin: 0 10px 0 10px;
  border: none;
}
#footer .footerinfo a
{ 
  text-decoration: none;
  color: #0000CC;
}
#footer .footerinfo a:hover
{ 
  text-decoration: none;
  color: #CC0000;
}

/**** debugging information. */
#debug 
{
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
/*
 * #errors -- Error and Warning notices
 */
#errors
{ 
  width: 548px;
  float: left;
  background-color: #ffffff;
  margin: 0 0 10px 0;
  padding: 0;
  border: 1px solid #000000;
}
div.warning, div.notice
{ 
  width: 96%;
  padding: 2%;
  background-color: #C8C8C8;
}
div.warning i:before
{ 
  content: "Error message was: " 
}
div.warningTitle, div.noticeTitle
{ 
  width: 100%;
  padding: 0 0 1% 0;
  font-size: 1.5em;
  color: #C80000; 
}
div.finePrint
{ 
  width: 100%;
  padding: 1% 0 1% 0;
  font-size: 0.8em;
}