h1, h2, h3, h4, h5, h6, strong {
  color: #000000;
  font-style: normal;
}

h1 {
  font-weight: bold;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 18px;
}

h4 {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 18px;
}

a, a.fixed {
  color: #333399;
}

a {
  outline: medium none;
}

a:link, a:visited, a:active {
  text-decoration: none;
}


#main {
  font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  background: none repeat scroll 0 0 transparent !important;
  height: auto;
  margin: 0 auto;
  overflow: visible;
  position: relative;
  text-align: left;
  max-width: 80%;
}

#main #content {
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);

  border-radius: 4px 4px 4px 4px;
  margin: 0 0 18px 2px;
  padding: 0;
  position: relative;

  color: #333333;
}

#container:after,
#content:after,
.grid5col:after,
#main #content .padder:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

#main #content:nth-child(n) {
  border: medium none;
}

#main #content .padder {
  margin: 0;
  padding: 35px 40px 5px;
}

#main #content h1 {
  font-size: 22px;
  margin-bottom: 6px;
}

#content #title {
  position: relative;
}

#content #title:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

#main #content .padder .intro {
  clear: both;
  margin-bottom: 2.5em;
  margin-top: -6px;
}

#main #content #title div.left {
  float: left;
}

#main #content #title div.right {
  display: inline-block;
  float: right;
}

#main #content #title h1 {
  color: #474747;
  display: inline-block;
  line-height: 28px;
  max-width: 100%;
}

#content #title .view-more {
  font-weight: bold;
  margin: 10px 0 0;
  max-width: 210px;
  min-width: 90px;
  position: relative;
  z-index: 1;
}

#content #title .launch {
  min-height:75px;
  background-size: 75px auto;
  background-image: url("launch.jpg");
  background-position: 0 -50px;
  background-repeat: no-repeat;
}

#main #content .center-stack {
  clear: right;
  float: right;
  width: 78%;
}

#main #content #left-stack {
  float: left;
  width: 18%;
}

#content #left-stack {
  color: #858989;
}

#main #content .center-stack h3, #main #content .center-stack h4 {
  color: #474747;
}

#main #content .center-stack span, #main #content .center-stack p {
  color: #898989;
}

#main #content .center-stack > div.screenshots {
  clear: both;
  margin-left: -16px;
  margin-bottom: 2em;
  padding-bottom: 16px;
  background-color: #F7F7F7;
  border-radius: 4px 4px 4px 4px;
  z-index: 0;
}

#main #content .center-stack > div.screenshots table {
  width:100%;
  text-align:center;
}

#main #content .center-stack > div.screenshots table td img {
  max-width: 348px;
  width: 100%;
}

