#content_overview {
  float: left;
  margin-left: 12px;
  margin-left: 25px\9;
  margin-right: 0px;
  margin-top: 10px;
  margin-top: 30px\9;
  padding: 0;
  width: 850px;
}
#content_overview img {
  float: left;
  margin-right: 10px;
}
#content_overview a {
  color: #0091cd;
  text-decoration: none;
}
#content_overview a:hover {
  text-decoration: underline;
}
.content_box_left {
  float: left;
}
.content_box_right {
  float: right;
}
.overviewbox_top {
  background-color: #e8e8e8;
  width: 408px;
  width: 413px\9;
  padding-left: 5px;
}
.overviewbox {
  background-color: #e8e8e8;
  margin-top: -16px;
  margin-top: 0px\9;
  width: 413px;
}
.overviewbox_btn {
  background-image: url(../pic/style/bg_overviewbox_btn.png);
  background-repeat: no-repeat;
  height: 40px;
  margin-top: -16px;
  margin-top: -20px\9;
  margin-bottom: 23px;
  width: 413px;
}
.overview_list {
  background-color: #efefef;
  list-style: none;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
}
.socialwidgets_box {
  padding-left: 20px;
  padding-left: 25px\9;
  padding-top: 20px
}
.socialwidgets {
  padding-bottom: 10px;
}

.download-hint {
    background-color: rgba(0, 0, 0, 0.75);
    bottom: 0;
    display: none;
    left: 0;
    padding: 1px;
    position: fixed;
    right: 0;
    top: 0;
}
.download-hint ol {
    background-color: #FFFFFF;
    box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.75);
    list-style: none outside none;
    margin: 0;
    padding: 10px 20px;
    width: 450px;
}
.download-hint li {
    margin: 0;
    padding: 10px 0;
}
.download-hint h2, .download-hint p {
    margin: 0.3em 0;
    text-align: left;
}
.download-hint h2 {
    color: #0C8EAB;
    font-size: 24px;
}
.download-hint p {
    font-size: 18px;
}
.download-hint figure {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.download-hint figure img {
    display: block;
}
.download-hint figure span {
    bottom: 30px;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    left: 35px;
    line-height: 20px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 125px;
}
.download-hint div {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    width: 225px;
}
.download-hint.firefox:before {
    content: url("/template/pic/dl-hint/arrow-top.png");
    position: absolute;
    right: 5px;
    top: 0;
}
.download-hint.chrome:before {
    bottom: 0;
    content: url("/template/pic/dl-hint/arrow-bottom.png");
    left: 30px;
    position: absolute;
}
.download-hint.msie ol {
    bottom: 100px;
    left: 50%;
    margin-left: -245px;
    position: absolute;
    width: 450px;
}
.download-hint.firefox ol {
    position: absolute;
    right: 170px;
    top: 20px;
}
.download-hint.chrome ol {
    bottom: 30px;
    left: 210px;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 450px;
}
.download-hint.chrome li {
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    width: 200px;
}