body {
  background: #fff;
  font: normal 75% Arial, Helvetica, sans-serif;
  color: #000000;
  padding: 10px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
/* **** Help **** */
.l {
  float: left;
}
.r {
  float: right;
}
.cl {
  clear: left;
}
.cr {
  clear: right;
}
.out {
  position: absolute;
  left: -5000px;
}
.bold {
  font-weight: bold;
}
.br {
  clear: both;
}
.no-js .jsOnly,
.js .jsHide,
.hidden {
  display: none;
}
.break {
  height: 0;
  font-size: 0;
  line-height: 0px;
  clear: both;
  overflow: hidden;
  visibility: hidden;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.cfx:before,
.cfx:after {
  content: " ";
  display: table;
}
.cfx:after {
  clear: both;
}
.small {
  font-size: 92%;
}
.hidden {
  display: none;
}
.center {
  text-align: center;
}
.thin {
  font-weight: normal;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right;
}
.rightImportant {
  text-align: right !important;
}
.red {
  color: #000000;
}
.lowercase {
  text-transform: lowercase;
}
.error {
  color: #000000;
}
.reset {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}
ul.reset li {
  margin: 0;
  padding: 0;
  background: none;
}
.valign {
  vertical-align: top !important;
}
.mp-reset {
  margin: 0;
  padding: 0;
}
.mt-reset {
  margin-top: 0 !important;
}
.mb-reset {
  margin-bottom: 0 !important;
}
strong {
  font-weight: bold;
}
/* H */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, Helvetica, sans-serif;
}
h1 {
  margin: 0 0 0.2em;
  padding: 0;
  font-size: 283.4%;
  font-family: Arial, Helvetica, sans-serif;
}
h2 {
  margin: 1.5em 0 0.2em;
  padding: 0;
  font-size: 183.4%;
}
h3 {
  margin: 1em 0 0.2em;
  font-size: 150%;
  padding: 0;
}
h4 {
  margin: 0.8em 0 0.5em;
  font-size: 117%;
}
h5,
h6 {
  margin: 0em 0 0.5em;
  font-size: 100%;
}
/* ANCHOR */
a {
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #000000;
  text-decoration: underline;
  outline: none;
}
a:hover,
a:active {
  color: #000000;
}
/* IMAGES */
.center-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.responsive-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
a.ext {
  background: url('/img/ico/ext.png') 100% 0 no-repeat;
  padding-right: 9px;
}
a.more {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAABlBMVEX/hQD/hQDAyXUCAAAAAXRSTlMAQObYZgAAACJJREFUeF4lyLEJAAAMAkEhrfvP42AWJhGueB7EmWetdn8AOAQDtbVTelAAAAAASUVORK5CYII=') 0 0.4em no-repeat;
  padding: 2px 0 2px 18px;
}
hr {
  margin: 20px 0px;
  padding: 0;
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  color: #fff;
  background: #fff;
}
p {
  line-height: 1.4;
  margin: 0 0 1.2em;
}
pre {
  text-align: left;
}
object {
  -moz-outline-style: none;
  outline: none;
}
/* UL */
ul {
  margin: 0.2em 0 1em;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 2px 0 2px 18px;
  list-style: none;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAABlBMVEX/hQD/hQDAyXUCAAAAAXRSTlMAQObYZgAAACJJREFUeF4lyLEJAAAMAkEhrfvP42AWJhGueB7EmWetdn8AOAQDtbVTelAAAAAASUVORK5CYII=') 0% 0.4em no-repeat;
  line-height: 1.4;
}
ul ul {
  margin: 2px 0;
}
ol {
  margin: 0.2em 0 1em 10px;
  padding: 0;
}
ol li {
  margin: 0;
  padding: 2px 0;
  list-style-position: inside;
  line-height: 1.4;
}
cite {
  border: 1px solid #D4D4D4;
  background: #f3f3f3;
  display: block;
  padding: 10px 20px;
  font-family: arial;
}
blockquote {
  float: right;
  width: 200px;
  border: 1px solid #D4D4D4;
  background: #f3f3f3;
  margin: 0px 20px 20px;
}
blockquote p {
  margin: 0;
  padding: 10px 20px;
  border: 1px solid #fff;
}
/* IMG */
img {
  border: 0px;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
img.left {
  float: left;
  margin: 0.3em 15px 10px 0;
  clear: left;
  padding: 5px;
}
img.right {
  float: right;
  margin: 0.3em 0 10px 15px;
  clear: right;
  padding: 5px;
}
/* TABLE */
.webinars td {
  vertical-align: top;
}
table {
  border: 1px solid #c5c5c5;
  margin: 0.2em 0 1.5em;
  font-size: 100%;
  border-collapse: collapse;
  padding: 1px;
  max-width: 100% !important;
}
@media (max-width: 599px) {
  table {
    width: 100% !important;
  }
}
table caption {
  text-align: left;
  font-size: 133.4%;
  margin: 1em 0 0.5em;
  font-weight: bold;
}
th {
  padding: 7px 5px 7px 15px;
  border: 1px solid #C5C5C5;
  background: #E2E2E2;
}
td {
  padding: 8px 5px 8px 15px;
  border: 1px solid #C5C5C5;
  background: #fff;
}
.even td {
  background: #f4f4f4;
}
.ico-sprite {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/ico/all24.png") -1000px -1000px no-repeat;
  content: "";
}
#content img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
object {
  width: 100% !important;
}
@media (min-width: 480px) {
  .col-h-l {
    float: left;
    width: 49%;
  }
  .col-h-r {
    float: right;
    width: 49%;
  }
  .col-h-r .col-h-l,
  .col-h-l .col-h-l,
  .col-h-r .col-h-r,
  .col-h-l .col-h-r {
    float: none;
    width: auto;
  }
}
@media (min-width: 768px) {
  .col-h-r .col-h-l,
  .col-h-l .col-h-l {
    float: left;
    width: 49%;
  }
  .col-h-r .col-h-r,
  .col-h-l .col-h-r {
    float: right;
    width: 49%;
  }
}
/* HIDDEN */
.step-list,
#col-side,
#home-motive .letter-right .reset li img.right,
.recommend,
.flash,
#breadcrumb,
#lang-menu,
#search-box,
#main-menu,
form,
#nav-skip,
.side-menu,
.no-print {
  display: none;
}
#header .bottom {
  border-bottom: 1px solid #000;
  margin: 0 0 15px;
}
#footer {
  border-top: 1px solid #000;
  padding: 15px 0 0;
}
.att-images {
  padding-top: 1px;
}
.att-images ul {
  margin-left: -10px;
}
.att-images li {
  padding: 0;
  background: white;
  float: left;
  width: 150px;
  text-align: center;
  border: 1px solid #DEDDDC;
  margin: 0 8px 8px 0;
}
.att-images li img {
  display: block;
}
.att-images li a {
  display: block;
  width: 140px;
  padding: 5px 5px 5px;
}
.att-images li .box-img {
  display: table-cell;
  width: 140px;
  height: 105px;
  vertical-align: middle;
  text-align: center;
}
.price-sum ul li {
  overflow: hidden;
  border-bottom: 1px solid #c6c6c6;
  padding: 3px 0;
  zoom: 1;
}
