@import 'hdt.css';
*
{
    margin: 0;
    padding: 0;
}
a
{
    text-decoration: none;
    color: #0c4da2;
}
.color-1
{
    color: #5d9fe2;
}
.color-2
{
    color: #f37021;
}
.color_blue
{
    color: #0C4DA2;
}
.color_org
{
    color: Orange;
}
.float_r{float:right;}
.float_l{float:left;}
.L{text-align:left;}
.R{text-align:right;}
.pdT10{padding-top:10px;}
.space
{
    clear: both;
    height: 10px;
}
.space-0
{
    clear: both;
    height: 5px;
}
.space-1
{
    clear: both;
    height: 15px;
}
.space-2
{
    clear: both;
    height: 20px;
}

img
{
    border: none;
}
body
{
    position: relative;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    color: #000;
    background:#eee;
}
#outer
{
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
}
#headerTopOuter
{
    position: fixed;
    background: url(../images/bg_header.jpg) repeat-x 0px 0px;
    height: 78px;
    width: 100%;
    z-index: 1000;
    top:0;
    left:0;
}
.header_bg
{
    position: absolute;
    background: url(../images/bg_logo.png) no-repeat 0px 0px;
    height: 78px;
    width: 476px;
    left: -100px;
    /*margin-left: -600px;*/
}
.header
{
    position: relative;
    margin: 0 auto;
    width: 98%;
    height: 78px;
    padding:0 1%;
    min-width:990px;
}

.logo {
    float: left;
    margin-top: 12px;
    padding-right: 15px;
}

.loginHeader
{
    float: right;
    margin-top: 0px;
    color:#fff;
    line-height:20pt;
    position:absolute;
    right:15px;
    padding-top:10px;
}
.loginHeader a
{
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    font-weight:bold;
}
.loginHeader a:hover
{
    text-decoration: underline;
    color: #FFFF00;
}
.search{width:208px; height:22px; background:url(../images/bg_search.jpg); overflow:hidden;border-radius:3px;}
.search input[type=text]{float:left; border:none; background:none; margin:3px 3px 0px 3px;width:190px;padding:1px 5px; color:#c7c7c7;}
.search input[type=image]{float:left;padding:5px 3px 0px 3px;}

.content_outer
{
    position: relative;
    overflow: hidden;
    min-height: 178px;
    padding-top:78px
}

/* Main Content */

.main_content
{
    position: relative;
    margin: 0 auto;
    width: 989px;
    padding:10px 5px;
    z-index:1;
}

.main_content h1 {clear:both;border-bottom:1px solid #bbb;margin-bottom:17px;padding:25px 15px 3px;font-size:24px;font-weight:normal; color:#ffa200;}
.main_content h1 span{font-weight:bold;font-style:italic;}
#searchResultsPrimary {border-top:1px solid #fff;margin:0;padding:12px 15px 0;}

.main_content .thumb {
    float: left;
    margin: 20px 0 0 50px;
    position: relative;
    z-index: 1;
}

.main_content .find img{border:1px solid #e5e5e5;padding:4px;margin:0 20px 20px 0;}
.main_content .find a img{border:1px solid #e5e5e5;padding:4px;margin:0 20px 20px 0}

.main_content .find h3 {
    float: left;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 0;
    margin: 10px 0 0;
    width: 79%;
}
.main_content .info {
    border-bottom: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    color: #444444;
    float: left;
    font-family: ProximaNovaRgRegular,"Helvetica Neue",Arial,sans-serif;
    font-size: 12px;
    margin: 0px 0 0;
    padding: 0px 0;
    width: 75%;
    line-height: 20px;
}

.main_content .find table {
    color: #444444;
    float: left;
    font-family: ProximaNovaRgRegular,"Helvetica Neue",Arial,sans-serif;
    font-size: 12px;
    margin: 5px 0 0;
    padding: 5px 0;
    width:75%;
    line-height: 25px;
}

.main_content .find table td {
    float: left;
}

/* Login */

.main_content #login {
    width: 31em;
}
.main_content .login_form {
    margin: 2em auto;
}
.main_content .login_form h1 {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FF8400;
    border-color: #ff7e00 #ff7e00 #ff7e00;
    border-radius: 3px 3px 0 0;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 8px 18px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    font-family: Arial,sans-serif,tahoma;
}
.main_content .login_form .formbody {
    background-color: #E9F1F4;
    border-color: #E9F1F4 #D8DEE2 #D8DEE2;
    border-radius: 0 0 3px 3px;
    border-style: solid;
    border-width: 1px 1px 2px;
    overflow: hidden;
    padding: 2em;
}

.main_content .login_form .formbody span{
    color: #ff0000;
    font-family: Arial,sans-serif,tahoma;
    font-size: 12px;
    padding-top:10px;
}
.main_content .login_form .formbody img{
    margin: 1px 8px 0 0;
    padding: 5px 0 0 1px;
}

.main_content .login_form form label, .login_form form .label, label.standard {
    color: #2F424E;
    cursor: text;
    display: inline-block;
    font-size: 110%;
    text-shadow: 0 -1px 0 rgba(100, 100, 100, 0.1);
    margin: 0 0 10px;
}

.main_content .login_form form input.text {
    font-size: 110%;
}

.main_content .login_form form input.text, .login_form form textarea {
    border: 1px solid #D8DEE2;
    margin: 0.2em 0 0;
    padding: 5px;
}
.main_content .login_form form input[type="submit"] {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(white, #E1E1E1) repeat scroll 0 0 transparent;
    border-color: -moz-use-text-color -moz-use-text-color #EBEBEB;
    border-radius: 4px 4px 4px 4px;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: Helvetica,arial,freesans,clean,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 34px;
    margin-left: 1px;
    overflow: visible;
    padding: 0 13px;
    position: relative;
    text-shadow: 1px 1px 0 #FFFFFF;
    top: 1px;
    white-space: nowrap;
}


.main_content .find-clear {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #DFDFDF;
    clear: both;
    margin: 0 0 10px;
    padding: 0;
    width:100%;
}
.main_content .pagenavi {
    clear: both;
    font-size: 12px;
    text-align: center;
    padding-bottom: 10px;
}
.main_content .pagenavi a, .pagenavi span {
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    margin: 0 5px;
    padding: 3px 7px;
    text-decoration: none;
}
.main_content .pagenavi a:hover, .pagenavi span.current {
    border-color: #999999;
}
#main-play {
    height: 1%;
    margin: 0 auto;
    width: 100%;
}
/*
#main-play  #mediaplayer_wrapper {
        margin:0 auto;
        border:#DFDFDF solid 1px;
        box-shadow:0 0 3px rgba(0,0,0,0.2);	
}*/
#main-play #player {
    padding: 10px;
    text-align: center;
} 

#main-play #player .box {
    margin:0 auto;
} 
.title-player {
    color: #FF7E00;
    font-family: Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
    text-transform: uppercase;
    text-align:center;
}
/* Infomations user */

#main-info {
    border: 1px solid #DFDFDF;
    box-shadow: 0 0 5px #DFDFDF;
    height: 1%;
    margin: 0 auto;
    width: 900px;
}
#main-info .left {
    color: #686868;
    float: left;
    margin-right: 10px;
    min-height: 300px;
    width: 236px;
}

#main-info .left .box {  
    border-radius: 2px 2px 2px 2px;
    border-style: none none solid;
    border-width: medium medium 0px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    margin: 10px 0 10px 10px;
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;

}

#main-info .left .box .box-ct {
    font-family: Tahoma;
    margin-top: 1px;
    min-height: 100px;
}

#main-info .left .box h2 {
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 11pt;
    font-weight: normal;
    height: 24px;
    padding: 8px 10px 3px 12px;
    background-color: #FF8400;
    border-color: #ff7e00 #ff7e00 #ff7e00;
}

/* End Informations */


.box1{}
.box1_left{ width:293px;float:left;}
.box1_left h2{color:#fd951c; text-transform:uppercase; font-size:11pt; padding:3px 0px 5px 5px;}
.box1_left h2 .line{background:url(../images/line_h2.gif) repeat-x; margin:8px 0px 5px 5px; position:absolute;width:270px; height:2px;}
.box1_left h2 span{background:#ffffff; margin:3px 3px 3px 20px;padding:3px; z-index:4; position:relative;}
.bg_sp{background:url(../images/bg_sp.jpg); min-height:80px; min-width:80px; padding:10px; border:1px solid #c0c0c0; height:317px; width:213px; position:relative;}
.bg_sp img { max-width:213px; max-height:317px;}
.video_process{background:url(../images/bg_process.png) repeat-x 0px 2px;width:283px; margin-top:5px; border-radius:125px; height:10px; margin-left:5px;}
.video_process img{position:relative; left:10px;}
.box1_sepa{padding:45px 10px 0px 20px;float:left;}
.box1_sepa .line_sepa{background:#c0c0c0; width:1px; height:150px;}

.box1_right{ width:665px;float:left;}
.box1_right h2{color:#fd951c; text-transform:uppercase; font-size:11pt; padding:3px 20px 5px 20px;}
.box1_right h2 .line{background:url(../images/line_h2.gif) repeat-x; margin:8px 0px 5px 5px; position:absolute;width:270px; height:2px; z-index:0;}
.box1_right h2 span{background:#ffffff; margin:3px 3px 3px 20px; padding:3px; z-index:4; position:relative;}
.box1_right h2 a{float:right; padding-left:10px;}

.box1_right .item-list ul{list-style:none;height:220px;}
.box1_right .item-list ul li{float:left;  height:220px; text-align:center;max-width:145px; }
.box1_right .item-list ul li.sepa{width:17px;}
.box1_right .item-list ul li .pre{float:left; padding: 20px 3px 30px 5px; margin-top:70px;}
.box1_right .item-list ul li .next{float:left;padding: 20px 0px 30px 2px;margin-top:70px;}
.box1_right .item-list ul li a{height:220px;color:#9e5226; padding:0px 0px 0xp 7px; }
.box1_right .item-list ul li a img{padding:2px; border:1px solid #bababa;background:url(../images/bg_sp.jpg);padding:10px; border:1px solid #efeeee;}
.box1_right .item-list ul li a span img {border:none; padding:0px;}

.box2{ width:990px;float:left;}
.box2 h2{color:#fd951c; text-transform:uppercase; font-size:11pt; padding:3px 0px 10px 8px;}
/*.box2 h2 .line{background:url(../images/line_h2.gif) repeat-x; margin:8px 0px 5px 5px; position:absolute;width:320px; height:2px; z-index:0;}*/
.box2 h2 .line{background:/*url(../images/line_h2.gif) repeat-x*/ #C0C0C0; margin:8px 0px 5px 5px; position:absolute;width:320px; height:1px; z-index:0;}
.box2 h1 .line{background:/*url(../images/line_h2.gif) repeat-x*/ #C0C0C0; margin:8px 0px 5px 5px; position:absolute;width:320px; height:1px; z-index:0;}
.box2 h2 span, .box2 h2 a {color:#FD951C; background:#eee; margin:3px 3px 3px 20px; padding:3px; z-index:4; position:relative;}
.box2 h2 a:hover { color:#0C4DA2;}
.box2 h3 {color:#fd951c; text-transform:uppercase; font-size:9pt; padding:3px 0px 5px 8px;}
.box2 h3 span{background:#ffffff; z-index:4; position:relative;}

.box2 .recently-viewed {
    clear: both;
    min-height: 133px;
    padding: 0;
}
.box2 .recently-viewed .header {
    font-family: Helvetica,arial,freesans,clean,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 26px;
    color:#fd951c;
    padding:0px;
    margin:0px;
}
.box2 .recently-viewed .items {
    display: inline-block;
    margin: 0 -4px 0 0;
}
.box2 .recently-viewed .header h3 {
    color: #FD951C;
    font-size: 14px;
    margin: 0;
    padding-left: 10px;
}
.box2 .recently-viewed .rhs {
    float: right;
    text-align: right;
    width: 150px;
}
.box2 .recently-viewed .item {
    display: inline-block;
    padding-left: 15px;
    padding-top: 5px;
    position: relative;
    padding-bottom:15px;
    white-space:nowrap;
}
.box2 .recently-viewed .item img{
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    margin-right: 18px;
    padding: 8px;
}
.box2 .recently-viewed .item .name {
    background-color: transparent;
    bottom: 0;
    color: #999999;
    display: block;
    font: 10.5px Arial,Helvetica,sans-serif;
    margin: 0 0 5px 7px;
    position: absolute;
}
.box2 .info1{ padding:0px 30px 10px 30px; line-height:18pt;}
.box2 .info1 label{ font-weight:bold; margin-right:15px;}
.box2 .item-list {
    margin:0px;
    padding:0px;
}
.box2 .item-list  thumbnail{
    margin:0px auto;
}
/*.box2 .item-list ul{list-style:none;height:220px; display:inline}*/
.item-list .mov-item,
.box2 .item-list ul li {
    height: 220px;
    width: 124px;
    text-align: center;
    float: left;
    position:relative;
    /*background: url(../images/bg_sp.jpg) repeat; */
    padding:2px;
    margin:5px 15px 20px;
    border:1px solid #bcbcbc; 
    list-style:none;
    background: #fff;
}
.item-list .mov-item .mov-mask {
    background:url(../images/mov-mask.png) repeat;
    position:absolute;
    left:2px;
    top:2px;
    height:185px;
    width:124px;
    display:none;	
}
.item-list .mov-mask .mov-play {
    position:absolute;
    top:56px;
    left:22px;
    height:84px;
    width:84px;	
    background:url(../images/player-add2.png) no-repeat;
}
.item-list .mov-item .tip-content {
    display:none;	
}
.item-list .box-divider {
    height:83%;
    background:url(../images/box-divider2.png) no-repeat center center;
    width:20px;
    float:left;
}
.item-list .mov-item .mov-tit {
    margin:20px 0 0;
    color:#999;
    padding:0;	
}
.item-list .mov-item .pre{float:left; padding: 20px 3px 30px 5px; margin-top:70px;}
.item-list .mov-item .next{float:left;padding: 20px 0px 30px 2px;margin-top:70px;}
/*
.item-list .mov-item .mov-poster{width:133px; height:184px; overflow:hidden; color:#9e5226; padding:0px 0px 0xp 7px; }
.item-list .mov-item .mov-poster img{width:100%; min-height:184px; padding:0}
*/
.item-list .mov-item .mov-poster{width:124px; height:184px; overflow:hidden; color:#9e5226; padding:0px 0px 0xp 7px; border:none; }
.item-list .mov-item .mov-poster img{width:auto; height:184px; padding:0}
.item-list .mov-item a span img {border:none; padding:0px;}

.box4{}
.box4 h2{color:#fd951c; text-transform:uppercase; font-size:11pt; padding:3px 0px 5px 5px;}
.box4 h2 .line{background:url(../images/line_h2.gif) repeat-x; margin:8px 0px 5px 5px; position:absolute;width:320px; height:2px;}
.box4 h2 span{background:#ffffff; margin:3px 3px 3px 20px;padding:3px; z-index:4; position:relative;}
.box4_left{ width:293px;float:left;}

.box4_right{ width:665px;float:left; margin-left:12px;}
.box4_right h2{color:#fd951c; text-transform:uppercase; font-size:11pt; padding:3px 20px 5px 20px;}
.box4_right h2 .line{background:url(../images/line_h2.gif) repeat-x; margin:8px 0px 5px 5px; position:absolute;width:270px; height:2px; z-index:0;}
.box4_right h2 span{background:#ffffff; margin:3px 3px 3px 20px; padding:3px; z-index:4; position:relative;}
.box4_right h2 a{float:right; padding-left:10px;}
.box4_right td{padding:5px 0px 5px 27px; font-size:7.5pt;}
.box4_right td a{color:#485d7b;}
.footer_line{height:5px; background:#fe8d18;}
.footer_outer
{
    position: relative;
    overflow: hidden;
    background:#ffffff url(../images/bg_body.jpg) repeat-x 0px 0px;
    min-height: 50px;
}
.footer_content
{
    position: relative;
    margin: 0 auto;
    width: 959px;
    min-height: 50px;
    padding:5px 25px;
}
.footer_content_left{ float:left;font-size:8.5pt; line-height:18pt;color:#525252; width:100%;}
.footer_content_left strong{width:100px; float:left;}
.footer_content_left a{color:#525252;}
.footer_content_sepa{float:left; border-left:1px solid #c0c0c0; height:70px; width:1px; margin:30px 60px 20px 50px;}
.footer_content_right{ float:left;font-size:8.5pt; line-height:14pt;color:#525252; width:290px; padding-top:20px;}
.footer_content_right a{color:#0030fe;}

.box5{ width:800px; margin:0 auto; position:relative; min-width:800px;}
.box5_left{ width:240px;float:left;}
.box5_left h2{color:#fd951c; text-transform:uppercase; font-size:11pt; padding:3px 0px 5px 5px;}
.box5_left h2 .line{background:url(../images/line_h2.gif) repeat-x; margin:8px 0px 5px 5px; position:absolute;width:220px; height:2px;}
.box5_left h2 span{background:#EEEEEE; margin:3px 3px 3px 20px;padding:3px; z-index:4; position:relative;}
.box5_left ul {list-style:none;float: left;}
.box5_left ul li{float:left;max-width:145px; padding-right:15px; padding-top:15px; }
.box5_sepa{padding:100px 15px 0px 15px;float:left; height:200px; background:url(../images/detail-divider.png) no-repeat center 50px;}
.box5_sepa .line_sepa{ display:none; }
.box5_right{ width:530px; float:left; padding-top:18px;font-size:1em;}
.box5_right h2{color:#fd951c; text-transform:uppercase; font-size:11pt; padding:3px 20px 5px 0px;}
.box5_right h2 span{background:#EEEEEE; margin:3px 3px 3px 0px; padding:3px 0px;}
.box5_right p{line-height:15pt; text-align:justify;}
.box5_right table{margin-top:15px;width:100%;}
.box5_right table td{padding:4px 30px 2px 0px;}
.box5_right .btn{margin-top:10px;}
.box5_right .btn input{margin-right:15px;}.box5_left h2 span
.box5_right a:hover { text-decoration:underline;}

.box6{ min-width:1000px;}
.box6_left{ float: left;
            font-size: 8.5pt;
            /*height: 130px;*/
            padding-top: 7px;
            width: 225px;}
.box6_left .episodes {
    margin: 3px 0 0;
    padding: 10px 0 0 1px;
    text-align: right;
    float: right;

}
.box6_left .episodes .btn_01 {background: none repeat scroll 0 0 #68b002;
                              border-radius: 2px 2px 2px 2px;
                              color: #FFFFFF;
                              float: left;
                              text-align: justify;
                              margin: 0 3px 5px 0;
                              padding: 2px 5px;}

.box6_sepa{padding:3px 15px 0px 15px;float:left;}
.box6_sepa .line_sepa{background:#c0c0c0; width:1px; height:180px;}
.box6_right{ width:400px;float:left; padding-top:7px;font-size:8.5pt;}
.box6 .title{
    color: #444444;
    float: left;
    font-family: ProximaNovaRgRegular,"Helvetica Neue",Arial,sans-serif;
    font-size: 12px;
    margin: 0px 0 0;
    padding: 0px 0;
    width: 75%;
    line-height: 20px;
}
.box6_right .episodes {
    margin: 3px 0 0;
    padding: 10px 0 0 1px;
    text-align: left;

}    
.episodes .btn_01 {
    background:#ff9c00;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    float: left;
    text-align: justify;
    margin: 0 3px 5px 0;
    padding: 2px 5px	
}
.box6_right .episodes .btn_01 {
    width : 42px
}
.episodes .btn_01:hover {
    background:#FF7F00;
}
.box6_right .episodes .btn_01:visited {
    color:#ccc;
    background:#FF7F00;	
}
.clear {clear: both;}
.b_small{ width:800px;}
.b_small .item-list-div { text-align:center;}
.item-list-div{padding:8px 0px;}
.member_comment_item{border:1.5px solid #c0c0c0; padding:5px 0px 0px 10px; float:left;}
.member_comment_item p{padding:15px 0px;}
.member_comment_item .reply{padding:2px 8px; float:right;border:1.5px solid #c0c0c0; border-right:none; border-bottom:none;}
.member_comment_item_sepa{height:20px; float:left; width:370px;}
.comment_pager{padding:8px 0px; float:right;}
.comment_pager a, .comment_pager span{color:#101010; float:left; padding:0px 3px; font-size:8pt;}

.box8{ padding-left:123px; width:800px;float:left;}
.box8 h2{color:#fd951c; text-transform:uppercase; font-size:11pt;}
.box8 h2 .line{background:url(../images/line_h2.gif) repeat-x; margin:8px 0px 5px 5px; position:absolute;width:320px; height:2px; z-index:0;}
.box8 h2 span{background:#ffffff; margin:3px 3px 3px 20px; padding:3px; z-index:4; position:relative;}
.box8 h2 a{float:right; padding-left:10px;}
.box8 .info1{ padding:0px 30px 10px 30px; line-height:18pt;}
.box8 .info1 label{ font-weight:bold; margin-right:15px;}
.box8 .item-list ul{list-style:none;height:220px;}
.box8 .item-list ul li{float:left;  height:220px; text-align:center;max-width:145px; padding-right:15px; padding-top:15px; }
.box8 .item-list ul li.sepa{width:20.5px;}
.box8 .item-list ul li .pre{float:left; padding: 20px 3px 30px 5px; margin-top:70px;}
.box8 .item-list ul li .next{float:left;padding: 20px 0px 30px 2px;margin-top:70px;}
.box8 .item-list ul li a{height:220px;color:#9e5226; padding:0px 0px 0xp 7px; }
.box8 .item-list ul li a img{padding:2px; border:1px solid #bababa;background:url(../images/bg_sp.jpg);padding:10px; border:1px solid #efeeee;}
.box8 .item-list ul li a span img {border:none; padding:0px;}

/* Release Movie */
.box7{ padding-left:123px; width:800px;float:left;}
.box7 h2{color:#fd951c; text-transform:uppercase; font-size:11pt; padding:3px 39px 5px 8px;}
.box7 h2 .line{background:url(../images/line_h2.gif) repeat-x; margin:8px 0px 5px 5px; position:absolute;width:320px; height:2px; z-index:0;}
.box7 h2 span{background:#ffffff; margin:3px 3px 3px 20px; padding:3px; z-index:4; position:relative;}
.box7 h2 a{float:right; padding-left:10px;}
.box7 .info1{ padding:0px 30px 10px 30px; line-height:18pt;}
.box7 .info1 label{ font-weight:bold; margin-right:15px;}
.box7 .item-list ul{list-style:none;height:220px; padding-top:5px;}
.box7 .item-list ul li{float:left;  height:220px; text-align:center;max-width:145px; margin-right:20px }
.box7 .item-list ul li.sepa{width:50px;}
.box7 .item-list ul li .pre{float:left; padding: 20px 20px 30px 5px; margin-top:70px;}
.box7 .item-list ul li .next{float:left;padding: 20px 0px 30px 20px;margin-top:70px;}
.box7 .item-list ul li a{height:220px;color:#9e5226; padding:0px 0px 0xp 7px; }
.box7 .item-list ul li a img{padding:2px; border:1px solid #bababa;background:url(../images/bg_sp.jpg);padding:10px; border:1px solid #c0c0c0;}
.box7 .item-list ul li a span img {border:none; padding:0px;}
/* End Release Movie */


a.fbLogin, #loginBar a.fbLogin {
    background: url("http://b.s-static.ak.facebook.com/images/connect_sprite.png") no-repeat scroll left -189px #29447E;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    line-height: 21px;
    margin: 6px 0 0;
    outline: medium none;
    text-decoration: none;
    width: 143px;
}

/* Start Search Box */
#search-box{width: 240px; height: 28px; margin: 0; position: absolute; display: block; top: 38px; right: -7px;}

#search-form {width: 200px; height: 28px; margin: 0; position: relative;}

#search-input {
	border-radius: 5px;
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #FFFFFF;
    box-shadow: -2px -2px 3px #b8b8b8 ;
	border:none;
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    outline: medium none;
    padding: 5px 35px 5px 5px;
    position: relative;
    width: 191px;
}

#search-input:focus {color: #333;}

#search-button {
    background: url("images/icon_search.png") no-repeat;
	border:none;
    cursor: pointer;
    height: 28px;
    left: 204px;
    outline: medium none;
    position: absolute;
    text-indent: -9999px;
    top: 2px;
    width: 28px;
}

#search-button:hover {}

#search-button:active {}
/* End Search Box */


.main_content .title {
    padding-top: 8%;
    position: relative;
}

.main_content .title h1 {
    color: #0061A5;
    font: 72px 'TeXGyreScholaBold',Arial,sans-serif;
    text-align: center;
    text-shadow: 0 1px #F7F7F7;
}
.main_content #content {
    background: none repeat scroll 0 0 white;
    border: 3px solid #F2F2F2;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 0 1px #BFBFBF, 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    position: relative;
    width: 600px;
}
.main_content #content h2 {
    background: url("../images/404_s-divider.jpg") no-repeat scroll center bottom transparent;
    color: #8E8E8E;
    font: 20px 'TeXGyreScholaRegular',Arial,sans-serif;
    padding: 18px 0 28px;
    text-align: center;
}
.main_content #content h1 {
    color: #FF8400;
    font: 90px Arial,sans-serif;
    padding: 18px 0 10px 0;
    text-align: center;
}
.main_content #content p {
    color: #8E8E8E;
    font-size: 13px;
    line-height: 1.3em;
    padding: 20px 30px 0;
    position: relative;
}
.main_content #content .utilities {
    margin: 10px 30px 15px;
}

.main_content #content .utilities input[type="text"] {
    -moz-transition: all 0.3s ease-in-out 0s;
    background: url("../images/404_search.png") no-repeat scroll 97% 50% white;
    border: 1px solid #CDCDCD;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.05) inset;
    color: #8E8E8E;
    font-size: 14px;
    outline: medium none;
    padding: 10px 22px;
    width: 280px;
}
.main_content #content .utilities .button-container {
    padding-top: 0px;
    float:right;
}
.main_content #content .utilities .button-container .button {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FF8400;
    border: 1px solid #FF7E00;
    border-radius: 3px 3px 3px 3px;
    color: white;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    padding: 6px 14px;
    text-decoration: none;
}
.tip {
    color: #272727;
    background-color: #ffffff;;
    opacity: 50%;
    border: 1px solid #FF7E00;
    display:none;
    position:absolute;	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.tip table {
    padding: 10px;
    float: left;
}
.tip h2 {
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    height: 24px;
    background-color: #FF8400;
    border-color: #ff7e00 #ff7e00 #ff7e00;
    padding:5px 0 0 0;
}
.tip span{
    color: #000000;
}

#nav{
    list-style:none;
    font-weight:bold;
    height:100%;
    float:left;
    width:58%;
    z-index:9999;
    /* Bring the nav above everything else--uncomment if needed.
        position:relative;
        z-index:5;
    */
}
#nav li{
    float: left;
    height: 110%;
    position: relative;
    z-index: 999;
}
#nav > li:last-child {
    background:none;	
}
#nav li:hover{
    background:url(../images/nav-active.png) repeat-x left top;
}
#nav a{
    display:block;
    color:#fff;
    text-decoration:none;
    height:50px;
    padding:28px 10px 0;
    font-size:12px;
}


/*--- DROPDOWN ---*/
#nav ul{
    background:#E9AF1B;
    list-style:none;
    position:absolute;
    z-index:9999;
    top:75px;
    width:525px;
    margin:0;
    padding:10px 0 15px;
    left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
    float:left;
}
#nav ul li{
    padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
    float:none;
    margin:0;
    padding:5px 0 5px 20px;
    width:155px;
    float:left;
    background:none;
}
#nav ul a{
    white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
    padding:0;
    height:auto;
    width:100%;
}
#nav li:hover ul{ 
    left:0; /* Bring back on-screen when needed */
}
#nav li:hover ul a{ 
    text-decoration:none;
}
.advertisment {
    padding:5px 0 15px;	
}
.advertisment img {
    border:none;	
}
.main-block {
    width:100%;	
    float:left;
    padding:0;
}
.main-contentv2 {
    width:100%;	
    padding:15px 0 0;
    min-width:1000px;
}
.main-block .box2 {
    width:98.5%;
    margin-left:0.5%;	
}
.main-advs {
    width:15%;
    float:left;	
    min-height:500px;
    display:none;
}
.main-advs:first-child {
    text-align:right;	
}
.watching-box {
    margin-bottom:9px;	
    position:relative;
}
.watching-box .resume {
    width:308px;
    background:url(../images/resume-line-long.png) no-repeat right -5px;
    float:left;
    margin-top:30px;
}
.watching-box .movie-slide-box{ 
    width:81.5%;
    float:right;
}
.watching-box h2 {
    width:500px;
    margin-left:295px;	
}
.watching-box .resume-title {
    position:absolute;
    width:290px;
    margin:0;
    left:0;
    top:0;
}
.watching-box .resume .mov-mask a {
    font-size:13px;
    font-weight:bold;
    color:#fff;
    padding-top:35%;
    height:20px;
    text-align:center;
}
.watching-box .resume .resume-time {
    background:url(../images/resume-time-long.png) no-repeat left bottom;
    width:90%;
    height:9px;
    margin:420px 0 0 2%;	
    position:relative;
}
.watching-box .resume .resume-time .watched{
    background:url(../images/resume-time-long.png) no-repeat left top;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.watching-box .resume .mov-item {
    border:#999 solid 1px;	
    background:#eaeaea;
    margin-left:7px;
}
.watching-box .resume .mov-item {
    height:388px;
    width:266px;	
}
.watching-box .resume .mov-poster {
    width:266px;
    height:388px;
}
.watching-box .resume .mov-mask {
    width:100%;
    height:100%;
}
.watching-box .resume .mov-mask .mov-play {
    top:37%;
    left:34%;	
}
.watching-box .ins-title {
    float:left;	
}
.ins-title h2 {
    margin:0 0 10px;
    padding:0;
    display:block;
    background: url(../images/line_h2.gif) repeat-x left center;
    width:280px;
    padding-left:20px;
    border:none;
    font-size:14px;
}
.ins-title h2 span {
    color:#FD951C;
    background:#eee;	
    font-size:15px;
    text-transform:uppercase;
    font-style:normal;
    padding:0 2px;
}

.resume-slide {
    position:relative;
    width:308px;
    float:left;
    height:465px;
}
.watching-box .resume-slide ul.hmp-slide, .watching-box .resume-slide .hmp-slide li {
    margin:0;
    padding:0;
    list-style:none;
}
.watching-box .resume-slide .hmp-slide li {
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    float:none;
    background:none;
    border:none;
}
.watching-box .resume-slide .hmp-control {
    position:absolute;
    top:398px;
    left:34%;
    display:inline;
    margin:0;
    padding:0;	
}
.watching-box .resume-slide .hmp-control li{
    list-style:none;
    margin:0 5px 0 0;
    padding:0;
    display:block;
    height:10px;
    width:10px;
    border:none;
    background: #E0E1E3;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .25);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .25);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .25);
    border-radius:10px;
    overflow:hidden;
    cursor:pointer;
}
.watching-box .resume-slide .hmp-control li.active {
    background:-webkit-gradient(linear,lefttop,leftbottom,color-stop(0%,rgb(255,208,99)),color-stop(24%,rgb(255,188,33)),color-stop(100%,rgb(255,162,33)));
    background:-webkit-linear-gradient(top,rgb(255,208,99)0%,rgb(255,188,33)45%,rgb(255,162,33)100%);
    background:-moz-linear-gradient(top,rgb(255,208,99)0%,rgb(255,188,33)45%,rgb(255,162,33)100%);
    background:linear-gradient(top,rgb(255,208,99)0%,rgb(255,188,33)45%,rgb(255,162,33)100%);
    -webkit-box-shadow:inset 0 1px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow:inset 0 1px 0 rgba(0, 0, 0, .25);
    box-shadow:inset 0 1px 0 rgba(0, 0, 0, .25);
}
.watching-box .resume-slide .hmp-control li span {
    margin:30px 3px 0;
    padding:1px 5px;
    border-radius:3px;
    background:#fff url(../images/resume-number.png) repeat-x left top;
    cursor:pointer;
    box-shadow:2px 2px 3px rgba(0,0,0,0.25);
    display:block;
}
.watching-box .resume-slide .hmp-control li.active span {
    background-image:url(../images/resume-number-active.png);
}
.rating_play_value{
    float: left;
    text-align: right;
    margin-left: 10px;
}
.rating_play_star_box {
    position:relative;
    margin:15px auto 0;
    min-height:20px;
    width:940px;	
}
.box_play_star_rating {
    float: left;
    margin: 2px 0 0 5px;
}

.bg_sp .mov-mask {
    background:url(../images/mov-mask.png) repeat;
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    display:none;	
}
.bg_sp .mov-play {
    position:absolute;
    top:37%;
    left:31%;
    height:84px;
    width:84px;	
    background:url(../images/player-add2.png) no-repeat;
}
.top-advs, .bot-advs {
    width:100%;
    min-width:1000px;
    text-align:center;
    /*padding:25px 0 10px;	*/
    padding: 20px 0 10px;
}
.main-block .b_small { width:800px; float:none; margin:0 auto; }
.main-block .movie-samecat { width:800px; margin:0 auto; float:none; }
.icon_fullhd{
    position:absolute;
    right:5px;
    top:7px;
}
.relative{
    position:relative;
}
/* Begin updated */
.flash_video{
    width:800px;
    margin:0 auto;
}
.red{
    color: red
}

.announcement {
    border: 1px solid #CCCCCC;
    color: #333333;
    font-size: 16px;
    margin: 0 auto 10px auto;
    width: 780px;
    padding:10px;
    background:#fff
}
.announcement ul {
    margin-left: 20px
}
.announcement li {
    list-style: square outside none;
}

/*susess search*/
/* Begin -  Reset (don't change)*/



/*#auto_complete{ position:absolute; right:36px; top:47px; width:270px; z-index:1000; float:left;}
 *html #auto_complete{ right:0px;}
#auto_complete ul{ float:left; text-align:left; width:303px; border:1px solid #E5E5E5;}
#auto_complete ul li{ padding:5px 10px; background:#f0f0f0; cursor:pointer; position:relative; padding-right:50px;}
#auto_complete ul li.white{ background:#FFF;}
#auto_complete ul li.active{ background:#0088CC; color:#FFF;}

#auto_complete ul li ins{ position:absolute; right:10px; color:#b7b7b7; text-decoration:none; top:5px; font-size:9px; background:url(images/icons/icon_suggestion.gif) left no-repeat; padding-left:10px; width:29px;}*/

#auto_complete {
    position:absolute;
    right:39px;
    /*top:47px;*/
    width:234px;
    z-index:10000;
    float:left;
    margin-left:1px;
    font-family:Tahoma;
    font-size:9px;
    color: #000000;
}
*html #auto_complete {
    right:0px;
}
#auto_complete ul {
    float:left;
    text-align:left;
    /*width:205px;*/
    border:1px solid #E5E5E5;
}
#auto_complete ul li {
    background:#f0f0f0;
    cursor:pointer;
    position:relative;
    float:left;
    list-style-type:none;
    font-size: 11px;
}
#auto_complete ul li.white {
    background:#FFFFFF;
    width: 230px;
}
#auto_complete ul li.active {
    background:#0088CC;
    color:#FFF;
}
#auto_complete ul li ins {
    position:absolute;
    right:10px;
    color:#b7b7b7;
    text-decoration:none;
    top:5px;
    font-size:9px;
    background:url(images/icons/icon_suggestion.gif) left no-repeat;
    padding-left:10px;
    width:29px;
}
#auto_complete ul li p {
    padding-bottom:2px;
}
#auto_complete ul li p.title_nghesi {
    /*background:url(images/icons/icon_search_nghesi.gif) 10px 5px no-repeat #f0f0f0;*//*CSS Sprite*/ 
    background:url(images/icons/icon_all.gif) 6px -1540px no-repeat #f0f0f0;
    padding:0px 0 0px 30px;
    font-weight:bold;
    width:201px;
    position:relative;
}
#auto_complete ul li p.title_nghesi a.xemthem {
    position:absolute;
    right:10px;
    top:5px;
    font-weight:normal;
    /*background:url(images/icons/icon_xemthem.gif) right 4px no-repeat;*//*CSS Sprite*/ 
    background:url(images/icons/icon_all.gif) 52px -1953px no-repeat #f0f0f0;
    padding-right:10px;
    display:block;
}
#auto_complete ul li p.title_album {
    /*background:url(images/icons/icon_search_album.gif) 10px 5px no-repeat #f0f0f0;*//*CSS Sprite*/ 
    background:url(images/icons/icon_all.gif) 6px -1324px no-repeat #f0f0f0;
    padding:6px 0 6px 30px;
    font-weight:bold;
    width:203px;
    position:relative;
}
#auto_complete ul li p.title_album a.xemthem {
    position:absolute;
    right:10px;
    top:5px;
    font-weight:normal;
    /*background:url(images/icons/icon_xemthem.gif) right 4px no-repeat;*//*CSS Sprite*/ 
    background:url(images/icons/icon_all.gif) 52px -1953px no-repeat #f0f0f0;
    padding-right:10px;
    display:block;
}
#auto_complete ul li p.title_video {
    /*background:url(images/icons/icon_search_video.gif) 10px 7px no-repeat #f0f0f0;*//*CSS Sprite*/ 
    background:url(images/icons/icon_all.gif) 6px -2868px no-repeat #f0f0f0;
    padding:6px 0 6px 30px;
    font-weight:bold;
    width:203px;
}
#auto_complete ul li p.title_video a.xemthem {
    position:absolute;
    right:10px;
    top:5px;
    font-weight:normal;
    /*background:url(images/icons/icon_xemthem.gif) right 4px no-repeat;*//*CSS Sprite*/ 
    background:url(images/icons/icon_all.gif) 52px -1953px no-repeat #f0f0f0;
    padding-right:10px;
    display:block;
}
#auto_complete ul li p.title_baihat {
    /*background:url(images/icons/icon_search_baihat.gif) 10px 5px no-repeat #f0f0f0;*//*CSS Sprite*/ 
    background:url(images/icons/icon_all.gif) 8px -1371px no-repeat #f0f0f0;
    padding:0px 0 0px 30px;
    font-weight:bold;
    width:201px;
    position:relative;
}
#auto_complete ul li p.title_baihat a.xemthem {
    position:absolute;
    right:10px;
    top:5px;
    font-weight:normal;
    /*background:url(images/icons/icon_xemthem.gif) right 4px no-repeat;*//*CSS Sprite*/ 
    background:url(images/icons/icon_all.gif) 52px -1953px no-repeat #f0f0f0;
    padding-right:10px;
    display:block;
}
.bg_xam {
    background:#333 !important;
}
#auto_complete ul li .list {
    padding:4px 0 4px 20px;
    width:210px;
    float:left;
}
#auto_complete ul li .list_active {
    background:#0088cc;
    color:#FFF;
}
#auto_complete ul li .list_active a {
    background:#0088cc;
    color:#FFF;
}
#auto_complete ul li .list img {
    float:left;
    margin-right:10px;
}
#auto_complete ul li .list p {
    margin:0px;
    height:20px;
    overflow: hidden;
}
#auto_complete ul li .list p.name {
    font-size:11px;
    color:#666;
}
#auto_complete ul li .list_active p {
    color:#FFF;
}
#auto_complete ul li .list_active p.name {
    color:#FFF;
}
#auto_complete ul li.bg_end {
    background:#333;
}
#auto_complete ul li p.view_all {
    width:201px;
    padding:0px 10px;
    text-align:right;
    background:url(images/icons/icon_arrow_blue.jpg) right no-repeat #333333;
    margin-right:8px;
    float:left;
}
#auto_complete ul li p.view_all a {
    color:#FFF;
    text-decoration:none;
}
#bdyn_my_info_block, #bdyn_my_friend {
    float: left;
    width: 100%;
}

#auto_complete ul li p a:link, #auto_complete ul li p a:visited, #auto_complete ul li p a:active {
    /*color: #0088CC;*/
    color: #FD951C;
    outline: medium none;
    text-decoration: none;
}
.bock_like_fb{
    width:200px;
    position:absolute;
    /*top:20px;*/
    top:100px;
    left:10px;
    z-index:2;
}
.block_adv_float{
    width:120px;
    position:absolute;
    top:445px;
    line-height:0;
    font-size:0;
    /* updated click*/
    z-index:99;
}
.block_adv_float a{
    width:100%;
    height:100%;
    display:inline-block;
    float:left;
    line-height:0;
    font-size:0;
}
.block_adv_800{
    width:800px;
    margin:0 auto;
    text-align:center;
    /*padding:0 0 0 10px;*/
}
.block_adv_800  #hdv_block_adv_top  #block_adv_top > div { margin: 0 auto !important;}
.block_adv_800  #block_adv_bottom_mov  > div { margin: 0 auto !important;}
.left{
    float:left;
}
.content{
    width:100%;
    margin:76px 0 0 0;
}
.chanel-list ul {
    width:100%;
    float:left;
}
.chanel-list li {
    list-style:none;
    float:left;
    margin:0;
    padding:0 25px 25px 0;
    width:190px;
    position: relative;
}
.chanel-list li img {
    width:190px;
    height:190px;
    border:#f1f1f1 solid 1px;
}
.chanel-list li img.free {
    width:50px;
    height:50px;
    position:absolute; 
    right: 0px; 
    top:-10px;
    border: 0
}
.chanel-list li img:hover {
    opacity:0.8;
    border:#ccc solid 1px;
}
.chanel-list{
    padding:0 10px;
}
.content .block_adv_800{
    padding:0;
}
.dchanel-list{margin: 0 auto}
.dchanel-list ul {
    margin:0 auto;
    width:800px;
    padding:10px 0 0 0;
}
.dchanel-list li {
    list-style:none;
    float:left;
    margin:0;
    padding:0 10px 10px 0;
    width:100px;
    position: relative
}

.dchanel-list li img {
    width:100px;
    height:100px;
    border:#eaeaea solid 1px;	
}
.dchanel-list li img.free {
    width:20px;
    height:20px;
    position:absolute; 
    right: 0px; 
    top:-10px;
}
.dchanel-list li img:hover {
    opacity:0.8;	
    border-color:#ccc;	
}
/*add nut tat quang cao*/
.block_stopadd{
    float:right;
    margin:0 70px 0 0 ;
}
.block_stopadd a{
    display:inline-block;
    width:127px;
    height:35px;
    background:url(bg_tatmoquangcao.png) no-repeat;
}
.block_stopadd a.moquangcao{
    background-position:0 0;
}
.block_stopadd a.tatquangcao{
    background-position:0 -70px;
}
.block_stopadd a.tatquangcao:hover,
.block_stopadd a.tatquangcao_active{
    background-position:0 -35px;
}
.bock_header_banner{
	 min-height:120px;
}
/***
* Menu
***/

.header #nav ul.child{
    padding-left: 165px;
    width: 555px;
}
.header #nav .block_sub_menu{
    width:710px;
}
#nav .topmenu{
    position:absolute;
    top: 0;
    left:0;	
    height:100%;
    background:url("images/graphics/line2.png") no-repeat right center #861922;
    overflow:hidden;
}
#nav .topmenu a{width:93%}
#nav .topmenu:hover{background:url("images/graphics/line2.png") no-repeat right center #861922;}
.header #nav .block_content_sub_menu .dongtien_bottom_right, .header #nav .block_content_sub_menu .dongtien_top_right {
    left: 700px;
}

/* -------------------------------------------------------------------
 * HDViet Fancybox PIN form, on Dec 3rd, 2012.
 ----------------------------------------------------------------*/
.tb_input_change_info td{
    padding:5px 10px;

}
.tb_input_change_info .txt_input_change_info{
    padding:5px;
    height:13px;
    font:400 12px arial;
    width:190px;
    border:1px solid #ccc;
    color:#333;
}
.tb_input_change_info .txt_right{
    text-align:right;

}

.txt_input_pin{
    padding:5px;
    height:13px;
    font:400 12px arial;
    width:190px;
    border:1px solid #ccc;
    color:#333;
}

.button-fancybox {
    height:30px;
    background:#F0F0F0 url(../images/button.png) repeat-x left bottom;
    border:#9F9F9F solid 1px;
    font-family:Segoe UI, Tahoma, Geneva, sans-serif;
    font-size:13px;
    text-transform:uppercase;
    padding:0 10px 3px;
    cursor:pointer;
}
.button-fancybox:hover {
    background-position: left top;	
}
.btn_xembaogia{
    float:right;
}
/*add box lien he the*/
.block_lienhethe{
    width:100%;
    float:left;
	display:none !important;
}
.block_lienhethe .main_lienhe{
    width:1020px;
    margin:0 auto;
    position: relative;
}
.block_lienhethe .main_content_lienhe{
    background:#DBD7DC;
    border-radius:5px;
    width:300px;
    padding:10px;
    position: absolute;
    top: -130px;
    right:0;
    z-index: 1000;
}
/*add box lien he the*/


#nav li .popcorn-shop1 {
    background: url("../images/graphics/popcar.png") no-repeat scroll 3px 2px transparent;
    height: 100%;
    margin: 0;
    width: 70px;
    overflow:hidden;
    display:block;
    text-indent:-999px;
}
#nav li .popcorn-shop1:hover{
    background: url("../images/graphics/popcar.png") no-repeat scroll 3px 2px transparent;
    border:none; 
}
/* table movie detail--- Phong Tran Q */
.box5_right table, td
{
    border-collapse: collapse;    
    font-size: 12px
}
.box5_right tbody {
    background: none repeat scroll 0 0 #E8EDFF;
}
.box5_right table td
{
    vertical-align:top;
    border-top: 1px dashed #FFFFFF;
    color: #666699;
    padding: 3px 5px 2px 10px;

}
/* --- Phong Tran Q */ 



.item-list .resume-slide .mov-item .mov-poster img{
    height: auto;
    width: 100%;	
}


.box2 h1 span, .box2 h2 span, .box2 h2 a {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #FD951C;
    font-size: 15px;
    font-style: normal;
    margin: 3px 3px 3px 5px;
    padding: 3px;
    position: relative;
    text-transform: uppercase;
    z-index: 4;
}
.main_content .box2 h1{
    border: none;
    clear: both;
    color: #FFA200;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 17px;
    padding: 0;
}

#searchPage h1 span {
    font-size: inherit;
    font-style: italic;
    margin: 0;
    padding: 0;
    text-transform: inherit;
}

/****/
.labeltv{
    position:absolute;
    top:0;
    right:-5px;
    width:51px;
}
.mov-poster .cur1{
    background: url("../css/images/graphics/tagtv.png") no-repeat;
    color: #621900;
    font-size: 10px;
    height: 26px;
    padding: 0;
    position: static;
    margin-top:3px;
    text-transform: uppercase;    
    width: 51px;
    font-weight:bold;
}
.curep{
    border-bottom:1px dotted #621900;
}

.labeltv .col1{
    float: left !important;
    padding-left: 8px !important;
    color: #621900 !important;
    padding-top: 6px !important;
    width: auto !important;
}
.labeltv .col2{
    float: left !important;
    line-height: 8.5px !important;
    padding-left: 0 !important;
    padding-top: 4px !important;
    width: auto !important;
}
.tagnew {
    background: url("../css/images/graphics/tagnew.png") no-repeat right 0;
    height: 25px;
    width: 51px;
    margin-top:3px;
    display:block;
}
/**
* breadcrumb css	
*/

.breadcumb{
    width: 945px;
    margin: 0 auto;
}
.breadcumb span{padding:3px 0 3px 3px;}
.breadcumb span a{
    color: #fa6602;
    padding-right:2px;
    font-size:16px;
}
.breadcumb span.class a{
    color: #fff;
    background: #ff6b00;
    background: #ff6b00;
    border-radius:2px;
    padding: 2px;
}
.breadcumb span:first-child{background:url("images/graphics/home1.png") no-repeat left 2px; padding-left:14px;}
.breadcumb span:hover a{color:#F9A411;}

/* title movies home page */
.title_film > p {
    font-size: 11px;
    height: 13px;
    overflow: hidden;
    padding: 0 5px;
    margin:2px 0;
    position: relative;
    text-shadow: 1px 1px 1px #CCCCCC;
}
.main_title a{
    color:#f60;
}

.trailer_box {
    padding-top: 15px;
}

.trailer_box a {
    background: none repeat scroll 0 0 #F6A828;
    border: 1px solid #E78F08;
    color: #FFFFFF;
    margin: 30px 30px 0px 30px;
    padding: 5px 10px;
    text-transform:uppercase;
    display:inline-block;
}

.trailer_box a:hover {
    background: #F60;
    border: 1px solid #ccc;
    color: #fff;   
}

.knownas a{
    font-size:10px;
    color:#222;
}


/*
logo detail
*/
.logo-details {
    display: block;
    height: 1px;
    margin-top: -1px;
    text-indent: -9999px;
    width: 1px;
}

/*Video clip*/
.item-list .youtube_mov-item,
.box2 .item-list ul li {
    height: 180px;
    width: 125px;
    text-align: center;
    float: left;
    position:relative;    
    padding:0;
    margin:5px 15px 20px;
    border:1px solid #bcbcbc; 
    list-style:none;
    padding:2px;
    background:#fff;
}

.item-list .mov-item .youtube_mov_poster {width:124px; height:110px; overflow:hidden; color:#9e5226; padding:0px 0px 0xp 7px; }
.item-list .mov-item .youtube_mov_poster img {width:126px; height:auto; padding:0}

.mov_youtube_item{
    background: #666;
    width: 320px;
    float: left;	
    margin: 10px 5px;
}
.youtube_clip{
    width: 125px;
    height: 180px;
    overflow: hidden;
    position: relative;
    float: left;
}
.youtube_clip img{
    width: 100%;
    height: auto;
}
.youtube_clip_maintitle{
    padding: 10px 0px 0px 0px;    
}
.youtube_main_title{
    text-align: center;
    font-size: 12px;
    font-weight: normal;
}
.youtube_main_title a p{
    color: 	#f60;
}
.youtube_status_clip{
    text-align: center;	
    font-size: 13px;	
    font-weight: bold;
    color: 	#FFFFFF;
}
.fb_iframe_widget{
    z-index:12;
}

/*the gioi sao*/

#searchPage{
    width:960px;
    position:relative;
    margin:0 auto;
    float:none;
}
.s_info{background:url("images/search/bg_des.png") repeat-x top center;height:395px;position:relative; font-size:16px;padding:2px 0; font-family:Arial, Helvetica, sans-serif;}
.warp_info h3{font-size:21px;text-transform:uppercase;color:#fff; text-align:center; height:44px; line-height:44px; padding:3px 0; font-weight:normal;}
.s_main_img{border-right:4px solid #971c21; width:244px;height:345px;}
.mask{position:absolute;bottom:0;left:0;}
.l_info{ background:url("images/search/l_bg_des.png") no-repeat top left;left:-10px;}
.cg_info{height:395px;width:10px;position:absolute;top:4px;}
.s_img{ width:248px; position:relative; top:0;left:-6px;}
.s_img h3{border-right:4px solid #ededed;}
.s_more div h3{color:#981c22; padding:0;}
.short_des{font-size:18px; width:334px; float:left; padding: 0 12px; color:#c44551; border-right:1px dashed #ccc;}
.short_des table td {vertical-align:top;}
.l_txt{color: #981c22;}
.warp_info > div > h3{margin-top:3px; padding:0;}
.info_des{width:338px; float:left;padding-left:10px;}
.info_des > div, .short_des > div{height:295px;overflow:hidden;position:relative;}
#searchPage .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#971C21;}
#searchPage .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover , #searchPage .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, #searchPage .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:#f60;}
.r_info{background:url("images/search/r_bg_des.png") no-repeat top right;right:-10px;}
.s_photo {margin-top:10px;position:relative;}
.warp_s_photo{background: url("images/search/bg_photo.png") repeat-x top center; height:131px; line-height:131px;padding:0 10px;}
.warp_s_photo ul li{float:left; overflow:hidden;position:relative; list-style:none;margin-left:15px;}
.warp_s_photo ul li img{width:auto; height:70px;vertical-align: middle; max-height:121px;max-width:118px;}
.l_photo {background:url("images/search/l_photo.png") no-repeat top left; left:-10px; }
.cg_photo{height:131px;width:10px; position:absolute; top:0;}
.r_photo{background:url("images/search/r_photo.png") no-repeat top right; right:-10px; }
.arr{height:19px; width:10px; background:url("images/search/arr.png") no-repeat 0 0;position:absolute; top:60px; display:block; cursor:pointer;}
.arr_left{left:0;}
.arr_left:hover{background-position:0 -19px;}
.arr_right{right:0; background-position: -10px 0;}
.arr_right:hover{background-position: -10px -19px;}
#s_photo-title { text-align: left; }
#s_photo-title b { display: block; margin-right: 80px; }
#s_photo-title span { float: right; }

/*
* css gallery title
*/
.s_photo h3 {left: 5px;position: absolute;top: 5px;}
.name a {color: #FFFFFF;}
#HDVipmenu .block_sub_menu {
    width: 135px !important;
}
#HDVipmenu .child.movies {
    padding-left: 0 !important;
    width: 100% !important;
}
#HDVipmenu .child li {
    width: 80% !important;
}
#HDVipmenu .dongtien_top_right, #HDVipmenu .dongtien_bottom_right {
    left: 257px !important;
}

/* MENU HEADER FA */
#FAMenu .block_sub_menu {
    width: 315px !important;
}
#FAMenu .child.movies {
    padding-left: 0 !important;
    width: 100% !important;
}
#FAMenu .child li {
    width: 51% !important;
}
#FAMenu .child li.itemleft {
    width: 36% !important;
}
#FAMenu .dongtien_top_right, #FAMenu .dongtien_bottom_right {
    left: 276px !important;
}
/*New style channel coming-soon*/
.video-list2 { display:block; margin:0 auto; position:relative; padding:5px 0 0 ; }
.mov-item2 { width:210px; height:120px; display:inline-block; float:left; margin:0 10px 20px; position:relative; }
.mov-item2 a { display:block; width:210px; height:120px; position:relative; }
.mov-item2 a img{ width:210px; height:120px; }
.box4-hover { width:210px; height:120px;; display:block; position:absolute; top:0; left:0; overflow: hidden; }
.mov-item2 a .box4-hover img { width:29px; height:33px; margin:36px auto 0; display:none; }
.box4-hover .box-info { padding:83px 10px 5px; position:absolute; bottom:0px;background:url(images/bg_ttlhover.png) bottom left repeat-x; width:190px; margin:0; overflow: hidden; }
.box4-hover .box-info .ttl-info { height:16px; overflow:hidden; font-size:12px; color:#fff; line-height:1.3em; display:block; font-weight:bold; }
.box4-hover .box-info .infoview {  height:16px; overflow: hidden; font-size:9px; color:#fff; line-height:1.3em; display:block; }
.mov-item2:hover { cursor:pointer; }
.mov-item2:hover .box4-hover img { display:block; z-index:100; }
.box4-hover:hover img {display: block;}
/*End channel coming-soon*/
/*Sub category Channel*/
.video-list3 { display:block; margin:0 auto; position:relative; padding:5px 0 0 ; }
.video-list3 li { width:210px; height:120px; display:inline-block; float:left; margin:0 10px 20px; position:relative; }
.video-list3 li a { display:block; width:210px; height:120px; position:relative; }
.video-list3 li a img{ width:210px; height:120px; }
.box4-hover { width:210px; height:120px;; display:block; position:absolute; top:0; left:0; overflow: hidden; }
.video-list3 li a .box4-hover img { width:29px; height:33px; margin:36px auto 0; display:none; }
.box4-hover .box-info { padding:83px 10px 5px; position:absolute; bottom:0px;background:url(images/bg_ttlhover.png) bottom left repeat-x; width:190px; margin:0; overflow: hidden; }
.box4-hover .box-info .ttl-info { height:16px; overflow:hidden; font-size:12px; color:#fff; line-height:1.3em; display:block; font-weight:bold; }
.box4-hover .box-info .infoview {  height:16px; overflow: hidden; font-size:9px; color:#fff; line-height:1.3em; display:block; }
.video-list3 li:hover { cursor:pointer; }
/*button next-preview*/
.video-list3 li.btn-pre { width:40px; height:120px;position:absolute; left:-2px; top:6px; z-index:10; margin:0; }
.video-list3 li.btn-next { width:40px; height:120px; position:absolute; right:-1px; top:6px; z-index:10; margin:0; }
.video-list3 li.btn-pre a { width:40px; height:120px; display:block;  background:url(images/btn_pre.png) center center no-repeat, url(images/bg_ttltop.png) repeat; overflow:hidden; text-indent:-10000em; display:none; }
.video-list3 li.btn-next a { direction:block; width:40px; height:120px; background:url(images/btn_next.png) center center no-repeat, url(images/bg_ttltop.png) repeat; overflow:hidden; text-indent:-10000em; display:none; }
.video-list3 li.btn-pre:hover a, .video-list3 li.btn-next:hover a { display:block; }
.video-list3 li:hover .box4-hover img { display:block; z-index:100; }
.box4-hover:hover img {display: block;}
/*End Sub category Channel*/
/*Content Movies <=> FA*/
.movie-slide-box-fa { height: 120px !important; overflow: hidden; }
.movie-slide-box-fa .mov-item { width:190px; height:105px; display:inline-block; float:left; margin:5px 10px 20px; position:relative; background:none; border:none; }
.movie-slide-box-fa .mov-item a { width:190px; height:105px; position: relative; display: block; }
.movie-slide-box-fa .mov-item a img { width:190px; height:105px; display: block; }
.movie-slide-box-fa .mov-item .title_film { position: absolute; bottom: 3px; left: 0; width: 180px; padding: 5px; height: 15px; overflow: hidden; }
.movie-slide-box-fa .mov-item .title_film span { display: block; color: #fff; }
.movie-slide-box-fa .mov-item .mov-mask {width: 190px; height: 105px;}
.movie-slide-box-fa .mov-item .mov-mask .jt { height: 100%; }
.movie-slide-box-fa .mov-item .mov-play { left:0; top: 0; background: none; width:190px; height:105px; }
.movie-slide-box-fa .mov-item .mov-play img { width: 29px; height: 33px; left: 85px; top: 30px; position: absolute; }
.movie-slide-box-fa .scrollingHotSpotLeft, .movie-slide-box-fa .scrollingHotSpotRight { width: 45px; top: 3px; height: 93%; }
.movie-slide-box-fa .scrollingHotSpotLeftVisible { background-position: -18px -70px; }
.movie-slide-box-fa .scrollingHotSpotRightVisible { background-position: -10px -327px; }
/*End Content Movies <=> FA*/
/*Popup change Popcom => HDVIP*/
#popup-changepopcom { width: 325px; height:413px; background: url(images/bg_popup_popcom_hdvip.png) center top no-repeat; position:relative; }
#popup-changepopcom .popup { position: relative; text-align: center; display: block; width:295px; height:383px; padding:15px; }
#popup-changepopcom .ttl-popup { display: block; text-align: center; color: #444444; font-size:18px; } 
#popup-changepopcom .ttl-popup span, #popup-changepopcom p span { color: #e21010; }
#popup-changepopcom p { font-size:15px; color: #444444; line-height: 1.6em; padding:15px 0 0; text-align: center; }
#popup-changepopcom .view-detail { font-size:15px; color: #444444; padding:7px 0; width:200px; text-align: center; margin: 5px auto 0; display: block; background:#fff; border:1px solid #ffe42c; border-radius: 3px; }  
#popup-changepopcom .view-detail:hover { color:#fff; 
background: rgba(181,181,181,1);
background: -moz-linear-gradient(top, rgba(181,181,181,1) 0%, rgba(181,181,181,1) 36%, rgba(134,134,134,1) 80%, rgba(134,134,134,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(181,181,181,1)), color-stop(36%, rgba(181,181,181,1)), color-stop(80%, rgba(134,134,134,1)), color-stop(100%, rgba(134,134,134,1)));
background: -webkit-linear-gradient(top, rgba(181,181,181,1) 0%, rgba(181,181,181,1) 36%, rgba(134,134,134,1) 80%, rgba(134,134,134,1) 100%);
background: -o-linear-gradient(top, rgba(181,181,181,1) 0%, rgba(181,181,181,1) 36%, rgba(134,134,134,1) 80%, rgba(134,134,134,1) 100%);
background: -ms-linear-gradient(top, rgba(181,181,181,1) 0%, rgba(181,181,181,1) 36%, rgba(134,134,134,1) 80%, rgba(134,134,134,1) 100%);
background: linear-gradient(to bottom, rgba(181,181,181,1) 0%, rgba(181,181,181,1) 36%, rgba(134,134,134,1) 80%, rgba(134,134,134,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#868686', GradientType=0 );
}
.btnClose { background: url(images/sprite1.png) -670px 10px no-repeat !important; width:40px !important; height:40px !important;top:0; right:0; }
#ngaychungvui {width:975px; height:633px ; position:relative; background: url(images/bg_page.png) center center no-repeat;  }
#ngaychungvui .popup { position: relative; text-align: center; display: block; width:975px; height:633px; }
#hide-popup { display: block; position:absolute; bottom:7px;left: 20px; text-align:left;padding:0 0 10px 0px; }
#hide-popup input { width:20px; height:32px; display: inline-block;position: relative; top:10px; cursor: pointer;opacity:0; }
.no-check { background: url(images/sprite1.png) 0 18px no-repeat; }
.check { background: url(images/sprite1.png) 0 -77px no-repeat; }
#hide-popup label { font-size: 13px; color:#444444; text-shadow:1px 2px 2px;  }
.popcorn_popup_event_close { font-weight: bold; }