/* Onion-skinned drop shadow for book cover */
.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.wrap1 {
  float:left;
  background:url(../images/drop_shadow.jpg) right bottom no-repeat;
  }
.wrap2 {
  background:url(../images/drop_shadow_corner_bl.jpg) left bottom no-repeat;
  }
.wrap3 {
  padding:0 12px 12px 0;
  background:url(../images/drop_shadow_corner_tr.jpg) right top no-repeat;
  }
.wrap3 img {
  display:block;
  }

/* To avoid border around linked image and 
  also avoid using the deprecated border attribute
  (color white for ns4, when page bg is white) */
a img { border:none; color:#fff }

.Free_Form {
    color: #473b3b;
    font-family: 'ArialMT', 'Arial', 'sans-serif';
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.graphic_textbox_layout_style_default {
    padding: 4px;
}
.graphic_textbox_style_default {
    background: transparent;
    border: 1px #000000 none;
    float: none;
    margin: 0px;
    opacity: 1.00;
}
div {
    overflow: visible;
}
img {
    border: none;
}
.InlineBlock {display: inline; }
.InlineBlock {display: inline-block; }
.tinyText {
    font-size: 1px;
}
