#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}
 
#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 0px;
}
 
#boxes #dialog {
  width: 700px;
  height: 526px;
  /*height: 520px; normal pop-up*/
/*  width: 550px;
  height: 550px;*/
  padding: 15px;
  background-color: #ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
 
#popupfoot {
  font-size: 16pt;
  position: absolute;
  bottom: 0px;
  width: 250px;
  left: 250px;
}
.popup-close {
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    font-size: 18px;
    line-height: 1.33333em;
    width: 1em;
    height: 1em;
    line-height: 1;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -10px;
    z-index: 2;
    color: #222222;
    padding: 3px 4px 5px 5px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.35);
}
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
  float: right;
  margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
  float: left;
  margin-right: 8px;
}

.right-col {
  width: 400px;
}
.left-col {
  width: 200px;
}
#book img {
-webkit-box-shadow: 5px 5px 10px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 10px -1px rgba(0,0,0,0.75);
box-shadow: 5px 5px 10px -1px rgba(0,0,0,0.75);
}
#description {
  text-align: center;
}
#description h1 {
  font-family: 'Times New Roman', serif;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 0px;
  letter-spacing: 5px;
}
span.subtitle {
font-size: 18px;
font-family: Arial, sans-serif;
line-height: normal;
letter-spacing: normal;
display: inline-block;
margin-top: 10px;
}
.times {
  font-family: 'Times New Roman', serif;
}
.caps {
  text-transform: uppercase;
}
p.times.author {
font-size: 22px;
margin: 10px 0 20px;
font-weight: bold;
}
p.order {
font-weight: bold;
font-size: 22px;
}
#description .btn {
  background: #ff4747;
  background-image: -webkit-linear-gradient(top, #ff4747, #870000);
  background-image: -moz-linear-gradient(top, #ff4747, #870000);
  background-image: -ms-linear-gradient(top, #ff4747, #870000);
  background-image: -o-linear-gradient(top, #ff4747, #870000);
  background-image: linear-gradient(to bottom, #ff4747, #870000);
  -webkit-border-radius: 24;
  -moz-border-radius: 24;
  border-radius: 24px;
  text-shadow: 2px 1px 2px #3d3d3d;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 19px;
  padding: 15px 30px 15px 30px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
}

#description .btn:hover {
  background: #eb0000;
  background-image: -webkit-linear-gradient(top, #eb0000, #630000);
  background-image: -moz-linear-gradient(top, #eb0000, #630000);
  background-image: -ms-linear-gradient(top, #eb0000, #630000);
  background-image: -o-linear-gradient(top, #eb0000, #630000);
  background-image: linear-gradient(to bottom, #eb0000, #630000);
  text-decoration: none;
}
#image img {
    width: 100%;
}
