@charset "utf-8";

html {font-size: 15px}
body {
	background-color: #D6E1E1; 
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
}
h2 {font-size: 120%; font-weight:bold; color: #366; margin-left: 15px;}
a img { 
	border: none; 
}

.header-zone {
	width: 100%; 
	height: 75px; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	overflow: hidden;
}

.navbar {
  overflow: hidden;
  background-color: #336666;
}

.navbar a {
  float: left;
  font-size: 14px;
  color: white;
  text-align: center;
  padding: 6px 10px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 14px;  
  border: none;
  outline: none;
  color: white;
  padding: 6px 10px;
  background-color: #336666;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  text-decoration: none;
  background-color: #900;
}

.navbar a:visited {
  color: white;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 110px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 6px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown-content a:visited {
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.pagination {
  display: inline-block;
  margin-left: 10px;
}

.pagination a {
  color: #366;
  float: left;
  padding: 6px 9px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color .3s;
  border-radius: 3px;
}

.pagination a:visited {
  color: #366;
}

.pagination a.active {
  background-color: #336666;
  color: white;
  text-decoration: none;
  border-radius: 3px;
}

.pagination a:hover:not(.active) {
  background-color: #EFF3F3;
  text-decoration: none;
}

.Title1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	line-height: 110%;
	font-weight: bold;
	text-transform: uppercase;
	color: #366;
	letter-spacing: 1px;
	margin-left: 20px;
}
.Title2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	margin-left: 20px;
}
.Title3 {
	font-size: 100%;
	font-weight: bold;
	color: #900;
}
.TopBorder {
	border-top-color: #366;
	border-top-style: solid;
	border-top-width: 1px;
}

.SerNr {
	font-size: 100%;
	font-weight: bold;
	border-top-width: 1.2px;
	border-top-style: solid;
	border-top-color: #366;
	height: 26px;
	padding-top: 8px;
	text-align: center;
}
.BookTitle {
	font-size: 100%;
	font-weight: bold;
	border-top-width: 1.2px;
	border-top-style: solid;
	border-top-color: #366;
	height: 26px;
	padding-top: 8px;
}
.Details {
	vertical-align: top;
	padding-top: 5px;
	font-size: 100%;
}
.Blurb {
	padding-left: 10px;
	padding-bottom: 5px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.ISBN {
	font-size: 100%;
	font-weight: bold;
	color: #336666;
	margin-bottom: 0;
	margin-top: 10px;
}
.Size {
	font-size: 80%;
	margin-bottom: 0;
	margin-top: 10px;
}
.Price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	color: black;
}
.UVP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #666;
	text-decoration:line-through;
}

.PriceLow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	color: red;
}
.PriceInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #999;
}
.Loupe {
	position: absolute; 
	left: 250px; 
}
.BookCover {
	border: 1px solid #666;
	height: 148px;
	width: 100px;
}
.CoverCell {
	width: 130px;
	height: 160px;
	vertical-align: top;
	text-align: center;
}
.NoCover {
	font-size: 100%;
	color: #999;
	line-height: 24px;
	height: 110px;
	width: 100px;
	border: 1px solid #999;
	padding-top: 34px;
	text-align: center;
	vertical-align: top;
	margin-left: 12px;
	font-weight: bold;
}
.image_wrapper {
  position: relative;
}

.overlay {
  position: absolute; 
  left: 98px;
  top: 130px;
}