/* helveticons.ch */

body {
  background: #c8c8c8 url(../img/gradient.png) repeat-x;
  font: 12px/1 Helvetica, sans-serif;
  color: #363636;
}

#container {
  background: url(../img/preview_basic.png) no-repeat center 47px;
  height: 1463px;
  width: 1056px;
  margin: 0 auto;
}

#container.extras {
  background-image: url(../img/preview_extras.png);
}

#poster {
  background: url(../img/poster.png);
  width: 960px; /*  1056 */
  height: 1512px; /* 1557 */ 
  padding-left: 41px;
  padding-top: 45px;
  padding-right: 55px;
  margin-bottom: 20px;
  position: relative;
}

/* grid 145 + 15 */

.g1, .g2, .g3, .g4, .g5, .g6 {
  margin-left: 15px;
  float: left;
}

.g1 { width: 145px; }
.g2 { width: 305px; }
.g3 { width: 0; }
.g4 { width: 625px; }
.g6 { width: 945px; }

.col { margin: 0; }
.col.g4 { width: 640px; }
.col.g2 { width: 320px; }

.clear { clear: both; }
.right { text-align: right; }

.bt { border-top: 1px solid rgba(0,0,0,0.1); }
.bb { border-bottom: 1px solid rgba(0,0,0,0.1); }
.bl { border-left: 1px solid rgba(0,0,0,0.1); }
.br { border-right: 1px solid rgba(0,0,0,0.1); }

p {
  margin: 10px 5px;
  line-height: 1.2;
}

a {
  color: #363636;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

span.info {
  color: #afa827;
}

h1 {
  background: url(../img/helveticons_ch.png);
  text-indent: -999px;
  height: 70px;
  width: 614px;
}

h2 {
  font-size: 20px;
  margin: 10px 5px;
}

h2.big {
  font-size: 30px;
}

h2.goodie {
  background: url(../img/screen.png) no-repeat 192px 0;
  line-height: 1.2;
}

h3 {
  font-size: 20px;
  margin: 10px 5px;
}

.list {}

.list h3 {
  float: left;
  margin-top: 5px;
}

.list p {
  float: right;
  margin: 0;
}

.list hr {
  clear: both;
  margin: 0;
}

.alt {
  color: #fff;
}

.huge {
  font-size: 90px;
  font-weight: bold;
}

.large {
  font-size: 45px;
  font-weight: bold;
}

hr {
  background: url(../img/b10.png);
  border: 0;
  height: 1px;
  margin: 15px 0;
}

#format {
  background-image: url(../img/formats.png);
  height: 310px;
}

#format div.g1 {
  margin-left: 160px;
  margin-top: 110px;
}

#fmt_square,
#fmt_infinity {
  background: url(../img/16square.png) no-repeat;
  padding-top: 18px;
}

#fmt_infinity {
  background-image: url(../img/infinity.png);
}

img.center {
  margin: 0 auto;
  display: block;
}

p.center {
  text-align: center;
}


.pack-options li {
  float: left;
  width: 100px;
}


.pack-options li:hover h3 {
  color: #fff;
  text-shadow: 0px 0px 1px #f8e324;
}

.pack-options p {
  margin: 0;
  padding-left: 6px;
  padding-bottom: 10px;
}

.pack-options li .bt {
  padding-top: 10px;
  padding-bottom: 5px;
}

.pack-options li.bl h3 {
  padding-left: 4px;
}
.pack-options li.bl p {
  padding-left: 10px;
}

.option-list {}

.option-list li {
  height: 70px;
}

.option-list li form {
  margin-top: 18px;
  margin-left: 16px;
  float: left;
}

.option-list li h2 {
  font-size: 44px;
  float: left;
  line-height: 70px;
  margin: 0;
  margin-left: 5px;
}

.option-list li p {
  margin: 0;
  margin-top: 2px;
}

#closebutton {
  position: absolute;
  top: -36px; left: 0;
  width: 36px; height: 36px;
  z-index: 255;
  cursor: url(img/blank.cur);
  background: url(../img/close.png);
}

#folder_link {
  background: url(../img/folder.png) no-repeat center top;
  text-align: center;
  display: block;
  padding: 0 20px;
  padding-top: 100px;
}



