.oneline {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.clear {
  clear: both;
  float: left;
}
.inline-block {
  display: inline-block;
}
body {
  font-size: 13px;
  background: #062353;
}
.container {
  width: 986px;
  margin: auto;
  position: relative;
}
header,
#content,
footer {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}
header {
  height: 154px;
  z-index: 99;
  background: #FFF;
}
header .header-top {
  width: 100%;
  height: 102px;
  position: relative;
}
header .header-top .logo {
  display: inline-block;
  width: 401px;
  height: 85px;
  margin-left: -7px;
  margin-top: 11px;
}
header .header-top .membership {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 28px;
}
header .header-top .membership .logout,
header .header-top .membership .info,
header .header-top .membership .login {
  display: inline-block;
  height: 41px;
  border: 2px solid #C2CFE4;
  line-height: 42px;
  font-size: 13px;
  color: #345FA6;
}
header .header-top .membership .login {
  width: 67px;
  padding-left: 28px;
  margin-right: 2px;
  background: url(img/login.png) no-repeat 11px 11px #F3F5FA;
}
header .header-top .membership .info {
  width: 64px;
  padding-left: 31px;
  margin-right: 2px;
  background: url(img/icon_member_profile.png) no-repeat 11px 13px #F3F5FA;
}
header .header-top .membership .logout {
  width: 67px;
  padding-left: 28px;
  margin-right: 15px;
  background: url(img/login.png) no-repeat 11px 11px #F3F5FA;
}
header .header-bot {
  position: relative;
  width: 100%;
  background: #345FA6;
}
header .header-bot .menu {
  display: inline-block;
  vertical-align: top;
}
header .header-bot .menu > ul {
  display: inline-block;
  vertical-align: top;
  height: 51px;
  font-size: 15px;
  color: #819DCA;
}
header .header-bot .menu > ul > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 108px;
  min-height: 51px;
}
header .header-bot .menu > ul > li > a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 48px;
  text-align: center;
  background-image: url(img/Production.png);
}
header .header-bot .menu > ul > li > a > span {
  font-size: 15px;
  color: #FFF;
}
header .header-bot .menu > ul > li.num-1 > a {
  background-position: -32px -14px;
}
header .header-bot .menu > ul > li.num-2 > a {
  background-position: -101px -14px;
}
header .header-bot .menu > ul > li.num-3 > a {
  background-position: -220px -14px;
}
header .header-bot .menu > ul > li.num-4 > a {
  background-position: -340px -14px;
}
header .header-bot .menu > ul > li.num-5 > a {
  background-position: -458px -14px;
}
header .header-bot .menu > ul > li.num-6 > a {
  background-position: -577px -14px;
}
header .header-bot .menu > ul > li.num-7 > a {
  background-position: -696px -14px;
}
header .header-bot .menu > ul > li .deep-1 {
  display: none;
  position: absolute;
  top: 100%;
  left: -35px;
  right: -35px;
  line-height: normal;
  padding-top: 2px;
  padding-left: 4px;
  padding-right: 3px;
  padding-bottom: 1px;
  background: url(img/sup_menu_bg.png) repeat;
}
header .header-bot .menu > ul > li .deep-1 > li.content {
  display: inline-block;
  width: 100%;
  height: 39px;
}
header .header-bot .menu > ul > li .deep-1 > li.content > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
}
header .header-bot .menu > ul > li .deep-1 > li.content > a > span {
  font-size: 13px;
  color: #393939;
}
header .header-bot .menu > ul > li .deep-1 > .sup-menu-breaker {
  display: block;
  height: 1px;
  width: 100%;
  background: #D7D7D7;
}
header .header-bot .menu > ul > li.content:hover,
header .header-bot .menu > ul > li.content.selected {
  background: url(img/menu_rollover_arrow.png) no-repeat 41px 42px;
}
header .header-bot .menu > ul > li:hover .deep-1 {
  display: block;
}
header .header-bot .menu > ul .block-breaker {
  display: inline-block;
  vertical-align: top;
  width: 9px;
  height: 100%;
  background: url(img/menu_sep.png) no-repeat center center;
}
header .header-bot .menu > ul > .num-1.content {
  margin-left: -2px;
  width: 56px;
}
header .header-bot .menu > ul > .num-1.content > a {
  text-align: left;
}
header .header-bot .menu > ul > .num-1.content:hover,
header .header-bot .menu > ul > .num-1.content.selected {
  background: url(img/menu_rollover_arrow.png) no-repeat 6px 42px;
}
header .header-bot .lang {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
}
header .header-bot .lang .lang-button {
  display: inline-block;
  margin-top: 12px;
  margin-left: 8px;
  text-align: center;
  line-height: 28px;
  width: 28px;
  height: 28px;
  font-size: 14px;
  color: #9AAACC;
  border: 1px solid #345FA6;
}
header .header-bot .lang .lang-button.selected,
header .header-bot .lang .lang-button:hover {
  color: #FFF;
  border: 1px solid #FFF;
}
#content {
  background: #FFF;
  min-height: 660px;
}
#content .container {
  z-index: 2;
}
#content .section-banner {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
#content .section-banner .banner-container {
  width: 100%;
  position: relative;
}
#content .section-banner .banner-container .banner {
  position: absolute;
  width: 2100px;
  height: 194px;
  left: 50%;
  margin-left: -1050px;
}
#content .section-banner .section-title {
  position: relative;
  z-index: 1;
  height: 194px;
  line-height: 152px;
  margin-left: 3px;
}
#content .section-banner .section-title > .container > span {
  display: inline-block;
  width: 224px;
  height: 59px;
  margin-top: 44px;
  background-image: url(img/Page-Title.png);
}
#content .section-banner .banner-cover {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: url(img/banner-cover.png) center center no-repeat;
}
#content .section-banner .banner-cover > .container > .nav {
  margin-top: 21px;
  margin-left: -4px;
}
#content .section-banner .banner-cover > .container > .nav > * {
  font-size: 13px;
  color: #393939;
}
#content .section-banner .banner-cover > .container > .nav a {
  display: inline-block;
  font-weight: bold;
}
#content .section-banner .banner-cover > .container > .nav a.path {
  font-weight: normal;
}
#content .section-banner .banner-cover > .container > .nav > .block {
  display: inline-block;
  width: 20px;
  text-align: center;
}
#content .pager .prev,
#content .pager .next {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 22px;
}
#content .pager .prev {
  background: url(img/pager_arrow_left.png) no-repeat center left;
}
#content .pager .next {
  background: url(img/pager_arrow_right.png) no-repeat center right;
}
#content .pager .page {
  display: inline-block;
  margin-right: 2px;
  vertical-align: top;
  padding-left: 8px;
  padding-right: 8px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #D8D8D8;
}
#content .pager .page > span {
  font-size: 11px;
  color: #828282;
}
#content .pager .page.selected {
  border: 1px solid #345FA6;
  background: #345FA6;
}
#content .pager .page.selected > span {
  color: #FFF;
}
footer {
  height: 83px;
  background: #062353;
}
footer *,
footer *:hover,
footer *:link,
footer *:visited {
  color: #FFF;
}
footer .footer-link a {
  margin: 0 5px;
}
footer .footer-menu {
  margin-top: 16px;
  margin-left: -1px;
}
footer .footer-menu > ul > li {
  display: inline-block;
}
footer .footer-menu > ul > li > a {
  font-size: 13px;
}
footer .footer-menu > ul .footer-menu-block {
  display: inline-block;
  width: 24px;
  font-size: 13px;
  text-align: center;
}
footer .footer-copyright {
  margin-top: 8px;
  margin-left: -1px;
  font-size: 13px;
  font-family: 'Arial';
}
footer .footer-copyright a {
  font-family: 'Arial';
  font-size: 13px;
}
.section-title >.container >span {
  background-position: -35px -32px;
}
#content >.container {
  min-height: 471px;
}
.sup-menu {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 197px;
  margin-left: -1px;
  background: url(img/side_menu_background_repeat_y.png) right top repeat-y #e7edf5;
}
.sup-menu >ul {
  width: 100%;
}
.sup-menu >ul >li {
  display: inline-block;
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #fff;
  background: url(img/side_menu_background_repeat_y.png) right top repeat-y;
}
.sup-menu >ul >li >a {
  display: inline-block;
  padding-left: 17px;
  padding-top: 14px;
  width: 180px;
  height: 31px;
  font-size: 13px;
  color: #345fa6;
}
.sup-menu >ul >li:hover,
.sup-menu >ul >li.selected {
  background: url(img/side_menu_background_repeat_y_hover.png) right top repeat-y #4b89cd;
}
.sup-menu >ul >li:hover >a,
.sup-menu >ul >li.selected >a {
  color: #ffffff;
}
.editor-container {
  padding-left: 197px;
  width: 760px;
}
.editor-container .editor {
  padding-top: 22px;
  padding-left: 22px;
  padding-bottom: 22px;
}
.editor-container .editor * {
  font-size: 13px;
  line-height: 19px;
}
