﻿@charset "utf-8";
/* CSS Document */

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-button {
    height: 0;
    display: block;
}

::-webkit-scrollbar-track {
    background: url(../images/scrollBar_bg.png) repeat;
}


::-webkit-scrollbar-thumb {
    background: url(../images/scrollBar_middle_mark.png) no-repeat center;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,.05),inset 1px 1px 0 0 #FFF;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,.05),inset 1px 1px 0 0 #FFF;
    overflow: visible;
    border: solid 1px #A6A6A6;
}


body {
    /*-webkit-text-size-adjust:none;*/
    font-family: Arial;
    margin: 0px;
    background: #000;
    background-color: #ffffff;
    overflow: hidden;
    scrollbar-face-color: #DDEEFF; /*Ö÷É«µ÷*/
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #99BBCC; /*Ãè±ßÑÕÉ«*/
    scrollbar-3dlight-color: #AACCDD; /*×ó²à±ß¸ß¹âÑÕÉ«*/
    scrollbar-arrow-color: #6688AA; /*Ð¡Èý½ÇÑÕÉ«*/
    scrollbar-track-color: #EEEEEE;
    scrollbar-darkshadow-color: #DDEEFF;
}



input, a:focus {
    outline: none;
}

.Wraper {
    width: 1016px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

#contentWarper {
    width: 1016px;
    height: 100%;
    background-color: #000;
}

#header {
    background: url(../images/top_gray_bar.png);
    height: 30px;
}

#placeholder {
    height: 30px;
    width: 1016px;
}

#topheader {
    background: url(../images/top_gray_bar.png);
    height: 30px;
    width: 1016px;
    display: block;
    overflow: hidden;
    z-index: 10000;
    position: fixed;
    top: 0px; /* position fixed for IE6 */
    /*_position: absolute;*/
    _top: expression(documentElement.scrollTop + "px");
}

#header_txt {
    margin: auto;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: Arial;
    font-size: 12px;
    color: #1F1F1F;
    font-weight: bold;
    cursor: pointer;
}

    #header_txt:hover {
        color: #959595;
    }

#cartBtn #header_txt b {
    border-color: #1F1F1F transparent transparent transparent;
    border-style: solid;
    border-width: 4px;
    position: absolute;
    margin-top: 6px;
    margin-left: 5px;
}

    #cartBtn #header_txt b:hover {
        border-color: #959595 transparent transparent transparent;
    }

#logoWarper {
    float: left;
}

#siteLogo {
    position: absolute;
    top: 10px;
    left: 12px;
    width: 183px;
    height: 155px;
    visibility: hidden;
}

#topNavWarper {
    width: 150px;
    margin-right: 35px;
    border-radius: 13px;
    background-color: #ffffff;
    position: absolute;
    top: 167px;
    left: 25px;
    padding: 1px;
}

#topNavHome {
    width: 135px;
    float: left;
    cursor: pointer;
    border: solid 2px #005d9c;
    border-radius: 13px;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 5px 3px 5px;
    text-align: center;
    color: #005E9A;
}

    #topNavHome #txt {
        font-size: 12px;
        font-weight: bold;
        padding: 3px 5px 3px 5px;
        text-align: center;
        color: #005E9A;
    }

        #topNavHome #txt:hover {
            color: #fff;
        }

    #topNavHome:hover {
        background-color: #005E9A;
        color: #fff;
    }

.scrollTxtBg {
    background: url(../images/scrollTxtBG.png) no-repeat;
    width: 402px;
}

#scrollTxt {
    width: 285px;
    height: 20px;
    float: left;
    margin: 5px 130px 0px 200px;
    padding: 3px 3px 0 3px;
    cursor: pointer;
    border-radius: 10px;
}

    #scrollTxt ul {
        position: relative;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

    #scrollTxt #txt {
        font-size: 11px;
        font-weight: normal;
        overflow: hidden;
        white-space: nowrap;
        width: 326px;
        float: left;
        color: Red;
    }

#cartBtn {
    width: 135px;
    float: left;
    margin: 8px 8px 0px 40px;
    padding: 0px 10px 0 15px;
    border-left: 1px solid;
    border-left-color: #1F1F1F;
    /*border-radius:1px;*/
}

.header_split {
    float: left;
    border-left: 1px solid;
    border-left-color: #1F1F1F;
    height: 15px;
    margin: 8px 8px 0px 5px;
}

#prod_logo {
    float: left;
    background-repeat: no-repeat;
    height: 21px;
    width: 107px;
    margin-top: 3px;
}

#contentBody {
    background: #000 url(../images/contentBodyBG.png) repeat-x;
    padding-top: 8px;
    padding-left: 16px;
    height: auto;
}

    #contentBody #rightContent {
        height: 100%;
    }

#rightContent #homePage {
    height: 100%;
}

#leftBar {
    width: 184px;
    float: left;
    height: 100%;
}

    #leftBar .leftBarBlank {
        height: 117px;
        background: #0E729C;
        width: 175px;
    }

#navBox .leftBarBlank2 {
    height: 41px;
    background: #0E729C;
    width: 175px;
}

#ageTag #txt {
    color: #FFF;
    padding-top: 10px;
    text-align: center;
    width: 38px;
    font-size: 16px;
    font-weight: bold;
}

#ageBox {
    width: 200px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #005E9A;
    margin-right: 15px;
    float: left;
    position: relative;
}

#agePullDown {
    width: 194px;
    height: 22px;
    background: url(../images/greyBtns.png) 0px -92px;
    margin-top: 3px;
    cursor: pointer;
    float: left;
    font-size: 12px;
    line-height: 20px;
    padding-left: 5px;
}

    #agePullDown:hover {
        background: url(../images/greyBtns.png) 0px -114px;
        color: #FFF;
    }

#ageBoxOptions {
    width: 194px;
    background: #e1e1e1;
    border: 2px solid #005E9A;
    border-radius: 5px;
    color: #005E9A;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 40px;
    z-index: 1;
    float: left;
    cursor: pointer;
    margin-top: 2px;
    margin-left: 1px;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.5);
    display: none;
}

    #ageBoxOptions ul {
        background: #FFF;
        border-radius: 5px;
        margin: 0px;
        list-style: none;
        padding: 2px 5px 8px 5px;
    }

    #ageBoxOptions li {
        line-height: 26px;
    }

        #ageBoxOptions li:hover {
            background: #005E9A;
            color: #FFF;
        }

    #ageBoxOptions .divr {
        height: 0px;
        border-top: 1px solid #cce0eb;
        border-bottom: 1px solid #005E9A;
    }

#searchBox {
    width: 200px;
    float: right;
    margin: -16px 16px 8px 0px;
}

    #searchBox #content {
        margin-top: 3px;
        padding-bottom: 0;
    }

    #searchBox .label {
        font-size: 12px;
        padding-top: 3px;
        margin-left: 26px;
    }

    #searchBox #searchFieldCont {
        float: left;
        width: 170px;
        height: 22px;
        background: url(../images/btn_search_idle.png) no-repeat;
    }

    #searchBox #searchField {
        background: none;
        border: none;
        height: 20px;
        line-height: 20px;
        width: 160px;
        color: #999;
        font-size: 11px;
        padding-left: 5px;
    }

    #searchBox #searchButton {
        width: 30px;
        height: 22px;
        background: url(../images/btn_search_idle.png) -170px no-repeat;
        left: 170px;
        position: relative;
    }

        #searchBox #searchButton:hover {
            background: url(../images/btn_search_over.png) -170px no-repeat;
        }

#navBox {
    width: 175px;
    background: #0E729C;
    overflow: hidden;
    padding-top: 4px;
    height: auto;
    min-height: 420px;
}

#navTxt .navHead {
    background: #FF9900;
    /*height: 24px;
    line-height: 24px;*/
    padding-top: 3px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    margin-top: 8px;
    min-height: 24px;
    height: auto !important;
    width: 165px;
}

#mysiteLogo {
    height: 123px;
    background: url("../images/US_eng/LL_logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#prod_logo {
    cursor: pointer;
}

#navTxt .navHeadTxt {
    font-size: 11px;
    font-weight: bold;
    color: #002E60;
    float: left;
    -moz-user-select: none;
    cursor: default;
    margin-left: 7px;
}
.clearfloat {
    height: 0;
    font-size: 1px;
    line-height: 0px;
    clear: both;
}
#navTxt .navItem {
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    margin: 0px 5px 0px 5px;
    cursor: pointer;
    padding: 3px 0px 2px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-height: 20px;
    line-height: 20px;
}

    #navTxt .navItem:hover {
        color: #002E60;
        background: #FFF;
        /* margin:0px 5px 0px 10px;*/
        cursor: pointer;
    }

#adsBox {
    width: 170px;
    height: 81px;
    background: #FFF;
    border-radius: 5px;
    padding-top: 2px;
    padding-left: 5px;
    position: relative;
    margin-top: 5px;
}

#banner {
    width: 798px;
    height: 122px;
    background: #FFF;
    float: left;
}

#itemBin {
    width: 798px;
    float: left;
    margin-top: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: auto;
    min-height: 420px;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#1395e0,endColorStr=#0f7daf); /*IE*/
    background: -moz-linear-gradient(top,#1395e0,#0f7daf); /*firefox*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#1395e0), to(#0f7daf)); /*chrome*/
}

#itemDisplay {
    background: #E1E1E1;
    float: left;
    width: 663px;
    padding: 0px 5px 0px 12px;
    position: relative;
    height: auto;
    min-height: 420px;
}
    /*
#homePage #itemDisplay
{	
	min-height:415px;

}
*/
    #itemDisplay #header {
        color: #015f9d;
        font-weight: bold;
        text-align: left;
        background: none;
        height: 80px;
    }

    #itemDisplay .filterMenu {
        float: right;
        width: 200px;
        margin-right: 16px;
        position: relative;
    }

    #itemDisplay .sortMenu {
        float: left;
        width: 200px;
        color: #015f9d;
        font-weight: bold;
        text-align: left;
        background: none;
        position: relative;
    }

    #itemDisplay #header .title {
        font-size: 22px;
        line-height: 33px;
        color: #000;
    }

    #itemDisplay .filterMenu .label {
        font-size: 12px;
        margin-right: 5px;
        padding-top: 3px;
        margin-left: 13px;
        display: none;
    }

    #itemDisplay .filterMenu .filterPullDown, #itemDisplay .sortMenu .sortPullDown {
        width: 194px;
        height: 22px;
        background: url(../images/greyBtns.png) 0px -92px;
        margin-top: 3px;
        cursor: pointer;
        float: left;
        font-size: 12px;
        line-height: 20px;
        padding-left: 5px;
    }

        #itemDisplay .filterMenu .filterPullDown:hover, #itemDisplay .sortMenu .sortPullDown:hover {
            background: url(../images/greyBtns.png) 0px -114px;
            color: #FFF;
        }

    #itemDisplay .sortMenu .sortOptions {
        width: 184px;
        background: #e1e1e1;
        border: 2px solid #0E729C;
        border-radius: 5px;
        padding: 5px;
        position: absolute;
        float: left;
        top: 42px;
        z-index: 100;
        box-shadow: 3px 3px 4px rgba(0,0,0,0.5);
        display: none;
        margin-left: 1px;
    }

    #itemDisplay .filterMenu .filterOptions {
        width: 184px;
        background: #e1e1e1;
        border: 2px solid #0E729C;
        border-radius: 5px;
        padding: 5px;
        position: absolute;
        float: left;
        top: 24px;
        z-index: 100;
        box-shadow: 3px 3px 4px rgba(0,0,0,0.5);
        display: none;
        margin-left: 1px;
    }

        #itemDisplay .filterMenu .filterOptions ul, #itemDisplay .sortMenu .sortOptions ul {
            margin: 0px 0px 10px 0px;
            padding: 5px 5px 10px 5px;
            background: #FFF;
            list-style: none;
            font-size: 12px;
            line-height: 24px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            cursor: pointer;
        }

    #itemDisplay #header .filterMenu .filterOptions li:hover, #itemDisplay .sortMenu .sortOptions li:hover {
        color: #FFF;
        background: #005E9A;
    }

    #itemDisplay #header .filterMenu .filterOptions #filterOptions li {
        background: url(../images/greyBtns.png) -205px -182px no-repeat;
    }

        #itemDisplay #header .filterMenu .filterOptions #filterOptions li:hover {
            background-position-y: -207px;
            background-color: #005E9A;
        }


    #itemDisplay #header .filterMenu ul .divr {
        border-top: 1px solid #cce0eb;
        border-bottom: 1px solid #005E9A;
        height: 0px;
    }

    #itemDisplay #header .filterMenu .filterOptions .sortHead, #itemDisplay .sortMenu .sortOptions .sortHead {
        color: #FFF;
        font-size: 12px;
        background: #FF9900;
        line-height: 26px;
        padding-left: 7px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #itemDisplay #header .filterMenu #filterOptionsSub {
        background: #FFF;
        position: absolute;
        top: 20px;
        left: 140px;
        border: 5px solid #005E9A;
        border-radius: 5px;
        padding: 5px;
        width: 180px;
        box-shadow: 3px 3px 4px rgba(0,0,0,0.5);
        display: none;
        z-index: 2;
    }

        #itemDisplay #header .filterMenu #filterOptionsSub ul {
            font-size: 12px;
            margin: 0px;
            padding: 0px;
            list-style: none;
            line-height: 24px;
        }

            #itemDisplay #header .filterMenu #filterOptionsSub ul li:hover {
                background: #005E9A;
                color: #FFF;
            }

#bcHolder {
    background: #ccc;
    border-radius: 5px;
    min-height: 21px;
    padding: 0px 5px;
    display: none;
}

    #bcHolder .bcItem {
        min-width: 147px;
        height: 21px;
        color: #005E9A;
        background: #e0e0e0;
        line-height: 21px;
        font-size: 11px;
        padding-left: 7px;
        border-radius: 10px;
        cursor: pointer;
        float: left;
        margin: 8px 5px 8px 0px;
    }

        #bcHolder .bcItem .text {
            width: 130px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            float: left;
        }

        #bcHolder .bcItem:hover {
            background: #FFF;
        }

    #bcHolder .deleteBtn {
        width: 10px;
        height: 10px;
        float: right;
        background: url(../images/greyBtns.png) -222px -47px no-repeat;
        position: relative;
        top: 6px;
        left: -10px;
    }

    #bcHolder #removeAll {
        font-size: 11px;
        float: right;
        color: #005E9A;
        line-height: 21px;
        cursor: pointer;
        text-decoration: underline;
        margin-top: 10px;
    }

        #bcHolder #removeAll:hover {
            color: #FFF;
        }

    #bcHolder .deleteBtn:hover {
        background-position-y: -58px;
    }

#header .headTxt {
    line-height: 40px;
    font-size: 14px;
    float: left;
    min-width: 220px;
}


#header .headerSort .txt {
    font-size: 12px;
    float: right;
    min-width: 43px;
    line-height: 40px;
    margin-left: 10px;
}

#header .headerSort .dropDown {
    width: 134px;
    height: 22px;
    background: url(../images/greyBtns.png) 0px 0px;
    margin-left: 5px;
    margin-top: 9px;
    margin-right: 10px;
    float: right;
}

    #header .headerSort .dropDown .txt {
        font-size: 12px;
        font-weight: bold;
        color: #006399;
        float: left;
        line-height: 22px;
    }


#pageNavTop {
    width: 636px;
    height: 26px;
}

    #pageNavTop .itemCount {
        float: left;
        font-size: 12px;
        padding: 5px 0;
        width: 300px;
    }

        /***************** edit by Kenneth   **************         20130629    *************************/

        #pageNavTop .itemCount .sbtn:hover {
            text-decoration: none;
            font-weight: bold;
            cursor: pointer;
            color: #F00;
        }


    #pageNavTop .pageNumber {
        float: right;
        margin-right: 7px;
        margin-right: 8px;
        width: 300px;
        margin-top: 3px;
        text-align: right;
    }

#itemDisplay .btn {
    margin-top: 9px;
    margin-right: 10px;
    width: 200px;
    height: 22px;
    background: url(../images/greyBtns.png) 0px -180px;
    float: left;
}

    #itemDisplay .btn:hover {
        background: url(../images/greyBtns.png) 0px -202px;
    }

#itemDisplay .btnTxt {
    font-size: 12px;
    line-height: 20px;
    margin-left: 10px;
}
/*************************************** Kenneth   20130627     ***********/
#itemNotFoundLabel {
    width: 620px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
}



/***************xuan 20130506 start*****************/
#itemTray .item {
    width: 154px;
    height: 95px;
    margin-left: 12px;
    margin-bottom: 12px;
    float: left;
}

    #itemTray .item .topBar, .itemCont .topBar {
        height: 15px;
        color: #FFF;
        font-size: 11px;
        line-height: 15px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding-left: 5px;
        font-weight: bold;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        background-color: White;
    }

        #itemTray .item .topBar, .itemCont .topBar:hover {
            cursor: pointer;
        }

    #itemTray .item #LanguageArtsReading {
        background: #ed1c24;
    }

    #itemTray .item #Math {
        background: #62bb46;
    }

    #itemTray .item #SocialStudiesScience {
        background: #f99d1c;
    }

    #itemTray .item #CreativityProblemSolving {
        background: #993f98;
    }

    #itemTray .item #MusicArts {
        background: #0089cf;
    }

    #itemTray .item .bottomPart {
        background: #FFF;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        width: 154px;
        height: 80px;
        overflow: hidden;
    }

        #itemTray .item .bottomPart:hover {
            cursor: pointer;
        }

        #itemTray .item .bottomPart .tnCont {
            float: left;
            height: 77px;
            width: 57px;
            margin-left: 5px;
            margin-top: 3px;
            margin-right: 5px;
        }

            #itemTray .item .bottomPart .tnCont .tn {
                width: 57px;
                height: 57px;
                margin: 0px;
            }

            #itemTray .item .bottomPart .tnCont .tag {
                background: #F00;
                margin: 2px 0px 3px 0px;
                font-size: 11px;
                padding-left: 3px;
                color: #FFF;
                font-weight: bold;
            }

        #itemTray .item .bottomPart .detCont {
            margin: 0px;
            background: transparent;
            height: 77px;
            width: 83px;
        }

            #itemTray .item .bottomPart .detCont .name {
                margin: 0px;
                width: 83px;
            }

            #itemTray .item .bottomPart .detCont .type {
                font-size: 10px;
                font-weight: bold;
                color: #616161;
                width: 85px;
                height: 20px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            #itemTray .item .bottomPart .detCont .age {
                font-size: 12px;
                margin: 0px;
            }

.disabled {
    /*margin-top: 3px;*/
    margin-left: -2px;
    background: url('../images/btn_short_gray.png') no-repeat;
    color: #e0e0e0;
    width: 84px;
    height: 23px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    font-weight: bold;
    float: right;
    margin-top: 0;
    white-space: nowrap;
}

.cartBtn {
    background: url("../images/btn_short_idle.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-image: url("../images/btn_short_idle.png");
    display: inline-block;
    /*height: 23px;*/
    /*margin-top: -5px;*/
    overflow: hidden;
    vertical-align: middle;
    /*width: 84px;*/
    cursor: pointer;
    float: right;
    font-size: 12px;
    font-weight: bold;
    height: 23px;
    line-height: 20px;
    margin-top: 0;
    text-align: center;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    width: 84px;
    color: #fff;
}

    .cartBtn:hover {
        background: url(../images/btn_short_over.png) no-repeat;
        cursor: pointer;
    }

.freeCartBtn {
    background: url("../images/btn_free_idle.png") no-repeat;
    color: #fff;
    float: right;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 22px;
    margin: -2px auto 0;
    text-align: center;
    width: 72px;
}

    .freeCartBtn:hover {
        background: url(../images/btn_free_over.png) no-repeat;
        cursor: pointer;
    }


/***************xuan 20130506 end *****************/


#itemTray {
    margin-top: 5px;
    margin-left: -12px;
}

    #itemTray li {
        list-style: none;
    }

    /*******begin small********/
    #itemTray .itemCont {
        width: 153px;
        height: 94px;
        float: left;
        margin-right: 0px;
        margin-top: 5px;
        overflow: hidden;
    }

    #itemTray .tnCont {
        width: 67px;
        height: 88px;
        margin-left: 3px;
        margin-top: 6px;
        background: #FFF;
        float: left;
    }

        #itemTray .tnCont .tn {
            width: 57px;
            height: 57px;
            margin: 4px 5px 0px 5px;
        }

            #itemTray .tnCont .tn:hover {
                cursor: pointer;
            }

        #itemTray .tnCont .type {
            height: 23px;
            margin: 0px 5px 4px 5px;
            color: #FFF;
            font-weight: bold;
            font-size: 10px;
            overflow: hidden;
            background: #900;
            padding: 0px 0px 0px 2px;
        }

    #itemTray .detCont {
        width: 80px;
        height: 86px;
        float: left;
        margin-top: 6px;
        margin-left: 0px;
        padding-top: 2px;
        font-weight: bold;
        background: #E1E1E1;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.detCont .name {
    font-size: 12px;
    color: #000;
    margin-left: 3px;
    width: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.detCont .price {
    font-size: 11px;
    color: #666666;
    margin-top: 6px;
    margin-left: 3px;
    width: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}


.detCont .curr, .age {
    font-size: 8px;
    color: #666;
    margin-bottom: 3px;
    margin-left: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


#detailPageNormal .disabled {
    margin-top: 2px;
}

#detailPageNormal .detCont .cartBtn:hover, #confirmOrder .detCont .cartBtn {
    background-position-y: -31px;
}
/*******end small*******/

/*******begin large********/
#itemTray .itemContL {
    width: 618px;
    height: 130px;
    float: left;
    margin-right: 0px;
    margin-top: 2px;
    overflow: hidden;
}

#itemTray .tnContL {
    width: 280px;
    height: 100px;
    margin-left: 3px;
    margin-top: 6px;
    background: #FFF;
    float: left;
}

    #itemTray .tnContL:hover {
        background: #CCC;
        opacity: 1.0;
    }

    #itemTray .tnContL .tnL {
        width: 280px;
        min-height: 100px;
    }

        #itemTray .tnContL .tnL:hover {
            cursor: pointer;
        }

    #itemTray .tnContL .typeL {
        height: 23px;
        color: #FFF;
        font-weight: bold;
        font-size: 10px;
        overflow: hidden;
        background: #900;
        padding: 0px 0px 0px 2px;
    }

#itemTray .detContL {
    width: 328px;
    height: 118px;
    float: left;
    margin-top: 6px;
    margin-left: 5px;
    padding-top: 2px;
    font-weight: bold;
    background: #E1E1E1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.detContL .nameL, .priceL {
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
    margin-left: 3px;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .detContL .nameL:hover {
        text-overflow: clip;
        overflow: -webkit-marquee;
        -webkit-marquee-style: alternate | slide;
        -webkit-marquee-repetition: infinite;
        -webkit-marquee-direction: left;
        -webkit-marquee-speed: 120;
    }

.detContL .currL, .ageL {
    font-size: 12px;
    color: #666;
    margin-bottom: 3px;
    margin-left: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detContL .cartBtnL {
    width: 71px;
    height: 22px;
    background: url(../images/miscBtns.png) -141px -57px no-repeat;
    margin-top: 0px;
    color: #FFF;
    font-size: 10px;
    float: right;
}

    .detContL .cartBtnL:hover {
        background-position-y: -83px;
    }
/*******end large*******/

#itemSections {
    background: #0F7DAF url(../images/itemSectionBG.png) repeat-x;
    width: 118px;
    float: left;
    margin-left: 0px;
    height: 100%;
}

    #itemSections .sectionsCont {
        margin-top: 20px;
    }

    #itemSections .divider {
        width: 118px;
        height: 3px;
        background: url(../images/miscBtns.png) -15px -147px no-repeat;
    }

    #itemSections .sectionBtn {
        width: 118px;
        min-height: 40px;
        color: #FFF;
        text-align: center;
        line-height: 40px;
        font-weight: bold;
        font-size: 12px;
        -moz-user-select: none;
        cursor: pointer;
    }

        #itemSections .sectionBtn:hover {
            background: #E1E1E1;
            color: #000;
        }


.popbox {
    width: 315px;
    min-height: 200px;
}

    .popbox .title {
        font-size: 16px;
        line-height: 16px;
        width: 315px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: bold;
        padding-bottom: 5px;
    }

    .popbox .img {
        width: 280px;
        height: 106px;
        margin-top: 3px;
    }

    .popbox .type {
        font-size: 10px;
        font-weight: bold;
        margin-top: 3px;
    }

    .popbox .mkPrice {
        font-weight: bold;
        text-decoration: line-through;
        float: left;
        margin-top: 5px;
        margin-right: 10px;
        font-size: 18px;
    }

    .popbox .slPrice {
        font-weight: bold;
        float: left;
        margin-top: 5px;
        font-size: 18px;
    }

    .popbox .popDiv {
        background: #900;
        height: 3px;
        margin-top: 0px;
    }
    /*change 20130606*/
    .popbox .description {
        font-size: 11px;
        font-weight: bold;
        margin-top: 3px;
        max-height: 55px;
        overflow: hidden;
        text-overflow: ellipsis;
        overflow-y: auto;
    }

#detailPageNormal {
    float: left;
    width: 798px;
    height: 100%;
}

.detailHeader {
    height: 30px;
    width: 788px;
    background: url(../images/headerBG.png);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: #dadada 1px solid;
    padding: 5px;
}

#detailPageNormal .backPrevUp, .detailCont .backPrevDown {
    margin-bottom: 5px;
    float: right;
    width: 752px;
}

    #detailPageNormal .backPrevUp .txt, .detailCont .backPrevDown .txt {
        font-size: 12px;
        color: #005E9A;
        text-decoration: underline;
        height: 20px;
        line-height: 20px;
        float: right;
        cursor: pointer;
    }

.detailHeaderGame, .detailHeaderEBook, .detailHeaderMusic, .detailHeaderVideo, .detailHeaderGini, .detailHeaderOther {
    width: 29px;
    height: 29px;
    background: url(../images/typeLarge.png) no-repeat 0px 0px;
    float: left;
}

.detailHeaderEBook {
    background: url(../images/typeLarge.png) no-repeat 0px -30px;
}

.detailHeaderMusic {
    background: url(../images/typeLarge.png) no-repeat -29px 0px;
}

.detailHeaderVideo {
    background: url(../images/typeLarge.png) no-repeat -29px -30px;
}

.detailHeaderOther {
    background: url(../images/typeLarge.png) no-repeat -57px 0px;
}

.detailHeaderGini {
    background: url(../images/typeLarge.png) no-repeat -86px 0px;
}

.detailHeader .nameInfo {
    float: left;
    margin-left: 7px;
}

.detailHeader .itemName {
    font-size: 14px;
    font-weight: bold;
    width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #1395e1;
}

.detailHeader .bc {
    font-weight: bolder;
    font-size: 10px;
    width: 150px;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.detailHeader .cartBtn {
    width: 80px;
    height: 25px;
    background: url(../images/miscBtns.png) -189px -6px no-repeat;
    float: right;
    margin-top: 2px;
}

    .detailHeader .cartBtn:hover {
        background-position-y: -31px;
    }

.detailHeader .slPrice, .detailHeader .mkPrice {
    float: right;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 10px;
    color: #1395e1;
}

.detailHeader .mkPrice {
    margin-right: 8px;
    text-decoration: line-through;
}

.detailHeader .detailTag {
    float: right;
    width: 42px;
    height: 22px;
    margin: 3px 30px;
    margin-top: 8px;
}

.priceInfo .detailTag {
    float: left;
    /*width: 42px;*/
    height: 22px;
    margin: 3px 0;
    margin-top: 8px;
    width: 47px;
}

#detailPageNormal .divider {
    height: 9px;
    width: 100%;
    color: #0f729c;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #BCBCBC 20%, #E1E1E1 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #BCBCBC 20%, #E1E1E1 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #BCBCBC 20%, #E1E1E1 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #BCBCBC), color-stop(1, #E1E1E1));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #BCBCBC 20%, #E1E1E1 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #BCBCBC 20%, #E1E1E1 100%);
}

#detailPageNormal .detailContBG {
    background: #E1E1E1;
    padding: 0px 10px 5px 10px;
    height: auto;
}

#detailPageNormal .detailCont {
    background: #FFF;
    border: 1px solid #d8d8d8;
    padding: 10px;
    width: 755px;
    height: 98%;
}

#detailPageNormal .leftCol {
    float: left;
}

#detailPageNormal .detailImg {
    width: 240px;
    height: 240px;
    /*background:#E1E1E1;*/
}

.detailinfo1, .detailinfo2, .detailinfo3 {
    /*background-color: #044f6f;*/
    background-color: #0f729c;
    font-size: 14px;
    /* font-weight: bold; */
    color: white;
    padding: 8px;
    margin-bottom: 8px;
    line-height: 20px;
}

#detailPageNormal .ageInfo {
    width: 220px;
    height: 26px;
    margin-top: 5px;
    background: #fe9901;
    border-radius: 10px;
    padding: 10px;
    padding-bottom: 15px;
}

#bigImgHolder {
    margin: 0px auto;
    width: 480px;
    height: 272px;
}

    #bigImgHolder img {
        max-width: 480px;
        max-height: 272px;
        /*width: 100%;*/
        height: 100%;
    }

.ageInfo .ageIcon {
    width: 24px;
    height: 28px;
    background: url(../images/typeLarge.png) -60px -30px no-repeat;
    margin-right: 15px;
    float: left;
}

.ageInfo .ageLabel {
    font-size: 12px;
    color: #AA5900;
    font-weight: bold;
    margin-top: -3px;
    padding-left: 40px;
}

.ageInfo .ageRange {
    font-weight: bold;
    color: #FFF;
}

.priceInfo {
    padding-top: 5px;
    width: 240px;
}

    .priceInfo .tag {
        width: 43px;
        height: 22px;
        float: left;
        margin-top: 7px;
    }

    .priceInfo .slPrice, .priceInfo .mkPrice {
        font-weight: bold;
        margin-left: 6px;
        line-height: 28px;
        vertical-align: bottom;
        font-size: 14px;
        float: left;
        color: #1395e1;
    }

    .priceInfo .mkPrice {
        text-decoration: line-through;
    }

    .priceInfo .cartBtn {
        margin-top: 2px;
    }

#detailPageNormal .rightCol {
    width: 500px;
    float: left;
    margin-left: 13px;
}

.ssDisplay {
    width: 480px;
    padding: 10px;
    background: #0f729c;
    position: relative;
    overflow: hidden;
}

    .ssDisplay #fullSize {
        width: 480px;
        height: 272px;
        /*background: #737373;*/
        background-image: url(../images/bg.jpg);
        text-align: center;
        overflow: hidden;
    }


        .ssDisplay #fullSize img {
            max-height: 273px;
        }

    .ssDisplay .thumbnails {
        width: 480px;
        margin-top: 10px;
    }

    .ssDisplay .tnCont {
        float: left;
        width: 395px;
        height: 70px;
        padding-left: 35px;
        overflow: hidden;
    }

    .ssDisplay .tn {
        /*background-color: #737373;*/
        background-image: url("../images/bg.jpg");
        width: 106px;
        min-height: 60px;
        float: left;
        margin: 0px 15px 15px 0px;
        border: 5px solid #FFF hidden;
        text-align: center;
    }

        .ssDisplay .tn img {
            /*width: 100%;*/
            height: 100%;
        }

.rightCol .ginisong {
    height: 35px;
    font-size: 16px;
    font-weight: bold;
    background: #CCCCCC;
    padding: 5px;
    width: 491px;
    text-align: center;
    vertical-align: middle;
    display: none;
    margin-top: 10px;
}

.ginisong .ginisongPrev {
    display: inline-block;
    margin-top: 10px;
}

.giniLeft {
    float: left;
    text-align: right;
    margin-right: 5px;
}

.giniRight {
    float: right;
}

.productInfo {
    margin-top: 0;
}

    .productInfo .header {
        font-size: 12px;
        font-weight: bold;
        color: #FFF;
        background: #0f729c;
        padding: 5px;
        width: 491px;
    }

    .productInfo .label {
        font-size: 12px;
        font-weight: bold;
    }

    .productInfo .value {
        font-size: 12px;
        padding-left: 10px;
        color: #0f729c;
    }

    .productInfo .content {
        font-size: 12px;
    }

#detailDesc .content ul li {
    margin: 0 0 0 8px;
    padding: 0 !important;
    list-style: initial !important;
}

#shoppingCart {
    z-index: 10001;
    width: 355px;
    height: 380px;
    border-radius: 5px;
    position: fixed;
    top: 27px;
    left: 562px;
    display: none;
    background: url(../images/shoppingCart_bottom.png) no-repeat;
}

    #shoppingCart .cover {
        width: 150px;
        height: 20px;
        background: url(../images/shoppingCart_top.png) no-repeat;
        position: relative;
        top: -20px;
        left: 137px;
    }

        #shoppingCart .cover #header_txt {
            font-size: 12px;
            font-weight: bold;
            color: #FFFFFF;
            position: relative;
            height: 20px;
            line-height: 20px;
            padding-left: 0px;
            text-align: center;
            padding-right: 13px;
        }

            #shoppingCart .cover #header_txt b {
                border-color: #FFF transparent transparent transparent;
                border-style: solid;
                border-width: 4px;
                position: absolute;
                top: 8px;
                margin-left: 5px;
            }

    #shoppingCart #cart_itemTray {
        position: absolute;
        border-radius: 5px;
        min-height: 0px;
        overflow-y: auto;
        width: 340px;
        height: 300px;
        margin-left: 5px;
        top: 5px;
    }

        #shoppingCart #cart_itemTray .item {
            margin-right: 10px;
            margin-bottom: 0px;
        }

#cart_itemTray li {
    list-style: none;
}

#cart_itemTray .itemCont {
    width: 153px;
    height: 94px;
    float: left;
    margin-right: 2px;
    margin-left: 5px;
    margin-top: 5px;
    overflow: hidden;
    background: #FFF;
    border-radius: 5px;
}

#cart_itemTray .tnCont {
    width: 67px;
    height: 88px;
    background: #FFF;
    float: left;
}

    #cart_itemTray .tnCont .tn {
        width: 57px;
        height: 57px;
        margin: 4px 5px 0px 5px;
    }

    #cart_itemTray .tnCont .type {
        height: 23px;
        margin: 0px 5px 4px 5px;
        color: #FFF;
        font-weight: bold;
        font-size: 8px;
        overflow: hidden;
        background: #900;
        padding: 0px 0px 0px 2px;
    }

#cart_itemTray .detCont {
    width: 80px;
    height: 80px;
    float: left;
    margin-left: 0px;
    padding-top: 2px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}



#shoppingCart #priceTotal {
    position: absolute;
    width: 224px;
    height: 22px;
    border-radius: 5px;
    top: 330px;
    left: 10px;
    padding: 5px;
}

#shoppingCart .priceTxt {
    line-height: 22px;
    font-weight: bold;
    float: left;
}

#shoppingCart #price {
    float: left;
    line-height: 22px;
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
}

#shoppingCart #checkOut_store {
    position: absolute;
    top: 332px;
    left: 225px;
    width: 99px;
    height: 29px;
    background: url(../images/popup_btn_idle.png) no-repeat;
    cursor: pointer;
}

    #shoppingCart #checkOut_store:hover {
        background: url(../images/popup_btn_over.png) no-repeat;
    }

#shoppingCart .removeBtn {
    width: 84px;
    height: 23px;
    line-height: 20px;
    margin-left: 0px;
    margin-bottom: 3px;
    cursor: pointer;
    background: url(../images/btn_short_free_n_remove_idle.png) no-repeat;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

    #shoppingCart .removeBtn:hover {
        background: url(../images/btn_short_free_n_remove_over.png) no-repeat;
    }


#shoppingCart .conType {
    font-size: 10px;
    padding-left: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666666;
    font-weight: bold;
}


/*****************popup***********************/
.popups {
    width: 527px;
    height: 315px;
    border-radius: 20px;
}


    .popups .popupBG {
        width: 527px;
        height: 315px;
        border: 15px solid #008bd0;
        background: #FFF;
    }

    .popups .btns {
        margin: 20px auto 0px auto;
        width: 446px;
    }

    .popups .oneBtn .btns {
        margin: 20px auto 0px auto;
        width: 220px;
    }

    .popups #btnLeft, .popups #btnRight {
        width: 213px;
        height: 83px;
        margin-right: 10px;
        float: left;
        cursor: pointer;
    }

.oneBtn #content {
    height: 120px;
    text-align: center;
    font-weight: bold;
    font-family: Arial;
    font-size: 18px;
    display: table;
    max-height: 100px;
}

    .oneBtn #content #txt {
        display: table-cell;
        vertical-align: middle;
        width: 520px;
        height: 100px;
        text-align: center;
    }

.popups .okBtn {
    background: url(../images/btn_yellow_idle.png) no-repeat;
}

    .popups .okBtn:hover {
        background: url(../images/btn_yellow_over.png) no-repeat;
    }

/**<!-------------------------------- add 20130521 wang---begin-------------------------->*/
.bundleList {
    background-color: #DCEAF9;
    width: 481px;
    height: 30px; /*display: inline-block;*/
    padding: 5px 10px 6px;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: -5px;
}

    .bundleList .bundleIcon {
        width: 29px;
        height: 29px;
        background: url('../images/typeLarge.png') 0px -29px no-repeat;
        float: left;
    }

.VbundleList {
    background-color: #DCEAF9;
    line-height: 30px;
    /*text-decoration: none;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    /*text-shadow: 0 -1px 1px rgba(0,0,0,0.25);*/
    border-bottom: 1px solid rgba(0,0,0,0.25);
    float: right;
    padding: 10px;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    width: 480px;
    color: #000;
    margin: 0px auto 10px auto;
    overflow: hidden;
    cursor: pointer;
}

    .VbundleList:hover {
        background-color: #0F729C;
        color: #fff;
    }

.VbundleListSpec {
    background-color: #0F729C;
    color: #fff;
}

#Vbundle {
    overflow: hidden;
    width: 498px;
    float: right;
    padding: 1px;
    font-size: 12px;
    font-weight: bold;
}

.Vbdheader {
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    background: #0f729c;
    padding: 5px;
    width: 491px;
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
}

.musicAlbum {
    width: 501px;
    height: 372px;
    background: #FFF;
    background-repeat: no-repeat;
    /*margin-top: -10px;*/
    /*margin-left: -10px;*/
    margin: -10px 0 0 -11px;
}

    .musicAlbum .header {
        font-size: 12px;
        font-weight: bold;
        color: #FFF;
        background: #0f729c;
        padding: 5px;
        width: 491px;
        height: 30px;
        float: right;
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .musicAlbum .header .alTitle {
            height: 30px; /*display: inline-block;*/
            line-height: 30px;
            float: left;
            width: 255px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .musicAlbum .header .alPrice {
            height: 30px; /*display: inline-block;*/
            line-height: 30px;
            float: right;
        }

.alBuyBtn {
    float: right;
    width: 91px;
    height: 23px;
    line-height: 20px;
    background: url(../images/btn_long_idle.png) no-repeat;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
    color: #fff;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 24px;
    cursor: pointer;
}

    /******************** Kenneth ********************/
    .alBuyBtn:hover {
        background: url(../images/btn_long_over.png) no-repeat;
        margin-top: 5px;
        margin-left: 15px;
        margin-right: 24px;
        text-align: center;
    }

.songList .alSong .songBuyBtn, .songList .alSong .songBonusBtn {
    float: right;
    width: 91px;
    height: 23px;
    line-height: 20px;
    background: url(../images/btn_long_idle.png) no-repeat;
    color: #FFF;
    font-size: 11px;
    /*text-shadow: 1px 1px 5px rgba(0,0,0,0.7);*/
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    margin-left: 15px;
    cursor: pointer;
    margin-right: 15px;
}

.songList .alSong .songBonusBtn {
    background: url(../images/btn_long_bouns.png) no-repeat;
}

.songList .alSong .singlemusicdisabled {
    float: right;
    width: 91px;
    height: 23px;
    line-height: 20px;
    background: url(../images/btn_long_gray.png) no-repeat;
    color: #FFF;
    font-size: 11px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    margin-left: 15px;
    cursor: pointer;
    margin-right: 15px;
}

.songList .alSong .songBuyBtn:hover {
    background: url(../images/btn_long_over.png) no-repeat;
}

#Vbundle .videoBuyBtn, #Vbundle .singlevideodisabled {
    float: right;
    width: 91px;
    height: 23px;
    line-height: 20px;
    background: url(../images/btn_long_idle.png) no-repeat;
    color: #FFF;
    font-size: 11px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
}

#Vbundle .videoAllBuyBtn {
    float: right;
    width: 91px;
    height: 23px;
    line-height: 20px;
    background: url(../images/btn_long_idle.png) no-repeat;
    color: #FFF;
    font-size: 11px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
}

    #Vbundle .videoAllBuyBtn:hover {
        background: url(../images/btn_long_over.png) no-repeat;
    }

#Vbundle .videodisabled {
    float: right;
    width: 91px;
    height: 23px;
    line-height: 20px;
    background: url(../images/btn_long_gray.png) no-repeat;
    color: #FFF;
    font-size: 11px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
}

#Vbundle .videoBuyBtn:hover {
    background: url(../images/btn_long_over.png) no-repeat;
}

#Vbundle .singlevideodisabled {
    float: right;
    width: 91px;
    height: 23px;
    line-height: 20px;
    background: url(../images/btn_long_gray.png) no-repeat;
    color: #FFF;
    font-size: 11px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
}

.musicAlbum .musicdisabled {
    float: right;
    width: 91px;
    height: 23px;
    line-height: 20px;
    background: url(../images/btn_long_gray.png) no-repeat;
    color: #FFF;
    font-size: 11px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 24px;
    cursor: pointer;
}

.musicAlbum .songList {
    overflow-y: auto;
    overflow-x: hidden;
    height: 320px;
    width: 510px;
    float: right;
    margin-bottom: 0px;
    background-color: #fff;
}

.alSong .songTile {
    margin-top: 7px;
    margin-bottom: 5px;
    width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.alSong .songNum {
    float: left;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    margin-left: 15px;
}

.songList .alSong .songPrice {
    float: right;
    height: 50px;
    line-height: 50px;
    margin-right: 5px;
}

.vedioPrice {
    float: right;
    height: 30px;
    width: 80px;
    line-height: 30px;
    margin-right: 10px;
    font-weight: bold;
}

.songPrev .songPrevBtn, .giniRight .giniPrevBtn {
    background-image: url('../images/musicPreview.png');
    cursor: pointer;
    float: left;
    width: 17px;
    height: 17px;
    margin-left: 10px;
}

    .songPrev .songPrevBtn:hover, .giniRight .giniPrevBtn:hover {
        background-image: url('../images/musicPreview.png') -18px 0px;
        cursor: pointer;
        float: left;
        width: 17px;
        height: 17px;
        margin-left: 10px;
    }

.musicAlbum .songList .alSong {
    background: #CCCCCC;
    width: 489px;
    height: 50px;
    float: right;
    margin-bottom: 5px;
    margin-right: 5px;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
}

.musicAlbum .albumEnd {
    background: #0f729c;
    padding: 5px;
    width: 491px;
    height: 15px;
    float: right;
    margin-top: 5px;
    margin-bottom: 15px;
}

.bundleDes {
    background-color: #0f729c;
    width: 480px;
    float: right;
    margin: 5px 2px;
}

    .bundleDes div {
        padding: 5px;
        width: 472px;
        line-height: 12px;
        margin-top: 5px;
        background-color: #fff;
        word-wrap: break-word;
        color: #666666;
        font-weight: normal;
    }

.bundleDetail {
    float: right;
    position: relative;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    text-decoration: underline;
    margin-right: 40px;
}


.leftCol .compatibility {
    width: 240px;
    font-size: 10px;
    color: #828282;
    margin-top: 15px;
    cursor: pointer;
}

.compatibility .lable {
    font-size: 14px;
    font-weight: bold;
    color: #AA5900;
}


.teachesBG {
    margin-top: 15px;
    width: 240px;
    background: #0f729c;
    border-radius: 10px;
    padding-bottom: 5px;
    display: none;
}

    .teachesBG .label {
        color: #FFF;
        font-weight: bold;
        padding: 10px 0px 5px 10px;
        font-size: 14px;
    }

    .teachesBG .currCont {
        border-radius: 10px;
        margin: 0px 8px 10px 8px;
        background: #ed1c24;
        color: #FFF;
        padding: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

        .teachesBG .currCont li {
            background: url(../images/chkmk.png) 0 0 no-repeat;
            margin-bottom: 10px;
            padding-left: 20px;
        }


.compatibility .names {
    width: 240px;
    margin-top: 10px;
    font-size: 12px;
}

.purchased, .purchased_dt {
    background-image: url('../images/btn_short_purschased.png');
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
    width: 84px;
    height: 23px;
    /*margin-top: 3px;*/
    line-height: 20px;
    background-repeat: no-repeat;
    text-align: center;
    cursor: pointer;
    float: right;
    margin-top: 2px;
    margin-right: 0px;
}

.purchased_dt {
    float: right;
    background-image: url('../images/btn_long_purschased.png');
    width: 91px;
    cursor: pointer;
}
/**<!-------------------------------- add 20130521 wang---end-------------------------->*/
/************************end popup******************************/

/*************************xuan start 20130622***********************/

.freebtn {
    background: url(../images/btn_free_idle.png) no-repeat;
}

    .freebtn:hover {
        background: url(../images/btn_free_over.png) no-repeat;
    }

.consoles {
    margin-top: 5px;
}

#detailPageNormal .rightCol .header {
    margin: 10px 0;
}
/**********add by  nj  20130627******/
.loadingNJ {
    background: url(../images/loading_small.gif) center center no-repeat #737373;
}

#PopupDuplicatedLogin {
    position: absolute;
    width: 100%;
    height: 100%;
    /*display: block;*/
    padding-top: 200px;
    display: none;
}

#PopupCartLimit {
    top: 200px;
    z-index: 10002;
    position: fixed;
    width: 100%;
    height: auto;
    float: left;
}

    #PopupCartLimit .popup {
        width: 440px;
        height: 241px;
        background: url('../images/popbg1.png') no-repeat;
    }

#PopupDuplicatedLogin .popup {
    width: 440px;
    height: 241px;
    background: url('../images/popbg1.png') no-repeat;
    margin: 0 auto;
}

#PopupDuplicatedLogin .poptxt, #PopupCartLimit .poptxt {
    margin: 0 auto;
    width: 360px;
    height: 120px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 40px;
}

#PopupDuplicatedLogin .popbtn, #PopupCartLimit .popbtn {
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    line-height: 33px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    width: 123px;
    height: 33px;
    background: url('../images/popupOKBtn.png') no-repeat;
}

    #PopupDuplicatedLogin .popbtn:hover, #PopupCartLimit .popbtn:hover {
        background: url('../images/popupOKBtn_o.png') no-repeat;
    }

#duplicateItem {
    display: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    margin: -10px 0px 0px 10px;
    width: 324px;
    height: 290px;
    background-color: #044f6f;
    border-radius: 4px;
    padding: 14px 0 0 11px;
}

#installedBundle {
    width: 680px;
    height: auto;
    display: none;
    background-color: #e1e1e1;
    float: left;
    margin: 0 auto;
}


/*************************xuan end 20130622***********************/
#checkOut_store {
    font-weight: bold;
    font-size: 14px;
    color: #eee;
    text-align: center;
    height: 29px;
    line-height: 25px;
}
/************************popup keith*****************************/
#PopupBoxBG {
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 10002;
    position: fixed;
    width: 100%;
    height: 100%;
    float: left;
    top: 0;
    left: 0;
}

#PopupBox, #PopupBox1 {
    z-index: 10003;
    position: fixed;
    width: 100%;
    height: 100%;
    float: left;
    top: 0;
    left: 0;
}

#loghr {
    color: white;
    width: 100%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 15px;
}

#descri, #PopupBox .fChangeEmailTitle {
    margin-bottom: 4px;
    font-size: 14px;
    text-align: left;
}

#PopupBox .popup {
    width: 427px;
    height: 292px;
    background: url('../images/popup_popupBox.png') no-repeat;
}

#PopupBox .reset_popup {
    width: 460px;
    background-color: #044f6f;
    border: 10px solid #0f729c;
}

#PopupBox input {
    height: 22px;
    width: 180px;
}

#PopupBox #cardCode {
    border: 0;
}

#PopupBox .poptxt {
    margin: 0 31px;
    width: 360px;
    height: 130px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 35px;
    color: #f1f1f1;
}

#PopupBox .reset_poptxt, #PopupBox .femail_poptxt {
    margin: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #f1f1f1;
    word-wrap: break-word;
}

#PopupBox .popbtn, #PopupBox .popbtnL, #PopupBox .popbtnR {
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    line-height: 25px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    width: 99px;
    height: 33px;
    background: url('../images/popup_btn_idle.png') no-repeat;
}

    #PopupBox .popbtn:hover, #PopupBox .popbtnL:hover, #PopupBox .popbtcnL:hover, #PopupBox .popbtnR:hover {
        background: url('../images/popup_btn_over.png') no-repeat;
    }

#PopupBox .popbtnL, #PopupBox .popbtnR {
    float: left;
    margin-top: 0px;
    margin-left: 30px;
}

#PopupBox .loginPopTitle, #PopupBox1 .copper_title {
    text-align: center;
    font-size: 16px;
}

#PopupBox1 .copper_title {
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
}

#PopupBox .name {
    text-align: center;
    padding: 10px 0px 15px 0px;
    height: 5px;
}

#PopupBox .femail_popup {
    width: 427px;
    background-color: #044f6f;
    border: 10px solid #0f729c;
}

#PopupBox .fname, #PopupBox .femail {
    text-align: center;
    padding: 5px 0px 0px 0px;
    height: 35px;
}

.fnameR input, .femailR input {
    margin-top: 5px;
}

#PopupBox .name .nameL {
    width: 41%;
    float: left;
    text-align: left;
    padding: 2px 0px 2px 0px;
    font-size: 14px;
    line-height: 14px;
}

#PopupBox .fname .fnameL, #PopupBox .femail .femailL {
    width: 41%;
    float: left;
    text-align: left;
    padding: 5px 0px 2px 0px;
    font-size: 12px;
    line-height: 12px;
}

#PopupBox .name .nameR {
    float: left;
    margin-left: 5px;
}

#PopupBox .fname .fnameR {
    float: left;
    margin-left: 5px;
}

#PopupBox .btns, #PopupBox .fbtns, #PopupBox .femail_btns {
    width: 100%;
    height: 30px;
}

#PopupBox .btns {
    margin: 0 auto;
}

#PopupBox .fbtns {
    margin: 40px auto;
}

#PopupBox .femail_btns {
    margin-bottom: 10px;
}

#forget {
    color: white;
    margin: 15px auto 2px auto;
    text-align: center;
    font-size: 14px;
}

    #forget a {
        text-decoration: underline;
        color: white;
    }

        #forget a:hover {
            cursor: pointer;
        }

    #forget span {
        color: white;
        font-size: 12px;
    }

#PopupBox1 .copperContainer {
    background: #F0B426;
    width: 600px;
    height: 380px;
    padding-top: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#PopupBox1 .copper_holder {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 93%;
    height: 70%;
    margin: 0 20px;
    background: #fff;
    display: block;
}

#PopupBox1 #copper_html {
    font-weight: normal;
    white-space: -moz-pre-wrap;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 3px;
}

#PopupBox1 .buttons {
    margin-top: 12px;
}

#PopupBox1 .accept, #PopupBox1 .noaccept {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    min-height: 28px;
    /*width: 128px;*/
    line-height: 28px;
    /*background-image: url('../images/btn_idle.png');*/
    background-repeat: no-repeat;
    cursor: pointer;
    text-decoration: none;
    margin: 0 20px 10px 20px;
    background-color: #5C96DA;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/*#PopupBox1 .accept {
    margin-right: 120px;
    float: right;
}*/

#PopupBox1 .noaccept {
    /*margin-left: 120px;*/
}

#PopupBox1 .accept:hover, #PopupBox1 .noaccept {
    /*background: url(../images/btn_over.png) no-repeat;*/
}

#floginFailMsg, #fchangemailFailMsg {
    margin-top: 15px;
}

#loginFailMsg {
    margin-top: 2px;
}

#floginFailMsg, #loginFailMsg, #fchangemailFailMsg {
    color: Red;
    font-size: 10px;
    text-align: center;
}

.screenshotbtnL {
    background: url(../images/arrow-btnL-idle.png) no-repeat center;
    float: left;
    width: 25px;
    height: 60px;
}

    .screenshotbtnL:hover {
        background: url(../images/arrow-btnL-over.png) no-repeat center;
    }

.screenshotbtnR {
    background: url(../images/arrow-btnR-idle.png) no-repeat center;
    float: right;
    width: 25px;
    height: 60px;
}

    .screenshotbtnR:hover {
        background: url(../images/arrow-btnR-over.png) no-repeat center;
    }

/*20140328 zhixuan*/
#PopupBox .popupRedeem {
    width: 427px;
    height: 272px;
    background: url('../images/estore_redeem.png') 0px -210px no-repeat;
}

    #PopupBox .popupRedeem .poptxt {
        margin: 0 auto;
        width: 360px;
        height: 170px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }

    #PopupBox .popupRedeem .title {
        margin: 0 auto 8px;
        font-size: 24px;
        text-align: center;
    }

#PopupBox .roundRedeem {
    width: 323px;
    height: 27px;
    background: url('../images/estore_redeem.png') 0px -180px no-repeat;
    margin: 8px auto 0;
    line-height: 27px;
    vertical-align: middle;
    color: #044f6f;
}

.floatL {
    float: left;
    margin-left: 10px;
}

.floatR {
    float: right;
    margin-right: 10px;
}

.redeemnav {
    margin: 6px 0px 0px 6px;
    width: 164px;
    height: 55px;
    background: url(../images/US_eng/btn_redeem_idle.png) 0px 0px no-repeat;
}

    .redeemnav:hover {
        background: url(../images/US_eng/btn_redeem_over.png) 0px 0px no-repeat;
    }

.triangle {
    border-style: solid;
    border-width: 4px;
    margin-left: 5px;
    margin-top: 6px;
    position: absolute;
    border-color: #1f1f1f transparent transparent transparent;
}

#accountBalanceBtn {
    border-left: 1px solid #1F1F1F;
    float: left;
    margin: 8px 0 0 20px;
    padding-left: 25px;
    width: 110px;
}

#balanceNfreedownload {
    width: 354px;
    height: 121px;
    background: url(../images/estore_redeem.png) 0px -1px no-repeat;
    position: fixed;
    top: 27px;
    left: 935px;
    z-index: 10000;
    margin: 0 auto;
    display: none;
}

    #balanceNfreedownload .cover {
        width: 150px;
        height: 20px;
        background: url(../images/estore_redeem.png) 0px -482px no-repeat;
        position: relative;
        top: -20px;
        left: 37px;
    }

        #balanceNfreedownload .cover #header_txt {
            font-size: 12px;
            font-weight: bold;
            color: #FFFFFF;
            position: relative;
            height: 20px;
            line-height: 20px;
            padding-left: 0px;
            text-align: center;
            padding-right: 13px;
        }

            #balanceNfreedownload .cover #header_txt b {
                border-color: #FFF transparent transparent transparent;
                border-style: solid;
                border-width: 4px;
                position: absolute;
                top: 8px;
                margin-left: 5px;
            }

.whiteBg4Account {
    width: 328px;
    height: 34px;
    color: #044f6f;
    line-height: 34px;
    vertical-align: middle;
    /*margin-top: 2px;*/
    background: url(../images/estore_redeem.png) 0px -125px no-repeat;
    font-weight: bold;
    margin: 0 auto 8px;
    font-size: 14px;
}

#purchasedfrom {
    font-size: 12px;
    padding: 2px;
    border: 0;
}

.roundRedeemBtndisabled {
    background: url("../images/estore_redeem.png") no-repeat -200px -500px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    text-align: center;
    vertical-align: middle;
    width: 99px;
    float: left;
    margin-left: 10px;
    margin-top: -5px;
}

#vtechHeader {
    display: none;
    width: 1016px;
    height: 50px;
    margin: 0 auto;
    background: url('../images/bg_color.jpg') repeat-x;
}

    #vtechHeader img {
        margin: 3px 0px 0px 10px;
        cursor: pointer;
    }

    #vtechHeader a {
        float: right;
        color: white;
        margin-right: 30px;
        cursor: pointer;
        font-weight: bolder;
        line-height: 50px;
        text-decoration: underline;
    }

.bundleitem {
    width: 660px;
    float: left;
    margin: 10px 0 0 12px;
}

#bottomPrivacyPolicy {
    background-color: #0e729c;
    color: white;
    text-align: center;
    padding: 8px 16px;
    display: none;
}
#bottomPrivacyPolicy a{
    color: white;
    text-decoration: underline;
}

@keyframes rotateImage {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#PopupBox #popup_loading {
    position: absolute;
    width: 100%;
    height: 292px;
    opacity: 0.8;
    left: 0;
    top: 200px;
    display: flex;
    align-items: center;
}
    #PopupBox #popup_loading.hide {
        display: none;
    }

    #PopupBox #popup_loading .spinner {
        margin: 0 auto;
        width: 80px;
        height: 80px;
        background: url("../images/loading.png") center center no-repeat;
        /*background-color: red;*/
        transition: transform 2s;
        animation: rotateImage 2s infinite linear;
    }