@charset "utf-8";

.menu {
    background-color: #1a2d4b;
    height: 80px;
    width: 100%;
    z-index: 40;
    position: fixed;
    left: 0;
    color: white;
    overflow: hidden;
    font-family: Verdana,Geneva,sans-serif;
}

.nav {
    height: 100%;
    width: 65px;
    z-index: 30;
    position: fixed;
    top: 0;
    font-family: Verdana,Geneva,sans-serif;
}

.nav img {
    top: calc(50% - 25px);
    position: relative;
    height: 50px;
}

.nav:hover {
    background-color: rgba(0,0,0,.5);
}

.nav div {
    margin: auto 0;
}

#topMenu {
    top: 0;
    left: 0 border-bottom:thin solid #000;
}

#bottomMenu {
    bottom: 0;
    left: 0 border-top:thin solid #000;
}

#leftNav {
    left: 0;
    top: 0;
    text-align: left;
}

#rightNav {
    right: 30px;
    top: 0;
    text-align: right;
}

#nav {
    height: 100%;
    width: 100%;
    overflow: display;
    border: 0;
    padding: 0;
    top: 0;
    left: 0;
    position: absolute;
}

.title {
    font-size: 3em;
    margin: 5px;
}

.menu .title {
    font-size: 2.5em;
    margin: 0;
    overflow: hidden;
    line-height: 68px;
    height: 68px;
}

.menu .title.subtitle {
    font-size: 1.9em;
}

.buttons {
    height: 50px;
    padding-top: 5px;
    clear: none;
}

.buttons .button {
    float: right;
    margin: 5px 10px;
}

.win8button {
    float: right;
    margin: 5px;
    text-align: center;
}

.win8button .img {
    width: 40px;
    height: 40px;
    background-position: 0 0;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 50%;
    margin: 0 auto;
    background-size: 160px 80px;
    font-family: 'html_viewer_fontregular';
    font-size: 1.8em;
    line-height: 40px;
    cursor: pointer;
}

.win8button.active .img {
    background-position: 0 -40px;
    background-color: #fff;
}

.left {
    float: left;
}

.right {
    float: right;
}

body {
    overflow: hidden;
}

.fullscreenSpacer {
    display: none;
    width: 30px;
    float: left;
    clear: none;
    height: 20px;
}

.right .fullscreenSpacer {
    float: right;
}

#backBtn .label {
    display: none;
}

#morePopin {
    width: 330px;
    height: 100%;
    right: 0;
}

#morePopin #moreTitleTable {
    padding: 20px 0 0 25px;
}

#morePopin #moreTitleTable td {
    padding: 2px 0;
    margin: 0;
    line-height: 1px;
    height: 1px;
}

#morePopin #morePopinTable {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

table#morePopinTable {
    border-left: 2px solid #121c33;
    border: 0 0 0 2px;
    margin: 0;
    padding: 0;
}

#morePopin .headline {
    font-size: 32px;
    vertical-align: top;
    margin-left: 20px;
    line-height: 50px;
}

#morePopin .buttonDivider {
    width: 250px;
    height: 1px;
    vertical-align: top;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 2px;
}

.moreSpacer {
    height: 15px;
}

#closeMoreMenu img {
    width: 44px;
    height: 44px;
}

table#morePopinTable tr {
    margin: 0;
    padding: 0;
}

table#morePopinTable td {
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.morePopinButtonContainer {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    width: 325px;
    -webkit-overflow-scrolling: touch;
    margin: 10px 0;
}

.morePopinButtonContainer>* {
    -webkit-transform: translateZ(0px);
}

#buttonInner {
    list-style: none;
    margin: 0;
}

@media(max-height:640px) {
    #morePopin {
        width: 162px;
        height: 100%;
        right: -167px;
        border-left: 2px solid #121c33;
    }

    #morePopin #moreTitleTable {
        padding: 15px 0 0 17px;
    }

    #morePopin #moreTitleTable td {
        padding: 1px 0;
        margin: 0;
        line-height: 1px;
        height: 1px;
    }

    #morePopin .headline {
        font-size: 16px;
        vertical-align: top;
        margin-left: 10px;
        line-height: 25px;
    }

    #morePopin .buttonDivider {
        width: 124px;
        height: 1px;
        vertical-align: top;
    }

    #closeMoreMenu img {
        width: 22px;
        height: 22px;
    }

    .morePopinButtonContainer {
        overflow-x: hidden;
        overflow-y: auto;
        height: 100%;
        width: 157px;
        -webkit-overflow-scrolling: touch;
        margin: 5px 0;
    }

    .moreSpacer {
        height: 10px;
    };
}

.win8button {
    float: right;
    margin: 5px;
    text-align: center;
}

.win8button .img {
    width: 40px;
    height: 40px;
    background-position: 0 0;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 50%;
    margin: 0 auto;
    background-size: 160px 80px;
    font-family: 'html_viewer_fontregular';
    font-size: 1.8em;
    line-height: 40px;
    cursor: pointer;
}

.left {
    float: left;
}


.win8button.active .img {
    background-position: 0 -40px;
    background-color: #fff;
}

.win8button .img.noborder {
    border: 0;
}

#backBtn .label {
    display: none;
}

.win8button .moreBtnIcon {
    float: left;
    margin: 10px;
    color: white;
    margin-left: 37px;
}

.win8button .moreBtnLabel {
    margin-top: 22px;
    text-align: left;
    color: white;
}

body {
    margin: 0;
    padding: 0;
    background: #ccc;
    overflow: hidden;
}

* {
    font-family: Verdana,Geneva,sans-serif;
}

.spacer {
    clear: both!important;
}

#fdiv,#sdiv,#tdiv,#magviewer {
    position: absolute;
    float: left;
    display: block;
}

#fdiv {
    height: 100%;
    width: 200;
    z-index: 30;
    opacity: 1;
}

#sdiv {
    height: 100%;
    width: 100%;
    z-index: 10;
}

#tdiv {
    height: 100%;
    width: 200;
    z-index: 20;
    opacity: 1;
}

.webkitScrollClass {
    -webkit-overflow-scrolling: touch;
}

.customStyleTrans {
    -webkit-transition: width .1s,height .1s,-webkit-transform .1s;
    -moz-transition: width .1s,height .1s,-moz-transform .1s;
    -ms-transition: width .1s,height .1s,-ms-transform .1s;
}

.nonselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

.linkGlowCss {
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    border-bottom: 1px groove #999;
    padding-bottom: 3px;
}

ul a {
    float: left;
    text-decoration: none;
    text-align: center;
    width: 100%;
    color: #000;
}

#magviewer {
    height: 100%;
    width: 100%;
}

#magviewer,#magviewer * {
    -ms-touch-action: none;
}

#articleNavigationBar {
    background-color: #1a2d4b;
    color: #fff;
    border-bottom: thin solid #000;
}

.articleParentContainer_mobile {
    border-width: thin;
}

.articleNavigationBar_high {
    background-repeat: repeat-x;
    width: 100%;
    height: 47px;
}

.articleNavigationBar_low {
    background-repeat: repeat-x;
    width: 100%;
    height: 35px;
}

.articleNavigationBar_mobile {
    background-repeat: repeat-x;
    width: 100%;
    height: 20px;
}

.artMainTitle_high {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 22px;
    float: left;
    width: 100%;
    top: 8px;
    position: absolute;
    height: 28px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.artMainTitle_low {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 15px;
    float: left;
    width: 100%;
    top: 8px;
    position: absolute;
    height: 21px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.artMainTitle_mobile {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10px;
    float: left;
    width: 100%;
    top: 3px;
    position: absolute;
    height: 14px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.articleIconholder_high {
    float: right;
    height: 47px;
    text-align: right;
    padding-right: 2px;
    position: relative;
    padding: 0;
    margin: 0;
}

.articleIconholder_low {
    float: right;
    height: 30px;
    text-align: right;
    padding-right: 2px;
    position: relative;
    padding: 0;
    margin: 0;
}

.articleIconholder_mobile {
    float: right;
    height: 20px;
    text-align: right;
    padding-right: 2px;
    position: relative;
    padding: 0;
    margin: 0;
}

.articleIconholder_high label {
    padding-left: 12px;
    padding-right: 5px;
    cursor: pointer;
    padding-top: 20px;
    vertical-align: super;
    line-height: 50px;
}

.articleIconholder_low label {
    padding-left: 12px;
    padding-right: 5px;
    cursor: pointer;
    padding-top: 30px;
    vertical-align: super;
    line-height: 40px;
}

.articleIconholder_mobile label {
    padding-left: 4px;
    padding-right: 2px;
    cursor: pointer;
    padding-top: 5px;
    vertical-align: super;
    line-height: 20px;
}

.articleIconholder_high div {
    vertical-align: text-bottom;
    position: inherit;
    width: 40px;
    height: 40px;
    float: left;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.articleIconholder_low div {
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: text-bottom;
    position: inherit;
    height: 28px;
    width: 28px;
    float: left;
    top: 5px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.articleIconholder_mobile div {
    margin-left: 2px;
    margin-right: 2px;
    vertical-align: text-bottom;
    position: inherit;
    height: 15px;
    width: 15px;
    float: left;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

#articleIconholder .win8button {
    color: white;
    top: 0;
}

.articleIconholder_high .win8button .img {
    width: 25px;
    height: 25px;
    line-height: 28px;
    margin-top: 3px;
    font-size: 1.5em;
    margin-left: 5px;
    top: 5px;
}

.articleIconholder_high .win8button .img.noborder {
    line-height: 40px;
    font-size: 2.3em;
    top: 0;
}

.articleIconholder_low {
    padding-right: 5px;
}

.articleIconholder_low div {
    margin-left: 4px;
    margin-right: 4px;
}

.articleIconholder_mobile {
    padding-right: 5px;
}

.articleIconholder_mobile div {
    margin-left: 4px;
    margin-right: 4px;
}

.articleIconholder_low .win8button .img {
    width: 15px;
    height: 15px;
    line-height: 16px;
    margin-top: 3px;
    font-size: 1.1em;
    top: 5px;
}

.articleIconholder_low .win8button .img.noborder {
    line-height: 30px;
    font-size: 1.5em;
    top: 0;
}

.articleIconholder_mobile .win8button .img {
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin-top: 0;
    font-size: .9em;
    border-width: 1px;
    top: 1px;
}

.articleIconholder_mobile .win8button .img.noborder {
    line-height: 14px;
    font-size: 1.2em;
    top: 2px;
}

img.logo {
    width: 55px;
    height: 55px;
    display: none;
    vertical-align: top;
    padding-top: 10px;
}

@media(min-height:500px) {
    #articleIconholder .win8button {
        color: white;
        top: -4px;
    }

    .articleIconholder_mobile .win8button .img {
        width: 11px;
        height: 11px;
        line-height: 12px;
        margin-top: 0;
        font-size: .9em;
        border-width: 1px;
        top: 5px;
    };
}

.rollOverContainer {
    background-color: #fff;
    z-index: 32;
    opacity: 1;
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    display: none;
    border-color: #000;
    border-style: solid;
    border-width: 1px;
}

.rollOver .headerContainer {
    width: 100%;
    height: 50px;
    background-color: #192d4c;
    border-bottom-color: #9297a6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    overflow: hidden;
    position: absolute;
    color: white;
}

.rollOver .headerContainer #backButton {
    width: 30px;
    height: 24px;
    background-repeat: no-repeat;
    float: left;
    position: absolute;
    top: 5px;
    left: 10px;
    cursor: pointer;
    visibility: hidden;
}

.rollOver .headerContainer .title {
    padding-top: 6px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    max-width: 240px;
    min-width: 240px;
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    margin-top: 10px;
}

.rollOver .headerContainer .headerButtonContainer {
    float: right;
    width: 90px;
    height: 90%;
    padding-top: 0;
    margin-top: 2px;
    text-align: right;
    right: 2px;
    top: 0;
    position: absolute;
}

.rollOver .wishlistButton {
    font-size: 14px;
    padding-left: 5px;
    text-align: center;
    bottom: 3%;
    left: 5%;
    width: 87%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    cursor: pointer;
    border: .1em;
    border-color: #333;
    border-style: solid;
}

.addToWishList {
    background-color: #92abdc;
    color: #fff;
}

.removeFromWishList {
    background-color: #CCC;
    color: #000;
}

.win8buttonRollOver {
    float: right;
    text-align: center;
}

.verticalCenter {
    margin-top: 42px;
}

.win8buttonRollOver .imgR {
    width: 18px;
    height: 18px;
    background-position: 0 0;
    background-color: transparent;
    margin-top: 11px;
    font-family: 'html_viewer_fontregular';
    font-size: 2em;
    line-height: 22px;
    cursor: pointer;
}

.win8buttonRollOver .closeImgR {
    width: 16px;
    height: 16px;
    margin-top: 13px;
    font-size: 1.5em;
}

.win8buttonRollOver .wishListClose {
    font-weight: bold;
    margin-right: 10px;
    color: #1a2d4b;
    font-size: 1.5em;
}

.win8buttonRollOver .imgR.noborder {
    border: 0;
}

.backgroundBlur {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .5;
    background-color: #000;
    z-index: 31;
    visibility: hidden;
}

.rollOver .headerContainer .headerButtonContainer #rightButton {
    height: 100%;
    width: 25px;
    margin-right: 5px;
    margin-top: 3px;
    visibility: hidden;
    cursor: pointer;
}

.rollOver .headerContainer .headerButtonContainer #forwardButton {
    height: 100%;
    width: 25px;
    margin-right: 5px;
    margin-top: 2px;
    cursor: pointer;
}

.rollOver .headerContainer .headerButtonContainer #closeButton {
    height: 100%;
    width: 25px;
    margin-right: 5px;
    cursor: pointer;
}

.rollOver .headerContainer .headerButtonContainer #mailWishlist {
    height: 100%;
    width: 25px;
    margin-top: 4px;
    cursor: pointer;
    position: absolute;
    right: 34px;
}

.rollOver .headerContainer .headerButtonContainer #printButton {
    height: 100%;
    width: 25px;
    margin-right: 5px;
    margin-top: 4px;
    cursor: pointer;
    position: absolute;
    right: 64px;
}

.rollOver .leftSide {
    width: 50%;
    height: 85%;
    top: 50px;
    left: -0.5%;
    background-color: #f3f3f3;
    font-family: Arial,Helvetica,sans-serif;
    position: absolute;
    border-color: #000;
    border-width: 1px;
    border-style: solid;
}

.rollOver .rightSide {
    width: 50.5%;
    height: 85%;
    top: 50px;
    left: 49.5%;
    background-color: #f3f3f3;
    font-family: Arial,Helvetica,sans-serif;
    position: absolute;
    border-color: #000;
    border-width: 1px;
    border-style: solid;
}

.rollOver .leftSide .imageContainer {
    background-color: #fff;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    border-bottom-color: #333;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: absolute;
}

.rollOver .leftSide .imageContainer .image {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
}

.rollOver .leftSide .imageContainer .noImage {
    position: absolute;
    left: 5%;
    top: 5%;
    height: 90%;
    width: 90%;
    visibility: hidden;
}

.rollOver .leftSide .imageContainer .imageMagnifier {
    height: 50px;
    width: 50px;
    right: 3px;
    bottom: 0;
    position: absolute;
    cursor: pointer;
    z-index: 1;
}

.rollOver .leftSide .leftSideSeparator {
    color: #000;
    font-size: 10px;
    left: 20%;
    position: absolute;
}

.rollOver .zoomImageContainer {
    width: 100.5%;
    height: 85%;
    top: 30px;
    left: -0.5%;
    background-color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    position: absolute;
    border-color: #333;
    border-width: 1px;
    border-style: solid;
    visibility: hidden;
}

.rollOver .zoomImageContainer .zoomImage {
    left: 50%;
    top: 50%;
    position: absolute;
}

.rollOver .wishlistItemsContainer {
    width: 100.5%;
    height: 85%;
    top: 50px;
    left: -1px;
    overflow: hidden;
    background-color: #f3f3f3;
    font-family: Arial,Helvetica,sans-serif;
    position: absolute;
    border-color: #000;
    border-width: 1px;
    border-style: solid;
    visibility: hidden;
    z-index: 1;
}

.rollOver .wishlistItemsContainer .wishlistScroller {
    width: 100%;
    top: -1px;
    left: 0;
    position: absolute;
    border-top-color: #333;
    border-top-width: 1px;
    border-top-style: solid;
    background-color: #f3f3f3;
    font-family: Arial,Helvetica,sans-serif;
}

.rollOver .wishlistItemsContainer .wishlistScroller .wishListContainer {
    height: 130px;
    width: 100%;
    font-family: Arial,Helvetica,sans-serif;
    position: relative;
    color: #000;
    border-bottom-style: solid;
    border-width: 1px;
    overflow: hidden;
}

.rollOver .wishlistItemsContainer .wishlistScroller .wishListContainer .imgContainer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30%;
    border-right: 1px solid black;
    background-color: white;
}

.rollOver .wishlistItemsContainer .wishlistScroller .wishListContainer .imgContainer .wishListImg {
    left: 50%;
    top: 50%;
    position: absolute;
}

.rollOver .wishlistItemsContainer .wishlistScroller .wishListContainer .wishlistTitle {
    left: 33%;
    top: 5%;
    height: 18px;
    width: 60%;
    color: #000;
    font-size: 14px;
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rollOver .wishlistItemsContainer .wishlistScroller .wishListContainer .wishlistPrice {
    left: 33%;
    top: 25%;
    height: 18px;
    width: 60%;
    color: #fb2317;
    font-size: 14px;
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rollOver .wishlistItemsContainer .wishlistScroller .wishListContainer .wishlistDescContainer {
    left: 33%;
    top: 25%;
    height: 55%;
    width: 60%;
    position: absolute;
}

.rollOver .wishlistItemsContainer .wishlistScroller .wishListContainer .wishlistDescContainer .wishlistDesciption {
    left: 0;
    top: 0;
    width: 100%;
    position: relative;
    color: #000;
    font-size: 14px;
    margin-right: 10px;
    text-align: left;
}

.rollOver .leftSide .otherProducts {
    width: 90%;
    height: 50%;
    left: 10px;
    top: 55%;
    position: absolute;
}

.rollOver .leftSide .otherProducts .carousalContainer {
    height: 60%;
    left: 5%;
    top: 20%;
    border-width: 1px;
    border-style: solid;
    border-color: #333;
    position: absolute;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
    width: 92%;
}

.rollOver .leftSide .otherProducts .carousalContainer .imageScrollInnerDiv {
    height: 100%;
    left: -5px;
    position: absolute;
}

.rollOver .leftSide .otherProducts .carousalContainer .carousalIndicator {
    height: 15px;
    top: 88%;
    text-align: center;
    position: relative;
}

.rollOver .rightSide .titleTextContainer {
    width: 90%;
    left: 5%;
}

.rollOver .rightSide .titleText {
    color: #000;
    font-size: 14px;
    top: 0;
    text-align: left;
    position: absolute;
}

.rollOver .rightSide .titleTextContainer .titleText {
    color: #000;
    font-size: 14px;
    top: 0;
    text-align: left;
    position: absolute;
}

.rollOver .rightSide .priceTextContainer {
    width: 90%;
    left: 5%;
    overflow: auto;
    position: absolute;
}

.rollOver .rightSide .priceText {
    color: #fb2317;
    font-size: 14px;
    left: 0;
    width: 100%;
    text-align: left;
    position: absolute;
}

.rollOver .rightSide .priceTextContainer .priceText {
    color: #fb2317;
    font-size: 14px;
    left: 0;
    width: 100%;
    text-align: left;
    position: absolute;
}

.rollOver .rightSide .descriptionTextContainer {
    width: 90%;
    left: 5%;
    overflow: auto;
    position: absolute;
}

.rollOver .rightSide .descriptionText {
    color: #000;
    font-size: 14px;
    text-align: left;
    position: absolute;
}

.rollOver .rightSide .descriptionTextContainer .descriptionText {
    color: #000;
    font-size: 14px;
    text-align: left;
    position: absolute;
}

.rollOver .footerContainer {
    bottom: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rollOver .footerContainer .footerText {
    color: #192d4c;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    bottom: 0;
    top: 6px;
    height: 22px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rollOver .listFooter {
    bottom: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #92abdc;
    visibility: hidden;
}

.rollOver .listFooter .listfooterText {
    color: #192d4c;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: white;
    bottom: 0;
    top: 6px;
    height: 22px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rollOver .arbitaryItemContainer {
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    background-color: #ccc;
    -moz-box-shadow: -1px -3px 16px #999;
    -webkit-box-shadow: -1px -3px 16px #999;
    box-shadow: -1px -3px 16px #999;
}

.rollOver .arbitaryItemContainer .itemName {
    height: 20px;
    margin: 10px 2% 0;
    width: 80%;
    resize: none;
    background-color: white;
    outline: 0;
    border: 0;
    vertical-align: bottom;
    font-size: 1em;
    -webkit-appearance: none;
    border-radius: 0;
}

.rollOver .arbitaryItemContainer .itemDescription {
    height: 60px;
    margin: 10px 2% 0;
    width: 80%;
    resize: none;
    background-color: white;
    outline: 0;
    border: 0;
    vertical-align: bottom;
    font-size: 1em;
    -webkit-appearance: none;
    border-radius: 0;
}

.rollOver .arbitaryItemContainer .saveItemText {
    background-color: #1a2d4b;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
    position: absolute;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    border: 0;
    color: white;
    text-decoration: none;
    font-size: 1em;
    vertical-align: bottom;
}

.rollOver .linkDiv {
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    font-size: 13px;
    background-image: url(../assets/images/emailLinkBg.png);
    height: 60px;
    width: 100px;
    top: 38px;
    right: 0;
    padding-top: 25px;
    text-align: center;
    position: absolute;
    visibility: hidden;
    display: none;
    z-index: 100;
}

.rollOver .linkDiv .linkDivBtn1 {
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    font-size: 13px;
    background-image: url(../assets/images/whitebtn.png);
    height: 25px;
    width: 90%;
    top: 10px;
    left: 5%;
    padding-top: 10px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    line-height: 14px;
}

.rollOver .linkDiv .linkDivBtn2 {
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    font-size: 13px;
    background-image: url(../assets/images/whitebtn.png);
    height: 25px;
    width: 90%;
    top: 45px;
    left: 5%;
    padding-top: 10px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    line-height: 14px;
}

#indicator,#indicator>span {
    display: block;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

#indicator>span {
    text-indent: -9999em;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 7.5px;
    -moz-border-radius: 7.5px;
    -o-border-radius: 7.5px;
    border-radius: 7.5px;
    background: #a6b4c6;
    overflow: hidden;
    margin-right: 4px;
}

#indicator>span.active {
    background: #666;
}

#indicator>span:last-child {
    margin: 0;
}

.imgScrollInnerDiv {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#videoContainer {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border-color: #000;
    border-style: solid;
    border-width: 1px;
    background-color: #ccc;
    position: relative;
    z-index: 32;
    opacity: 1;
}

#videoHeaderContainer {
    width: 100%;
    height: 30px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: -moz-linear-gradient(top,#f6f6f8,#bdc0ca);
    background: -webkit-gradient(linear,left top,left bottom,from(#f6f6f8),to(#bdc0ca));
    border-bottom-color: #000;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#videoHeaderTitleLab {
    display: inline;
    padding-top: 6px;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #717880;
    position: absolute;
    text-shadow: 1px 1px #fff;
}

#videoHeaderButton {
    float: right;
    width: 90px;
    padding-top: 0;
    text-align: right;
}

#sliderContainer {
    border-color: #000;
    border-style: solid;
    border-width: 1px;
    background-color: #ccc;
    position: relative;
    z-index: 32;
    opacity: 1;
}

.slideShowHeaderContainer {
    width: 100%;
    height: 30px;
    background-color: #000;
    opacity: .5;
}

.SlideShowHeaderButton {
    float: right;
    width: 90px;
    padding-top: 0;
    text-align: right;
}

#issueBrowser,#contentsBrowser,#issuelistBrowser,#archiveBrowser {
    display: none;
    background: black;
    color: white;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
}

#resourceBrowser {
    display: none;
    background: black;
    color: white;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
}

.template {
    display: none;
}

tr.titles>td,h1 {
    font-size: 2em;
    font-weight: normal;
    padding-left: 10px;
}

.menu .title {
    font-size: 3em;
    margin: 0;
    overflow: hidden;
    line-height: 68px;
    height: 68px;
	text-align:center;
}

.menu .title.subtitle {
    font-size: 2.5em;
}

tr.titles td {
    vertical-align: bottom;
}

tr.titles td table {
    margin: 0;
    padding: 0;
}

tr.itemlist td {
    margin: 0 20px;
    padding: 0;
}

tr.titles .title {
    position: relative;
    left: 10px;
    top: 20px;
}

#issuelist {
    margin-top: 0;
    margin-left: 50px;
}

#issuelist .itemlist table {
    padding: 0 10px;
}

div.item,div.moreButton {
    position: relative;
    padding: 3px;
    overflow: hidden;
}

div.moreButton div.title {
    height: auto;
    background-color: transparent;
    padding: 10px;
}

div.item:hover,div.moreButton:hover {
    background-color: grey;
}

div.item img,div.moreButton img {
    position: relative;
    top: 0;
    height: auto;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
}

div.moreButton {
    background-color: #444;
    margin: 0 auto;
}

div.item .title,div.moreButton .title {
    background-color: rgba(0,0,0,0.7);
    height: 100px;
    bottom: 3px;
    left: 3px;
    width: 100%;
    position: absolute;
    overflow: hidden;
    font-size: 1.6em;
    padding: 10px;
}

div.item.small .title {
    height: 50px;
    font-size: 1em;
}

div.moreButton.small .title {
    font-size: 1em;
}

div.item.large .title {
    font-weight: bold;
}

.itemlist table tr {
    height: auto;
}

.issuescroll {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    left: 0;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
}

.issuescroll>* {
    -webkit-transform: translateZ(0px);
}

#listView {
    -webkit-column-width: 500px;
}

.listitem {
    width: 500px;
    height: 20px;
    padding: 10px;
    margin: 0;
}

.listitem:hover {
    background-color: grey;
}

.listitem .title {
    width: 400px;
    overflow: hidden;
    height: 20px;
    margin: 0;
    padding: 0;
}

.listitem .pagenumber {
    width: 100px;
    height: 20px;
    top: 10px;
    right: 10px;
    text-align: right;
    overflow: hidden;
}

#scrubber {
    display: none;
    bottom: -200px;
    width: auto;
    left: 80px;
    right: 80px;
}

.menu {
    height: 80px;
    width: 100%;
    z-index: 40;
    position: absolute;
    left: 0;
}

.menu.permanent {
    position: relative;
    white-space: nowrap;
}

#scrubber .jslider-value {
    position: absolute;
    top: -180px;
    background-color: rgba(1,1,1,.5);
    padding: 5px;
    border-radius: 5px;
}

#scrubber .jslider-value img.page-preview {
    height: 135px;
    position: relative;
}

#left-loader {
    left: 25%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
}

#right-loader {
    left: 75%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
}

#center-loader {
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
}

#scrubber #scrubber-pagenames {
    color: white;
    text-align: center;
    font-size: 1.2em;
}

#scrubber .jslider-pointer,#scrubber .jslider-pointer-hover {
    width: 60px;
    height: 60px;
    top: -30px;
    margin-left: -30px;
    background: url(../assets/images/ScrubberHandle.png) no-repeat 0 0;
    background-position: 0 0;
}

.buttons {
    height: 50px;
    padding-top: 5px;
    clear: none;
}

.buttons .button {
    float: right;
    margin: 5px 10px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.popin {
    z-index: 1000;
    margin: 0;
    padding: 0;
    position: fixed;
    background-color: #1a2d4b;
    color: white;
}

#subscribePopin {
    background-color: #1a2d4b;
    width: 100%;
    top: 25%;
    height: 50%;
    position: absolute;
    alignment-adjust: central;
    left: 0;
    z-index: 1000;
}

#subscribeBg {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .8;
    z-index: 999;
    background-color: #000;
}

#popupWarningBg {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .8;
    z-index: 999;
    background-color: #000;
}

#popupWarning {
    background-color: #1a2d4b;
    width: 350px;
    height: 100px;
    top: 45%;
    position: absolute;
    alignment-adjust: central;
    left: 40%;
    z-index: 1000;
}

#popupWarningString {
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 13px;
    left: 0;
    top: 0;
    position: absolute;
    width: 95%;
    text-align: left;
    display: block;
    color: #fff;
    margin-left: 15px;
}

#popupWarningOkBtn {
    bottom: 10px;
    right: 10px;
    height: 30px;
    width: 110px;
    position: absolute;
    color: #fff;
    border: 0;
    cursor: pointer;
    background-color: #FFFFFF;
}

#popupWarningCancelBtn {
    bottom: 10px;
    right: 140px;
    height: 30px;
    width: 110px;
    position: absolute;
    color: #fff;
    border: 0;
    cursor: pointer;
    background-color: #FFFFFF;
}

.win8button .imgBg {
    width: 32px;
    height: 32px;
    background-position: 0 0;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 50%;
    margin: 0 auto;
    font-family: 'html_viewer_fontregular';
    font-size: 1.2em;
    line-height: 32px;
    cursor: pointer;
}

.center {
    float: left;
    top: 0;
    position: absolute;
    cursor: pointer;
    color: #fff;
    left: -5%;
}

.endPrev {
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 25px;
    top: 2%;
    left: 45px;
    position: absolute;
    min-width: 180px;
    max-width: 180px;
    color: #fff;
    text-align: left;
}

.titleContainer_landscape {
    float: left;
    text-align: center;
    width: 320px;
    max-width: 190px;
    position: absolute;
    right: 53%;
    top: 7%;
    height: 80%;
}

.textContainer_landscape {
    height: 100px;
    width: 370px;
    top: 23%;
    left: 50%;
    position: absolute;
}

#thankString {
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 18px;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    text-align: left;
    display: block;
    color: #fff;
}

#subscribeDivider {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    left: 0;
    top: 30%;
    position: absolute;
    width: 100%;
    text-align: left;
    display: block;
}

#regNow {
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 18px;
    left: 0;
    top: 40%;
    position: absolute;
    width: 100%;
    text-align: left;
    display: block;
    color: #fff;
}

#imgContainerPopin {
    right: 0;
    top: 20%;
    height: 80%;
    width: 100%;
    position: absolute;
}

#issueImgPopin {
    position: absolute;
    right: 0;
    top: 0;
}

#regBtnPopin {
    top: 0;
    right: 0;
    height: 30px;
    width: 110px;
    position: absolute;
    color: #fff;
    border: 0;
    cursor: pointer;
    background-color: #FFFFFF;
}




#searchPopin {
    width: 330px;
    height: 100%;
    right: -335px;
}

#searchPopin #searchButtonTable {
    padding: 30px 0 0 35px;
}

#searchPopin #searchButtonTable td {
    padding: 2px 0;
    margin: 0;
    line-height: 1px;
    height: 1px;
}

#searchPopin .button2 {
    width: 121px;
    margin: 0 0 0 8px;
    height: 30px;
}

#searchPopin .button3 {
    width: 78px;
    margin: 0 0 0 8px;
    height: 30px;
}

#searchPopin button:first-child {
    margin-left: 0;
}

#searchPopin button {
    background-color: #FFFFFF;
    border: 0;
    color: white;
    text-decoration: none;
    font-size: 1em;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    cursor: pointer;
}


#searchPopin .buttonDivider {
    width: 250px;
    height: 1px;
    vertical-align: top;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 2px;
}

#searchPopin .headline {
    font-size: 32px;
    vertical-align: top;
    margin-left: 20px;
    line-height: 50px;
}

#searchPopin #searchInterfaceTable {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

#closeSearch img {
    width: 44px;
    height: 44px;
}

#searchText {
    height: 30px;
    width: 170px;
    background-color: white;
    outline: 0;
    border: 0;
    margin: 0;
    padding: 0 10px;
    vertical-align: bottom;
    font-size: 1em;
    -webkit-appearance: none;
    border-radius: 0;
}

#searchText::-ms-clear {
    display: none;
}

#searchPopin button#searchClear,#searchPopin button#searchSubmit {
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
    margin: 0 0 0 -6px;
    padding: 0;
    background-size: 30px 30px;
    font-family: 'html_viewer_fontregular';
    font-size: 1.5em;
    border: 2px solid white;
    line-height: 30px;
}

#searchPopin button#searchClear {
    color: black;
    background-color: white;
}

#searchPopin button#searchSubmit {
    color: white;
    background-color: #FFFFFF;
}

#searchPopin button#searchClear img,#searchPopin button#searchSubmit img {
    width: 30px;
    height: 30px;
    background-color: transparent;
    margin: 0;
    padding: 0;
}

#searchResults {
    list-style: none;
    margin: 0;
}

#searchResults .searchResultIssueName li {
    padding;5px;
}

#searchResults .searchResultNone td {
    text-align: center;
    color: white;
}

#searchResults .searchResultNone tr:first-child td {
    font-weight: bold;
}

#searchResults .searchResultNone .buttonDivider {
    margin: 0 25px 10px 25px;
}

table#searchInterfaceTable {
    border-left: 2px solid #121c33;
    border: 0 0 0 2px;
    margin: 0;
    padding: 0;
}

table#searchInterfaceTable tr {
    margin: 0;
    padding: 0;
}

table#searchInterfaceTable td {
    vertical-align: top;
    margin: 0;
    padding: 0;
}

#searchResults li {
    border-bottom: 2px solid grey;
    padding: 10px 0;
}

#searchResults li.noresults {
    border-bottom: 0;
}

#searchResults li.noresults:hover {
    background-color: transparent;
}

#searchResults li:hover {
    background-color: #FFFFFF;
}

#searchResults li p {
    font-size: .8em;
    margin-top: 0;
}

#searchResults li p.page_number {
    font-weight: bold;
}

#searchResults li div.search_result {
    margin-left: 5px;
    overflow: hidden;
    height: 145px;
}

#searchResults li img {
    float: left;
    margin-left: 25px;
}

#searchResults li .searchResultItem img {
    max-width: 100px;
    max-height: 135px;
    margin-right: 10px;
}

#searchResults li.search_info {
    padding: 5px 0;
    font-weight: bold;
}



#searchResults li .issue_name {
    margin: 0 0 0 25px;
    padding: 0;
}

.searchResultsContainer {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    width: 325px;
    -webkit-overflow-scrolling: touch;
    margin 10px 0;
}

.searchResultsContainer>* {
    -webkit-transform: translateZ(0px);
}

#searchResults .highlight {
    font-weight: bold;
}

#viewerContainer {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
}

.searchhighlight {
    position: absolute;
    background-color: #a57300;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: #000;
    opacity: .4;
}

.searchSpacer {
    height: 20px;
}

#notesPopin {
    width: 330px;
    height: 100%;
    right: 0;
    border-left: 2px solid #121c33;
}

#notesPopin .headline {
    font-size: 32px;
    vertical-align: top;
    margin-left: 20px;
    line-height: 50px;
}

#notesPopin .noteBtnInfo {
    font-size: .7em;
    vertical-align: top;
    margin-left: 10px;
    line-height: 25px;
}

#notesPopin .button1 {
    width: 80px;
    margin: 0 0 0 4px;
    height: 28px;
}

#notesPopin button {
    background-color: #FFFFFF;
    border: 0;
    color: white;
    text-decoration: none;
    font-size: .8em;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    cursor: pointer;
}

#notesPopin #notesButtonTable {
    padding: 30px 0 0 35px;
}

#notesPopin #notesButtonTable td {
    padding: 2px 0;
    margin: 0;
    line-height: 1px;
    height: 1px;
}

.notesResultsContainer {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    width: 325px;
    -webkit-overflow-scrolling: touch;
    margin 10px 0;
}

.notesResultsContainer>* {
    -webkit-transform: translateZ(0px);
}

#notesResults {
    list-style: none;
    margin: 0;
}

#notesResults .notesResultNone td {
    text-align: center;
    color: white;
}

#notesResults .notesResultNone tr:first-child td {
    font-weight: bold;
}

#notesResults .notesResultNone .buttonDivider {
    margin: 0 15px 5px 15px;
}

#notesResults li {
    border-bottom: 1px solid grey;
    padding: 7px 0;
    cursor: pointer;
}

#notesResults li.noresults {
    border-bottom: 0;
}

#notesResults li.noresults:hover {
    background-color: transparent;
}

#notesResults li:hover {
    background-color: #FFFFFF;
}

#notesResults li div.notes_result {
    padding-left: 135px;
    height: 135px;
}

#notesResults li div.notes_operation {
    overflow: hidden;
    float: right;
    padding-right: 10px;
    padding-top: 0;
}

#notesResults li img {
    float: left;
    margin-left: 12px;
}

#notesResults li .notesResultItem img {
    max-width: 100px;
    max-height: 135px;
    margin-right: 10px;
}

.page_notes_result_page_number {
    font-size: .8em;
    font-weight: bold;
}

.page_notes_result_textarea {
    position: absolute;
    width: 170px;
    height: 82px;
    color: white;
    border-style: none;
    resize: none;
    text-align: left;
    overflow: hidden;
    margin: 0;
    font-size: .8em;
    font-family: Verdana,Geneva,sans-serif;
}

.page_notes_show_area {
    position: absolute;
    left: 0;
    top: 0;
    width: 240px;
    height: 180px;
    background-color: #FFF;
    border-color: #666;
    border-style: none;
    border-width: 2px;
}

.page_notes_header {
    position: absolute;
    left: -1px;
    top: 0;
    width: 100%;
    height: 30px;
    background-color: #CCC;
    cursor: move;
    border-color: #666;
    border-style: solid;
    border-width: 2px;
}

.page_notes_remove_buttion {
    position: absolute;
    left: 87%;
    top: 0;
    width: 30px;
    height: 25px;
    cursor: pointer;
}

.page_notes_min_buttion {
    position: relative;
    left: 72%;
    top: 0;
    width: 30px;
    height: 25px;
    cursor: pointer;
}

.page_note_detail_text {
    position: absolute;
    z-index: 11;
    left: 0;
    top: 34px;
    width: 99%;
    height: 142px;
    resize: none;
    border: solid 1px #000;
    -webkit-appearance: none;
    border-radius: 0;
}

.page_notes_hide_area {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 50%;
    visibility: hidden;
    background-color: #ccc;
}

.win8button .listWhiteIcon {
    width: 26px;
    height: 26px;
    background-position: 0 0;
    margin: 0 auto;
    font-family: 'html_viewer_fontregular';
    font-size: 1.8em;
    line-height: 13px;
    cursor: pointer;
    color: #FFF;
}

.win8button .listBlackIcon {
    width: 26px;
    height: 26px;
    background-position: 0 0;
    margin: 0 auto;
    font-family: 'html_viewer_fontregular';
    font-size: 1.8em;
    line-height: 20px;
    cursor: pointer;
    color: #000;
}

.win8button .notesMinHideIcon {
    font-size: 1.8em;
    line-height: 20px;
}

iframe.interface {
    overflow: hidden;
}

.scaled {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
}

@media(max-height:640px) {
    img.logo {
        width: 25px;
        height: 25px;
        display: none;
        vertical-align: -18%;
        padding-top: 5px;
    }

    .menu {
        height: 40px;
    }

    .title {
        font-size: .5em;
        margin: 0;
        margin-right: 80px;
    }

    .menu .title {
        font-size: 1.5em;
        line-height: 35px;
        height: 35px;
        margin-right: 40px;
    }

    .titles #PublicationName {
        font-size: 2em;
    }

    .buttons {
        height: 25px;
        padding-top: 0;
    }

    .buttons .button {
        margin: 2px 5px;
    }

    tr.titles>td,h1 {
        font-size: .6em;
        padding-left: 4px;
    }

    tr.itemlist td {
        margin: 0 4px;
    }

    tr.titles .title {
        left: 2px;
        top: 4px;
    }

    #issuelist {
        margin-top: 0;
        margin-left: 30px;
    }

    #issuelist .itemlist table {
        padding: 0 2px;
    }

    div.item,div.moreButton {
        position: relative;
        padding: 2px;
    }

    div.item .title,div.moreButton .title {
        background-color: rgba(128,128,128,0.5);
        height: 50px;
        bottom: 2px;
        left: 2px;
        width: 100%;
        position: absolute;
        overflow: hidden;
        font-size: .75em;
        padding: 5px;
    }

    div.item.small .title {
        height: 25px;
        font-size: .5em;
    }

    div.moreButton.small .title {
        font-size: .5em;
    }

    #searchPopin {
        width: 162px;
        height: 100%;
        right: -167px;
        border-left: 2px solid #121c33;
    }

    #searchPopin #searchButtonTable {
        padding: 15px 0 0 17px;
    }

    #searchPopin #searchButtonTable td {
        padding: 1px 0;
        margin: 0;
        line-height: 1px;
        height: 1px;
    }

    #searchPopin .button2 {
        width: 60px;
        margin: 0 0 0 4px;
        height: 15px;
    }

    #searchPopin .button3 {
        width: 38px;
        margin: 0 0 0 5px;
        height: 15px;
    }

    #searchPopin button:first-child {
        margin-left: 0;
    }

    #searchPopin button {
        background-color: #FFFFFF;
        border: 0;
        color: white;
        text-decoration: none;
        font-size: .5em;
        margin: 0;
        padding: 0;
        vertical-align: bottom;
    }

  

    #searchPopin .buttonDivider {
        width: 124px;
        height: 1px;
        vertical-align: top;
    }

    #searchPopin .headline {
        font-size: 16px;
        vertical-align: top;
        margin-left: 10px;
        line-height: 25px;
    }

    #searchPopin #searchInterfaceTable {
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #closeSearch img {
        width: 22px;
        height: 22px;
    }

    #searchText {
        height: 15px;
        width: 85px;
        outline: 0;
        border: 0;
        margin: 0;
        padding: 0 4px 0 5px;
        vertical-align: bottom;
        font-size: .5em;
        -webkit-appearance: none;
        border-radius: 0;
    }

    #searchPopin button#searchClear,#searchPopin button#searchSubmit {
        width: 15px;
        height: 15px;
        margin: 0 0 0 -6px;
        background-size: 15px 15px;
        font-size: .8em;
        line-height: 15px;
        border-width: 1px;
    }

    button#searchClear img,button#searchSubmit img {
        width: 15px;
        height: 15px;
        margin: 0;
        padding: 0;
    }

    #searchResults {
        list-style: none;
        margin: 0;
    }

    #searchResults .searchResultIssueName li {
        padding;2px;
    }

    #searchResults .searchResultNone td {
        text-align: center;
        color: white;
    }

    #searchResults .searchResultNone tr:first-child td {
        font-weight: bold;
    }

    #searchResults .searchResultNone .buttonDivider {
        margin: 0 10px 5px 10px;
    }

    #searchResults li {
        border-bottom: 1px solid grey;
        padding: 7px 0;
    }

    #searchResults li.noresults {
        border-bottom: 0;
    }

    #searchResults li.noresults:hover {
        background-color: transparent;
    }

    #searchResults li:hover {
        background-color: #FFFFFF;
    }

    #searchResults li p {
        color: white;
        font-size: .4em;
        margin-top: 0;
        padding-left: 5px;
    }

    #searchResults li p.page_number {
        font-weight: bold;
        color: white;
    }

    #searchResults li div.search_result {
        margin-left: 2px;
        overflow: hidden;
        height: 70px;
    }

    #searchResults li img {
        float: left;
        margin-left: 12px;
    }

    #searchResults li .searchResultItem img {
        max-width: 50px;
        max-height: 62px;
        margin-right: 5px;
    }

    #searchResults li.search_info {
        padding: 2px 0;
        font-weight: bold;
    }

  
    #searchResults li .issue_name {
        margin: 0 0 0 12px;
        padding: 0;
    }

    .searchResultsContainer {
        overflow-x: hidden;
        overflow-y: auto;
        height: 100%;
        width: 157px;
        -webkit-overflow-scrolling: touch;
        margin: 5px 0;
    }

    #searchResults .highlight {
        font-weight: bold;
    }

    #viewerContainer {
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
    }

    .searchhighlight {
        position: absolute;
        background-color: #a57300;
        -webkit-user-select: none;
        -webkit-user-drag: none;
        -webkit-tap-highlight-color: #000;
        opacity: .4;
    }

    .searchSpacer {
        height: 10px;
    }

    #notesPopin {
        width: 162px;
        height: 100%;
        right: -167px;
        border-left: 2px solid #121c33;
    }

    #notesPopin .headline {
        font-size: 16px;
        vertical-align: top;
        margin-left: 10px;
        line-height: 50px;
    }

    #notesPopin .noteBtnInfo {
        font-size: .4em;
        vertical-align: top;
        margin-left: 0;
        line-height: 25px;
    }

    #notesPopin .button1 {
        width: 50px;
        margin: 0 0 0 4px;
        height: 25px;
    }

    #notesPopin button {
        background-color: #FFFFFF;
        border: 0;
        color: white;
        text-decoration: none;
        font-size: .8em;
        margin: 0;
        padding: 0;
        vertical-align: bottom;
        cursor: pointer;
    }

    #notesPopin #notesButtonTable {
        padding: 10px 0 0 6px;
    }

    #notesPopin #notesButtonTable td {
        padding: 2px 0;
        margin: 0;
        line-height: 1px;
        height: 1px;
    }

    .notesResultsContainer {
        overflow-x: hidden;
        overflow-y: auto;
        height: 100%;
        width: 157px;
        -webkit-overflow-scrolling: touch;
        margin: 5px 0;
    }

    .notesResultsContainer>* {
        -webkit-transform: translateZ(0px);
    }

    #notesResults {
        list-style: none;
        margin: 0;
    }

    #notesResults .notesResultNone td {
        text-align: center;
        color: white;
    }

    #notesResults .notesResultNone tr:first-child td {
        font-weight: bold;
    }

    #notesResults .notesResultNone .buttonDivider {
        margin: 0 15px 5px 15px;
    }

    #notesResults li {
        border-bottom: 1px solid grey;
        padding: 7px 0;
        cursor: pointer;
    }

    #notesResults li.noresults {
        border-bottom: 0;
    }

    #notesResults li.noresults:hover {
        background-color: transparent;
    }

    #notesResults li:hover {
        background-color: #FFFFFF;
    }

    #notesResults li div.notes_result {
        padding-left: 75px;
        height: 60px;
    }

    #notesResults li div.notes_operation {
        overflow: hidden;
        float: right;
        padding-right: 0;
        padding-top: 0;
    }

    #notesResults li img {
        float: left;
        margin-left: 12px;
    }

    #notesResults li .notesResultItem img {
        max-width: 50px;
        max-height: 62px;
        margin-right: 5px;
    }

    .page_notes_result_page_number {
        font-size: .4em;
        font-weight: bold;
    }

    .page_notes_result_textarea {
        position: absolute;
        width: 70px;
        height: 40px;
        color: white;
        border-style: none;
        resize: none;
        text-align: left;
        overflow: hidden;
        margin: 0;
        font-size: .4em;
        font-family: Verdana,Geneva,sans-serif;
    }

    .page_notes_show_area {
        position: absolute;
        left: 0;
        top: 0;
        width: 240px;
        height: 180px;
        background-color: #FFF;
        border-color: #666;
        border-style: none;
        border-width: 2px;
    }

    .page_notes_header {
        position: absolute;
        left: -1px;
        top: 0;
        width: 100%;
        height: 30px;
        background-color: #CCC;
        cursor: move;
        border-color: #666;
        border-style: solid;
        border-width: 2px;
    }

    .page_notes_remove_buttion {
        position: absolute;
        left: 87%;
        top: 0;
        width: 30px;
        height: 25px;
        cursor: pointer;
    }

    .page_notes_min_buttion {
        position: relative;
        left: 72%;
        top: 0;
        width: 30px;
        height: 25px;
        cursor: pointer;
    }

    .page_note_detail_text {
        position: absolute;
        z-index: 11;
        left: 0;
        top: 34px;
        width: 99%;
        height: 142px;
        resize: none;
        border-style: none;
    }

    .page_notes_hide_area {
        position: absolute;
        left: 0;
        top: 0;
        width: 24px;
        height: 23px;
        cursor: pointer;
        visibility: hidden;
    }

    .win8button .listWhiteIcon {
        width: 14px;
        height: 14px;
        background-position: 0 0;
        margin: 0 auto;
        font-family: 'html_viewer_fontregular';
        font-size: 1em;
        line-height: 4px;
        cursor: pointer;
        color: #FFF;
    }

    .win8button .listBlackIcon {
        width: 26px;
        height: 26px;
        background-position: 0 0;
        margin: 0 auto;
        font-family: 'html_viewer_fontregular';
        font-size: 1.8em;
        line-height: 26px;
        cursor: pointer;
        color: #000;
    }

    .win8button .notesMinHideIcon {
        font-size: 1.5em;
        line-height: 18px;
    }

    #subscribePopin {
        width: 100%;
        top: 25%;
        height: 50%;
        position: absolute;
        alignment-adjust: central;
        left: 0;
        z-index: 1000;
    }

    #subscribeBg {
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: .8;
        z-index: 999;
    }

    #popupWarningBg {
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: .8;
        z-index: 999;
    }

    #popupWarning {
        width: 275px;
        height: 75px;
        top: 25%;
        position: absolute;
        alignment-adjust: central;
        left: 0;
        z-index: 1000;
    }

    #popupWarningString {
        font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
        font-size: 9px;
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        text-align: left;
        display: block;
        color: #fff;
    }

    #popupWarningOkBtn {
        bottom: 10px;
        right: 10px;
        height: 20px;
        width: 70px;
        position: absolute;
        color: #fff;
        border: 0;
        cursor: pointer;
        font-size: 9px;
        background-color: #FFFFFF;
    }

    #popupWarningCancelBtn {
        bottom: 10px;
        right: 100px;
        height: 20px;
        width: 70px;
        position: absolute;
        color: #fff;
        border: 0;
        cursor: pointer;
        font-size: 9px;
        background-color: #FFFFFF;
    }

    .win8button .imgBg {
        background-size: 80px 40px;
        width: 20px;
        height: 20px;
        border-width: 1px;
        font-size: .9em;
        line-height: 20px;
    }

    .center {
        float: left;
        top: 0;
        position: absolute;
        cursor: pointer;
        color: #fff;
        left: -5%;
    }

    .endPrev {
        font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
        font-size: 15px;
        top: 2%;
        left: 25px;
        position: absolute;
        min-width: 180px;
        max-width: 180px;
        text-align: left;
    }

    .titleContainer_landscape {
        float: left;
        text-align: center;
        width: 320px;
        max-width: 115px;
        position: absolute;
        right: 53%;
        top: 7%;
        height: 80%;
    }

    .textContainer_landscape {
        height: 70px;
        width: 200px;
        top: 23%;
        left: 50%;
        position: absolute;
    }

    #thankString {
        font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
        font-size: 9px;
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        text-align: left;
        display: block;
        color: #fff;
    }

    #subscribeDivider {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        left: 0;
        top: 30%;
        position: absolute;
        width: 100%;
        text-align: left;
        display: block;
    }

    #regNow {
        font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
        font-size: 9px;
        left: 0;
        top: 40%;
        position: absolute;
        width: 100%;
        text-align: left;
        display: block;
        color: #fff;
    }

    #imgContainerPopin {
        right: 0;
        top: 20%;
        height: 80%;
        width: 100%;
        position: absolute;
    }

    #issueImgPopin {
        position: absolute;
        right: 0;
        top: 0;
    }

    #regBtnPopin {
        top: 0;
        right: 0;
        height: 20px;
        width: 70px;
        position: absolute;
        color: #fff;
        border: 0;
        cursor: pointer;
        font-size: 9px;
        background-color: #FFFFFF;
    };
}

@media(max-width:500px) {
    .titleContainer_landscape {
        max-width: 70px;
        position: absolute;
        right: 53%;
    }

    .textContainer_landscape {
        width: 200px;
        height: 65px;
        left: 50%;
    }

    #regNow {
        font-size: 9px;
    }

    #thankString {
        font-size: 9px;
    }

    #popupWarningString {
        font-size: 9px;
    }

    #popupWarningOkBtn {
        height: 15px;
        width: 60px;
        font-size: 7px;
    }

    #popupWarningCancelBtn {
        height: 15px;
        width: 60px;
        font-size: 7px;
    }

    #regBtnPopin {
        height: 15px;
        width: 50px;
        font-size: 6px;
    }

    .endPrev {
        font-size: 10px;
    }

    .win8button .imgBg {
        width: 10px;
        height: 10px;
        border-width: 1px;
        font-size: .6em;
        line-height: 12px;
    }

    .endPrev {
        left: 18px;
    }

    #regBtnPopin {
        height: 15px;
        width: 60px;
        font-size: 7px;
    };
}

@media(max-width:350px) {
    .titleContainer_landscape {
        right: 73%;
    }

    .textContainer_landscape {
        left: 35%;
    }

    .endPrev {
        font-size: 10px;
    };
}

@media(max-height:400px) {
    .titleContainer_landscape {
        right: 63%;
        max-width: 95px;
    }

    .textContainer_landscape {
        left: 40%;
    }

    .endPrev {
        font-size: 10px;
    };
}

@media(max-width:900px) and (min-width:500px) {
    .titleContainer_landscape {
        right: 63%;
    }

    .textContainer_landscape {
        left: 40%;
    };
}