html {
    height: 100%;
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #333;
    height: 100%;
    margin: 0;
    min-width: 1024px;
}

    body .header.navbar {
        padding: 4px 0 0 0;
        background: #213042;
    }

        body .header.navbar .logo {
            display: inline-block;
            float: left;
            margin: 5px 0 9px 0;
        }

            body .header.navbar .logo img {
                width: 200px;
            }

p, div, span {
    /* font-family: Arial, Helvetica, sans-serif; */
}

form {
    min-height: 100%;
    height: 100%;
}

.CenterContent h1 {
    margin: 0px 0px 7px 0px;
}

h1 {
    font-family: 'Tahoma','Trebuchet MS';
    clear: left;
    font-size: 22px;
    font-weight: normal;
    border-bottom: Solid 0px #BABABA;
    margin: -5px 0px 7px 0px;
    padding: 0px;
}

    h1 span {
        font-family: 'Tahoma','Trebuchet MS';
    }

    h1.BlogTitle {
        padding-right: 85px;
    }

    h1.sf_postTitle {
        color: #e17009;
        font-size: 1.75em;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 1.2em;
    }

h2 {
    margin: 0px;
    font-family: 'Tahoma','Trebuchet MS';
    font-size: 18px;
    font-weight: normal;
}

    h2 span {
        font-family: 'Tahoma','Trebuchet MS';
    }

    h2 a:link {
        text-decoration: none;
    }

h3 {
    font-weight: normal;
    font-size: 14px;
    color: #333;
    font-family: "Arial";
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 5px;
    line-height: 12px;
    padding-bottom: 3px;
    border-bottom: Solid 1px #eee;
}

p + h3 {
    margin-top: 1.5em;
}

h2 + p, h3 + p {
    margin-top: 0;
}

h1 + h3 {
    margin-top: 1em;
}

h4 {
    font-size: 16px;
    color: #333;
    font-family: "Tahoma";
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 20px;
    border-bottom: Solid 1px #eeeeee;
}

h5 {
    font-size: 30px;
}

h6 {
    font-size: 35px;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 10px;
    padding-top: 5px;
    margin-bottom: 0px;
}

sup {
    vertical-align: top;
    top: .7em;
}

input[type=text], textarea, select {
    border: 1px solid silver;
    padding: 1px;
}

input[type=text], textarea {
    color: #444;
    font-size: 12px;
    font-family: Arial;
}

textarea {
    resize: vertical;
}



/*input[type=text],
input[type=password],
textarea,
select {
    border: 1px solid #e1e1e1;
    padding: 2px;
}

select {
    padding: 3px 2px 2px 2px;
}

input[type=text],
input[type=password],
textarea {
    color: #444;
    font-size: 1em;
    font-family: Arial;
    width: 100%;
}

textarea {
    resize: vertical;
}*/

a:link {
    color: #36c;
    text-decoration: none;
}

a:visited {
    color: #36c;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
}

a:active {
    color: #333;
    text-decoration: none;
}

.additional {
    font-style: italic;
    margin-bottom: 7px;
}

.HeaderNav {
    display: inline-block;
    position: absolute;
    left: 200px;
    color: #fafafa;
    margin-top: 13px;
    width: 850px;
    height: 44px;
    z-index: 1200;
    vertical-align: top;
}

.HeaderNavContainer {
    display: inline;
    vertical-align: top;
    float: left;
}

.HeaderNavContainerNoDdl {
    display: inline;
    position: relative;
    vertical-align: top;
    float: left;
}

.navddicon {
    height: 10px;
    width: 14px;
    display: inline-block;
    background: url('/jQuery/css/blitzer/images/ui-icons_ffffff_256x240.png') -64px -16px;
    line-height: 13px;
    vertical-align: top;
}

.HeaderNavLinkSpace:hover {
}

.navddiconln {
    height: 16px;
    width: 7px;
    display: inline-block;
    background: url('/jQuery/css/ui-darkness/images/ui-icons_cccccc_256x240.png') -39px -17px;
}

.changeStatus {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

a.HeaderNavLinks:link {
    color: #fff !important;
    text-decoration: none !important;
    display: inline-block;
    height: 13px;
    vertical-align: top;
    font-family: 'Tahoma', 'Trebuchet MS', 'Arial' !important;
    font-weight: normal !important;
    font-size: 12px;
}

a.HeaderNavLinks:hover {
    color: #fff !important;
}

.HeaderNavLinks {
    color: #fff !important;
    text-decoration: none !important;
    display: inline-block;
    vertical-align: top;
    font-family: 'Tahoma', 'Trebuchet MS', 'Arial' !important;
    font-weight: normal !important;
    font-size: 12px;
}

.HeaderNavLinkSpace {
    padding: 10px 12px 4px 14px;
    height: 28px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    font-family: 'Tahoma', 'Trebuchet MS', 'Arial' !important;
    font-weight: normal !important;
    font-size: 12px;
}

.HeaderNavSpace {
    padding: 10px 7px 4px 10px;
    height: 28px;
    display: inline-block;
    cursor: default;
    vertical-align: top;
    font-family: 'Tahoma', 'Trebuchet MS', 'Arial' !important;
    font-weight: normal !important;
    font-size: 12px;
}

.HeaderNavSepeartor {
    padding: 0px 14px;
    vertical-align: sub;
}

.navseperatorhdr {
    padding: 0px;
    vertical-align: bottom;
    display: inline-block;
    width: 3px;
    height: 42px;
    background: url('/Images/generic-img-set.png') -0px -64px no-repeat;
}

a.SinglePanelNavHeader:link {
    color: #ed890a !important;
    text-decoration: none !important;
}

a.SinglePanelNavHeader:visited {
    color: #ed890a !important;
    text-decoration: none !important;
}

a.SinglePanelNavHeader:hover {
    color: #ed890a !important;
    text-decoration: underline !important;
}

a.SinglePanelNavHeader:active {
    color: #ed890a !important;
    text-decoration: none !important;
}

a.ShoppingCartLinks:link {
    color: #ffffff !important;
    text-decoration: none !important;
}

a.ShoppingCartLinks:visited {
    color: #ffffff !important;
    text-decoration: none !important;
}

a.ShoppingCartLinks:hover {
    color: #f7f7f7 !important;
    text-decoration: underline !important;
}

a.ShoppingCartLinks:active {
    color: #ffffff !important;
    text-decoration: none !important;
}

a.ShoppingCartLogInLinks:link {
    color: #3d3d3d !important;
    text-decoration: none !important;
}

a.ShoppingCartLogInLinks:visited {
    color: #3d3d3d !important;
    text-decoration: none !important;
}

a.ShoppingCartLogInLinks:hover {
    color: #000 !important;
    text-decoration: underline !important;
}

a.ShoppingCartLogInLinks:active {
    color: #3d3d3d !important;
    text-decoration: none !important;
}

a.GrayButtonLinks:link {
    color: #333 !important;
    text-decoration: none !important;
}

a.GrayButtonLinks:visited {
    color: #333 !important;
    text-decoration: none !important;
}

a.GrayButtonLinks:hover {
    color: #333 !important;
    text-decoration: underline !important;
}

a.GrayButtonLinks:active {
    color: #333 !important;
    text-decoration: none !important;
}

.SinglePanelNavigationLeftBody ul {
    margin: 0px;
    padding-left: 14px;
}

.SinglePanelNavigationRightBody ul {
    margin: 0px;
    padding-left: 14px;
}

.ui-accordion-content-active ul {
    margin: 0px;
    padding-left: 14px;
    font-size: 12px;
}

ul {
    margin: 0px 0px 0px 10px;
    padding-left: 10px;
}

li {
    padding: 0;
    margin: 0;
}

img {
    border: 0px;
}

tbody {
    height: 100%;
}

.FullHeight {
    height: 100%;
}

.IGIMainThreeColumn #ContentContainer {
    background-color: #fff;
    width: 960px;
    margin: 0px auto;
    text-align: left;
}

.MainBody {
    background: #fff url('/Images/bodybggrad.png') repeat-x;
    margin: 0px;
}

    .MainBody .Container {
        height: auto;
        min-height: 100%;
    }

    .MainBody .HeaderTop {
        width: 100%;
        height: 20px;
        padding: 4px 0px;
        background-color: #222;
        display: inline-block;
    }

        .MainBody .HeaderTop .Container {
            width: 990px;
            margin: 0px auto;
            text-align: right;
            height: 20px;
        }

    .MainBody .HeaderBottom {
        width: 100%;
        height: 57px;
        background: #5e96c6 url('/Images/hdrbgrpt.png') repeat-x;
        display: inline-block;
    }

        .MainBody .HeaderBottom .Bg {
            background: url('/Images/hdfullbg.png') no-repeat center;
        }

        .MainBody .HeaderBottom .Container {
            position: relative;
            width: 990px;
            margin: 0px auto;
            height: 57px;
        }

            .MainBody .HeaderBottom .Container .Logo {
                float: left;
                margin-top: -20px;
            }

                .MainBody .HeaderBottom .Container .Logo img {
                    width: 200px;
                }

            .MainBody .HeaderBottom .Container .Institution {
                float: right;
                height: 57px;
                width: 500px;
                position: relative;
                text-align: right;
            }

                .MainBody .HeaderBottom .Container .Institution span {
                    color: #d1e6f8;
                    font-size: 18px;
                    font-style: italic;
                    line-height: 57px;
                }

                .MainBody .HeaderBottom .Container .Institution img.InstitutionLogo {
                    height: 50px;
                    margin-top: 3px;
                }

.SidebarRight .Institution {
    width: 168px;
    max-height: 248px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background-color: white;
}

    .SidebarRight .Institution img.InstitutionLogo {
        display: block;
        margin: auto;
        max-height: 240px;
        max-width: 160px;
    }

.ContentContainerMain {
    width: 990px;
    margin: 10px auto 0px auto;
    text-align: left;
    display: block;
    padding-bottom: 261px;
}

.Footer {
    width: 100%;
    background: #222;
    border-top: Solid 1px #777;
    margin-top: -261px;
    padding: 20px 0px 60px 0px;
    color: #eee;
    clear: both;
    position: relative;
    height: 180px;
}

    .Footer .Content {
        width: 990px;
        margin: 0px auto;
    }

    .Footer .td-l {
        width: 495px;
        text-align: left;
    }

        .Footer .td-l .td-l-header {
            font-size: 12px;
            margin: 0px;
            padding: 0px;
        }

    .Footer .td-r {
        width: 495px;
        text-align: right;
    }

        .Footer .td-r .td-r-t {
            display: inline-block;
            width: 495px;
            margin-bottom: 15px;
        }

            .Footer .td-r .td-r-t .td-r-t-r {
                display: inline-block;
                width: 250px;
                margin-left: 20px;
                float: right;
            }

            .Footer .td-r .td-r-t .td-r-t-l {
                display: inline-block;
                width: 157px;
                float: right;
            }

                .Footer .td-r .td-r-t .td-r-t-l .t-space {
                    display: inline-block;
                    margin: 23px 0px 6px 0px;
                }

                .Footer .td-r .td-r-t .td-r-t-l .b-space {
                    display: inline-block;
                    margin-bottom: 4px;
                }

        .Footer .td-r .td-r-b {
            padding-bottom: 5px;
        }

        .Footer .td-r .td-r-ip {
            margin-top: 10px;
            color: #777;
            font-size: 11px;
        }

.IGILogo {
    clear: both;
    float: left;
    display: block;
    padding: 10px 0px 13px 5px;
}

.IGILogoSmall {
    float: left;
    display: block;
    padding: 10px 0px 13px 10px;
}

.ContentContainerMain .Outer {
    height: 100%;
}

.ContentContainerMain .InnerLeft {
    width: 820px;
}

    .ContentContainerMain .InnerLeft .Padding {
    }

.ContentContainerMain .InnerRight {
    height: 100%;
}

.IGIMainThreeColumn #ContentContainer tr td {
}

.IGIMainThreeColumn #HeaderContainer {
    padding: 0px 5px 0px 0px;
}

.IGIMainThreeColumn #HeaderNav {
    float: right;
    text-align: right;
    width: 400px;
    margin: 3px 5px 0px 0px;
}

.IGIMainThreeColumn #Header {
    width: 960px;
}

.IGIMainThreeColumn #OneColumnCenterContent {
    background: #fff;
    float: left;
    width: 940px;
    padding: 20px 10px 0px 10px;
    background-color: #fff;
}

.IGIMainThreeColumn #CenterContent {
    background: #fff;
    float: left;
    width: 550px;
    margin: 20px 10px 20px 10px;
    position: relative;
}

.ContentContainerMain .Center {
    float: left;
    width: 621px;
    margin: 10px 10px 20px 0px;
    position: relative;
    display: inline-block;
}

.CenterContent {
    float: left;
    width: 623px;
    margin: 0 10px 20px 0;
    position: relative;
    display: inline-block;
    border: solid 1px #dadada;
    background-color: #fff;
}

.center-content-full {
    width: 930px;
    margin: 10px 0px 20px 0px;
    position: relative;
    display: inline-block;
    border: solid 1px #dadada;
    background-color: #fff;
    padding: 10px 30px 20px 30px;
    z-index: 1;
}

.CenterContentTwoColumn {
    float: left;
    width: 803px;
    margin: 0px 0px 20px 0px;
    position: relative;
    display: inline-block;
    border: solid 1px #dadada;
    background-color: #fff;
}

.CenterContentSpace {
    padding-left: 10px;
}

.IGIMainThreeColumn #TwoColumnCenterContent {
    background: #ffffff;
    float: left;
    width: 744px;
    margin: 20px 10px 20px 10px;
    position: relative;
}

.BookstoreOnDemandCenter {
    background: #ffffff;
    width: 744px;
    padding: 0px 10px 0px 10px;
    height: 100%;
    min-height: 100%;
}

.IGIMainThreeColumn #SidebarLeft {
    min-height: 500px;
    float: left;
    width: 174px;
    padding: 20px 10px 20px 10px;
}

.FloatRight {
    float: right;
}

.FloatLeft {
    float: left;
}

.InfoSciVideo {
    float: right;
    margin-left: 5px;
    width: 275px;
    height: 185px;
    border: 0px;
}

.InfoSciFreeTrialLink {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 10px;
    text-decoration: none;
    width: 275px;
    height: 50px;
    clear: right;
    float: right;
}

    .InfoSciFreeTrialLink .Background {
        background: #333 url('/Images/freetrial.png') 50% 50% no-repeat;
        padding: 5px;
        border: 1px solid #999;
        border-top-width: 0px;
    }

.bottom-space-small {
    margin-bottom: 3px;
}

.bottomspace {
    margin-bottom: 10px;
}

.top-space-small {
    margin-top: 3px;
}

.journalcontents {
    margin-bottom: 14px;
}

    .journalcontents .issue {
        padding: 7px 0px 7px 5px;
        font-size: 14px; /*font-style:italic;*/
        background-color: #dadada;
        border-bottom: 1px solid #dadada;
    }

    .journalcontents .issuecontents {
        display: inline-block;
        width: 100%;
        padding: 0px 4px 0px 10px;
    }

        .journalcontents .issuecontents .articlenumber {
            margin-bottom: 7px;
            font-size: 14px;
            color: #111;
            vertical-align: top;
        }

        .journalcontents .issuecontents .ancillaryfiles {
            display: inline-block;
            width: 555px;
        }

        .journalcontents .issuecontents .articles {
            display: inline-block;
            width: 100%;
            float: left;
        }

    .journalcontents .title {
        margin-bottom: 5px;
    }

    .journalcontents .affiliates {
        font-size: 12px;
        margin-bottom: 5px;
        color: #093;
    }

    .journalcontents .issuecontents .articles .abstract {
        font-size: 12px;
    }

    .journalcontents .issuecontents .articles .nav {
        font-size: 11px;
    }

    .journalcontents .issuecontents .pricing {
        display: inline-block;
        width: 102px;
        vertical-align: top;
        text-align: right;
        float: right;
    }

    .journalcontents .supplementary-materials {
        padding: 4px 0px 4px 10px;
    }

        .journalcontents .supplementary-materials .item .title {
            margin-bottom: 5px;
        }

.rightnavad {
    /*height: 61px;*/
    width: 100%;
    display: inline-block;
    margin-bottom: 7px;
    cursor: pointer;
    background: #eaeaea;
    color: #555;
}

    .rightnavad .copy {
        font-size: 10px;
        vertical-align: top;
    }

    .rightnavad .item {
        /*font-family: 'Tahoma', 'Trebuchet MS';*/
        padding: 9px 3px 10px 7px;
        display: block;
        font-size: 14px;
    }

    .rightnavad .itemsmall {
        letter-spacing: -0.08em;
    }

    .rightnavad .item .small {
        font-size: 11px;
    }

    .rightnavad .details {
        font-family: 'Tahoma', 'Trebuchet MS';
        padding: 7px 3px 10px 7px;
        display: none;
        color: #333;
    }

    .rightnavad .glyphicon {
        font-size: 10px;
    }

    .rightnavad .details strong {
        margin-bottom: 3px;
        display: block;
    }

    .rightnavad:hover {
        background: #aaa;
        color: #fff;
    }

/*.rightnavad:hover {
        background-position: 100% 100%;
    }

        .rightnavad:hover .item {
            display: none;
        }

        .rightnavad:hover .details {
            display: block;
        }*/

.alis {
    background-image: url('/Images/alis-book-series-r-ad.png');
}

.symposium {
    background-image: url('/Images/online-symposium-r-ad.png');
}

.infosci {
    background-image: url('/Images/infosci-free-trial-r-ad.png');
}

.catalogs {
    background-image: url('/Images/igi-global-catalogs-r-ad.png');
}

.featuredtitles {
    /*background-image: url('/Images/featured-titles.png');*/
}

.publish {
    background-image: url('/Images/publish-with-igi-global.png');
}

.publish-small {
    background-image: url('/Images/publish-button3.png');
}

.newsletter {
    background-image: url('/Images/subscribe-to-newsletter.png');
}

.updates {
    background-image: url('/Images/updates-r-ad.png');
}

.SidebarLeft {
    float: left;
    width: 179px;
    margin: 0 0 20px 0;
}

.sb-bs-left {
    float: left;
    width: 179px;
    margin: 10px 0 20px 0;
}

.IGIMainThreeColumn #SidebarRight {
    height: 100%;
    float: right;
    width: 174px;
    padding: 20px 10px 20px 10px;
}

.SidebarRight {
    height: 100%;
    float: right;
    padding: 0px 0px 20px 0px;
    width: 170px;
}

    .SidebarRight .MarginFix {
        margin-top: 0;
    }

.IGIMainThreeColumn #Footer {
    float: left;
    width: 100%;
    background: #f5f5f5 url('/Images/WhiteSmokeGradient.png') 50% 50% repeat-x;
    border-top: Solid 1px #999999;
    padding: 10px 0px 15px 0px;
}

.ClearFloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.HeaderBackground {
    padding-top: 9px;
    height: 28px;
    width: 100%;
    border-top: 1px solid #dfedf8;
    border-bottom: 1px solid #dfedf8;
    background: #5c9ccc url('/jQuery/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png') 50% 50% repeat-x;
    color: #fafafa;
    font-family: 'Segoe UI', 'Tahoma', 'Trebuchet MS';
    font-size: 14px;
}

.GatewayHeaderText {
    font-family: 'Segoe UI', 'Tahoma', 'Trebuchet MS';
    font-size: 16px;
}

.TableMin {
    width: 100%;
}

    .TableMin .Header .Cell {
        font-size: 11px;
        padding: 3px;
        border-top: solid 1px #dadada;
        border-bottom: solid 1px #dadada;
    }

    .TableMin .Cell {
        padding: 3px;
    }

    .TableMin .CellTop {
        padding: 3px;
        vertical-align: top;
    }

    .TableMin .Body .Cell {
        padding: 3px;
        border-bottom: solid 1px #dadada;
    }

    .TableMin .Body .CellTop {
        padding: 3px;
        vertical-align: top;
        border-bottom: solid 1px #dadada;
    }

.Table {
    width: 100%;
    border-right: solid 1px #dfedf8;
    border-bottom: solid 1px #dfedf8;
    border-left: solid 1px #dfedf8;
    background-color: #f8f8f8;
}

    .Table .Header .Cell {
        color: #2e6e9e;
        font-weight: bold;
        background: #dfeffc url('/jQuery/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png') 50% 50% repeat-x;
        height: 25px;
        padding-left: 3px;
    }

    .Table .Row {
        background-color: #ffffff;
    }

    .Table .Alt {
        background-color: #f7f9fd;
    }

    .Table .AltLight {
        background-color: #fbfbfb;
    }

    .Table .Body .Cell {
        padding: 4px;
    }

    .Table .Cell {
        padding: 4px;
        border-top: Solid 1px #dfedf8;
    }

.Filter {
    display: block;
    font-size: 7.5pt;
}

.FilterAlt {
    display: block;
    font-size: 7.5pt;
    background-color: #f7f9fd;
}

.pnlShow {
    display: inline;
}

.pnlHide {
    display: none !important;
}

.MultiPanelNavHeaderDefault {
    border: 1px solid #dfedf8;
    background: #dfeffc url('/jQuery/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png') 50% 50% repeat-x;
    font-weight: bold;
    color: #2e6e9e;
    outline: none;
}

.MultiPanelNavHeaderActive {
    border: 1px solid #79b7e7;
    background: #f5f8f9 url('/jQuery/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png') 50% 50% repeat-x;
    font-weight: bold;
    color: #e17009;
    outline: none;
}

.SinglePanelNavigationRightHeader {
    display: block;
    font-size: 1em;
    padding: .5em .5em .5em .5em;
    cursor: default;
    margin-top: 1px;
    position: relative;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding-box;
    background: #FFFFFF url('/jQuery/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png') repeat-x scroll 50% 50%;
    border: 1px solid #AAAAAA;
    color: #212121;
    font-weight: bold;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    text-decoration: none;
    font-size: 100%;
    line-height: 1.3;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
}

.SinglePanelNavigationRightHeaderImage {
    background-image: url('/jQuery/css/smoothness/images/ui-icons_222222_256x240.png');
    background-position: -64px -16px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
    width: 16px;
    height: 16px;
}

.SinglePanelNavigationRightBody {
    padding-bottom: 15px;
    padding-left: 16px;
    padding-right: 0;
    padding-top: 0;
    display: block;
    border-top: 0 none;
    margin-bottom: 2px;
    margin-top: -2px;
    overflow: auto;
    position: relative;
    top: 1px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding-box;
    background: #FFFFFF url('/jQuery/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png') repeat-x scroll 50% 50%;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    color: #222222;
    font-size: 100%;
    line-height: 1.3;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    text-decoration: none;
}

    .SinglePanelNavigationRightBody .ListItem {
        margin-left: 10px;
        display: block;
    }

.SinglePanelNavigationLeftContainer {
    margin-bottom: 20px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
    border: 0 none;
    font-size: 100%;
    line-height: 1.3;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    padding: 0;
    text-decoration: none;
}

.SinglePanelNavigationLeftHeader {
    display: block;
    font-size: 1em;
    padding: .5em .5em .5em .5em;
    cursor: default;
    margin-top: 1px;
    position: relative;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding-box;
    background: #F5F8F9 url('/jQuery/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png') repeat-x scroll 50% 50%;
    border: 1px solid #79B7E7;
    color: #E17009;
    font-weight: bold;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    text-decoration: none;
    font-size: 100%;
    line-height: 1.3;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
}

.SinglePanelNavigationLeftHeaderImage {
    background-image: url('/jQuery/css/redmond/images/ui-icons_f9bd01_256x240.png');
    background-position: -32px -96px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
    width: 16px;
    height: 16px;
}

.EResourcesNavigationLeftHeaderImage {
    background-image: url('/jQuery/css/redmond/images/ui-icons_f9bd01_256x240.png');
    background-position: -80px -144px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
    width: 16px;
    height: 16px;
}

.SinglePanelNavigationLeftBody {
    padding-bottom: 15px;
    padding-left: 16px;
    padding-right: 0;
    padding-top: 0;
    display: block;
    border-top: 0 none;
    margin-bottom: 2px;
    margin-top: -2px;
    overflow: auto;
    position: relative;
    top: 1px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding-box;
    background: #FFFFFF url('/jQuery/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png') repeat-x scroll 50% 50%;
    border-left: 1px solid #A6C9E2;
    border-right: 1px solid #A6C9E2;
    border-bottom: 1px solid #A6C9E2;
    color: #222222;
    color: #222222;
    font-size: 100%;
    line-height: 1.3;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    text-decoration: none;
}

.MultiCategoryNavigationHeader {
    font-weight: bold;
    padding: 0px 0px 3px 5px;
    color: #555;
    font-size: 13px;
}

.NoBold {
    font-weight: normal !important;
}

.NoUnderline {
    text-decoration: none !important;
}

.LinkDisableColor {
    color: #666;
}

.ButtonGreen {
    display: inline-block;
    height: 16px;
    padding: 2px 6px 0px 3px;
    background-color: #5da860;
    vertical-align: top;
    cursor: pointer;
    text-decoration: none !important;
    color: #f9f9f9;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}

    .ButtonGreen:hover {
        background: #457d47;
    }

.ButtonGreenSmall {
    display: inline-block;
    height: 13px;
    padding: 1px 6px 1px 3px;
    background-color: #5da860;
    vertical-align: top;
    cursor: pointer;
    text-decoration: none !important;
    color: #f9f9f9;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}

    .ButtonGreenSmall:hover {
        background: #457d47;
    }

.ButtonGreenSmall {
    display: inline-block;
    height: 13px;
    padding: 1px 6px 1px 3px;
    background-color: #5da860;
    vertical-align: top;
    cursor: pointer;
    text-decoration: none !important;
    color: #f9f9f9;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}

    .ButtonGreenSmall:hover {
        background: #457d47;
    }

.add-to-cart {
    display: inline-block;
    width: 93px;
    height: 18px;
    cursor: pointer;
    background: url('/Images/button-set-2.png') no-repeat 0px 0px;
}

    .add-to-cart:hover {
        background-position: 0px -18px;
    }

.quick-add {
    display: inline-block;
    width: 93px;
    height: 18px;
    cursor: pointer;
    background: url('/Images/button-set-2.png') no-repeat 0px -36px;
    margin-top: 1px;
}

    .quick-add:hover {
        background-position: 0px -54px;
    }

.open-access-badge {
    display: inline-block;
    width: 93px;
    height: 24px;
    cursor: pointer;
    background: url('/Images/button-set-2.png') no-repeat 0px -400px;
    float: right;
}

.open-access-badge-forthcoming {
    display: inline-block;
    margin-top: 3px;
    font-size: 10px;
    float: right;
}

.open-access-badge:hover {
    background-position: 0px -424px;
}

.open-access-badge-download {
    display: inline-block;
    width: 93px;
    height: 38px;
    cursor: pointer;
    background: url('/Images/button-set-2.png') no-repeat 0px -324px;
    float: right;
}

    .open-access-badge-download:hover {
        background-position: 0px -362px;
    }

.open-access-badge-sm {
    display: inline-block;
    width: 32px;
    height: 17px;
    cursor: default;
    background: url('/Images/open-access-badge-sm.png') no-repeat;
    float: left;
    margin: -1px 0px 0px 4px;
}

.supplementary-materials-included {
    display: inline-block;
    width: 160px;
    height: 18px;
    cursor: pointer;
    background: url('/Images/button-set-2.png') no-repeat 0px -180px;
    margin-top: 1px;
}

    .supplementary-materials-included:hover {
        background-position: 0px -198px;
    }

.supplementary-materials-not-included {
    display: inline-block;
    width: 160px;
    height: 18px;
    cursor: pointer;
    background: url('/Images/button-set-2.png') no-repeat 0px -216px;
    margin-top: 1px;
}

    .supplementary-materials-not-included:hover {
        background-position: 0px -234px;
    }

.show-complete-details {
    display: inline-block;
    width: 160px;
    height: 18px;
    cursor: pointer;
    background: url('/Images/button-set-2.png') no-repeat 0px -252px;
    margin-top: 1px;
}

    .show-complete-details:hover {
        background-position: 0px -270px;
    }

.show-complete-details-off {
    display: inline-block;
    width: 160px;
    height: 18px;
    cursor: pointer;
    background: url('/Images/button-set-2.png') no-repeat 0px -288px;
    margin-top: 1px;
}

    .show-complete-details-off:hover {
        background-position: 0px -306px;
    }

.ShoppingCartButtonIconSmall {
    height: 12px;
    width: 16px;
    display: inline-block;
    margin-top: -7px;
    background: url('/jQuery/css/blitzer/images/ui-icons_ffffff_256x240.png') no-repeat -48px -112px;
    text-decoration: none !important;
}

.ButtonGreenTextSmall {
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none !important;
    display: inline-table;
    margin-top: -1px;
}

.ButtonGreenSpace {
    margin-right: 7px;
}

.ButtonGreenText {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none !important;
    display: inline-block;
    margin-top: 1px;
}

.ButtonIcon {
    height: 16px;
    width: 16px;
    display: inline-block;
    padding-right: 6px;
}

.DownloadButtonIcon {
    height: 16px;
    width: 16px;
    display: block;
    background: url('/jQuery/css/blitzer/images/ui-icons_ffffff_256x240.png') no-repeat -48px -64px;
}

.PriceListHeader {
    font-weight: bold;
    margin-left: 10px;
    border-bottom: 1px solid #dadada;
    font-size: 11px;
    margin-top: 10px;
}

.ListPriceHeader {
    font-size: 11px;
    color: #777;
    margin-right: 9px;
    font-weight: normal;
    float: right;
}

.priceddl {
    display: inline-block;
    cursor: pointer;
    border: 1px solid silver;
    padding: 1px;
    width: 200px;
    height: 22px;
}

.pricedllselected {
    color: #444;
    display: inline-block;
    font-size: 14px;
    padding: 0 8px 2px 4px;
    font-weight: bold;
    width: 400px;
    height: 18px;
}

.priceddlarrow {
    display: inline-block;
    height: 18px;
    width: 16px;
    float: right;
    border: 1px solid #777;
    background: #f3f3f3 url('/jQuery/css/smoothness/images/ui-icons_222222_256x240.png') no-repeat -64px -15px;
}

.priceddlitems {
    margin: -1px 0px 0px -0px;
    border: 1px Solid #bebebe;
    display: none;
    width: 375px;
    float: right;
    position: absolute;
    background-color: #fff;
    z-index: 10;
}

    .priceddlitems .content {
        padding: 0px 10px 10px 10px;
        display: block;
    }

.orangesmall {
    color: #e48100;
    font-size: 11px;
    font-weight: bold;
}

.Price {
    color: #e48100;
    font-size: 20px;
    font-weight: bold;
}

.PriceSmall {
    color: #e48100;
    font-size: 18px;
    font-weight: bold;
}

.overview-price {
    color: #e48100;
    font-size: 18px;
    font-weight: bold;
    padding-right: 9px;
}

.overview-list-price-discount {
    color: #666;
    font-size: 11px;
    padding-right: 9px;
    margin-bottom: 4px;
}

.PriceExtraSmall {
    color: #e48100;
    font-size: 14px;
    font-weight: bold;
}

.price-container {
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid #eaeaea;
}

    .price-container .formats {
        text-align: left;
        padding-right: 0px;
        padding-left: 18px;
        padding-top: 5px;
        width: 300px;
    }

        .price-container .formats .text {
            color: #444;
            display: inline-table;
            font-size: 14px;
        }

        .price-container .formats .subtext {
            font-size: 11px;
            color: #777;
            margin-top: 2px;
        }

    .price-container .price {
        text-align: center;
        padding-left: 0px;
    }

        .price-container .price .current-price {
            color: #e48100;
            font-size: 20px;
            font-weight: bold;
            padding-top: 3px;
            line-height: 16px;
        }

        .price-container .price .list-price {
            color: #666;
            font-size: 11px;
        }

            .price-container .price .list-price .strike {
                text-decoration: line-through;
            }

    .price-container .add-to-cart-container {
        width: 120px;
        text-align: center;
    }

        .price-container .add-to-cart-container .padding {
            padding: 0px 0px 0px 8px;
        }

.content-lp-main-fixed {
    display: inline-block;
    width: 530px;
}

.content-lp-img-outer {
    position: relative;
    float: left;
    max-width: 152px;
    margin: 10px 30px 0px 0px;
}

    .content-lp-img-outer .contents-hash {
        position: relative;
    }

.open-access-logo {
    margin-top: 13px;
}

.open-access-logo-platform {
    margin-top: 10px;
}

.cite-container-gateway {
    display: none;
    margin: 6px 0px 0px -65px !important;
    width: 400px !important;
    padding: 15px;
    font-size: 10px;
    position: absolute;
    z-index: 31;
    right: auto !important;
}

.isbn-doi-outer {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 11px;
}

.isbn-doi-inner {
    display: inline-block;
    float: left;
}

    .isbn-doi-inner .top {
        margin-bottom: 5px;
    }

.isbn-label {
    color: #888;
}

.isbn-divider {
    color: #ddd;
    margin: 0px 10px;
}

.rb-sc {
    display: inline-block;
    list-style-type: none;
    margin: 0px 0px 4px 0px;
}

    .rb-sc input {
        display: inline-block;
        margin: 0px 4px 1px 0px;
        height: 13px;
        padding: 0px;
        vertical-align: top;
    }

    .rb-sc label {
        display: inline-block;
        width: 160px;
        vertical-align: top;
    }

.add-to-cart-sb {
    display: inline-block;
    border: 1px solid #dadada;
    border-radius: 3px;
    width: 215px;
    float: right;
    margin: 0px 0px 0px 10px;
}

    .add-to-cart-sb .inner {
        display: inline-block;
        padding: 12px 15px;
    }

        .add-to-cart-sb .inner .customer-type {
            font-size: 11px;
            margin-top: 7px;
            padding-top: 4px;
            border-top: 1px solid #dadada;
        }

            .add-to-cart-sb .inner .customer-type .customer-type-label-text {
                font-size: 11px;
                color: #333;
                margin-bottom: 5px;
            }

            .add-to-cart-sb .inner .customer-type .option-space {
                margin-right: 7px;
            }

        .add-to-cart-sb .inner .buy {
            font-weight: bold;
            margin-bottom: 10px;
        }

        .add-to-cart-sb .inner .quantity {
            display: inline-block;
            width: 80px;
            float: left;
        }

        .add-to-cart-sb .inner .price {
            display: inline-block;
            margin-bottom: 10px;
        }

        .add-to-cart-sb .inner .price-text {
            display: inline-block;
            width: 105px;
            color: #e48100;
            font-size: 22px;
            font-weight: bold;
            line-height: .9;
        }

        .add-to-cart-sb .inner .price-savings {
            display: inline-block;
            float: left;
            margin-bottom: 8px;
        }

            .add-to-cart-sb .inner .price-savings .row {
                margin-bottom: 2px;
                color: #888;
                float: left;
            }

                .add-to-cart-sb .inner .price-savings .row .label-text {
                    display: inline-block;
                    width: 81px;
                }

        .add-to-cart-sb .inner .promotions {
            display: inline-block;
            width: 100%;
            margin: 0px 0px 15px 0px;
        }

            .add-to-cart-sb .inner .promotions .row {
                display: inline-block;
                width: 100%;
                font-size: 11px;
                margin: 0px 0px 2px 0px;
            }

                .add-to-cart-sb .inner .promotions .row .img {
                    margin-right: 4px;
                    float: left;
                }

        .add-to-cart-sb .inner .access-type {
            display: inline-block;
            width: 100%;
            font-size: 11px;
            margin: 0px 0px 5px 0px;
        }

            .add-to-cart-sb .inner .access-type .ddl {
                width: 185px;
                font-size: 11px;
            }

            .add-to-cart-sb .inner .access-type .subscription-years {
                display: inline-block;
                position: relative;
                width: 185px;
                z-index: 800;
            }

                .add-to-cart-sb .inner .access-type .subscription-years .alt-row {
                    display: inline-block;
                    width: 100%;
                    background-color: #f5f5f5;
                }

                    .add-to-cart-sb .inner .access-type .subscription-years .alt-row .inner {
                        padding: 5px 8px;
                    }

                .add-to-cart-sb .inner .access-type .subscription-years .header {
                    border-bottom: 1px solid #dadada;
                }

                .add-to-cart-sb .inner .access-type .subscription-years .footer {
                    border-top: 1px solid #dadada;
                }

                .add-to-cart-sb .inner .access-type .subscription-years .chk {
                    display: inline-block;
                    padding: 0;
                    margin: 0px 5px 0 0px;
                    vertical-align: top;
                }

                .add-to-cart-sb .inner .access-type .subscription-years .subscription-year-list {
                    max-height: 200px;
                    overflow-y: auto;
                    padding: 4px 0px;
                }

                    .add-to-cart-sb .inner .access-type .subscription-years .subscription-year-list .row {
                        padding: 0px 8px;
                    }

                    .add-to-cart-sb .inner .access-type .subscription-years .subscription-year-list .active-text {
                        color: #333;
                    }

                    .add-to-cart-sb .inner .access-type .subscription-years .subscription-year-list .inactive-text {
                        color: #777;
                    }

        .add-to-cart-sb .inner .button {
            margin: 5px 0px 20px 0px;
        }

            .add-to-cart-sb .inner .button .bg {
                position: relative;
                background-color: #4b9456;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
            }

            .add-to-cart-sb .inner .button .button-style {
                width: 165px;
                text-align: center;
            }

                .add-to-cart-sb .inner .button .button-style .icon-style {
                    width: 20px;
                    height: 20px;
                    background: url('/Images/shopping-cart-icon-med.png') no-repeat;
                }

        .add-to-cart-sb .inner .fulfillment {
            display: inline-block;
            width: 100%;
            font-size: 11px;
        }

            .add-to-cart-sb .inner .fulfillment .in-stock {
                font-size: 14px;
                color: #080;
            }

            .add-to-cart-sb .inner .fulfillment .coming-soon {
                font-size: 14px;
                color: #333;
            }

            .add-to-cart-sb .inner .fulfillment .in-stock .img {
                display: inline-block;
                width: 16px;
                height: 16px;
                background: url('/Images/accept.png');
                vertical-align: text-bottom;
                margin: 0px 3px 0px -1px;
            }

.checkout {
}

    .checkout .box-container {
        display: inline-block;
        float: left;
        margin: 15px 0px 0px 0px;
        cursor: pointer;
    }

        .checkout .box-container .active {
            border: 1px solid #e48100;
            background-color: #fcf6f0;
        }

        .checkout .box-container .outer {
            display: inline-block;
            border-radius: 3px;
        }

            .checkout .box-container .outer .inner {
                display: inline-block;
                padding: 10px 18px 10px 16px;
            }

                .checkout .box-container .outer .inner .upper .text {
                    display: inline-block;
                    float: left;
                    color: #333;
                    font-weight: bold;
                }

                .checkout .box-container .outer .inner .lower .text {
                    display: inline-block;
                    float: left;
                    color: #777;
                    margin: 2px 0px 0px 19px;
                    font-size: 11px;
                }

    .checkout .checkbox-link {
        display: inline-block;
        font-size: 12px;
        padding: 2px 0px;
        width: 100%;
    }

        .checkout .checkbox-link .checkbox {
            display: inline-block;
            width: 14px;
            height: 13px;
            background-repeat: no-repeat;
            margin-right: 6px;
            float: left;
        }

        .checkout .checkbox-link .empty {
            background-image: url('/images/checkbox-empty.png');
        }

        .checkout .checkbox-link .selected {
            background-image: url('/images/checkbox-selected.png');
        }

    .checkout:hover .checkbox-link:hover {
        background-color: inherit;
    }

    .checkout:hover .checkbox-link .empty {
        background-image: url('/images/checkbox-select.png');
    }

    .checkout:hover .checkbox-link .selected {
        background-image: url('/images/checkbox-close.png');
    }

.price-container-grid {
    display: inline-block;
    width: 500px;
    float: left;
    margin: 15px 0px 20px 0px;
}

    .price-container-grid .header-text {
        color: #e48100;
        font-weight: bold;
        margin-bottom: 4px;
    }

    .price-container-grid .box-container {
        display: inline-block;
        width: 219px;
        float: left;
        margin: 0px 15px 5px 0px;
        cursor: pointer;
    }

        .price-container-grid .box-container .active {
            border: 1px solid #e48100;
            background-color: #fcf6f0;
        }

        .price-container-grid .box-container .inactive {
            border: 1px solid #dadada;
            background-color: #fff;
        }

        .price-container-grid .box-container .outer {
            display: inline-block;
            height: 49px;
            border-radius: 3px;
        }

            .price-container-grid .box-container .outer .inner {
                display: inline-block;
                padding: 4px 10px;
            }

                .price-container-grid .box-container .outer .inner .upper {
                    display: inline-block;
                }

                    .price-container-grid .box-container .outer .inner .upper .price-type-text {
                        display: inline-block;
                        width: 95px;
                        float: left;
                        margin: 3px 5px 2px 0px;
                        color: #333;
                        font-weight: bold;
                    }

                    .price-container-grid .box-container .outer .inner .upper .prices {
                        display: inline-block;
                        float: right;
                        text-align: center;
                        width: 97px;
                    }

                        .price-container-grid .box-container .outer .inner .upper .prices .price-text {
                            color: #e48100;
                            font-size: 18px;
                        }

                        .price-container-grid .box-container .outer .inner .upper .prices .list-price-label-text {
                            color: #777;
                            font-size: 10px;
                        }

                        .price-container-grid .box-container .outer .inner .upper .prices .list-price-text {
                            display: inline-block;
                            text-decoration: line-through;
                        }

                .price-container-grid .box-container .outer .inner .customer-type {
                    font-size: 11px;
                    margin-top: 2px;
                    padding-top: 3px;
                    border-top: 1px solid #dadada;
                }

                    .price-container-grid .box-container .outer .inner .customer-type .customer-type-label-text {
                        display: inline-block;
                        margin-right: 4px;
                        font-size: 11px;
                        color: #777;
                    }

                    .price-container-grid .box-container .outer .inner .customer-type .option-space {
                        margin-right: 7px;
                    }

.journal-price-container {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #eaeaea;
}

    .journal-price-container .formats {
        text-align: left;
        /*width: 184px;*/
        padding-right: 0px;
        /*padding-left: 18px;*/
        padding-top: 4px;
    }

    .journal-price-container .subscription-year {
        text-align: left;
        width: 105px;
        padding-right: 0px;
        padding-left: 10px;
        padding-top: 4px;
    }

        .journal-price-container .subscription-year .ddl {
            width: 105px;
            height: 24px;
        }

    .journal-price-container .price {
        text-align: center;
        padding-left: 0px;
    }

        .journal-price-container .price .current-price {
            color: #e48100;
            font-size: 20px;
            font-weight: bold;
            padding-top: 21px;
            line-height: 16px;
        }

        .journal-price-container .price .list-price {
            color: #666;
            font-size: 11px;
        }

            .journal-price-container .price .list-price .strike {
                text-decoration: line-through;
            }


    .journal-price-container.book-series .price {
        text-align: left;
        padding: 0 15px;
    }

    .journal-price-container.book-series .add-to-cart-container {
        text-align: left;
    }

    .journal-price-container .add-to-cart-container {
        /*width: 120px;*/
        height: 65px;
        text-align: center;
    }

        .journal-price-container .add-to-cart-container .padding {
            padding: 10px 8px 18px 0px;
        }

.strike {
    text-decoration: line-through;
}

.ToolBarBox {
    background: #F8F8F8;
    border: 1px solid #E0E0E0;
    display: inline-block;
    height: 22px;
    margin: 10px 0 15px;
    padding: 0;
}

.GrayButton {
    border: 1px solid #e0e0e0;
    background: #ccc url('/jQuery/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png') 50% 50% repeat-x;
    font-weight: normal;
    color: #777;
    outline: none;
    display: inline-block;
    font-size: 1em;
    padding: .3em .5em .2em 0.25em;
}

.BlueButton {
    border: 1px solid #2E6E9E;
    background: #ccc url('/jQuery/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png') 50% 50% repeat-x;
    font-weight: normal;
    color: #2E6E9E;
    outline: none;
    display: inline-block;
    font-size: 1em;
    padding: .3em .5em .2em 0.25em;
}

.GrayButtonIcon {
    height: 16px;
    width: 16px;
    display: block;
    background: url('/jQuery/css/redmond/images/ui-icons_6da8d5_256x240.png') no-repeat -80px -96px;
}

.BlankButtonIcon {
    height: 16px;
    width: 16px;
    display: block;
}

.DefaultTextBoxText {
    width: 125px;
}

.DefaultTextBoxTextActive {
    color: #a1a1a1 !important;
    font-style: italic;
}

.jQueryIcon {
    height: 16px;
    width: 16px;
    display: inline-block;
    background-image: url('/jQuery/css/redmond/images/ui-icons_6da8d5_256x240.png');
    background-repeat: no-repeat;
    vertical-align: top;
    margin-top: -1px;
}

.jQueryIconSmoothness {
    height: 16px;
    width: 16px;
    display: inline-block;
    background-image: url('/jQuery/css/smoothness/images/ui-icons_454545_256x240.png');
    background-repeat: no-repeat;
    vertical-align: top;
    margin-top: -1px;
}

.jQueryIconSmoothnessLight {
    height: 16px;
    width: 16px;
    display: inline-block;
    background-image: url('/jQuery/css/smoothness/images/ui-icons_888888_256x240.png');
    background-repeat: no-repeat;
    vertical-align: top;
    margin-top: -1px;
}

.jQueryIconUiLightness {
    height: 15px;
    width: 16px;
    display: inline-block;
    background-image: url('/jQuery/css/ui-lightness/images/ui-icons_ef8c08_256x240.png');
    background-repeat: no-repeat;
    vertical-align: top;
    margin-top: -1px;
}

.jQueryIconBlitzer {
    height: 18px;
    width: 16px;
    display: inline-block;
    background-image: url('/jQuery/css/blitzer/images/ui-icons_ffffff_256x240.png');
    background-repeat: no-repeat;
    vertical-align: top;
}

.jQueryIconRedmond {
    height: 18px;
    width: 16px;
    display: inline-block;
    background-image: url('/jQuery/css/redmond/images/ui-icons_f9bd01_256x240.png');
    background-repeat: no-repeat;
    vertical-align: top;
}

.HeaderNavigationText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 16px;
    padding-right: 3px;
    vertical-align: top;
    color: #555;
    text-decoration: none;
    margin-top: -1px;
}

a.HeaderNavigationLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 16px;
    padding-right: 3px;
    vertical-align: top;
    color: #555;
    text-decoration: none;
}

    a.HeaderNavigationLink:hover {
        text-decoration: underline;
        color: #000;
    }

a.HoverOverLink {
    font-family: Arial;
    font-size: 13px;
    color: #36c;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}

    a.HoverOverLink:hover {
        background-color: #edf8fd;
    }

a.navlinknavh {
    font-family: Arial;
    font-size: 13px;
    color: #36c;
    padding: 3px 10px;
    text-decoration: none;
    display: block;
}

    a.navlinknavh:hover {
        background-color: #edf8fd;
    }

a.navlinkitem {
    font-family: Arial;
    font-size: 11px;
    color: #444;
    padding: 3px 5px;
    text-decoration: none;
    display: block;
}

    a.navlinkitem:hover {
        background-color: #ccc;
    }

a.navlinkitemlight {
    font-family: Arial;
    font-size: 11px;
    color: #444;
    padding: 2px 4px;
    text-decoration: none;
    display: block;
    margin: 2px 1px 0px 1px;
    display: inline-block;
    cursor: pointer;
}

    a.navlinkitemlight:hover {
        background-color: #eee;
    }

.arrowsmall {
    display: inline-block;
    background: url('/Images/arrowsmall.png') no-repeat;
    height: 5px;
    width: 2px;
    vertical-align: middle;
    margin-right: 3px;
}

a.navlinknavhsmall {
    font-family: Arial;
    font-size: 12px;
    color: #36c;
    padding: 3px 10px;
    text-decoration: none;
    display: block;
}

    a.navlinknavhsmall:hover {
        background-color: #edf8fd;
    }

span.navlinkc,
a.navlinkc {
    font-family: Arial;
    font-size: 11px;
    color: #777;
    text-decoration: none;
}

    a.navlinkc:hover {
        color: #333;
    }

.link-gray-s {
    font-family: Arial;
    font-size: 11px;
    color: #777;
    text-decoration: none;
    cursor: pointer;
}

    .link-gray-s:hover {
        color: #333;
    }

.navc {
    font-family: 'Arial';
    font-size: 12px;
    color: #555;
    text-decoration: none;
    cursor: default;
    position: relative;
    padding: 5px 6px;
}

    .navc a {
        color: #555;
        text-decoration: none;
        cursor: pointer;
    }

a.navlinkl {
    font-family: 'Arial';
    font-size: 12px;
    color: #555;
    text-decoration: none;
    padding: 5px 6px;
    display: block;
    width: 100%;
}

    a.navlinkl:hover {
        color: #333;
        background-color: #f3f3f3;
    }

.leftinner a.navlinkl:last-child {
    border-bottom: 0;
}

a.link-12-555 {
    font-family: 'Arial';
    font-size: 12px;
    color: #555;
    text-decoration: none;
}

    a.link-12-555:hover {
        color: #333;
    }

a.link-12-999 {
    font-family: 'Arial';
    font-size: 12px;
    color: #999;
    text-decoration: none;
}

    a.link-12-999:hover {
        color: #555;
    }

    a.link-12-999 .glyphicon {
        font-size: 11px;
    }

a.navlinkllast {
    font-family: 'Arial';
    font-size: 12px;
    color: #555;
    text-decoration: none;
    padding: 5px 6px;
    display: block;
    border-bottom: 0px;
    width: 100%;
}

    a.navlinkllast:hover {
        color: #333;
        background-color: #f3f3f3;
    }

.chkboxlist td {
    vertical-align: top;
    padding-bottom: 5px;
}

.chkboxlist input {
    float: left;
}

.chkboxlist label {
    display: inline-block;
    width: 90%;
    margin-left: 5px;
    padding-top: 2px;
    font-weight: normal;
}

.leftouter {
    width: 175px;
    padding: 0px 0px 4px 0px;
    border: 1px solid #dadada;
    margin-bottom: 10px;
}

.leftheader {
    width: 163px;
    padding: 5px 6px 7px 6px;
    font-size: 15px;
    font-family: 'Tahoma', 'Trebuchet MS';
    margin-bottom: 4px;
    background-repeat: no-repeat;
    background-color: #e5e5e5;
    background-image: url('/Images/leftheader-bg-fallback.png');
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.0, #eee), color-stop(.25, #fcfcfc), color-stop(.5, #f9f9f9), color-stop(1, #e5e5e5));
    background-image: -webkit-linear-gradient(top, #eee 0%, #fcfcfc 25%, #f9f9f9 50%, #e5e5e5 100%);
    background-image: -moz-linear-gradient(top, #eee 0%, #fcfcfc 25%, #f9f9f9 50%, #e5e5e5 100%);
    background-image: -ms-linear-gradient(top, #eee 0%, #fcfcfc 25%, #f9f9f9 50%, #e5e5e5 100%);
    background-image: -o-linear-gradient(top, #eee 0%, #fcfcfc 25%, #f9f9f9 50%, #e5e5e5 100%);
}

    .leftheader a {
        color: #333;
        width: 100%;
        display: inline-block;
    }

        .leftheader a:hover {
            color: #777;
        }

.leftinner {
    width: 163px;
    padding: 0px 0px;
}

    .leftinner .header {
        font-weight: bold;
        margin: 0px 0px 4px 6px;
    }

.rightouter {
    width: 166px;
    padding: 0px 0px 7px 0px;
    border: 1px solid #dadada;
    margin-bottom: 10px;
}

.rightheader {
    width: 154px;
    padding: 4px 6px 8px 6px;
    font-size: 15px;
    font-family: 'Tahoma', 'Trebuchet MS';
    color: #555;
    background-repeat: no-repeat;
    background-color: #fcfcfc;
    background-image: url('/Images/rightheader-bg-fallback.png');
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.5, #f0f0f0), color-stop(1, #fcfcfc));
    background-image: -webkit-linear-gradient(top, #f0f0f0 50%, #fcfcfc 100%);
    background-image: -moz-linear-gradient(top, #f0f0f0 50%, #fcfcfc 100%);
    background-image: -ms-linear-gradient(top, #f0f0f0 50%, #fcfcfc 100%);
    background-image: -o-linear-gradient(top, #f0f0f0 50%, #fcfcfc 100%);
}

.rightinner {
    width: 154px;
    padding: 4px 6px 6px 6px;
    background-color: #fff;
}

.rightinnernopad {
    width: 154px;
    background-color: #fff;
}

a.navlinkcsmall {
    font-family: Arial;
    font-size: 11px;
    color: #36c;
    text-decoration: none;
}

    a.navlinkcsmall:hover {
        color: #333;
    }

.navlinkcsmall {
    font-family: Arial;
    font-size: 11px;
    color: #36c;
    text-decoration: none;
    cursor: pointer;
}

    .navlinkcsmall:hover {
        color: #333;
    }

a.navlinkgraysmall {
    font-family: Arial;
    font-size: 11px;
    color: #777;
    text-decoration: none;
    display: inline !important;
}

    a.navlinkgraysmall:hover {
        color: #333;
    }

a.navlinklightc {
    font-family: 'Tahoma', 'Trebuchet MS';
    font-size: 12px;
    color: #eee;
    text-decoration: none;
    padding: 0px 4px;
}

    a.navlinklightc:hover {
        color: #ccc;
    }

a.footerlink {
    font-family: 'Tahoma', 'Trebuchet MS';
    font-size: 12px;
    color: #ccc;
    text-decoration: none;
}

    a.footerlink:hover {
        color: #fff;
    }

.footerlink {
    font-family: 'Tahoma', 'Trebuchet MS';
    font-size: 12px;
    color: #ccc;
    text-decoration: none;
    cursor: pointer;
}

    .footerlink:hover {
        color: #fff;
    }

.TopNavText {
    font-family: "Tahoma", "Arial";
    font-size: 12px;
    color: #777;
    padding: 5px;
    text-decoration: none;
}

a.TopNavLink {
    font-family: "Tahoma", "Arial";
    font-size: 12px;
    color: #ddd;
    padding: 0px 5px;
    text-decoration: none;
}

    a.TopNavLink:hover {
        color: #bbb;
    }

.ImpactFactor {
    width: 75px;
    margin-top: -7px;
    margin-right: -3px;
    margin-left: 6px;
}

.ImpactFactorImage {
    width: 75px;
    float: right;
}

.excellence-in-research-journal-award {
    width: 100px;
    float: right;
}

.PrePubInfo {
    margin: -7px -3px 0px 6px;
}

.coming-soon-banner {
    margin-top: -7px;
}

.LightBlueBg {
    background-color: #EDF8FD;
}

.ssl-seal-fix a {
    padding: 0;
}

#jQueryTooltipDialog {
    display: none;
    background: transparent url('/Images/Tooltip/black_arrow.png');
    font-size: 12px;
    height: 70px;
    width: 160px;
    padding: 25px;
    color: #f1f1f1;
}

.GridViewHeader {
    color: #2e6e9e;
    font-weight: bold;
    background: #dfeffc url('/jQuery/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png') 50% 50% repeat-x;
    border-bottom: solid 1px #dfedf8;
    height: 35px;
}

.Combo2Button {
    border: 1px solid #79b7e7;
    background: #dfedf8 url('/jQuery/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png') 50% 50% repeat-x;
    font-weight: bold;
    color: #333;
    outline: none;
    display: inline-block;
    font-size: 1em;
    padding: 0.1em .5em 0.1em .25em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.Combo2ButtonIcon {
    height: 16px;
    width: 16px;
    display: block;
    background-image: url('/jQuery/css/redmond/images/ui-icons_217bc0_256x240.png');
    background-repeat: no-repeat;
}

a.Combo2Link:link {
    color: #333 !important;
    text-decoration: none !important;
}

a.Combo2Link:visited {
    color: #333 !important;
    text-decoration: none !important;
}

a.Combo2Link:hover {
    color: #333 !important;
    text-decoration: underline !important;
}

a.Combo2Link:active {
    color: #333 !important;
    text-decoration: none !important;
}

.ToggleButtonOn {
    border: 1px solid #79b7e7;
    background: #dfedf8 url('/jQuery/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png') 50% 50% repeat-x;
    font-weight: bold;
    color: #333;
    outline: none;
    display: inline-block;
    font-size: 1em;
    padding: 0.1em .5em 0.1em .25em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.ToggleButtonOff {
    border: 1px solid #ccc;
    background: #dfedf8 url('/jQuery/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png') 50% 50% repeat-x;
    font-weight: bold;
    color: #555;
    outline: none;
    display: inline-block;
    font-size: 1em;
    padding: 0.1em .5em 0.1em .25em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.ToggleButtonIconOn {
    height: 16px;
    width: 0px;
    display: block;
}

.ToggleButtonIconOff {
    height: 16px;
    width: 16px;
    display: block;
    background-image: url('/jQuery/css/redmond/images/ui-icons_6da8d5_256x240.png');
    background-repeat: no-repeat;
    background-position: 0 -192px;
}

a.ToggleButtonLinkOn:link {
    color: #333 !important;
    font-weight: bold !important;
    text-decoration: none !important;
    cursor: default !important;
}

a.ToggleButtonLinkOn:visited {
    color: #333 !important;
    font-weight: bold !important;
    text-decoration: none !important;
    cursor: default !important;
}

a.ToggleButtonLinkOn:hover {
    color: #333 !important;
    font-weight: bold !important;
    text-decoration: none !important;
    cursor: default !important;
}

a.ToggleButtonLinkOn:active {
    color: #333 !important;
    font-weight: bold !important;
    text-decoration: none !important;
    cursor: default !important;
}

a.ToggleButtonLinkOff:link {
    color: #333 !important;
    text-decoration: none !important;
}

a.ToggleButtonLinkOff:visited {
    color: #333 !important;
    text-decoration: none !important;
}

a.ToggleButtonLinkOff:hover {
    color: #333 !important;
    text-decoration: underline !important;
}

a.ToggleButtonLinkOff:active {
    color: #333 !important;
    text-decoration: none !important;
}

a.RemoveLink:link {
    color: #777 !important;
    text-decoration: none !important;
    cursor: default !important;
}

a.RemoveLink:visited {
    color: #777 !important;
    text-decoration: none !important;
    cursor: default !important;
}

a.RemoveLink:hover {
    color: #777 !important;
    text-decoration: none !important;
    cursor: default !important;
}

a.RemoveLink:active {
    color: #777 !important;
    text-decoration: none !important;
    cursor: default !important;
}

a.RemoveLink333:link {
    color: #333 !important;
    text-decoration: none !important;
    cursor: default !important;
}

a.RemoveLink333:visited {
    color: #333 !important;
    text-decoration: none !important;
    cursor: default !important;
}

a.RemoveLink333:hover {
    color: #333 !important;
    text-decoration: none !important;
    cursor: default !important;
}

a.RemoveLink333:active {
    color: #333 !important;
    text-decoration: none !important;
    cursor: default !important;
}

.StripLeftPadding p {
    padding-left: 0px;
}

#jsddm {
    margin: 0px;
    padding: 0px;
}

    #jsddm li {
        float: left;
        list-style: none;
        height: 20px;
        padding: 0px;
        margin: 0px;
    }

        #jsddm li a {
            cursor: pointer;
            display: block;
        }

        #jsddm li ul {
            background-color: #fff;
            margin: 0px;
            position: absolute;
            visibility: hidden;
            padding: 10px;
            border: 3px solid #bebebe;
            z-index: 999;
            text-align: left;
            display: block;
        }

.ddmtop {
    background: #f7f7f7 url('/Images/navbg.png') 0% 0% repeat-x;
    margin: 0px;
    position: absolute;
    padding: 0px 20px 0px 20px;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    z-index: 1200;
    text-align: left;
    left: -200px;
    top: 44px;
    width: 950px;
    -moz-box-shadow: 1px 3px 3px 0px #ccc;
    -webkit-box-shadow: 1px 3px 3px 0px #ccc;
    box-shadow: 1px 3px 3px 0px #ccc;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}

    .ddmtop .header {
        display: inline-block;
        color: #222;
        font-size: 16px;
        padding: 5px;
        font-family: 'Tahoma', 'Trebuchet MS';
        cursor: default;
    }

    .ddmtop .header-link {
        cursor: pointer;
    }

    .ddmtop .header-link-dark {
        color: #222;
    }

.ddmlist {
    background: #f3f3f3 url('/Images/navbg.png') repeat-x;
    margin: 0px;
    position: absolute;
    padding: 10px 20px 20px 20px;
    border: 1px solid #aaa;
    z-index: 1200;
    text-align: left;
    left: 170px;
    top: -5px;
    width: 250px;
}

.ddmtop .link-light {
    color: #777;
    text-decoration: underline;
}

    .ddmtop .link-light:hover {
        color: #333;
        text-decoration: none;
    }

.ddmtop .ddm-divider {
    display: inline-block;
    height: 258px;
    border-left: 1px solid #dadada;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.5, #f1f1f1), color-stop(1, #f7f7f7));
    background-image: -webkit-linear-gradient(left, #f1f1f1 50%, #f7f7f7 100%);
    background-image: -moz-linear-gradient(left, #f1f1f1 50%, #f7f7f7 100%);
    background-image: -ms-linear-gradient(left, #f1f1f1 50%, #f7f7f7 100%);
    background-image: -o-linear-gradient(left, #f1f1f1 50%, #f7f7f7 100%);
}

.ddmtop-books {
    background: #f7f7f7 url('/Images/reference-books-t-nav.png') 0px 3px no-repeat;
}

.ddmtop-journals {
    background: #f7f7f7 url('/Images/reference-journals-t-nav.png') 0px 3px no-repeat;
}

.ddmtop-e-resources {
    background: #f7f7f7 url('/Images/e-resources-t-nav.png') 0px 62px no-repeat;
}

.ddmtop-teaching-cases {
    background: #f7f7f7 url('/Images/teaching-cases-t-nav.png') 0px 1px no-repeat;
}

.ddmtop-videos {
    background: #f7f7f7 url('/Images/teaching-cases-t-nav.png') 0px 1px no-repeat;
}

.ddmtop-resources {
    background: #f7f7f7;
    height: 200px;
}

.ddmtop-media {
    background: #f7f7f7;
    height: 200px;
}

/*.ddmtop .item{float:right;}*/

.ddmtop .item {
    float: left;
    padding: 10px 0px 20px 0px;
}

.ddmtop .desc {
    display: inline-block;
    color: #333;
    padding: 5px 15px 5px 5px;
    cursor: pointer;
}

.leftnavstheader {
    color: #222;
    font-size: 16px;
    padding: 5px 10px;
    font-family: 'Tahoma', 'Trebuchet MS';
    cursor: default;
}

.featureboxinner {
    padding: 20px 15px;
    margin-right: 10px;
    width: 212px;
    height: 80px;
    background: #f7f7f7 url('/Images/featurebox.png') no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    color: #666;
}

.featureboxinnerlast {
    padding: 20px 15px;
    width: 212px;
    height: 80px;
    background: #f7f7f7 url('/Images/featurebox.png') no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    color: #666;
}

.featureboxinnerheader {
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}

.topicscoveredheader {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 4px 0px;
    text-align: center;
    font-size: 14px;
    color: #444;
    font-style: italic;
    margin-top: 10px;
}

.topicscovered {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    display: inline-block;
    width: 100%;
    font-size: 11px;
    padding-top: 5px;
    color: #333;
}

    .topicscovered .tcleft {
        width: 220px;
        float: left;
    }

    .topicscovered .tcright {
        width: 220px;
        float: right;
    }

#jsddm li ul li {
    float: none;
    display: inline;
}

#jsddml {
    margin: 0px;
    padding: 0px;
}

    #jsddml li {
        float: left;
        list-style: none;
        font: 12px 'Tahoma', 'Trebuchet MS', 'Arial';
        margin: 0px;
        padding: 0px;
        position: relative;
    }

        #jsddml li ul {
            left: 150px;
            top: -4px;
            background-color: #fff;
            margin: 0px;
            position: absolute;
            visibility: hidden;
            padding: 5px 10px;
            border: 3px solid #bebebe;
            z-index: 999;
            width: 225px;
        }

            #jsddml li ul li {
                float: none;
                display: inline;
            }

select.SmallTextListBox {
    font-size: x-small;
}

.ImageBorder {
    border: Solid 1px #666;
}

.Title1 {
    font-size: 16px;
    color: #333;
    font-family: 'Tahoma';
    font-weight: bold;
}

.Title2 {
    font-size: 14px;
    color: #333;
    font-family: 'Tahoma';
    font-weight: normal;
}

.Title3 {
    font-size: 12px;
    color: #333;
    font-family: 'Tahoma';
    font-weight: normal;
}

.BorderBottom {
    border-bottom: Solid 1px #eeeeee;
    margin-bottom: 7px;
    width: 100%;
}

A.BlogFeed {
    font-size: 12px;
    padding-right: 20px;
    background: url('/Images/Rss_Icon_16x16.png') no-repeat 100%;
    right: 1px;
    top: 5px;
    position: absolute;
}

.sf_postTitle a {
    color: #e17009;
    font-size: .75em;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2em;
}

    .sf_postTitle a:hover {
        text-decoration: underline;
    }

.sf_CommentsCount {
    padding-top: 20px;
}

.sf_socialBookmarks {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.blogDisclaimer {
    font-size: 11px;
    font-style: italic;
    font-weight: lighter;
}

.RemoveListItemBullets {
    list-style-type: none;
    margin-left: -15px;
}

.MainRadioButtonList {
    list-style-type: none;
    margin-left: 0;
}

    .MainRadioButtonList input {
        margin: 0px 5px 1px 0px;
        height: 15px;
        padding: 0px;
        vertical-align: top;
        display: inline-block;
    }

    .MainRadioButtonList label {
        display: inline-block;
        vertical-align: top;
        height: 15px;
        font-weight: normal;
    }

.bComments {
    border-top: #b8c4cd 1px solid;
    padding-top: 22px;
}

ul.bCommentsList {
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
}

    ul.bCommentsList LI {
        border-bottom: #e5e5e5 1px solid;
        padding-bottom: 17px;
        padding-left: 5px;
        width: 99%;
        padding-right: 0px;
        float: left;
        clear: both;
        font-size: 12px;
        padding-top: 17px;
    }

    ul.bCommentsList .bAuthorComment {
        background-color: #fffde5;
    }

    ul.bCommentsList LI .bLeft {
        width: 96px;
        padding-right: 10px;
        float: left;
    }

    * html ul.bCommentsList LI .bLeft {
        width: 74px;
    }

    ul.bCommentsList LI .bRight {
        padding-bottom: 7px;
        width: 350px;
        float: left;
    }

.bPostNewComment {
    margin-top: 26px;
    clear: both;
}

    .bPostNewComment LEGEND {
        margin-bottom: 17px;
        color: #222;
        font-size: 18px;
    }

    .bPostNewComment LI {
        padding-bottom: 14px;
        padding-left: 106px;
    }

.sClear:after {
    DISPLAY: block;
    HEIGHT: 0px;
    VISIBILITY: hidden;
    CLEAR: both;
    CONTENT: "";
}

.sClear {
    DISPLAY: inline-block;
}

.sClear {
    DISPLAY: block;
}

.inputLabel {
    display: block;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
}

.ui-autocomplete-loading {
    background: white url('/Images/loading-ico.gif') right center no-repeat;
}

* html .ui-autocomplete {
    width: 1px;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    width: 300px;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        float: left;
        clear: left;
        width: 300px;
        text-align: left;
    }

        .ui-menu .ui-menu-item a {
            text-decoration: none;
            display: block;
            padding: .2em .4em;
            line-height: 1.5;
        }

            .ui-menu .ui-menu-item a.ui-state-hover,
            .ui-menu .ui-menu-item a.ui-state-active {
                font-weight: normal;
                margin: -1px;
            }

#CitationDropDownMenu {
    margin: 0px;
    padding: 0px;
}

    #CitationDropDownMenu li {
        float: left;
        list-style: none;
    }

        #CitationDropDownMenu li a {
            display: block;
            text-decoration: none;
            padding: 1px 3px 1px 1px;
            border: 1px solid #e7e7e7;
            white-space: nowrap;
        }

            #CitationDropDownMenu li a:hover {
            }

        #CitationDropDownMenu li ul {
            margin: 0px;
            padding: 5px;
            position: absolute;
            visibility: hidden;
            border: Solid 1px #ccc;
            width: 150px;
            height: 100px;
            background: #f7f7f7;
        }

            #CitationDropDownMenu li ul li {
                float: none;
                display: inline;
            }

                #CitationDropDownMenu li ul li a {
                    width: auto;
                }

                    #CitationDropDownMenu li ul li a:hover {
                    }

.CleanButton {
    font-weight: normal !Important;
    background-color: Transparent;
    padding: 0px;
    margin: 0px;
    border: 0px;
    cursor: pointer;
    text-decoration: underline !Important;
}

.CleanImageButton {
    padding: 3px;
    border: Solid 1px #e0e0e0 !Important;
    background-color: #f9f9f9;
}

.CssLink {
    cursor: pointer;
}

.catalog-img {
    border: Solid 1px #777;
    width: 115px;
    margin-right: 10px;
    float: left;
}

.catalog-container {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.catalog-title {
    font-size: 16px;
    vertical-align: top;
    width: 460px;
    display: inline-block;
}

.InfoSciHeaderText {
    color: #333;
    font-size: 22px;
    vertical-align: top;
    padding-left: 0px;
}

.InfoSciHeaderLink {
    font-family: 'Tahoma', 'Trebuchet MS';
    font-size: 11px;
    vertical-align: top;
    padding-left: 0px;
}

.InfoSciHeaderBackground {
    background: #efefef url('/Images/BlueSmoke.png') 50% 50% repeat-x;
    padding-top: 3px;
    border-top: Solid 1px #bfcee8;
}

.InfoSciContent {
    padding: 3px 3px 5px 17px;
    color: #333;
}

.HomepageHeaderText {
    font-family: Times New Roman;
    font-size: 20px;
    font-weight: bold;
    vertical-align: top;
    padding-left: 0px;
}

.HomepageHeaderBackground {
    background: #efefef url('/Images/BlueSmokeDark.png') 50% 50% repeat-x;
    border-top: Solid 1px #bfcee8;
    padding: 3px 0px 0px 3px;
}

.HomepageContent {
    padding: 3px 3px 5px 5px;
    color: #333;
}

.CssRow {
    height: auto;
}

.CssColumn {
    display: inline-table;
    vertical-align: top;
}

.LiTab {
    border: 0px !important;
    background-image: none !important;
    -border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.CheckBox input {
    margin: 0px 5px 1px 0px;
    height: 15px;
    padding: 0px;
    vertical-align: top;
    display: inline-block;
}

.CheckBox label {
    display: inline-table;
    vertical-align: top;
    height: 15px;
    font-weight: normal;
}

.CheckBoxInline input {
    margin: 0px 5px 1px 0px;
    height: 15px;
    padding: 0px;
    vertical-align: top;
    display: inline-block;
}

.CheckBoxInline label {
    display: inline;
    vertical-align: top;
    height: 15px;
    font-weight: normal;
}

.CheckBoxSmall input {
    margin: 1px 5px 0px 0px;
    height: 13px;
    padding: 0px;
    vertical-align: top;
    display: inline-block;
}

.CheckBoxSmall label {
    display: inline-table;
    vertical-align: top;
    height: 13px;
    font-weight: normal;
    margin-bottom: 0;
}

.CheckBoxSmall {
    border-spacing: 0px;
}

.TextBox {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0px;
    border: 1px Solid Silver;
    font-family: "Arial";
    color: #444;
}

.TextArea {
    padding: 0px;
    margin: 0px;
    border: 1px Solid Silver;
    font-size: 12px;
    font-family: "Arial";
    color: #444;
}

.DropDownList {
    font-size: 12px;
    font-family: "Arial";
    padding: 1px;
    height: 19px;
    margin: 0px;
    border: 1px Solid Silver;
    color: #444;
}

.DropDownListLight {
    font-size: 11px;
    font-family: "Arial";
    padding: 1px;
    height: 19px;
    margin: 0px;
    border: 1px Solid Silver;
    color: #777;
}

    .DropDownListLight option {
        color: #777;
    }

.DropDownListDark {
    font-size: 11px;
    font-family: "Arial";
    padding: 1px;
    height: 19px;
    margin: 0px;
    border: 1px Solid Silver;
    color: #333;
}

    .DropDownListDark option {
        color: #777;
    }

.DropDownListLarge {
    font-size: 14px;
    font-weight: bold;
    color: #444;
    font-family: "Arial";
    padding: 1px;
    height: 19px;
    margin: 0px;
    border: 1px Solid Silver;
    color: #444;
}

.MultiSelect {
    font-size: 12px;
    font-family: "Arial";
    padding: 1px;
    margin: 0px;
    border: 1px Solid Silver;
    color: #444;
}

.UnorderedList {
    padding: 0px;
    margin: 0px 0px 0px 20px;
}

.UlMargins {
    margin-top: 2px;
    margin-bottom: 5px;
}

.ul-margins-med {
    margin-top: 5px;
    margin-bottom: 12px;
}

    .ul-margins-med .header, .ul-margins-med .ul-margins-med-header {
        font-size: 16px;
        margin-left: -1px;
    }

    .ul-margins-med ul {
        margin-top: 5px;
    }

.ul-checkbox-img {
    list-style-type: none;
}

    .ul-checkbox-img li {
        background-image: url('/Images/checkbox-20x15.png');
        background-repeat: no-repeat;
        background-position: 0px 5px;
        padding-left: 30px;
        margin-bottom: 7px;
    }

.ul-arrow-right-img {
    list-style-type: none;
    padding-left: 0px;
    margin: 15px 0px 20px 0px;
}

    .ul-arrow-right-img li {
        background-image: url('/images/arrow-r.png');
        background-repeat: no-repeat;
        background-position: 0px 4px;
        padding-left: 15px;
        margin: 0px 0px 7px 2px;
    }

.ul-arrow-right-img-cond {
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
}

    .ul-arrow-right-img-cond li {
        background-image: url('/images/arrow-r.png');
        background-repeat: no-repeat;
        background-position: 0px 4px;
        padding: 0px 0px 0px 10px;
        margin: 0px 0px 3px 0px;
    }

.ul-arrow-right-img-cond-s {
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
}

    .ul-arrow-right-img-cond-s li {
        background-image: url('/images/arrow-r.png');
        background-repeat: no-repeat;
        background-position: 0px 4px;
        padding: 0px 0px 0px 10px;
        margin: 0px 0px 3px 0px;
        font-size: 11px;
    }

.LiMargin {
    margin-bottom: 5px;
}

.RadioButton {
    list-style-type: none;
    display: inline-table;
}

    .RadioButton input {
        margin: 0px 5px 1px 0px;
        height: 15px;
        padding: 0px;
        vertical-align: top;
        display: inline-block;
    }

    .RadioButton label {
        display: inline;
        vertical-align: text-top;
        height: 15px;
        font-weight: normal;
    }

    .RadioButton td {
        vertical-align: middle;
        padding: 0px;
        margin: 0px;
        height: 15px;
    }

.rbl {
    list-style-type: none;
    display: inline-table;
    width: 100%;
}

    .rbl input {
        margin: 1px 5px 1px 0px;
        height: 15px;
        padding: 0px;
        vertical-align: top;
        display: inline-block;
    }

    .rbl label {
        display: inline-block;
        vertical-align: top;
        min-height: 15px;
        width: 90%;
        font-weight: normal;
    }

    .rbl td {
        vertical-align: middle;
        padding: 0px 0px 5px 0px;
        margin: 0px;
    }

.LeftNavHeader {
    color: #e17009;
    font-weight: bold;
    font-size: 13px;
    border-top: Solid 1px #e8e8e8;
    border-bottom: Solid 1px #e8e8e8;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

.LeftNavHeaderActive {
    color: #b65908;
    font-weight: bold;
    font-size: 13px;
    border-top: Solid 1px #e8e8e8;
    border-bottom: Solid 1px #e8e8e8;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

.LeftNavHeaderLink {
    color: #e17009 !important;
    text-decoration: none !important;
}

    .LeftNavHeaderLink:hover {
        color: #b65908 !important;
    }

.LeftNavHeaderLinkBlue {
    color: #1D5987 !important;
    text-decoration: none !important;
}

.LeftNavItemLink {
    font-family: "Arial";
    font-size: 11px;
    color: #222 !important;
    text-decoration: none !important;
}

    .LeftNavItemLink:hover {
        color: #777 !important;
    }

.LeftNavItemHeaderLink {
    font-family: "Arial";
    font-size: 11px;
    color: #222 !important;
    text-decoration: none !important;
}

    .LeftNavItemHeaderLink:hover {
        color: #b65908 !important;
    }

.LeftNavItemHeaderLinkActive {
    font-family: "Arial";
    font-size: 11px;
    color: #b65908 !important;
    text-decoration: none !important;
}

.LeftNavItemSubLink {
    font-family: "Arial";
    font-size: 11px;
    color: #444 !important;
    text-decoration: none !important;
}

    .LeftNavItemSubLink:hover {
        color: #000 !important;
    }

.LeftNavItemLinkActive {
    font-family: "Arial";
    font-size: 11px;
    color: #222 !important;
    text-decoration: none !important;
    font-weight: bold;
}

.RightNavHeader {
    color: #222;
    font-weight: bold;
    border-top: Solid 1px #e8e8e8;
    border-bottom: Solid 1px #e8e8e8;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

.RightNavItemLink {
    font-family: "Arial";
    font-size: 11px;
    color: #222 !important;
    text-decoration: none !important;
    padding: 3px 10px !important;
}

    .RightNavItemLink:hover {
        color: #777 !important;
    }

.BulletUl {
    margin-left: 5px;
    margin-bottom: 10px;
    list-style-image: url('/Images/ulbulletdark2.png');
}

    .BulletUl li {
        margin-bottom: 2px;
    }

.BulletUlDark {
    margin-left: 5px;
    margin-bottom: 15px;
    list-style-image: url('/Images/ulbulletdark.png');
}

    .BulletUlDark li {
        margin-bottom: 2px;
    }

.BulletUlSmall {
    margin-left: 5px;
    margin-bottom: 10px;
    list-style-image: url('/Images/ulbulletsmall.png');
}

    .BulletUlSmall li {
        margin-bottom: 1px;
    }

.ButtonBlue {
    display: inline-block;
    height: 16px;
    padding: 1px 12px 0px 12px;
    background: #6ba4d0 url('/Images/buttonbgblue.png') 50% 50% repeat-x;
    vertical-align: middle;
    border: Solid 1px #6ba4d0;
    cursor: pointer;
}

    .ButtonBlue:hover {
        background: #6ba4d0 url('/Images/buttonbgblueover.png') 50% 50% repeat-x;
    }

.ButtonBlueSpace {
    margin-right: 7px;
}

.ButtonBlueText {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none !important;
    display: inline-block;
    margin-top: 1px;
}

.ButtonGray {
    display: inline-block;
    height: 16px;
    padding: 1px 12px 0px 12px;
    background: #eee url('/Images/graygradbg.png') 50% 50% repeat-x;
    vertical-align: middle;
    border: Solid 1px #ccc;
    cursor: pointer;
}

    .ButtonGray:hover {
        background: #eee url('/Images/graygradbgover.png') 50% 50% repeat-x;
    }

.ButtonGraySpace {
    margin-right: 7px;
}

.ButtonGrayText {
    color: #444;
    font-weight: bold;
    text-decoration: none !important;
    display: inline-block;
    margin-top: 1px;
}

.ButtonYellow {
    display: inline-block;
    height: 16px;
    padding: 1px 12px 0px 12px;
    background: #eee url('/Images/graygradbg.png') 50% 50% repeat-x;
    vertical-align: middle;
    border: Solid 1px #ccc;
    cursor: pointer;
}

    .ButtonYellow:hover {
        background: #eee url('/Images/graygradbgover.png') 50% 50% repeat-x;
    }

.ButtonSpace {
    margin-right: 7px;
}

.ButtonYellowText {
    color: #444;
    font-weight: bold;
    text-decoration: none !important;
    display: inline-block;
    margin-top: 1px;
}

.CoverThumbnailLink {
    width: 75px;
    display: block;
    border: 1px Solid #777;
    margin: auto;
}

.CoverThumbnailImage {
    width: 75px;
    border-width: 0px;
}

.CoverImage {
    width: 150px;
    border-width: 0px;
}

.img-b {
    border: 1px solid #777;
    width: 150px;
}

.img-no-b {
    border: 1px solid transparent;
    width: 150px;
}

.img-b-t {
    border: 1px solid #777;
    width: 75px;
}

.img-b-t-video {
    border: 1px solid #777;
    width: 75px;
    height: 42px;
}

.img-no-b-t {
    border: 1px solid transparent;
    width: 75px;
}

.img-no-b-t-video {
    border: 1px solid transparent;
    width: 75px;
    height: 42px;
}

.img-b-cs {
    border: 1px solid #777;
    width: 100px;
    height: 129px;
    margin-bottom: 10px;
}

.img-no-b-cs {
    border: 1px solid transparent;
    width: 100px;
    height: 129px;
    margin-bottom: 10px;
}

.img-b-cs-video {
    border: 1px solid #777;
    width: 100px;
    height: 56px;
    margin-bottom: 10px;
}

.img-no-b-cs-video {
    border: 1px solid transparent;
    width: 100px;
    height: 129px;
    margin-bottom: 10px;
}

.img-sc-b-cs {
    border: 1px solid #777;
    width: 40px;
    height: 52px;
}

.img-sc-no-b-cs {
    border: 1px solid transparent;
    width: 40px;
    height: 52px;
}

.img-sc-b-cs-video {
    border: 1px solid #777;
    width: 40px;
    height: 22px;
}

.img-sc-no-b-cs-video {
    border: 1px solid transparent;
    width: 40px;
    height: 22px;
}

.img-b-cs-160 {
    border: 1px solid #777;
    width: 160px;
    height: 100px;
    margin-bottom: 10px;
}

.img-no-b-cs-160 {
    border: 1px solid transparent;
    width: 160px;
    height: 100px;
    margin-bottom: 10px;
}

.img-b-cs-75 {
    border: 1px solid #777;
    width: 75px;
    height: 100px;
    margin-bottom: 10px;
}

.img-no-b-cs-75 {
    border: 1px solid transparent;
    width: 75px;
    height: 100px;
    margin-bottom: 10px;
}

.img-b-cs-48 {
    border: 1px solid #777;
    width: 48px;
    margin-bottom: 10px;
}

.img-no-b-cs-48 {
    border: 1px solid transparent;
    width: 48px;
    margin-bottom: 10px;
}

.img-b-cs-h129 {
    border: 1px solid #777;
    height: 129px;
    margin-bottom: 10px;
}

.img-no-b-cs-h129 {
    border: 1px solid transparent;
    height: 129px;
    margin-bottom: 10px;
}

.img-b-cs-video-h129 {
    border: 1px solid #777;
    height: 72px;
    width: 129px;
    margin-bottom: 10px;
}

.img-no-b-cs-video-h129 {
    border: 1px solid transparent;
    height: 72px;
    width: 129px;
    margin-bottom: 10px;
}

.SocialNetworkingLinks {
    display: inline-table;
    height: 16px;
    vertical-align: middle;
}

.ButtonBlack {
    display: inline-block;
    height: 19px;
    padding: 0px 8px;
    background-color: #333;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none !important;
    border-right: 1px solid #555;
}

    .ButtonBlack:hover {
        background-color: #555;
    }

.SearchTextBox {
    border: 1px Solid #c8c8c8;
    width: 158px;
    color: #333;
}

.TextBoxWatermark {
    font-size: 11px;
    padding: 1px;
    height: 15px;
    margin: 0px 0px 0px 0px;
}

.TextBoxWatermarkActive {
    margin: 0px 0px 0px 0px;
    line-height: 15px;
    color: #a1a1a1 !important;
    font-style: italic;
    font-size: 10px !important;
    height: 15px;
}

.loginstatus {
    display: inline-block;
    height: 18px;
    vertical-align: top;
    padding-top: 3px;
    margin-right: 10px;
}

    .loginstatus .text {
        display: inline-block;
        color: #ddd;
        height: 15px;
        vertical-align: top;
    }

    .loginstatus .useremail {
        cursor: pointer;
        height: 15px;
        display: inline-block;
        padding-left: 5px;
    }

        .loginstatus .useremail .link {
            color: #ddd;
            font-family: 'Tahoma', 'Trebuchet MS';
        }

            .loginstatus .useremail .link:hover {
                color: #bbb;
            }

        .loginstatus .useremail .arrow {
            height: 12px;
            width: 13px;
            vertical-align: top;
            margin-left: -4px;
            line-height: 15px;
            display: inline-block;
            background: url('/jQuery/css/blitzer/images/ui-icons_ffffff_256x240.png') no-repeat -64px -16px;
        }

.goog-te-gadget-simple {
    padding-top: 0px !Important;
    padding-bottom: 0px !Important;
}

.goog-te-gadget-icon {
    height: 17px !Important;
    width: 17px !Important;
}

.useroptions {
    margin: 6px 0px 0px -65px;
    border: 1px Solid #bebebe;
    display: none;
    width: 220px;
    float: right;
    position: absolute;
    background-color: #fff;
    z-index: 1300;
}

    .useroptions .username {
        padding-left: 20px;
        padding-top: 10px;
        display: block;
    }

    .useroptions .spacing {
        display: block;
        padding: 0px 10px;
    }

    .useroptions .profile {
        margin-top: 5px;
    }

    .useroptions .logout {
        margin-top: 5px;
        padding: 5px 10px;
        border-top: 1px Solid #ccc;
        display: block;
    }

.hp-c-featured-row {
    margin: 0px 7px 10px 18px;
    display: inline-block;
    padding-left: 10px;
}

    .hp-c-featured-row a {
        color: #333;
    }

.hp-c-featured-row-alt {
    margin: 0px 7px 10px 18px;
    display: inline-block;
    padding-left: 10px;
    cursor: pointer;
}

    .hp-c-featured-row-alt a {
        color: #333;
    }

    .hp-c-featured-row-alt .hp-c-featured-item:hover {
        background: #eee;
        cursor: pointer;
    }

.hp-c-featured-row-last {
    margin-bottom: 30px;
}

.hp-c-featured-item {
    height: 164px;
    padding: 0px;
    margin: 0px;
    width: 176px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    float: left;
    background-color: #fff;
    background-image: url('/Images/boxhp-bg-fallback.png');
    background-image: -webkit-gradient(277deg, color-stop(.7, #fff), color-stop(1, #f1f1f1));
    background-image: -webkit-linear-gradient(277deg, #fff 70%, #f1f1f1 100%);
    background-image: -moz-linear-gradient(277deg, #fff 70%, #f1f1f1 100%);
    background-image: -ms-linear-gradient(277deg, #fff 70%, #f1f1f1 100%);
    background-image: -o-linear-gradient(277deg, #fff 70%, #f1f1f1 100%);
}

.hp-c-featured-item-hp {
    height: 154px;
}

.hp-c-featured-item-center {
    margin: 0px 21px;
}

.hp-c-featured-item .img-container {
    padding: 2px;
    border: 1px solid #dadada;
    width: 168px;
}

    .hp-c-featured-item .img-container .img {
        background-image: url('/Images/hp-img-set-c.png');
        display: inline-block;
        height: 69px;
        width: 168px;
    }

    .hp-c-featured-item .img-container .img-e-resources {
        background-image: url('/Images/e-resources-img-set-c.png');
        display: inline-block;
        height: 69px;
        width: 168px;
    }

.hp-c-featured-item:hover .img-container .img-e-resources {
    background-image: url('/Images/e-resources-img-set-c-over.png');
}

    .hp-c-featured-item:hover .img-container .img-e-resources .content {
        display: inline-block;
        height: 69px;
        width: 162px;
        cursor: pointer;
    }

.hp-c-featured-item .header {
    font-size: 15px;
    font-family: 'Tahoma', 'Trebuchet MS';
    padding: 10px 3px 3px 2px;
}

.hp-c-featured-item .sub-header {
    font-size: 14px;
    font-family: 'Tahoma', 'Trebuchet MS';
    padding: 1px 3px 1px 2px;
}

.hp-c-featured-item .header a {
    color: #222;
}

    .hp-c-featured-item .header a:hover {
        color: #777;
    }

.hp-c-featured-item .body {
    width: 176px;
    margin: 0px 0px 5px 2px;
}

    .hp-c-featured-item .body a {
        font-family: Arial;
        font-size: 12px;
        color: #444;
        padding: 3px 5px;
        text-decoration: none;
        display: block;
    }

.hp-c-featured-item .body-reg {
    width: 176px;
    margin: 0px 0px 5px 2px;
}

    .hp-c-featured-item .body-reg a {
        font-family: Arial;
        font-size: 12px;
        color: #049;
        text-decoration: none;
    }

.hp-c-featured-item-hp .body a {
    font-family: Arial;
    font-size: 12px;
    color: #049;
    padding: 3px 0px;
    text-decoration: none;
    display: block;
}

.hp-c-featured-item .body a:hover {
    background-color: #eee;
}

.hp-c-featured-item .link {
    color: #eee;
    text-decoration: none;
    display: inline-block;
}

.hp-c-featured-item .content {
    cursor: default;
    font-size: 12px;
    color: #eee;
    margin: 5px;
    display: none;
    font-family: 'Tahoma', 'Trebuchet MS';
}

.hp-c-featured-img-books {
    background-position: 0px 0px;
}

.hp-c-featured-img-journals {
    background-position: 0px -69px;
}

.hp-c-featured-img-e-resources {
    background-position: 0px -138px;
}

.hp-c-featured-img-teaching-cases {
    background-position: 0px -207px;
}

.hp-c-featured-img-topic-collections {
    background-position: 0px -276px;
}

.hp-c-featured-img-alis-book-series {
    background-position: 0px -345px;
}

.hp-c-featured-img-i1 {
    background-position: 0px 0px;
}

.hp-c-featured-img-i2 {
    background-position: 0px -69px;
}

.hp-c-featured-img-i3 {
    background-position: 0px -138px;
}

.hp-c-featured-img-i4 {
    background-position: 0px -207px;
}

.hp-c-featured-img-i5 {
    background-position: 0px -276px;
}

.hp-c-featured-img-i6 {
    background-position: 0px -345px;
}

.hp-c-featured-img-i7 {
    background-position: 0px -414px;
}

.hp-c-featured-img-i8 {
    background-position: 0px -483px;
}

.hp-c-featured-img-i9 {
    background-position: 0px -552px;
}

.hp-c-featured-img-i10 {
    background-position: 0px -621px;
}

.hp-c-featured-img-i11 {
    background-position: 0px -690px;
}

.letter-spacing-s {
    letter-spacing: -0.08em;
}

.linkcolorln {
    height: 32px;
    width: 7px;
}

.linkcontainerln {
    cursor: pointer;
    width: 167px;
    cursor: pointer;
    height: 32px;
    border-top: Solid 1px #e7e7e7;
    border-bottom: Solid 1px #e7e7e7;
    border-right: Solid 1px #e7e7e7;
    color: #444;
    background-color: #fff;
}

    .linkcontainerln:hover {
        background-color: #f6f6f6;
        color: #000;
    }

.linkln {
    padding-left: 8px;
    font-family: 'Arial';
    font-size: 11px;
}

.headerln {
    font-size: 16px;
    line-height: 13px;
    margin-bottom: 4px;
    color: #1b325c;
}

.headercontainerrn {
    padding: 2px;
    border: 1px Solid #dadada;
    margin-bottom: 2px;
}

.textrn {
    font-size: 11px;
    color: #444;
}

.tophash {
    float: right;
    padding-top: 9px;
}

.testimonialquote {
    color: #555;
    font-size: 48px;
    display: inline-block;
    width: 30px;
    float: left;
    margin: 0px;
    padding: 0px;
    line-height: 40px;
}

.testimonialtext {
    color: #777;
    font-size: 16px;
    font-style: italic;
    display: inline-block;
    width: 460px;
    text-align: left;
    padding: 5px 10px 5px 5px;
    letter-spacing: .05em;
    margin: 15px 0px 20px 0px;
    border-top: 1px Solid #eee;
    border-bottom: 1px Solid #eee;
}

.testimonialby {
    margin-top: 7px;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    float: right;
    text-align: right;
    color: #555;
}

.contentc {
    background-color: #fff;
    padding: 20px 15px 15px 30px;
    display: inline-block;
    border: solid 1px #dadada;
    width: 763px;
}

    .contentc .right {
        float: right;
        width: 585px;
    }

    .contentc .right-l {
        width: 760px;
        float: left;
    }

    .contentc .bottom-space {
        margin-bottom: 7px;
    }

    .contentc .font-14 {
        font-size: 14px;
    }

    .contentc .bottom-space-10 {
        margin-bottom: 10px;
    }

    .contentc .font-small {
        font-size: 11px;
    }

    .contentc .cover-image {
        float: left;
        max-width: 152px;
    }

    .contentc .source {
        margin-bottom: 5px;
    }

    .contentc .sample-pdf {
        display: inline-block;
        margin-right: 5px;
        float: left;
    }

    .contentc .cite {
        display: inline-block;
        margin-right: 5px;
        float: left;
    }

    .contentc .favorite {
        display: inline-block;
        float: left;
        margin-bottom: 15px;
    }

    .contentc .share {
        display: inline-block;
        float: left;
    }

    .contentc .share-chapter {
        min-width: 350px;
    }

    .contentc .share-book {
        min-width: 420px;
    }

    .contentc .share-journal {
        min-width: 410px;
    }

    .contentc .share-article {
        min-width: 350px;
    }

.contentc-full {
    background-color: #fff;
    padding: 20px 15px 20px 30px;
    display: inline-block;
    border: solid 1px #dadada;
    width: 945px;
}

.contentcnav {
    text-align: center;
    color: #666;
    padding: 4px;
    background-color: #888;
    border-left: 1px Solid #dadada;
    border-right: 1px Solid #dadada;
    width: 800px;
}

.contentareac {
    position: relative;
    background-color: #fff;
    padding: 10px 15px 20px 15px;
    margin-bottom: 10px;
    border: 1px solid #dadada;
}

    .contentareac h1 {
        margin: 0px;
        font-family: 'Tahoma', 'Trebuchet MS';
        font-size: 18px;
        font-weight: normal;
    }

    .contentareac .xmlReaderTableContainer {
        width: 581px;
    }

.contentcfeature {
    background: #fff url('/Images/feature-bg.png') repeat-x;
    background-size: 100% 100%;
    padding: 20px 15px 20px 30px;
    display: inline-block;
    width: 763px;
}

.headerdivider {
    height: 1px;
    width: 100%;
    background-color: #dadada;
    margin: 3px 0px 5px 0px;
}

.testimonialdivider {
    height: 1px;
    width: 100%;
    background-color: #e3e3e3;
    margin: 10px 0px 5px 0px;
}

.headerdividergreen {
    height: 3px;
    width: 100%;
    background-color: #8ba29f;
    margin: 3px 0px 5px 0px;
}

.headerdividergray {
    height: 3px;
    width: 100%;
    background-color: #dadada;
    margin: 3px 0px 5px 0px;
}

.affiliateLink a:link {
    color: #36c;
    text-decoration: none;
}

.affiliateLink a:visited {
    color: #36c;
}

.affiliateLink a:hover {
    color: #333;
}

.affiliateLink a:active {
    color: #36c;
}

.inlineblock {
    display: inline-block;
    position: relative;
}

.lnkarea {
    cursor: pointer;
    display: inline-block;
}

    .lnkarea .lnkarealink {
        color: #36c;
    }

    .lnkarea:hover .lnkarealink {
        color: #333;
    }

    .lnkarea a {
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
    }

.imageOverlay {
    font-size: 11px;
    display: inline-block;
    width: 160px;
    border-bottom: dotted 1px #dadada;
    padding: 4px 0px;
    margin-bottom: 0px;
}

.imageOverlayLast {
    border-bottom: 0px;
}

.imageOverlay img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    width: 48px;
}

.imageOverlay .imageOverlayTitle {
    float: right;
    padding-left: 5px;
    width: 105px;
    display: inline-block;
}

.imageOverlayInfoSciImg {
    background-color: Transparent !important;
    border: 0px !important;
    width: 65px !important;
}

.imageOverlay:hover img {
    filter: alpha(opacity=100);
    opacity: 1.0;
}

.imageOverlay a {
    font-family: Arial;
    font-size: 11px;
    color: #36c;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.imageOverlay:hover a {
    color: #333;
}

.image-overlay {
    font-size: 11px;
    display: inline-block;
    width: 100%;
    border-bottom: dotted 1px #dadada;
    padding: 4px 0px;
    margin-bottom: 0px;
}

    .image-overlay img {
        opacity: 0.4;
        filter: alpha(opacity=40);
        background-color: #fff;
    }

    .image-overlay:hover img {
        filter: alpha(opacity=100);
        opacity: 1.0;
    }

.image-overlay-last {
    border-bottom: 0px;
}

.image-overlay-infosci-img {
    background-color: Transparent !important;
    border: 0px !important;
    width: 65px !important;
}

.image-overlay a {
    display: inline-block;
    width: 100%;
    font-family: Arial;
    font-size: 11px;
    color: #36c;
    text-decoration: none;
    cursor: pointer;
}

.image-overlay:hover a {
    color: #333;
}

.textOverlay {
    font-size: 11px;
    display: inline-block;
    border-bottom: dotted 1px #dadada;
    padding: 6px 6px;
    width: 154px;
    margin: 0px -6px;
}

    .textOverlay:hover {
        background-color: #f5f5f5;
    }

.buttongreenc {
    display: inline-block;
    background-color: #8ba29f;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    height: 18px;
    padding-left: 4px;
    text-decoration: none;
}

.buttongreencspace {
    margin-right: 4px;
}

.buttongreenc:hover {
    background-color: #718481;
}

.buttongreentextc {
    display: inline-block;
    line-height: 18px;
    color: #fff;
}

.buttongreentextchover {
    background-color: #718481;
}

.buttongrayc {
    display: inline-block;
    background-color: #ababab;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    height: 18px;
    padding-left: 4px;
    text-decoration: none;
}

    .buttongrayc:hover {
        background-color: #999;
    }

.buttongraytextchover {
    background-color: #ababab;
}

.leftnavcell {
    padding: 0px;
    position: relative;
}

.leftnavcellr {
    padding: 4px 0px;
    width: 13px;
}

.leftnavdiv {
    position: relative;
    z-index: 998;
}

.leftnavtbl {
    width: 175px;
}

    .leftnavtbl tr:hover td {
        background-color: #f3f3f3;
    }

.twtr-hd {
    display: none;
    border-bottom: 0px;
}

.twtr-tweet-wrap {
    padding: 6px 0px !important;
}

.twtr-ft {
    height: 1px;
}

.listitemouter {
    border-bottom: 1px solid #dadada;
}

.listiteminner {
    margin: 0px 0px;
    padding: 13px 0px 17px 0px;
}

    .listiteminner:hover {
        background-color: #f5f5f5;
    }

    .listiteminner .rankbarouter {
        width: 85px;
        height: 4px;
        background-color: #ccc;
        display: block;
        margin-top: 1px;
        margin-bottom: 3px;
        text-align: left;
    }

    .listiteminner .rankbarinner {
        height: 4px;
        background-color: Green;
        border-right: 1px Solid #fff;
        display: block;
    }

    .listiteminner .abstract {
        margin-bottom: 5px;
        color: #555;
        font-style: italic;
    }

    .listiteminner .info {
        margin: 5px 0px;
    }

    .listiteminner .divider {
        margin: 0px 7px;
        color: #777;
    }

.listiteminnersmall {
    padding: 5px 0px;
}

.listitemouteractive {
    background-color: #f5f5f5;
}

.mar-l-4 {
    margin-left: 4px;
}

.fadein {
    position: relative;
    width: 443px;
    min-height: 100px;
}

    .fadein .container {
        position: absolute;
        left: 0;
        top: 0;
    }

.cartConfirmOverview {
    border: 1px solid #bababa;
    width: 175px;
    margin: 1px 0px 0px -65px;
    float: right;
    font-size: 11px;
    position: absolute;
    background-color: #f7f7f7;
    z-index: 100;
}

    .cartConfirmOverview .upper {
        text-align: center;
        display: block;
        padding: 10px;
    }

    .cartConfirmOverview .lower {
        text-align: center;
        display: block;
        padding: 0px 10px 10px 10px;
    }

.headerBox {
    margin-bottom: 12px;
    padding: 12px 7px;
    border: 1px solid #dadada;
    font-size: 11px;
    color: #777;
    background-color: #f7f7f7;
}

.cartHeaderBox {
    margin-bottom: 12px;
    padding: 7px;
    border: 1px solid #dadada;
    font-size: 11px;
    color: #777;
    background-color: #f7f7f7;
}

.tbllnk {
    width: 100%;
}

.tbllnk-inactive {
    width: 100%;
    cursor: default !important;
}

.list-item-link {
    cursor: pointer;
}

    .list-item-link .link-color {
        color: #36c;
    }

    .list-item-link:hover .link-color {
        color: #333;
    }

.loadmore {
    cursor: pointer;
    text-align: center;
    font-size: 16px;
}

.xmlReader {
}

    .xmlReader p {
        font-family: 'Times New Roman';
        font-size: 14px;
    }

    .xmlReader div {
        font-family: 'Times New Roman';
        font-size: 14px;
    }

    .xmlReader span {
        font-family: 'Times New Roman';
        font-size: 14px;
    }

    .xmlReader h1 {
        font-family: Arial !important;
        font-size: 30px !important;
        font-weight: bold !important;
        text-align: center;
        width: 100%;
        display: inline-block;
    }

.xmlReaderAffiliates {
    font-size: 16px !important;
    font-style: italic !important;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.xmlReaderAbstract {
    font-style: italic;
}

.xmlReaderTitle1 {
    font-size: 16px !important;
    font-weight: bold !important;
    font-family: Arial !important;
    text-transform: uppercase !important;
    margin-top: 15px;
}

.xmlReaderTitle2 {
    font-size: 16px !important;
    font-weight: bold !important;
    font-family: Arial !important;
    margin-top: 15px;
}

.xmlReaderTitle3 {
    font-size: 16px !important;
    font-style: italic !important;
    font-family: Arial !important;
}

.xmlReaderUl {
    list-style-type: none;
}

    .xmlReaderUl li p {
        display: inline;
    }

.xmlReaderInlineFormula {
    display: inline-block;
    padding: 0px 4px;
}

    .xmlReaderInlineFormula img {
        margin: 0px !important;
    }

.xmlReaderFig {
    font-style: italic;
    margin-top: 20px;
    display: inline;
}

    .xmlReaderFig p {
        display: inline;
    }

.xmlReaderTableNumber {
    font-style: italic;
    display: inline;
}

.xmlReaderTitle4 {
    font-style: italic;
    display: inline;
}

.xmlReaderPre {
    border: 1px solid #777;
    padding: 5px 10px;
    margin-bottom: 30px;
    overflow: auto;
}

.xmlReaderTocContent {
    margin: 0px 0px 0px -22px;
    padding: 2px 3px;
    font-size: 11px;
    list-style-type: none;
}

    .xmlReaderTocContent a {
        color: #333;
    }

    .xmlReaderTocContent:hover {
        background-color: #edf8fd;
    }

.xmlReaderHover {
    color: #555;
}

    .xmlReaderHover:hover {
        background-color: #edf8fd;
    }

.xmlReaderTocTitle1 {
    margin: 3px 0px 0px 7px;
    padding: 2px 3px 2px 0px;
    font-size: 11px;
    list-style-type: disc;
}

    .xmlReaderTocTitle1 a {
        color: #494949;
        margin-left: -5px;
    }

.xmlReaderTocTitle2 {
    margin: 0px 0px 0px 20px;
    padding: 2px 3px;
    font-size: 11px;
    list-style-type: circle;
}

    .xmlReaderTocTitle2 a {
        color: #595959;
        margin-left: -5px;
    }

    .xmlReaderTocTitle2:hover {
        background-color: #edf8fd;
    }

.xmlReaderTocTitle3 {
    margin: 0px 0px 0px 10px;
    padding: 2px 3px;
    font-size: 11px;
    color: #777;
    list-style-type: circle;
}

    .xmlReaderTocTitle3 a {
        color: #777;
        margin-left: -5px;
    }

    .xmlReaderTocTitle3:hover {
        background-color: #edf8fd;
    }

.xmlReaderTable {
    margin: 10px 0px 30px 0px;
    width: 100%;
}

.xmlReaderTableContainer {
    overflow: auto;
    width: 773px;
}

.xmlReaderTop {
    font-family: Arial;
    font-size: 12px;
    color: #36c;
    text-decoration: none;
    font-weight: normal;
    text-transform: capitalize;
}

    .xmlReaderTop:hover {
        color: #333;
    }

.xmlReaderUl .xmlReaderTableContainer {
    width: 753px;
}

.xmlReaderSampleContentNotice {
    width: 773px;
    overflow: auto;
}

    .xmlReaderSampleContentNotice > div {
        width: 70%;
        margin: 30px auto;
        border: 1px solid black;
        padding: 10px;
        text-align: center;
    }

    .xmlReaderSampleContentNotice p {
    }

.pdfReaderTocTitle1 {
    font-size: 11px;
    list-style-type: none;
    padding: 3px 3px;
    margin: 1px -10px 1px -22px;
    cursor: default;
    display: inline-block;
    color: #444;
}

    .pdfReaderTocTitle1 a {
        color: #444;
        cursor: pointer;
        text-decoration: none;
    }

    .pdfReaderTocTitle1 span {
        display: inline-block;
        width: 90%;
        margin-left: 3px;
        float: right;
    }

    .pdfReaderTocTitle1:hover {
        background-color: #edf8fd;
    }

.pdfReaderTocTitleHeader {
    margin: 0px 0px 3px -3px;
    font-style: italic;
    font-size: 11px;
    padding: 3px 3px;
}

    .pdfReaderTocTitleHeader a {
        color: #444;
    }

    .pdfReaderTocTitleHeader:hover {
        background-color: #edf8fd;
    }

.view-full-text-outer {
    height: 40px;
    padding: 3px 0px;
    border: 1px solid #e7e7e7;
    background-color: #f7f7f7;
    display: inline-block;
    cursor: pointer;
}

.view-full-text-html-icon {
    background: url('/Images/view-full-text.png') 100% 100% no-repeat;
    width: 34px;
    height: 40px;
    display: inline-block;
    margin-left: 10px;
}

.view-full-text-pdf-icon {
    background: url('/Images/view-full-text.png') no-repeat;
    width: 34px;
    height: 40px;
    display: inline-block;
    margin-left: 10px;
}

.view-full-text-inner {
    font-size: 20px;
    color: #e17009;
    font-weight: bold;
    vertical-align: top;
    padding: 8px 35px 0px 15px;
    display: inline-block;
}

.feature-box-link {
    background: #f7f7f7 url('/Images/featurebox.png') 100% 0% no-repeat;
    padding: 10px 15px;
    float: right;
    margin: 0px 0px 10px 15px;
    width: 130px;
    cursor: pointer;
}

    .feature-box-link .text {
        font-size: 16px;
        float: right;
        color: #333;
        padding-left: 15px;
        display: inline-block;
    }

.img-bg-red-icons {
    width: 50px;
    height: 40px;
    display: inline-block;
    background-image: url('/Images/red-icon-set.png');
    background-repeat: no-repeat;
}

.img-bg-gray-icons {
    width: 50px;
    height: 40px;
    display: inline-block;
    background-image: url('/Images/gray-icon-set.png');
    background-repeat: no-repeat;
}

.img-gears {
    background-position: 0px 0px;
}

.img-notepad {
    background-position: -50px 0px;
}

.img-medical {
    background-position: 0px -40px;
}

.img-hand-e {
    background-position: -50px -40px;
}

.img-book {
    background-position: 0px -80px;
}

.img-signal {
    background-position: -50px -80px;
}

.img-question-bubble {
    background-position: 0px -120px;
}

.img-hand-book {
    background-position: -50px -120px;
}

.img-hand-paper {
    background-position: 0px -160px;
}

.img-book-mag-glass {
    background-position: -50px -160px;
}

.round-box-link {
    background: #f3f3f3;
    padding: 0px 10px;
    float: right;
    margin: 0px 0px 10px 15px;
    cursor: pointer;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 1px solid #dadada;
}

    .round-box-link .text {
        font-size: 13px;
        color: #333;
        padding: 12px 12px 0px 7px;
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
    }

.r-nav-bg-border {
    display: inline-block;
    padding: 2px;
    margin-bottom: 2px;
    border: 1px solid #f5f5f5;
    -moz-box-shadow: 0px 2px 3px 0px #ddd;
    -webkit-box-shadow: 0px 2px 3px 0px #ddd;
    box-shadow: 0px 2px 3px 0px #ddd;
}

.r-nav-bg {
    width: 162px;
    height: 35px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    border: 1px solid #e5e5e5;
}

.shadow-box-bg-border {
    display: inline-block;
    width: 100%;
    margin: 10px 0px 20px 0px;
}

    .shadow-box-bg-border .outer {
        padding: 2px;
        margin-bottom: 2px;
        border: 1px solid #f5f5f5;
        -moz-box-shadow: 0px 2px 3px 0px #ddd;
        -webkit-box-shadow: 0px 2px 3px 0px #ddd;
        box-shadow: 0px 2px 3px 0px #ddd;
    }

    .shadow-box-bg-border .inner {
        height: 50px;
        background-color: #333;
        border: 1px solid #e5e5e5;
    }

    .shadow-box-bg-border .text {
        display: inline-block;
        width: 100%;
        text-align: center;
        color: #f7f7f7;
        font-family: 'Open Sans Condensed', 'Trebuchet MS', 'Tahoma';
        font-size: 32px;
        /*margin-top: 2px;*/
        cursor: pointer;
    }

.right-nav-button-grad {
    background-color: #e1e1e1;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.0, #e7e7e7), color-stop(.50, #eee), color-stop(1, #e7e7e7));
    background-image: -webkit-linear-gradient(top, #e7e7e7 0%, #eee 50%, #e7e7e7 100%);
    background-image: -moz-linear-gradient(top, #e7e7e7 0%, #eee 50%, #e7e7e7 100%);
    background-image: -ms-linear-gradient(top, #e7e7e7 0%, #eee 50%, #e7e7e7 100%);
    background-image: -o-linear-gradient(top, #e7e7e7 0%, #eee 50%, #e7e7e7 100%);
}

.right-nav-button-grad-blue {
    background-color: #5a82ad;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.0, #5a82ad), color-stop(.50, #5a8ab5), color-stop(1, #5a82ad));
    background-image: -webkit-linear-gradient(top, #5a82ad 0%, #5a8ab5 50%, #5a82ad 100%);
    background-image: -moz-linear-gradient(top, #5a82ad 0%, #5a8ab5 50%, #5a82ad 100%);
    background-image: -ms-linear-gradient(top, #5a82ad 0%, #5a8ab5 50%, #5a82ad 100%);
    background-image: -o-linear-gradient(top, #5a82ad 0%, #5a8ab5 50%, #5a82ad 100%);
}

.right-nav-button-grad-gray {
    background-color: #333;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.0, #292929), color-stop(.50, #313131), color-stop(1, #292929));
    background-image: -webkit-linear-gradient(top, #292929 0%, #313131 50%, #292929 100%);
    background-image: -moz-linear-gradient(top, #292929 0%, #313131 50%, #292929 100%);
    background-image: -ms-linear-gradient(top, #292929 0%, #313131 50%, #292929 100%);
    background-image: -o-linear-gradient(top, #292929 0%, #313131 50%, #292929 100%);
}

.r-nav-bg:hover {
    background: #222;
}

.r-nav-bg .text {
    font-family: 'Tahoma', 'Trebuchet MS';
    font-size: 16px;
    padding: 8px 0px 0px 12px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.right-nav-button-grad .text {
    color: #111;
}

.right-nav-button-grad-blue .text {
    color: #f7f7f7;
}

.right-nav-button-grad-gray .text {
    color: #f7f7f7;
    font-size: 14px;
    padding: 9px 0px 0px 12px;
}

.r-nav-bg .img-s {
    float: right;
    padding: 2px 2px 0px 0px;
}

.r-nav-bg .text .small {
    letter-spacing: -0.08em;
}

.r-nav-bg .details {
    font-family: 'Tahoma', 'Trebuchet MS';
    font-size: 12px;
    color: #eee;
    padding: 3px 0px 0px 8px;
    display: none;
}

.r-nav-bg:hover .text {
    display: none;
}

.r-nav-bg:hover .img-s {
    display: none;
}

.r-nav-bg:hover .details {
    display: inline-block;
    position: absolute;
    z-index: 2;
}

.r-nav-bg:hover .img-bg-blue-gray-icons {
    background-image: none;
}

.img-bg-blue-gray-icons {
    width: 75px;
    height: 37px;
    display: inline-block;
    background-image: url('/Images/r-nav-sp-l.png');
    background-repeat: no-repeat;
    z-index: 1;
    position: absolute;
    top: 0px;
    right: 0px;
}

.img-bg-blue-gray-icons-full {
    width: 75px;
    height: 54px;
    display: inline-block;
    background-image: url('/Images/r-nav-sp-l.png');
    background-repeat: no-repeat;
    float: left;
}

.img-blue-gray-rss {
    background-position: 0px -15px;
}

.img-blue-gray-book {
    background-position: 5px -78px;
}

.img-blue-gray-person-book {
    background-position: 5px -138px;
}

.img-blue-gray-infosci {
    background-position: 8px -204px;
}

.img-blue-gray-monitor {
    background-position: 8px -264px;
}

.img-blue-gray-books {
    background-position: 12px -323px;
}

.img-blue-gray-book-outline {
    background-position: 12px -398px;
}

.img-blue-gray-video {
    background-position: 0px -468px;
}

.feature-box-link:hover {
    background: #eee;
}

.list-box-medium {
    display: inline-block;
    width: 390px;
    height: 48px;
    background-repeat: no-repeat;
    color: #333;
    cursor: pointer;
}

    .list-box-medium:hover {
        background-image: url('/Images/list-button-bg-medium.png');
    }

    .list-box-medium .inner {
        padding: 4px 5px 4px 15px;
        display: inline-block;
        height: 40px;
        font-size: 16px;
    }

        .list-box-medium .inner .text {
            vertical-align: top;
            display: inline-block;
            padding-top: 10px;
            margin-left: 10px;
        }

.list-box {
    display: inline-block;
    width: 288px;
    height: 48px;
    background-repeat: no-repeat;
    color: #333;
    cursor: pointer;
    background-image: url('/Images/list-button-bg-light.png');
}

    .list-box:hover {
        background-image: url('/Images/list-button-bg.png');
    }

.list-box-space {
    margin-right: 12px;
}

.list-box .inner {
    padding: 4px 5px 4px 15px;
    display: inline-block;
    height: 40px;
    font-size: 16px;
}

    .list-box .inner .text-one {
        vertical-align: top;
        display: inline-block;
        padding-top: 10px;
        margin-left: 10px;
    }

    .list-box .inner .text-two {
        vertical-align: top;
        display: inline-block;
        padding-top: 1px;
        margin-left: 10px;
    }

    .list-box .inner .text-small {
        letter-spacing: -0.08em;
    }

.list-box-260 {
    display: inline-block;
    width: 260px;
    height: 48px;
    background-repeat: no-repeat;
    color: #333;
    cursor: pointer;
    background-image: url('/Images/list-button-bg-260.png');
}

    .list-box-260 .inner {
        padding: 4px 5px 4px 15px;
        display: inline-block;
        height: 40px;
        font-size: 16px;
    }

        .list-box-260 .inner .text-one {
            vertical-align: top;
            display: inline-block;
            padding-top: 10px;
            margin-left: 10px;
        }

        .list-box-260 .inner .text-two {
            vertical-align: top;
            display: inline-block;
            padding-top: 1px;
            margin-left: 10px;
        }

        .list-box-260 .inner .text-small {
            letter-spacing: -0.08em;
        }

.notification-outer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: solid 1px #333;
    height: 55px;
    z-index: 999;
    opacity: .95;
    filter: Alpha(Opacity=95);
    text-align: center;
    display: none;
}

.notification-inner {
    padding-top: 5px;
    font-size: 20px;
    font-weight: bold;
}

.notification-close {
    padding: 3px 0px;
    font-size: 11px;
    color: #999;
    cursor: pointer;
}

.notification-sub-outer {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-bottom: solid 1px #777;
    z-index: 999;
    opacity: .95;
    filter: Alpha(Opacity=95);
    text-align: center;
    display: none;
}

.notification-sub-inner {
    width: 990px;
    margin: 0px auto;
    padding: 10px 0px 7px 0px;
    font-size: 20px;
    font-weight: bold;
}

.notification-sub-close {
    padding-bottom: 10px;
    font-size: 11px;
    color: #999;
    cursor: pointer;
}

.toc-nav {
    font-size: 11px;
}

    .toc-nav a {
        display: inline-block;
        width: 100%;
        color: #333;
    }

        .toc-nav a:hover {
            background-color: #edf8fd;
        }

    .toc-nav .source {
        font-style: italic;
    }

    .toc-nav .li {
        display: inline-block;
        cursor: pointer;
    }

        .toc-nav .li:hover {
        }

        .toc-nav .li span {
            cursor: pointer;
        }

        .toc-nav .li.current {
            cursor: default;
            font-weight: bold;
        }

            .toc-nav .li.current span {
                cursor: default;
            }

        .toc-nav .li .f-l {
            float: left;
            display: inline;
            padding-right: 3px;
        }

        .toc-nav .li .f-r {
            float: left;
            display: inline;
        }

    .toc-nav .title1 {
        padding: 4px 3px 4px 6px;
        width: 90%;
    }

        .toc-nav .title1 .f-r {
            width: 90%;
        }

    .toc-nav .title2 {
        padding: 4px 3px 4px 18px;
        width: 90%;
    }

        .toc-nav .title2 .f-l {
            font-weight: bold;
        }

        .toc-nav .title2 .f-r {
            width: 90%;
        }

    .toc-nav .title3 {
        padding: 4px 3px 4px 24px;
        width: 90%;
    }

        .toc-nav .title3 .f-l {
            line-height: 18px;
            height: 14px;
        }

        .toc-nav .title3 .f-r {
            width: 90%;
            color: #444;
        }

.updates-nav-r {
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    font-family: 'Tahoma', 'Trebuchet MS';
    margin: 4px 0px 7px 0px;
    background-color: #fff;
}

    .updates-nav-r .header {
        font-size: 14px;
        color: #555;
        padding: 8px 0px 8px 12px;
        background-repeat: no-repeat;
        background-color: #fcfcfc;
        background-image: url('/Images/rightheader-bg-fallback.png');
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.5, #f0f0f0), color-stop(1, #fcfcfc));
        background-image: -webkit-linear-gradient(top, #f0f0f0 50%, #fcfcfc 100%);
        background-image: -moz-linear-gradient(top, #f0f0f0 50%, #fcfcfc 100%);
        background-image: -ms-linear-gradient(top, #f0f0f0 50%, #fcfcfc 100%);
        background-image: -o-linear-gradient(top, #f0f0f0 50%, #fcfcfc 100%);
    }

        .updates-nav-r .header .link {
            font-size: 10px;
            padding: 3px 5px 0px 3px;
            display: inline-block;
            color: #777;
        }

    .updates-nav-r .date {
        margin: 5px 0px -2px 10px;
        font-size: 10px;
        font-style: italic;
        color: #999;
    }

    .updates-nav-r .item {
        width: 153px;
        color: #555;
    }

    .updates-nav-r .arrow {
        position: relative;
        top: 5px;
    }

.shadow {
    margin: 10px 0px;
    background-color: #ddd;
    -moz-box-shadow: 0px 0px 10px 3px #ddd;
    -webkit-box-shadow: 0px 0px 10px 3px #ddd;
    box-shadow: 0px 0px 10px 3px #ddd;
    border: 1px solid #ddd;
    width: 990px;
}

    .shadow .content {
        position: relative;
        padding: 0px;
        background-color: #fff;
        width: 990px;
    }

.shadow-bottom {
    -moz-box-shadow: 0px 3px 6px 1px #ccc;
    -webkit-box-shadow: 0px 3px 6px 1px #ccc;
    box-shadow: 0px 3px 6px 1px #ccc;
}

.shadow-small {
    -moz-box-shadow: 0px -1px 6px 1px #ddd;
    -webkit-box-shadow: 0px -1px 6px 1px #ddd;
    box-shadow: 0px -1px 6px 1px #ddd;
}

.feature-tabs {
    width: 990px;
    text-align: center;
    font-size: 14px;
}

    .feature-tabs .tab {
        background-color: #333;
        width: 197px;
        display: inline-block;
        color: #eee;
        border-left: 1px solid #111;
        cursor: pointer;
        float: left;
        -moz-box-shadow: 1px 3px 5px 1px #222 inset;
        -webkit-box-shadow: 1px 3px 5px 1px #222 inset;
        box-shadow: 1px 3px 5px 1px #222 inset;
    }

        .feature-tabs .tab:hover {
            background-color: #171717;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .feature-tabs .tab .text {
            padding: 5px 0px;
            font-family: 'Tahoma', 'Trebuchet MS';
        }

    .feature-tabs .tab-active {
        background-color: #fff;
        width: 198px;
        display: inline-block;
        float: left;
        cursor: default;
        -moz-box-shadow: 0px 5px 6px 0px #ccc;
        -webkit-box-shadow: 0px 5px 6px 0px #ccc;
        box-shadow: 0px 5px 6px 0px #ccc;
        border-bottom: 1px solid #ccc;
    }

        .feature-tabs .tab-active .text {
            padding: 5px 0px;
            font-size: 18px;
            font-family: 'Tahoma', 'Trebuchet MS';
        }

.fb {
    width: 32px;
    height: 32px;
    background: url('/Images/generic-img-set.png') -0px -0px no-repeat;
    display: inline-block;
    cursor: pointer;
}

.tw {
    width: 32px;
    height: 32px;
    background: url('/Images/generic-img-set.png') -0px -32px no-repeat;
    display: inline-block;
    cursor: pointer;
}

.current-promotions {
    margin: 7px 0px 5px 18px;
    display: inline-block;
    font-size: 11px;
    padding: 0px;
}

    .current-promotions .header {
        display: inline-block;
        height: 15px;
        vertical-align: top;
    }

    .current-promotions .item {
        cursor: default;
        padding: 0px 0px 0px 10px;
        text-align: left;
        display: inline-block;
    }

    .current-promotions .img {
        padding: 1px 4px 0px 0px;
        display: inline-block;
        height: 15px;
    }

.proceed-to-checkout {
    width: 167px;
    height: 58px;
    background: url('/Images/button-set-1.png') -0px -0px no-repeat;
    display: inline-block;
    cursor: pointer;
}

.continue-shopping {
    width: 110px;
    height: 58px;
    background: url('/Images/button-set-1.png') -0px -58px no-repeat;
    display: inline-block;
    cursor: pointer;
}

.view-details {
    width: 85px;
    height: 18px;
    background: url('/Images/button-set-2.png') -0px -72px no-repeat;
    display: inline-block;
    cursor: pointer;
}

    .view-details:hover {
        background-position: 0px -90px;
    }

.search-button {
    width: 69px;
    height: 18px;
    background: url('/Images/button-set-2.png') -0px -108px no-repeat;
    display: inline-block;
    cursor: pointer;
}

    .search-button:hover {
        background-position: 0px -126px;
    }

.sample-pdf-button {
    display: inline-block;
    width: 93px;
    height: 18px;
    cursor: pointer;
    background: url('/Images/button-set-2.png') no-repeat 0px -144px;
}

    .sample-pdf-button:hover {
        background-position: 0px -162px;
    }

.checkout-set {
    width: 167px;
    height: 58px;
    background: url('/Images/checkout-set.png') no-repeat;
    display: inline-block;
    cursor: pointer;
}

.checkout-set-checkout {
    background-position: -0px -0px;
}

.checkout-set-payment-information {
    background-position: -0px -58px;
}

.checkout-set-review-order {
    background-position: -0px -116px;
}

.checkout-set-place-order {
    background-position: -0px -174px;
}

.continue-submit-set {
    width: 167px;
    height: 58px;
    background: url('/Images/continue-submit-set.png') no-repeat;
    display: block;
    cursor: pointer;
}

.continue-submit-set-continue {
    background-position: -0px -0px;
}

.continue-submit-set-submit {
    background-position: -0px -58px;
}

.e-resources-feature {
    background: #000 url('/Images/e-resources-bg.png') 450px 100% no-repeat;
    width: 986px;
    min-height: 282px;
    border: 1px solid #777;
    position: relative;
}

    .e-resources-feature .outer {
        padding: 23px 0px 0px 20px;
    }

    .e-resources-feature .icon {
        float: left;
        width: 110px;
        height: 60px;
        display: inline-block;
        padding-top: 12px;
    }

    .e-resources-feature .header-s {
        color: #eee;
        font-size: 22px;
        font-family: 'Open Sans Condensed', sans-serif;
        line-height: 12px;
        margin-left: 120px;
    }

    .e-resources-feature .header-m {
        color: #fff;
        font-size: 50px;
        font-family: 'Open Sans Condensed', sans-serif;
        line-height: 50px;
        margin-left: 120px;
        margin-top: 13px;
    }

    .e-resources-feature .header-m-alt {
        color: #fff;
        font-size: 40px;
        font-family: 'Open Sans Condensed', sans-serif;
        line-height: 50px;
        margin-left: 120px;
        margin-top: -3px;
    }

    .e-resources-feature .header-m-alt-100 {
        color: #fff;
        font-size: 50px;
        font-family: 'Open Sans Condensed', sans-serif;
        line-height: 50px;
        margin-left: 100px;
        margin-top: -3px;
    }

    .e-resources-feature .header-m2-alt {
        color: #fff;
        font-size: 46px;
        font-family: 'Open Sans Condensed', sans-serif;
        line-height: 50px;
        margin: 4px 0px 5px 120px;
    }

    .e-resources-feature .header-s-alt {
        color: #eee;
        font-size: 18px;
        font-family: 'Open Sans Condensed', sans-serif;
        line-height: 12px;
        margin-left: 120px;
    }

    .e-resources-feature .header-l {
        color: #fff;
        font-size: 56px;
        font-family: 'Open Sans Condensed', sans-serif;
        line-height: 56px;
        margin-left: 120px;
        margin-top: 5px;
    }

    .e-resources-feature .header-s-100 {
        color: #eee;
        font-size: 22px;
        font-family: 'Open Sans Condensed', sans-serif;
        line-height: 12px;
        margin-left: 100px;
    }

.reg {
    display: inline-block;
    font-size: 10px;
    vertical-align: top;
    margin: 7px 0 0 1px;
}

.e-resources-feature .header-s .reg {
    line-height: 24px;
}

.e-resources-feature .header-s-100 .reg {
    line-height: 24px;
}

.e-resources-feature .header-m .reg {
    line-height: 30px;
}

.e-resources-feature .header-m-alt .reg {
    line-height: 50px;
}

.e-resources-feature .header-m-alt-100 .reg {
    line-height: 50px;
}

.e-resources-feature .header-m2-alt .reg {
    line-height: 50px;
}

.e-resources-feature .header-l .reg {
    line-height: 56px;
}

.e-resources-feature .desc {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 32px;
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 30px 0px 0px 20px;
}

.e-resources-feature .desc-s {
    color: #fff;
    font-size: 24px;
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 30px 0px 0px 20px;
}

.e-resources-feature .issn {
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 10px 0px 0px 20px;
}

.e-resources-feature .social-networking {
    position: absolute;
    right: 20px;
    bottom: 15px;
    opacity: .5;
    filter: alpha(opacity=50);
}

.e-resources-feature .free-access {
    position: absolute;
    right: 20px;
    bottom: 15px;
}

.e-resources-feature .social-networking:hover {
    opacity: 1;
}

.e-resources-hash-nav {
    width: 986px;
    border: 1px solid #ddd;
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
    background-repeat: repeat-x;
    background-color: #eee;
    background-image: url('/Images/e-resources-nav-fallback.png');
    background-image: -webkit-linear-gradient(top, #ccc 0%, #fcfcfc 40%, #fcfcfc 60%, #ccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.0, #ccc), color-stop(.4, #fcfcfc), color-stop(.6, #fcfcfc), color-stop(1, #ccc));
    background-image: -webkit-linear-gradient(top, #ccc 0%, #fcfcfc 40%, #fcfcfc 60%, #ccc 100%);
    background-image: -moz-linear-gradient(top, #ccc 0%, #fcfcfc 40%, #fcfcfc 60%, #ccc 100%);
    background-image: -ms-linear-gradient(top, #ccc 0%, #fcfcfc 40%, #fcfcfc 60%, #ccc 100%);
    background-image: -o-linear-gradient(top, #ccc 0%, #fcfcfc 40%, #fcfcfc 60%, #ccc 100%);
}

    .e-resources-hash-nav .item {
        padding: 11px 22px;
        font-family: 'Tahoma', 'Trebuchet MS';
        font-size: 12px;
        display: inline-block;
        vertical-align: top;
    }

.e-resources-hash-nav-p1 .item {
    padding: 11px 30px;
}

.e-resources-hash-nav-p2 .item {
    padding: 11px 42px;
}

.e-resources-hash-nav-p3 .item {
    padding: 11px 80px;
}

.e-resources-hash-nav-p4 .item {
    padding: 11px 57px;
}

.e-resources-hash-nav a {
    color: #333;
}

    .e-resources-hash-nav a:hover {
        color: #777;
    }

.e-resources-hash-nav .divider {
    width: 2px;
    height: 37px;
    background-color: #ccc;
    display: inline-block;
}

.topic-collection-tc-box {
    background-color: #e48100;
    margin-top: 7px;
    padding: 3px 10px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.topic-collection-r {
    border: 1px solid #eee;
    margin-top: 5px;
}

    .topic-collection-r .img {
        background: url('/Images/topic-collection-new-release-r-n.png') no-repeat;
        display: inline-block;
        width: 168px;
        height: 226px;
        cursor: pointer;
    }

    .topic-collection-r .text {
        display: inline-block;
        width: 158px;
        padding: 0px 5px 8px 5px;
        cursor: pointer;
        color: #333;
        text-align: center;
        font-size: 18px;
        font-family: 'Open Sans Condensed', sans-serif;
    }

    .topic-collection-r .topic-collection-tc-box {
        display: inline-block;
        width: 128px;
        background-color: #e48100;
        margin: 0px 10px 5px 10px;
        padding: 3px 10px;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

.e-content-pro-r {
    display: block;
    margin-top: 5px;
    background: url('/Images/e-content-pro-banner-263.png') no-repeat;
    background-size: cover;
    width: 100%;
    background-size: 100% auto;
    cursor: pointer;
    height: 520px;
}

.img-list-link {
    display: block;
    cursor: pointer;
}

    .img-list-link a {
        color: #333;
        cursor: pointer;
    }

    .img-list-link:hover {
        background-color: #f3f3f3;
    }

    .img-list-link .img-list-link-header {
        font-size: 16px;
    }

    .img-list-link .additional {
        margin-top: 4px;
        font-style: italic;
        display: block;
    }

.newsroom-categories {
    float: left;
    width: 100%;
    color: #ccc;
    margin-left: 10px;
    margin-bottom: -1px;
    position: relative;
}

    .newsroom-categories .link {
        display: inline-block;
        font-size: 14px;
        padding: 4px 15px;
    }

    .newsroom-categories .active {
        background-color: #6a6a6a;
        color: #fff;
    }

    .newsroom-categories .tab {
        display: inline-block;
        margin-top: 2px;
        text-align: center;
        background-color: #333;
        width: 135px;
        display: inline-block;
        color: #eee;
        border-left: 1px solid #111;
        border-top: 1px solid #111;
        cursor: pointer;
        float: left;
        -moz-box-shadow: 1px 3px 5px 1px #222 inset;
        -webkit-box-shadow: 1px 3px 5px 1px #222 inset;
        box-shadow: 1px 3px 5px 1px #222 inset;
    }

        .newsroom-categories .tab:hover {
            background-color: #171717;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .newsroom-categories .tab .text {
            display: inline-block;
            padding: 5px 0px;
            font-family: 'Tahoma', 'Trebuchet MS';
        }

    .newsroom-categories .tab-active {
        display: inline-block;
        text-align: center;
        background-color: #fff;
        width: 135px;
        display: inline-block;
        float: left;
        cursor: pointer;
        border-top: 1px solid #bbb;
        border-right: 1px solid #bbb;
        border-left: 1px solid #bbb;
        -moz-box-shadow: 0px -4px 6px -2px #bbb;
        -webkit-box-shadow: 0px -4px 6px -2px #bbb;
        box-shadow: 0px -4px 6px -2px #bbb;
    }

        .newsroom-categories .tab-active .text {
            display: inline-block;
            padding: 6px 0px;
            font-family: 'Tahoma', 'Trebuchet MS';
            color: #333;
        }

.newsroom-main-post-featured {
    display: inline-block;
    padding: 30px 20px 35px 20px;
    width: 100%;
    background-image: -webkit-linear-gradient(263deg, white 70%, #e9e9e9 100%);
}

    .newsroom-main-post-featured:hover {
        background: #f1f1f1;
    }

    .newsroom-main-post-featured .excerpt-image {
        display: inline-block;
        float: left;
        width: 100px;
        margin-right: 20px;
    }

        .newsroom-main-post-featured .excerpt-image img {
            width: 100px;
        }

    .newsroom-main-post-featured .newsroom-container {
    }

    .newsroom-main-post-featured .newsroom-container-s {
        width: 461px;
    }

    .newsroom-main-post-featured .newsroom-container .title {
        display: inline-block;
        width: 100%;
        font-size: 22px;
        color: #111;
        margin-bottom: 5px;
        margin-top: -4px;
    }

    .newsroom-main-post-featured .newsroom-container .publish-date {
        float: right;
        color: #a00000;
        font-size: 10px;
        padding-top: 10px;
    }

    .newsroom-main-post-featured .newsroom-container .excerpt {
        color: #333;
        display: inline-block;
        font-size: 14px;
    }

.newsroom-main-post-item {
    display: inline-block;
    padding: 20px 20px 25px 20px;
    width: 100%;
    background-image: -webkit-linear-gradient(top, #fff 95%, #fafafa 100%);
}

    .newsroom-main-post-item:hover {
        background: #f1f1f1;
    }

    .newsroom-main-post-item .excerpt-image {
        display: inline-block;
        float: left;
        width: 100px;
        margin-right: 20px;
    }

        .newsroom-main-post-item .excerpt-image img {
            width: 100px;
        }

    .newsroom-main-post-item .newsroom-container {
    }

    .newsroom-main-post-item .newsroom-container-s {
        width: 461px;
    }

    .newsroom-main-post-item .newsroom-container .title {
        display: inline-block;
        width: 100%;
        font-size: 18px;
        color: #111;
        margin-bottom: 5px;
    }

    .newsroom-main-post-item .newsroom-container .publish-date {
        float: right;
        display: inline-block;
        color: #a00000;
        font-size: 10px;
        padding: 8px 0px 0px 5px;
    }

    .newsroom-main-post-item .newsroom-container .excerpt {
        display: inline-block;
        color: #333;
    }

.newsroom-tags {
    display: inline-block;
}

.newsroom-tag {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    padding: 1px 6px;
    color: #ccc;
    border: 1px solid #ccc;
    margin-right: 5px;
    box-shadow: 1px 2px 7px 0px #ccc;
}

    .newsroom-tag .text {
        color: #6a6a6a;
        font-size: 11px;
    }

    .newsroom-tag:hover {
        background-color: #6a6a6a;
    }

        .newsroom-tag:hover .text {
            color: #fff;
        }

.newsroom-search-box {
    border-bottom: 1px solid #eee;
    background-color: #f7f7f7;
    background-image: -webkit-linear-gradient(top, #fff 75%, #f5f5f5 100%);
}

.newsroom-search-box-show {
    display: inline-block;
}

.newsroom-search-box-hide {
    display: none;
}

.newsroom-comment-list-item-inactive {
    padding: 10px 5px;
}

    .newsroom-comment-list-item-inactive .reply {
        display: none;
    }

.newsroom-comment-list-item {
    width: 571px;
    padding: 10px 5px;
}

    .newsroom-comment-list-item:hover {
        background-color: #f1f1f1;
        background-image: -webkit-linear-gradient(top, #fafafa 75%, #eee 100%);
    }

        .newsroom-comment-list-item:hover .reply {
            display: inline-block;
        }

    .newsroom-comment-list-item .comment {
        display: inline-block;
        width: 450px;
    }

    .newsroom-comment-list-item .reply {
        display: none;
        width: 75px;
        float: right;
        text-align: right;
    }

.newsroom-comment-list-item-reply-active {
    padding: 10px 5px;
    background-color: #f1f1f1;
    background-image: -webkit-linear-gradient(top, #f9f9f9 75%, #eee 100%);
}

    .newsroom-comment-list-item-reply-active .reply {
        display: none;
    }

.newsroom-comment-list-item-indent {
    width: 541px;
    margin-left: 30px;
}

.newsroom-comment-list-item-reply-active textarea {
    color: #555;
    font-family: Arial;
    height: 70px;
    width: 551px;
}

.newsroom-comment-list-item-indent textarea {
    color: #555;
    font-family: Arial;
    height: 70px;
    width: 521px;
}

.show-comment-active {
    margin-left: 3px;
    cursor: pointer;
    color: #36c;
}

.show-comment-inactive {
    display: none;
}

.newsroom-cbl input {
    margin: 1px 5px 0px 0px;
    height: 13px;
    padding: 0px;
    vertical-align: top;
    display: inline-block;
}

.newsroom-cbl label {
    display: inline-table;
    vertical-align: top;
    height: 13px;
    font-weight: normal;
}

.newsroom-cbl {
    width: 100%;
    border-spacing: 0px;
}

    .newsroom-cbl td {
        width: 50%;
    }

.newsroom-featured-post {
    display: inline-block;
    width: 100%;
    margin: 90px 0px 30px 0px;
}

    .newsroom-featured-post .excerpt-image {
        display: inline-block;
        float: right;
        width: 100px;
        margin-left: 15px;
        padding-top: 4px;
    }

        .newsroom-featured-post .excerpt-image img {
            max-width: 100px;
        }

.img-f-l {
    float: left;
    margin: 0px 15px 15px 0px;
    max-width: 100%;
}

.img-f-r {
    float: right;
    margin: 0px 0px 15px 15px;
    max-width: 100%;
}

.img-p-b {
    padding: 10px;
    background-color: #f7f7f7;
    border: 1px solid #dadada;
}

.list-item-toggle {
    display: inline-block;
    float: left;
    vertical-align: top;
    padding: 0px 7px 0px 13px;
    cursor: pointer;
    width: 170px;
}

    .list-item-toggle:hover {
        background: url('/Images/toggle-bg-over.png') 0px 32px no-repeat;
        position: absolute;
        width: 175px;
        height: 330px;
        z-index: 800;
    }

        .list-item-toggle:hover .list-item-toggle-over {
            display: inline-block;
        }

    .list-item-toggle .list-item-toggle-over {
        display: none;
    }

.list-item-toggle-s {
    display: inline-block;
    float: left;
    vertical-align: top;
    padding: 0px 7px 0px 13px;
    cursor: pointer;
    width: 170px;
}

    .list-item-toggle-s:hover {
        background: url('/Images/toggle-bg-over-s.png') 0px 0px no-repeat;
        position: absolute;
        width: 175px;
        height: 221px;
        z-index: 800;
    }

        .list-item-toggle-s:hover .list-item-toggle-over {
            display: inline-block;
        }

    .list-item-toggle-s .list-item-toggle-over {
        display: none;
    }

.listing-h .item-s-box {
    display: inline-block;
    margin: 0px 6px 15px 5px;
    width: 185px;
    position: relative;
    height: 125px;
    float: left;
    border: 1px solid #dadada;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

    .listing-h .item-s-box a {
        color: #36c;
    }

    .listing-h .item-s-box .title {
        width: 175px;
        font-family: 'Tahoma', 'Trebuchet MS';
        font-size: 12px;
        color: #36c;
        text-align: center;
    }

.listing-h .tbllnk-inactive .title {
    color: #333 !important;
}

.listing-h .item-s-box .title-alt {
    width: 157px;
    font-family: 'Tahoma', 'Trebuchet MS';
    font-size: 16px;
    margin: 10px 0px;
    text-align: center;
    padding-right: 9px;
}

.listing-h .item-s-box:hover {
    border: 1px solid transparent;
}

.list-item-toggle-s-box {
    display: inline-block;
    float: left;
    vertical-align: top;
    padding: 10px 5px 0px 5px;
    cursor: pointer;
    width: 170px;
    word-wrap: break-word;
}

.listing-h .item-s-box:hover .list-item-toggle-s-box {
    background: url('/Images/toggle-bg-over.png') 0px 0px no-repeat;
    position: absolute;
    width: 175px;
    height: 330px;
    z-index: 800;
    margin-left: -2px;
    padding-left: 15px;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.list-item-toggle-s-box:hover .list-item-toggle-over {
    display: inline-block;
    width: 171px;
    height: 190px;
    overflow: auto;
}

.list-item-toggle-s-box .list-item-toggle-over {
    display: none;
}

.list-item-toggle-s-box .img-container {
    display: table;
    height: 60px;
    position: absolute;
    overflow: hidden;
    width: 175px;
    margin-bottom: 10px;
}

    .list-item-toggle-s-box .img-container .helper {
        position: absolute; /*a variation of an "lte ie7" hack*/
        /* top: 50%; */
        display: table-cell;
        vertical-align: middle;
        width: 175px;
    }

        .list-item-toggle-s-box .img-container .helper .content {
            position: relative;
            top: -50%;
            margin: 0 auto;
            width: 150px;
            text-align: center;
        }

.nav-item-db {
    display: inline-block;
    background-color: #2d2d2d;
    width: 168px;
    color: #eee;
    padding: 10px 5px 10px 10px;
    font-size: 12px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #252525;
    cursor: pointer;
}

.nav-item-db-hdr {
    display: inline-block;
    background-color: #252525;
    width: 168px;
    color: #eee;
    padding: 10px 5px 10px 10px;
    font-size: 16px;
    font-family: 'Tahoma', 'Trebuchet MS';
    border-bottom: 1px solid #252525;
    cursor: pointer;
}

.nav-item-db:hover {
    background-color: #272727;
}

.nav-item-db-hdr:hover {
    background-color: #212121;
}

.partners-nav {
    width: 100%;
    background-color: #333;
    padding: 2px 0px;
}

    .partners-nav .item {
        color: #ccc;
        padding: 4px 0px 4px 15px;
        font-size: 11px;
    }

    .partners-nav ul {
        padding: 0px 0px 0px 10px;
        margin: 0px 0px 0px 15px;
    }

        .partners-nav ul li {
            color: #bbb;
            padding: 4px 0px 4px 0px;
            margin: 0px;
            font-size: 11px;
        }

            .partners-nav ul li a {
                color: #ddd;
            }

                .partners-nav ul li a:hover {
                    color: #fff;
                }

.lp-featured-bg-videos {
    display: inline-block;
    background: url('/Images/reference-videos.png') no-repeat;
    width: 990px;
}

.lp-featured-bg-videos {
    background: url('/Images/video_lecture_banner.gif') no-repeat;
}

.lp-featured-bg-books {
    display: inline-block;
    background: url('/Images/reference-books.png') no-repeat;
    width: 990px;
}

.lp-featured-bg-journals {
    display: inline-block;
    background: url('/Images/reference-journals.png') no-repeat;
    width: 990px;
}

.lp-featured-bg-infosci-dictionary {
    display: inline-block;
    background: url('/Images/dictionary-lp.png') 0 100% no-repeat;
    width: 100%;
}

.lp-featured-bg-researchers {
    display: inline-block;
    background: url('/Images/researcher-resources.png') no-repeat;
    width: 990px;
}

.lp-nav-r {
    display: inline-block;
    float: right;
    width: 120px;
    margin: 0px 30px 20px 0px;
    text-align: center;
    font-size: 11px;
}

    .lp-nav-r .item {
        display: inline-block;
        margin-top: 20px;
        cursor: pointer;
    }

        .lp-nav-r .item .text {
            display: inline-block;
            margin-top: 2px;
            cursor: pointer;
        }

        .lp-nav-r .item:hover a {
            color: #777;
        }

        .lp-nav-r .item:hover .lp-sprite {
            background-image: url('/Images/lp-sprite-over.png?v=1');
        }

    .lp-nav-r a {
        color: #aaa;
    }

.lp-nav-r-s {
    display: inline-block;
    float: right;
    width: 170px;
    margin: 5px 20px 20px 0px;
    font-size: 15px;
}

    .lp-nav-r-s .item {
        display: inline-block;
        margin: 0px;
        cursor: pointer;
        border-bottom: 1px solid #eee;
        padding: 13px 0px 10px 0px;
        -moz-box-shadow: 0px 3px 5px -2px #eee;
        -webkit-box-shadow: 0px 3px 5px -2px #eee;
        box-shadow: 0px 3px 5px -2px #eee;
    }

        .lp-nav-r-s .item .text {
            display: inline-block;
            float: right;
            margin: 2px 0px 0px 5px;
            cursor: pointer;
            width: 120px;
            font-family: 'Open Sans Condensed', sans-serif;
        }

        .lp-nav-r-s .item:hover {
            background-color: #f7f7f7;
        }

            .lp-nav-r-s .item:hover .text {
                color: #111;
            }

            .lp-nav-r-s .item:hover .lp-sprite {
                background-image: url('/Images/lp-sprite-over.png?v=1');
            }

    .lp-nav-r-s a {
        color: #777;
    }

.lp-sprite-s {
    display: inline-block;
    float: left;
    width: 45px;
    height: 26px;
    background-image: url('/Images/lp-sprite-s.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.lp-sprite-s-collection {
    background-position: 0px 0px;
}

.lp-sprite-s-infosci {
    background-position: 0px -26px;
}

.lp-sprite-s-indices {
    background-position: 0px -52px;
}

.lp-sprite-s-book-series {
    background-position: 0px -78px;
}

.lp-sprite-s-topic-collections {
    background-position: 0px -104px;
}

.lp-nav-c-s-top {
    display: inline-block;
    padding-bottom: 5px;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin: 5px 0px 0px 0px;
    -moz-box-shadow: 0px 3px 5px -2px #eee;
    -webkit-box-shadow: 0px 3px 5px -2px #eee;
    box-shadow: 0px 3px 5px -2px #eee;
}

.lp-nav-c-s {
    display: inline-block;
    width: 100%;
    margin: 0px;
    font-size: 15px;
    cursor: pointer;
    padding: 13px 0px 10px 0px;
    border-bottom: 1px solid #eee;
    -moz-box-shadow: 0px 3px 5px -2px #eee;
    -webkit-box-shadow: 0px 3px 5px -2px #eee;
    box-shadow: 0px 3px 5px -2px #eee;
}

    .lp-nav-c-s .item {
        display: inline-block;
        width: 100%;
    }

        .lp-nav-c-s .item .text {
            display: inline-block;
            float: left;
            margin: 2px 0px 0px 5px;
            color: #777;
            cursor: pointer;
            font-family: 'Open Sans Condensed', sans-serif;
        }

    .lp-nav-c-s:hover .item .text {
        color: #111;
    }

    .lp-nav-c-s .item:hover .lp-sprite {
        background-image: url('/Images/lp-sprite-over.png?v=1');
    }

    .lp-nav-c-s:hover {
        background-color: #f7f7f7;
    }

.lp-sprite {
    display: inline-block;
    width: 100px;
    height: 58px;
    background-image: url('/Images/lp-sprite.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.lp-sprite-collection {
    background-position: 0px 0px;
}

.lp-sprite-infosci {
    background-position: 0px -58px;
}

.lp-sprite-indices {
    background-position: 0px -116px;
}

.lp-impact-factor {
    float: left;
    margin-left: 75px;
    margin-top: -5px;
    position: absolute;
    width: 65px;
}

    .lp-impact-factor img {
    }

.lp-featured-description {
    display: inline-block;
    float: left;
    margin: 70px 0px 0px 250px;
    width: 525px;
}

    .lp-featured-description ul {
        margin-bottom: 0px;
    }

    .lp-featured-description a {
        color: #777;
        text-decoration: underline;
    }

        .lp-featured-description a:hover {
            color: #333;
            text-decoration: none;
        }

.lp-sub-featured {
    background: #303030 url('/images/lp-ddl-sub-header-bg.png') repeat-x;
    width: 990px;
    height: 55px;
}

    .lp-sub-featured .outer {
        display: inline-block;
        width: 300px;
        margin: 1px 0px 0px 20px;
    }

        .lp-sub-featured .outer .inner {
            float: left;
            color: #ddd;
            width: 200px;
            margin: 11px 0px 0px 7px;
        }

    .lp-sub-featured .search {
        float: right;
        margin: 15px 15px 0px 0px;
        height: 26px;
    }

    .lp-sub-featured .outer-text-l {
        display: inline-block;
        padding-top: 4px;
        color: #ddd;
        font-size: 16px;
        margin-right: 10px;
    }

        .lp-sub-featured .outer-text-l a {
            color: #ccc;
            text-decoration: underline;
        }

    .lp-sub-featured .outer-text-r {
        color: #ddd;
        font-size: 16px;
        margin-left: 10px;
    }

    .lp-sub-featured .outer-text-box {
        width: 250px;
        vertical-align: top;
        height: 22px;
    }

    .lp-sub-featured .button {
        display: inline-block;
        height: 20px;
        padding: 4px 8px 0px 8px;
        background-color: #333;
        vertical-align: top;
        cursor: pointer;
        text-decoration: none !important;
        border: 1px solid #3d3d3d;
    }

        .lp-sub-featured .button:hover {
            background-color: #444;
        }

.lp-popup-help {
    vertical-align: bottom;
    cursor: pointer;
}

.lp-popup {
    border: 1px solid #bababa;
    margin: -100px 0px 0px 0;
    float: right;
    font-size: 11px;
    position: absolute;
    background-color: #f7f7f7;
    display: none;
    width: 550px;
    z-index: 999;
    color: #333;
}

    .lp-popup .upper {
        text-align: center;
        display: block;
        padding: 10px;
    }

    .lp-popup .lower {
        text-align: center;
        display: block;
        padding: 0px 10px 10px 10px;
    }

.lp-search-popup {
    width: 434px;
    margin: 0px 0px 0px 557px;
    float: right;
    font-size: 11px;
    position: absolute;
    display: none;
    height: 76px;
    z-index: 998;
    color: #eee;
    background: url('/Images/lp-ddl-bg.png') no-repeat;
    border: 0px;
}

    .lp-search-popup .upper {
        text-align: left;
        display: block;
        padding: 10px 10px 10px 25px;
    }

        .lp-search-popup .upper .top {
            display: inline-block;
            padding-bottom: 8px;
        }

        .lp-search-popup .upper .bottom {
            display: inline-block;
        }

        .lp-search-popup .upper .text-l {
            display: inline-block;
            margin-right: 4px;
            width: 39px;
        }

        .lp-search-popup .upper .text-r {
            display: inline-block;
            margin-right: 4px;
            margin-left: 15px;
        }

        .lp-search-popup .upper select {
            width: 140px;
        }

.listing-h {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
}

.listing-h-1 {
    z-index: -1;
    position: relative;
}

.listing-h-2 {
    z-index: -2;
    position: relative;
}

.listing-h-3 {
    z-index: -3;
    position: relative;
}

.listing-h-4 {
    z-index: -4;
    position: relative;
}

.listing-h-5 {
    z-index: -5;
    position: relative;
}

.listing-h h2 { /*margin:0px 0px 15px 10px;*/
}

.listing-h-headerdivider {
    display: inline-block;
    height: 1px;
    width: 100%;
    margin: 3px 0px 10px 0px;
    background-color: #e0e0e0;
}

.listing-h .item {
    display: inline-block;
    width: 186px;
    position: relative;
    height: 220px;
    float: left;
}

.listing-h .img {
    margin-bottom: 10px;
    border: 1px solid #777;
}

.listing-h .title {
    width: 163px;
}

.listing-h .info {
    margin-top: 6px;
}

.listing-h .info-s {
    font-size: 11px;
}

.listing-h .shaded {
    color: #555;
    font-size: 11px;
}

.listing-h .subject-topic {
    margin: 4px 0px 0px 0px;
    font-size: 11px;
    width: 163px;
}

.listing-h .description {
    color: #777;
    font-size: 11px;
    margin: 6px 0px;
    font-style: italic;
}

.listing-h .details {
    margin-top: 7px;
}

.listing-h .item .details .check {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/Images/accept.png');
    margin: 0px 3px 0px 7px;
    vertical-align: top;
}

.listing-h .item .details .text {
    color: green;
    font-weight: bold;
    vertical-align: top;
    line-height: 16px;
    font-weight: bold;
}

.listing-h .item .sub-links {
    margin-top: 7px;
    font-size: 11px;
}

.listing-h .item-s {
    display: inline-block;
    width: 186px;
    position: relative;
    height: 75px;
    float: left;
}

    .listing-h .item-s .check {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url('/Images/accept.png');
        margin-right: 3px;
        vertical-align: text-bottom;
    }

    .listing-h .item-s .delivery {
        color: green;
        font-weight: bold;
    }

.delivery-time {
    padding-top: 2px;
    margin-bottom: 15px;
    font-size: 11px;
}

    .delivery-time .in-stock {
        font-size: 14px;
        color: #080;
        font-weight: bold;
    }

        .delivery-time .in-stock .img {
            display: inline-block;
            width: 16px;
            height: 16px;
            background: url('/Images/accept.png');
            vertical-align: text-bottom;
            margin-right: 3px;
        }

.lp-topic-collections {
    display: inline-block;
    background: url('/Images/topic-collections-lp.png') no-repeat;
    width: 990px;
}

.lp-video-submission {
    display: inline-block;
    background: url('/Images/video-submission-lp.png') no-repeat;
    width: 990px;
}

.lp-product-catalogs {
    display: inline-block;
    background: url('/Images/product-catalogs-lp.png') no-repeat;
    width: 990px;
}

.lp-open-access {
    display: inline-block;
    width: 990px;
    height: 200px;
}

.lp-book-series {
    display: inline-block;
    background: url('/Images/book-series-lp.png') no-repeat;
    width: 990px;
}

.lp-teaching-cases {
    display: inline-block;
    background: url('/Images/teaching-cases-lp.png') no-repeat;
    width: 990px;
}

.item-already-selected {
    padding: 0px 7px 0px 13px;
}

    .item-already-selected img {
        opacity: .15;
        filter: Alpha(Opacity=15);
    }

    .item-already-selected div {
        opacity: .15;
        filter: Alpha(Opacity=15);
    }

    .item-already-selected .list-item-toggle-over {
        display: none;
    }

    .item-already-selected .added {
        float: left;
        height: 16px;
        width: 16px;
        position: absolute;
        background: url('/Images/accept.png') no-repeat;
    }

.list-item-toggle .added {
    display: none;
    float: left;
    height: 16px;
    width: 16px;
    position: absolute;
    background: url('/Images/accept.png') no-repeat;
}

.selected-items {
    display: inline-block;
    margin-bottom: 10px;
    cursor: default;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .selected-items .img {
        display: inline-block;
        width: 30px;
        float: left;
    }

        .selected-items .img img {
            width: 20px;
            height: 29px;
        }

        .selected-items .img .img-b-cs {
            margin-bottom: 0px;
        }

        .selected-items .img .img-no-b-cs {
            margin-bottom: 0px;
        }

    .selected-items .img-s-i-b img {
        border: 1px solid #777;
    }

    .selected-items .title {
        display: inline-block;
        width: 129px;
        float: right;
        font-size: 11px;
        padding-right: 16px;
    }

    .selected-items .remove {
        display: none;
        position: absolute;
        float: right;
        font-size: 11px;
        margin-left: 130px;
    }

    .selected-items:hover .remove {
        display: inline-block;
        cursor: pointer;
    }

    .selected-items .title:hover {
        -webkit-user-select: all;
        -khtml-user-select: all;
        -moz-user-select: all;
        -o-user-select: all;
        user-select: all;
    }

.search-contents {
    display: inline-block;
    border-bottom: 1px solid #dadada;
    padding: 2px 0px 7px 0px;
    width: 100%;
}

    .search-contents .text {
        display: inline-block;
        float: left;
        padding: 2px 0px 0px 4px;
    }

    .search-contents .text-box-container {
        display: inline-block;
        float: left;
    }

        .search-contents .text-box-container .text-box {
            width: 250px;
            margin: 0px 15px 0px 5px;
        }

    .search-contents .search {
        display: inline-block;
        float: left;
        padding-top: 2px;
        margin-right: 7px;
    }

    .search-contents .reset {
        display: inline-block;
        float: left;
        padding-top: 3px;
    }

.isod-ft-banner {
    display: inline-block;
    width: 579px;
    padding: 5px;
    border-bottom: 1px solid #dadada;
    background-color: #f9f9f9;
}

    .isod-ft-banner .isod-ft-banner-text {
        padding: 10px 0px 0px 35px;
        float: left;
        text-align: center;
        color: #1a1a1a;
        font-family: 'Trebuchet MS', 'Tahoma', 'Arial';
        line-height: 1.3;
    }

.isod-lp {
}

.isod-lp-alt {
    display: inline-block;
    width: 100%;
}

.isod-lp .shadow {
    background-color: #fff;
}

.isod-lp-alt .shadow {
    background-color: #fff;
    border: 1px solid #ddd;
    -moz-box-shadow: 0px 0px 10px 3px #ddd;
    -webkit-box-shadow: 0px 0px 10px 3px #ddd;
    box-shadow: 0px 0px 10px 3px #ddd;
}

.isod-lp .shadow .content {
    display: inline-block;
}

.isod-lp-alt .shadow .content {
    display: inline-block;
}

.isod-lp .title {
    display: inline-block;
    padding: 40px 0;
    text-align: center;
    color: #333;
    width: 100%;
}

    .isod-lp .title .l {
        display: inline-block;
        text-align: center;
        margin: 5px 15px 0 -72px;
        vertical-align: top;
    }

    .isod-lp .title .r {
        display: inline-block;
        text-align: center;
    }

    .isod-lp .title .text {
        display: block;
        font-size: 62px;
        font-family: 'Open Sans Condensed', sans-serif;
        line-height: 1;
    }

    .isod-lp .title .sub-text {
        display: block;
        font-size: 24px;
        font-family: 'Open Sans Condensed', sans-serif;
        line-height: 1;
    }

.isod-lp .desc1 {
    margin: 0px 0px 3px 0px;
    color: #555;
    font-size: 14px;
    text-align: center;
}

.isod-lp .desc2 {
    margin: 0px 0px 15px 0px;
    color: #777;
    font-size: 16px;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
}

.isod-lp .search {
    margin: 0px 0px 5px 0px;
    color: #999;
    font-size: 12px;
    text-align: center;
}

    .isod-lp .search .search-box-container {
        position: relative;
        width: 540px;
        margin: 0px auto;
        border: 1px solid #eaeaea;
        -moz-box-shadow: 0px 0px 10px 3px #eee;
        -webkit-box-shadow: 0px 0px 10px 3px #eee;
        box-shadow: 0px 0px 10px 3px #eee;
    }

    .isod-lp .search .search-box {
        width: 500px;
        font-size: 16px;
        padding: 3px 6px;
        border: 0px;
        outline: none;
    }

    .isod-lp .search .button {
        display: inline-block;
        float: right;
        margin: 3px 3px 2px 3px;
        width: 22px;
        height: 22px;
        background: url('/images/search-button-blue.png') no-repeat;
        cursor: pointer;
    }

    .isod-lp .search .lp-link {
        padding: 5px 0px 30px 0px;
        /*width: 535px;*/
        margin: 0px auto;
        color: #777;
        font-size: 10px;
        text-align: right;
    }

    .isod-lp .search .reset {
        display: none;
    }

.isod-lp .isod-quote {
    display: inline-block;
    width: 100%;
}

    .isod-lp .isod-quote .isod-quote-shadow {
        margin: 10px 0px;
        background-color: #ddd;
        -moz-box-shadow: 0px 0px 3px 3px #ddd;
        -webkit-box-shadow: 0px 0px 3px 3px #ddd;
        box-shadow: 0px 0px 10px 3px #ddd;
        border: 1px solid #ddd;
        width: 100%;
        min-height: 192px;
    }

        .isod-lp .isod-quote .isod-quote-shadow .isod-content {
            position: relative;
            padding: 0px;
            background-color: #fff;
            width: 100%;
            min-height: 192px;
        }

            .isod-lp .isod-quote .isod-quote-shadow .isod-content .isod-container {
                padding: 15px 15px 15px 25px;
                color: #777;
                font-size: 16px;
                line-height: 1.3;
            }

                .isod-lp .isod-quote .isod-quote-shadow .isod-content .isod-container .quote-name {
                    color: #999;
                    font-size: 12px;
                    margin-top: 12px;
                }

.isod-lp .eist-banner {
    display: inline-block;
    width: 100%;
}

.isod-lp-alt .title {
    display: inline-block;
    /*padding: 10px 25px 20px 25px;*/
    text-align: center;
    color: #333;
    /*width: 375px;*/
    float: left;
    margin-bottom: 15px;
}

    .isod-lp-alt .title .l {
        display: inline-block;
        float: left;
        text-align: left;
        padding-top: 5px;
    }

    .isod-lp-alt .title .r {
        display: inline-block;
        float: left;
        text-align: left;
        margin-left: 20px;
    }

    .isod-lp-alt .title .text {
        display: block;
        font-size: 38px;
        font-family: 'Open Sans Condensed', sans-serif;
        line-height: 1.2;
    }

    .isod-lp-alt .title .sub-text {
        display: block;
        font-size: 18px;
        font-family: 'Open Sans Condensed', sans-serif;
        line-height: 1;
        padding-left: 2px;
    }

.isod-lp-alt .desc1 {
    display: none;
}

.isod-lp-alt .desc2 {
    display: none;
}

.isod-lp-alt .search {
    display: inline-block;
    float: right;
    margin: 25px 25px 0px 0px;
    color: #999;
    font-size: 12px;
    text-align: right;
    width: 500px;
}

    .isod-lp-alt .search .search-box-container {
        position: relative;
        width: 500px;
        border: 1px solid #eaeaea;
        -moz-box-shadow: 0px 0px 10px 3px #eee;
        -webkit-box-shadow: 0px 0px 10px 3px #eee;
        box-shadow: 0px 0px 10px 3px #eee;
    }

    .isod-lp-alt .search .search-box {
        width: 460px;
        font-size: 16px;
        padding: 3px 6px;
        border: 0px;
        outline: none;
    }

    .isod-lp-alt .search .button {
        display: inline-block;
        float: right;
        margin: 3px 3px 2px 3px;
        width: 22px;
        height: 22px;
        background: url('/images/search-button-blue.png') no-repeat;
        cursor: pointer;
    }

    .isod-lp-alt .search .lp-link {
        display: inline-block;
        padding-top: 5px;
        color: #777;
        font-size: 10px;
        text-align: right;
    }

    .isod-lp-alt .search .reset {
        display: inline;
    }

.isod-lp-alt .isod-quote {
    display: none;
}

.isod-lp-alt .eist-banner {
    display: none;
}

.isod-lp-alt-s {
    display: inline-block;
}

    .isod-lp-alt-s .title {
        display: inline-block;
        text-align: center;
        color: #333;
        width: 100%;
        float: left;
    }

        .isod-lp-alt-s .title .l {
            display: inline-block;
            float: left;
            text-align: left;
            padding-top: 5px;
        }

            .isod-lp-alt-s .title .l img {
                width: 43px;
            }

        .isod-lp-alt-s .title .r {
            display: inline-block;
            float: left;
            text-align: left;
            margin-left: 10px;
        }

        .isod-lp-alt-s .title .text {
            display: block;
            font-size: 28px;
            font-family: 'Open Sans Condensed', sans-serif;
            line-height: 1.2;
        }

        .isod-lp-alt-s .title .sub-text {
            display: block;
            font-size: 14px;
            font-family: 'Open Sans Condensed', sans-serif;
            line-height: 1;
            padding-left: 2px;
        }

    .isod-lp-alt-s .search {
        display: inline-block;
        float: right;
        color: #999;
        font-size: 12px;
        text-align: right;
        width: 250px;
    }

        .isod-lp-alt-s .search .search-box-container {
            position: relative;
            width: 250px;
            border: 1px solid #eaeaea;
            -moz-box-shadow: 0px 0px 10px 3px #eee;
            -webkit-box-shadow: 0px 0px 10px 3px #eee;
            box-shadow: 0px 0px 10px 3px #eee;
        }

        .isod-lp-alt-s .search .search-box {
            width: 210px;
            font-size: 16px;
            padding: 3px 6px;
            border: 0px;
            outline: none;
        }

        .isod-lp-alt-s .search .button {
            display: inline-block;
            float: right;
            margin: 3px 3px 2px 3px;
            width: 22px;
            height: 22px;
            background: url('/images/search-button-blue.png') no-repeat;
            cursor: pointer;
        }

        .isod-lp-alt-s .search .lp-link {
            display: inline-block;
            padding-top: 5px;
            color: #777;
            font-size: 10px;
            text-align: right;
        }

        .isod-lp-alt-s .search .reset {
            display: inline;
        }

.list-item {
    border-bottom: 1px solid #dadada;
    display: inline-block;
}

    .list-item a {
        color: #069;
        font-size: 11px;
    }

    .list-item .inner {
        display: inline-block;
        margin: 0px 0px;
        padding: 13px 0px 17px 0px;
        width: 100%;
    }

    .list-item:hover .inner {
        background-color: #f8fbff;
    }

    .list-item .inner .title {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 20px;
        line-height: 1;
        color: #049;
    }

    .list-item .inner .info {
        margin: 5px 0px 7px 0px;
    }

    .list-item .inner .abstract {
        margin-bottom: 7px;
        color: #222;
        width: 610px;
        line-height: 1.4;
    }

    .list-item .inner .divider {
        margin: 0px 7px;
        color: #777;
    }

    .list-item .inner .link {
        font-family: 'Open Sans Condensed', sans-serif;
        color: #049;
        font-size: 16px;
    }

    .list-item .inner .add-to-cart-container {
        display: inline-block;
        width: 100px;
        float: right;
    }

    .list-item:hover .inner .add-to-cart-container {
        display: inline-block;
    }

    .list-item .inner .price {
        color: #e48100;
        font-size: 18px;
        font-weight: bold;
    }

    .list-item .inner .rank-bar {
        width: 85px;
        height: 4px;
        background-color: #ccc;
        display: block;
        margin-top: 1px;
        margin-bottom: 3px;
        text-align: left;
    }

        .list-item .inner .rank-bar .rank-bar-inner {
            height: 4px;
            background-color: Green;
            border-right: 1px Solid #fff;
            display: block;
        }

    .list-item .inner .content-type {
        font-size: 10px;
    }

.lp-tabs {
    float: left;
    width: 100%;
    color: #ccc;
    margin-bottom: -1px;
    position: relative;
    background-color: #333;
}

    .lp-tabs .link {
        display: inline-block;
        font-size: 14px;
        padding: 4px 15px;
    }

    .lp-tabs .active {
        background-color: #6a6a6a;
        color: #fff;
    }

    .lp-tabs .tab {
        display: inline-block;
        background-color: #333;
        width: 197px;
        display: inline-block;
        color: #eee;
        border-left: 1px solid #111;
        border-top: 1px solid #111;
        cursor: pointer;
        float: left;
        -moz-box-shadow: 1px 3px 5px 1px #222 inset;
        -webkit-box-shadow: 1px 3px 5px 1px #222 inset;
        box-shadow: 1px 3px 5px 1px #222 inset;
    }

        .lp-tabs .tab:hover {
            background-color: #171717;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .lp-tabs .tab .text {
            display: inline-block;
            padding: 5px 0px 5px 25px;
            font-family: 'Tahoma', 'Trebuchet MS';
            font-size: 16px;
        }

    .lp-tabs .tab-active {
        display: inline-block;
        margin: -5px 0px 0px -1px;
        background-color: #fff;
        width: 197px;
        display: inline-block;
        float: left;
        cursor: pointer;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
        -moz-box-shadow: 0px -4px 6px 0px #ddd;
        -webkit-box-shadow: 0px -4px 6px 0px #ddd;
        box-shadow: 0px -4px 6px 0px #ddd;
    }

        .lp-tabs .tab-active .text {
            display: inline-block;
            padding: 7px 0px 5px 25px;
            font-family: 'Tahoma', 'Trebuchet MS';
            color: #333;
            font-size: 18px;
        }

.blue-button-set {
    display: inline-block;
    width: 167px;
    height: 37px;
    background: url('/images/blue-button-set.png');
    cursor: pointer;
}

.blue-button-set-0 {
    background-position: 0px 0px;
}

.blue-button-set-1 {
    background-position: 0px -37px;
}

.blue-button-set-2 {
    background-position: 0px -74px;
}

.blue-button-set-3 {
    background-position: 0px -111px;
}

.blue-button-set-4 {
    background-position: 0px -148px;
}

.blue-button-set-5 {
    background-position: 0px -185px;
}

.blue-button-set-6 {
    background-position: 0px -222px;
}

.oa-tab {
    display: none;
}

.oa-tab-active {
    display: block;
}

.oa-nav {
    display: inline-block;
    padding: 10px 10px 5px 10px;
    width: 150px;
    background: #333;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .oa-nav .box {
        display: inline-block;
        padding-bottom: 5px;
    }

    .oa-nav .header {
        display: inline-block;
        color: #eee;
        font-size: 16px;
        padding-bottom: 4px;
    }

        .oa-nav .header a {
            color: #eee;
        }

    .oa-nav .items {
        display: inline-block;
    }

        .oa-nav .items a {
            display: block;
            color: #eee;
            padding: 2px 0px;
        }

    .oa-nav ul {
        padding: 0px 0px 0px 10px;
        margin: 0px 0px 0px 7px;
    }

        .oa-nav ul li {
            color: #bbb;
            padding: 4px 0px 4px 0px;
            margin: 0px;
            font-size: 11px;
        }

            .oa-nav ul li a {
                color: #ddd;
            }

                .oa-nav ul li a:hover {
                    color: #fff;
                }

.oa-overview-content {
    background: url('/images/isod-become-a-reviewer-bg.png') 100% 30px no-repeat;
    min-height: 340px;
}

.oa-search-database-content {
    background: url('/images/isod-search-our-database-bg.png') 100% 35px no-repeat;
    min-height: 340px;
}

.oa-submit-paper-content {
    background: url('/images/isod-submit-a-paper-bg.png') 100% 50% no-repeat;
    min-height: 340px;
}

.oa-become-reviewer-content {
    background: url('/images/isod-become-a-reviewer-bg.png') 100% 30px no-repeat;
    min-height: 340px;
}

.oa-research-services-content {
    background: url('/images/isod-become-a-reviewer-bg.png') 100% 30px no-repeat;
    min-height: 340px;
}

.blue-link {
    cursor: pointer;
    color: #36c;
    text-decoration: underline;
}

    .blue-link:hover {
        color: #333;
    }

.auto-complete {
    display: inline-block;
    position: absolute;
    /*border: 1px solid #eaeaea;*/
    top: 28px;
    /*right: -1px;*/
    z-index: 999;
    background-color: #fff;
    -moz-box-shadow: 0px 2px 10px 0px #ccc;
    -webkit-box-shadow: 0px 2px 10px 0px #ccc;
    box-shadow: 0px 2px 10px 0px #ccc;
}

.isod-lp .auto-complete {
    width: 540px;
    display: none;
}

.isod-lp-alt .auto-complete {
    width: 500px;
    display: none;
}

.auto-complete .item {
    display: block;
    padding: 4px 6px;
    text-align: left;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

    .auto-complete .item:hover {
        background-color: #f3f3f3;
    }

.auto-complete .item-selected {
    background-color: #f3f3f3;
}

.isod-lp .auto-complete .item {
    width: 528px;
}

.isod-lp-alt .auto-complete .item {
    width: 488px;
}

.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #cdcdcd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    padding: 3px;
    color: white;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}

.jvectormap-zoomin {
    top: 10px;
}

.jvectormap-zoomout {
    top: 30px;
}

.btn-gray-rnd {
    display: inline-block;
    cursor: pointer;
    font-family: 'Arial';
    font-size: 10px;
    font-weight: bold;
    color: #5c4c30 !important;
    line-height: 1.3;
    padding: 2px 6px;
    border: 1px solid #bab4ab;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #eae9e2;
    background-image: url('/Images/btn-gray-rnd.png');
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.5, #eae9e2), color-stop(1, #c6c3bd));
    background-image: -webkit-linear-gradient(top, #eae9e2 50%, #c6c3bd 100%);
    background-image: -moz-linear-gradient(top, #eae9e2 50%, #c6c3bd 100%);
    background-image: -ms-linear-gradient(top, #eae9e2 50%, #c6c3bd 100%);
    background-image: -o-linear-gradient(top, #eae9e2 50%, #c6c3bd 100%);
}

    .btn-gray-rnd:hover {
        border-color: #9e9991;
        color: #392f1e;
    }

    .btn-gray-rnd .icon {
        display: inline-block;
        height: 16px;
        width: 16px;
        margin-top: -2px;
        background-repeat: no-repeat;
        vertical-align: top;
    }

    .btn-gray-rnd .icon-active {
        background-image: url('/jQuery/css/ui-lightness/images/ui-icons_ef8c08_256x240.png');
    }

    .btn-gray-rnd .icon-active-blue {
        background-image: url('/jQuery/css/redmond/images/ui-icons_469bdd_256x240.png');
    }

    .btn-gray-rnd .icon-active-green {
        background-image: url('/jQuery/css/le-frog/images/ui-icons_4eb305_256x240.png');
    }

    .btn-gray-rnd .icon-active-red {
        background-image: url('/jQuery/css/redmond/images/ui-icons_cd0a0a_256x240.png');
    }

    .btn-gray-rnd .icon-inactive {
        background-image: url('/jQuery/css/smoothness/images/ui-icons_888888_256x240.png');
    }

.btn-gray-rnd-space {
    margin-right: 7px;
}

.btn-grn-rnd {
    display: inline-block;
    cursor: pointer;
    font-family: 'Arial';
    font-size: 14px;
    color: #f7f7f7 !important;
    line-height: 1.3;
    padding: 8px 10px;
    background-color: #68b473;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .btn-grn-rnd:hover {
        background-color: #58ad65;
    }

    .btn-grn-rnd .icon {
        display: inline-block;
        height: 16px;
        width: 16px;
        margin: -2px 0px 0px 8px;
        background-repeat: no-repeat;
        vertical-align: top;
    }

    .btn-grn-rnd .icon-active {
        background-image: url('/jQuery/css/ui-lightness/images/ui-icons_ef8c08_256x240.png');
    }

    .btn-grn-rnd .icon-active-blue {
        background-image: url('/jQuery/css/redmond/images/ui-icons_469bdd_256x240.png');
    }

    .btn-grn-rnd .icon-active-green {
        background-image: url('/jQuery/css/le-frog/images/ui-icons_4eb305_256x240.png');
    }

    .btn-grn-rnd .icon-active-red {
        background-image: url('/jQuery/css/redmond/images/ui-icons_cd0a0a_256x240.png');
    }

    .btn-grn-rnd .icon-inactive {
        background-image: url('/jQuery/css/smoothness/images/ui-icons_888888_256x240.png');
    }

.btn-grn-rnd-space {
    margin-right: 7px;
}

.btn-grn-rnd-abs {
    display: inline-block;
    cursor: wait;
    font-family: 'Arial';
    font-size: 14px;
    color: #f7f7f7 !important;
    line-height: 1.3;
    padding: 8px 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #488c52;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .btn-grn-rnd-abs .icon {
        display: inline-block;
        height: 16px;
        width: 16px;
        margin: -2px 0px 0px 8px;
        background-repeat: no-repeat;
        vertical-align: top;
    }

.btn-wht-rnd {
    display: inline-block;
    cursor: pointer;
    font-family: 'Arial';
    font-size: 11px;
    color: #333 !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

    .btn-wht-rnd:hover {
        border-color: #9e9991;
        color: #392f1e;
    }

    .btn-wht-rnd .icon {
        display: inline-block;
        height: 16px;
        width: 16px;
        margin-top: -2px;
        background-repeat: no-repeat;
        vertical-align: top;
    }

    .btn-wht-rnd .icon-active {
        background-image: url('/jQuery/css/ui-lightness/images/ui-icons_ef8c08_256x240.png');
    }

    .btn-wht-rnd .icon-active-blue {
        background-image: url('/jQuery/css/redmond/images/ui-icons_469bdd_256x240.png');
    }

    .btn-wht-rnd .icon-active-green {
        background-image: url('/jQuery/css/le-frog/images/ui-icons_4eb305_256x240.png');
    }

    .btn-wht-rnd .icon-active-red {
        background-image: url('/jQuery/css/redmond/images/ui-icons_cd0a0a_256x240.png');
    }

    .btn-wht-rnd .icon-inactive {
        background-image: url('/jQuery/css/smoothness/images/ui-icons_888888_256x240.png');
    }

.btn-wht-rnd-space {
    margin-right: 7px;
}

.btn-ss-rnd {
    display: inline-block;
    cursor: pointer;
    font-family: 'Arial';
    font-size: 10px;
    color: #5c4c30 !important;
    line-height: 1;
    margin: 0px 7px 5px 0px;
    padding: 1px 6px 1px 4px;
    border: 1px solid #dadada;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.5, #f7f7f7), color-stop(1, #f1f1f1));
    background-image: -webkit-linear-gradient(top, #f7f7f7 50%, #f1f1f1 100%);
    background-image: -moz-linear-gradient(top, #f7f7f7 50%, #f1f1f1 100%);
    background-image: -ms-linear-gradient(top, #f7f7f7 50%, #f1f1f1 100%);
    background-image: -o-linear-gradient(top, #f7f7f7 50%, #f1f1f1 100%);
}

    .btn-ss-rnd:hover {
        border-color: #bbb;
        color: #392f1e;
    }

    .btn-ss-rnd .btn-ss-rnd-txt {
        display: inline-block;
        padding-top: 4px;
    }

    .btn-ss-rnd:hover .btn-ss-rnd-txt {
        color: #111;
    }

    .btn-ss-rnd .icon {
        display: inline-block;
        height: 16px;
        width: 16px;
        background-repeat: no-repeat;
        vertical-align: top;
    }

    .btn-ss-rnd .icon-active {
        background-image: url('/jQuery/css/ui-lightness/images/ui-icons_ef8c08_256x240.png');
    }

    .btn-ss-rnd .icon-inactive {
        background-image: url('/jQuery/css/smoothness/images/ui-icons_888888_256x240.png');
    }

.pager-icon {
    display: inline-block;
    background-image: url('/jQuery/css/smoothness/images/ui-icons_888888_256x240.png');
    height: 14px;
    width: 16px;
    vertical-align: top;
    cursor: pointer;
}

.pager-textbox {
    width: 16px;
    font-size: 11px;
    height: 12px;
    vertical-align: top;
    text-align: center;
    border: 1px solid #aaa;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: -1px;
}

.xml-reader-bookstore {
    margin-top: 10px;
}

    .xml-reader-bookstore p {
        font-family: 'Arial';
        font-size: 12px;
    }

    .xml-reader-bookstore div {
        font-family: 'Arial';
        font-size: 12px;
    }

    .xml-reader-bookstore span {
        font-family: 'Arial';
        font-size: 12px;
    }

    .xml-reader-bookstore h1 {
        display: inline-block;
        font-family: Arial !important;
        font-size: 30px !important;
        font-weight: bold !important;
        text-decoration: none !important;
        width: 100%;
    }

    .xml-reader-bookstore h3 {
        display: inline-block;
        font-family: Arial !important;
        font-size: 16px !important;
        font-weight: normal !important;
        text-decoration: none !important;
        border: 0px !important;
        width: 100%;
        margin: 10px 0px 0px 0px;
    }

    .xml-reader-bookstore h4 {
        display: inline-block;
        font-family: Arial !important;
        font-size: 16px !important;
        font-weight: normal !important;
        text-decoration: none !important;
        font-style: italic;
        border: 0px !important;
        width: 100%;
        margin: 10px 0px 0px 0px;
    }

    .xml-reader-bookstore .title-1 {
        font-size: 16px !important;
        font-weight: bold !important;
        font-family: Arial !important;
        text-transform: capitalize !important;
        margin-top: 15px;
    }

    .xml-reader-bookstore .title-2 {
        font-size: 16px !important;
        font-weight: bold !important;
        font-family: Arial !important;
        margin-top: 15px;
    }

    .xml-reader-bookstore .title-3 {
        font-size: 16px !important;
        font-style: italic !important;
        font-family: Arial !important;
    }

    .xml-reader-bookstore .preview-header {
        width: 100%;
        text-align: center;
        margin: 10px 0 0 0;
        padding: 10px;
        border-top: 1px solid #eaeaea;
        font-size: 16px;
        color: #6a6a6a;
        background-color: #fcfcfc;
        background-repeat: repeat-x;
        background-image: -o-linear-gradient(top, #f0f0f0 50%, #fcfcfc 100%);
    }

    .xml-reader-bookstore .preview-footer {
        width: 100%;
        text-align: center;
        margin: 5px 0px -10px 0px;
        padding: 10px;
        font-size: 14px;
        color: #6a6a6a;
        background-color: #f5f5f5;
        background-repeat: repeat-x;
        background-image: -o-linear-gradient(bottom, #f0f0f0 50%, #fcfcfc 100%);
    }

.preview-alt {
    display: inline-block;
    width: 75px;
    text-align: center;
}

    .preview-alt .bg {
        width: 75px;
        height: 100px;
        background: url('/Images/ondemand-download.png') 0px 0px no-repeat;
    }

    .preview-alt .bg-title {
        width: 75px;
        height: 100px;
        background: url('/Images/ondemand-title.png') 0px 0px no-repeat;
        background-size: 75px 100px;
    }

        .preview-alt .bg-title.chapter {
            background-image: url('/Images/search-chapter.png');
        }

        .preview-alt .bg-title.article {
            background-image: url('/Images/search-article.png');
        }

        .preview-alt .bg-title.lesson {
            background-image: url('/Images/search-lesson.png');
        }

    .preview-alt .sample {
        display: inline-block;
        width: 61px;
        margin-top: 3px;
        cursor: pointer;
        font-family: 'Arial';
        font-size: 10px;
        color: #5c4c30 !important;
        line-height: 1.3;
        padding: 1px 6px;
        border: 1px solid #bab4ab;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-color: #eae9e2;
        background-image: url('/Images/btn-gray-rnd.png');
        background-repeat: repeat-x;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.5, #eae9e2), color-stop(1, #c6c3bd));
        background-image: -webkit-linear-gradient(top, #eae9e2 50%, #c6c3bd 100%);
        background-image: -moz-linear-gradient(top, #eae9e2 50%, #c6c3bd 100%);
        background-image: -ms-linear-gradient(top, #eae9e2 50%, #c6c3bd 100%);
        background-image: -o-linear-gradient(top, #eae9e2 50%, #c6c3bd 100%);
    }

        .preview-alt .sample:hover {
            border-color: #9e9991;
            color: #392f1e !important;
        }

    .preview-alt .hide {
        display: none;
    }

.preview {
    display: inline-block;
}

    .preview .pdf, .preview .html {
        display: inline-block;
        float: left;
        background-color: #999;
        color: #fff;
        font-weight: bold;
        text-align: center;
        font-size: 9px;
        padding: 1px 6px;
        opacity: .90;
        filter: Alpha(Opacity=90);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #858585;
    }

    .preview .pdf {
        margin-right: 3px;
    }

    .preview a {
        color: #fff;
    }

    .preview .pdf:hover, .preview .html:hover {
        background-color: #555;
    }

    .preview .hide {
        display: none;
    }

.toc-bar {
    background-color: #eee;
    padding: 5px;
    border-bottom: 1px solid #dadada;
    font-size: 14px;
    color: #555;
    /*height: 20px;*/
    line-height: 1.5;
    cursor: pointer;
}

    .toc-bar:hover .toggle-arrow-up {
        background-position: 0px -60px;
    }

    .toc-bar:hover .toggle-arrow-down {
        background-position: 0px 0px;
    }

.toc-bar-search {
    display: inline-block;
    width: 100%;
    /*height: 26px;*/
    background-color: #fff;
    cursor: default;
}

    .toc-bar-search .search-contents {
        display: inline-block;
        float: left;
        /*width: 550px;*/
        font-size: 14px;
        border: 0px;
        padding: 3px 0px 0px 0px;
    }

.toggle-arrow {
    display: inline-block;
    float: right;
    height: 20px;
    width: 20px;
    margin-right: 5px;
    background: url('/Images/arrow-toggle.png');
}

.toggle-arrow-up {
    background-position: 0px -40px;
}

    .toggle-arrow-up:hover {
        background-position: 0px -60px;
    }

.toggle-arrow-down {
    background-position: 0px -20px;
}

    .toggle-arrow-down:hover {
        background-position: 0px 0px;
    }

.toggle-arrow-15 {
    display: inline-block;
    float: right;
    height: 15px;
    width: 15px;
    margin-right: 5px;
    background: url('/Images/arrow-toggle-15.png');
}

.toggle-arrow-up-15 {
    background-position: 0px -30px;
}

    .toggle-arrow-up-15:hover {
        background-position: 0px -45px;
    }

.toggle-arrow-down-15 {
    background-position: 0px -15px;
}

    .toggle-arrow-down-15:hover {
        background-position: 0px 0px;
    }

.toggle-arrow-container {
    background-color: #f7f7f7;
    cursor: pointer;
}

    .toggle-arrow-container:hover .listiteminner {
        background-color: #eee;
    }

    .toggle-arrow-container:hover .toggle-arrow-up-15 {
        background-position: 0px -45px;
    }

    .toggle-arrow-container:hover .toggle-arrow-down-15 {
        background-position: 0px 0px;
    }

.gateway-right {
    width: 625px;
    float: right;
    margin-bottom: 15px;
}

.gateway-sup-mats-lp {
    float: right;
    font-size: 12px;
    margin-top: 2px;
}

.gateway-sup-mats-reader {
    text-align: center;
    margin: 6px 0 8px 6px;
}

.html-reader-page-tb {
    width: 25px !important;
    height: 16px;
    font-size: 11px !important;
    vertical-align: top;
    text-align: center;
    border: 1px solid #aaa !important;
    margin-top: -1px;
}

.lp-content {
    position: relative;
    background-color: #fff;
    padding: 0px 15px 20px 15px;
    margin-bottom: 10px;
    border: 1px solid #dadada;
}

.lp-sec-div {
    margin-bottom: 30px;
}

    .lp-sec-div h2 {
        border-top: 1px solid #dadada;
        padding: 15px 0px 0px 0px;
        margin-bottom: 15px;
        font-family: 'Open Sans Condensed';
        font-size: 20px;
        font-weight: bold;
        color: #e48100;
    }

.access-on-platform-btn {
    margin-bottom: 10px;
    width: 163px;
    text-align: center;
}

.checkbox-link {
    display: inline-block;
    font-size: 11px;
    padding: 2px 6px;
    cursor: pointer;
    width: 156px;
}

    .checkbox-link .checkbox {
        display: inline-block;
        width: 14px;
        height: 13px;
        background-repeat: no-repeat;
        margin-right: 6px;
        float: left;
    }

    .checkbox-link .text {
        float: left;
        width: 136px;
        color: #333;
    }

    .checkbox-link .empty {
        background-image: url('/images/checkbox-empty.png');
    }

    .checkbox-link .close {
        background-image: url('/images/checkbox-close.png');
    }

    .checkbox-link .select {
        background-image: url('/images/checkbox-select.png');
    }

    .checkbox-link .selected {
        background-image: url('/images/checkbox-selected.png');
    }

    .checkbox-link:hover {
        background-color: #eee;
    }

        .checkbox-link:hover .empty {
            background-image: url('/images/checkbox-select.png');
        }

        .checkbox-link:hover .selected {
            background-image: url('/images/checkbox-close.png');
        }

.search-lp {
}

    .search-lp .shadow {
        background-color: #fff;
        border: 1px solid #ddd;
        -moz-box-shadow: 0px 0px 10px 3px #ddd;
        -webkit-box-shadow: 0px 0px 10px 3px #ddd;
        box-shadow: 0px 0px 10px 3px #ddd;
    }

        .search-lp .shadow .content {
            display: inline-block;
        }

    .search-lp .search {
        display: inline-block;
        margin: 5px 0px 11px 0px;
        color: #999;
        font-size: 12px;
        text-align: right;
        width: 765px;
    }

        .search-lp .search .search-box-container {
            position: relative;
            width: 765px;
            border: 1px solid #eaeaea;
            -moz-box-shadow: 0px 0px 10px 3px #eee;
            -webkit-box-shadow: 0px 0px 10px 3px #eee;
            box-shadow: 0px 0px 10px 3px #eee;
        }

        .search-lp .search .search-box {
            width: 725px;
            font-size: 16px;
            padding: 7px 6px 6px 6px;
            border: 0px;
            outline: none;
        }

        .search-lp .search .button {
            display: inline-block;
            float: right;
            margin: 3px 3px 2px 3px;
            width: 22px;
            height: 22px;
            background: url('/images/search-button-blue.png') no-repeat;
            cursor: pointer;
        }

        .search-lp .search .lp-link {
            display: inline-block;
            padding-top: 5px;
            color: #777;
            font-size: 10px;
            text-align: right;
        }

        .search-lp .search .reset {
            display: inline;
        }

        .search-lp .search .search-box-container .auto-complete {
            width: 765px;
            display: none;
        }

            .search-lp .search .search-box-container .auto-complete .item {
                width: 753px;
            }

.search-lp-3c {
}

    .search-lp-3c .shadow {
        background-color: #fff;
        border: 1px solid #ddd;
        -moz-box-shadow: 0px 0px 10px 3px #ddd;
        -webkit-box-shadow: 0px 0px 10px 3px #ddd;
        box-shadow: 0px 0px 10px 3px #ddd;
    }

        .search-lp-3c .shadow .content {
            display: inline-block;
        }

    .search-lp-3c .search {
        display: inline-block;
        margin: 5px 0px 11px 0px;
        color: #999;
        font-size: 12px;
        text-align: right;
        width: 100%;
    }

        .search-lp-3c .search .search-box-container {
            display: inline-block;
            position: relative;
            width: 100%;
            border: 1px solid #eaeaea;
            -moz-box-shadow: 0px 0px 10px 3px #eee;
            -webkit-box-shadow: 0px 0px 10px 3px #eee;
            box-shadow: 0px 0px 10px 3px #eee;
        }

        .search-lp-3c .search .search-box {
            width: 100%;
            font-size: 16px;
            padding: 7px 6px 6px 6px;
            border: 0px;
            outline: none;
            height: 28px;
            float: left;
        }

        .search-lp-3c .search .button {
            display: inline-block;
            float: right;
            margin: 3px 3px 2px 3px;
            width: 22px;
            height: 22px;
            background: url('/images/search-button-blue.png') no-repeat;
            cursor: pointer;
            position: absolute;
            right: 0;
        }

        .search-lp-3c .search .lp-link {
            display: inline-block;
            padding-top: 5px;
            color: #777;
            font-size: 10px;
            text-align: right;
        }

        .search-lp-3c .search .reset {
            display: inline;
        }

        .search-lp-3c .search .search-box-container .auto-complete {
            width: 565px;
            display: none;
        }

            .search-lp-3c .search .search-box-container .auto-complete .item {
                width: 753px;
            }

        .search-lp-3c .search .container {
            display: inline-block;
            width: 289px;
            float: left;
            margin: 0px 15px 7px 0px;
        }

        .search-lp-3c .search .container-end {
            display: inline-block;
            width: 289px;
            float: left;
            margin: 0px 0px 7px 0px;
        }

        .search-lp-3c .search .search-tb-label {
            display: inline-block;
            width: 100%;
            /*float: left;*/
            color: #555;
            text-align: left;
        }

        .search-lp-3c .search .search-box-s {
            display: inline-block;
            width: 100%;
            font-size: 16px;
            padding: 7px 6px 6px 6px;
            border: 0px;
            outline: none;
            height: 28px;
        }

        .search-lp-3c .search .search-box-s-expert {
            display: inline-block;
            width: 100%;
            font-size: 16px;
            padding: 7px 6px 6px 6px;
            border: 0px;
            outline: none;
            height: 28px;
        }

        .search-lp-3c .search .search-box-container-s {
            display: inline-block;
            /*position: relative;*/
            width: 100%;
            /*float: left;*/
            border: 1px solid #eaeaea;
            -moz-box-shadow: 0px 0px 10px 0px #eee;
            -webkit-box-shadow: 0px 0px 10px 0px #eee;
            box-shadow: 0px 0px 10px 0px #eee;
        }

        .search-lp-3c .search .search-box-container-s-expert {
            /*width: 244px;*/
        }

        .search-lp-3c .search .container-m {
            display: inline-block;
            /*width: 593px;*/
            width: 100%;
            float: left;
            margin-bottom: 7px;
        }

            .search-lp-3c .search .container-m .search-ddl {
                /*display: inline-block;
            width: 593px;
            float: left;
            margin-bottom: 7px;*/
                width: 100%;
                height: 28px;
                padding: 7px 6px 6px 6px;
                border: 0px;
                outline: none;
            }

        .search-lp-3c .search .item-l {
            display: inline-block;
            /*width: 250px;*/
            padding: 0px 0px 0px 0px;
            float: left;
            color: #555;
            text-align: left;
        }

        .search-lp-3c .search .item-m {
            display: inline-block;
            /*width: 100px;*/
            padding: 6px 0px 0px 0px;
            float: left;
            color: #555;
            text-align: left;
        }

        .search-lp-3c .search .item-center {
            text-align: center;
        }

        .search-lp-3c .search .search-box-xs {
            width: 88px;
        }

        .search-lp-3c .search .search-box-container-xs {
            width: 47%;
        }

            .search-lp-3c .search .search-box-container-xs .search-ddl {
                width: 100%;
                height: 28px;
                padding: 7px 6px 6px 6px;
                border: 0px;
                outline: none;
            }

        .search-lp-3c .search .search-box-container-s .auto-complete {
            width: 565px;
            display: none;
        }

            .search-lp-3c .search .search-box-container-s .auto-complete .item {
                width: 753px;
            }

.auto-complete-advanced-search {
    display: inline-block;
    position: absolute;
    border: 1px solid #eaeaea;
    top: 28px;
    left: 0;
    z-index: 999;
    background-color: #fff;
    -moz-box-shadow: 0px 2px 10px 0px #ccc;
    -webkit-box-shadow: 0px 2px 10px 0px #ccc;
    box-shadow: 0px 2px 10px 0px #ccc;
}

    .auto-complete-advanced-search .item {
        display: block;
        padding: 4px 6px;
        text-align: left;
        font-size: 16px;
        color: #333;
        cursor: pointer;
    }

        .auto-complete-advanced-search .item:hover {
            background-color: #f3f3f3;
        }

    .auto-complete-advanced-search .item-selected {
        background-color: #f3f3f3;
    }

.search-lp-3c .search .search-box-container-s .auto-complete-advanced-search {
    width: 400px;
    display: none;
}

    .search-lp-3c .search .search-box-container-s .auto-complete-advanced-search .item {
        width: 388px;
    }

.auto-complete-basic-search {
    display: inline-block;
    position: absolute;
    border: 1px solid #eaeaea;
    top: 28px;
    left: 0;
    z-index: 999;
    background-color: #fff;
    -moz-box-shadow: 0px 2px 10px 0px #ccc;
    -webkit-box-shadow: 0px 2px 10px 0px #ccc;
    box-shadow: 0px 2px 10px 0px #ccc;
}

    .auto-complete-basic-search .item {
        display: block;
        padding: 4px 6px;
        text-align: left;
        font-size: 16px;
        color: #333;
        cursor: pointer;
    }

        .auto-complete-basic-search .item:hover {
            background-color: #f3f3f3;
        }

    .auto-complete-basic-search .item-selected {
        background-color: #f3f3f3;
    }

.search-lp-3c .search .search-box-container .auto-complete-basic-search {
    width: 100%;
    display: none;
}

    .search-lp-3c .search .search-box-container .auto-complete-basic-search .item {
        width: 100%;
    }

.button-s-dark {
    display: inline-block;
    width: 231px;
    height: 28px;
    cursor: pointer;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    text-align: center;
    background: url('/images/workflow-wizard-button-s-dark.png') no-repeat;
}

    .button-s-dark .button-text {
        display: inline-block;
        width: 231px;
        height: 13px;
        margin: 4px 5px 0px 0px;
        font-family: 'Open Sans Condensed', sans-serif;
        color: #fff;
    }

.button-xs-dark {
    display: inline-block;
    width: 95px;
    height: 25px;
    cursor: pointer;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    text-align: center;
    background: url('/images/workflow-wizard-button-xs-dark.png') no-repeat;
}

    .button-xs-dark .button-text {
        display: inline-block;
        width: 95px;
        height: 12px;
        margin: 4px 5px 0px 0px;
        font-family: 'Open Sans Condensed', sans-serif;
        color: #fff;
    }

.button-xs-med {
    display: inline-block;
    width: 95px;
    height: 25px;
    cursor: pointer;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    text-align: center;
    background: url('/images/workflow-wizard-button-xs-med.png') no-repeat;
}

    .button-xs-med .button-text {
        display: inline-block;
        width: 95px;
        height: 12px;
        margin: 4px 5px 0px 0px;
        font-family: 'Open Sans Condensed', sans-serif;
        color: #fff;
    }

.generic-button {
    display: inline-block;
    width: 200px;
    height: 49px;
    line-height: 1;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.generic-button-blue {
    background: url('/images/workflow-wizard-button-med.png') no-repeat;
}

.generic-button .button-text {
    display: inline-block;
    width: 200px;
    height: 34px;
    margin: 11px 3px 0px 0px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
    color: #fff;
}

.ww {
    margin-bottom: 50px;
}

    .ww .shadow {
        margin: 10px 0px;
        background-color: #eee;
        -moz-box-shadow: 0px 0px 10px 3px #eee;
        -webkit-box-shadow: 0px 0px 10px 3px #eee;
        box-shadow: 0px 0px 10px 3px #eee;
        border: 1px solid #eee;
        width: 990px;
    }

        .ww .shadow .content {
            position: relative;
            padding: 0px;
            background-color: #fff;
            width: 990px;
        }

    .ww .section-margin {
        margin-top: 20px;
    }

    .ww .step {
        display: inline-block;
        background: url('/images/workflow-wizard-step-circle.png') no-repeat;
        width: 114px;
        height: 114px;
        position: absolute;
        top: -15px;
        left: 20px;
    }

        .ww .step .text {
            text-align: center;
            font-family: 'Trebuchet MS', Arial, 'Open Sans Condensed', sans-serif;
            font-size: 80px;
            margin: 14px 0px 0px 2px;
            line-height: 1;
            color: #fff;
        }

    .ww .header-top {
        padding: 15px;
        background-color: #fff;
    }

    .ww .padding {
        padding: 7px 10px;
        background-color: #6486b7;
    }

    .ww .text {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 32px;
        line-height: 1;
        color: #fff;
        margin-left: 120px;
    }

    .ww .step-bullets {
        display: inline-block;
        height: 13px;
        position: absolute;
        top: 18px;
        right: 20px;
    }

        .ww .step-bullets .step-bullets-padding {
            margin: 14px 0px 0px 2px;
            line-height: 1;
            color: #fff;
        }

        .ww .step-bullets .bullet {
            display: inline-block;
            width: 13px;
            height: 13px;
            background-color: #fff;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            margin: 1px 10px 0px 0px;
            vertical-align: top;
        }

        .ww .step-bullets .bullet-active {
            display: inline-block;
            width: 13px;
            height: 13px;
            background-color: #404042;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            margin-right: 10px;
            margin-top: 1px;
            border: 3px solid #eee;
            vertical-align: top;
        }

    .ww .body {
        padding: 15px;
        background-color: #fff;
    }

        .ww .body .body-inner-bg {
            background-color: #f7f2e6;
            padding: 25px 30px 25px 30px;
        }

    .ww .button-row {
        display: inline-block;
        width: 100%;
        margin-top: 75px;
    }

        .ww .button-row .left {
            display: inline-block;
            position: relative;
            width: 360px;
            height: 69px;
            float: left;
        }

        .ww .button-row .right {
            display: inline-block;
            width: 286px;
            float: right;
        }

    .ww .button {
        display: inline-block;
        width: 286px;
        height: 69px;
        font-size: 28px;
        line-height: 1;
        color: #fff;
        text-align: center;
        cursor: pointer;
    }

    .ww .button-blue {
        background: url('/images/workflow-wizard-button.png') no-repeat;
    }

    .ww .button-blue-inactive {
        background: url('/images/workflow-wizard-button-inactive.png') no-repeat;
        cursor: default;
    }

    .ww .button-gray {
        background: url('/images/workflow-wizard-button-gray.png') no-repeat;
    }

    .ww .button .button-text {
        display: inline-block;
        width: 286px;
        height: 54px;
        margin: 15px 3px 0px 0px;
        font-family: 'Open Sans Condensed', sans-serif;
    }

    .ww .button-row-s {
        display: inline-block;
        width: 100%;
        margin-top: 5px;
    }

    .ww .button-row-s-margin-m {
        margin-top: 10px;
    }

    .ww .button-s-dark {
        display: inline-block;
        width: 231px;
        height: 28px;
        cursor: pointer;
        font-size: 13px;
        line-height: 1;
        color: #fff;
        text-align: center;
        background: url('/images/workflow-wizard-button-s-dark.png') no-repeat;
    }

        .ww .button-s-dark .button-text {
            display: inline-block;
            width: 231px;
            height: 13px;
            margin: 4px 5px 0px 0px;
            font-family: 'Open Sans Condensed', sans-serif;
        }

    .ww input[type=text], .ww textarea {
        width: 100%;
        font-size: 12px;
        padding: 1px 4px;
        height: 19px;
        margin: 0px;
        border: 1px solid #ddd;
        font-family: "Arial";
        color: #444;
        -moz-box-shadow: 0px 1px 5px 0px #ddd;
        -webkit-box-shadow: 0px 1px 5px 0px #ddd;
        box-shadow: 0px 1px 5px 0px #ddd;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ww input[type=checkbox] {
        display: inline-block;
        width: 12px;
        height: 12px;
        padding: 0px;
        margin: 0px 5px 7px 0px;
        vertical-align: top;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ww input[type=radio] {
        display: inline-block;
        width: 12px;
        height: 12px;
        padding: 0px;
        margin: 0px 5px 0px 0px;
        vertical-align: top;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ww label {
        display: inline-table;
        vertical-align: top;
        height: 15px;
        font-size: 11px;
        font-family: "Arial";
        color: #333;
    }

    .ww select {
        width: 100%;
        font-size: 12px;
        padding: 1px;
        height: 20px;
        margin: 0px;
        border: 1px solid #ddd;
        font-family: "Arial";
        color: #444;
        -moz-box-shadow: 0px 1px 5px 0px #ddd;
        -webkit-box-shadow: 0px 1px 5px 0px #ddd;
        box-shadow: 0px 1px 5px 0px #ddd;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .ww input[disabled], .ww select[disabled] {
            background-color: #ebebe4;
        }

    .ww .sec-r {
        display: inline-block;
        float: right;
        width: 550px;
        padding: 20px 25px 20px 25px;
        margin-top: 7px;
        background-color: #fbf9f4;
        font-family: 'Trebuchet MS', Arial;
        font-size: 14px;
        line-height: 1.2;
        color: #2a2a2a;
    }

        .ww .sec-r .sec-row {
            display: inline-block;
            margin: 0px 0px 7px 0px;
        }

            .ww .sec-r .sec-row .sec-field {
                display: inline-block;
                float: left;
                font-family: 'Trebuchet MS', Arial;
                font-size: 14px;
                color: #3a3a3a;
            }

            .ww .sec-r .sec-row .sec-input {
                display: inline-block;
                float: right;
            }

        .ww .sec-r .sec-row-492 {
            width: 492px;
        }

            .ww .sec-r .sec-row-492 .sec-field {
                width: 105px;
            }

            .ww .sec-r .sec-row-492 .sec-input {
                width: 367px;
            }

        .ww .sec-r .sec-row-312 {
            width: 492px;
        }

            .ww .sec-r .sec-row-312 .sec-field {
                width: 160px;
            }

            .ww .sec-r .sec-row-312 .sec-input {
                width: 312px;
            }

        .ww .sec-r .sec-row-step5 {
            width: 492px;
        }

            .ww .sec-r .sec-row-step5 .sec-field {
                width: 422px;
            }

                .ww .sec-r .sec-row-step5 .sec-field label {
                    font-size: 12px;
                    line-height: 1.1;
                }

            .ww .sec-r .sec-row-step5 .sec-input {
                width: 50px;
                font-size: 12px;
            }

            .ww .sec-r .sec-row-step5 .sec-input-inactive {
                color: #999;
            }

    .ww .circle-hand-blue-m {
        display: inline-block;
        background: url('/images/workflow-wizard-hand-circle-medium.png') no-repeat;
        width: 102px;
        height: 102px;
        position: absolute;
        top: 35px;
        left: 25px;
    }

    .ww .error-summary, .error-summary {
        color: red;
        font-size: 12px;
        margin-bottom: 15px;
    }

    .ww .error-item {
        display: inline-block;
        width: 5px;
        height: 12px;
        float: right;
    }

    .ww .form-text {
        font-family: Calibri, Arial;
    }

    .ww .form-text-header {
        font-size: 14px;
        font-family: Calibri, Arial;
        margin: 15px 0px 7px 0px;
    }

    .ww .form-text-small {
        font-size: 12px;
        font-family: Calibri, Arial;
        margin-bottom: 5px;
    }

    .ww .message {
        display: none;
        margin-bottom: 15px;
    }

    .ww .message-success {
        display: block;
        color: green;
    }

    .ww .message-fail {
        display: block;
        color: red;
    }

.free-preview-arrow {
    display: inline-block;
    position: absolute;
    left: -10px;
    bottom: -15px;
    width: 100px;
    height: 45px;
    background: url('/images/free-preview-arrow.png') no-repeat;
}

.free-preview-arrow-hide {
    display: none;
}

.download-toolbar {
    display: inline-block;
    position: relative;
    top: -10px;
    left: -15px;
    width: 573px;
    margin: 0px 0px 10px 0px;
    padding: 5px 25px;
    background-color: #f3f3f3;
}

    .download-toolbar .textbox-container {
        position: relative;
        width: 250px;
        margin: 0px;
        border: 1px solid #e1e1e1;
        background-color: #fff;
        -moz-box-shadow: 0px 0px 10px 3px #eee;
        -webkit-box-shadow: 0px 0px 10px 3px #eee;
        box-shadow: 0px 0px 10px 3px #eee;
    }

    .download-toolbar .textbox {
        width: 210px;
        font-size: 16px;
        padding: 7px 6px 6px 6px;
        border: 0px;
        outline: none;
    }

    .download-toolbar .button {
        display: inline-block;
        float: right;
        margin: 3px 3px 2px 3px;
        width: 22px;
        height: 22px;
        background: url('/images/check-button-blue.png') no-repeat;
        cursor: pointer;
    }

.download-toolbar-alt {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    float: right;
    width: 213px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    background-color: Transparent;
}

.download-toolbar .button-container {
    display: inline-block;
    width: 213px;
    float: left;
}

    .download-toolbar .button-container .outer {
        background: url('/images/workflow-wizard-button-s1.png') no-repeat;
        display: inline-block;
        width: 213px;
        height: 56px;
    }

    .download-toolbar .button-container .inner {
        display: inline-block;
        width: 209px;
        font-family: 'Open Sans Condensed';
        font-size: 18px;
        line-height: 1;
        color: #fff;
        text-align: center;
        margin-top: 14px;
    }

.download-toolbar .subscribe-container {
    display: inline-block;
    width: 250px;
    float: right;
}

    .download-toolbar .subscribe-container .success {
        font-family: 'Open Sans Condensed', sans-serif;
        color: green;
        font-size: 18px;
        line-height: 1;
        margin: 6px 0px 4px 2px;
        text-align: center;
    }

    .download-toolbar .subscribe-container .error {
        font-family: 'Open Sans Condensed', sans-serif;
        color: red;
        font-size: 16px;
        line-height: 1;
        margin: 6px 0px 4px 2px;
        font-weight: bold;
        text-align: center;
    }

    .download-toolbar .subscribe-container .message {
        font-family: 'Open Sans Condensed', sans-serif;
        color: #111;
        font-size: 16px;
        line-height: 1;
        margin: 0px 0px 4px 2px;
    }

.last-updated {
    margin-top: 20px;
    padding-top: 10px;
    color: #777;
    font-style: italic;
    border-top: 1px solid #eee;
}

.toggle-container {
    display: none;
    border: 1px solid #dadada;
    font-size: 11px;
    color: #555;
    background-color: #f9f9f9;
    padding: 5px 10px;
    margin: 10px 0px;
}

.errorsummary {
    color: Red;
    margin-bottom: 15px;
}

    .errorsummary ul {
        list-style-type: disc;
    }

.error {
    color: Red;
}

.validator {
    color: Red !important;
}

.shadow-border {
    border: 1px solid #ddd;
    -moz-box-shadow: 0px 0px 6px 1px #dadada;
    -webkit-box-shadow: 0px 0px 6px 1px #dadada;
    box-shadow: 0px 0px 6px 1px #dadada;
}

.submit-a-paper {
    display: inline-block;
    width: 100%;
    height: 62px;
    background: url('/Images/submit-paper-to-journal.png') no-repeat 0 100%;
    border: 1px solid #dadada;
    cursor: pointer;
    margin-bottom: 10px;
}

    .submit-a-paper .submit-a-paper-inner {
        display: inline-block;
        float: right;
        padding: 5px 15px 0 0;
        font-size: 38px;
        font-family: 'Open Sans Condensed', sans-serif;
        color: #4a4a4a;
    }

.hr {
    border: 1px solid #dadada;
    border-bottom-color: #f1f1f1;
}

.resource-picker {
    background-color: #f7f7f7;
    border: 1px solid #dadada;
    border-top: 0px;
    padding: 10px;
    margin-bottom: 20px;
}

    .resource-picker .resource-picker-header {
        margin-bottom: 5px;
        font-weight: bold;
    }






.shopping-cart-tabs {
    float: left;
    width: 100%;
    color: #ccc;
    margin: 10px 0px -1px 0px;
    position: relative;
}

    .shopping-cart-tabs .link {
        display: inline-block;
        font-size: 14px;
        padding: 4px 15px;
    }

    .shopping-cart-tabs .active {
        background-color: #6a6a6a;
        color: #fff;
    }

    .shopping-cart-tabs .tab {
        display: inline-block;
        margin-top: 2px;
        background-color: #333;
        /*width: 135px;*/
        height: 45px;
        color: #eee;
        border-left: 1px solid #111;
        border-top: 1px solid #111;
        cursor: pointer;
        float: left;
        -moz-box-shadow: 1px 3px 5px 1px #222 inset;
        -webkit-box-shadow: 1px 3px 5px 1px #222 inset;
        box-shadow: 1px 3px 5px 1px #222 inset;
        min-width: 140px;
    }

        .shopping-cart-tabs .tab:hover {
            background-color: #171717;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .shopping-cart-tabs .tab .text {
            display: inline-block;
            font-family: 'Tahoma', 'Trebuchet MS';
            color: #fff;
        }

            .shopping-cart-tabs .tab .text.product-name {
                font-size: 16px;
                line-height: 1;
                padding: 5px 15px 0 15px;
            }

            .shopping-cart-tabs .tab .text.price {
                padding: 0 15px 3px 15px;
            }

    .shopping-cart-tabs .tab-active {
        display: inline-block;
        background-color: #fff;
        /*width: 135px;*/
        height: 47px;
        float: left;
        cursor: pointer;
        border-top: 1px solid #dadada;
        border-right: 1px solid #dadada;
        border-left: 1px solid #eaeaea;
        -moz-box-shadow: 0px -4px 6px -2px #bbb;
        -webkit-box-shadow: 0px -4px 6px -2px #bbb;
        box-shadow: 0px -4px 6px -2px #bbb;
        min-width: 140px;
    }

        .shopping-cart-tabs .tab-active .text {
            display: inline-block;
            font-family: 'Tahoma', 'Trebuchet MS';
            color: #e48100;
        }

            .shopping-cart-tabs .tab-active .text.product-name {
                font-size: 16px;
                line-height: 1;
                padding: 7px 15px 0 15px;
            }

            .shopping-cart-tabs .tab-active .text.price {
                padding: 0 15px 3px 15px;
            }

.shopping-cart-tab-content {
    display: inline-block;
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 12px 10px 10px 15px;
}

    .shopping-cart-tab-content .icon-style {
        width: 20px;
        height: 20px;
        background: url('/Images/shopping-cart-icon-med.png') no-repeat;
    }

    .shopping-cart-tab-content .fulfillment {
        display: inline-block;
        /*width: 100%;*/
        font-size: 11px;
        margin: 22px 0 0 10px;
        float: left;
    }

        .shopping-cart-tab-content .fulfillment .in-stock {
            font-size: 14px;
            color: #080;
        }

            .shopping-cart-tab-content .fulfillment .in-stock .img {
                display: inline-block;
                width: 16px;
                height: 16px;
                background: url('/Images/accept.png');
                vertical-align: text-bottom;
                margin: 0px 3px 0px -1px;
            }

    .shopping-cart-tab-content .price-text {
        display: inline-block;
        width: auto;
        color: #e48100;
        font-size: 22px;
        font-weight: bold;
        line-height: .9;
    }

    .shopping-cart-tab-content .quantity {
        display: inline-block;
        width: 80px;
        float: left;
    }

    .shopping-cart-tab-content .quantity-ddl {
        font-size: 14px;
        font-family: "Arial";
        padding: 1px;
        height: 34px;
        margin: 0;
        border: 1px solid #ddd;
        color: #444;
    }

    .shopping-cart-tab-content .price-savings {
        color: #888;
        font-size: 11px;
        margin-top: 5px;
    }

    .shopping-cart-tab-content .promotions .img {
        margin-right: 4px;
        float: left;
    }

    .shopping-cart-tab-content .access-type-text {
        margin-left: 18px;
        font-size: 11px;
        color: #888;
    }



.search-tabs {
    float: left;
    width: 100%;
    color: #ccc;
    margin: 10px 0px -1px 0px;
    position: relative;
}

    .search-tabs .link {
        display: inline-block;
        font-size: 14px;
        padding: 4px 15px;
    }

    .search-tabs .active {
        background-color: #6a6a6a;
        color: #fff;
    }

    .search-tabs .tab {
        display: inline-block;
        margin-top: 2px;
        text-align: center;
        background-color: #333;
        width: 135px;
        display: inline-block;
        color: #eee;
        border-left: 1px solid #111;
        border-top: 1px solid #111;
        cursor: pointer;
        float: left;
        -moz-box-shadow: 1px 3px 5px 1px #222 inset;
        -webkit-box-shadow: 1px 3px 5px 1px #222 inset;
        box-shadow: 1px 3px 5px 1px #222 inset;
    }

        .search-tabs .tab:hover {
            background-color: #171717;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .search-tabs .tab .text {
            display: inline-block;
            padding: 5px 0px;
            font-family: 'Tahoma', 'Trebuchet MS';
        }

    .search-tabs .tab-active {
        display: inline-block;
        text-align: center;
        background-color: #fff;
        width: 135px;
        display: inline-block;
        float: left;
        cursor: pointer;
        border-top: 1px solid #bbb;
        border-right: 1px solid #bbb;
        border-left: 1px solid #bbb;
        -moz-box-shadow: 0px -4px 6px -2px #bbb;
        -webkit-box-shadow: 0px -4px 6px -2px #bbb;
        box-shadow: 0px -4px 6px -2px #bbb;
    }

        .search-tabs .tab-active .text {
            display: inline-block;
            padding: 6px 0px;
            font-family: 'Tahoma', 'Trebuchet MS';
            color: #333;
        }

.search-tabs-border {
    float: left;
    width: 100%;
    height: 1px;
    margin-bottom: 5px;
    -moz-box-shadow: 0px -4px 6px -2px #bbb;
    -webkit-box-shadow: 0px -4px 6px -2px #bbb;
    box-shadow: 0px -4px 6px -2px #bbb;
    background-color: #dadada;
    background-image: url('/Images/rightheader-bg-fallback.png');
    background-image: -webkit-gradient(linear, left, right, color-stop(.75, #aaa), color-stop(1, #fff));
    background-image: -webkit-linear-gradient(left, #aaa 75%, #fff 100%);
    background-image: -moz-linear-gradient(left, #aaa 75%, #fff 100%);
    background-image: -ms-linear-gradient(left, #aaa 75%, #fff 100%);
    background-image: -o-linear-gradient(left, #aaa 75%, #fff 100%);
}

.title-contents-container {
    margin-bottom: 15px;
    -moz-box-shadow: 0px 4px 6px 2px #ddd;
    -webkit-box-shadow: 0px 4px 6px 2px #ddd;
    box-shadow: 0px 4px 6px 2px #ddd;
}

.title-contents-container-inner {
    width: 100%;
    height: 225px;
    overflow-y: auto;
}

.title-contents-container .search-contents-container {
    border-bottom: 1px solid #dadada;
    height: 225px;
    overflow-y: auto;
    margin-right: 3px;
}

.title-contents-container .listitemouter .listiteminner {
    padding: 12px 0px;
}

    .title-contents-container .listitemouter .listiteminner .preview-container {
        padding: 0px 10px 0px 5px;
        font-size: 12px;
        width: 90px;
    }

    .title-contents-container .listitemouter .listiteminner .space-b {
        margin-bottom: 4px;
    }

.format-selected {
    display: inline-block;
    float: right;
    width: 190px;
    height: 28px;
    border-left: 1px solid #dadada;
    background-color: #f7f7f7;
    cursor: pointer;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.0, #f9f9f9), color-stop(1, #eee));
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f9f9f9 0%, #eee 100%);
    background-image: -ms-linear-gradient(top, #f9f9f9 0%, #eee 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #eee 100%);
}

.format-selection-box {
    display: none;
    position: absolute;
    width: 190px;
    border: 1px solid #b8d8f5;
    border-top: 0px;
    text-align: left;
    right: 31px;
    z-index: 999;
    background-color: #fff;
    color: #222;
}

    .format-selection-box .format-link {
        padding: 3px 15px;
        cursor: pointer;
    }

        .format-selection-box .format-link:hover {
            background-color: #eaeaea;
        }

.ddl-selected-color {
    border: 0px;
    color: #333;
    height: 24px;
    font-size: 12px;
    text-align: left;
    width: 97px;
}

    .ddl-selected-color option {
        font-size: 11px;
    }

.search-result-contents {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url('/jQuery/css/blitzer/images/ui-icons_004276_256x240.png');
    background-repeat: no-repeat;
}

.search-result-contents-show {
    background-position: -65px -16px;
}

.search-result-contents-hide {
    background-position: 0px -16px;
}

.save-search-nav {
    display: inline-block;
    font-size: 11px;
    cursor: pointer;
    width: 100%;
    padding: 2px 0px;
}

    .save-search-nav .inner {
        display: block;
        padding: 0 6px 0 0;
    }

    .save-search-nav .text {
        display: inline-block;
        float: left;
        width: 126px;
        color: #333;
        cursor: pointer;
        padding: 0 0 0 6px;
    }

    .save-search-nav .img {
        display: inline-block;
        width: 10px;
        height: 13px;
        background-image: url('/jQuery/css/smoothness/images/ui-icons_888888_256x240.png');
        background-repeat: no-repeat;
        background-position: -179px -98px;
    }

    .save-search-nav:hover {
        background-color: #eee;
    }

    .save-search-nav .img:hover {
        background-image: url('/jQuery/css/blitzer/images/ui-icons_004276_256x240.png');
    }

.hp-search {
    position: relative;
}

    .hp-search .icon {
        display: inline-block;
        width: 95px;
        height: 30px;
        background: url('/Images/search-box-overlay.png') no-repeat;
        float: left;
        margin-top: -1px;
        cursor: pointer;
    }

    .hp-search .cont {
        position: relative;
        border: 1px solid #b8d8f5;
        width: 988px;
        height: 28px;
        -moz-box-shadow: 0px 0px 10px 3px #eee;
        -webkit-box-shadow: 0px 0px 10px 3px #eee;
        box-shadow: 0px 0px 10px 3px #eee;
    }

    .hp-search .txt {
        font-size: 16px;
        padding: 7px 6px 6px 6px;
        border: 0px;
        outline: none;
        width: 645px;
        height: 15px;
        float: left;
    }

    .hp-search .formats-cont {
        display: inline-block;
        position: relative;
        width: 190px;
        text-align: center;
        padding-top: 6px;
        font-family: Arial;
        color: #222;
        font-size: 16px;
        line-height: 1;
    }

        .hp-search .formats-cont .selected {
            display: inline-block;
            width: 164px;
            float: left;
        }

        .hp-search .formats-cont .d-arrow {
            display: inline-block;
            height: 18px;
            width: 16px;
            float: right;
            background: #f3f3f3 url('/jQuery/css/smoothness/images/ui-icons_222222_256x240.png') no-repeat;
            border: 0px;
            margin-right: 10px;
            background-position: -64px -14px;
        }

    .hp-search .btn {
        display: inline-block;
        width: 31px;
        height: 30px;
        background: url('/Images/search-box-overlay-r.png') no-repeat;
        float: right;
        margin-top: -1px;
        cursor: pointer;
    }

.hp-auto-complete {
    display: none;
    position: absolute;
    width: 671px;
    border: 1px solid #eaeaea;
    top: 28px;
    right: 221px;
    z-index: 1250;
    background-color: #fff;
    -moz-box-shadow: 0px 2px 10px 0px #ccc;
    -webkit-box-shadow: 0px 2px 10px 0px #ccc;
    box-shadow: 0px 2px 10px 0px #ccc;
}

    .hp-auto-complete .item {
        display: block;
        padding: 4px 6px;
        text-align: left;
        font-size: 16px;
        color: #333;
        cursor: pointer;
    }

        .hp-auto-complete .item:hover {
            background-color: #f3f3f3;
        }

    .hp-auto-complete .item-selected {
        background-color: #f3f3f3;
    }

.bst {
    display: inline-block;
}

    .bst .search {
        display: inline-block;
        width: 195px;
    }

    .bst .search-container {
        display: inline-table;
        padding-left: 5px;
    }

    .bst .hp-auto-complete {
        right: 335px;
    }

.custom-ddl {
    display: inline-block;
    position: relative;
    width: 100%;
    font-family: Arial;
    color: #222;
    font-size: 11px;
    line-height: 1;
    border: 1px solid #dadada;
    cursor: default;
}

    .custom-ddl .selected {
        display: inline-block;
        float: left;
        padding: 4px 0px 0px 4px;
    }

    .custom-ddl .d-arrow {
        display: inline-block;
        height: 18px;
        width: 17px;
        float: right;
        background: #f3f3f3 url('/jQuery/css/smoothness/images/ui-icons_222222_256x240.png') no-repeat;
        border: 0px;
        background-position: -64px -14px;
    }

.custom-ddl-selection-box {
    display: none;
    position: absolute;
    min-width: 240px;
    width: 100%;
    border: 1px solid #dadada; /*border-top:0px;*/
    text-align: left;
    right: 0px;
    z-index: 999;
    background-color: #fff;
    color: #222;
    margin: -1px 0px 0px 0px;
}

    .custom-ddl-selection-box .format-link {
        padding: 3px 15px;
        cursor: pointer;
    }

        .custom-ddl-selection-box .format-link:hover {
            background-color: #eaeaea;
        }

.ss-display-options {
    display: inline-block;
    position: relative;
    width: 150px;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    cursor: pointer;
}

    .ss-display-options .ss-label {
        display: inline-block;
        float: right;
    }

    .ss-display-options .ss-d-arrow {
        display: inline-block;
        float: right;
        height: 14px;
        width: 16px;
        float: right;
        background: #fff url('/jQuery/css/smoothness/images/ui-icons_222222_256x240.png') no-repeat;
        border: 0px;
        margin-right: 10px;
        background-position: -64px -17px;
    }

.ss-display-options-box {
    display: none;
    position: absolute;
    width: 150px;
    border: 1px solid #e1e1e1;
    border-top: 0px;
    text-align: left;
    right: -1px;
    top: 16px;
    z-index: 999;
    background-color: #fff;
    color: #222;
    padding: 7px 0px;
}

    .ss-display-options-box .format-link {
        display: inline-block;
        width: 120px;
        padding: 3px 15px;
        font-size: 11px;
        cursor: default;
    }

        .ss-display-options-box .format-link:hover {
        }

.hp-box-lrg {
    display: inline-block;
    width: 990px;
    border-top: 0px solid #eee;
    margin: 10px 0px 10px 0px;
}

    .hp-box-lrg .r-space {
        margin-right: 21px;
    }

    .hp-box-lrg .outer {
        display: inline-block;
        width: 308px;
        height: 134px;
        float: left;
        padding: 3px;
        border: 1px solid #dadada;
    }

        .hp-box-lrg .outer .inner {
            display: inline-block;
            width: 308px;
            height: 134px;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.0, #fff), color-stop(1, #f3f3f3));
            background-image: -webkit-linear-gradient(bottom, #fff 0%, #f3f3f3 100%);
            background-image: -moz-linear-gradient(bottom, #fff 0%, #f3f3f3 100%);
            background-image: -ms-linear-gradient(bottom, #fff 0%, #f3f3f3 100%);
            background-image: -o-linear-gradient(bottom, #fff 0%, #f3f3f3 100%);
        }

            .hp-box-lrg .outer .inner .pad {
                display: inline-block;
                padding: 12px 0px 18px 0px;
            }

                .hp-box-lrg .outer .inner .pad .img-cont {
                    display: inline-block;
                    float: left;
                    margin: 0px 10px;
                }

                .hp-box-lrg .outer .inner .pad .img {
                    display: inline-block;
                    background-image: url('/Images/r-nav-sp-grad.png');
                }

                .hp-box-lrg .outer .inner .pad .img-books {
                    height: 66px;
                    width: 72px;
                    background-position: 0px -314px;
                }

                .hp-box-lrg .outer .inner .pad .img-monitor {
                    height: 60px;
                    width: 66px;
                    background-position: -4px -251px;
                }

                .hp-box-lrg .outer .inner .pad .img-person {
                    height: 55px;
                    width: 60px;
                    background-position: -7px -134px;
                }

                .hp-box-lrg .outer .inner .pad .text-cont {
                    display: inline-block;
                    width: 210px;
                    float: left;
                }

                    .hp-box-lrg .outer .inner .pad .text-cont .header {
                        font-family: 'Open Sans Condensed', sans-serif;
                        font-size: 24px;
                        line-height: .8;
                        margin-bottom: 9px;
                    }

                    .hp-box-lrg .outer .inner .pad .text-cont .desc {
                        font-size: 12px;
                        line-height: 1.4;
                        margin-bottom: 4px;
                        font-weight: bold;
                    }

                    .hp-box-lrg .outer .inner .pad .text-cont .link-cont {
                        font-size: 11px;
                        line-height: 1.3;
                        margin-bottom: 14px;
                    }

                        .hp-box-lrg .outer .inner .pad .text-cont .link-cont .space {
                            margin-bottom: 2px;
                        }

                        .hp-box-lrg .outer .inner .pad .text-cont .link-cont a {
                            color: #777;
                            text-decoration: underline;
                        }

                            .hp-box-lrg .outer .inner .pad .text-cont .link-cont a:hover {
                                color: #333;
                                text-decoration: none;
                            }

.hp-media {
    display: inline-block;
    position: relative;
    width: 590px;
    border-top: 1px solid #dadada;
    margin: 0px 14px 10px 14px;
}

    .hp-media .l-border {
        border-left: solid #eaeaea 1px;
    }

    .hp-media .outer {
        display: inline-block;
        position: relative;
        width: 294px;
        height: 105px;
        float: left;
        cursor: pointer;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.0, #fff), color-stop(1, #f7f7f7));
        background-image: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 100%);
        background-image: -moz-linear-gradient(top, #fff 0%, #f7f7f7 100%);
        background-image: -ms-linear-gradient(top, #fff 0%, #f7f7f7 100%);
        background-image: -o-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    }

        .hp-media .outer .pad {
            display: inline-block;
            width: 294px;
            height: 75px;
            padding: 15px 0px;
        }

            .hp-media .outer .pad .img-cont {
                display: inline-block;
                float: left;
                margin: 0px 10px;
                width: 75px;
            }

                .hp-media .outer .pad .img-cont img {
                    max-width: 75px;
                    max-height: 75px;
                }

            .hp-media .outer .pad .text {
                display: inline-block;
                width: 185px;
                float: left;
            }

                .hp-media .outer .pad .text .header {
                    display: inline-block;
                    width: 185px;
                    font-family: 'Open Sans Condensed', sans-serif;
                    color: #e48100;
                    font-size: 22px;
                    line-height: .8;
                    margin-bottom: 7px;
                }

                .hp-media .outer .pad .text .body {
                    display: inline-block;
                    width: 185px;
                    color: #333;
                    margin-bottom: 5px;
                }

                .hp-media .outer .pad .text .link {
                    color: #777;
                    text-decoration: underline;
                    font-size: 11px;
                }

                    .hp-media .outer .pad .text .link:hover {
                        color: #333;
                        text-decoration: none;
                    }

    .hp-media .hp-hr {
        display: inline-block;
        width: 590px;
        height: 1px;
        float: left;
        border-top: 1px solid #eee;
    }

.search-overlay-text {
    font-family: 'Tahoma', 'Trebuchet MS';
    font-size: 22px;
    margin: 15px 0px;
}

.search-overlay-cancel {
    font-size: 11px;
    color: #36c;
    text-decoration: none;
    margin-bottom: 15px;
}

.form-block {
    display: inline-block;
    width: 230px;
    margin: 0px 50px 15px 0px;
}

.form-block-full-width {
    width: 510px;
}

.form-block input[type=text], .form-block textarea {
    font-size: 16px;
    padding: 7px 6px 6px 6px;
    width: 100%;
    margin: 3px 0px 0px 0px;
    font-family: "Arial";
    color: #444;
    border: 1px solid #eaeaea;
    -moz-box-shadow: 0px 0px 10px 0px #eee;
    -webkit-box-shadow: 0px 0px 10px 0px #eee;
    box-shadow: 0px 0px 10px 0px #eee;
}

.form-block input[type=text] {
    height: 28px;
}

.form-block textarea {
    height: 40px;
}

.yellow-gen-button {
    display: inline-block;
    width: 200px;
    height: 50px;
    background: url('/images/yellow-gen-button-200.png');
    margin-top: 10px;
}

    .yellow-gen-button .text {
        display: inline-block;
        width: 140px;
        padding: 11px 30px;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        line-height: 1;
        font-family: 'Open Sans Condensed', sans-serif;
        color: #222;
    }

        .yellow-gen-button .text .yellow-gen-icon {
            display: inline-block;
            width: 16px;
            background-image: url('/jQuery/css/smoothness/images/ui-icons_222222_256x240.png');
            background-repeat: no-repeat;
            height: 16px;
        }

.pager-custom-container {
    float: left;
    vertical-align: top;
    padding-top: 1px;
    margin: 15px 0px;
}

    .pager-custom-container .page {
        font-size: 11px;
        display: inline-block;
        vertical-align: top;
        padding: 1px 3px;
    }

    .pager-custom-container .content-count {
        vertical-align: top;
    }

.box-shadow {
    margin-bottom: 8px;
    -moz-box-shadow: 0px 4px 6px 2px #ddd;
    -webkit-box-shadow: 0px 4px 6px 2px #ddd;
    box-shadow: 0px 4px 6px 2px #ddd;
}

.blur-contents {
    color: #aaa !important;
    background-color: #f7f7f7 !important;
}

    .blur-contents div,
    .blur-contents span {
        color: #aaa !important;
        background-color: #f7f7f7 !important;
    }

    .blur-contents a,
    .blur-contents .generic-link {
        pointer-events: none;
        cursor: default;
        color: #aaa;
    }

    .blur-contents .edit-entry {
        display: none;
    }

    .blur-contents img,
    .blur-contents li {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        filter: grayscale(100%);
        -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
        -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
        filter: gray;
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    }

.focus-contents {
    background-color: #fff !important;
}

.description-text-default {
    color: #777;
}

input[disabled], select[disabled] {
    background-color: #ebebe4;
}

.generic-link {
    color: #36c;
    cursor: pointer;
}

    .generic-link:hover {
        color: #333;
    }

.validation-warning-img {
    vertical-align: top;
}

.validation-warning-txt {
    display: inline-block;
    margin: 1px 7px 0px 2px;
    font-style: italic;
    color: Orange;
}

.ts-stats {
    display: inline-block;
    width: 100%;
    margin-top: 3px;
}

    .ts-stats img {
        display: inline-block;
        vertical-align: top;
        float: left;
        margin-right: 2px;
    }

    .ts-stats .ts-stat-label {
        display: inline-block;
        width: 115px;
        margin: 1px 0px 0px 3px;
        float: left;
    }

    .ts-stats .ts-stat-label-s {
        display: inline-block;
        width: 100px;
        margin: 1px 0px 0px 3px;
        float: left;
    }

    .ts-stats .ts-stat-desc {
        margin-top: 1px;
    }

.box-sizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.growlUI {
    background: url('/Images/check48.png') no-repeat 10px 10px;
}

    div.growlUI h1, div.growlUI h2 {
        color: white;
        padding: 5px 5px 5px 75px;
        text-align: left;
    }

#catalogs-container .catalog-img-container {
    height: 150px;
}

#catalogs-container .catalog-img {
    display: block;
    float: none;
}

#catalogs-container .preview-alt {
    margin-bottom: 5px;
    display: block;
}

    #catalogs-container .preview-alt .sample {
        text-align: center;
        width: 120px;
    }

#catalogs-container .listing-h h2 {
    font-size: 16px;
}

#catalogs-container .listing-h .item {
    height: 220px;
}

#catalogs-container .list-item-toggle:hover {
    padding-bottom: 20px;
    height: auto;
    background-position: bottom;
}

    #catalogs-container .list-item-toggle:hover .list-item-toggle-over {
        display: block;
    }

#catalogs-header {
    width: 990px;
    min-height: 288px;
    background: url('/Images/product-catalogs-lp.png') no-repeat;
    overflow: hidden;
    position: relative;
}

    #catalogs-header .description {
        margin: 80px 0 20px 270px;
        float: left;
        width: 350px;
        color: #777;
    }

#catalogs-container {
    position: relative;
}

#categories-list {
    width: 250px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #b8b8b8;
    background-color: #fafafa;
}

    #categories-list a {
        padding: 8px 5px;
        padding-left: 10px;
        display: block;
        color: black;
        text-decoration: none;
        overflow: hidden;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #e8e8e8;
        cursor: pointer;
    }

        #categories-list a.selected,
        #categories-list a:hover {
            background-color: #e9e9e9;
            border-top: 1px solid #d8d8d8;
            border-bottom: 1px solid #e4e4e4;
        }

            #categories-list a.selected:first-child,
            #categories-list a:first-child:hover {
                border-top-color: transparent;
            }

        #categories-list a span {
            display: block;
            float: left;
            padding-top: 2px;
            pointer-events: none;
        }

        #categories-list a .bullet {
            display: block;
            margin-right: 4px;
            float: left;
            background: url('/Images/ulbulletdark2.png') no-repeat center top;
            width: 16px;
            height: 16px;
        }

        #categories-list a.selected .bullet {
            background-image: url('/Images/ulbulletsmall.png');
        }

#catalogs-container .catalog .description,
#catalogs-container .catalog .copyright,
#catalogs-container .catalog .category {
    font-size: 11px;
    margin-top: 4px;
    color: #777;
}

#catalogs-container .catalog .title {
    font-size: 12px;
    margin-top: 6px;
}

#banner-rotator {
    width: 990px;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
}

    #banner-rotator .shadow {
        background-color: #ffffff;
        border: 1px solid #ddd;
    }

#banner-container {
    position: relative;
    padding: 0;
    background-color: #ffffff;
    height: 282px;
    overflow: hidden;
}

#banner-images a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
}

    #banner-images a.selected {
        z-index: 10;
        opacity: 1.0;
        cursor: pointer;
    }

    #banner-images a.last-selected {
        z-index: 9;
    }

#tabs-container {
    height: 30px;
    background-color: #333;
    box-shadow: 0 3px 5px #ccc;
}

    #tabs-container .tab-group {
        display: block;
        float: left;
    }

    #tabs-container .subtab-group {
        display: none;
        position: absolute;
        z-index: 1000;
        bottom: 40px;
        right: 20px;
    }

    #tabs-container .tab {
        display: block;
        float: left;
        cursor: pointer;
        width: 175px;
        height: 30px;
        text-align: center;
        font-size: 14px;
        font-family: Tahoma, "Trebuchet MS";
        box-sizing: border-box;
        background-color: #333;
        color: white;
        box-shadow: 1px 3px 5px 1px #222 inset;
        border-right: 1px solid black;
    }

        #tabs-container .tab.selected ~ .subtab-group {
            display: block;
        }

        #tabs-container .tab:hover {
            background-color: #171717;
        }

        #tabs-container .tab span {
            pointer-events: none;
            margin-top: 6px;
            display: block;
        }

        #tabs-container .tab.selected span {
            font-size: 18px;
            margin-top: 7px;
        }

    #tabs-container .subtab {
        display: block;
        float: left;
        cursor: pointer;
        background-color: transparent;
        background-image: url('/jQuery/css/smoothness/images/ui-icons_454545_256x240.png');
        background-position: -112px -144px;
        color: #555;
        height: 16px;
        width: 16px;
        padding: 0;
        border: none;
    }

        #tabs-container .subtab.selected {
            background-position: -80px -144px;
        }

    #tabs-container .tab.selected {
        background-color: #fff;
        color: black;
        height: 35px;
        box-shadow: 0 5px 6px 0 #ccc;
        border: 1px solid #ccc;
        border-top: none;
        margin-left: -1px;
    }

        #tabs-container .tab.selected:hover {
            background-color: #fff;
        }

#data-sets {
    margin: 5px 25px 25px 0;
    clear: both;
}

    #data-sets ul.dataset-list {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        #data-sets ul.dataset-list li {
            padding: 5px 0;
        }

#title-awards, #title-awards-summary {
}

    #title-awards div.award-image-container {
        width: 50px;
        height: 50px;
        margin-right: 10px;
        float: left;
    }

        #title-awards div.award-image-container img {
            width: 50px;
            height: 50px;
        }

    #title-awards div.award-details {
        float: left;
        width: 520px;
    }

        #title-awards div.award-details .award-name {
            display: block;
            padding-bottom: 5px;
            margin-bottom: 5px;
            border-bottom: 1px solid #e6e6e6;
        }

    #title-awards-summary div.award-image-container {
        width: 50px;
        height: 50px;
        margin-right: 10px;
        float: left;
    }

        #title-awards-summary div.award-image-container img {
            width: 50px;
            height: 50px;
        }

    #title-awards-summary div.award-details {
        float: left;
        width: 520px;
    }

        #title-awards-summary div.award-details .award-title {
            display: block;
            padding-bottom: 5px;
            margin-bottom: 5px;
            border-bottom: 1px solid #e6e6e6;
        }

ul.title-awards-list {
    padding: 0;
    margin: 0;
}

    ul.title-awards-list li {
        overflow: hidden;
        width: 580px;
        list-style-type: none;
        border-top: 1px solid #d6d6d6;
        padding: 10px 0;
    }

        ul.title-awards-list li:first-child {
            border-top: 0;
        }

.isd-mobile-container {
    width: 600px;
    margin: 10px auto 30px auto;
}

    .isd-mobile-container .isd-store-icons {
        text-align: center;
        margin: 5px 0;
    }

        .isd-mobile-container .isd-store-icons a {
            text-align: left;
            width: 50%;
            display: inline-block;
        }

            .isd-mobile-container .isd-store-icons a:first-child {
                text-align: right;
            }

        .isd-mobile-container .isd-store-icons.vertical a {
            display: block;
            text-align: left;
            width: auto;
        }

        .isd-mobile-container .isd-store-icons a img {
            height: 45px;
            margin: 5px 10px;
        }

    .isd-mobile-container .isd-description {
        font-family: Arial;
        font-size: 14px;
        color: #555;
        margin: 10px auto;
        text-align: center;
        font-style: italic;
    }

.platformdemo-signup-button {
    background-color: #156284;
    color: #ffffff;
    font-size: 13px;
    border: 2px solid #ddd;
    border-radius: 5px;
    display: block;
    width: 175px;
    padding: 10px 0;
    margin-bottom: 15px;
}

    .platformdemo-signup-button:hover {
        background-color: #7399bc;
        cursor: pointer;
    }

.staff-box-header {
    display: inline-block;
    width: 100%;
    float: left;
}

.staff-box {
    display: inline-block;
    float: left;
    width: 197px;
    margin-bottom: 25px;
}

    .staff-box .img {
        display: inline-block;
        width: 197px;
        height: 210px;
    }

    .staff-box .name {
        font-size: 16px;
        margin: 15px 0px 5px 0px;
    }

    .staff-box .position {
        color: #777;
    }

.staff-box-contact {
    margin-bottom: 15px;
}

.free-e-access-popup-help {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    vertical-align: bottom;
    cursor: pointer;
}

    .free-e-access-popup-help .img {
        display: inline-block;
        float: left;
        width: 16px;
        height: 16px;
        float: left;
        background: url('/Images/i-icon-16x16.png') no-repeat;
    }

    .free-e-access-popup-help .txt {
        display: inline-block;
        float: left;
        font-weight: bold;
        font-size: 11px;
        margin: 2px 0px 0px 5px;
    }

.free-e-access-popup {
    display: none;
    margin: 10px 0px 0px 0px;
    float: left;
    font-size: 12px;
    position: absolute;
    background-color: #fff;
    width: 500px;
    z-index: 999;
    color: #333;
    padding: 12px 15px 20px 15px;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.eed-nav-box {
    display: inline-block;
    width: 85px;
    height: 85px;
    padding: 20px;
    background-color: #86b639; /* IE Fallback for Opacity */
    background-color: rgba(134, 182, 57, 0.80);
    text-align: center;
    float: left;
}

    .eed-nav-box .text {
        font-size: 16px;
        color: #fff;
    }

    .eed-nav-box:hover {
        background-color: #7bac2d;
    }

.page-stack {
    display: inline-block;
    width: 50px;
    height: 62px;
    background: url('/Images/page-stack.png');
    margin-bottom: 10px;
}

.plus-circle {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('/Images/plus-circle.png');
    margin: 6px 0px 16px 0px;
}

.publish-wp .ww {
    display: inline-block;
    margin: 15px 0px 25px 0px;
}

    .publish-wp .ww .section-margin {
        width: 593px;
        margin-bottom: 28px;
    }

        .publish-wp .ww .section-margin .content {
            width: 593px;
        }

            .publish-wp .ww .section-margin .content .step {
                background: url('/Images/workflow-wizard-hand-circle-medium-gray.png') no-repeat;
            }

.publish-wp .resource-box {
    display: inline-block;
    width: 200px;
    float: left;
    margin-left: 75px;
}

    .publish-wp .resource-box .header {
        font-size: 14px;
        margin: 0px 0px 8px 0px;
        font-weight: bold;
    }

    .publish-wp .resource-box .item {
        margin-bottom: 6px;
    }

        .publish-wp .resource-box .item a, .publish-wp .resource-box .header .item a:link, .publish-wp .resource-box .header .item a:visited {
            color: #777;
            text-decoration: underline;
        }

            .publish-wp .resource-box .item a:hover {
                color: #333;
                text-decoration: none;
            }

.searchresults-item {
    position: relative;
}

    .searchresults-item .show-contents-link {
        cursor: pointer;
        color: #049;
        float: right;
    }

        .searchresults-item .show-contents-link > .ui-icon {
            display: inline-block;
            height: 12px;
            width: 12px;
        }

    .searchresults-item .item-sidebar {
        position: absolute;
        right: 0;
        top: 2%;
        width: 3px;
        height: 96%;
        background-color: transparent;
    }

        .searchresults-item .item-sidebar.sidebar-ownedtitle {
            background-color: #8FB98F;
        }

        .searchresults-item .item-sidebar.sidebar-freetitle {
            background-color: #cbdd52;
        }


.unowned-title-message {
    margin-top: 50px;
}

    .unowned-title-message h3 {
    }

    .unowned-title-message p {
    }

.show-content-link {
    cursor: pointer;
    color: #049;
    float: right;
}

.title-recommendation {
    margin: 30px 0;
    border: 1px solid #d6d6d6;
    padding: 10px;
    background-color: #f7f7f7;
}

    .title-recommendation > .header {
    }

    .title-recommendation > .message {
        margin-top: 1em;
        margin-bottom: 2em;
    }

    .title-recommendation .field-row {
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .title-recommendation .field-row > label {
            display: inline-block;
            width: 100px;
        }

        .title-recommendation .field-row > input[type=text] {
        }

        .title-recommendation .field-row > input[type=text],
        .title-recommendation .field-row > select {
            max-width: 350px;
        }

            .title-recommendation .field-row > select > option {
            }

        .title-recommendation .field-row > textarea {
            width: 100%;
            resize: none;
        }

    .title-recommendation .button-row {
        padding-top: 10px;
    }

        .title-recommendation .button-row > input[type=submit] {
            padding: 4px 8px;
        }

.xmlReader disp-quote {
    font-style: italic;
}
.xmlReader ul + p {
    margin-top: 1em;
}


ul.indices-list {
    margin: 0;
    padding: 0;
}
ul.indices-list li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    display: block;
    width: 50%;
}
    ul.indices-list li .name, 
    ul.indices-list li a {
        line-height: 30px;
    }

    ul.indices-list li img {
        width: 75px;
        max-height: 30px;
        float: right;
    }