.BigContentBox {
    width: 949px;
    text-align: center;
    vertical-align: top;
    background-image: url("/images/main_r2_c11.gif");
    margin: auto;
}

/*.ContentBox{
    padding-left: 5px;
    padding-right: 5px;
}*/

.SearchRank {
    text-align: center;
    margin-top: 6px;
    margin-bottom: 5px;
}

.TodayNewVideo {
    margin-top: 10px;
}

.HotNewVideo {
    margin-top: 10px;
}

.CartoonNewVideo {
    margin-top: 10px;
}

.SpecialEvents {
    margin: 10px 0 0 11px;
}

.VideoBorder {
    border: 1px solid #6B6B6B;
}

.VideoBox-out-bw {
    background: rgb(252,234,187); /* Old browsers */
    background: -moz-linear-gradient(top, #cdcece 0%, #585f61 50%, #525a5e 51%, #c6c8c8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #cdcece 0%, #585f61 50%, #525a5e 51%, #c6c8c8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cdcece 0%, #585f61 50%, #525a5e 51%, #c6c8c8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
    padding: 5px !important;
}

.VideoBox-out-yellow {
    background: rgb(252,234,187); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(252,234,187) 0%, rgb(252,205,77) 50%, rgb(248,181,0) 51%, rgb(251,223,147) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(252,234,187) 0%,rgb(252,205,77) 50%,rgb(248,181,0) 51%,rgb(251,223,147) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(252,234,187) 0%,rgb(252,205,77) 50%,rgb(248,181,0) 51%,rgb(251,223,147) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
    padding: 5px !important;
}

.VideoBox-out-green {
    background: rgb(234,255,191); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(234,255,191) 0%, rgb(109,138,74) 50%, rgb(109,138,74) 51%, rgb(234,255,191) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(234,255,191) 0%,rgb(109,138,74) 50%,rgb(109,138,74) 51%,rgb(234,255,191) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(234,255,191) 0%,rgb(109,138,74) 50%,rgb(109,138,74) 51%,rgb(234,255,191) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaffbf', endColorstr='#eaffbf',GradientType=0 ); /* IE6-9 */
    padding: 5px !important;
}

.VideoBox-Text-Yellow {
    text-align: center;
    font-size: 15px;
    /*font-weight: bold;*/
    margin: 0 0 10px 0;
    padding: 4px;
    background: #ffd200;
    background: -moz-linear-gradient(90deg, #ffd200 30%, #ffe673 59%);
    background: -webkit-linear-gradient(90deg, #ffd200 30%, #ffe673 59%);
    background: -o-linear-gradient(90deg, #ffd200 30%, #ffe673 59%);
    background: -ms-linear-gradient(90deg, #ffd200 30%, #ffe673 59%);
    background: linear-gradient(180deg, #ffd200 30%, #ffe673 59%);
}

.VideoBox-Text-Green {
    text-align: center;
    font-size: 15px;
    /*font-weight: bold;*/
    margin: 0 0 10px 0;
    padding: 4px;
    background: #b4cd8d;
    background: -moz-linear-gradient(90deg, #b4cd8d 30%, #e3f8b8 59%);
    background: -webkit-linear-gradient(90deg, #b4cd8d 30%, #e3f8b8 59%);
    background: -o-linear-gradient(90deg, #b4cd8d 30%, #e3f8b8 59%);
    background: -ms-linear-gradient(90deg, #b4cd8d 30%, #e3f8b8 59%);
    background: linear-gradient(180deg, #b4cd8d 30%, #e3f8b8 59%);
}

.VideoBox-Text-Gray {
    text-align: center;
    font-size: 15px;
    /*font-weight: bold;*/
    margin: 0;
    padding: 4px;
    background: #b4cd8d;
    background: -moz-linear-gradient(90deg, #8e9394 30%, #687072 59%);
    background: -webkit-linear-gradient(90deg, #8e9394 30%, #687072 59%);
    background: -o-linear-gradient(90deg, #8e9394 30%, #687072 59%);
    background: -ms-linear-gradient(90deg, #8e9394 30%, #687072 59%);
    background: linear-gradient(180deg, #8e9394 30%, #687072 59%);
}

.VideoBox-In {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(243,243,243) 50%, rgb(237,237,237) 51%, rgb(255,255,255) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(243,243,243) 50%,rgb(237,237,237) 51%,rgb(255,255,255) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(255,255,255) 0%,rgb(243,243,243) 50%,rgb(237,237,237) 51%,rgb(255,255,255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    /*padding: 5px !important;*/
}

.VideoBox-In img {
    border: 1px solid #6B6B6B;
}



.RowBox {
    margin-right: -5px;
    margin-left: -5px;
    margin-top: 10px;
}

.fix-Row {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.text-w {
    color: #f9f9f9;
}



.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 0px;
}

.box.box-solid.box-moviesintro_fp > .box-header {
    color: #fff;
    background: #6e6e6e;
    background-color: #6e6e6e;
}


.box-text td {
    font-size: 16px;
}

.box-text div {
    font-size: 16px;
    line-height: 20px;
}


/*onmouseover="this.style.background='#FFFFCC'" onmouseout="this.style.background='#afafaf'" bgcolor="#afafaf"*/
.R-menu-1 {
    background-color: #afafaf;
}

    .R-menu-1:hover {
        background-color: #FFFFCC;
    }

/*onmouseover="this.style.background='#FFFFCC'" onmouseout="this.style.background='#e7e7e7'" bgcolor="#e7e7e7"*/
.R-menu-2 {
    background-color: #e7e7e7;
}

    .R-menu-2:hover {
        background-color: #FFFFCC;
    }


.table-bordered-line {
    /*border: 1px solid #525a5e;*/
}

    .table-bordered-line > tbody > tr > td {
        border: 1px solid #525a5e;
    }

.table-bordered-whiteline > tbody > tr > td {
    border: 1px solid #ffffff;
}

.table-bordered-blue {
    background-color: #afd7ff;
    border: 1px solid #ffffff;
}

    .table-bordered-blue > tbody > tr > td {
        border: 1px solid #ffffff;
    }

    .table-bordered-blue .txt {
        margin: 10px 0 0 0;
        text-align: center;
    }

.doc {
    text-align: left;
}

    .doc > img {
        margin: 5px 0 5px 0;
    }




.txt299 td {
    font-size: 11px !important;
}
.txt299 td a u {
    font-size: 11px !important;
}
.txt299 td font {
    font-size: 11px !important;
}