/* CSS style */
body {
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.125em;
  color: #101010;
  background: #e3e9f0;
  text-align:center;
  margin:0px;
  padding: 0px;
}
* {margin: 0px; padding: 0px;}
/* ----- Navigation -------- */
/* Standard link */
a, a:visited {
  color: #cc1559;
  text-decoration: none;
}
a:hover {
  border-bottom: 1px solid #cc1559;
}
/* Simple link button */
a.linkbox, a.linkbox:visited {
  color: #ffffff; background: #646464; padding: 3px 15px 3px 15px; border: 1px solid white; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -khtml-border-radius: 4px; -moz-box-shadow: 0px 1px 3px #585858; -webkit-box-shadow: 0px 1px 3px #585858; box-shadow: 0px 1px 3px #585858;
}
a.linkbox:hover {
  color: #4D1F30;
}
/* Screenshot link */
a.screenshot {
  color: #cc1559;
  cursor:pointer;
}
a.screenshot:hover {
  border-bottom: 1px solid #cc1559;
  cursor:pointer;
}
/* Image link */
a.imgzoom:link, a.imgzoom:hover, a.imgzoom:visited {
    border: none;
    background: none;
    text-decoration: none;
}
a.preview {
  border: none;
  color: #cc1559;
  background: url("../images/preview.png") top left no-repeat;
  font-size: 0.8em;
  padding-left:35px;
  padding-top:15px;
}
a.preview:hover {
  border-bottom: 1px solid #cc1559;
}
a:link.more, a:visited.more {
  border: none;
  font-weight: bold;
  color: #cc1559;
}
a.more:hover {
  border-bottom: 1px solid #cc1559;
  color: #cc1559;
}
/* Language version link */
a.lang, a.lang:visited {
  color: #f6f6f6;
  font-size: 0.7em;
  border-bottom: 1px dotted #f6f6f6;
}
a.lang:hover {
  border-bottom: 1px solid #f6f6f6;
}
a.media-link, a.media-link:hover {
   margin-top: 15px;
   margin-right: 15px;
   border:none;
}
.media-link {
    border: none;
}
/*------ General Class -----------*/
h1.title, h2.title, h3.title {
  color: #cc1559;
  font: normal normal normal 1.25em sans-serif;
}
h1 {
  /*   style - variant - we; /* ight - size - family */
  font: normal normal normal 1.25em sans-serif;
}
ul.none {
  list-style: none;
  margin:-15px 0px 15px 5px;
  font-size: 0.75em;
}
/*------ Images -----------*/
img.zoom {
  margin: 10px 15px 10px 5px;
  border: none;
  border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -khtml-border-radius: 4px; -moz-box-shadow: 0px 1px 3px #585858; -webkit-box-shadow: 0px 1px 3px #585858; box-shadow: 0px 1px 3px #585858;
}
img.image {
 float: left;
 border: 1px solid #4d4d4d;
 /*margin: 8px 8px 8px 8px; */
}
img.fright {
  float: right;
  margin: 0px 8px 8px 2px;
}
img.fleft {
  float: left;
  margin: 5px 8px 8px 2px;
}
img.symbol {
  float: right;
  margin-top: -22px;
  margin-right: -12px;
}
img.new {
  position: relative;
  float: right;
  margin: -55px -20px 0px 0px;
}
em {
  font-weight: bold;
  padding-right: 0.5em;
  vertical-align: top;
}
/*------ General -----------*/
.clear {
  clear: both;
}
.hlight {
  color: #f11f48
}
.smallnote {
  font-size: 0.6em
}
.hide {
  display: none
}
.center {
  text-align: center;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
}
.float-l {
  float: left;
}
.tooltip {
  position: absolute;
  top: 40%;
  left: 45%;
  background: #0F0E0E;
  color: white;
  padding: 10px 10px 10px 10px;
  z-index: 1000;
}
.textbook {
   float: left;
   margin-bottom: 30px;
   width: 200px;
}
.preview {
   display: inline;
   float: left;
   padding-left: 10px;
}
/* ----- Page Structure ----- */
#content {
  float: left;
  margin-top: -2px;
  padding-top: 25px;
  padding-bottom: 15px;
  width: 100%;
  min-height: 750px;
  background: url("../images/bg_title.png") top left repeat-x;
}
.wrapper {
  clear: both;
  width: 960px;
  margin: 0px auto;
  text-align:left;
}
div#page-body {
    padding-left:100px;
    padding-right:100px;
}
.column-l {
  float: left;
  text-align: left;
  margin-top: 10px;
  margin-right: 25px;
  padding: 0 15px 40px 10px;
  width: 450px;
}
.column-r {
  float: left;
  text-align: left;
  margin-top: 10px;
  padding-left: 10px;
  padding-bottom: 40px;
  width: 450px;
}
.textbox {
    padding: 25px 15px 40px 15px;
    background: white;
    margin-bottom:20px;
    background: #F2F3FA;
    border: solid 2px white;
   border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -khtml-border-radius: 4px; -moz-box-shadow: 0px 1px 3px #585858; -webkit-box-shadow: 0px 1px 3px #585858; box-shadow: 0px 1px 3px #585858;
}
.htextbox-r {
  float: left;
  text-align: left;
  margin-top: 20px;
  padding: 15px 25px 20px 20px;
  color: #000;
  border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -khtml-border-radius: 4px; -moz-box-shadow: 0px 1px 3px #585858; -webkit-box-shadow: 0px 1px 3px #585858; box-shadow: 0px 1px 3px #585858;
  border: 2px solid white;
}
.htextbox-l {
  float: left;
  text-align: left;
  margin-top: 20px;
  padding: 15px 25px 20px 20px;
  color: #000;
  border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -khtml-border-radius: 4px; -moz-box-shadow: 0px 1px 3px #585858; -webkit-box-shadow: 0px 1px 3px #585858; box-shadow: 0px 1px 3px #585858;
  border: 2px solid white;
}
.col-l {
  float:left;
  text-align: left;
  margin: 0px auto;
  padding: 0px 15px 10px 10px;
  width: 250px;
}
.col-r {
  float:left;
  text-align: left;
  margin: 0px 12px 0px 0px;
  padding: 0px 15px 10px 10px;
  width: 450px;
}
.para {
  margin: 1em 0px 15px 0px;
  font-size: 0.875em;
}
.body-lo {
  float: left;
  text-align: left;
  padding: 20px 20px 20px 20px;
  width: 760px;
}
.linkbox {
  float:left;
  font-size: 0.85em;
  letter-spacing: 0.1em;
  margin: -20px 0px 10px 180px;
}
.title {
  font-family: arial, verdana, sans-serif;
  font-size: 1.2em;
  line-height:0.7em;
}
.nav {
  font-size: 1.0em;
  line-height:1em;
  font-weight: bold;
  font-family: arial, verdana, sans-serif;
}
a.nav {
  float: left;
  margin-top: 80px;
  margin-left: 40px;
  color: #4D1F30;
  border-bottom: 1px solid #4D1F30;
}
a.nav:hover {
  color: #cc1559;
  border-bottom: 1px solid #cc1559;
}
/* Header */
#header {
  width: 100%;
  height: 115px;
  background: url("../images/bg_header.png") top left repeat-x;
}
#logo {
  float: left;
  width: 298px;
  height: 70px;
  margin-top: 27px;
  background: url("../images/logo.png") no-repeat;
}
#bar {
  margin-top: -29px;
  float: left;
  clear: both;
  width: 100%;
  height: 37px;
  background: url("../images/bg_bar.png") top left repeat-x;
}
#bartext {
  float: right;
  margin-top: 5px;
  margin-right: 5%;
  color : #f960
}
#homebox {
  padding: 15px 10px 25px 20px;
  width: 960px;
  height: 210px;
  margin-left: 0px;
  margin-bottom: 20px;
  background: url("../images/bg_box.png") top left no-repeat;
  text-align: left;
}
ul#list {
  display: inline;
  float: left;
  list-style-image: url("../images/li_star.png");
  margin-top: 15px;
  margin-bottom: 25px;
}
ul#list li {
  margin-top: 8px;
  font-size: 0.9em;
  width: 550px;
}
#headset {
  float: left;
  width : 110px;
  height: 192px;
  margin-top: 10px;
  margin-left: 10px;
}
#content p.hlight{
  margin-left: 100px
}
#footer {
  clear: both;
  width: 100%;
  height: 200px;
  margin-bottom: 0px;
  border-top: 4px solid #cc1559;
  border-bottom: 2px solid #cc1559;
  background: #5a3d35;
}
#footer .copyright {
  margin-top:40px;
  padding: 10px;
  font-size: 0.6em;
  color: #cccccc;
}
/*  Navigation */
ul#topNav {
  list-style: none;
  float: right;
  text-align: right;
  margin-top: 55px;
  padding: 5px 0px 5px 5px;
}
ul#topNav li {
  display: inline;
  margin-left: 15px;
  color: #cc1559;
  font-size: 1.1875em;
  line-height:1em;
  font-weight: bold;
  font-family: arial, helvetica, verdana, sans-serif;
  letter-spacing:-0.05em;
}
ul#topNav li a {
  margin: 0;
  padding: 0;
  color: #4D1F30;
  border: none;
  background: none;
  letter-spacing:-0.05em;
  border-bottom: 1px solid #4D1F30;
  text-shadow: 0px 1px 0em #DADEE3;
}
ul#topNav li a:hover {
  color: #cc1559;
  border-bottom: 3px solid #cc1559;
}
/* Form */
#form {
  position: relative;
  background: #BCCFE6;
  padding: 20px 0px 25px 15px;
  margin-top: 20px;
  margin-left: 0px;
  font-size: 0.8em;
  border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -khtml-border-radius: 4px; -moz-box-shadow: 0px 1px 3px #585858; -webkit-box-shadow: 0px 1px 3px #585858; box-shadow: 0px 1px 3px #585858;
  border: 1px solid white;
}
#signup_feed {
  margin: 20px 0px 0px 0px;
  text-align: left;
}
#form h2 {
  text-align: left;
  color: white;
  /*   style - variant - weight - size - family */
  font: normal normal normal 1.2em sans-serif;
  margin-bottom: 20px;
  margin-left: 40px;
}
#form p {
  color: black;
  text-align: left;
  list-style: none;
  padding: 5px;
}
#form label {
  color: black;
  display: inline-block;
  width: 7em;
  line-height: 1.8;
  vertical-align: top;
}
#form label.error {
  display: block;
  width: 25em;
  margin-left: 12em;
  color: #cc1559;
  /*   style - variant - weight - size - family */
  font: italic normal normal 1em sans-serif;
}
div.error { display: none; }
input, textarea, option {
  background: #eee9ea;
  border: 1px solid white; /*black; */
  padding: 1px;
 }
input.submit {
  margin-top:15px;
  color: #ffffff; background: #646464; padding: 3px 15px 3px 15px; border: 1px solid white; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -khtml-border-radius: 4px; -moz-box-shadow: 0px 1px 3px #585858; -webkit-box-shadow: 0px 1px 3px #585858; box-shadow: 0px 1px 3px #585858;
  cursor: pointer;
}
input.error { border: 1px dotted #cc1559; }
input:focus { border: 1px dotted black; }
input.submit:hover {
  color: #4D1F30;
}
#radio {
margin-top: 4px;
}
#note {
margin-top: 10px;
}
#screenshot{
  position:absolute;
  border:1px solid #ccc;
  background-color:transparent;
  display:none;
  color:#fff;
}
/* Image IDs */
img#m1headset {
    display:inline;
  float: left;
}
img#w1headset {
    display:inline;
  float: left;
  margin: -15px 8px 2px 2px;
}
/* Book Flip */
#myBook {
  display:none;
  position:absolute;
  left: 0px;
  top: 0px;
}
.imBookPage {
  position:absolute;
  left:0px;
  top:0px;
  width: 588px;
  height:745px;
  color:#fff;
  overflow:hidden;
  border: solid 1px #000;
}
div#ex-book{
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
  height: 200px;
}
#ex-book img {
  float: left;
  border: 1px solid #585858;
  -moz-box-shadow: 0px 1px 3px black; -webkit-box-shadow: 0px 1px 3px black; box-shadow: 0px 1px 3px black;
}

