/* ** NAVIGATION & LAYOUT ** */

body.modalw {
    background-color: #ffffff !important;
    background-image: none !important;
    background: none !important;
}

body {
    background: #e3e3e3 url(../../../img/v1/aila_agora_background.jpg) 0px 0px repeat-x;
    -webkit-background-size: 3000px 4500px;
    color: #000;
}

#container {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.modal {
    background-color: #ffffff;
    margin: 0;
    padding: 20px;
    width: 670px;
    min-height: 200px;
}

.modaltwocol {
    width: 300px;
    float: left;
}
/* Header Styles */
#container #header {
    padding-bottom: 26px;
    margin-top: 13px;
}

    #container #header #logo {
        background: url(../../../img/v1/aila_agora_logo.png) 0px 0px no-repeat;
        width: 189px;
        height: 108px;
        float: left;
        display: block;
        text-indent: -9999px;
    }

    #container #header #logo_small {
        background: url(../../../img/v1/logo_small.png) 0px 0px no-repeat;
        width: 140px;
        height: 81px;
        float: left;
        display: block;
        text-indent: -9999px;
    }

.logosmall {
    background: url(../../../img/v1/logo_small.png) left center no-repeat;
    width: 960px;
    margin: 20px auto;
    position: relative;
}

    .logosmall a {
        text-indent: -9999px;
    }

#container #header #logo a {
    display: block;
    width: 189px;
    height: 108px;
}

.sgnav {
    list-style-type: none;
}

    .sgnav li {
        display: inline;
    }

        .sgnav li a {
            padding: 4px 10px;
            background-color: #9fc359;
            color: #fff;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            font-size: 0.8em;
            line-height: 200%;
            white-space: nowrap;
        }

            .sgnav li a:hover {
                background-color: #739530;
            }

ul#topnav {
    list-style: none;
    position: absolute;
    right: 0px;
    display: block;
}

    ul#topnav li {
        display: block;
        float: left;
        color: #ffffff;
        font-size: 0.7em;
        padding: 5px 10px;
    }

        ul#topnav li a {
            color: #ffffff;
        }

            ul#topnav li a:hover {
                color: #aad3d7;
            }

            ul#topnav li a.cart {
                background: transparent url(../../../img/v1/cart.png) left center no-repeat;
                padding-left: 20px;
                margin-left: 7px;
            }

#quote {
    font: italic normal 1.0em/1.3em Georgia, serif;
    color: #aad3d7;
    width: 637px;
    position: absolute;
    right: 0px;
    top: 62px;
    text-align: right;
    display: block;
}

    #quote #author {
        font: italic normal 1.0em/1.3em Georgia, serif;
        text-align: right;
        display: block;
    }

.cartcontents {
    position: relative;
    width: 670px;
}

.checkmeout {
    /* width: 670px; */
    position: absolute;
    right: 250px;
}

.cartcontents form fieldset p label {
    font-size: 1.0em;
}

#main {
    background-color: #ffffff;
    padding: 30px;
    min-height: 1000px;
}

#mainnavs {
    float: right;
    width: 197px;
    position: relative;
}

/* Sidebar Styles */
/* Search */
fieldset.search {
    border: none;
    width: 200px;
    margin: 0 auto;
    background: #ffffff;
}

.search input, .search button {
    border: none;
    float: left;
}

    .search input.box {
        color: #666666;
        width: 157px;
        height: 30px;
        padding: 2px 0 0 8px;
        background: #ffffff url(../../../img/v1/search_bg.png) no-repeat;
        margin-right: 0px;
    }

        .search input.box:focus {
            background: #ffffff url(../../../img/v1/search_bg.png) no-repeat left -32px;
            outline: none;
        }

    .search button.btn {
        width: 32px;
        height: 32px;
        cursor: pointer;
        text-indent: -9999px;
        background: #ffffff url(../../../img/v1/search_bg.png) no-repeat top right;
    }

        .search button.btn:hover {
            background: #ffffff url(../../../img/v1/search_bg.png) no-repeat bottom right;
        }

.takeWithbutton {
    border: none;
    background-color: #3C8CBE;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 20px !important;
    margin: 2px 0px !important;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    cursor: pointer;
    font-family: Arial, sans-serif;
}

    .takeWithbutton:hover {
        color: #ffffff;
        background-color: #307098;
    }

/* Navs */
#mainnavs ul {
    list-style: none;
    position: relative;
}

#mainnavs ol {
    list-style-position: inside;
}

#mainnavs ul li {
    position: relative;
    clear: left;
    display: block;
}

#mainnavs ul, #mainnavs ol {
    margin-top: 20px;
}

    #mainnavs ul li, #mainnavs ol li {
        border-left: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
    }

        #mainnavs ul li.navtop, #mainnavs ol li.navtop {
            border-top: 1px solid #dcdcdc;
        }

        #mainnavs ul li.navheader, #mainnavs ol li.navheader {
            padding: 10px 10px;
            border: 1px solid #307098;
            background-color: #307098 !important;
            color: #ffffff !important;
            font-size: 0.9em;
            font-weight: bold;
        }

    #mainnavs ul#diglib li.navheader {
        background-image: none !important;
        background-color: #9fc359 !important;
        border: 1px solid #96BD47;
        color: #ffffff !important;
        font-size: 0.9em !important;
        font-weight: bold;
    }

        #mainnavs ul#diglib li.navheader a {
            background-color: #9fc359 !important;
            border: none;
            color: #ffffff !important;
            font-size: 1em !important;
            padding: 0;
        }

    #mainnavs ul#mostpopular li a .prodimgcontainer, #mainnavs ul#recentlyviewed li a .prodimgcontainer, #mainnavs ul#fromwishlist li a .prodimgcontainer {
        width: 50px;
        text-align: center;
        display: inline-table;
        border: 0px solid #cc0000;
        margin-right: 10px;
        float: left;
    }

    #mainnavs ul li a, #mainnavs ol li a {
        display: block;
        color: #737569;
        font-size: 0.8em;
        padding: 6px 10px;
        background-color: #f7f7f7;
        text-decoration: none;
        background-color: rgb(247, 247, 247);
        color: #000;
        /*
    white-space: nowrap;
    overflow: hidden;
*/
    }

    #mainnavs ul#mostpopular, #mainnavs ul#recentlyviewed, #mainnavs ul#fromwishlist {
        margin-bottom: 30px;
    }

        #mainnavs ul#mostpopular li a, #mainnavs ul#recentlyviewed li a, #mainnavs ul#fromwishlist li a {
            padding-right: 30px;
            display: block;
        }

            #mainnavs ul#recentlyviewed li a:hover, #mainnavs ul#fromwishlist li a:hover {
                background-color: #f7f7f7;
                color: #737569;
            }

        #mainnavs ul#recentlyviewed li, #mainnavs ul#fromwishlist li {
            background-color: #f7f7f7;
            color: #737569;
        }

    #mainnavs ul li.sale a, #mainnavs ul li.sale a:hover {
        color: #cc0000;
        font-weight: bold;
    }

    #mainnavs ul li.special a {
        color: #96b476;
        font-weight: bold;
    }

    #mainnavs ul li.renew a {
        color: #fff;
        background-color: #c00;
        font-weight: bold;
    }

        #mainnavs ul li.renew a:hover {
            color: #c00;
        }


    #mainnavs ul li a img, #mainnavs ol li a img {
    }

    #mainnavs ul li a:hover, #mainnavs ol li a:hover {
        color: #ffffff;
        background: #9fc359 url(../../../img/v1/nav_arrow.png) 182px center no-repeat;
        /*
    white-space: inherit;
    overflow: visible;
*/
    }

    #mainnavs ul#mostpopular li a:hover, #mainnavs ul#diglib li a:hover {
        background-image: none;
    }

    #mainnavs ul li:last-child, #mainnavs ol li:last-child, #mainnavs ul li:last-child a, #mainnavs ol li:last-child a, #mainnavs ul li:last-child a:hover, #mainnavs ol li:last-child a:hover {
        -moz-border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
    }

    #mainnavs ul#diglib li:last-child, #mainnavs ul#diglib li:last-child a, #mainnavs ul#diglib li:last-child a:hover {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }
/* Footer */
#footer {
    background: #6b6a6b url(../../../img/v1/footer_background.png) top left repeat-x;
    width: 100% !important;
    border-top: 1px solid #999999;
    -webkit-background-size: 3000px 599px;
    text-align: center;
}

.footercontainer {
    width: 960px;
    margin: 0px auto;
    display: block;
    padding: 30px 0px;
    color: #ffffff;
    font-size: 0.75em;
    position: relative;
    text-align: left;
}

    .footercontainer a {
        color: #e7e7e7;
    }

        .footercontainer a:hover {
            color: #ffffff;
        }

    .footercontainer h3 {
        margin: 20px 0 10px 0px;
        width: 165px;
        border-bottom: 1px solid #cccccc;
        padding-bottom: 3px;
        font-size: 1.0em;
    }

    .footercontainer .ailalogo {
        background: transparent url(../../../img/v1/aila_logo.png) no-repeat;
        width: 242px;
        height: 54px;
        text-indent: -9999px;
        display: block;
    }

.applybutton {
    background: transparent url(../../../img/v1/footer_button.png) 0 0 no-repeat;
    width: 264px;
    height: 23px;
    display: block;
    color: #ffffff;
    font-size: 1.2em;
    font-family: Georgia, serif;
    padding: 8px 20px 0px 12px;
    margin: 20px 0px 0px 0px;
    float: right;
}

    .applybutton:hover {
        background: transparent url(../../../img/v1/footer_button.png) 0 -31px no-repeat;
        color: #ffffff;
    }

.footercontainer .group:last-child {
    margin-right: 0 !important;
}

.footercontainer .group {
    float: left;
    margin-right: 28px;
}

.footercontainer h3.doublecolumn {
    width: 330px;
}

.footercontainer ul {
    width: 165px;
    margin-right: 10px;
    float: left;
    list-style: none;
}

    .footercontainer ul:last-child {
        margin-right: 0 !important;
    }

    .footercontainer ul li {
        margin: 0px 0px 4px 0px;
    }

        .footercontainer ul li a {
            width: 100%;
            display: block;
        }

.footercontainer h4 {
    font-family: Georgia, serif;
    font-size: 1.4em;
    font-weight: normal;
    margin-top: 30px;
}

.footercontainer p {
    width: 725px;
    float: left;
    line-height: 150%;
    color: #e7e7e7;
    font-size: 1.0em !important;
}

.footercontainer #copyright {
    margin-top: 14px;
    font-size: 0.9em;
}

.footercontainer .socialmedia {
    display: inline-block;
    float: right;
    width: 65px;
    padding: 0 !important;
    border: 0px solid #cc0000;
}

.topicslinks ul.col, .addresslisting {
    width: 155px;
    float: left;
    list-style: none;
    font-size: 0.8em;
    margin-right: 20px;
}

    .topicslinks ul.col li:last {
        margin-right: 0px !important;
    }

    .topicslinks ul.col li {
        margin-bottom: 7px;
    }

        .topicslinks ul.col li a {
            display: block;
        }
/* ** CONTENT & FUNCTION ** */

#mainfeature, #homeads {
    margin-bottom: 30px;
}

    #homeads .ad {
        display: inline;
        margin-right: 15px;
    }

        #homeads .ad:last-child {
            margin-right: 0px;
        }

.cartcontents {
    font-size: 0.85em;
}

    .cartcontents .cartcontentsheaders {
        font-size: 0.9em;
    }

.cartcolone {
    width: 345px;
    float: left;
}

.cartcoltwo {
    margin-left: 20px;
    width: 100px;
    float: left;
}

.cartcolthree {
    width: 165px;
    float: left;
    margin-left: 20px;
}

.cartrow, .cartrowalt {
    clear: left;
    margin-bottom: 0px;
    border-top: 1px dotted #ccc;
    padding: 10px;
    width: 650px;
    /* min-height: 65px; */
    height: auto;
    display: block;
}

.cartrow {
    background-color: #f7f7f7;
}

.cartrowalt {
    background-color: #fcfcfc;
}

.totals {
    font-size: 1.2em;
    line-height: 1.4em;
}
/* Scrolling Section */
.productshighlight, .learningtrack {
    position: relative;
    width: 670px;
    min-height: 350px;
    margin-bottom: 0px;
}

.twocol {
    width: 300px;
    min-height: 360px;
    margin-right: 30px;
    float: left;
    padding: 10px;
    border-top: 1px dotted #ccc;
}

.threecol {
    margin-right: 20px;
    width: 206px;
    float: left;
    line-height: 1.1em;
    font-size: 0.9em;
}

.twocol a.viewmore, .productshighlight a.subscribe {
    font-size: 0.7em;
    position: absolute;
    bottom: 7px;
    right: 14px;
}

.twocol:last-child, .threecol:last-child {
    margin-right: 0px;
}

.checkouttwocol {
    width: 300px;
    margin-right: 20px;
    font-size: 1.1em;
    line-height: 1.4em;
}

    .checkouttwocol p {
        margin-bottom: 7px;
        display: block;
    }

.routing {
    width: 18px;
    height: 18px !important;
    display: inline-block;
    background: url(../../../img/v1/check_numbers.png) 0 0 no-repeat;
}

.acct {
    width: 18px;
    height: 18px !important;
    display: inline-block;
    background: url(../../../img/v1/check_numbers.png) -57px 0 no-repeat;
}

.ordersummary, .ailanote {
    margin-top: 37px;
    font-size: 1.2em;
    line-height: 1.4em;
    padding: 10px;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    width: 177px;
    float: right;
    background-color: #e7e7e7;
}

.ordersummaryconf {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-left: 495px;
}

.listen, .watch {
    position: absolute;
    bottom: 30px;
    left: 10px;
}

.prodlisting .productcontainer, .subscriptions .productcontainer {
    margin: 10px 8px 10px 0px;
    min-height: 200px;
}

.orderconfaddress {
    padding: 20px 20px 20px 0px;
}

.payment p {
    margin-bottom: 7px;
    display: block;
}

.label {
    width: 125px;
    display: block;
    float: left;
}

.highlighted {
    background-color: #f2f8fa;
    padding-top: 12px;
    padding-left: 0px;
    margin-top: 30px;
    padding: 10px;
}

.productshighlight h1, .ratereview h1 {
    color: #2c6387 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    font-family: Georgia, serif;
    font-weight: normal;
    background-color: #ffffff;
    padding-right: 10px;
    border-bottom: 1px solid #deded8;
    display: block;
    margin-bottom: 20px;
}

.btnrt {
    width: 650px;
    text-align: right;
    padding: 10px;
}

/*
.h1line {
    height: 10px;
    border-bottom: 1px solid #deded8;
}
*/
/* ** CAROUSEL ** */
.carouselrow .product {
    display: block;
    width: 124px;
    height: 370px;
    float: left;
    /*margin: 0px 12px !important;*/
    margin: 12px !important;
}

.carouselrow {
    display: block;
    overflow: hidden;
    width: 578px;
    min-height: 370px;
    position: relative;
    /* 	width: 578px; */
}

.products {
    /* width: 1156px; */
    width: 1156px;
    position: absolute;
}
/* ** END CAROUSEL ** */
.productcontainer {
    width: 125px;
    height: 350px; /*auto */
    position: relative;
    display: inline;
    float: left;
    margin: 0px 12px;
    font-size: 0.7em;
}

.wishlistproductcontainer {
    width: 125px;
    height: 300px; /*auto */
    position: relative;
    display: inline;
    float: left;
    margin: 0px 12px;
    font-size: 0.7em;
}

.view {
    max-width: 165px;
    float: left;
    margin: 0px 20px 20px 0px;
    text-align: center;
    position: relative;
}

.bundle .productcontainer {
    width: 125px;
    height: 350px; /*auto */
    position: relative;
    display: inline;
    float: left;
    margin: 13px;
    font-size: 0.7em;
}

.productcontainer h2, .wishlistproductcontainer h2 {
    font-size: 1.2em !important;
    font-weight: normal;
    margin: 5px 0px;
    clear: left;
}

.productcontainer .prodimgcontainer {
    width: 105px;
    height: 105px;
    vertical-align: middle;
    text-align: center;
    display: table-cell; /* this allows the vertical-align to work */
    border: 1px solid #deded8;
    background-color: #ffffff;
}

.results {
    font-size: 0.8em !important;
    font-weight: normal;
    margin: -15px 0px;
    clear: left;
}

.bundle .productcontainer .prodimgcontainer {
    /*padding: 14px;*/
}

.productcontainer .prodimgcontainer:hover, .learningtrack .productcontainer:hover, .freesection .productcontainer:hover, .bundle .prodimgcontainer:hover {
    border: 1px solid #67a2bc;
}

.productcontainer img.productimage {
    padding: 4px;
    z-index: 10;
}

.productdate {
    color: #666;
    display: block;
    font-size: 0.9em !important;
    text-align: left;
}

.price {
    position: relative;
    display: block;
    width: 400px;
    font-size: 12px;
}

.currentproduct .price {
    padding: 10px 0 3px 0;
    font-size: 16px;
}

.currentproduct .memberprice, .currentproduct .yourprice {
    padding: 3px 0 3px 0;
    width: 400px;
    font-size: 16px;
}

.cost {
    display: inline;
}

.memberprice .cost {
    color: #e18133;
}

.yourprice {
    font-weight: bold;
    font-size: 12px;
}

    .yourprice .cost {
        color: #739530;
        font-weight: bold;
    }

.bundleprice .addbundle {
    display: inline-block !important;
    text-align: center;
    line-height: 140%;
    vertical-align: middle;
    padding-top: 20px;
    margin-left: 30px;
}

    .bundleprice .addbundle a {
        display: block;
        font-size: 0.7em;
    }

.bundleprice .memberprice .membercost {
    display: block;
    font-size: 1.2em;
}

.bundleprice .memberprice {
    margin-bottom: 20px;
}

.productcontainer .memberprice .membercost, .currentproduct .memberprice .membercost {
    font-size: 1.2em;
}

.price .salefrom, .memberprice .salefrom {
    text-decoration: line-through;
    color: #999999;
    display: inline;
    margin-right: 2px;
}

input.smallSubmit {
    font-size: 9px;
    padding: 2px 10px !important;
}

.productshighlight .leftarrow {
    background: transparent url(../../../img/v1/arrow_left_active.png) left center no-repeat;
    /* text-indent: -9999px; */
    float: left;
    width: 37px;
    height: 180px;
    display: inline-block;
}

.productshighlight .rightarrow {
    background: transparent url(../../../img/v1/arrow_right_active.png) right center no-repeat;
    /* text-indent: -9999px; */
    float: left;
    width: 37px;
    height: 180px;
    display: inline-block;
}

/* Learning Track on homepage */
.learningtrack {
    width: 100%;
}

    .learningtrack h1, .freesection h1 {
        color: #2c6387;
        text-transform: uppercase;
        font-family: Georgia, serif;
        font-weight: normal;
        background-color: #ffffff;
        padding-right: 10px;
        display: inline-block;
        margin: 20px 0px 14px 0px;
    }

.productshighlight h2.trackname {
    color: #2c6387;
    font-family: Georgia, serif;
    font-weight: normal;
    display: inline;
    font-style: italic;
    margin-top: 20px !important;
}

.learningtrack p, .freesection p {
    font-size: 0.8em;
    width: 75%;
    line-height: 150%;
    margin-bottom: 20px;
}

.learningtrack .productcontainer {
    width: 125px;
    position: relative;
    background-color: #fff;
    display: inline;
    float: left;
    margin: 0px 30px 0px 0px;
    font-size: 0.6em;
    color: #333333;
    border: 1px solid #deded8;
    text-align: left;
    padding: 14px;
    height: 280px;
    /* background: transparent url(../../../img/v1/arrow_track_flow.png) right center no-repeat; */
}

    .learningtrack .productcontainer:last-child {
        margin-right: 0px;
    }

    .learningtrack .productcontainer h2 {
        /*font-weight: normal;
    margin: 14px 0px 0px 0px;
    text-align: left;
    width: 80px;
    height: 38px;
    font-size: 1.0em !important;
    line-height: 1.3em !important;
    overflow: hidden;
    position: absolute;
    bottom: 14px;*/
        font-size: 1.2em !important;
        font-weight: normal;
        margin: 5px 0px;
        clear: left;
    }

    .learningtrack .productcontainer a {
    }

.ltpg .learningtrack .productcontainer .prodimgcontainer {
    width: 97px !important;
}

.ltpg .learningtrack .productcontainer {
    width: 97px !important;
    padding: 11px !important;
}

    .ltpg .learningtrack .productcontainer h2 {
        position: absolute;
        bottom: 7px;
        font-size: 1.1em !important;
    }

.learningtrack .productcontainer .prodimgcontainer {
    width: 105px;
    height: 105;
    vertical-align: middle;
    text-align: center;
    display: table-cell; /* this allows the vertical-align to work */
    border: none;
}

.learningtrack .productcontainer input {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.learningtrack .productcontainer img.productimage {
    border: 1px solid #d5e6ec;
    padding: 0px;
}

.freesection {
    border-top: 1px solid #e7e7e7;
    margin-top: 40px;
    padding-top: 10px;
}

    .freesection .productcontainer {
        position: relative;
        display: inline;
        float: left;
        margin: 0px 20px 0px 0px;
        border: 1px solid #deded8;
        text-align: center;
        padding: 14px;
        width: 100px;
        height: 280px;
        /* background: transparent url(../../../img/v1/arrow_track_flow.png) right center no-repeat; */
    }

        .freesection .productcontainer:last-child, .bundle .productcontainer:last-child {
            margin-right: 0px;
        }

        .freesection .productcontainer h2, .bundle .productcontainer h3 {
            display: none;
        }


        .freesection .productcontainer .prodimgcontainer {
            width: 105px;
            height: 105px;
            vertical-align: middle;
            text-align: center;
            display: table-cell; /* this allows the vertical-align to work */
            border: none;
        }

        .freesection .productcontainer img.productimage, .bundle .productcontainer img.productimage, .digitallibrary .productcontainer img.productimage {
            border: 1px solid #d5e6ec;
            padding: 0px;
        }

.digitallibrary .prodcontainer a img.productimage {
    float: left;
    margin: 0 10px 10px 0;
}

.digitallibrary .prodcontainer h2 {
    margin: 0;
    width: 125px;
    display: block;
    height: 45px;
    overflow: hidden;
    float: left;
}

.itemdownload {
    float: right;
    width: 100px;
}

.digitallibrary .prodcontainer {
    width: 300px;
    height: 50px;
    padding: 10px;
    display: block;
    float: left;
    background-color: #f7f7f7;
    font-size: 0.8em;
    margin: 0 10px 10px 0;
}
/* Flags */
#mainnavs ul li div.flagownit {
    background: transparent url(../../../img/v1/flag_own_it.png) no-repeat;
    position: absolute;
    right: 0px;
    top: 3px;
    width: 51px;
    height: 44px;
    text-indent: -9999px;
}

#mainnavs ul li div.flagsale {
    background: transparent url(../../../img/v1/flag_sale.png) no-repeat;
    position: absolute;
    right: -1px;
    top: -0px;
    width: 44px;
    height: 44px;
    text-indent: -9999px;
}

#mainnavs ul li div.flagfree {
    background: transparent url(../../../img/v1/flag_free.png) no-repeat;
    position: absolute;
    right: -1px;
    top: -0px;
    width: 44px;
    height: 44px;
    text-indent: -9999px;
}

#mainnavs ul li div.flaglowstock {
    background: transparent url(../../../img/v1/flag_low_stock.png) no-repeat;
    position: absolute;
    right: -1px;
    top: -0px;
    width: 44px;
    height: 44px;
    text-indent: -9999px;
}

.ltpg .productshighlight .learningtrack .products .productcontainer .flagownit {
    background: transparent url(../../../img/v1/flag_own_it.png) no-repeat;
    position: absolute;
    left: 70px !important;
    top: 80px;
    width: 52px;
    height: 21px;
    text-indent: -9999px;
}

.productshighlight .productcontainer .flagownit {
    background: transparent url(../../../img/v1/flag_own_it.png) no-repeat;
    position: absolute;
    left: -2px;
    top: 70px;
    width: 52px;
    height: 21px;
    text-indent: -9999px;
}

.learningtrack .productcontainer .flagownit, .learningtrack .products .productcontainer .flagownit {
    background: transparent url(../../../img/v1/flag_own_it.png) no-repeat;
    position: absolute;
    right: -3px !important;
    top: 124px;
    width: 52px;
    height: 21px;
    text-indent: -9999px;
}

.productshighlight .productcontainer .flagsale {
    background: transparent url(../../../img/v1/flag_sale.png) no-repeat;
    position: absolute;
    right: 17px;
    top: -1px;
    width: 45px;
    height: 44px;
    text-indent: -9999px;
}

.productshighlight .productcontainer .flagfree {
    background: transparent url(../../../img/v1/flag_free.png) no-repeat;
    position: absolute;
    right: 17px;
    top: -1px;
    width: 45px;
    height: 44px;
    text-indent: -9999px;
}

.productshighlight .productcontainer .flaglowstock {
    background: transparent url(../../../img/v1/flag_low_stock.png) no-repeat;
    position: absolute;
    right: 17px;
    top: -1px;
    width: 45px;
    height: 44px;
    text-indent: -9999px;
}

.bundle .productcontainer .flagownit {
    background: transparent url(../../../img/v1/flag_own_it.png) no-repeat;
    position: absolute;
    left: -2px;
    top: 70px;
    width: 52px;
    height: 21px;
    text-indent: -9999px;
}

.bundle .productcontainer .flagsale {
    background: transparent url(../../../img/v1/flag_sale.png) no-repeat;
    position: absolute;
    right: -7px;
    top: -1px;
    width: 45px;
    height: 44px;
    text-indent: -9999px;
}

.bundle .productcontainer .flagfree {
    background: transparent url(../../../img/v1/flag_free.png) no-repeat;
    position: absolute;
    right: -7px;
    top: -1px;
    width: 45px;
    height: 44px;
    text-indent: -9999px;
}

.bundle .productcontainer .flaglowstock {
    background: transparent url(../../../img/v1/flag_low_stock.png) no-repeat;
    position: absolute;
    right: -7px;
    top: -1px;
    width: 45px;
    height: 44px;
    text-indent: -9999px;
}

.learningtrack .productcontainer, .learningtrack .products .productcontainer {
    position: relative;
}

    .learningtrack .productcontainer .flagsale {
        background: transparent url(../../../img/v1/flag_sale.png) no-repeat;
        position: absolute;
        right: -3px;
        top: -2px;
        width: 45px;
        height: 44px;
        text-indent: -9999px;
    }

    .learningtrack .productcontainer .flagfree {
        background: transparent url(../../../img/v1/flag_free.png) no-repeat;
        position: absolute;
        right: -3px;
        top: -2px;
        width: 45px;
        height: 44px;
        text-indent: -9999px;
    }

    .learningtrack .productcontainer .flaglowstock {
        background: transparent url(../../../img/v1/flag_low_stock.png) no-repeat;
        position: absolute;
        right: -3px;
        top: -2px;
        width: 45px;
        height: 44px;
        text-indent: -9999px;
    }

.freesection .productcontainer .flagownit {
    background: transparent url(../../../img/v1/flag_own_it.png) no-repeat;
    position: absolute;
    left: -2px;
    top: 85px;
    width: 52px;
    height: 21px;
    text-indent: -9999px;
}

.freesection .productcontainer .flagsale {
    background: transparent url(../../../img/v1/flag_sale.png) no-repeat;
    position: absolute;
    right: -4px;
    top: -2px;
    width: 45px;
    height: 44px;
    text-indent: -9999px;
}

.freesection .productcontainer .flagfree {
    background: transparent url(../../../img/v1/flag_free.png) no-repeat;
    position: absolute;
    right: -4px;
    top: -2px;
    width: 45px;
    height: 44px;
    text-indent: -9999px;
}

.freesection .productcontainer .flaglowstock {
    background: transparent url(../../../img/v1/flag_low_stock.png) no-repeat;
    position: absolute;
    right: -4px;
    top: -2px;
    width: 45px;
    height: 44px;
    text-indent: -9999px;
}

/* ** BREADCRUMBS ** */
.breadcrumb {
    font-size: 0.7em;
    margin-bottom: 20px;
}

    .breadcrumb a {
        background: transparent url(../../../img/v1/arrow_breadcrumb.png) right center no-repeat;
        padding-right: 12px;
        margin-right: 3px;
    }

/* ** PRODUCT DETAIL PAGE ** */
.currentproduct {
    width: 670px;
}

    .currentproduct img.productimage {
        /*height: 214px;*/
        max-width: 165px;
        margin: 0px 20px 2px 0px;
        float: left;
    }

    .currentproduct h1 {
        border-bottom: none !important;
    }

.modal h1, .cart h1, .checkout h1, .formats h1, .ltpg h1, .product h1, .listing h1, .topics h1, .h1account {
    font-family: Georgia, serif;
    font-size: 1.4em;
    color: #333333;
    font-weight: normal;
    line-height: 120%;
    margin-bottom: 15px;
    width: 670px;
    border-bottom: 1px solid #ccc;
}

.ltpg .productshighlight, .ltpg .highlighted {
    border-bottom: 1px solid #ccc;
}
/*
#main h1 {
    font-family: Georgia, serif;
    font-size: 1.4em;
    color: #333333;
    font-weight: normal;
    line-height: 120%;
    margin-bottom: 15px;
    width: 670px;
    border-bottom: 1px solid #ccc;
}
*/
.currentproduct p {
    font-size: 0.8em;
    margin: 4px 0px 0px 0px;
    line-height: 120%;
}

.currentproduct .socialmedia {
    margin: 30px 0px;
    position: relative;
    height: 20px;
}

    .currentproduct .socialmedia iframe, .currentproduct .socialmedia .g-plusone, .currentproduct .socialmedia .twitter-share-button, .twitter-follow-button {
        border: none;
        width: 80px;
        height: 32px;
        margin: 0;
        display: inline-block;
        vertical-align: text-top;
    }

.currentproduct .formattype {
    float: right;
    text-align: center;
}

.checkouttwocol {
    width: 325px;
    float: left;
}
/* Bundle & Save */
.bundle {
    clear: left;
    width: 670px;
}

    .bundle h2 {
        color: #2c6387;
        font-family: Georgia,serif;
        font-weight: normal;
        display: block;
        margin-top: 14px;
        margin-bottom: 14px;
    }

#main h2, .modal h2 {
    color: #2c6387;
    font-family: Georgia,serif;
    font-weight: normal;
    display: block;
    margin-top: 7px;
    margin-bottom: 14px;
    text-align: left;
}

#main h3 {
    text-transform: uppercase;
    color: #2c6387;
    font-family: Georgia,serif;
    font-weight: normal;
    display: block;
    font-size: 0.85em;
    margin-top: 7px;
    margin-bottom: 7px;
    text-align: left;
}

.bundle .formaticon {
    clear: inherit;
}

.bundle .bundleitem {
    height: 11px;
    margin: 8px 1px 0px 0px;
    font-size: 0.8em;
    padding-right: 20px;
}

.bundle .book, .bundle .cd, .bundle .webcast, .bundle .inpersonevent, .bundle .webseminar, .bundle .video, .bundle .podcast, .bundle .audioseminar {
    margin-top: 1px;
}

.bundle .formaticon {
    margin-right: 7px;
}

/* Rate & Review */
div.ratereview {
    clear: both;
    font-size: 1.0em;
    text-align: left !important;
}

div.stars {
    background-image: url(../../../img/v1/stars.png);
    background-repeat: no-repeat;
}

div.ratereview .stars0, div.ratereview .stars1, div.ratereview .stars2, div.ratereview .stars3, div.ratereview .stars4, div.ratereview .stars5 {
    float: left;
    height: 20px;
    width: 90px;
    display: block;
    text-indent: -9999px;
}

div.ratereview b {
    float: left;
}

.stars0 {
    background-position: 0px 0px;
}

.stars1 {
    background-position: 0px 0px;
}

.stars2 {
    background-position: 0px -20px;
}

.stars3 {
    background-position: 0px -40px;
}

.stars4 {
    background-position: 0px -60px;
}

.stars5 {
    background-position: 0px -80px;
}

.bars {
    margin: 20px 0;
    font-size: 0.7em;
}

.barrow {
    height: 19px;
    width: 232px;
    margin: 1px 0;
}

.bar {
    background-image: url(../../../img/v1/bar_fpo.png);
    background-repeat: no-repeat;
    width: 112px;
    height: 17px;
    display: inline-block !important;
    margin: 0 5px;
}

div.ratereview .review {
    font-size: 0.9em;
    display: block;
    margin: 20px 0;
    line-height: 170%;
}

    div.ratereview .review h2 {
        font-size: 0.9em;
        display: inline;
        margin: 0px 0px 0px 10px;
    }

div.ratereview p {
    clear: left;
}

form.ratereview {
    float: right;
    width: 200px;
}

div.ratings-bar {
    width: 112px;
    height: 17px;
    display: block;
    background-color: #edfafb;
    border: 1px solid #aad3d7;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
}


/* ** FORMAT ICONS ** */
.formaticon {
    background-image: url(../../../img/v1/format_icons.png);
    width: 17px;
    height: 19px;
    margin: 0px 1px 0px 0px;
    padding: 0px;
    /* background-position-y: 0px; */
    text-indent: -9999px;
    float: left;
    background-repeat: no-repeat;
}
/* Order to display icons:
Ebook
PDF
Periodical
Brochure
Book
CD
Webcast LIVE
Webcast
In-Person Event LIVE
In-Person Event
Web Seminar LIVE
Web Seminar
Video
Podcast
Audio Seminar LIVE
Audio Seminar

Part of a Learning Track
Also on AILALink
CLE Eligible
*/
.downloadable_content {
    background-position: -420px 0px;
}

.ebooks {
    background-position: 0px 0px;
}

.pdfs {
    background-position: -20px 0px;
}

.periodicals {
    background-position: -40px 0px;
}

.general {
    background-position: -60px 0px;
}

.print_books {
    background-position: -80px 0px;
}

.cds {
    background-position: -100px 0px;
}

.webcasts_live {
    background-position: -120px 0px;
}

.webcasts {
    background-position: -140px 0px;
}

.in-person_events_live {
    background-position: -160px 0px;
}

.in-person_events {
    background-position: -180px 0px;
}

.web_seminars_live {
    background-position: -200px 0px;
}

.web_seminars {
    background-position: -220px 0px;
}

.videos {
    background-position: -240px 0px;
}

.audio_recordings {
    background-position: -260px 0px;
}

.audio_seminars_live {
    background-position: -280px 0px;
}

.audio_seminars {
    background-position: -300px 0px;
}

.online_courses {
    background-image: url(../../../img/v1/online-course.png);
    background-position: 0px 0px;
    width: 17px;
    height: 17px;
}

.video_roundtables {
    background-image: url('../../../img/v1/video-conference19px.png');
    background-position: 0px 0px;
    width: 17px;
    height: 17px;
    background-size: 15px 17px;
}

.aila_university {
    background-image: url(../../../img/v1/ailau-icon.gif);
    background-position: 0px 0px;
    width: 17px;
    height: 17px;
    background-size: 15px 15px;
}


.othericons {
    float: right;
    margin-right: 12px;
}

.parts_of_learning_tracks {
    background-position: -360px 0px;
}

.also_on_aila_link,
.also_on_ailalink {
    background-position: -380px 0px;
}

.cle_eligible {
    background-position: -400px 0px;
}

/* ** CHECKOUT FLOW ** */
.checkoutflow {
    text-transform: uppercase;
    font-size: 1.2em;
    width: 900px;
    text-align: center;
    height: 50px;
}

    .checkoutflow .inactive {
        color: #d0d0d0;
        background: transparent url(../../../img/v1/arrow_checkout_flow.png) right center no-repeat;
        display: inline;
        padding: 0px 30px 0px 10px;
        font-family: Georgia, serif;
    }

    .checkoutflow .active {
        color: #6596aa;
        background: transparent url(../../../img/v1/arrow_checkout_flow.png) right center no-repeat;
        display: inline;
        padding: 0px 30px 0px 10px;
        font-family: Georgia, serif;
    }

    .checkoutflow div:last-child {
        background-image: none;
    }


/* ** TABS ** */

#moreinfo {
    background: #ffffff;
    margin: 30px 0 40px 0;
}

    #moreinfo .tab {
        overflow: hidden;
        margin: 0 0 0px 0;
        width: 670px;
        position: relative;
        top: 1px;
    }

        #moreinfo .tab li {
            padding: 0px;
            margin: 0 2px 0 0;
            display: inline;
            font-size: 12px;
        }

            #moreinfo .tab li.last {
                margin-right: 0;
            }

            #moreinfo .tab li a {
                display: inline-block;
                padding: 6px 20px 4px 20px;
                background: #f7f7f7;
                color: #000;
                text-align: center;
                border: 0;
                -moz-border-radius-topleft: 10px;
                -webkit-border-top-left-radius: 10px;
                -webkit-border-top-right-radius: 10px;
                -moz-border-radius-topright: 10px;
                border-left: 1px solid #dcdcdc;
                border-top: 1px solid #dcdcdc;
                border-right: 1px solid #dcdcdc;
                border-bottom: 1px solid #dcdcdc;
            }

                #moreinfo .tab li a:hover {
                    color: #333333;
                }

    #moreinfo .list-wrap {
        border: 1px solid #dcdcdc;
        padding: 20px;
        width: 610px;
        z-index: 222;
    }

    #moreinfo ul li.tab-one a.current, #moreinfo ul.description li a:hover,
    #moreinfo ul li.tab-two a.current, #moreinfo ul.regpricing li a:hover,
    #moreinfo ul li.tab-three a.current, #moreinfo ul.clecredit li a:hover,
    #moreinfo ul li.tab-four a.current, #moreinfo ul.locationtravel li a:hover
    #moreinfo ul li.tab-four a.current, #moreinfo ul.cancellationpolicy li a:hover {
        -moz-border-radius-topleft: 10px;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        background-color: #fff;
        color: #333333;
        border-left: 1px solid #dcdcdc;
        border-top: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
        font-weight: bold;
        border-bottom: 1px solid #ffffff;
        padding-bottom: 4px;
    }

    #moreinfo ul p, #moreinfo ul li p {
        margin-bottom: 10px;
    }
/* ** MY ACCOUNT ** */
.subscriptions, .orders {
    border-top: 1px solid #dcdcdc;
    /*border-bottom: 1px solid #dcdcdc;*/
    font-size: 0.9em;
    width: 570px;
}

    .subscriptions .actions, .orders .actions {
        width: 115px;
        min-height: 200px;
        padding: 10px 0px 10px 10px;
        border-left: 1px dotted #e7e7e7;
        float: right;
        line-height: 180%;
        margin-right: 0px;
    }

/* ** GENERAL ** */

.separatormajor {
    background-image: url(../../../img/v1/separator_major.png);
    width: 900px;
    height: 19px;
}

.separatormajornarrow {
    background-image: url(../../../img/v1/separator_major-narrow.png);
    width: 670px;
    height: 19px;
    clear: left;
}


.resultsseparator {
    width: 670px;
    height: 19px;
    clear: left;
}

.separatorminor {
    height: 1px;
    width: 100%;
    line-height: 1px;
    border-top: 1px solid #e7e7e7;
}

.separatorminornarrow {
    height: 1px;
    width: 670px;
    line-height: 1px;
    border-top: 1px solid #e7e7e7;
    clear: left;
}

.plus {
    background: transparent url(../../../img/v1/plus.png) 0 center no-repeat;
    text-indent: -9999px;
    display: inline;
    float: left;
    width: 10px;
    height: 156px;
    padding-right: 5px;
}

.button {
    background: transparent url(../../../img/v1/btn_bg.png) 0 0 no-repeat;
    width: 188px;
    height: 25px;
    display: block;
    color: #ffffff;
    font-size: 0.85em;
    padding: 8px 20px 0px 12px;
    margin-top: 20px;
}

    .button:hover {
        background: transparent url(../../../img/v1/btn_bg.png) 0 -33px no-repeat;
        color: #ffffff;
    }

.g-plusone {
    position: absolute;
    bottom: -20px;
}

.twitter-follow-button {
    /*
    position: relative;
    right: -35px;
    */
}

input[type="button"], input[type="submit"] {
    border: none;
    background-color: #9fc359;
    /* display: block; */
    color: #ffffff;
    font-size: 12px;
    padding: 5px 20px !important;
    margin: 2px 0px !important;
    -moz-border-radius: 6px;
    border-radius: 6px; /* ADD THIS LINE TO THIS EXISTING CLASS */
    -webkit-border-radius: 6px;
    cursor: pointer;
    font-family: Arial, sans-serif;
}

    input[type="button"]:hover, input[type="submit"]:hover {
        background-color: #739530;
    }

p, td, form {
    font-size: 12px !important;
}

.pagination {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 0;
    margin: 10px 0;
    width: 670px;
    text-align: right;
}

    .pagination div {
        height: 20px;
        display: inline-block;
    }

        .pagination div a {
            width: 30px;
            height: 20px;
            display: block;
        }

    .pagination .first, .pagination .previous, .pagination .next, .pagination .last {
        width: 30px;
        background: transparent url(../../../img/v1/pagination.png) no-repeat;
        text-indent: -9999px;
        height: 20px;
    }

    .pagination .first {
        background-position: 0 0;
    }

    .pagination .previous {
        background-position: -30px 0;
    }

    .pagination .next {
        background-position: -70px 0;
    }

    .pagination .last {
        background-position: -100px 0;
    }

    .pagination .pages {
        font-size: 0.8em;
        vertical-align: text-top;
    }

.cartrow .cartcolone .prodimgcontainer, .cartrowalt .cartcolone .prodimgcontainer {
    margin: 0px 10px 0 0;
}

.orderconfinks {
    float: right;
    width: 197px;
}

/* ** UTILITIES ** */

.fullwidth {
    width: 670px;
}

.padding {
    padding: 10px;
}

.left {
    float: left;
    display: inline;
}

.right {
    float: right;
    margin-right: 50px;
}

.center {
    text-align: center;
    margin: 0 auto !important;
}

/* a[href$=".pdf"]:after { content: " (PDF)"; } */

.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.clear {
    clear: left;
}

.clearall {
    clear: both;
}

/* CONFERENCE REGISTRATION */
p.message {
    color: #496e73;
    padding: 7px;
    background-color: #aad3d7;
    border: 1px solid #93bbbf;
}

    p.message a {
        color: #496e73;
        text-decoration: underline;
    }

p.error {
    color: #d96100;
    padding: 7px;
    background-color: #ffc46b;
    border: 1px solid #ff8a34;
}

    p.error a {
        color: #d96100;
        text-decoration: underline;
    }

p.success {
    color: #72942f;
    padding: 7px;
    background-color: #d1ed9b;
    border: 1px solid #bcd685;
}

    p.success a {
        color: #72942f;
        text-decoration: underline;
    }

div#conf-form-wrap {
    background: #fff;
    /*width: 34em;*/
    width: 485px;
    /*width: 100%;*/
    margin: 0 0 10px 0;
    display: inline-block;
    /*padding: 1em;*/
}

    div#conf-form-wrap p {
        font-size: 3em;
    }

    div#conf-form-wrap form#conf-form {
        margin-top: 10px;
    }

    div#conf-form-wrap input[type="checkbox"] {
        /*	margin: 0 1.1em; */
    }

    div#conf-form-wrap input.quantity {
        width: 2.2em;
        margin-right: 3em;
    }

    div#conf-form-wrap input.donation {
        width: 9em;
        margin-right: -0.1em;
    }

    div#conf-form-wrap legend {
        font-size: 1.1em;
        line-height: 1.8em;
        font-weight: bold;
    }

/* Form list elements */

fieldset.trackRegistration {
    margin-top: 20px;
}

div#conf-form-wrap ul {
    list-style-type: none;
}

div#conf-form-wrap li {
    line-height: 2.75em;
}

div#conf-form-wrap label.input {
    color: #666;
}

div#conf-form-wrap label.registered {
    margin-left: 3em;
}


div.track, div.line-item-style {
    background-color: #ccc;
}

ul.track-invisible {
    visibility: hidden;
    position: absolute;
    top: -9999px;
}

div#conf-form-wrap div.track, div#conf-form-wrap li.event, div#conf-form-wrap li.guest-items {
    border: 1px solid #aaa;
}


div#conf-form-wrap li.event, div#conf-form-wrap li.guest-items {
    font-size: 0.9em;
    line-height: 2.75;
    border-top: none;
    margin-left: 3em;
}

    div#conf-form-wrap li.event:last-of-type {
    }

/*div#conf-form-wrap span#indicator {
    background: transparent url(img/form_sprite.png) 0px 0px no-repeat;
    height: 36px;
    width: 10px;
    float: left;
}*/

div#conf-form-wrap span {
    color: #000;
    margin: 1em;
    font-weight: bold;
}

div#conf-form-wrap div.track img.indicator {
    margin-left: 1.05em;
}


div#conf-form-wrap div.track label {
    font-size: 1.1em;
    margin-left: 0.5em;
}

div#conf-form-wrap div.registered label {
    margin-left: 0em;
}

div#conf-form-wrap li.event label {
    padding-left: 10px;
}

    div#conf-form-wrap li.event label.desc {
        margin-left: 3.1em;
    }

/* -- Add Guests sub-form -- */

div#conf-form-wrap div#guest-items-wrap {
    margin: 1em 0 0.3em 3em;
}

div#conf-form-wrap div.display-none, div#conf-form-wrap span.display-none {
    display: none;
}

div#conf-form-wrap input.name {
    width: 11.75em;
}

div#conf-form-wrap label.guest-items {
    margin-left: 3.2em;
}

div#conf-form-wrap span.guest-items label {
    color: #666;
    font-size: 0.95em;
    font-weight: bold;
    line-height: 0.5em;
    margin-left: 0.3em;
    display: block;
}

div#conf-form-wrap span.guest-items {
    margin-top: -0.6em;
    margin-right: 0.2em;
    display: inline-block;
    float: left;
}

div#conf-form-wrap span.guest-line-item {
    color: #666;
    font-weight: bold;
    float: none;
    margin-left: 3.2em;
}

div#conf-form-wrap li.guest-items {
    /*position: relative;*/
}

div#conf-form-wrap input#new-guest {
    /*position: absolute;
    bottom: 0.8em;
    left: 3em;*/
}

div#conf-form-wrap div.new-guest-wrap {
    margin: 0em 0 0.5em 3.2em;
    /*margin-left: 3.2em;
    margin-bottom: .5em;*/
}

div#conf-form-wrap li.guest-items p {
    font-size: 1em;
}

div#conf-form-wrap div#subtotal-wrap {
    margin-top: 10px;
    text-align: right;
    margin-bottom: 10px;
}

    div#conf-form-wrap div#subtotal-wrap span {
        color: #000;
        font-weight: bold;
        text-align: right;
        margin-left: 5.5em;
    }

/* -- Compliance text and checkbox -- */

div#conf-form-wrap div.compliance {
    border: 2px solid #D96100;
    margin-top: 2em;
    margin-bottom: 1.2em;
    /*float: left;*/
}

    div#conf-form-wrap div.compliance div#checkbox-wrap {
        font-size: 0.85em;
        text-align: left;
        color: #fff;
        width: 100%;
        height: 100%;
        /*display: inline-block;*/
        background-color: #D96100;
    }

    div#conf-form-wrap div.compliance div#attention {
        font-size: 1.03em;
        line-height: 1em;
        margin: 0.8em;
    }

        div#conf-form-wrap div.compliance div#attention h4 {
            color: #D96100;
            font-size: 0.9em;
            margin-bottom: 0.3em;
        }

    div#conf-form-wrap div.compliance input[type="checkbox"] {
        margin: .5em;
    }

    div#conf-form-wrap div.compliance div#checkbox-wrap label {
        padding: 1em;
        display: inline;
    }

div#conf-form-wrap div#cart-wrap {
}

    div#conf-form-wrap div#cart-wrap input.cart {
        float: right;
    }

/* END CONFERENCE REGISTRATION */

/* Styles for fade-in notifications */
p.message, div.message, .callout {
    color: #000;
    padding: 7px;
    background-color: #aad3d7;
    border: 1px solid #93bbbf;
    margin: 5px 0px;
}

    p.message a, div.message a {
        color: #496e73;
        text-decoration: underline;
    }

p.error, div.error {
    color: #000;
    padding: 7px;
    background-color: #ffc46b;
    border: 1px solid #ff8a34;
    margin: 5px 0px;
}

li.error {
    color: #000;
    padding-left: 5px;
    background-color: #ffc46b;
    border: 1px solid #ff8a34;
}

p.error a, div.error a {
    color: #d96100;
    text-decoration: underline;
}

p.success, div.success {
    color: #72942f;
    padding: 7px;
    background-color: #d1ed9b;
    border: 1px solid #bcd685;
    margin: 5px 0px;
}

    p.success a, div.success a {
        color: #72942f;
        text-decoration: underline;
    }

a.closemessage, a.closesuccess, a.closeerror {
    float: right;
    border: 1px solid #666666;
    padding: 2px 5px 0px 6px;
    margin: -3px 0 0 0;
    text-decoration: none !important;
    display: block;
}

/* Form valifation errors */
.field-validation-error {
    color: #000000;
}

.errorText {
    color: #f00;
}

.input-validation-error {
    color: #000000;
    background-color: #ffc46b;
    border: 1px solid #ff8a34;
    margin: 3px;
}

div.subscribe {
    font-size: 1.0em;
    display: block;
    line-height: 15px;
    padding: 9px 10px 10px 20px;
}


input[type=text].validation-error {
    color: #000000;
    background-color: #ffc46b;
    border: 1px solid #ff8a34;
    margin: 3px;
}

input[type=checkbox].validation-error {
    color: #000000;
    background-color: #ffc46b;
    border: 1px solid #ff8a34;
    margin: 3px;
}

/* New cart conference, membership styles */
.subitem {
    border-top: none;
}

    .subitem img {
        padding-left: 50px;
    }

/* Register Form Styling */
/* NOTE: FOR THESE STYLES TO BE APPLIED, ADD id="account" AND id="address" TO THE FIELDSET TAGS, RESPECTIVELY */
#account, #address {
    position: relative;
    line-height: 26px;
    font-size: 1.1em;
}

    #account label, #address label {
        clear: left !important;
    }

    #account select, #address select, #account input, #address input {
        position: absolute;
        left: 130px;
    }

/* Join Online: Eligibility Attestation and Join Online: Chapter Dues */
/* NOTE: FOR THESE STYLES TO BE APPLIED, ADD class="join" TO THE <div id="main"> TAG TO THESE PAGES */
.join {
    position: relative;
}

    .join ol {
        margin-left: 2em;
        font-size: 12px;
    }

    .join p {
        font-size: 12px !important;
        line-height: 2.0em;
    }

    .join select {
        position: absolute;
        left: 100px;
    }
/* Join Online: Membership Information */
/* NOTE: FOR THESE STYLES TO BE APPLIED, ADD class="membership" TO THE <div id="main"> TAG ON THIS PAGE */
.membership {
    position: relative;
}

    .membership p {
        font-size: 1em !important;
        line-height: 2.0em;
    }

    /*.membership form label {
        width: 200px !important;
        display: inline-block;
    }*/

    .membership form .required {
        color: red;
    }

    /* Space between rows */
    .membership form table {
        border-collapse: separate;
        border-spacing: 0 10px;
    }

    /* Space to right of label column */
    .membership form table tr td:first-of-type {
        padding-right: 20px;
    }

    /*.membership form select {
        margin: 10px 0px;
    }*/

    .membership form p.help {
        font-weight: bold;
        font-size: 10px;
    }

/* The following style was added if you want to add <span class="hint"></span> around the form hints */
.hint {
    font-size: 10px;
    color: #496e73;
}

/* Adding bullet ability back into tabbed area and fix colors of links within */
#moreinfo {
    font-size: 0.8em;
    line-height: 1.4em;
}

    #moreinfo .list-wrap ul {
        list-style-type: disc;
        list-style-position: inside;
        font-size: 12px;
        margin-left: 10px;
    }

    #moreinfo ul a {
        color: #4685a0 !important;
    }

        #moreinfo ul a:hover {
            color: #00395a !important;
            background-color: transparent !important;
        }

input#PhoneExtension {
    display: inline-block;
    left: 100px;
    position: relative;
}

label.PhoneExtension {
    display: inline-block;
    left: 100px;
    position: relative;
}

input#Phone {
    position: absolute;
    left: 140px;
}

label.IsPhoneInternationalYes {
    position: relative;
    display: inline-block;
}

input#IsPhoneInternationalYes {
    position: relative;
    left: 0px;
    margin-left: 30px;
}

label.IsPhoneInternationalNo {
    position: relative;
    display: inline-block;
}

input#IsPhoneInternationalNo {
    position: relative;
    left: 0px;
    margin-left: 0px;
}

.nonPrimaryHighlight {
    background-color: #4685a0;
    color: #fff;
    font-weight: bold;
}

.renewalLabel {
    font-weight: bold;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

div.privacy-policy {
    overflow-y: scroll;
    height: 300px;
    width: 98%;
    border: 1px solid #DDD;
    padding: 10px;
    font-size: small;
}

    div.privacy-policy ul {
        list-style-position: inside;
    }

.overlay {
    height: 70%;
    position: fixed;
    z-index: 1;
    padding: 0px;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    overflow: auto;
    transition: 0.5s;
    display: block;
}

.overlay-content {
    /*position: absolute;*/
    width: 90%;
    text-align: left;
    height: 64%;
    overflow: auto;
    border: 1px solid #DDD;
    margin: 10px;
    padding: 10px;
}

.privacy-policy-content {
    width: 98%;
    padding: 10px;
    font-size: small;
}

.overlay .agreebtn, .overlay .disagreebtn {
    text-align: center;
    display: inline-block;
    background: #005288;
    padding: 5px;
    margin-top: 10px;
    /*margin-bottom: 25px;*/
    margin-left: 100px !important;
    width: 260px;
    height: 50px;
    line-height: 40px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}

.agreebtn:hover,
.agreebtn:focus,
.disagreebtn:hover,
.disagreebtn:focus {
    text-decoration: none;
    cursor: pointer;
}

#overlay-container {
    position: fixed;
    background: hsla(0,0%,50%,.4) !important;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 100000000 !important;
}

a.bluebtn {
}

a:hover.bluebtn {
}

input[type="button"].bluebtn, input[type="submit"].bluebtn {
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 28px;
    color: #fff;
    background: #005288;
    margin: 10px auto;
    text-align: center;
    display: inline-block;
    padding: 10px 15px;
    clear: both;
    line-height: 15px;
    cursor: pointer;
    font-family: Arial, sans-serif;
}

input[type="button"]:hover.bluebtn, input[type="submit"]:hover.bluebtn {
    text-decoration: none;
    background: #013d65;
}

.privacy-disclaimer {
    width: 98%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 11px !important;
}
