html, body {
  background: url(../../images/bckgrd.gif) repeat;
  margin-bottom:0;
  margin-top:0;
  margin-left:0;
  margin-right:0;
}
div#wrapper {
  margin: 0 auto;
  width: 622px;
  border: 1px solid #ffffff;
}
#version {
  float: right;
  height: 55px;
  width: 55px;
  background-color:#ffffff
 }
#header {
  padding-bottom: 0px;
}
#header h1 {
  display: inline;
  letter-spacing: 0px;
  margin-bottom: 0;
  font-family: Arial, sans-serif
  font-style: italic;
}

div#nav {
  font-weight: bold;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}

.hidden {
  display: none;
}
p {
  text-indent: 18px;
  text-align: justify;
}
p, pre {
  margin: 0 0 18px 0;
}
pre, code {
  font-family: Arial, sans-serif;
  font-size: 10px;
}
pre {
  background-color: #ffffff;
  width: 600px;
  overflow: auto;
}
code {
  color: #a6d810;
}

img {
  border: none;
}

ul, ol, li {
  margin: 0;
  padding: 0;
}
ul, ol {
  margin: 0px 0;
  padding-left: 0px;
}
ol li {
  list-style-type: decimal;
}
ul li {
  list-style-type: square;
}
li {
  margin-left: 0px;
}

table {
  width: 100%;
  margin: 0 0 0px 0;
}
table th {
  text-align: left;
  font-style: italic;
  font-weight: bold;
  font-family: Arial, sans-serif;
  border-bottom: 0px dotted #333;
}
table td, table th {
  padding: 0px 0px 0px 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: 0px 0px 0px 0px;
}
table#features-table tr td.strong {
  font-family: Arial, sans-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;
}

a:link,
a:visited {
  text-decoration: none;
  color: #4697ce;
}
a:link:hover,
a:visited:hover {
  text-decoration: underline;
  color: #ff3b9a;
}
a.option {
  display: block;
  text-align: left;
  color: #fff;
  background-color: #297bc1;
  line-height: 140%;
  padding: 0px 0;
  margin: 0px 0;
  font-family: Arial, sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 10px;
  cursor: pointer;
  border: 3px double #fff;
}
a.option:hover {
  text-decoration: none;
  background-color: #ff3b9a;
  color: #fff;
}

h1, h2, h3 {
  margin-bottom: 0px;
  font-weight: bold;
}
h1 {
  font-size: 10px;
  line-height: 36px;
}
h2 {
  font-family: Arial, sans-serif;
  font-style: italic;
  font-size: 10px;
  line-height: 18px;
}
h3 {
  font-family: Arial, sans-serif;
  font-style: italic;
  font-size: 1em;
  line-height: 0px;
  color: #e46504;
}

#inline-sample-content {
  padding: 0px;
}
#hongkong {
  text-align: center;
  margin-bottom: 0px;
}

form p {
  text-indent: 0;
}
form#build-form {
  padding: 0px 0px;
  background: url(bg.gif) top left repeat;
  margin-bottom: 0px;
}
form#build-form select {
  padding-left: 2px;
}
input.button, button {
  padding: 0px 0px;
  font-family: Arial, sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 10px;
  border: 3px double #fff;
  background-color: #297bc1;
  color: #fff;
  cursor: pointer;
}
input.button:hover, button:hover {
  background-color: #ff3b9a;
}

p.note {
  text-indent: 0;
  background-image: url(bg.gif);
  background-repeat: repeat;
  padding: 0px;
  border: 0px dashed #9a11d3;
}
p.note span {
  color: #9a11d3;
  font-family: Arial, sans-serif;
  font-style: italic;
  font-weight: bold;
}

div.question p, div.answer p {
  text-indent: 0px;
}
div.question span, div.answer span {
  font-weight: bold;
  color: #9a11d3;
  font-family: Arial, sans-serif;
  font-style: italic;
}

div#footer {
  border-top: 1px dotted #333;
  font-family: Arial, sans-serif;
  font-style: italic;
  padding: 0px 0 0;
  text-align: center;
}
