.oneline {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.clear {
  clear: both;
}
html,
body {
  min-width: 978px;
}
body {
  font-family: Arial;
  font-size: 12px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container {
  width: 978px;
  margin: auto;
}
header,
#content,
#main-menu,
footer,
#banner,
#nav {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}
header {
  height: 98px;
  padding-top: 20px;
  background: white;
}
#main-menu {
  height: 40px;
  background: url(img/bg-header.png) repeat-x;
}
#main-menu ul {
  list-style: none;
  height: 40px;
  float: left;
}
#main-menu ul li {
  float: left;
  height: 40px;
  margin-right: 4px;
}
#main-menu ul li:hover {
  background: #3a5b90;
}
#main-menu ul li a {
  display: block;
  text-indent: -9999px;
  height: 40px;
  background-repeat: no-repeat;
}
#lang {
  float: right;
}
#lang a {
  font-size: 12px;
  width: 24px;
  line-height: 24px;
  display: block;
  color: white;
  margin: 9px 1px 9px 9px;
  float: right;
  background: #b2ccff;
  text-align: center;
}
#lang a:hover {
  background: #5172a7;
}
#nav {
  line-height: 22px;
  padding: 9px 0;
  border-bottom: 1px solid #ededed;
  background: white;
}
#banner {
  padding-top: 1px;
}
#banner .container {
  position: relative;
}
#section-name {
  position: absolute;
  width: 388px;
  height: 38px;
  right: 0px;
  bottom: 10px;
  background-repeat: no-repeat;
}
footer .footer-copyright {
  line-height: 58px;
  text-align: right;
}
#main-menu ul li:nth-child(1) {
  width: 84px;
}
#main-menu ul li:nth-child(1) a {
  background-position: 18px center;
}
#main-menu ul li:nth-child(2) {
  width: 99px;
}
#main-menu ul li:nth-child(2) a {
  background-position: -66px center;
}
#main-menu ul li:nth-child(3) {
  width: 119px;
}
#main-menu ul li:nth-child(3) a {
  background-position: -171px center;
}
#main-menu ul li:nth-child(4) {
  width: 84px;
}
#main-menu ul li:nth-child(4) a {
  background-position: -293px center;
}
#main-menu ul li:nth-child(5) {
  width: 134px;
}
#main-menu ul li:nth-child(5) a {
  background-position: -382px center;
}
#main-menu ul li a {
  background-image: url(img/menu-1.png);
}
#lang #lang-en {
  background: #5172a7;
}
#section-name {
  background-image: url(img/banner-overlay-1.png);
}
#main-menu ul li:nth-child(3) {
  background: #3a5b90;
}
#section-name {
  background-position: 0 -49px;
}
#content {
  padding-top: 14px;
}
.categories {
  float: left;
  width: 189px;
  border-top: 3px solid #778cb7;
  background: #fff url(img/bg-category.png) left repeat-y;
}
.categories a {
  display: block;
  border-left: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #c6c6c6;
  line-height: 30px;
  padding: 0 10px;
}
.categories a:hover,
.categories a.current {
  font-weight: bold;
  color: #4c77a1;
}
.content-right {
  float: right;
  width: 760px;
}
.content-right .editor.has_content {
  margin-bottom: 24px;
}
.content-right .items .item {
  float: left;
  margin-right: 20px;
}
.content-right .items .item a {
  display: block;
}
.content-right .items .item a.item-photo {
  border: 1px solid #dbdbdb;
}
.content-right .items .item a.item-title {
  background: #000 url(img/bg-product-name.png) top repeat-x;
  color: white;
  text-align: center;
  line-height: 30px;
  padding: 4px;
}
.content-right .items .item:nth-child(4n+1) {
  clear: both;
}
.content-right .items .item:nth-child(4n) {
  margin-right: 0;
}
.icons {
  text-align: center;
  width: 622px;
  margin: auto;
}
.icons img {
  margin-right: 53px;
  margin-bottom: 20px;
}
.icons img:nth-child(5n),
.icons img:last-child {
  margin-right: 0;
}
.photos {
  margin-bottom: 20px;
  width: 509px;
  margin-left: auto;
  margin-right: auto;
}
.download {
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  background: url(img/bg-download.png) repeat-x;
  padding: 0 12px;
}
.download a {
  color: white;
  display: block;
  padding-left: 17px;
  text-decoration: underline;
  line-height: 38px;
  background: url(img/icon_download.png) left no-repeat;
}
.cycle-prev,
.cycle-next {
  position: absolute;
  top: 50%;
  margin-top: -65px;
  width: 33px;
  height: 129px;
  cursor: pointer;
  z-index: 9900;
}
.cycle-prev {
  left: 0;
  background: url(img/left_arrow.png) no-repeat;
}
.cycle-next {
  right: 0;
  background: url(img/right_arrow.png) no-repeat;
}
.photo-slides {
  width: 509px;
  height: 288px;
  position: relative;
}
.photo-slides img {
  position: absolute;
}
.photo-slides .loading {
  width: 509px;
  padding-top: 140px;
  line-height: 70px;
  height: 148px;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff url(img/loading.gif) center no-repeat;
  text-align: center;
  font-weight: bold;
  opacity: 0.9;
}
