/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,a { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
a { color: #08c; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }
body { font: 12px/18px Verdana, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; background-color: #fff; color: #333; }

body {
  padding-top: 18px;
  padding-bottom: 36px;
  margin: 0;
}
#header, .content, #footer {
  width: 980px;
  clear: both;
  margin: 0 auto;
}
#header {
  height: 36px;
  background: #B9B9B9 url(images/bgmenu.png);
}
#header ul {
  display: block;
  margin: 0 20px;
}
#header li {
  display: inline;
  list-style-type: none;
  line-height: 35px;
}
#header a {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  padding: 0 30px;
  margin: 0;
  color: #4e4e4e;
}
#header a:hover {
  text-decoration: none;
  color: #0e0e0e;
  background-color: #B9B9B9;
}
span.word {
  color: green;
}
span.help {
  color: blue;
}
span.dash {
  color: yellow;
}
span.to {
  color: red;
}
/*
.logo {
  background: url(images/w2w.png) no-repeat center;
}
*/
.content {
  padding-top: 18px;
}
#footer {
  padding-top: 36px;
  text-align: center;
}

#order {
  width: 28%;
  clear: none;
  float: right;
  margin-top: 13px;
}
td.title {
  border-top: 1px solid #ffffff;
  padding-top: 10px;
}
#step {
  width: 70%;
  float: left;
  border: 1px solid #c0c0c0;
}
#step table {
  margin: 2px;
  text-align: center;
  background-color: #f0f0f0;
}
#step td {
  width: 33%;
  margin: 1px;
  padding-bottom: 10px;
}
#step img {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}
#order img {
  display: block;
  float: left;
  padding-bottom: 12px;
}
/*
.download, .buy {
  display: inline-block;
  margin: 4px;
  border: 1px solid #c0c0c0;
}
.download a, .buy a {
  display: inline-block;
  padding: 3px 12px;
  margin: 2px 1px;
  background-color: #eaeaea;
  border: 1px solid #eaeaea;
  font-size: 10.5pt;
  font-weight: bold;
  color: #ff8800;
}
.download a:hover, .buy a:hover {
  text-decoration: none;
  border: 1px solid #e0e0e0;
  color: #ff4400;
}
*/
.download img, .buy img {
  padding: 0 4px;
}
.content ol, .content ul {
  margin-left: 40px;
}

.shortdesc {
  margin-top: -18px;
  padding-bottom: 18px;
}

#advantage {
  clear: none;
  float: right;
  width: 48.5%;
  border: 1px solid #c0c0c0;
}
#advantage .inner, #review .inner {
  margin: 2px;
  padding: 4px;
  background-color: #f0f0f0;
}
#advantage li {
  padding: 10px 0;
}
#review {
  width: 48.5%;
  border: 1px solid #c0c0c0;
}
#review q {
  font-style: italic;
  display: block;
  text-indent: 18px;
  padding: 4px 4px 7px 18px;
  text-align: justify;
}
#review p {
  text-indent: 300px;
}

.screenshots img {
  padding-left: 70px;
}

.screenshots h1 {
  font-size: 150%;
  font-weight: bold;
  padding: 30px 0 15px 70px;
  text-align: left;
}

.screenshots h1 a {
  display: inline-block;
  float: right;
}

