body {
  margin: 0;
  padding: 0;
  background-color: #000;
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial sans-serif;
  font-size: 14px;
}

p {
  margin: 15px 0 10px 0;
  line-height: 18px;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

.content {
  width: 933px;
  margin: 0 auto;
}

.content_wrap {
  width: 824px;
  margin: 10px auto 0 auto;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #333333;
  padding: 38px;
}

.content_wrap a {
  color: #236cb2;
  text-decoration: none;
}

.content_wrap a:hover {
  text-decoration: underline;
}

.content_wrap h1 {
  color: #000;
  font-size: 26px;
  font-weight: normal;
}

.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
}

#header {
  height: 70px;
  width: 900px;
  margin: 15px auto 0 auto;
}

#header #topMenu {
  float: left;
  height: 27px;
  margin-top: 10px;
}

#header #topMenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#header #topMenu ul li {
  display: inline-block;
  list-style: none;
  zoom: 1;
  *display: inline;
  margin: 0 30px 0 0;
}

#header #topMenu ul li a {
  color: #DBDBDB;
  /*display: block;*/
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  height: 27px;
  line-height: 27px;
  text-align: center;
  text-decoration: none;
}

#header #topMenu ul li.itemSel a {
  color: #cc0000;
  font-weight: bold;
}

#header #topMenu ul li a:hover {
  color: #FFFFFF;
}

#header #topLogo {
  display: block;
  float: left;
  margin: 5px 152px 0px 0px;
  width: 269px;
  height: 34px;
  background: url(images/electronic-logo.svg) no-repeat left top;
}

/*-----Flags-------*/

#flags {
  text-align: center;
  width: 16px;
  list-style: none;
  margin: 18px 20px 0 0;
  padding: 0;
  float: right;
}

#flags li #langdiv {
  box-shadow: 1px 1px 6px #000;
  -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
  text-align: left;
  width: 15px;
  margin: 0;
  margin-left: -8px;
  border-left: 1px solid #414141;
  border-right: 1px solid #414141;
  border-bottom: 1px solid #414141;
  background: #333333;
  list-style: none;
  z-index: 999;
  display: none;
  position: absolute;
  padding: 0 6px;
}

/* For Opera
noindex:-o-prefocus,#flags li #langdiv {
margin-top: -2px;
}
/* For Opera */

#flags li #langdiv li {
  margin: 6px 0
}

#flags li:hover #langdiv {
  display: block;
}

#curlang {
  width: 21px;
  height: 16px;
  padding: 0;
}

#curlang span {
  margin-right: 6px
}

#flags a {
  color: #0b335f;
  text-decoration: none;
  cursor: pointer
}

#flags span {
  display: block;
  height: 12px;
  padding: 0px 7px;
  font-size: 10px;
  background-image: url(images/flags.png);
  background-repeat: no-repeat
}

#flags .enFlag {
  background-position: -10px -15px;
}

#flags .deFlag {
  background-position: -10px -29px;
}

#flags .frFlag {
  background-position: -10px -43px;
}

#flags .esFlag {
  background-position: -10px -68px;
}

#flags .jpFlag {
  background-position: -10px -55px;
}

#flags .ruFlag {
  background-position: -10px -82px;
}

/*--------*/

#header .buttons {
  float: right;
  margin: 10px 0px 0px 0px;
  width: 90px;
  height: 26px;
}

#header .buttons .macArea {
  display: block;
  height: 26px;
  width: 90px;
  background-image: url(images/mac_area.png);
  background-position: 0 0;
  font-size: 12px;
  font-family: Arial;
  text-align: left;
  text-decoration: none;
  color: #fff;
}

#header .buttons .macArea:hover {
  background-position: 0 -34px;
}

/* <<< header*/

h1.title {
  background-image: url('images/logo.png');
  background-repeat: no-repeat;
  padding: 0 0 0 65px;
  line-height: 64px;
  color: #fff;
  font-size: 30px;
  margin: 0 0 0 17px;
  font-weight: normal;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.p-t-10 {
  padding-top: 10px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.text-center {
  text-align: center;
}

.simple-list {
  padding-left: 20px;
}

.simple-list li {
  padding-top: 15px;
  padding-bottom: 15px;
}

.simple-list li span {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
