.fleft {float: left;}
.fright {float: right;}

.tcc.models div.preview, .tcc.models div.preview .spine, .tcc.models div.preview div.cover {
  height: 574px;
  margin-top: 0px;
  display: inline-block;
}

.tcc.models div.preview div.cover {
  padding: 0;
  margin: 0;
  width: 309px;
  position: relative;
}

.tcc.models div.preview .spine, #spine-middle{
  width: 70px;
}

.tcc .spine-top-text, .tcc .spine-middle-text {
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  transform: rotate(-270deg);
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 0px 0px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  vertical-align: middle;

}
.tcc.lte-ie8 .spine-top-text, .tcc.lte-ie8 .spine-middle-text{
  width: 70px;
  -ms-writing-mode: tb-rl;
}


.tcc.lte-ie8 .spine-top-text{
  height: 83px;
}


.tcc.lte-ie8 .spine-middle-text{
  height: 375px;
}


.tcc .spine-top-text .info, .tcc .spine-middle-text .info {
  line-height: 1em;
  display: inline-block;
}

.tcc.lte-ie8 .spine-top-text .info, .tcc.lte-ie8 .spine-middle-text .info{
  width: auto;
}

.tcc .spine-top-text .info{ width: 83px; }
.tcc .spine-middle-text .info { width: 375px; }

.tcc.models div.preview .spine{
  float: left;
}

#new_book .hint{
  width: 231px;
}

#new_book textarea{
  width: 400px;
}

#spine-middle {
  height: 375px;
}

.tcc .spine-middle-text{
/*  width: 385px;*/
}

#spine-top, #spine-bottom, #spine-middle {
  padding: 5px 0;
}

#spine-top{
  height: 83px;
}

#spine-bottom {
  height: 38px;
}

#spine-bottom {
  text-align: center;
}

.editable-block{
  cursor: pointer;
  padding: 0.25em;
}

#author-name .author-name{
  height: auto;
}

.editable-block:hover, .editable-block.editing{
  background: #ee3;
  color: #666;
}

#spine-bottom, #spine-top, #spine-middle{
  overflow: hidden;
  word-wrap:break-word;
  font-size: 10px;
}

div.tcc.models{
  width: 100%;
/*  position: relative;*/
}

div.tcc.models div.model{
  float: none;
  margin: 0 auto;
  text-align: center;
}

.tcc .window{
  background: #fff;
  border: 2px solid #e1e1e1;
  display: none;
  position: absolute;
  z-index: 1;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 2px 2px 10px #999;
  -webkit-box-shadow: 2px 2px 10px #999;
  box-shadow: 2px 2px 10px #999;
}
.tcc .window .buttons{
  margin-right: 5%;
  margin-bottom: 5%;
}

.tcc #generic-field{
  width: 90%;
  margin: 2.5%;
  height: 3em;
  padding: 2.5%;
}

.tcc .margin, .tcc .margin-container {
  color: white;
  border: 0 dotted white;
}


.tcc .margin-container.vertical .margin{
  border-left-width: 1px;
  width: 0;
  margin: auto;
}

.tcc .margin.horizontal{
  border-top-width: 1px;
}

.tcc .margin .margin-size{
  display: inline-block;
  font-size: 8px;
  line-height: 0.8em;
  padding: 2px;
  text-align: center;
  width: 14px;
}

.tcc .margin-container.vertical .margin .margin-size{
  margin-left: -9px;
}

.tcc .margin.horizontal .margin-size{
  margin-top: -0.6em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tcc .vertical .two-and-a-half-cm {
  line-height: 46px;
}

.tcc .margin-container.vertical {
  border-top-width: 1px;
  border-bottom-width: 1px;
  width: 100%;
}

.tcc .cover-margin{
  border-left-width: 1px;
  border-right-width: 1px;
  height: 574px;
  line-height: 574px;
  width: 46px;
}

.tcc .cover-margin .margin.horizontal{
  display: inline-block;
  height: 0;
  width: 100%;
}

.tcc .cover .info {
  line-height: 1.25em;
  min-height: 1em;
  text-align: center;
}

.tcc .cover .middle-text, .tcc .cover .below-middle-text, .tcc .cover .bottom-text, .tcc .cover .bottom-margin , .tcc .cover .above-bottom-text {
  position: absolute;
  width: 100%;
}
.tcc .cover .middle-text { top: 180px; }
.tcc .cover .below-middle-text { top: 280px; }
.tcc .cover .above-bottom-text { top: 400px; }
.tcc .cover .bottom-text { bottom: 46px; }
.tcc .cover .bottom-margin { bottom: 0px; }


table.lista.info-book-table{
  width: 64%;
  margin-left: 10px;

}

table.lista.info-book-table th, table.lista.info-book-table td {
  padding: 10px 10px;
  text-align: left;

}

a.print-backstage{
  position: absolute;
  top: 50px;
  left: 50px;
}



