#pageNavTop {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  min-width: 1000px;
  height: 29px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
#pageNavTop a {
  text-decoration: none;
  color: #18557f;
  outline: none;
}
#pageNavTop a:focus {
  outline: 1px dotted #ddd;
}
#pageNavTop a:hover {
  text-decoration: underline;
}
#pageNavTop .hide {
  display: none;
}
#pageNavTop nav {
  height: 27px;
  background: #0397ba;
  background: -moz-linear-gradient(top, #6c9dae 0%, #00a8cf 4%, #029abb 96%, #3b88a2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6c9dae), color-stop(4%, #00a8cf), color-stop(96%, #029abb), color-stop(100%, #3b88a2));
  background: -webkit-linear-gradient(top, #6c9dae 0%, #00a8cf 4%, #029abb 96%, #3b88a2 100%);
  background: -o-linear-gradient(top, #6c9dae 0%, #00a8cf 4%, #029abb 96%, #3b88a2 100%);
  background: -ms-linear-gradient(top, #6c9dae 0%, #00a8cf 4%, #029abb 96%, #3b88a2 100%);
  background: linear-gradient(to bottom, #6c9dae 0%, #00a8cf 4%, #029abb 96%, #3b88a2 100%);
}
#topNav {
  width: 995px;
  height: 27px;
  margin: 0 auto;
  font-size: 11px;
  position: relative;
  z-index: 101;
}
#topNav li {
  display: block;
  position: relative;
  float: left;
}
#topNav a:focus {
  outline-color: #fff;
}
#topNav .item-8 div,
#topNav .item-9 div,
#topNav .item-10 div,
#topNav .item-11 div {
  right: 0;
}
#topNav .item-8 .serviceList,
#topNav .item-9 .serviceList,
#topNav .item-10 .serviceList,
#topNav .item-11 .serviceList {
  float: right;
}
#topNav .item-8 .menuLinkWrap,
#topNav .item-9 .menuLinkWrap,
#topNav .item-10 .menuLinkWrap,
#topNav .item-11 .menuLinkWrap {
  border-left: 1px solid #aaaaaa;
  border-right: none;
}
#topNav .item-8 .newsList,
#topNav .item-9 .newsList,
#topNav .item-10 .newsList,
#topNav .item-11 .newsList {
  border-bottom: 1px solid #aaaaaa;
}
#topNav li.account {
  float: right;
  position: relative;
}
#topNav li.account a {
  max-width: 130px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#topNav a {
  display: block;
  font-size: 14px;
}
#topNav li li {
  float: none;
}
#topNav li > div {
  background-color: #ffffff;
  width: 490px;
  height: auto;
  visibility: visible;
  clear: both;
  position: absolute;
  border-top: none;
  opacity: 1;
  border-right: 1px solid #aaaaaa;
  display: none;
}
#topNav li:hover > div {
  height: auto;
  visibility: visible;
  opacity: 1;
  display: none;
}
#pageNavTop.pageNavTopNoJs #topNav li > div {
  height: 0;
  visibility: hidden;
  opacity: 0;
  display: block;
}
#pageNavTop.pageNavTopNoJs #topNav li:hover div {
  height: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 500ms;
  -webkit-transition-duration: 100ms;
  -webkit-transition-property: all;
  -moz-transition-delay: 500ms;
  -moz-transition-duration: 100ms;
  -moz-transition-property: all;
  -ms-transition-delay: 500ms;
  -ms-transition-duration: 100ms;
  -ms-transition-property: all;
  -o-transition-delay: 500ms;
  -o-transition-duration: 100ms;
  -o-transition-property: all;
  transition-delay: 500ms;
  transition-duration: 100ms;
  transition-property: all;
  display: block;
}
#topNav li.account div {
  position: absolute;
  right: 0;
}
#topNav li div.onlyServiceList {
  width: 145px;
}
#topNav li.login:hover div {
  display: none;
}
#topNav .serviceList {
  background: #2186a0;
  height: 278px;
  width: 146px;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left;
}
#topNav .account .serviceList {
  height: 166px;
}
#topNav .account.hide {
  display: none;
}
/*#topNav .account .hide {
    display: block;
}*/
#topNav .newsList {
  width: 320px;
  padding: 12px 12px 5px 12px;
  float: left;
  border-bottom: 1px solid #aaaaaa;
  margin: 0;
  text-align: left;
}
#topNav div a {
  float: none;
}
#topNav .newsList img {
  width: 68px;
  height: 44px;
  margin-right: 7px;
  float: left;
}
#topNav .serviceList li {
  padding: 0;
  overflow: hidden;
}
#topNav .serviceList .moreServices {
  position: absolute;
  bottom: 0;
}
#topNav .serviceList .moreServices a {
  width: 130px;
  font-size: 10px;
  display: block;
}
#topNav .serviceList .moreServices strong {
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  white-space: nowrap;
  display: block;
}
#topNav .newsList li {
  height: 52px;
  overflow: hidden;
}
#topNav .newsList a {
  height: 47px;
  font-size: 12px;
  line-height: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#topNav .serviceList a {
  color: #ffffff;
  padding: 11px 0 11px 15px;
  font-size: 12px;
  line-height: 1.6em;
  overflow: hidden;
}
#topNav a.menuLink {
  color: #ffffff;
  padding: 0 9px 3px 9px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
}
#topNav .account a.menuLink {
  padding: 0 14px 3px 14px;
}
#topNav li:hover a.menuLink {
  background-color: #2186a0;
}
#topNav li.selectedItem,
#topNav li.selectedItem:hover a.menuLink {
  background-color: #4bc1dc;
}
#topNav li.activeItem,
#topNav li.activeItem:hover a.menuLink {
  background-color: #2186a0;
}
#topNav li a:hover {
  text-decoration: none;
}
#topNav .serviceList a:hover {
  background-color: #0397ba;
}
#topNav .newsList a:hover {
  text-decoration: underline;
}
#topNav .pageLPMenu {
  width: 320px;
  padding: 12px 12px 21px 12px;
  float: left;
  border-bottom: 1px solid #aaaaaa;
  position: static;
  clear: none;
}
#topNav .pageLPMenuList {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#topNav .pageLPMenuList li {
  float: left;
}
#topNav .pageLPMenuList .lpIco {
  background: url(http://ocdn.eu/images/pulscms/OWU7MDA_/d4a12353e3b611bda0c23ba30a0bd36d.png) no-repeat 0 -6px;
  display: block;
  height: 32px;
  padding-top: 58px;
  width: 66px;
  margin: 0 20px;
  text-align: center;
  color: #505050;
  font-size: 13px;
  margin-top: 12px;
}
#topNav .pageLPMenuList .lpIcoHome {
  background-position: 0 -6px;
}
#topNav .pageLPMenuList .lpIcoM {
  background-position: -66px -6px;
}
#topNav .pageLPMenuList .lpIcoON {
  background-position: -132px -6px;
}
#topNav .pageLPMenuList .lpIcoGP {
  background-position: -198px -6px;
}
#topNav .pageLPMenuList .lpIcoFb {
  background-position: -264px -6px;
}
#topNav .pageLPMenuList .lpIcoT {
  background-position: -330px -6px;
}
#topNav .button {
  background: #2186a0;
  color: #fff;
  display: block;
  margin: 6px auto 0;
  width: 270px;
  text-align: center;
  font-size: 18px;
  height: 34px;
  line-height: 34px;
  letter-spacing: -1px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* confirm */
.confirmBox {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
.confirmBoxContainer {
  background: #eee;
  color: #555;
  width: 450px;
  height: 105px;
  padding: 45px 25px 25px 25px;
  margin-left: -250px;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 50%;
  top: 200px;
  z-index: 20;
}
.confirmBox h1 {
  font: normal 22px Verdana, sans-serif;
  text-align: center;
}
.confirmBox .close {
  background: #dddddd url(http://ocdn.eu/images/pulscms/ZTc7MDA_/0935e6332b514b9d272601bda274ac3d.png) -402px -49px;
  color: #fff;
  height: 20px;
  width: 20px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.confirmBox .close:hover {
  background-color: #09a3c7;
}
.confirmBox .button {
  width: 90px;
  height: 32px;
  font: 16px/32px Verdana, sans-serif;
  text-align: center;
  float: left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 0px 0px #fff;
  box-shadow: 1px 1px 0px 0px #fff;
  cursor: pointer;
}
.confirmBox #cancelButton,
.confirmBox .cancelButton {
  margin: 25px 0 0 120px;
  color: #808080;
  text-shadow: 1px 1px 0px #fff;
  border: 1px solid #cfcfcf;
}
.confirmBox #cancelButton:hover,
.confirmBox .cancelButton:hover {
  background: #f8f8f8;
}
.confirmBox #confirmButton,
.confirmBox .confirmButton {
  margin: 25px 0 0 20px;
  color: #fff;
  background: #2186A0;
  border: 1px solid #2186a0;
  text-shadow: 1px 1px 0px #1c72bb;
}
.confirmBox #confirmButton:hover,
.confirmBox .confirmButton:hover {
  background: #09a3c7;
  color: #fff;
  text-shadow: 1px 1px 0px #088ba9;
  border-color: #0397ba;
}
.startHelp .confirmBoxContainer {
  color: #303030;
  font-size: 13px;
  line-height: 17px;
  padding-top: 25px;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.startHelp .startEm {
  font-size: 16px;
  font-weight: bold;
}
.startHelp .drag {
  background: url(http://ocdn.eu/images/pulscms/OWU7MDA_/d4a12353e3b611bda0c23ba30a0bd36d.png) no-repeat -413px -17px;
  display: block;
  height: 52px;
  width: 33px;
  margin: -7px auto 7px;
}
.startHelp .startTop {
  margin-bottom: 15px;
}
.startHelp .startLead {
  margin: 10px 0 0;
  font-weight: bold;
  display: block;
}
.startHelp .confirmBox .confirmButton {
  float: none;
  margin: 25px auto 0;
  display: block;
}
#topNav .pageGOMenu {
  padding: 0 36px;
  float: left;
}
#topNav ul.bigItemsList li {
  overflow: hidden;
  margin: 10px 0;
}
#topNav ul.bigItemsList li a:hover {
  text-decoration: underline;
}
#topNav ul.bigItemsList li img {
  margin-right: 10px;
  float: left;
  width: 96px;
  height: 64px;
}
#topNav ul.bigItemsList li .legend {
  width: 164px;
  float: left;
  overflow: hidden;
  height: 58px;
  margin: 2px 0;
  text-decoration: inherit;
}
#topNav ul.bigItemsList li h1 {
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  margin: 0 0 5px 0;
}
#topNav ul.bigItemsList li p {
  height: 36px;
  font-size: 10px;
  line-height: 12px;
  overflow: hidden;
}
#bnBoxWrapper {
  float: left;
  margin-top: -27px;
  width: 100%;
}
#bnBox {
  display: none;
  height: 27px;
  background: #f00;
  width: 995px;
  margin: 0 auto;
  z-index: 102;
  font-size: 15px;
  line-height: 27px;
  font-weight: bold;
  position: relative;
  color: #fff;
  text-align: left;
}
#bnBox a {
  color: inherit;
  display: block;
  padding: 0 30px 0 10px;
  height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#bnBox .closeBtn {
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: url(http://ocdn.eu/images/pulscms/OWU7MDA_/d4a12353e3b611bda0c23ba30a0bd36d.png) no-repeat -484px 0px;
}
@media only screen and (min-width: 1150px) {
  #pageNavTop {
    min-width: 1150px;
  }
  #topNav,
  #bnBox {
    width: 1150px;
  }
  #topNav a.menuLink {
    padding: 0 14px 3px;
  }
  #topNav .item-7 div,
  #topNav .item-8 div {
    left: 0;
  }
  #topNav .item-7 .serviceList,
  #topNav .item-8 .serviceList {
    float: left;
  }
  #topNav .item-7 .menuLinkWrap,
  #topNav .item-8 .menuLinkWrap {
    border-left: none;
    border-right: 1px solid #aaaaaa;
  }
  #topNav .item-7 .newsList,
  #topNav .item-8 .newsList {
    border-bottom: 1px solid #aaaaaa;
  }
  #topNav li.account a {
    max-width: 175px;
  }
}
