/*
orange  e46504
green   a6d810
blue    297bc1
black   060606
purple  9a11d3
pink    ff3b9a
*/

/*_________________________________________________________________  wrapper  */
div#wrapper {
  margin: 0 auto;
  width: 622px;
  margin-bottom: 20px;
  border: 1px solid #333;
  padding: 18px 10px;
  background:#fff;
}

/*__________________________________________________________________  header  */
#version {
  float: right;
  height: 55px;
  width: 55px;
  background-image: url(version.png);
}
#header {
  padding-bottom: 9px;
}
#header h1 {
  display: inline;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-family: Georgia, serif;
  font-style: italic;
}

/*_____________________________________________________________________  nav  */
div#nav {
  font-weight: bold;
  padding-bottom: 9px;
  margin-bottom: 18px;
  border-bottom: 1px dotted #333;
}


/*__________________________________________________________________  images  */
img {
  border: none;
}


/*__________________________________________________________________  tables  */
table {
  width: 100%;
  margin: 0 0 18px 0;
  padding:10px;
}
table th {
  text-align: left;
  font-style: italic;
  font-weight: bold;
  font-family: Georgia, serif;
  border-bottom: 1px dotted #333;
}
table td, table th {
  padding: 5px 15px 5px 0px;
  vertical-align: top;
}
table td.option {
  font-weight: bold;
  color: #ff3b9a;
  padding-left: 0;
  width: 120px;
}
table#features-table tr td {
  vertical-align: middle;
  padding: 5px 5px 5px 10px;
}
table#features-table tr td.strong {
  font-family: Georgia, serif;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  width: 96px;
  color: #ff3b9a;
}
table.thumbs {
  margin-left: auto;
  margin-right: auto;
  width: 450px;
}
table.thumbs td {
  padding: 0;
  text-align: center;
  width: 150px;
}
table#download-table tr td {
  vertical-align: middle;
}
table#download-table tr td.button-container {
  width: 150px;
  text-align: center;
}


/*___________________________________________________________________  demos  */
#noticia1 {
  padding: 10px;
  background:#fff;
  color:#000;
  display:none;
}
#noticia2 {
  padding: 10px;
  background:#fff;
  color:#000;
  display:none;
}

#hongkong {
  text-align: center;
  margin-bottom: 18px;
}


/*______________________________________________________________________  qa  */
div.question p, div.answer p {
  text-indent: 0px;
}
div.question span, div.answer span {
  font-weight: bold;
  color: #9a11d3;
  font-family: Georgia, serif;
  font-style: italic;
}

/*__________________________________________________________________  footer  */
div#footer {
  border-top: 1px dotted #333;
  font-family: Georgia, serif;
  font-style: italic;
  padding: 9px 0 0;
  text-align: center;
}

