/* FLIP THE SCRIPT CSS
   2006.08.08
   klokie at surface 2 air dot com
*/
body, td, div, p {
  color: #333;
  font-size: 13px;
  font-family: "Cochin", Times New Roman, Helvetica, serif;
  line-height: 16px;
  margin: 0;
}

p {
  margin: 0 0 12px 0;
  padding: 0 20px 0 0;
}

a {
  color: #A00000;
}

.larger { 
  font-size: 14px;
  line-height: 18px;
}

/* menus */
div.introduction {
  position:absolute;
  left:24px;
  top:81px;
  width:108px;
  height:14px;
}

div.concept {
  position:absolute;
  left:24px;
  top:102px;
  width:108px;
  height:17px;
}

div.artistlist {
  position:absolute;
  left:24px;
  top:124px;
  width:108px;
  height:13px;
}

div.credits {
  position:absolute;
  left:24px;
  top:146px;
  width:108px;
  height:13px;
}

div.stocklist {
  position:absolute;
  left:24px;
  top:166px;
  width:108px;
  height:14px;
}

div.order {
  position:absolute;
  left:24px;
  top:170px;
/*
  top:188px;
*/
  width:108px;
  height:14px;
}

div.press {
  position:absolute;
  left:24px;
  top:164px;
/*
  top:203px;
*/
  width:107px;
  height:20px;
}

div.buynow {
  position:absolute;
  left:24px;
  top:220px;
  width:108px;
  height:14px;
}

/* titles */
div.flip-title {
  position:absolute;
  left:23px;
  top:22px;
  width:201px;
  height:16px;
}

div.flip-tagline {
  position:absolute;
  left:23px;
  top:49px;
  width:175px;
  height:23px;
}

div.title-image {
  position:absolute;
  left:246px;
  top:65px;
  width:434px;
  height:107px;
}

div.title-main {
  position:absolute;
  left:246px;
  top:75px;
  width:434px;
  height:107px;
}

/* main blocks */
div.text-main {
  position:absolute;
  left:245px;
  top:192px;
  width:434px;
  height:493px;
}

div.block-main { 
  position:absolute;
  left:245px;
  top:192px;
  width:434px;
  overflow: visible;
}

div.block-top { 
  position:absolute;
  left:245px;
  top:65px;
  width:434px;
  overflow: visible;
}

div.poster {
  position:absolute;
  left:710px;
  top:73px;
  width:407px;
  height:593px;
}

div.poster-credit {
  position:absolute;
  left:710px;
  top:676px;
  width:407px;
  height:14px;
  text-align:right;
  font-size: 16px;
  font-weight:bold;
}

/* footers */
table.leftist { 
  position:relative;
  left:-165px;
}

/* buttons */
div.buttons {
  position:absolute;
/*  left:710px;*/
  top:40px;
  width:100%;
  max-width: 1117px;
  height:23px;
  text-align:right;
}

div.btn-prev {
  position:relative;
  display:inline;
  margin-right:9px;
  width:23px;
  height:23px;
}

div.btn-next {
  position:relative;
  display:inline;
  width:23px;
  height:23px;
}

