/* @override http://localhost:8080/static/css/main.css */

body {
  background: #c8c8c8 url(../img/gradient.png) repeat-x;
}

body, input, textarea {
  font: 12px/1.2 Helvetica, sans-serif;
  color: #363636;
}

#container {
  width: 960px;
  padding-right: 15px;
  margin: 30px auto;
  position: relative;
}

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

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

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

.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); }
.mt { margin-top: 15px; }
.mt2 { margin-top: 30px; }

.top { height: 85px; }
.top h1 { line-height: 85px; }

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

p {
  margin: 10px 5px;
}

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

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 86px;
  line-height: 1;
}

h1.alt {
  color: #fff;
}

h1.logo {
  background-image: url(../img/helveticons-ch.png);
  background-repeat: no-repeat;
  width: 624px;
  height: 82px;
  margin-top: -10px;
  overflow: hidden;
  text-indent: -999px;
}

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

h3 {
  font-size: 18px;
  margin: 10px 5px;
  line-height: 1;
}

#download_link {
  display: block;
}

#download_link img {
  float: left;
  margin-right: 20px;
}

#download_link p {
  font-weight: normal;
}

#download_link:hover {
  text-decoration: none;
}
#download_link:hover h3 {
  text-decoration: underline;
}


/* forms */

form p.input {
  margin: 0;
  padding: 0 5px 2px;
  clear: both;
}

form p.input span {
  clear: none;
  display: block;
  padding: 5px;
  margin-bottom: 4px;
}

form p.input input {
  border: 1px solid #c4c2b5;
  margin: 0;
  width: 285px;
  padding: 6px 4px;
  margin-bottom: 4px;
}

form p.input input:focus {
  border-color: #f6ec40;
}

form p.input label {
  display: block;  margin-bottom: 3px;
  margin-left: 2px;
  font-style: italic;
  font-weight: bold;
}

form p.required label {
  font-style: normal;
}

form p:not(.required) label:after {
  content: '*';
}

form p.input label .info {
  font-weight: normal;
  font-style: italic;
  float: right;
  color: #6a6a6a;
  margin-right: 3px;
}

form p.hidden {
  display: none;
}

form.pal p.submit input {
  float: none;
}

form p.submit {
  padding-top: 15px;
  clear: both;
}

form p.submit input {
  float: right;
  border: 0;
  background: #363636;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 3px 9px;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

form p.submit .info {
  font-style: italic;
  margin-left: 5px;
}

form p.submit input:active {
  background: #000;
}

form .group p.input {
  float: left;
  clear: none;
  width: 140px;
  padding-right: 0;
}

form p.error label {
  color: #f00;
}

form p.error.input input:focus {
  border-color: #f00;
}


form .group p.input + p.input {
  padding-left: 15px;
}

form .group p.input input {
  width: 130px;
}

.post-it {
  background: url(../img/post_it.png);
  padding: 30px;
  width: 249px; /* 309 - 30*2 */
  height: 230px; /* 290 - 30*2 */
  margin: 0 auto;
}


a.goodie {
  display: block;
}

a.goodie p {
  font-weight: normal;
}

a.goodie .info,
a.goodie .download {
  height: 120px;
  padding-top: 20px;
}

a.goodie .download {
  display: none;
  background: url(../img/download.png) no-repeat 190px center;
}

a.goodie:hover {
  text-decoration: none;
}

a.goodie:hover .info {
  display: none;
}

a.goodie:hover .download {
  display: block;
}


table {
  margin: 5px;
}

table td {
  padding: 2px 0;
}

ul {
  list-style: disc;
  list-style-position: inside;
  margin: 5px;
}

ul li {
  margin-bottom: 5px;
  margin-left: 3px;
}

dl {
  margin: 5px 6px;
}

dl.pricing dt {
  width: 140px;
  float: left;
  font-weight: bold;
  
}

#pack_cost a {
  text-decoration: underline;
}
