@charset "utf-8";
/* CSS Document */
*{
	box-sizing: border-box;
}
#DP_logo {
  display: block;
  width: 98%;
  margin: auto;
}
#DP_logo img {
  width: 100%;
}
#booksSQimg {
  width: 95%;
  margin: 0 1% 10px 0;
  text-align: center;
  display: block;
  border-style: double;
  border-color: #FF8000;
  background-color: #0CC;
}
.booksSQimg img {
  display: inline;
  width: 40%;
  margin: 1px;
  border: 1px solid #ffffff;
}
.booksSQimg a:hover img {
  border: 1px solid #0000ff;
}
.booksSQimg desc {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 5px;
}
.books h4 {
  font-size: 130%;
}
.books {
  border: 1px solid #0000ff;
  width: 95%;
  margin: auto;
 color: #333;
  text-align: center;
}
.books img {
  margin-top: 0px;
  margin-bottom: 8px;
  border: 2px solid #ffffff;
  width: 70%;
}
.books ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.books li {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 100%;
  font-weight: bold;
}
.books a:hover img {
  border: 1px solid #FF9;
}
.books a {
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  width: 100%;
  font: inherit;
  font-size: 100%;
  color: #36F;
}
.books a:link, .books a:visited {
  display: block;
  padding: 5px 1px 1px 1px;
  font-family: inherit;
  font-size: 130%;
  font-weight: bold;
  color: #FFF;
  background-color: transparent;
  text-align: center;
}
.books a:hover, .books a:active {
  color: #FF9;
  background-color: transparent;
}
.color_ms {
  color: #FFF;
  background-color: #09F;
}
.color_sb {
  background-color: #cbcb98;
}
.color_mi {
  color: #FFF;
  background-color: #0066CC;
}
.color_bg {
  color: #FFF;
  background-color: #0CC;
}
.color_sb a:link, .color_sb a:visited {
  color: #333;
}
.color_sb a:hover, .color_sb a:active {
  color: #FF9;
}
.color_bg a:hover, .color_bg a:active {
  color: #FF9;
}
.readers_ww {
  width: 95%;
  margin: 20px auto;
  background-color: #0C9;
  color: #FFF;
  font-size: 120%;
  padding: 5px;
  border-radius: 20px 20px;
  -webkit-border-radius: 20px 20px;
  -moz-border-radius: 20px 20px;
}
.new_prices {
  display: block;
  width: 80%;
  border: 2px solid #F66;
  margin: 10px auto;
  padding: 10px;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
}
.new_prices a:link, .new_prices a:visited {
  text-decoration: none;
  color: #63F;
}
.new_prices a:hover, .new_prices a:active {
  text-decoration: underline;
  color: #63F;
}