﻿

/* 中間 Block Mode 區域 width 554 */
.VCSBlockMode {
    /*padding-top: 5px;*/
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: left;
    width: 544px;
    background-color: #2b405b; /* 深藍色 */
    float: left;
}


/* 中間 Block Mode 區域 的 Category 區塊 */
.VCSBlockObj {
    /* border: 5px solid #2b405b;*/
    display: block;
    margin-top: 10px;
    margin-right: 10px;
    background-color: #E7E7FF; /* 淡藍色 */
    float: left;
}

/* 中間 Block Mode 區域 子 的 Group 區塊 */
.VCSBlockContentObj {
    min-height: 185px;
    max-height: 185px;
    width: 171px; /* 178 不錯 */
    text-align: center;
    float: left;
}

/* 右邊 My Playlist Area 區域 的 單一Video區塊 */
.MyPlaylistAreaContentObj {
    background-color: #E7E7FF; /* 淡藍色 */
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 8px;
    margin-right: 8px;
    text-align: center;
    vertical-align: middle;
}

/* 右邊 My Playlist Area 區域 的 呈現區域 */
.MyPlaylistAreaContentShowTd {
    vertical-align: top;
    color: black;
}

    .MyPlaylistAreaContentShowTd:hover {
        color: darkred;
        cursor: pointer;
    }

.MyPlaylistAreaContentDescription {
    text-align: left;
}

/* 滑鼠游標 */
.VCSCursor {
    cursor: pointer;
}

    .VCSCursor:hover {
        TEXT-DECORATION: underline;
    }

/* Saved Playlist 清單滑鼠游標 */
.PlaylistItem {
    cursor: pointer;
}

    .PlaylistItem:hover {
        TEXT-DECORATION: underline;
    }

/* 右間 My Playlist Area 區塊 */
.VCSDivMyPlaylistArea {
    FONT-FAMILY: Open sans;
    text-align: left;
    background: #fff;
    padding: 0;
    min-height: 300px;
}

    .VCSDivMyPlaylistArea ul {
        list-style-type: disc;
        list-style-position: outside;
    }

        .VCSDivMyPlaylistArea ul li {
            padding: 3px 0 3px 0px;
            margin-left: 21px;
            list-style: circle outside; /* circle (空心圓圈)  */
        }

    /*共用 Start  from   common_new.css */
    .VCSDivMyPlaylistArea .ButtonLayout {
        background-color: #4CAF50;
        border: none;
        color: #FFFFFF;
        text-align: center;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        text-decoration: none;
        height: 30px;
    }

        .VCSDivMyPlaylistArea .ButtonLayout:hover {
            background-color: #4CAF50;
            border: none;
            color: #FFFFFF;
            text-align: center;
            -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
            text-decoration: none;
            box-shadow: 0 5px 9px 0 rgba(0,0,0,0.24), 0 5px 20px 0 rgba(0,0,0,0.19);
        }

    .VCSDivMyPlaylistArea .label_PlaylistName
    /* VCS Single 單獨影音 的內掛 CSS Video Dialog Div */
    .VCSSingleVideoDialogDiv {
        FONT-FAMILY: Open sans;
    }

/* VCS ListMode 清單 的內掛 CSS ListMode Dialog Div */
.VCSListModeDialogDiv {
    FONT-FAMILY: Open sans;
}

/* VCS 播放清單 單獨影音 的內掛 CSS PlayList Dialog Div */
.VCSPlayListDialogDiv {
    FONT-FAMILY: Open sans;
}

/* VCS 播放清單 每個區塊 td  */
.VCSPlayListDialogContentTd {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    width: 160px;
}



/* Dialog 是產品時 點擊可以 打開Pop-Up 的CSS 部份 */
.ModelDetailClass {
    /*FONT-SIZE: 11px;*/
    COLOR:#008cba;
    LINE-HEIGHT: 20px;
    FONT-FAMILY: Open sans;
    TEXT-DECORATION: none;
    LETTER-SPACING: 0px;
}

    .ModelDetailClass:hover {
        cursor: pointer;
    }


/* ListMode 上面清單的CSS */
.VCSListModeTitle {
    color: #DC6403;
    FONT-FAMILY: Open sans;
    font-size: 12px;
    line-height: 20px;
}


.ButtonLayout:hover {
    background-color: lightgoldenrodyellow;
}
