/* books - overview */

.book_index_image {
  float: left;
  margin-right: 10px; }



#book_show_image {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }

/* book - sidebar */
.widget h1 {
  color: blue; }
.widget a {
  font-weight: bold; }

/* quotes */
.quote {
  margin-bottom: 20px;
  margin-top: 20px; }
  .quote h2 {
    margin-top: 10px; }

/* authors - overview */
.author_index_image {
  display: none; }

/* pagination */
.pagination {
  padding: 3px;
  margin: 3px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center; }

.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #aaaadd;
  text-decoration: none;
  color: #000099; }

.pagination a:hover, .pagination a:active {
  border: 1px solid #000099;
  color: #000; }

.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #000099;
  font-weight: bold;
  background-color: #000099;
  color: #FFF; }

.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;
  color: #ddd; }

/* shopping cart */
div#wastebin {
  width: 500px;
  padding: 8px;
  margin-top: 8px;
  height: 25px;
  color: #ccc;
  border: 1px dashed #888;
  font-size: 20px;
  font-weight: bold;
  text-align: center; }

div.cart img {
  float: left;
  /* width: 32px */
  /* height: 32px */
  margin-right: 10px; }

div.cart div {
  font-size: 12px/14px;
  font-weight: normal;
  color: #444;
  clear: left; }

div.cart-active {
  background-color: #FFF4D8; }

div.wastebin-active {
  background-color: #FFF4D8;
  border: 1px solid #E8A400; }

div.cart {
  clear: both;
  border: 1px solid #E8A400;
  background-color: white;
  padding: 8px;
  width: 500px; }

#testcartbox {
  background-color: lightblue;
  position: fixed;
  left: 0px;
  top: 20px;
  height: 90%;
  opacity: 0.5;
  -moz-opacity: 0.5;
  overlay: hidden; }

div#testwastebin {
  padding: 8px;
  margin-top: 8px;
  height: 25px;
  color: #ccc;
  border: 1px dashed #888;
  font-size: 20px;
  font-weight: bold;
  text-align: center; }

div.testcart img {
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 10px; }

div.testcart div {
  font-size: 12px/14px;
  font-weight: normal;
  color: #444;
  clear: left; }

div.testcart-active {
  background-color: #FFF4D8; }

div.testwastebin-active {
  background-color: #FFF4D8;
  border: 1px solid #E8A400; }

div.testcart {
  clear: both;
  border: 1px solid #E8A400;
  background-color: white;
  padding: 8px; }

/* order stuff */


/* text elements */
#col1 h2 {
  color: #2B4E95; }
  #col1 h2 a {
    color: #2B4E95; }
#col1 h3 {
  color: #4c4c4c; }
  #col1 h3 a {
    color: darkred; }
#col1 h1 {
  color: darkred; }

/* elements */
#page {
  border: 0; }

#header {
  background-color: #ff0101;
  height: 80px; }
  #header h1 {
    color: white; }

#main {
  background-color: #fff8e2; }

#col1 {
  background-color: white; }

#col3 a {
  color: black; }
#col3 ul {
  list-style-type: none; }
#col3 h1 {
  /* :color #333333 */
  color: darkred; }

#topnav a {
  color: white; }

#static_pages li {
  float: left;
  list-style-type: none;
  margin-bottom: 10px;
  /* book - single */ }

#book_show h1 {
  color: #2B4E95; }
#book_show h2 {
  color: rgb(102, 102, 102);
  text-size: 0.1em; }
