@charset "UTF-8";
/*layout*/
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.index #container {
	background: #FFFFFF;
	margin: 0 auto;
	height: auto;
	width: 1024px;
	background-color: #FFFFFF;
} 
.index #footer {
	font-size: x-small;
	background: #FFFFFF;
	padding-top: 7px;
}
.index #footer p {
	border-top-width: 1px;
	border-color: #333333;
	border-top-style: solid;
}
.index #header {
	background: #5e6667;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.index  #header  p  {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.index #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	font-size: x-small;
	font-style: normal;
	line-height: 1.7em;
	border-bottom: thin none;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin: 0px;
}
.horizontalmenu a {
	text-align: center;
	display: block;
	text-decoration: none;
	background-color: #bbc9cc;
	color: #000000;
	background-image: none;
	background-attachment: fixed;
	white-space: normal;
	list-style-position: inside;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding-left: 0px;
	padding-right: 0px;
	font-size: x-small;
}
.horizontalmenu a:hover {
	color: #FFFFFF;
	background-color: #333333;
}
.index #container #header .horizontalmenu .currentPage {
	background: #FFCC66;
	font-weight: normal;
}
.index #container #header .horizontalmenu a.currentPage:hover {
	font-weight: normal;
	background: #666666;
}
.index #container #header a {
	font-size: 70%;
	color: #FFFFFF;
	background: #FFFFFF;
	background-color: #5E6667;
	padding: 0px 0px 0px 3px;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	border-left: 3px solid #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.index #container #header a:hover {
	font-style: normal;
	font-variant: normal;
	text-decoration: underline;
}
#sidebar1  p   {
	font-weight: bold;
	background: #FFCC66;
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	border-left: 1px solid #666666;
}
/* content*/
#sidebar1 a {
	text-align: left;
	display: block;
	text-decoration: none;
	background-color: #D8E3E2;
	color: #000000;
	background-image: none;
	background-attachment: fixed;
	white-space: normal;
	padding-left: 3px;
	list-style-position: inside;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 0px none #666666;
	border-right: 0px none #9ECCB6;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
#sidebar1 a:hover {
	color: #FFFFFF;
	background-color: #333333;
}
#sidebar1 h2  {
	color: #FFFFFF;
	background: #636C6C;
	font-size: 75%;
	text-align: left;
}
.index #container #sidebar1 #advertisement {
	background: #FFFFFF;
	z-index:auto
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p.strong {
	font-weight: bold;
	color: #330099;
	background: url(../images/arrowHead.jpg) no-repeat left top;
	margin:0px;
	padding-left: 25px;
	}
.index #container #mainContent {
	width: auto;
	margin-left: 173px;
	height: 100%;
	line-height: 1.3;
	padding-left: 5px;
}
.index #container #mainContent h1 {
	text-align:left;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	border-left-style: solid;
	border-left-color: #000000;
	border-left-width: 1em;
	padding-left: 0.5em;
	display: block;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	padding-right: 0.5em;
	margin-right: 0.5em;
	line-height: 1;
}

.index #container #mainContent ul li {
	text-align: left;
	width: auto;
	margin: 3px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: normal;
}
.index #container #mainContent ul img {
	float: right;
	margin: 0px 25px 0px 10px;
	left: 0px;
	right: 0px;
	clear: none;
	height: auto;
	text-decoration: none;
}
.index #container    #mainContent  p.Title {
	font-size: medium;
	font-weight: bold;
	font-variant: small-caps;
	position: relative;
	text-align: center;
	margin-top: 10px;
}
.index #container #mainContent .links p {
	margin: 0px;
	padding: 0px;
	white-space: normal;
}

.index #container #mainContent .links p.linksHeader {
	margin: 0px;
	padding: 0px;
	white-space: normal;
	border-bottom: 1px solid #666666;
	font-weight: bold;
	color: #5e6667;
}
.index #container #mainContent #vintageCovers Img {
	margin: 5px;
	float: left;
}
.index #container #mainContent h2 {
	font-size: 75%;
	text-align: left;
	display: block;
	margin-left: 0px;
	padding-left: 5px;
	left: 150px;
	margin-top: 5px;
	margin-bottom: 2px;
	line-height: 1;
	border-left: 12px solid #333333;
	border-bottom: 1px dotted #333333;
	padding-top: 0px;
	padding-bottom: 0px;
}
.index   #container   #mainContent .links  {
	margin-bottom: 5px;
	margin-right: 0px;
	width: auto;
	vertical-align:top;
	float: right;
	padding: 4px;
	font-size: small;
	margin-left: 0px;
	background-color: #FFFFFF;
}

.index   #container   #mainContent table.links ul li {
	display: block;
	list-style-type: square;
}

.index  #container #maincontent .covers img  {
	margin-bottom: 0em;
	padding-bottom: 0px;
	margin-top: 0.5em;
	padding-left: 15px;
	padding-right: 15px;
	border: 0px;
}
.index #container #mainContent .squarebullet a{
	font-size: 12px;
	font-variant: small-caps;
	margin-left: 5px;
	line-height: 12px;
	margin-right: 8px;
	padding-left: 15px;
	font-weight: bold;
	background: url(../images/10pxdot.jpg) no-repeat left center;
	margin-bottom: 20px;
}
.index #container #mainContent div.squarebullet {
	margin: 15px 0;
	text-align: left;
	padding: 15px 0;
	background: #99CCCC
	display: block;
	height: 35px;
	background: 99CCCC;
}
.index #container #mainContent td div.squarebullet {
	margin: 15px 0;
	text-align: left;
	padding: 15px 0 0 15px;
	display: block;
	border:none;
	height: 15px;
	background: #99CCCC;
}

#container .covers img  {
	margin-bottom: 0em;
	padding-bottom: 0px;
	margin-top: 0.5em;
	padding-left: 10px;
	padding-right: 10px;
	border: 0px;
}

.index  #container  #mainContent p  {
	margin-top: 5px;
	padding-top: 0px;
	text-align: left;
	font-size: 12px;
	border-left: 5px;
	line-height: 1.6em;
	margin-right: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.index #container #mainContent td {
	text-align: center;
}
.index #container #mainContent td p {
	line-height: 1.7em;
	word-spacing: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.index #container #mainContent td.backcovers {
	width:33%;
	text-align:left;
	padding:10px;
	line-height: 1.7em;
	word-spacing: normal;
}
.index #container #mainContent #editionCount td {
	text-align: left;
	height: 12px;
	width: auto;
	padding: 1px;
	border: 0;
	margin-right: 10px;
	font-size: 12px;
}

.index #container .phpcode tr.editions td {
	font-size: 60%;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
.index #container #mainContent .phpcode .magazines .magazines2 li {
	font-size: 10px;
	margin-left: 0px;
	padding-left: 0px;
}
.index #container #mainContent .searchform {
	background: #D8E3E2;
	margin: 5px;
	padding: 5px;
	border: 1px dotted #666666;
}
.index #container #mainContent .phpcode table.editions {
	Align:left;
	left: 150px;
}
.index  #container  #mainContent .relatedBox {
	display: block;
	padding-left: 20px;
	margin-right: 15px;
	margin-top: 10px;
	display: inline;
	float: left;
	margin-top: 10px;
}

#mainContent  p.bookDescription {
	font-size: 70%;
	text-align: left;
	padding-left: 2em;
	padding-right: 1em;
}
.date {
	font-size: x-small;
	font-style: italic;
	text-decoration: underline;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	line-height: 1em;
	padding-left: 0em;
}
.bold {
	font-weight: bold;
}
.linListTitles {
	font-size: 70%;
}

.index  #container  #mainContent  .relatedBox  img {
	vertical-align: top;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
}
.index #container #mainContent #cellframe {
	border: 1px solid #333333;
	margin-top: 20px;
}
.index #container #mainContent .relatedBox .covers {
	float: left;
	clear: none;
}
.index #container #mainContent .relatedBox .covers h3 {
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	border-left: 5px solid #333333;
	padding-left: 5px;
}
.index #container #mainContent .relatedBox .covers #lefttop {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
}	
.index #container #mainContent .relatedBox .covers #top {
	border-top: 1px solid #333333;
	
}
.index #container #mainContent .relatedBox .covers #topright {
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;

}
.index #container #mainContent .relatedBox .covers #bottomleft {
	
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	
}
.index #container #mainContent .relatedBox .covers #bootomright {
	
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	
	
}
.index #container #mainContent .relatedBox .covers #bottom {
	border-bottom: thin solid #333333;
}
.index  #container  #mainContent #nextpage        {
	clear: left;
	float:left;
	margin-top: 2em;
	margin-left:1.5em;
	margin-right:1.5em;
	display: block;
	position: relative;
	width: 200px;
}

#nextpage a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	border-left:8px solid #333333;
	margin: 0;
	padding-top: 0px;
	padding-left: 3px;
	padding-right: 3px;
}
#nextpage a:hover {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #000000;
}
.index #container #sslinks       {
	margin-top: 2em;
	display: block;
	text-align:left;
}
.index #container #sslinks a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	border-left:8px solid #333333;
	margin: 0;
	padding-top: 0px;
	padding-left: 3px;
}
.index #container #sslinks a:hover {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #000000;
}
.index #nextpage h2 {
	font-size: small;
}
.index #container #mainContent .footnote {
	font-size: 80%;
	text-align: left;
	padding-left: 2em;
	padding-right: 1em;
}
.index #container #mainContent ol {
	text-align: left;
	font-size: 12px;
	line-height: 1.8em;
}
.index #container #mainContent .covers td {
	font-size: 70%;
	margin-bottom: 15px;
}
.index #container #header #horizonMenu {
	margin-left: 179px;
}
.index #container #mainContent .phpcode .covers .edition em {
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	display: block;
}

.magazines1 a img {
	padding:0px;
	margin:5px;
	border: 1px solid #666666;
}
.magazines1, .magazines2 {
	height: 220px;
	font-size: x-small;
	text-align: left;
	position: relative;
	clear: none;
	border: 0px;
	display: inline;
	float: left;
}
.index #container #mainContent .amazoncarousel {
	margin: 0px;
	padding: 0px;
}

.magazines2 {
	width:190px;
	
}

 #container #mainContent .phpcode .magazines2 {
	padding-left: 5px;
	margin-bottom: 20px;
	margin-right:5px;
	
}
.line {
	display: block;
	border-bottom: 1px dotted #666666;
}
.index #container #mainContent .magazines {
	display: block;
	margin-left: 30px;
}
.index #container #mainContent .framed {border: 1px dotted #666666;}


.rtop,.rbottom{display:block; background-color:#FFFFFF}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden; background-color:#CCCCCC}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}
.rounded{background-color:#CCCCCC}

/* Show only to IE PC \*/ 
* html .boxhead p {height: 1%;} /* For IE 5 PC */


.index #container #mainContent .roundbox {
	margin: 0 auto; /* center for now */
	width: 270px; /* ems so it will grow */
	background: url(../images/sbbody-r.gif) no-repeat right bottom;
	font-size: 100%;
	float: left;
	clear: none;
	padding: 0px;
}

.index #container #mainContent .roundbox2 {
margin: 0 auto; /* center for now */
	width: 380px; /* ems so it will grow */
	background: url(../images/sbbody-r.gif) no-repeat right bottom;
	font-size: 100%;
	float: left;
	clear: none;
	padding: 0px;
}

.index #container #mainContent .roundbox1 {
margin: 0 auto; /* center for now */
	width: auto; /* ems so it will grow */
	background: url(../images/sbbody-r.gif) no-repeat right bottom;
	font-size: 90%;
	float: right;
	clear: none;
	padding: 0px;
}

.index #container #mainContent .roundbox1 li {
	font-size: 100%;
}
.index #container #mainContent .roundbox1 .boxhead p {
	font-weight: bold;
}

.index #container #mainContent .boxhead {
	background: url(../images/sbhead-r.gif) no-repeat right top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333366;
	height: auto;
	top: 0px;
}
.index #container #mainContent .boxhead p{
	background: url(../images/sbhead-l.gif) no-repeat left top;
	color: black;
	line-height: 1.2em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px;
	padding: 12px 20px 10px;
	font-style: normal;
	font-weight: normal;
	height: auto;
	display: block;
	margin: 0;
	vertical-align: middle;
	font-size: 70%;
	text-align: center;
}
.index #container #mainContent .boxbody ul {
	margin: 0px;
	padding: 5px;
	line-height: 1.5em;
	font-size: 65%;
}


.index #container #mainContent .boxbody {
	background: url(../images/sbbody-l.gif) no-repeat left bottom;
	margin: 0;
	padding: 0px 10px 20px 30px;
	position: relative;
}

.index #container #mainContent .link .boxbody {
	background: url(../images/sbbody-l.gif) no-repeat left bottom;
	margin: 0;
	padding: 0px 10px 20px 30px;
}
.index #container #mainContent .synopsis1 {
	width: auto;
	display: inline;
	float: left;
	border: 1px dotted #5E6667;
	margin-right: 10px;
	padding: 2px 15px 10px;
	margin-top: 5px;
}
.index #container #mainContent .movies p {
	margin: 0px;
	padding: 2px;
}
.index #container #amazon {
	float: none;
	margin-top: 20px;
}
/**
 * The "classic" theme CSS for Shadowbox.
 *
 * This file is part of Shadowbox.
 *
 * Shadowbox is an online media viewer application that supports all of the
 * web's most popular media publishing formats. Shadowbox is written entirely
 * in JavaScript and CSS and is highly customizable. Using Shadowbox, website
 * authors can showcase a wide assortment of media in all major browsers without
 * navigating users away from the linking page.
 *
 * Shadowbox is released under version 3.0 of the Creative Commons Attribution-
 * Noncommercial-Share Alike license. This means that it is absolutely free
 * for personal, noncommercial use provided that you 1) make attribution to the
 * author and 2) release any derivative work under the same or a similar
 * license.
 *
 * If you wish to use Shadowbox for commercial purposes, licensing information
 * can be found at http://mjijackson.com/shadowbox/.
 *
 * @author      Michael J. I. Jackson <mjijackson@gmail.com>
 * @copyright   2007-2008 Michael J. I. Jackson
 * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
 * @version     SVN: $Id: skin.js 91 2008-03-28 17:39:13Z mjijackson $
 */

/*_____________________________________________________  container & overlay  */
#shadowbox_container, #shadowbox_overlay {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
#shadowbox_container {
  position: fixed;
  display: block;
  visibility: hidden;
  z-index: 999;
  text-align: center; /* centers #shadowbox in quirks and IE */
}
#shadowbox_overlay {
  position: absolute;
}

/*_______________________________________________________________  shadowbox  */
#shadowbox {
  position: relative;
  margin: 0 auto;
  text-align: left; /* reset left alignment */
}

/*____________________________________________________________________  body  */
#shadowbox_body {
  position: relative;
  margin: 0;
  padding: 0;
  border: 1px solid #333;
  overflow: hidden;
}
#shadowbox_body_inner {
  position: relative;
  height: 100%;
}
#shadowbox_content.html {
  height: 100%;
  overflow: auto; /* make html content scrollable */
}

/*_________________________________________________________________  loading  */
#shadowbox_loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#shadowbox_body, #shadowbox_loading {
  background-color: #060606; /* should match loading image background color */
}
#shadowbox_loading_indicator {
  float: left;
  margin: 10px 10px 0 10px;
  height: 32px;
  width: 32px;
  background-image: url(../../../../../shadowbox-2.0-code/src/skin/classic/loading.gif);
  background-repeat: no-repeat;
}
#shadowbox_loading span {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 10px;
  float: left;
  margin-top: 16px;
}
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
  color: #fff;
  text-decoration: underline;
}

/*____________________________________________________________  title & info  */
#shadowbox_title, #shadowbox_info {
  position: relative;
  margin: 0; /* these must have no vertical margin or padding */
  padding: 0;
  overflow: hidden;
}
#shadowbox_title_inner, #shadowbox_info_inner {
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  line-height: 16px;
}
#shadowbox_title {
  height: 26px;
}
#shadowbox_title_inner {
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
}
#shadowbox_info {
  height: 20px;
}
#shadowbox_info_inner {
  font-size: 12px;
  color: #fff;
}

/*_____________________________________________________________________  nav  */
#shadowbox_nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}
#shadowbox_nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
}
#shadowbox_nav_close {
  background-image: url(../../../../../shadowbox-2.0-code/src/skin/classic/icons/close.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_next {
  background-image: url(../../../../../shadowbox-2.0-code/src/skin/classic/icons/next.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_previous {
  background-image: url(../../../../../shadowbox-2.0-code/src/skin/classic/icons/previous.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_play {
  background-image: url(../../../../../shadowbox-2.0-code/src/skin/classic/icons/play.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_pause {
  background-image: url(../../../../../shadowbox-2.0-code/src/skin/classic/icons/pause.png);
  background-repeat: no-repeat;
}

/*_________________________________________________________________  counter  */
#shadowbox_counter {
  float: left;
  padding: 2px 0;
  width: 45%;
}
#shadowbox_counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
#shadowbox_counter a.shadowbox_counter_current {
  text-decoration: underline;
}

/*___________________________________________________________________  clear  */
div.shadowbox_clear {
  clear: both; /* clear floating counter & nav */
}

/*________________________________________________________________  messages  */
div.shadowbox_message {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.shadowbox_message a:link,
div.shadowbox_message a:visited {
  color: #fff;
  text-decoration: underline;
}
.dadoes {
	font-size: 10 px;
	float: left;
	height: auto;
	width: 842px;
	padding-bottom: 10px;
	border: 1px solid 6666666;
}
