@font-face {
    font-family: 'zhimuhei';
    src: url('font/zhimuhei.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
    background: url(../img/tree_bark.png);
    margin: 0;
    padding: 0;
    color: #555;
    font-family: 微軟正黑體,微软正黑体,"Microsoft JhengHei", "Arvo", "Helvetica Neue", Helvetica,LiGothicMed,'Heiti TC', Arial, serif;
    font-size: 15px;
    line-height: 20px;
}

.bodydot {
    background: url(../img/patternBG.jpg);
    margin: 0;
    padding: 0;
    color: #555;
    font-family: 微軟正黑體,微软正黑体,"Microsoft JhengHei", "Arvo", "Helvetica Neue", Helvetica,LiGothicMed,'Heiti TC', Arial, serif;
    font-size: 15px;
    line-height: 20px;
}

h1, h2, h3, h4, h5, p, ul, li {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
}

    a:hover {
        color: #FF8500;
    }

    a img {
        border: none;
    }

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}



header .bd #login-name,header .sell-bd #login-name {
    position: absolute;
    left: 50%;
    width: 225px;
    margin: 0 5px 0 250px;
    text-align: right;
    color: black;
    font-size: 12px;
}

#login-name {
    color: black;
    margin: 10px;
}

/* navigation bar */
nav {
    vertical-align: bottom;
    padding: 30px 20px 0 0;
}

    nav a {
        font-size: 13px;
        color: #2C3344;
        padding: 0 10px;
        line-height: 24px;
        border-right: 1px solid #555555;
    }

        nav a.end {
            border-right: 0;
        }


/* menus [ */
.menu {
    margin: 0;
    width: 850px;
    float: left;
    height: 24px;
    position: relative;
}
    /* remove the bullets and set the margin and padding to zero for the unordered list */
    .menu ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }
        /* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
        .menu ul li {
            float: left;
            position: relative;
        }
            /* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
            .menu ul li a, .menu ul li a:visited {
                display: block;
                text-align: center;
                text-decoration: none;
                height: 24px;
                line-height: 24px;
                font-size: 14px;
                font-family: 微軟正黑體,微软正黑体,"Microsoft JhengHei",LiGothicMed,'Heiti TC';
                color: #6a3907;
                padding: 0 20px;
                white-space: nowrap;
            }

            /* make the dropdown ul invisible */
            .menu ul li ul {
                display: none;
            }

                .menu ul li ul li.menu-hd {
                    background: #de9700 url(../img/icon_white_arrow_right_small.png) no-repeat 5px 3px;
                    color: #fff;
                    width: 100%;
                    font-size: 12px;
                }

                    .menu ul li ul li.menu-hd span {
                        padding-left: 20px;
                    }
            /* specific to non IE browsers */
            /* set the background and foreground color of the main menu li on hover */
            .menu ul li:hover a {
                color: #fff;
                background: #f8b42d;
            }

            .menu ul li a.selected {
                color: #fff;
                background: #f8b42d;
            }

.menu-second-level li {
    width: 100%;
}

    .menu-second-level li a, .menu-second-level li a:visited {
        padding: 0 5px !important;
    }
/* make the sub menu ul visible and position it beneath the main menu list item */
/*z-index:101 for above the book list and book popover */
.menu ul li:hover ul {
    display: block;
    position: absolute;
    top: 24px;
    left: 0;
    width: auto;
    border-bottom: 5px solid #f8b42d;
    z-index: 101;
}
    /* style the background and foreground color of the submenu links */
    .menu ul li:hover ul li a {
        display: block;
        text-align: left;
        font-size: 12px;
        background: #fff;
        color: #000;
    }
        /* style the background and forground colors of the links on hover */
        .menu ul li:hover ul li a:hover {
            text-align: left;
            background: #f8b42d;
            color: #fff;
        }

        .menu ul li:hover ul li a span {
            padding: 0 5px;
        }
/* menus ] */

/* Button [[*/
a.btn-yellow {
    font-size: 13px;
    color: white;
    display: inline-block;
    width: 83px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    overflow: hidden;
    background: #e84637;
}


a.btn-booktype {
    font-size: 13px;
    color: #a3a3a3;
    display: inline-block;
    width: 53px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    overflow: hidden;
    background: white;
    margin-left: -4px;
    border: 1px solid #c0bbbb;
}

a.btn-booktype:hover {
      color: #F5B464;
}

a.btn-blue {
    font-size: 13px;
    color: white;
    display: inline-block;
    width: 83px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    overflow: hidden;
    background: #e84637;
}

input.btn-blue {
    font-size: 13px;
    color: white;
    display: inline-block;
    height: 35px;
    line-height: 27px;
    text-align: center;
    overflow: hidden;
    background: #e84637;
    padding: 5px 10px;
    cursor: pointer;
}

input.btn-green {
    font-size: 11px;
    border: 0;
    color: #555;
    display: inline-block;
    width: 85px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    background: url(../img/bg_btns.png) no-repeat 0 -58px;
}

input.btn-gray {
    font-size: 13px;
    color: white;
    display: inline-block;
    height: 35px;
    line-height: 27px;
    text-align: center;
    overflow: hidden;
    background: gray;
    padding: 5px 10px;
    cursor: pointer;
}

/* Button]] */

header #logo {
    float: left;
    font-size: 36px;
    padding: 10px;
}

    header #logo a {
        font-family: 黑体,微軟正黑體,微软正黑体,"Microsoft JhengHei",LiGothicMed,'Heiti TC';
        color: #333;
        font-weight: normal;
        line-height: 36px;
        letter-spacing: 5px;
        vertical-align: top;
    }

        header #logo a span {
            font-size: 20px;
            padding-left: 5px;
        }

header #hd_title,
header #hd_title a.back,
header #hd_title h1 {
    float: left;
}

header .hd a.back,header .sell-hd a.back {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
}

header a.back img {
    margin: 5px 0 0 -2px;
}

header #hd_title {
    position: absolute;
}

    header #hd_title h1 {
        font-size: 24px;
        font-family: 黑体,微軟正黑體,微软正黑体,"Microsoft JhengHei",LiGothicMed,'Heiti TC';
        margin-top: 5px;
        width: 200px;
        line-height: 24px;
    }

header .nav-bar {
    float: right;
    padding: 2px 0px 2px 10px;
    margin-right: 10px;
}

    header .nav-bar nav {
        padding: 0;
    }

header nav {
    float: right;
}

    header nav a.icon-home {
        padding-left: 20px;
        background: url(../img/logo_mini.png) no-repeat 0 center;
    }

    header nav span.account-email {
        padding-left: 20px;
        float: right;
        font-size: 13px;
    }

header .search-box {
    width: 400px;
    height: 34px;
    margin-left: 215px;
    margin-top: 4px;
    border: 1px solid #c4c0c0;
    background: white;
}

header .nav-bar .search-box {
    background: #e8e8e8;
    border: 1px solid #aaa;
    position: absolute;
    margin: 0 -450px;
}

.search-box select::-ms-expand {
    display: none;
}

.search-box select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 76px;
    background: url(../img/arrow-down_forsearch.png) no-repeat;
    background-position: 55px 13px;
}


header .search-box .login-info {
    float: right;
    padding-right: 5px;
    height: 20px;
}

header .search-box input.search-box-text {
    border: 0;
    height: 32px;
    width: 280px;
    margin-left: 0px;
    font-size: 14px;
    color: gray;
    padding: 1px 1px 1px 10px;
}

header .nav-bar .search-box input.search-box-text {
    height: 22px;
    width: 128px;
    background: #e8e8e8;
}

header .search-box input.search-box-text::-ms-clear,
header .search-box input.search-box-text::-ms-reveal {
    display: none; /* For ie10+ */
}

header .search-box input.search-box-icon {
    width: 33px;
    height: 34px;
    background: url(../img/icon_white_search.png) no-repeat;
    border: 0;
    float: left;
    background-position: center;
}

header .nav-bar .search-box input.search-box-icon {
    width: 18px;
    height: 14px;
    background: url(../img/icon_white_search.png) no-repeat;
    border: 0;
    margin-right: 3px;
}

.search-box select {
    height: 34px;
    border: 1px solid #c4c0c0;
    border-left: 0px;
    border-bottom: 0px;
    border-top: 0px;
    font-size: 14px;
    padding-left: 8px;
    color: gray;
    float: left;
}


header .hd,
header .sell-hd,
header .bd,
header .sell-bd,
section .bd,
section .sell-bd,
section .mediabd {
    width: 960px;
    margin: 0 auto;
}

header .hd,header .sell-hd {
    height: 100px;
}

header .hd .account-email,header .sell-hd .account-email {
    float: right;
    font-size: 13px;
    color: #fff;
    margin-right: 10px;
    height: 24px;
    line-height: 24px;
}

header .bd,header .sell-bd {
    height: 30px;
    padding-top: 10px;
}

header .bd .sub-menu,header .sell-bd .sub-menu {
    padding-left: 80px;
}

section .mediabd {
    min-height: 555px;
    background: black;
}

#loader {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 30%;
    margin: -33px 0 0 -33px;
}


@keyframes sunray {
    0% {
        background-image: url(../img/img_sun_light.png) no-repeat 0px 0px;
        transform: rotate(0deg);
        -ms-transform: rotate(0deg); /* IE 9 */
        -webkit-transform: rotate(0deg); /* Safari and Chrome */
        -o-transform: rotate(0deg); /* Opera */
        -moz-transform: rotate(0deg); /* Firefox */
    }

    50% {
        background-image: url(../img/img_sun_light1.png);
        transform: rotate(10deg);
        -ms-transform: rotate(10deg); /* IE 9 */
        -webkit-transform: rotate(10deg); /* Safari and Chrome */
        -o-transform: rotate(10deg); /* Opera */
        -moz-transform: rotate(10deg); /* Firefox */
    }

    100% {
        background-image: url(../img/img_sun_light.png) no-repeat 0px 0px;
        transform: rotate(0deg);
        -ms-transform: rotate(0deg); /* IE 9 */
        -webkit-transform: rotate(0deg); /* Safari and Chrome */
        -o-transform: rotate(0deg); /* Opera */
        -moz-transform: rotate(0deg); /* Firefox */
    }
}

@-moz-keyframes sunray /* Firefox */
{
    from {
        background: url(../img/img_sun_light.png) no-repeat 0px 0px;
    }

    to {
        background: url(../img/img_sun_light1.png) no-repeat 0px 0px;
    }
}

@-webkit-keyframes sunray /* Safari 和 Chrome */
{
    from {
        background: url(../img/img_sun_light.png) no-repeat 0px 0px;
    }

    to {
        background: url(../img/img_sun_light1.png) no-repeat 0px 0px;
    }
}

@-o-keyframes sunray /* Opera */
{
    from {
        background: url(../img/img_sun_light.png) no-repeat 0px 0px;
    }

    to {
        background: url(../img/img_sun_light1.png) no-repeat 0px 0px;
    }
}
/* home page */
#sun_nav {
    width: 576px;
    height: 480px;
    float: left;
    background: url(../img/img_sun_light.png) no-repeat 0px 0px;
}


    #sun_nav a.btn-center {
        display: block;
        width: 180px;
        height: 180px;
        font-size: 50px;
        font-family: 黑体,微軟正黑體,微软正黑体,"Microsoft JhengHei",LiGothicMed,'Heiti TC';
        text-align: center;
        font-weight: bold;
        color: #fff;
        position: relative;
    }

        #sun_nav a.btn-center span {
            display: block;
            padding-top: 75px;
        }

    #sun_nav a.btn {
        display: block;
        width: 128px;
        height: 128px;
        color: #fff;
        font-size: 36px;
        font-family: 黑体,微軟正黑體,微软正黑体,"Microsoft JhengHei",LiGothicMed,'Heiti TC';
        font-weight: bold;
        text-align: center;
        position: relative;
    }

        #sun_nav a.btn span {
            font-family: 黑体,微軟正黑體,微软正黑体,"Microsoft JhengHei",LiGothicMed,'Heiti TC';
            display: block;
            padding-top: 50px;
        }

    #sun_nav a {
        position: absolute;
    }


        #sun_nav a.books {
            background: url(../img/btn_books.png) no-repeat;
            top: -620px;
            left: 214px;
        }

        #sun_nav a.child {
            background: url(../img/btn_child_normal.png) no-repeat;
            top: 40px;
            left: 150px;
        }

        #sun_nav a.lingxiu {
            background: url(../img/btn_lingxiu_normal.png) no-repeat;
            top: -90px;
            left: 320px;
        }

        #sun_nav a.shengjing {
            background: url(../img/btn_shengjing_normal.png) no-repeat;
            top: -90px;
            left: 400px;
        }

        #sun_nav a.zixun {
            background: url(../img/btn_zixun_normal.png) no-repeat;
            top: -75px;
            left: 325px;
        }

        #sun_nav a.shige {
            background: url(../img/btn_shige_normal.png) no-repeat;
            color: #e95513;
            top: -205px;
            left: 150px;
        }

        #sun_nav a.yingyin {
            background: url(../img/btn_yingyin_normal.png) no-repeat;
            color: #006934;
            top: -470px;
            left: 80px;
        }

        #sun_nav a:hover {
            animation-play-state: paused;
            -moz-animation-play-state: paused;
            -webkit-animation-play-state: paused;
            -o-animation-play-state: paused;
            transform: scale(1.2,1.2);
            -ms-transform: scale(1.2,1.2); /* IE 9 */
            -webkit-transform: scale(1.2,1.2); /* Safari 和 Chrome */
            -o-transform: scale(1.2,1.2); /* Opera */
            -moz-transform: scale(1.2,1.2); /* Firefox */
        }

        #sun_nav a.books:hover {
            background: url(../img/btn_books_hover.png) no-repeat;
        }

        #sun_nav a.child:hover {
            background: url(../img/btn_child_hover.png) no-repeat;
        }

        #sun_nav a.lingxiu:hover {
            background: url(../img/btn_lingxiu_hover.png) no-repeat;
        }

        #sun_nav a.shengjing:hover {
            background: url(../img/btn_shengjing_hover.png) no-repeat;
        }

        #sun_nav a.zixun:hover {
            background: url(../img/btn_zixun_hover.png) no-repeat;
        }

        #sun_nav a.shige:hover {
            background: url(../img/btn_shige_hover.png) no-repeat;
        }

        #sun_nav a.yingyin:hover {
            background: url(../img/btn_yingyin_hover.png) no-repeat;
        }

/*common style [[ */
.roundcorner-box-orange {
    border-radius: 40px;
    -moz-border-radius: 40px;
    background: #fff684;
    box-shadow: #fca600 0px 0px 15px;
    padding: 20px;
}

.roundcorner-box-white {
    border-radius: 40px;
    -moz-border-radius: 40px;
    background: #fff;
    box-shadow: #fca600 0px 0px 15px;
    padding: 20px 10px;
}

.message-box {
    width: 450px;
    padding: 15px 15px 5px 15px;
    color: red;
    float: left;
}

.regist_error{
    float: none !important;
    text-align:center;
}

.regist_error .validation-summary-errors li{
    float:none !important;
}

.exception-box {
    float: left;
    width: 750px;
    height: 300px;
    font-size: 16px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    box-shadow: 0px 0px 10px #c20f0e;
    background: #fff;
    margin: 100px;
}

.exception-box-text {
    padding: 100px;
}

.right-column {
    width: 300px;
    margin-top: 0px;
    margin-right: 60px;
    float: right;
}

.book-list .book-groups li.group,.book-list .sell-book-groups li.group {
    height: 161px;
}

.book-list .book-groups li.group div.tab,.book-list .sell-book-groups li.group div.tab {
    float: left;
    height: 146px;
    width: 55px;
}

.book-list .book-groups li.latest div.tab,.book-list .sell-book-groups li.latest div.tab {
    background: url(../img/icon_tabs_books.png) no-repeat -1px 0;
}

.book-groups {
    background: url(../img/book_frame_bg.jpg);
}

.sell-book-groups {
    background: url(../img/book_buy_frame_bg.jpg);
}

.book-list .book-groups li div.tab {
    background: url(../img/book_frame_left.jpg) left 0 repeat-y;
}

.book-list .sell-book-groups li div.tab {
    background: url(../img/book_buy_frame_left.jpg) left 0 repeat-y;
}

.book-list .book-groups li div.tab div.btn-previous,.book-list .sell-book-groups li div.tab div.btn-previous {
    float: right;
    width: 0px;
    overflow: hidden;
    cursor: pointer;
}

.book-list .book-groups li div.tab a.tab-title,.book-list .sell-book-groups li div.tab a.tab-title {       
    font-size: 16px;
    font-weight: 600;
    color: #c1511d;
}

.book-list .book-groups li.group div.tab a.tab-title div,.book-list .sell-book-groups li.group div.tab a.tab-title div {
    color: black;
    font-size: 16px;
    width: 40px;
    height: 75px;
    text-align: center;
    line-height: 18px;
    margin: 0 auto;
}


.book-list .book-groups li div.tab a.tab-title:hover,.book-list .sell-book-groups li div.tab a.tab-title:hover {
    color: #e94638;
}

.book-list .book-groups li.group div.btn-previous img,.book-list .sell-book-groups li.group div.btn-previous img {
    margin-top: 30px;
    margin-left: 10px;
}

.book-list .book-groups li.group div.btn-next,.book-list .sell-book-groups li.group div.btn-next {
    float: left;
}



.book-list .book-groups .nextalink {
    margin-left: 5px;
    background: url(../img/book_frame_more.png) no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
    cursor: pointer;
    background-size: 60px 60px;
    margin-top: 100px;
}

.book-list .sell-book-groups .nextalink {
    margin-left: 5px;
    background: url(../img/book_buy_frame_more.png) no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
    cursor: pointer;
    background-size: 60px 60px;
    margin-top: 100px;
}

.book-list .book-groups .nextalink:hover {
    margin-left: 5px;
    background: url(../img/book_frame_more_haver.png) no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
    cursor: pointer;
    background-size: 60px 60px;
    margin-top: 100px;
}
.book-list .sell-book-groups .nextalink:hover {
    margin-left: 5px;
    background: url(../img/book_buy_frame_more_haver.png) no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
    cursor: pointer;
    background-size: 60px 60px;
    margin-top: 100px;
}

.book-list .book-groups li .pic-list,.book-list .sell-book-groups li .pic-list {
    float: left;
    height: 143px;
    overflow: hidden;
}

.book-list .book-groups li.g-hd .pic-list,.book-list .sell-book-groups li.g-hd .pic-list {
    float: left;
    width: 830px;
    height: 143px;
    overflow: hidden;
    margin-left: 10px;
}

.book-list .book-groups li.group ul,.book-list .sell-book-groups li.group ul {
    height: 143px;
}

.book-list .book-groups li.group li {
    float: left;
    width: 80px;
    height: 121px;
    border: 2px solid #fff;
    box-shadow: #9c6736 0 0 10px;
    margin: 18px 17px 0 17px;
    cursor: pointer;
}

.book-list .sell-book-groups li.group li {
    float: left;
    width: 80px;
    height: 121px;
    border: 2px solid #fff;
    box-shadow: #34444c 0 0 10px;
    margin: 18px 17px 0 17px;
    cursor: pointer;
}

/* Popover Style*/
.popover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg_opcity_0.3.png);
    margin: 0;
    display: none;
    z-index: 99;
}

    .popover .popover-layout {
        position: absolute;
        width: 100%;
    }

    .popover .popover-book-introduce {
        width: 710px;
        min-height: 500px;
        margin: 50px auto;
        background-color: #6c6e6f;
        border-radius: 90px 40px 40px;
        -moz-border-radius: 90p 40px 40px;
        box-shadow: 1px 1px 8px #FFAb5E;
    }

    .popover .conner-icon {
        width: 83px;
        height: 83px;
        background: url(../img/img_corner_gray.png) no-repeat;
        position: absolute;
        z-index: 200;
        margin-left: -6px;
        margin-top: -16px;
        font-size: 18px;
        color: #004a99;
        padding: 25px 0 0 26px;
    }

    .popover .book-introduce-content {
        float: left;
        width: 684px;
        min-height: 474px;
        margin: 13px;
        background-color: white;
        border-radius: 75px 25px 25px;
        -moz-border-radius: 75px 25px 25px;
        top: 15px;
        box-shadow: 1px 1px 1px 2px #5c5c5c;
    }

    .popover .popover-book-introduce .pbs-hd {
        padding: 2px 0 10px 2px;
    }

        .popover .popover-book-introduce .pbs-hd h2 {
            font-size: 18px;
            color: #004a99;
        }

        .popover .popover-book-introduce .pbs-hd a.btn-close {
            float: right;
            width: 24px;
            height: 24px;
            color: #333;
            text-align: center;
            line-height: 24px;
            border-radius: 12px;
            -moz-border-radius: 12px;
            margin: -16px 10px 0 0;
        }

            .popover .popover-book-introduce .pbs-hd a.btn-close:hover {
                color: #C20F0E;
                background: #eee;
            }

    .popover .popover-book-introduce .pbs-bd {
        height: 100%;
        overflow-y: auto;
        margin: 0 20px 0 20px;
    }
        /* popver for book summary pad [[*/
        .popover .popover-book-introduce .pbs-bd .book-card {
            float: left;
            width: 160px;
        }

            .popover .popover-book-introduce .pbs-bd .book-card .book-screen img {
                border: 3px solid #fff;
                box-shadow: #9c6736 0 0 10px;
            }

            .popover .popover-book-introduce .pbs-bd .book-card p {
                text-align: center;
            }

            .popover .popover-book-introduce .pbs-bd .book-card .book-screen {
                height: 212px;
                text-align: center;
            }

                .popover .popover-book-introduce .pbs-bd .book-card .book-screen .book-pic {
                    margin: 10px auto;
                    position: relative;
                    width: 135px;
                    height: 185px;
                }

        .popover .popover-book-introduce .pbs-bd .book-info .rate {
            margin-bottom: 20px;
        }

        .popover .popover-book-introduce .pbs-bd .book-card p a.btn-blue {
            margin-top: 10px;
        }

        .popover .popover-book-introduce .pbs-bd .book-info .rate a {
            font-size: 11px;
        }

        .popover .popover-book-introduce .pbs-bd .book-info .actions {
            padding: 10px 0 10px 32px;
        }

            .popover .popover-book-introduce .pbs-bd .book-info .actions a {
                float: left;
                width: 24px;
                height: 24px;
                border-radius: 12px;
                -moz-border-radius: 12px;
                background: #eee;
                margin: 10px 10px 10px 0;
                overflow: hidden;
            }

                .popover .popover-book-introduce .pbs-bd .book-info .actions a#faceBook {
                    background: url(../img/icon_facebook.png) no-repeat;
                }

                .popover .popover-book-introduce .pbs-bd .book-info .actions a#addToWishList {
                    background: url(../img/icon_wished.png) no-repeat;
                }

                .popover .popover-book-introduce .pbs-bd .book-info .actions a#sendEmail {
                    background: url(../img/icon_email.png) no-repeat;
                }

                .popover .popover-book-introduce .pbs-bd .book-info .actions a#faceBook:hover {
                    background: url(../img/icon_facebook_hover.png) no-repeat;
                }

                .popover .popover-book-introduce .pbs-bd .book-info .actions a#addToWishList:hover {
                    background: url(../img/icon_wished_hover.png) no-repeat;
                }

                .popover .popover-book-introduce .pbs-bd .book-info .actions a#sendEmail:hover {
                    background: url(../img/icon_email_hover.png) no-repeat;
                }

        .popover .popover-book-introduce .pbs-bd .book-info .messages {
            width: 150px;
            padding: 5px;
            text-align: center;
            float: left;
        }

            .popover .popover-book-introduce .pbs-bd .book-info .messages span {
                color: green;
                font-size: 13px;
            }

        .popover .popover-book-introduce .pbs-bd .book-summary {
            width: 460px;
            float: left;
        }

            .popover .popover-book-introduce .pbs-bd .book-summary .book-info-left {
                width: 400px;
                float: left;
                margin: 10px 10px;
            }

            .popover .popover-book-introduce .pbs-bd .book-summary .book-info-right {
                width: 220px;
                float: left;
                margin: 10px 0;
            }

            .popover .popover-book-introduce .pbs-bd .book-summary ul li {
                padding: 2px;
                font-size: 12px;
                font-weight: bold;
            }


            .popover .popover-book-introduce .pbs-bd .book-summary .rate .five-stars {
                width: 64px;
                height: 10px;
                margin: 10px 0;
                background: url(../img/rate_star_gray.jpg) no-repeat;
            }
            /** 
.popover .popover-book-introduce .pbs-bd .book-summary .sales {
	margin: 30px 0 20px 0;
}
.popover .popover-book-introduce .pbs-bd .book-summary .sales p span {
	font-size:20px;
	font-weight:bold;
}
**/

            .popover .popover-book-introduce .pbs-bd .book-summary .book-description {
                float: left;
                margin: 10px 0;
                background: #f5f5f5;
            }

                .popover .popover-book-introduce .pbs-bd .book-summary .book-description .tab-btn {
                    float: left;
                    width: 100%;
                    background-color: white;
                }

                    .popover .popover-book-introduce .pbs-bd .book-summary .book-description .tab-btn .tab {
                        font-size: 13px;
                        font-weight: bold;
                        padding: 3px 20px;
                        background: #CCCCCC;
                        border-radius: 6px 6px 0 0;
                        -moz-border-radius: 6px 6px 0 0;
                        float: left;
                        margin-right: 1px;
                        cursor: pointer;
                    }

                    .popover .popover-book-introduce .pbs-bd .book-summary .book-description .tab-btn .selected {
                        background: #f5f5f5;
                    }


                .popover .popover-book-introduce .pbs-bd .book-summary .book-description .content {
                    float: left;
                    font-size: 13px;
                    background: white;
                    height: 200px;
                    width: 435px;
                    margin: 10px;
                    padding: 2px;
                    overflow-y: auto;
                }

                .popover .popover-book-introduce .pbs-bd .book-summary .book-description .want-comment {
                    float: left;
                    margin: 10px;
                    color: blue;
                }

                .popover .popover-book-introduce .pbs-bd .book-summary .book-description .comment-pages {
                    float: right;
                    margin: 10px;
                    color: blue;
                }

    .popover .popover-book-introduce .pbs-ft {
        border-radius: 0 0 20px 20px;
        -moz-border-radius: 0 0 20px 20px;
        background-color: #fff;
        padding: 0 40px 20px 40px;
    }


    /*clear float*/
    .popover .popover-book-introduce .pbs-bd:before, .popover .popover-book-introduce .pbs-bd .book-summary .book-description h5:before,
    .popover .popover-book-introduce .pbs-bd:after, .popover .popover-book-introduce .pbs-bd .book-summary .book-description h5:after {
        content: ".";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .popover .popover-book-introduce .pbs-bd:after, .popover .popover-book-introduce .pbs-bd .book-summary .book-description h5:after {
        clear: both;
    }

    .popover .popover-book-introduce .pbs-bd, .popover .popover-book-introduce .pbs-bd .book-summary .book-description h5 {
        zoom: 1;
    }
    /* IE < 8 */



    .popover .popover-email-window {
        width: 600px;
        height: 450px;
        margin: 50px auto;
        display: none;
        background-color: white;
        border-radius: 10px;
        -moz-border-radius: 10px;
        box-shadow: 0px 0px 5px 5px #c0c0c0;
        z-index: 9999;
    }



/* popver for book summary pad ]]*/

/*clear float*/
.book-list .book-groups li.group:before, .book-list .book-groups li.group ul:before,
.book-list .book-groups li.group:after, .book-list .book-groups li.group ul:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.book-list .book-groups li.group:after, .book-list .book-groups li.group ul:after {
    clear: both;
}

.book-list .book-groups li.group, .book-list .book-groups li.group ul {
    zoom: 1;
}
/* IE < 8 */

/* common style ]] */


/*Pages Style [[*/
/* Login [ */
#login_form .login {
    margin-bottom: 20px;
}

    #login_form .login h1 {
        font-size: 20px;
    }

        #login_form .login h1 span {
            font-size: 15px;
            font-weight: normal;
        }

    #login_form .login dt,
    #login_form .login dd {
        float: left;
        height: 30px;
    }

    #login_form .login dt {
        width: 50px;
        font-size: 15px;
        line-height: 30px;
        margin: 0;
        padding: 0;
        clear: left;
    }

    #login_form .login dd {
        width: 130px;
        margin: 0;
        padding: 0;
    }

    #login_form .login p {
        padding: 0px;
        line-height: 24px;
        margin-top: 20px;
    }

    #login_form .login dd input {
        width: 150px;
        height: 24px;
        margin: 3px 0;
        border: 0;
        border-radius: 10px;
        -moz-border-radius: 10px;
        line-height: 24px;
        padding: 0 10px;
    }

    #login_form .login dd.rememberpw {
        padding-top: 10px;
    }

        #login_form .login dd.rememberpw label {
            font-size: 13px;
        }

    #login_form .login dd #rememberpw {
        width: auto;
        margin: 0 10px 0 0;
        vertical-align: middle;
    }

    #login_form .login .btn_login {
        font-family: inherit;
        font-size: 18px;
        width: 60px;
        height: 60px;
        border-radius: 30px;
        -moz-border-radius: 30px;
        background: #fff;
        border: 0;
        box-shadow: #c20f0e 0px 0px 5px;
        float: right;
        margin-right: 10px;
    }

        #login_form .login .btn_login:hover {
            background: #ea5513;
        }

#login_form .regist {
    text-align: center;
}

/* Login ]*/

/* VIP [*/
#vip header .hd,#vip header .sell-hd {
    background: #fff;
}

#vip header .bd,#vip header .sell-bd {
    background: #cacaca;
}

#vip header a.back {
    background: #02a0e9 url(../img/icon_arrow_left_white.png) no-repeat 5px 5px;
}

#vip header #hd_title h1 {
    color: #004a99;
}
/* VIP ]*/


/* My Books [*/
#my_books header {
    padding: 0;
}

#my_books header .bd,#my_books header .sell-bd {
    background: #ea5513;
}

#my_books header a.back {
    background: #cacaca url(../img/icon_arrow_left_white.png) no-repeat 5px 5px;
}

#my_books header #hd_title h1 {
    color: #fff;
}

/* Books [[ */
#books header {
    padding: 0;
}

header .hd {
    background: #FFF0B4;
    padding-top: 10px;
}

header .sell-hd {
    background: #cceaf9;
    padding-top: 10px;
}

#books header .bd,#books header .sell-bd {
    background: #F5B464;
    color: white;
}

#books header .sell-bd {
    background: #d3d3d4;
    color: white;
}

#books header a.back {
    background: #fff url(../img/icon_arrow_left_orange.png) no-repeat 5px 5px;
}

#books header #hd_title h1 {
    color: #fff;
}
/* Books ]]*/

/* Ling Xiu*/

#lingxiu header {
    padding: 0;
}

    #lingxiu header .hd,#lingxiu header .sell-hd {
        background: #0074C1;
        padding-top: 10px;
    }

    #lingxiu header .bd,#lingxiu header .sell-bd {
        background: #fee496;
    }

    #lingxiu header a.back {
        background: #fff url(../img/icon_arrow_left_orange.png) no-repeat 5px 5px;
    }

        #lingxiu header a.back:hover {
            background: #F0FAFF url(../img/icon_arrow_left_orange.png) no-repeat 5px 5px;
        }

    #lingxiu header #hd_title h1 {
        color: #fff;
    }
/* Ling Xiu ]] */

/* Children [[*/

#children header {
    padding: 0;
}

    #children header .hd,#children header .sell-hd {
        background: #0074C1;
        padding-top: 10px;
    }

    #children header .bd,#children header .sell-bd {
        background: #fee496;
    }

    #children header a.back {
        background: #fff url(../img/icon_arrow_left_orange.png) no-repeat 5px 5px;
    }

        #children header a.back:hover {
            background: #EEFBFFurl(../img/icon_arrow_left_orange.png) no-repeat 5px 5px;
        }

    #children header #hd_title h1 {
        color: #FFF9B0;
    }
/* Children ]] */

/* Information [[ */
#information header {
    padding: 0;
}

    #information header .hd,#information header .sell-hd {
        background: #F39700;
        padding-top: 10px;
    }

    #information header .bd,#information header .sell-bd {
        background: #fee496;
    }

    #information header a.back {
        background: #fff url(../img/icon_arrow_left_orange.png) no-repeat 5px 5px;
    }

        #information header a.back:hover {
            background: #FFFBF5 url(../img/icon_arrow_left_orange.png) no-repeat 5px 5px;
        }

    #information header #hd_title h1 {
        color: #FFF9B0;
    }
/* Information ]] */

/* Vedio Audio [[ */
#vedio_audio header {
    padding: 0;
}

    #vedio_audio header .hd,#vedio_audio header .sell-hd {
        background: #8EC31F;
        padding-top: 10px;
    }

    #vedio_audio header .bd,#vedio_audio header .sell-bd {
        background: #fee496;
    }

    #vedio_audio header a.back {
        background: #fff url(../img/icon_arrow_left_orange.png) no-repeat 5px 5px;
    }

        #vedio_audio header a.back:hover {
            background: #FCFFF5 url(../img/icon_arrow_left_orange.png) no-repeat 5px 5px;
        }

    #vedio_audio header #hd_title h1 {
        color: #FFF9B0;
    }
/* Vedio Audio ]] */

/* Sheng Jing [[ */
#shengjing header {
    padding: 0;
}

    #shengjing header .hd,#shengjing header .sell-hd {
        background: #9C4997;
        padding-top: 10px;
    }

    #shengjing header .bd,#shengjing header .sell-bd {
        background: #fee496;
    }

    #shengjing header a.back {
        background: #fff url(../img/icon_arrow_left_orange.png) no-repeat 5px 5px;
    }

        #shengjing header a.back:hover {
            background: #FCF2FC url(../img/icon_arrow_left_orange.png) no-repeat 5px 5px;
        }

    #shengjing header #hd_title h1 {
        color: #fff;
    }
/* Sheng Jing ]] */

/* Poem [[ */
#poem header {
    padding: 0;
}

    #poem header .hd,#poem header .sell-hd {
        background: #FFE100;
        padding-top: 10px;
    }

    #poem header .bd,#poem header .sell-bd {
        background: #fee496;
    }

    #poem header a.back {
        background: #fff url(../img/icon_arrow_left_orange.png) no-repeat 5px 5px;
    }

        #poem header a.back:hover {
            background: #FFFDF3 url(../img/icon_arrow_left_orange.png) no-repeat 5px 5px;
        }

    #poem header #hd_title h1 {
        color: #EA5415;
    }
/* Sheng Jing ]] */


/*clear float*/
header:before, section .bd:before, #main:before, #login_form .login:before,
header:after, section .bd:after, #main:after, #login_form .login:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

header:after, section .bd:after, #main:after, #login_form .login:after {
    clear: both;
}

header, section .bd, #main, #login_form .login {
    zoom: 1;
}
/* IE < 8 */

.pager {
    zoom: 1;
}

    .pager:after {
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .pager ul {
        float: right;
        margin: 2px 0;
    }

    .pager li {
        float: left;
        line-height: 20px;
        list-style: none outside none;
        margin-left: 5px;
    }

    .pager a, .pager span {
        display: inline-block;
        min-width: 10px;
        text-align: center;
        color: #555;
        font-size: 12px;
        font-weight: 700;
        padding: 0px 8px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-transition: all 0.218s;
        -moz-transition: all 0.218s;
        -ms-transition: all 0.218s;
        -o-transition: all 0.218s;
        transition: all 0.218s;
        border: 1px solid gainsboro;
        border: 1px solid rgba(0,0,0,0.1);
        background-color: whiteSmoke;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        cursor: pointer;
        text-decoration: none;
    }

        .pager span, .pager a:active {
            background-color: #F9F9F9;
            cursor: default;
        }

        .pager a:hover {
            border: 1px solid #C6C6C6;
            color: #333;
            -webkit-transition: all 0.0s;
            -moz-transition: all 0.0s;
            -ms-transition: all 0.0s;
            -o-transition: all 0.0s;
            transition: all 0.0s;
            background-color: #F8F8F8;
            -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
            -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
            box-shadow: 0 1px 1px rgba(0,0,0,0.1);
            text-decoration: none;
        }

#login_form .login dd.rememberpw .forgotpw {
    margin: 0px 50px 0px 0px;
    text-decoration: underline;
    font-size: 13px;
    float: right;
}

.footercontent {
    width: 960px;
    font-size: 13px;
    padding: 20px 0px;
    margin: 0 auto;
    height: 60px;
    background: #fff;
}

.footercontent-bottom {
    width: 960px;
    padding: 10px 0px;
    margin: 0 auto;
    height: 60px;
    background: #f9f9f9;
}

    .footercontent-bottom li {
        float: left;
        margin-left: 11px;
        font-size: 13px;
    }


.footercontent span {
    float: left;
    margin-left: 10px;
    margin-top: 23px;
}

.footercontent a {
    float: left;
    margin-left: 30px;
    margin-top: 15px;
    color: gray;
}

.linkipad {
    width: 36px;
    height: 37px;
    padding-left: 40px;
    background: url(../img/icon_iPad.png) no-repeat 0px 0px;
    line-height: 40px;
}

    .linkipad:hover {
        background: url(../img/icon_iPad_hover.png) no-repeat 0px 0px;
    }

.linkiphone {
    width: 36px;
    height: 37px;
    padding-left: 40px;
    background: url(../img/icon_iPhone.png) no-repeat 0px 0px;
    line-height: 40px;
}

    .linkiphone:hover {
        background: url(../img/icon_iPhone_hover.png) no-repeat 0px 0px;
    }

.linkandroid {
    width: 36px;
    height: 37px;
    padding-left: 40px;
    background: url(../img/icon_Android.png) no-repeat 0px 0px;
    line-height: 40px;
}

    .linkandroid:hover {
        background: url(../img/icon_Android_hover.png) no-repeat 0px 0px;
    }

.linkgoogle {
    width: 36px;
    height: 37px;
    padding-left: 40px;
    background: url(../img/icon_google.png) no-repeat 0px 0px;
    line-height: 40px;
}

    .linkgoogle:hover {
        background: url(../img/icon_google_hover.png) no-repeat 0px 0px;
    }

.linktwodimension {
    width: 72px;
    height: 70px;
    background: url(../img/twodimensioncode.png) no-repeat 0px 0px;
}

.itemdelete {
    background: url(../img/remove_18x18.png) no-repeat 0px 0px;
    position: relative;
    top: -130px;
    left: 80px;
}

.linkquestioin {
    padding-left: 20px;
    background: url(../img/question-icon.png) no-repeat 0px 0px;
    line-height: 40px;
    height: 24px;
    margin-left: 1px;
    float: left;
}

.alinkgreen {
    font-size: 11px;
    border: 0;
    color: #555;
    display: inline-block;
    width: 85px;
    height: 22px;
    line-height: 23px;
    overflow: hidden;
    background: url(../img/bg_btns.png) no-repeat 0 -58px;
}

/* SLIM BOX (PRODUCT IMAGES) */
#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter, #lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url(../img/loading.gif) no-repeat center;
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left: 0;
}

    #lbPrevLink:hover {
        background: transparent url(../img/prevlabel.gif) no-repeat 0 15%;
    }

#lbNextLink {
    right: 0;
}

    #lbNextLink:hover {
        background: transparent url(../img/nextlabel.gif) no-repeat 100% 15%;
    }

#lbBottom {
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(../img/closelabel.gif) no-repeat center;
    margin: 5px 0;
    outline: none;
}

#lbCaption, #lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: 700;
}




/* Book Detail */
.pdcontent {
    width: 960px;
    padding: 20px 0px;
    margin: 0 auto;
    background: #fff;
    margin-top: 30px;
}

.pdcontentleft {
    float: left;
    width: 200px;
    margin-left: 50px;
}

.pdcontentright {
    float: left;
    width: 360px;
}

.pdshare-fackbook {
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    background: #eee;
    margin: 10px 10px 10px 0;
    overflow: hidden;
    background: url(../img/icon_facebook.png) no-repeat;
}


.pdshare-fackbook {
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    background: #eee;
    margin: 10px 10px 10px 0;
    overflow: hidden;
    background: url(../img/icon_facebook.png) no-repeat;
}

.pdshare-wishlist {
    overflow: hidden;
    background: url(../img/favorite_32.png) no-repeat;
    background-size: 18px 18px;
    padding-left: 22px;
}

.pdshare-share {
    overflow: hidden;
    background: url(../img/share_32.png) no-repeat;
    background-size: 18px 18px;
    padding-left: 22px;
}



/*.pdshare-share-div {
    top: 3px;
    position: absolute;
    left: 65px;
    float: left;
    background:#CCEEFF ;
}*/



.pdshare-share-div {
    position: absolute;
    left: 45px;
    float: left;
    margin: 20px auto;
    border: 1px solid #bab6b6;
    height: 60px;
    margin-top: 10px;
    width: 100px;
    background: white;
}

    .pdshare-share-div em, .pdshare-share-div span {
        display: block;
        width: 30px;
        height: 16px;
        font-size: 30px;
        overflow: hidden;
        position: relative;
        margin-left: 40px;
    }

    .pdshare-share-div em {
        margin-top: -12px;
        color: #bab6b6;
        font-style: normal;
    }

    .pdshare-share-div span {
        margin-top: -14px;
        color: white;
    }

    .pdshare-share-div li {
        text-align: center;
        padding: 2px 5px;
    }



.pdshare-email {
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    background: #eee;
    margin: 10px 10px 10px 0;
    overflow: hidden;
    background: url(../img/icon_email.png) no-repeat;
}


/*Comment*/
.rating {
    height: 16px;
    width: 80px;
    background: url(../img/star-x-inactive.png) 0 0 repeat-x;
}

    .rating div {
        float: left;
        height: 16px;
        background: url(../img/star-x-active.png) 0 0 repeat-x;
    }

.review-text {
    margin-top: 3px;
}

.review-title {
    float: left;
    margin-left: 10px;
}

.review-replay a {
    color: #004B91;
}

.review-replay-text {
    height: 150px;
    width: 450px;
}

.blog-posts {
    margin-top: 30px;
}

.inputs {
    margin-top: 10px;
}

.review-rating ul {
    float: left;
    margin-left: 20px;
}

.review-rating li {
    float: left;
}



/*book category menu*/
.book-category {
}

    .book-category select {
        margin-left: 2px;
        height: 24px;
        margin-top: -2px;
    }

.book-top-list {
    top: 40px;
    position: absolute;
    top: 23px;
    left: 35px;
    float: left;
    z-index: 999;
    cursor: pointer;
    background: url(../img/menulistbg.png);
}

    .book-top-list li {
        display: block;
        color: #4d3012;
        padding: 2px 25px;
        border-bottom: 1px solid white;
    }

        .book-top-list li:hover {
            background: #fdf147;
        }

        .book-top-list li.active {
            background: #fdf147;
        }

.book-category-menu-div {
    font-weight: bold;
    width: 200px;
    float: left;
}

.book-buy-menu-div {
    font-weight: bold;
    width: 100px;
    float: right;
}
.book-buy-menu-a{
    color:#6186C8;
}
.book-buy-menu-a:hover{
    color:#e84637;
}

.book-home-menu-a{
    color:#F29600;
}
.book-home-menu-a:hover{
    color:#e84637;
}

/* customer info menu*/
.customer-list {
    top: 3px;
    position: absolute;
    right: 5px;
    float: right;
    width: 100px;
    z-index: 999;
    background: white;
}


    .customer-list a {
        font-size: 15px;
        color: black;
        padding: 0 10px;
        line-height: 24px;
        border-right: 0px;
    }


        .customer-list a:hover {
            color: #FF8500;
        }


.product-tempsimple-bookinfo li {
    margin: 5px;
}


.phone_step1 li input {
    width: 30px;
}

.phone_step1 ul {
    padding-top: 10px;
}

.phone_step1 li {
    float: left;
}

.registerabtn {
    display: block;
    width: 328px;
    height: 40px;
    background: #009ad6;
    border: 1px solid rgba(186, 186, 186, 0.3);
    margin: 0 auto;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    /* font-weight: bold; */
    display: block;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    color: white;
}

.searh-keyword {
    float: left;
    font-size: 13px;
    height: 20px;
    margin-left: 18px;
    margin-top: 3px;
    color: #686464;
}

    .searh-keyword span {
        margin-left: 1px;
        color: #686464;
    }

    .searh-keyword a {
        margin-left: 3px;
        color: #686464;
    }

        .searh-keyword a:hover {
            margin-left: 3px;
            color: #FF8500;
        }


.bannerturntext {
    height: 41px;
    background: url(../img/book_frame_top.png);
}

.sell-bannerturntext {
    height: 41px;
    background: url(../img/book_buy_frame_top.jpg);
}

.bannerturntext div,.sell-bannerturntext div {
    color: white;
    padding-top: 5px;
}

.yellowcolor {
    color: #ffbd09;
    cursor: pointer;
}


.graycolor {
    color: #aeaaaa;
}



.mainlink-a {
    background: url(../img/main-logo.png) no-repeat;
    background-size: 167px 109px;
    overflow: hidden;
    display: block;
    width: 167px;
    height: 109px;
    float: left;
    margin-top: -15px;
    margin-left: 30px;
}

.voice {
    background: url(../img/coloricon-psd.png) no-repeat;
    float: left;
    background-size: 32px 32px;
    display: block;
    width: 32px;
    height: 32px;
    margin-top: 4px;
}

.menudownarrow {
    margin-left: 5px;
    background: url(../img/down_arrow.png) no-repeat;
    width: 13px;
    height: 9px;
    display: inline-block;
}

.tarcktitle {
    width: 40px;
}

    .tarcktitle table {
        margin-top: 30px;
        margin-left: 7px;
    }

        .tarcktitle table td {
            width: 18px;
        }


.pic-list-shadow {
    float: left;
    height: 144px;
    width: 905px;
    box-shadow: 5px 10px 11px 2px #997c5a inset;
}

.sell-pic-list-shadow {
    float: left;
    height: 144px;
    width: 905px;
    box-shadow: 5px 10px 11px 2px #5a8899 inset;
}

.pic-list-shadow2 {
    float: left;
    height: 144px;
    width: 950px;
    box-shadow: 5px 10px 11px 2px #997c5a inset;
}
.sell-pic-list-shadow2 {
    float: left;
    height: 144px;
    width: 950px;
    box-shadow: 5px 10px 11px 2px #5a8899 inset;
}

.myProfilefields {
}

    .myProfilefields li {
        padding: 10px 5px;
    }

.form-ft {
    height: 80px;
}

.themepagetitle {
    background: #f2f2f2;
    height: 53px;
    margin: -44px -34px 0px -34px;
}


.themepagetitle2 {
    background: #f2f2f2;
    height: 65px;
    margin: -44px -34px 0px -34px;
}

.themepagetitlefont {
    margin-top: 11px;
    margin-left: 75px;
    color: #797979;
    font-size: 22px;
    padding-top: 16px;
    font-weight: 500;
}

.themepagetitlefont2 {
    margin-top: 11px;
    margin-left: 430px;
    color: #797979;
    font-size: 22px;
    padding-top: 16px;
    font-weight: 500;
}


.themepagetitlefont3 {
    margin-top: 11px;
    margin-left: 32px;
    color: #797979;
    font-size: 14px;
    padding-top: 16px;
    font-weight: 500;
}

.textboxwidth50 {
    width: 90px;
}

.paymentmethoditem {
    margin-top: 10px;
}

    .paymentmethoditem li {
        width: 900px;
    }

.paymentmethoditemdiv {
    height: 70px;
}

.languagediv {
    display: inline-block;
    margin-left: 12px;
}

    .languagediv a {
        font-size: 12px;
        color: #2C3344;
        padding: 0 5px;
        line-height: 24px;
    }

        .languagediv a.active {
            color: #FF8500;
        }

        .languagediv a:hover {
            color: #FF8500;
        }


.subscriptionbg {
    background: url(../img/bg1.jpg);
    border: 1px solid #e6e6e6;    
    min-height: 400px;
    height:650px;
}

.subscription-title {
    margin: 0 auto;
    text-align: center;
    font-size: 21px;
    color: #81464d;
    font-weight: 900;
    height:230px;
}

    .subscription-title span {
        font-size: 25px;
    }

.subscription-gold {
    float:left;    
    width: 350px;
    height: 110px;    
    margin-left: 20px;
}

.subscription-gold:hover .subscription-typetitle,.subscription-gold:hover .subscription-typetitle2,.subscription-gold:hover .subscription-typetitle3 {
    color:darkorange;
}


.subscription-silver {
    float:right; 
    width: 350px;
    height: 110px;
    margin-left: 100px;    
}

.subscription-silver:hover .subscription-typetitle,.subscription-silver:hover .subscription-typetitle2,.subscription-silver:hover .subscription-typetitle3 {
    color:darkorange;
}

.subscription-copper {
    background: url(../img/copper1.png);
    margin-top: 20px;
    width: 440px;
    height: 89px;
    margin-left: 360px;
}

.subscription-copper:hover {
    border: 1px solid #F5B464;
}

.subscription-typetitle {
    padding-top: 10px;
    margin-left: 20px;
    margin-right: 30px;
    color: #5f1885;
    font-weight:bold;
    font-size: 24px;
    font-family:STZhongsong;
}

.subscription-typetitle2 {    
    font-size: 20px;
    margin-left: 20px;
    margin-right: 30px;
    color: #5f1885;
    font-weight: 900;
    font-family:STZhongsong;
}


.subscription-typetitle3 {
    font-size: 17px;
    margin-left: 20px;
    margin-right: 30px;
    color: #5f1885;
    font-weight: bold;
    margin-top: 5px;
}

.subscription-price {
    color: #e50011;
    
    padding-left: 10px;    
    font-family:'Times New Roman';
    font-size:22px;

}


.subscription-typename {
    position: relative;
    top: -41px;
    left: 13px;
    font-size: 35px;
    font-weight: 900;
    color: #fff698;
}

.subscription-temp{
    background: white;
    text-align: center;
    height:100px;
    width:100%;
    background:url(../img/40thGiftCard.jpg) no-repeat 50% 50%;
}


.btn-star{
    float: left;
    margin-top: 210px;
    margin-left: 40px;
    color: #ef4a3a;
    clear: left;
    height: 26px;
    line-height: 26px;
    width: 140px;
    text-align: center;
    border-radius: 12px;
    border: 2px solid #ef4a3a;
}
.btn-card{
    float: left;    
    color: #ef4a3a;    
    height: 26px;
    line-height: 26px;
    width: 140px;
    text-align: center;
    border-radius: 12px;
    border: 2px solid #ef4a3a;
}

.btn-experience{
    float: right;
   
    margin-right: 40px;
    color: #ef4a3a;
    clear: right;
    height: 26px;
    line-height: 26px;
    width: 140px;
    text-align: center;
    border-radius: 12px;
    border: 2px solid #ef4a3a;
}
.btn-star:hover,.btn-experience:hover,.btn-card:hover{
    color: orange;
    border: 2px solid orange;
    background:#ffe4c9;
}

.btn-card-div ul{
    display:none;
    position: absolute;
    top: 30px;
    width: 140px;    
    background: white;
    border-radius: 12px;
    border: 2px solid red;
    line-height: 26px;
    color: red;
    text-align: center;
}
.btn-card-div ul li a{               
    color: orange;    
}
.btn-card-div ul li:hover a{               
    color: red;    
}

.btn-card-div:hover .btn-card{
    color: orange;
    border: 2px solid orange;
    background:#ffe4c9;
}
.btn-card-div:hover >ul{
    display:block;
    color: orange;
    border: 2px solid orange;
}

.footcopyright {
    float: right;
    font-size: 13px;
    margin-right: 15px;
}

.productdetailleft {
    width: 690px;
    float: left;
}


.productdetailright {
    float: left;
    margin-left: 18px;
}

.product-border-gray {
    border: 1px solid #e6e6e6;
    width: 160px;
    padding: 10px;
}

.product-detaill-gray {
    color: #b9b9b5;
}

.baleling {
    color: #555151;
}

.span-select {
    margin: 8px;
    cursor: pointer;
}

    .span-select:hover {
        color: #FF8500;
    }

.span-unselect {
    cursor: pointer;
    margin: 8px;
    color: #c2c2c2;
}

    .span-unselect:hover {
        color: #FF8500;
    }



.sublimittip {
    width: 230px;
    height: 30px;
    margin-left: 735px;
    margin-top: -30px;
}

    .sublimittip a {
        font-size: 14px;
        color: #FF8500;
    }

        .sublimittip a:hover {
            color: #F5B464;
        }


.nextpagelink {
    background: url(../img/icon_btn_arrow_right_orange.png) no-repeat;
    overflow: hidden;
    display: block;
    width: 26px;
    height: 44px;
    margin-left: 27px;
    margin-top: 38px;
}

.privecelink {
    background: url(../img/icon_btn_arrow_left_yellow.png) no-repeat;
    overflow: hidden;
    display: block;
    width: 28px;
    height: 44px;
    margin-top: 58px;
}