﻿@charset "utf-8";

body
{
    font-size: 14px;
    color: #333333;
    background-color: #ffffff;
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
    display: block;
    font-family: Arial,新細明體;
    text-align: left;
    word-wrap: break-word;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote
{
    margin: 0;
    padding: 0;
}

li
{
    list-style-type: none;
}                             

a:link, a:active
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a:focus, input:focus
{
    outline: none;
}

a img
{
    border: 0;
}

input
{
    border: 1px;
    background-color: inherit;
    background: none;
}

.clear
{
    clear: both;
}

iframe
{
    margin: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}


.redWord
{
    color: #e60012;
}

.blueWord
{
    color: #006699;
}

.grayWord
{
    color: #999999;
}


/*WebFont-star*/
h1, h2, h5
{
    margin: 0;
    padding: 0;
}

h1
{
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    line-height: 50px;
    letter-spacing: 1px;
    color: #333;
}

h2
{
    font-family: 'Lusitana', serif;
    font-weight: 400;
    font-size: 16px;
    word-spacing: 1px;
    color: #666;
}

h5
{
    font-family: 'Lusitana', serif;
    font-weight: 300;
    font-size: 16px;
    color: #999;
}

/*WebFont-end*/

/*header-star*/
.headerBG
{
    float: left;
    width: 100%;
    height: 66px;
    background: url(../images/headerBG.jpg) repeat-x;
    font-size: 12px;
}

    .headerBG a
    {
        color: #ffffff;
    }

    .headerBG .content
    {
        position: relative;
        width: 1000px;
        height: 66px;
        text-align: center;
        margin: 0 auto;
    }

    .headerBG img.logo
    {
        display: block;
        position: absolute;
        margin-top: 20px;
    }

    .headerBG .content .menu
    {
        /*float: right;*/
        position: absolute;/*hanyi*/
        left:215px;
        width:785px;
     
    }

        .headerBG .content .menu div
        {
            float: right;
            margin-top: 10px;
        }

        .headerBG .content .menu ul
        {
            float: left;
            height: 31px;
            padding-top: 40px;
        }

            .headerBG .content .menu ul li
            {
                display: inline;
                color: #ffffff;
                padding: 40px 15px 11px 15px;
                cursor: pointer;
            }

                .headerBG .content .menu ul li:hover, .headerBG .content .menu ul li.focus
                {
                    background-color: #a0a0a0;
                    color: #000000;
                }

.icon_mail
{
    display: inline-block;
    width: 15px;
    height: 10px;
   /*background: url(../images/icon_mail.gif) no-repeat;*/ /*hanyi*/
    margin-right: 2px;
    cursor: pointer;
}

.headerBG .content .menu .languageLogOut
{
    color: #ffffff;
    margin-right: 10px;
}

.headerBG .content .menu .languageLogIn
{
    float: right;
    width: 210px;
    margin-left: 20px;
    text-align: right;
}

    .headerBG .content .menu .languageLogIn a
    {
        cursor: pointer;
        text-decoration: underline;
    }

        .headerBG .content .menu .languageLogIn a:hover
        {
            text-decoration: none;
        }

    .headerBG .content .menu .languageLogIn .imgOption
    {
        float: right;
        width: 210px;
        height: 21px;
        text-align: left;
        margin-top: -8px;
    }

        .headerBG .content .menu .languageLogIn .imgOption #sel
        {
            width: 85px;
            cursor: pointer;
        }

        .headerBG .content .menu .languageLogIn .imgOption #sel_v
        {
            width: 74px;
            color: #747474;
            background: url(../images/anguageDropDown.jpg) no-repeat;
            line-height: 20px;
            padding-left: 10px;
        }


        .headerBG .content .menu .languageLogIn .imgOption #sel_btn
        {
            width: 22px;
            height: 24px;
            float: left;
            clear: right;
        }

        .headerBG .content .menu .languageLogIn .imgOption #sel_sec
        {
            width: 83px;
            border: solid 1px #cccccc;
            z-index: 98;
            top: 10px;
            position: absolute;
            background: #fff;
            display: none;
        }

            .headerBG .content .menu .languageLogIn .imgOption #sel_sec div
            {
                width: 73px;
                height: 26px;
                text-align: right;
                padding-right: 10px;
                line-height: 25px;
                font-size: 12px;
                cursor: pointer;
                margin-top: -2px;
            }


/*登入燈箱&取消分享-star*/
.allScreen, .allScreen2
{
    background-color: rgba(0,0,0,0.8);
    background: url(../images/black.png) repeat;
    position: absolute;
    z-index: 99;
    display: none;
}

.lightContent, .lightContent2
{
    width: 1000px;
    position: absolute;
    z-index: 100;
    display: none;
    overflow: hidden;
    margin-top: -30px;
}

.allScreenC
{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    display: none;
}
/*登入燈箱&取消分享-end*/



/*加入最愛燈箱-star*/
.allScreenA
{
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    z-index: 99;
    display: none;
}

.lightContentA
{
    position: absolute;
    z-index: 100;
    display: none;
    overflow: hidden;
}
/*加入最愛燈箱-end*/




/*header-end*/



/*main-star*/
.Main
{
    float: left;
    width: 100%;
    height: auto;
}




/*按鈕通用-star*/
button
{
    background: none;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    margin-left: 5px;
    font-size: 12px;
}

span.black
{
    background: url(../images/buttonLeft.jpg) no-repeat left,url(../images/buttonRight.jpg) no-repeat right;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: block;
}

    span.black span
    {
        display: block;
        padding: 0px 5px -5px 5px;
        height: 21px;
        margin: 1px 1px 1px 1px;
        line-height: 21px;
        background: url(../images/buttonCenter.jpg) repeat-x;
    }

        span.black span:hover
        {
            color: #cccccc;
        }

span.blackNO
{
    background: url(../images/buttonLeftNO.jpg) no-repeat left,url(../images/buttonRightNO.jpg) no-repeat right;
    border: none;
    color: #cccccc;
    cursor: pointer;
    display: block;
}

    span.blackNO span
    {
        display: block;
        padding: 0px 5px -5px 5px;
        height: 21px;
        margin: 1px 1px 1px 1px;
        line-height: 21px;
        background: url(../images/buttonCenterNO.jpg) repeat-x;
    }

/*按鈕通用-end*/


/*下拉選單-star*/

/*主要*/
.easy-select-box, .easy-select-boxA, .easy-select-boxB, .easy-select-boxC
{
    display: inline-block;
    position: relative;
}

    .easy-select-box .esb-dropdown, .easy-select-boxA .esb-dropdownA, .easy-select-boxB .esb-dropdownB, .easy-select-boxC .esb-dropdownC
    {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 99;
        display: none;
    }

/*次要可修*/
.easy-select-box, .easy-select-boxA, .easy-select-boxB, .easy-select-boxC
{
    width: 154px;
    text-align: left;
    color: #0c2245;
    outline: none;
}

.easy-select-boxA
{
    width: 155px;
}

.easy-select-boxB
{
    width: 352px;
}

.easy-select-boxC
{
    width: 236px;
}

.easy-select-box .esb-displayer, .easy-select-boxA .esb-displayerA, .easy-select-boxB .esb-displayerB, .easy-select-boxC .esb-displayerC
{
    background: url(../images/bg-select-1.jpg) no-repeat 0 0;
    color: #0c2245;
    padding: 0 5px;
    height: 22px;
    line-height: 22px;
    cursor: default;
    padding-right: 20px;
}

.easy-select-boxA .esb-displayerA
{
    padding-left: 10px;
    background: url(../images/downArrow.gif) no-repeat 0 0;
}

.easy-select-boxB .esb-displayerB
{
    padding-left: 10px;
    background: url(../images/bg-select-2.jpg) no-repeat 0 0;
}

.easy-select-boxC .esb-displayerC
{
    padding-left: 10px;
    background: url(../images/downArrowC.gif) no-repeat 0 0;
}

.esb-dropdown, .esb-dropdownA, .esb-dropdownB, .esb-dropdownC
{
    border: 1px solid #cccccc;
    border-top: none;
}

.easy-select-box:hover .esb-displayer, .easy-select-boxA:hover .esb-displayerA, .easy-select-boxB:hover .esb-displayerB, .easy-select-boxC:hover .esb-displayerC
{
    background-position: 0 -23px;
    text-decoration: none;
}

.easy-select-boxA:hover .esb-displayerA
{
    background-position: 0 -19px;
}

.easy-select-boxC:hover .esb-displayerC
{
    background-position: 0 -19px;
}

.easy-select-box .esb-dropdown .esb-item, .easy-select-boxA .esb-dropdownA .esb-itemA, .easy-select-boxB .esb-dropdownB .esb-itemB, .easy-select-boxC .esb-dropdownC .esb-itemC
{
    padding: 0 5px;
    background: #FFFFFF;
    color: #0c2245;
    cursor: default;
}

.easy-select-boxA .esb-dropdownA .esb-itemA
{
    padding: 5px;
    padding-left: 9px;
}

.easy-select-boxB .esb-dropdownB .esb-itemB
{
    padding: 2px 5px;
    padding-left: 9px;
}

.easy-select-boxC .esb-dropdownC .esb-itemC
{
    padding: 5px;
    padding-left: 9px;
}

    .easy-select-box .esb-dropdown .esb-item:hover, .easy-select-boxA .esb-dropdownA .esb-itemA:hover, .easy-select-boxB .esb-dropdownB .esb-itemB:hover, .easy-select-boxC .esb-dropdownC .esb-itemC:hover
    {
        background: #737373;
        color: #FFFFFF;
        text-decoration: none;
    }

/*下拉選單-end*/


/*main-end*/


/*footer-star*/
.footerBG
{
    float: left;
    width: 100%;
    height: auto;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 50px;
}

    .footerBG a
    {
        color: #000000;
        font-weight: bold;
    }

    .footerBG .content
    {
        position: relative;
        width: 1000px;
        height: auto;
        text-align: center;
        margin: 0 auto;
    }

        .footerBG .content .footerTop
        {
            margin-bottom: 20px;
        }

            .footerBG .content .footerTop ul li.line
            {
                display: inline-block;
                width: 62px; /*162 hanyi*/
                height: 1px;
                background-color: #000000;
                border-top: 1px solid #585858;
            }

            .footerBG .content .footerTop ul
            {
                margin-top: 20px;
            }

                .footerBG .content .footerTop ul li
                {
                    display: inline;
                    border-right: 1px solid #bbbbbb;
                    padding: 0 15px;
                }

        .footerBG .content .footerDown
        {
            color: #c0c0c0;
        }

            .footerBG .content .footerDown p
            {
                letter-spacing: 1px;
                margin-bottom: 5px;
            }

/*footer-end*/




/*搜尋-search-star*/

.search
{
    height: 50px;
    background-color: #a0a0a0;
    border-bottom: 1px solid #cccccc;
    display: none;
}

    .search .centerSearch
    {
        width: 500px;
        margin: 0 auto;
        line-height: 50px;
    }

        .search .centerSearch input
        {
            width: 405px;
            height: 20px;
            padding-top: 5px;
            padding-right: 35px;
            padding-left: 5px;
            background-color: #ffffff;
            border: 1px solid #cccccc;
        }

        .search .centerSearch .iconCamera
        {
            width: 30px;
            height: 18px;
            display: inline-block;
            background: url(../images/icon_camera.gif) no-repeat;
            cursor: pointer;
            vertical-align: middle;
            margin-left: -32px;
        }

        .search .centerSearch .iconSearch
        {
            width: 22px;
            height: 22px;
            display: inline-block;
            background: url(../images/icon_search.png) no-repeat;
            cursor: pointer;
            vertical-align: middle;
            margin: 0 10px;
        }


/*searchIframe-star*/

.searchIframe
{
    position: absolute;
    width: 450px;
    height: auto;
    z-index: 100;
    display: none;
}

    .searchIframe .topBG
    {
        float: left;
        width: 370px;
        height: 10px;
        background: url(../images/iframeTopBGb.png) no-repeat;
    }

    .searchIframe .middleBG
    {
        float: left;
        width: 320px;
        height: auto;
        padding: 10px 20px 20px 30px;
        background: url(../images/iframeMiddleBGb.png) repeat-y;
    }

        .searchIframe .middleBG input
        {
            vertical-align: middle;
            border: 1px solid #cccccc;
            width: 30px;
            margin-left: 3px;
            margin-right: 5px;
        }

        .searchIframe .middleBG .colorInput
        {
            width: 95px;
            display: inline-block;
        }

            .searchIframe .middleBG .colorInput input
            {
                border: none;
                margin-left: -5px;
                margin-right: -5px;
            }

        .searchIframe .middleBG .long
        {
            margin: 0;
            width: 95px;
        }

        .searchIframe .middleBG p
        {
            margin-bottom: 10px;
        }

            .searchIframe .middleBG p img
            {
                vertical-align: middle;
                margin-left: -10px;
                margin-right: 5px;
            }

            .searchIframe .middleBG p button
            {
                margin: 0;
            }

        .searchIframe .middleBG .colorBar
        {
            display: block;
            width: 300px;
            height: auto;
            padding-left: 8px;
            margin-top: 15px;
        }

            .searchIframe .middleBG .colorBar span
            {
                display: inline-block;
                width: 16px;
                height: 16px;
                border:2px solid #CCCCCC;/*hanyi*/
                margin-right: 3px;
                margin-bottom: 5px;
            }

    .searchIframe .downBG
    {
        float: left;
        width: 370px;
        height: 10px;
        background: url(../images/iframeDownBGb.png) no-repeat;
    }




/*searchIframe-end*/




/*搜尋-search-end*/



/*首頁-index-star*/

.fasionIndex
{
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

    .fasionIndex .carouselFigure
    {
        width: 1200px;
        height: 500px;
        text-align: center;
        margin: 0 auto;
        margin-top: -1px;
    }

.abgne-block-20110317
{
    width: 1200px;
    height: 500px;
}

.abgne-player
{
    width: 1200px;
    height: 500px;
    position: relative;
    overflow: hidden;
}

    .abgne-player ul.abgne-list
    {
        position: absolute;
        width: 9999px;
        height: 100%;
    }

        .abgne-player ul.abgne-list li
        {
            float: left;
            width: 1200px;
            height: 100%;
        }

        .abgne-player ul.abgne-list img
        {
            width: 100%;
            height: 100%;
            border: 0;
        }

.abgne-control
{
    position: relative;
    margin-top: -40px;
    height: 24px;
    padding: 3px;
    color: #fff;
    font-size: 13px;
}

    .abgne-control ul
    {
        float: left;
        margin-top: -250px;
    }

        .abgne-control ul li
        {
            float: left;
            line-height: 20px;
            margin: 2px;
            cursor: pointer;
        }

            .abgne-control ul li.next
            {
                position: absolute;
                right: 100px;
            }

            .abgne-control ul li.prev
            {
                position: absolute;
                left: 100px;
            }

        .abgne-control ul.numbers
        {
            margin-left: 520px;
            margin-top: 0px;
        }

            .abgne-control ul.numbers img
            {
                background: url(../images/CarouselCircle1.png) no-repeat 0 0;
            }

        .abgne-control ul li.current, .abgne-control ul li.current img, .abgne-control ul li.numbers img
        {
            background: url(../images/CarouselCircleHOVER.png) no-repeat 0 0;
        }

.fasionIndex .indexDown
{
    width: 1200px;
    height: auto;
    text-align: left;
    margin: 0 auto;
    margin-top: 40px;
    padding-left: 50px;
}

    .fasionIndex .indexDown .latestReleased
    {
        float: left;
        width: 600px;
        height: auto;
        font-size: 22px;
        font-weight: bold;
    }

.fasionIndex span
{
    margin-left: 80px;
}

.fasionIndex .latestReleasedTitle
{
    color: #909090;
}

    .fasionIndex .latestReleasedTitle span
    {
        display: inline-block;
        width: 370px;
        height: 1px;
        margin-left: 10px;
        background-color: #000000;
        border-bottom: 1px solid #585858;
        margin-right: 10px;
    }

.fasionIndex .indexDown .creativeInspirations
{
    float: left;
    width: 600px;
    height: auto;
    font-size: 22px;
    font-weight: bold;
}


.fasionIndex .indexDown .bannerbg
{
    height: 145px;
    width: 450px;
    border: 1px solid #9c9c9c;
    outline: 5px solid #e8e8e8;
    margin-top: 20px;
    margin-left: 55px;
    float: left;
    z-index: -5;
}
/*首頁-index-end*/




/*註冊-Registration-star*/
#caption
{
    cursor: pointer;
}

.RegistrationRemainderContent
{
    width: 1000px;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
}

    .RegistrationRemainderContent a, .RegistrationRemainderContent a:hover.noLine
    {
        color: #006699;
        text-decoration: underline;
    }

        .RegistrationRemainderContent a:hover, .RegistrationRemainderContent a.noLine
        {
            text-decoration: none;
        }

.RegistrationRemainderContentTitle
{
    float: left;
    font-size: 20px;
    margin-bottom: 35px;
}

    .RegistrationRemainderContentTitle span
    {
        display: inline-block;
        width: 380px;
        height: 1px;
        margin-left: 10px;
        background-color: #000000;
        border-bottom: 1px solid #585858;
    }


.bread
{
    width: 980px;
    height: 30px;
    font-size: 14px;
    padding-left: 20px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    background: url(../images/breadSeparated.jpg) repeat-x bottom;
}

.bread1
{
    width: 100%;
    height: 15px;
    background: url(../images/breadSeparated.jpg) repeat-x bottom;
}

.bread a
{
    cursor: pointer;
}

    .bread a span
    {
        margin-left: 10px;
    }

.bread img
{
    vertical-align: middle;
    margin-left: 5px;
}


.RegistrationRemainderContent .profile, .RegistrationRemainderContent .redeem
{
    float: left;
    width: 500px;
    height: auto;
    min-height: 450px;
    margin: 40px 0 0 0;
    background: url(../images/breadCenterSeparated.jpg) no-repeat right;
}

    .RegistrationRemainderContent .profile p.txt
    {
        width: 430px;
        margin-top: 100px;
        margin-left: 30px;
        line-height: 20px;
    }

        .RegistrationRemainderContent .profile p.txt br
        {
            margin-bottom: 20px;
        }

    .RegistrationRemainderContent .profile .information
    {
        float: left;
        width: 500px;
        margin-bottom: 15px;
    }

        .RegistrationRemainderContent .profile .information p
        {
            display: block;
            padding-left: 135px;
        }

            .RegistrationRemainderContent .profile .information p a
            {
                margin-right: 15px;
            }

        .RegistrationRemainderContent .profile .information .informationTitle, .RegistrationRemainderContent .profile .information .informationTitleBig
        {
            float: left;
            width: 130px;
            text-align: right;
            line-height: 20px;
        }

.informationTitleBig
{
    font-size: 17px;
    font-weight: bold;
}

.RegistrationRemainderContent .profile .information .informationDetails textarea
{
    float: left;
    border: 1px solid #ccc;
    margin-left: 0;
    width: 345px;
    /*height: 100px; hanyi*/
    resize: none;
}

.RegistrationRemainderContent .profile .information .informationDetails, .RegistrationRemainderContent .profile .information .informationDetailsA
{
    float: left;
    width: 365px;
    margin-left: 5px;
    line-height: 20px;
}

.informationDetailsB
{
    width: 365px;
    margin-left: 10px;
    line-height: 20px;
}

.RegistrationRemainderContent .profile .information .informationDetails img
{
    margin: 0 5px;
}

.RegistrationRemainderContent .profile .information .informationDetailsA
{
    margin-left: 135px;
    margin-top: -5px;
}

    .RegistrationRemainderContent .profile .information .informationDetails input, .RegistrationRemainderContent .profile .information .informationDetailsA input, .informationDetailsB input
    {
        width: 150px;
        height: 20px;
        border: 1px solid #cccccc;
    }

.RegistrationRemainderContent .profile .information .informationDetails .input350
{
    width: 350px;
}

.RegistrationRemainderContent .profile .information .informationDetails input[type="checkbox"], .RegistrationRemainderContent .profile .information .informationDetails input[type="radio"]
{
    width: 16px;
    border: none;
}

.RegistrationRemainderContent .redeem
{
    width: 480px;
    padding-left: 20px;
    background-image: none;
}

    .RegistrationRemainderContent .redeem .redeemContent
    {
        float: left;
        width: 430px;
        height: auto;
        padding: 0 20px 50px 20px;
    }

        .RegistrationRemainderContent .redeem .redeemContent p
        {
            margin-bottom: 10px;
            color: #666666;
        }

.redeem .bigWotrd
{
    font-size: 15px;
    font-weight: bold;
}

.redeemContentBG
{
    float: left;
    width: 430px;
    height: auto;
}

    .redeemContentBG .redeemContentBGTop
    {
        float: left;
        width: 404px;
        height: 15px;
        background: url(../images/ActivePlansContentBGTop.jpg) no-repeat;
    }

    .redeemContentBG .redeemContentBGMiddle
    {
        float: left;
        width: 344px;
        height: auto;
        margin: -1px 0;
        padding: 0px 30px;
        background: url(../images/ActivePlansContentBGMiddle.jpg) repeat-y;
    }

        .redeemContentBG .redeemContentBGMiddle div
        {
            margin: 5px 0;
        }

    .redeemContentBG .redeemContentBGDown
    {
        float: left;
        width: 404px;
        height: 15px;
        background: url(../images/ActivePlansContentBGDown.jpg) no-repeat;
    }




/*訂閱方案-SubscribePrograms-star*/

.SubscribeProgramsContent
{
    width: 1000px;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
}

    .SubscribeProgramsContent a
    {
        color: #006699;
        text-decoration: underline;
    }

        .SubscribeProgramsContent a:hover
        {
            text-decoration: none;
        }

    .SubscribeProgramsContent .block
    {
        margin-bottom: 15px;
        margin-left: 20px;
    }

    .SubscribeProgramsContent .blockIN
    {
        margin-bottom: 10px;
        margin-top: -5px;
        margin-left: 40PX;
    }

        .SubscribeProgramsContent .block a, .SubscribeProgramsContent .blockIN a
        {
            color: #333333;
            text-decoration: none;
            font-weight: bold;
        }

    .SubscribeProgramsContent .ppt
    {
        text-align: right;
        margin-bottom: 20px;
    }

        .SubscribeProgramsContent .ppt img
        {
            vertical-align: middle;
            margin-left: 5px;
        }

    .SubscribeProgramsContent .SubscribeProgramsContentDetail
    {
        float: left;
        width: 925px;
        height: auto;
        background-color: #f3f3f3;
        padding: 35px;
    }

        .SubscribeProgramsContent .SubscribeProgramsContentDetail .moreInformation, .SubscribeProgramsContent .SubscribeProgramsContentDetail .buyNow
        {
            float: left;
            width: 550px;
            font-size: 12px;
            padding: 20px 40px;
            line-height: 20px;
        }

        .SubscribeProgramsContent .SubscribeProgramsContentDetail .buyNow
        {
            float: right;
            text-align: right;
            width: 215px;
            padding: 20px 30px 20px 50px;
        }

    .SubscribeProgramsContent .part1
    {
        float: left;
        width: 848px;
        height: auto;
        padding: 40px;
        background: url(../images/SubscribeLine.jpg) #ffffff no-repeat bottom;
    }

        .SubscribeProgramsContent .part1 .titleLeft, .SubscribeProgramsContent .part1 .titleLeft1
        {
            float: left;
            width: 100px;
            height: auto;
        }

        .SubscribeProgramsContent .part1 .titleLeft1
        {
            width: 130px;
        }

            .SubscribeProgramsContent .part1 .titleLeft input, .SubscribeProgramsContent .part1 .titleLeft1 input
            {
                width: 15px;
                height: 15px;
                vertical-align: text-top;
                margin-right: 10px;
            }

        .SubscribeProgramsContent .part1 .detailCenter
        {
            float: left;
            width: 430px;
            height: auto;
            padding: 0 10px;
            line-height: 17px;
        }

            .SubscribeProgramsContent .part1 .detailCenter p, .SubscribeProgramsContent .OrderSummary .part1Left p
            {
                font-size: 12px;
                margin-bottom: 5px;
            }

                .SubscribeProgramsContent .part1 .detailCenter p.mgtop
                {
                    margin-top: 15px;
                }

    .SubscribeProgramsContent .SubscribeProgramsContentDetail .part1 .moneyRight, .SubscribeProgramsContent .SubscribeProgramsContentDetail .part1 .moneyRight1
    {
        float: right;
        width: 290px;
        height: auto;
        text-align: right;
    }

    .SubscribeProgramsContent .SubscribeProgramsContentDetail .part1 .moneyRight1
    {
        width: 260px;
    }
    /*信用卡*/
    .SubscribeProgramsContent .OrderSummary
    {
        float: left;
        width: 925px;
        height: auto;
        padding: 20px 35px;
        border: 1px solid #747373;
    }

        .SubscribeProgramsContent .OrderSummary .part2
        {
            padding: 0 0 20px 0;
            width: 925PX;
            background: url(../images/SubscribeLine.jpg) #ffffff repeat-x bottom;
        }

        .SubscribeProgramsContent .OrderSummary .part1Left
        {
            float: left;
            width: 600px;
            height: auto;
        }

        .SubscribeProgramsContent .OrderSummary .part1Right
        {
            float: left;
            width: 305px;
            height: auto;
            text-align: right;
        }

        .SubscribeProgramsContent .OrderSummary .totalM
        {
            float: left;
            width: 895px;
            height: auto;
            padding: 15px;
            background-color: #f9f9f9;
        }

            .SubscribeProgramsContent .OrderSummary .totalM a
            {
                font-size: 17px;
                font-weight: bold;
            }

            .SubscribeProgramsContent .OrderSummary .totalM .totalMLeft
            {
                float: left;
                width: 700px;
                height: auto;
            }

            .SubscribeProgramsContent .OrderSummary .totalM .totalMRight
            {
                float: left;
                width: 190px;
                height: auto;
                text-align: right;
            }

    .SubscribeProgramsContent .ReceiptInformation
    {
        float: left;
        width: 925px;
        height: auto;
        margin-top: 20px;
        padding: 20px 35px;
    }

.receiptInformationOuter
{
    margin-top: 20px;
}

    .receiptInformationOuter input[type="checkbox"]
    {
        width: 20px;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        margin: 0 5px;
    }

    .receiptInformationOuter .receiptInformationTitle
    {
        float: left;
        display: block;
        width: 150px;
        text-align: right;
        line-height: 20px;
    }

.informationDetailsC
{
    margin-left: 160px;
    margin-top: 15px;
    line-height: 20px;
    font-weight: bold;
}

    .informationDetailsC a
    {
        text-decoration: none;
    }

        .informationDetailsC a:hover
        {
            text-decoration: underline;
        }

    .informationDetailsC input
    {
        width: 150px;
        height: 20px;
        border: 1px solid #cccccc;
        margin-right: 5px;
        vertical-align: top;
    }

        .informationDetailsC input[type="checkbox"]
        {
            width: 20px;
            border: none;
        }

/*訂閱方案-SubscribePrograms-end*/



/*會員明細-UserAccount_PurchaseHistory-star*/
.userAccountPurchaseHistory
{
    width: 1000px;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
}

    .userAccountPurchaseHistory table
    {
        width: 1000px;
        height: auto;
        line-height: 35px;
        border-collapse: collapse;
    }

        .userAccountPurchaseHistory table tr.even
        {
            background-color: #f9f9f9;
        }

        .userAccountPurchaseHistory table th
        {
            font-size: 16px;
            padding-left: 30px;
        }

        .userAccountPurchaseHistory table td
        {
            padding-left: 30px;
        }

    .userAccountPurchaseHistory .right
    {
        text-align: right;
        padding-right: 20px;
    }
/*會員明細-UserAccount_PurchaseHistory-end*/





.latestReleaserContent
{
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
}

    .latestReleaserContent .latestReleaserContentRight
    {
        position: relative;
        left: 280px;
    }

.classification
{
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    padding-left: 20px;
    margin-bottom: 10px;
    background: url(../images/breadSeparated.jpg) repeat-x bottom;
}

    .classification .clearA
    {
        margin-left: 40px;
        display: inline-block;
    }

        .classification .clearA a
        {
            color: #333333;
            text-decoration: underline;
        }

            .classification .clearA a:hover
            {
                text-decoration: none;
            }

    .classification a
    {
        cursor: pointer;
    }

    .classification span
    {
        margin: 0 20px;
    }

    .classification .breadHoleTitle, .classification .spanClick
    {
        margin: 0 10px 0 30px;
        cursor: pointer;
    }

    .classification .spanClick
    {
        text-decoration: underline;
    }

.latestReleaserContent .date
{
    padding: 0 30px;
}

    .latestReleaserContent .date .thumbnail
    {
        float: right;
    }

        .latestReleaserContent .date .thumbnail img
        {
            cursor: pointer;
        }

.latestReleaserContent .page
{
    float: right;
    width: 100%;
    padding: 10px 25px;
}

    .latestReleaserContent .page .pageRight
    {
        float: right;
    }

    .latestReleaserContent .page span
    {
        float: left;
        margin-right: 5px;
    }

    .latestReleaserContent .page img
    {
        float: left;
        vertical-align: middle;
        margin-right: 5px;
        cursor: pointer;
    }

    .latestReleaserContent .page .inputBG
    {
        float: left;
        width: 50px;
    }

        .latestReleaserContent .page .inputBG .leftBG
        {
            float: left;
            width: 7px;
            height: 20px;
            background: url(../images/inputLeft.jpg) no-repeat;
        }

        .latestReleaserContent .page .inputBG .centerBG
        {
            float: left;
            width: 30px;
            height: 20px;
            background: url(../images/inputCenter.jpg) repeat-x;
        }

            .latestReleaserContent .page .inputBG .centerBG input
            {
                width: 30px;
                line-height: 20px;
                color: #006699;
            }

        .latestReleaserContent .page .inputBG .rightBG
        {
            float: left;
            width: 7px;
            height: 20px;
            background: url(../images/inputRight.jpg) no-repeat;
        }

.latestReleaserContent .bigPictureView
{
    float: left;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 30px;
}

    .latestReleaserContent .bigPictureView .img256
    {
        float: left;
        width: 256px;
        height: 256px;
        border: 5px solid #ffffff;
        outline: 1px solid #cccccc;
        margin: 25px 35px 25px 25px;
        overflow: hidden;
        
    }


/*大布樣-LatestRelease-end*/


/*圖樣菜單-star*/
.patternMenu
{
    position: absolute;
    height: auto;
    margin: 0 auto;
    z-index: 2;
    margin-top: -10px;
    left: 0;
}

    .patternMenu img.menuImg
    {
        position: relative;
        margin-left: 250px;
        margin-top: -2px;
        cursor: pointer;
    }

    .patternMenu .detail
    {
        position: absolute;
        width: 204px;
        height: auto;
        border-top: 1px solid #999999;
        /*border-bottom: 1px solid #999999;hanyi*/
        padding: 25px 25px 0 25px;
        background: url(../images/menuBG.png) #ffffff repeat-y right;
    }

    	  .patternMenu .detail .bottomImg
        {
            margin-bottom:-4px;
            margin-left:-29px;
			      width:260px;
        }

        .patternMenu .detail .patternList
        {
            width: 200px;
            height: auto;
        }

            .patternMenu .detail .patternList span.patternListImg
            {
                display: inline-block;
                width: 28px;
                height: 28px;
                border: 1px solid #999999;
                vertical-align: middle;
                overflow: hidden;
                margin-left: 0;
            }

            .patternMenu .detail .patternList div
            {
                border-bottom: 1px solid #d1d1d1;
                font-size: 13px;
                font-weight: normal;
                padding: 10px 0;
            }

                .patternMenu .detail .patternList div.blackFocusLine
                {
                    border-bottom: 1px solid #000000;
                }

                .patternMenu .detail .patternList div span
                {
                    width: 120px;
                    display: inline-block;
                    vertical-align: middle;
                    margin-left: 30px;
                    color: #999999;
                }

                    .patternMenu .detail .patternList div span.blackFocus
                    {
                        color: #000000;
                        font-weight: bold;
                    }

                .patternMenu .detail .patternList div .blackFocusImg
                {
                    border: 1px solid #000000;
                }

            .patternMenu .detail .patternList .title
            {
                font-size: 15px;
                font-weight: bold;
                padding-left: 15px;
                cursor: pointer;
            }

            .patternMenu .detail .patternList .emptyLine
            {
                 border:1px #000 solid; 
            }


/*圖樣菜單-end*/



/*小布樣-LatestRelease-star*/

.latestReleaserContent .smallPictureView
{
    float: left;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 30px;
    display: none;
}

ul.gallery
{
    padding-left: 20px;
}


    ul.gallery li, ul.gallery li a.smallimage, ul.gallery li a.smallimage2/*hanyi*/
    {
        height: 112px;
        width: 112px;
    }

    ul.gallery li
    {
        float: left;
        margin: 0px 50px 25px 0;
        cursor: pointer;
    }

        ul.gallery li a.smallimage,ul.gallery li a.smallimage2/*hanyi*/
        {
            display: block;
            height: 112px;
            width: 112px;
            overflow: hidden;
            border: 3px solid #ffffff;
            outline: 1px solid #cccccc;
        }

.bigimage
{
    position: absolute;
    display: none;
    width: 256px;
    height: 256px;
    overflow: hidden;
    border: 5px solid #ffffff;
    outline: 1px solid #cccccc;
    background: #fff;
}

    .bigimage img
    {
        position: relative;
        z-index: 100;
    }


/*小布樣-LatestRelease-end*/



/*圖樣詳目頁-LatestReleaseDetailedPage-star*/

.latestReleaseDetailedPage
{
    width: 1000px;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
}

    .latestReleaseDetailedPage .iconDetailedPage
    {
        text-align: right;
        padding-right: 60px;
        margin: 15px 0;
    }

        .latestReleaseDetailedPage .iconDetailedPage img
        {
            margin-right: 10px;
            cursor: pointer;
        }

    .latestReleaseDetailedPage ul, .latestReleaseDetailedPage li
    {
        float: left;
    }


    .latestReleaseDetailedPage .imgList
    {
        width: 1200px;
        margin-top: 10px;
        margin-left: 3px;
        padding-bottom: 10px;
        padding-left: 20px;
    }

#next
{
    position: relative;
    margin-left: -235px;
    z-index: 10;
}

.hideLatestReleaseDetailedPage
{
    background-color: #ffffff;
    width: 250px;
    height: 660px;
    margin-left: 905px;
    z-index: 9;
    position: relative;
    margin-top: -10px;
}

.latestReleaseDetailedPage .imgList span
{
    float: left;
    display: block;
    width: 52px;
    height: 51px;
    margin: 2px;
    margin-top: 23%;
    margin-right: -5px;
    cursor: pointer;
}

.latestReleaseDetailedPage .list
{
    position: relative;
    width: 1060px;
    height: 830px;
    float: left;
    overflow: hidden;
    margin-bottom: -75px;/*-100 hanyi*/
    z-index: 0; /*cecil */
}

    .latestReleaseDetailedPage .list ul
    {
        position: absolute;
        left: 0;
        top: 0;
    }

        .latestReleaseDetailedPage .list ul li
        {
            float: left;
            width: 802px;
            height: 800px;
            margin-right: 220px;
            margin-left: 15px;
        }

            .latestReleaseDetailedPage .list ul li div.bigImgCloth
            {
                display: inline-block;
                width: 802px;
                height: 800px;
            }

                .latestReleaseDetailedPage .list ul li div.bigImgCloth #small00 /*hanyi*/
                {
                    /*display: inline-block;*/ /*hanyi*/
                    border: 1px solid #514c50;
                    width: 800px;
                    height: 600px;
                    /*clear:both;   hanyi
                    display:table-cell;
                    vertical-align:middle;*/
                    text-align: center;
                    z-index: 8;
                }

                .latestReleaseDetailedPage .list ul li div.bigImgCloth #smallouter /*cecil*/
                {                    
                    border: none;
                    width: 800px;
                    height: 600px;                    
                }

            .latestReleaseDetailedPage .list ul li div.swatches
            {
                width: 806px;
                height: 150px;
                margin-top: 25px;
            }

                .latestReleaseDetailedPage .list ul li div.swatches span
                {
                    width: 18px;
                    height: 18px;
                    border: 1px solid #666666;
                    display: block;
                    margin: 0;
                    margin-right: 6px;
                    margin-top: 0px;
                    cursor: pointer;
                }
                /*登入燈箱-star*/
                .latestReleaseDetailedPage .list ul li div.swatches .allScreen1
                {
                    width: 100%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    position: fixed;
                    z-index: 99;
                    display: none;
                }

                .latestReleaseDetailedPage .list ul li div.swatches .lightContent1
                {
                    position: absolute;
                    z-index: 100;
                    display: none;
                    overflow: hidden;
                    margin-top: 35px;
                    margin-left: -11px;
                }

                .latestReleaseDetailedPage .list ul li div.swatches .swatchesInformation
                {
                    position: relative;
                    width: 260px;
                    height: 90px;
                    padding: 23px 10px;
                    font-size: 12px;
                    color: #666666;
                    background: url(../images/swatchesInformationBG.png) no-repeat;
                }

                    .latestReleaseDetailedPage .list ul li div.swatches .swatchesInformation div
                    {
                        float: left;
                        margin-left: 10px;
                        margin-top: 3px;
                        margin-bottom: 5px;
                    }

                        .latestReleaseDetailedPage .list ul li div.swatches .swatchesInformation div b
                        {
                            display: inline-block;
                            width: 70px;
                            color: #000000;
                        }

                .latestReleaseDetailedPage .list ul li div.swatches .swatchesImg
                {
                    width: 90px;
                    height: 90px;
                    border: 1px solid #666666;
                    margin-left: 5px;
                }
/*登入燈箱-end*/



/*圖樣放大鏡-star*/
/*
.box0, .box1, .box2
{
    position: relative;
}

    .box0 .small0, .box1 .small1, .box2 .small2
    {
        position: relative;
        text-align: center;
        background: #FFF;
    }

        .box0 .small0 .mark0, .box1 .small1 .mark1, .box2 .small2 .mark2
        {
            position: absolute;
            top: 250PX;
            left: 350PX;
            z-index: 2;
            width: 256px;
            height: 256px;
            background: rgba(100%,100%,100%,0.1);
            border: 3px solid #FFFFFF;
            -webkit-box-shadow: 3px 3px 5px #000000;
            -moz-box-shadow: 3px 3px 5px #000000;
            box-shadow: 5px 5px 5px rgba(0,0,0,.4);
            display: none;
        }

    .box0 .big0, .box1 .big1, .box2 .big2
    {
        position: absolute;
        left: 325px;
        top: 0;
        display: none;
    }

.boxbig0, .boxbig1, .boxbig2
{
    position: absolute;
    left: 0;
    top: 0;
    width: 256px;
    height: 256px;
    overflow: hidden;
}
*/
/*圖樣放大鏡-end*/

.latestReleaseDetailedPage .patternInformationDetails
{
    position: fixed;
    z-index: 20;
    width: 200px;/*hanyi*/
    height: auto;
    margin: 0 auto;
    right: -165px;/*hanyi*/
}

    .latestReleaseDetailedPage .patternInformationDetails .detailArrowIMG
    {
        cursor: pointer;
    }

    .latestReleaseDetailedPage .patternInformationDetails div
    {
        margin-bottom: 10px;
    }

    .latestReleaseDetailedPage .patternInformationDetails img
    {
        position: absolute;
        z-index: 2;
    }

    .latestReleaseDetailedPage .patternInformationDetails .detailContent
    {
        position: relative;
        z-index: 1;
        width: 185px;
        height: auto;
        border: 1px solid #999999;
        background-color: #ffffff;
        margin-left: 37px;
        padding: 30px;
        -moz-box-shadow: 2px 8px 8px -8px #000000;
        -webkit-box-shadow: 2px 8px 8px -8px #000000;
        box-shadow: 2px 8px 8px -8px #000000;
    }

/*圖樣詳目頁-LatestReleaseDetailedPage-end*/





/*CreativeInspirations-star*/

.CreativeInspirations
{
    width: 1000px;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
}

.iconCreative
{
    width: 1000px;
    height: auto;
    text-align: right;
    margin-top: 15px;
}

    .iconCreative img
    {
        margin-right: 10px;
        cursor: pointer;
    }

.txtCreative
{
    width: 800px;
    height: auto;
    margin-top: -20px;
    padding: 0 100px;
    margin-bottom: 30px;
}

.figureInspiration
{
    float: left;
    width: 420px;  /*hanyi*/
    height: 356px; /*hanyi*/
    overflow: hidden;
    margin-left: 100px;
    margin-right: 10px;
    border: 1px solid #000000;
}

.nineGridMap
{
    float: left;
    width: 400px;
    height: 362px;
    overflow: hidden;
}

    .nineGridMap .IMG9
    {
        float: left;
        width: 112px;
        height: 112px;
        overflow: hidden;
        border: 1px solid #000000;
        margin-left: 10px;
        margin-bottom: 8px;/*hanyi*/
    }

.pageNineGridMapOuter
{
    float: left;
    margin-top: 15px;
}

.pageNineGridMap
{
    margin: 0 auto;
    text-align: center;
    width: 260px;
    margin-left: 615px;
}

    .pageNineGridMap span
    {
        float: left;
        margin-right: 5px;
    }

    .pageNineGridMap img
    {
        float: left;
        vertical-align: middle;
        margin-right: 5px;
        cursor: pointer;
    }

.inputBG
{
    float: left;
    width: 50px;
}

    .inputBG .leftBG
    {
        float: left;
        width: 7px;
        height: 20px;
        background: url(../images/inputLeft.jpg) no-repeat;
    }

    .inputBG .centerBG
    {
        float: left;
        width: 30px;
        height: 20px;
        background: url(../images/inputCenter.jpg) repeat-x;
    }

        .inputBG .centerBG input
        {
            width: 30px;
            line-height: 20px;
            color: #006699;
        }

    .inputBG .centerBGinput
    {
        width: 30px;
        line-height: 20px;
        color: #006699;
    }

    .inputBG .rightBG
    {
        float: left;
        width: 7px;
        height: 20px;
        background: url(../images/inputRight.jpg) no-repeat;
    }

.swatchesA
{
    float: left;
    width: 810px;
    height: 100px;
    margin-top: 30px;
    margin-left: 100px;
}

    .swatchesA span
    {
        float: left;
        width: 18px;
        height: 18px;
        border: 1px solid #666666;
        display: block;
        margin-right: 6px;
        margin-top: 0px;
        cursor: pointer;
    }

    .swatchesA .allScreen2
    {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: fixed;
        z-index: 99;
        display: none;
    }

    .swatchesA .lightContent2
    {
        position: absolute;
        z-index: 100;
        display: none;
        overflow: hidden;
        margin-top: 35px;
        margin-left: -11px;
    }

    .swatchesA .swatchesInformation
    {
        position: relative;
        width: 260px;
        height: 90px;
        padding: 23px 10px;
        font-size: 12px;
        color: #666666;
        background: url(../images/swatchesInformationBG.png) no-repeat;
    }

        .swatchesA .swatchesInformation div
        {
            float: left;
            margin-left: 10px;
            margin-top: 3px;
            margin-bottom: 5px;
        }

            .swatchesA .swatchesInformation div b
            {
                display: inline-block;
                width: 70px;
                color: #000000;
            }

    .swatchesA .swatchesImg
    {
        width: 90px;
        height: 90px;
        border: 1px solid #666666;
        margin-left: 5px;
    }
/*CreativeInspirations-end*/





/*我的最愛-MyFavoriteInspirationy-star*/

.myFavoriteInspirationy
{
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
}

    .myFavoriteInspirationy .date
    {
        padding: 0 30px 0 60px;
    }

        .myFavoriteInspirationy .date .thumbnail
        {
            float: right;
        }

.PictureView
{
    position: relative;
    padding: 30px;
    margin: 40px 0 -20px -85px;
}

    .PictureView span
    {
        text-align: center;
        display: inline-block;
        margin-left: 115px;
        margin-bottom: 30px;
    }
     
    .PictureView span.span.myFavorite1
    {
        margin-left: 133px;
    }

    .PictureView img
    {
        border: 1px solid #cccccc;
        display: block;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .PictureView span.littleOuter
    {
        margin-bottom: 0px;
        width: 223px;
        margin-left: 0;
    }

    .PictureView .littleD
    {
        font-size: 11px;
        -webkit-transform: scale(0.9);
        color: #999999;
        float: left;
        width: auto;
        margin: 0;
    }

        .PictureView .littleD:hover
        {
            text-decoration: underline;
        }

    .PictureView .littleDate
    {
        font-size: 11px;
        -webkit-transform: scale(0.9);
        float: left;
        width: auto;
        margin: 0;
    }

.pageIn
{
    float: left;
    width: 100%;
    margin: 15px 0;
}

    .pageIn .pageRight
    {
        float: right;
        margin-right: 30px;
    }

        .pageIn .pageRight img
        {
            float: left;
            vertical-align: middle;
            margin-right: 5px;
            cursor: pointer;
        }

        .pageIn .pageRight span
        {
            float: left;
            margin-right: 5px;
        }

.floatRight
{
    float: right;
    margin-right:95px;
}

.icon_addFolder, .icon_newFolder, .icon_renaming, .icon_share, .icon_shareNO, .icon_trash, .icon_triangle, .icon_close, .icon_trash1
{
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background: url(../images/icon_addFolderNO.gif) no-repeat;
    cursor: pointer;
}

.icon_newFolder
{
    background: url(../images/icon_newFolder.gif) no-repeat;
}

.icon_renaming
{
    background: url(../images/icon_renamingNO.gif) no-repeat;
}

.icon_share
{
    background: url(../images/icon_share.gif) no-repeat;
}

.icon_shareNO
{
    background: url(../images/icon_shareNO.gif) no-repeat;
}

.icon_trash
{
    background: url(../images/icon_trashNO.gif) no-repeat;
}

.icon_trash1
{
    background: url(../images/icon_trash.gif) no-repeat;
}

.icon_triangle
{
    float: right;
    width: 14px;
    height: 12px;
    margin-right: 0;
    background: url(../images/triangleIcon.gif) no-repeat;
}

.icon_close
{
    float: right;
    width: 20px;
    height: 20px;
    margin-right: -2px;
    margin-top: -2px;
    background: url(../images/close.png) no-repeat;
    cursor: pointer;
}

.addFolderIframe
{
    position: absolute;
    z-index: 100;
    display: none;
}

    .addFolderIframe .topIframeBG
    {
        width: 255px;
        height: 8px;
        background: url(../images/iframeTopBGs.png) no-repeat;
    }

    .addFolderIframe .middleIframeBG
    {
        width: 215px;
        height: auto;
        padding: 5px 20px 10px 20px;
        background: url(../images/iframeMiddleBGs.png) repeat-y;
    }

        .addFolderIframe .middleIframeBG p
        {
            margin: 5px 0;
        }

        .addFolderIframe .middleIframeBG input
        {
            border: 1px solid #cccccc;
        }

        .addFolderIframe .middleIframeBG ul.content
        {
            height: 110px;
            overflow-y: scroll;
        }

        .addFolderIframe .middleIframeBG ul.content li
        {
            margin: 10px 0;
        }

        .addFolderIframe .middleIframeBG ul.content li:hover {
            background-color: #e5e5e5;
        }

        .addFolderIframe .middleIframeBG ul.content li.focus {
            background-color: #cccccc;
        }

    .addFolderIframe .downIframeBG
    {
        width: 255px;
        height: 8px;
        background: url(../images/iframeDownBGs.png) no-repeat;
    }

.ShareManagement
{
	position: absolute;
	z-index: 100;
	width: 635px;
	display: none;
}


.shareIframe
{
    position: absolute;
    z-index: 100;
    width: 370px;
    display: none;
}

    .shareIframe .topIframeBG
    {
        float: left;
        width: 370px;
        height: 8px;
        background: url(../images/iframeTopBGb.png) no-repeat;
    }

    .shareIframe .middleIframeBG
    {
        float: left;
        width: 330px;
        height: auto;
        padding: 10px 20px;
        background: url(../images/iframeMiddleBGb.png) repeat-y;
    }

        .shareIframe .middleIframeBG .noTitle
        {
            float: left;
            margin-left: 72px;
            color: #999999;
            font-size: 12px;
        }

        .shareIframe .middleIframeBG .content
        {
            float: left;
            width: 330px;
            height: auto;
            margin: 15px 0 5px 0;
        }

            .shareIframe .middleIframeBG .content .titleContent
            {
                float: left;
                width: 70px;
                height: auto;
                text-align: right;
            }

            .shareIframe .middleIframeBG .content .txtContent
            {
                float: left;
                width: 255px;
                height: auto;
            }

                .shareIframe .middleIframeBG .content .txtContent input
                {
                    width: 220px;
                    border: 1px solid #cccccc;
                    margin-left: 3px;
                }

                .shareIframe .middleIframeBG .content .txtContent textarea
                {
                    float: left;
                    width: 218px;
                    height: 80px;
                    border: 1px solid #cccccc;
                    margin-left: 3px;
                    resize: none;
                    margin-bottom: 20px;
                }

.explanation
{
    color: #666666;
    font-size: 12px;
    margin: 13px 0px 10px 0;
}

.shareIframe .middleIframeBG ul.shareList
{
    float: left;
    width: 330px;
    height: auto;
    padding: 10px 0px;
    overflow-y: scroll;
    max-height: 345px;
    margin: 15px 0;
}

    .shareIframe .middleIframeBG ul.shareList li
    {
        float: left;
        padding: 5px;
    }

        .shareIframe .middleIframeBG ul.shareList li.odd
        {
            background-color: #f5f5f5;
        }

        .shareIframe .middleIframeBG ul.shareList li span.txt
        {
            float: left;
            width: 170px;
            height: auto;
            font-size: 12px;
            line-height: 20px;
        }

        .shareIframe .middleIframeBG ul.shareList li span.buttonMiddle
        {
            float: left;
            width: 125px;
            height: auto;
            font-size: 12px;
            line-height: 20px;
        }

.shareIframe .downIframeBG
{
    float: left;
    width: 370px;
    height: 8px;
    background: url(../images/iframeDownBGb.png) no-repeat;
}

/*我的最愛-MyFavoriteInspirationy-end*/



/*我的最愛-MyFavoritePattern-star*/

.PictureViewA, .PictureViewB
{
    position: relative;
    width: 100%;
    margin-left: -20px;
    margin-top: 90px;
    padding-top:15px;
   /*border:3px blue solid;*/
    max-height:3000px;
}/*0604_2 改成相對位置 還有margin減了5 padding上面多了15  最重要的是改成固定高度300px*/

 #PictureViewSMore .PictureViewA {

   padding-left:50px;

}  
/*0609_2  
#PictureViewSMore .PictureViewA span.item2{

     position:relative;
     height:170px;
     margin-bottom:10px;
     margin-right:-10px;
     border:1px red solid;
}
*/

/*
#PictureViewSMore .PictureViewA span.item2 input{

     position:absolute;
     margin-left:50px;
     margin-top:150px;
    
}*/



#PictureList .PictureViewA {  
   position:relative;
   padding-left:50px;
}  
/*0609---------------------------------------*/
/*#PictureList  .PictureViewA span.item2{
         
        
        width: 112px;
        height:130px;
        overflow: hidden;
        border: 3px solid #fff;
        outline: 1px solid red;
        margin-bottom: 60px;

}*/
#PictureList  .PictureViewA span.imgS{
         
        
        /*width: 52px;*/
        height:112px;
        overflow: hidden;
       
}

/*#PictureList .PictureViewA span.item2 input{

     position:absolute;
     right:25px;
     top:120px;
    
}*/
/*----------------------*/
/*0609_2 */

    .PictureViewA span , .PictureViewB span 
    {
        position: relative;
        /*text-align: center;*/
       
        display: inline-block;
        width: 139px;
        height:auto;
        margin-bottom: 30px;
        margin-left: 30px;
      
    }/*0604_2 改了父層span 改成相對位置 並且取消圖文置中命令 圖文置中改到圖片去  */

    .PictureViewA .little
    {
        margin-bottom: 20px;
    }

    .PictureViewB span
    {
        width: 266px;
    }
   .PictureViewA span.item, .PictureViewB span.item
    {   
        position:relative;
        /*border:1px red solid;*/
       
        height:180px;
        margin-bottom:10px;
        
    }
    .PictureViewA span input, .PictureViewB span input
    {
        margin-left: 78px;
    }

    .PictureViewA span.imgS, .PictureViewB span.imgS
    {
        position:absolute;
        right:20px;
        width: 112px;
        height: 112px;
        overflow: hidden;
        border: 3px solid #fff;
        outline: 1px solid #cccccc;
        margin-bottom: 10px;
    }/*0604_2 改了絕對位置  多了right:20px; */

    .PictureViewA span.imgS, .PictureViewB span.imgSa
    {
        text-align: center;
        margin-bottom: 5px;
    }/*0604_2 改以圖片置中就好 */

    .PictureViewB span.imgS
    {
        width: 256px;
        height: 256px;
    }

    .PictureViewA span.imgS .icon_shared, .PictureViewB span.imgS .icon_shared
    {
        position: absolute;
        width: 38px;
        height: 38px;
        margin: 0;
        padding: 0;
        margin-left: 20px;
        background: url(../images/icon_shared.gif) no-repeat;
    }

    .PictureViewA span.imgS .icon_shared
    {
        margin-left: 75px;
    }

    /*.PictureViewA span.gray, .PictureViewB span.gray
    {
        color: #999999;
        margin: 0;
        padding: 0;
        width: auto;
        margin-left:100px;
    }*/ /*這段先註解*/

    .PictureViewA span.noLeft, .PictureViewB span.noLeft, .PictureViewA span.centerinput
    {
        position:absolute;
        top:120px;
        /*right:10px;*/
        width:120px;
        margin: 0;
        padding: 0;
        padding-top:5px;
        height:55px;
        word-wrap:break-word;
        
    }/*0604_2 改成絕對位置 並且調整位置 */

	    .PictureViewA span.noLeft input, .PictureViewB span.noLeft input
        {
            margin: 0;
            padding: 0;
            float:none;
            text-align:center;
             /*vertical-align: middle;!important
            margin-top:1px;*/
            margin-right:20px;            
            
        }/*0610 請注意會不會影響到別的input 是我的最愛最多欄小圖那一頁 */

    .PictureViewA span.Vcenter input, .PictureViewB span.Vcenter input
    {
        margin: 0;
        padding: 0;
        margin-right:20px;
    }

    .PictureViewA span.centerinput input
    {
        margin: 0 20px 0 53px;
        padding: 0;         
		float:none;
        text-align:center;   
            /*vertical-align: middle;!important
        margin-top:1px;*/
        /*margin-right:20px;
        margin-left: 53px;*/
            
    }

    .PictureViewA img .PictureViewB img
    {
        border: 1px solid #cccccc;
        display: block;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .PictureViewA span.littleOuter
    {
        margin-bottom: 0px;
    }

    .PictureViewA .littleD
    {
        font-size: 11px;
        -webkit-transform: scale(0.9);
        color: #999999;
        float: left;
        width: auto;
        margin: 0;
    }

    .PictureViewA .littleD:hover
    {
        text-decoration: underline;
    }

    .PictureViewA .littleDate
    {
        font-size: 11px;
        -webkit-transform: scale(0.9);
        float: right;
        width: auto;
        margin: 0;
    }
/*我的最愛-MyFavoritePattern-end*/




/*我的最愛-MyFavoritestar*/

.myFavorite
{
    width: 1100px;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
}

    .myFavorite .outer
    {
        float: left;
        width: 100%;
        height: auto;
    }

    .myFavorite .title
    {
        float: left;
        width: 100%;
        height: auto;
        margin-top: 10px;
        padding-left: 30px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .myFavorite .more
    {
        position: relative;
        color: #999999;
        text-align: right;
        cursor: pointer;
        margin-bottom: 20px;
        margin-right: 30px;
    }

        .myFavorite .more:hover
        {
            text-decoration: underline;
        }

    .myFavorite .page{
       position:absolute;
       top:100px;
       width:200px;
      height:200px;
      border:3px red solid;
    }
/*我的最愛-MyFavorite-end*/




/*圖樣搜尋-Search-star*/

.patternSearch
{
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
}

    .patternSearch .searchConditionLeft
    {
        float: left;
        width: 185px;
        height: auto;
        padding: 1px 30px 30px 40px;
        border-right: 1px solid #cccccc;
        margin-right: -1px;
    }

        .patternSearch .searchConditionLeft .condition
        {
            font-size: 15px;
            margin: 10px 0;
        }

            .patternSearch .searchConditionLeft .condition a
            {
                text-decoration: underline;
                color: #666666;
            }

                .patternSearch .searchConditionLeft .condition a:hover
                {
                    text-decoration: none;
                }

        .patternSearch .searchConditionLeft .title
        {
            font-size: 15px;
            font-weight: bold;
            line-height: 15px;
            margin-bottom: 10px;
        }

            .patternSearch .searchConditionLeft .title a
            {
                float: right;
                font-size: 12px;
                color: #999999;
                text-decoration: underline;
                font-weight: normal;
            }

                .patternSearch .searchConditionLeft .title a:hover
                {
                    text-decoration: none;
                }

        .patternSearch .searchConditionLeft .pattern112
        {
            position: relative;
            width: 112px;
            height: 112px;
            border: 3px solid #ffffff;
            outline: 1px solid #cccccc;
            overflow: hidden;
            margin-bottom: 30px;
            margin-top: 5px;
        }

    .patternSearch .searchPatternRight
    {
        height: auto;
        overflow: hidden;
        padding-left: 30px;
        border-left: 1px solid #cccccc;
    }

        .patternSearch .searchPatternRight .date
        {
            padding: 0 30px;
        }

            .patternSearch .searchPatternRight .date .thumbnail
            {
                float: left;
            }

            .patternSearch .searchPatternRight .date img
            {
                vertical-align: middle;
                margin-right: 10px;
                cursor: pointer;
            }

.icon_pulldown
{
    display: inline-block;
    width: 100px;
    height: 13px;
    margin-left: 25px;
    background: url(../images/icon_pulldown.gif) right 5px no-repeat;
    cursor: pointer;
}

/*圖樣搜尋-Search-end*/





/*登入-login-star*/
.login
{
    float: right;
    position: relative;
    width: 260px;
    height: auto;
}

    .login .topBG
    {
        float: left;
        width: 255px;
        height: 10px;
        background: url(../images/loginBGTop.gif) no-repeat;
    }

    .login .middleBG
    {
        float: left;
        width: 225px;
        height: auto;
        font-size: 12px;
        padding: 0px 15px 15px 15px;
        background: url(../images/loginBGMiddle.gif) repeat-y;
    }

        .login .middleBG .loginInformation
        {
            float: left;
            height: auto;
        }

            .login .middleBG .loginInformation img
            {
                float: right;
                cursor: pointer;
                margin-bottom: 15PX;
                margin-left: 200PX;
            }

            .login .middleBG .loginInformation div
            {
                float: left;
                margin-bottom: 15px;
            }

                .login .middleBG .loginInformation div span
                {
                    float: left;
                    display: block;
                    width: 70px; /*hanyi*/
                    text-align: right; /*hanyi*/
                }

            .login .middleBG .loginInformation input
            {
                float: left;
                border: 1px solid #cccccc;
                width: 135px; /*hanyi*/
                margin-left: 5px;
            }

        .login .middleBG .loginPrompt
        {
            float: left;
            height: auto;
            border-top: 1px solid #f1f1f1;
            margin-top: 15px;
        }

            .login .middleBG .loginPrompt p a
            {
                float: left;
                width: 210px;
                color: #999999;
                text-decoration: underline;
                margin-top: 10px;
                padding-left: 10px;
            }

                .login .middleBG .loginPrompt p a:hover
                {
                    text-decoration: none;
                }

    .login .downBG
    {
        float: left;
        width: 255px;
        height: 10px;
        background: url(../images/loginBGDown.gif) no-repeat;
    }


/*登入-login-end*/

/*警告-warning-star*/
.warning
{
    position: relative;
    width: 450px;
    height: auto;
}

    .warning .topBG
    {
        float: left;
        width: 450px;
        height: 10px;
        background: url(../images/warningBGTop.png) no-repeat;
    }

    .warning .middleBG
    {
        float: left;
        width: 380px;
        height: auto;
        text-align: center;
        padding: 35px 35px 15px 35px;
        background: url(../images/warningBGMiddle.png) repeat-y;
    }

        .warning .middleBG .title140
        {
            float: left;
            width: 130px;
            height: auto;
            text-align: right;
            line-height: 18px;
            margin-bottom: 15px;
        }

        .warning .middleBG .inputA
        {
            float: left;
            width: 200px;
            height: 18px;
            border: 1px solid #cccccc;
            vertical-align: middle;
            margin-left: 3px;
            margin-bottom: 15px;
        }

        .warning .middleBG .errorTXT
        {
            width: 270px;
            margin-left: 135px;
            float: left;
            margin-top: -12px;
            margin-bottom: 8px;
            color: #e60012;
        }

        .warning .middleBG p
        {
            margin-bottom: 25px;
        }

        .warning .middleBG img
        {
            float: right;
            cursor: pointer;
            margin: 0 -10px 15px 500px;
        }

    .warning .downBG
    {
        float: left;
        width: 450px;
        height: 10px;
        background: url(../images/warningBGdown.png) no-repeat;
    }


/*警告-warning-end*/

/*下載-download-star*/
.download
{
    position: relative;
    width: 450px;
    height: auto;
}

    .download .topBG
    {
        float: left;
        width: 640px;
        height: 10px;
        background: url(../images/downloadTopBG.png) no-repeat;
    }

    .download .middleBG
    {
        float: left;
        width: 570px;
        height: auto;
        padding: 35px 35px 35px 45px;
        background: url(../images/downloadMiddleBG.png) repeat-y;
    }

        .download .middleBG .forgetPW
        {
            margin: 20px 10px 15px 0;
            line-height: 20px;
        }

            .download .middleBG .forgetPW input
            {
                width: 250px;
                height: 20px;
                border: 1px solid #cccccc;
                margin-left: 3px;
            }

        .download .middleBG .bigImg
        {
            float: left;
            width: 256px;
            height: 256px;
            border: 5px solid #ffffff;
            outline: 1px solid #cccccc;
            margin-left: 8px;
            margin-bottom: 20px;
            overflow: hidden;
        }

        .download .middleBG .downloadImg
        {
            float: left;
            width: 220px;
            height: 110px;
            border: 5px solid #ffffff;
            outline: 1px solid #cccccc;
            margin-left: 40px;
            margin-bottom: 20px;
            overflow: hidden;
            margin-top: 35px;
        }

        .download .middleBG .time
        {
            float: left;
            width: 545px;
            height: auto;
            margin: 20px 0 40px 0;
        }

            .download .middleBG .time .timeTop
            {
                float: left;
                width: 545px;
                height: 10px;
                background: url(../images/timeTopBG.png) repeat-y;
            }

            .download .middleBG .time .timeMiddle
            {
                float: left;
                width: 465px;
                height: auto;
                background: url(../images/timeMiddleBG.png) repeat-y;
                padding: 0 40px;
                font-size: 12px;
            }

                .download .middleBG .time .timeMiddle p
                {
                    margin: 10px 0 10px 0;
                }

            .download .middleBG .time .timeDown
            {
                float: left;
                width: 545px;
                height: 10px;
                background: url(../images/timeDownBG.png) repeat-y;
            }

        .download .middleBG .enterSecurity
        {
            float: left;
            width: 270px;
            height: auto;
            font-size: 12px;
        }

            .download .middleBG .enterSecurity p
            {
                float: left;
                width: 270px;
                height: auto;
                margin: 5px 0;
            }

            .download .middleBG .enterSecurity input
            {
                float: left;
                width: 175px;
                height: 20px;
                border: 1px solid #cccccc;
                margin-top: 10px;
            }

            .download .middleBG .enterSecurity .captcha
            {
                float: left;
                width: 175px;
                height: 50px;
                border: 1px solid #cccccc;
                margin: 5px 0;
            }

                .download .middleBG .enterSecurity .captcha img
                {
                    width: 175px;
                    height: 50px;
                }



    .download .downBG
    {
        float: left;
        width: 640px;
        height: 10px;
        background: url(../images/downloadDownBG.png) no-repeat;
    }


/*下載-download-end*/


/*分享管理-shareManagement-star*/
.shareManagement
{
    position: relative;
    width: 450px;
    height: auto;
}

.shareManagement .topBG
{
    float: left;
    width: 640px;
    height: 10px;
    background: url(../images/downloadTopBG.png) no-repeat;
}

.shareManagement .middleBG
{
    float: left;
    width: 570px;
    height: auto;
    padding: 35px 35px 35px 45px;
    background: url(../images/downloadMiddleBG.png) repeat-y;
}

.shareManagement .downBG
{
    float: left;
    width: 640px;
    height: 10px;
    background: url(../images/downloadDownBG.png) no-repeat;
}

.numberPeople
{
    color: #666666;
    margin-top: 20px;
}

ul.peopleList
{
    float: left;
    width: 570px;
    height: auto;
    margin-top: 5px;
}

    ul.peopleList li
    {
        float: left;
        width: 540px;
        height: auto;
        line-height: 25px;
        padding: 5px;
    }

    ul.peopleList span.icon
    {
        float: left;
        width: 25px;
        height: 25px;
        background: url(../images/icon_people.png) no-repeat;
        margin-left: 5px;
        margin-right: 20px;
    }

    ul.peopleList li.odd
    {
        background-color: #f5f5f5;
    }

.inviteMore
{
    float: left;
    width: 540px;
    margin: 15px 15px 10px 15px;
}

.mailInformation
{
    float: left;
    width: 520px;
    margin: 10px 15px;
}

.noTitle
{
    float: left;
    width: 450px;
    margin-left: 88px;
}

.mailInformation .titleLabel
{
    float: left;
    width: 70px;
    text-align: right;
}

.mailInformation input
{
    float: left;
    width: 440px;
    border: 1px solid #cccccc;
    margin-left: 3px;
}

.mailInformation textarea
{
    float: left;
    width: 438px;
    height: 90px;
    border: 1px solid #cccccc;
    margin-left: 3px;
    resize: none;
}
/*分享管理-shareManagement-end*/



/*新增資料夾內容-newFolderContents-star*/
.newFolderContents
{
    position: relative;
    width: 805px;
    height: auto;
}

    .newFolderContents .topBG
    {
        float: left;
        width: 805px;
        height: 8px;
        background: url(../images/800topBG.gif) no-repeat;
    }

    .newFolderContents .middleBG
    {
        float: left;
        width: 745px;
        height: auto;
        padding: 35px 30px 15px 30px;
        background: url(../images/800MiddleBG.gif) repeat-y;
    }

        .newFolderContents .middleBG ul li
        {
            list-style-type: decimal;
            margin-left: 20px;
            margin-top: 15px;
            margin-bottom: 10px;
        }

        .newFolderContents .middleBG .category
        {
            float: left;
            width: 150px;
            height: 420px;
            overflow-y: scroll;
            margin-top: 15px;
        }

            .newFolderContents .middleBG .category .categoryIMG
            {
                float: left;
                width: 112px;
                height: 112px;
                border: 3px solid #ffffff;
                outline: 1px solid #cccccc;
                overflow: hidden;
                margin: 5px 2px;
            }

            .newFolderContents .middleBG .category .categoryIMGFOCUS
            {
                outline: 2px solid #FF6600;
            }

            .newFolderContents .middleBG .category .categoryTXT
            {
                float: left;
                width: 112px;
                height: auto;
                text-align: center;
                margin-bottom: 15px;
            }

        .newFolderContents .middleBG .categoryPattern
        {
            float: left;
            width: 559px;
            height: 420px;
            overflow-y: auto;
            margin-top: 15px;
            margin-left: 15px;
            border-left: 3px solid #666666;
            padding-left: 15px;
        }

            .newFolderContents .middleBG .categoryPattern .categoryPatternIMG
            {
                float: left;
                width: 112px;
                height: 112px;
                border: 3px solid #ffffff;
                outline: 1px solid #cccccc;
                overflow: hidden;
                margin: 5px 2px;
                margin-right: 15px;
                margin-bottom: 20px;
            }

            .newFolderContents .middleBG .categoryPattern .categoryPatternIMGFOCUS
            {
                outline: 2px solid #FF6600;
            }

        .newFolderContents .middleBG .button
        {
            text-align: center;
            margin-top: 400px;
            margin-top: 470px;
            margin-bottom: 30px;
        }

    .newFolderContents .downBG
    {
        float: left;
        width: 805px;
        height: 8px;
        background: url(../images/800downBG.gif) no-repeat;
    }


/*新增資料夾內容-newFolderContents-end*/

/*系統分享訊息-systemShare-star*/

.systemShare
{
    width: 1000px;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
}

    .systemShare p
    {
        line-height: 18px;
        margin-bottom: 15px;
        margin-top: 25px;
        margin-left: 30px;
    }

        .systemShare p br
        {
            line-height: 22px;
        }

    .systemShare button
    {
        margin-left: 30px;
    }

    .systemShare a
    {
        color: #006699;
    }
/*系統分享訊息-systemShare-end*/

/*hankALL_star*/


/* IE9 only, 现在IE10也支持 */
@media all and (min-width:0)
{
    .headerBG .content .menu .languageLogIn .imgOption #sel_v
    {
        line-height: 23px;
    }

    .search .centerSearch input
    {
        height: 25px;
        padding-top: 0;
    }
}

/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    .headerBG .content .menu .languageLogIn .imgOption #sel_v
    {
        line-height: 23px;
    }
}

/* chrome */
@media screen and (-webkit-min-device-pixel-ratio:0)
{

    .headerBG .content .menu .languageLogIn .imgOption #sel_v
    {
        line-height: 20px;
    }
}


/*hankAll_end*/
