/* RESET SYTLE SHEET: http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, strong, 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-size: 100%;
   font: inherit;
   font-family: "Comic Sans MS", cursive, sans-serif;
   vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
   display: block;
}
body {
   line-height: 1;
}
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;
}

/* ===========================================================================================
|=============================================================================================
| MAIN STYLE INFO
|=============================================================================================
=========================================================================================== */

/* ===========================================================================================
| #index-list
=========================================================================================== */
ul#index-list {
   /*background-color: yellow;*/
   list-style-type: none;
}

ul#index-list>li {
   margin: 2px;
   /*border: 1px solid #170087;*/
   border-bottom: 2px solid #8ba2dd;
   border-left:   2px solid #cfe6ff;
   border-right:  2px solid #8ba2dd;
   border-top:    2px solid #cfe6ff;
   padding: 3px;
}

/* ===========================================================================================
| .list-span
=========================================================================================== */
ul.list-span {
   /*background-color: aqua;*/
   list-style-type: none;
}

ul.list-span li {
   display: inline-block;
   zoom:1;
   *display:inline; /* this fix is needed for IE7- */
   vertical-align: top;
   padding: 5px;
}

/* ===========================================================================================
| .details
=========================================================================================== */
ul.details {
   /*background-color: darkgoldenrod;*/
   list-style-type: none;
}

ul.details li {
   /*background-color: yellow;*/
   display: block;
}

ul.details li p {
   width: 800px;
}

/* ===========================================================================================
| .info-line
=========================================================================================== */
ul.info-line {
   list-style-type: none;
   /*background-color: blueviolet;*/
}

ul.info-line li {
   display: inline-block;
   zoom:1;
   *display:inline; /* this fix is needed for IE7- */
}

.bk-details, .bk-comments {
   margin: 2px;
   border: 1px solid #870b12;
   padding: 2px;
   line-height: 120%;
   width: 100%;
   /*background-color: teal;*/
}

/*.bk-comments {*/
   /*display: block;*/
   /*margin: 2px;*/
   /*border: 1px solid #870b12;*/
   /*padding: 2px;*/
/*}*/

/* ===========================================================================================
| RESET OVERRIDES
=========================================================================================== */
h1 {
   font-size: large;
   font-weight: bold;
}

b {
   font-weight: bold;
}

/* ===========================================================================================
| Image Viewer
=========================================================================================== */
/* ===========================================================================================
| RESET OVERRIDES
=========================================================================================== */
.container {
   width:1080px;
   overflow-x: auto;
   background-color: antiquewhite;
   margin: 0 auto;
   /*background-color: gold;*/
}

.grid-box {
   width:165px;
   float:left;
   height:150px;
   text-align: center;
   border-bottom: 3px solid #8ba2dd;
   border-left:   3px solid #cfe6ff;
   border-right:  3px solid #8ba2dd;
   border-top:    3px solid #cfe6ff;
}

p.image-view-inst {
   padding: 5px;
   border: 1px solid black;
   margin: 5px;
}

body {
   text-align: center;
}

#main-content {
   margin: 0 auto;
   /*background-color: gold;*/
   width: 1080px;
   text-align: left;
   border: 1px solid black;
   border-style: dotted;
}

#book-list {
   overflow-y: scroll;
   max-height: 800px;
   border-bottom: 4px solid #8ba2dd;
   border-left:   4px solid #cfe6ff;
   border-right:  4px solid #8ba2dd;
   border-top:    4px solid #cfe6ff;
}

.page-descr>p {
   margin: 10px;
   padding: 10px;
   /*background-color: pink;*/
}

#top-banner {
   padding: 10px;
   background-color: #8ba2dd;
}