.mv_video_cats_menu li{
    position: relative;
    
}

.mv_video_cats_menu li a{
    overflow: hidden;
}

.mv_video_cats_menu li a:hover .unsubscribe_user{
    display: block;
}

.mv_video_cats_menu li a img.mv_avatar{
    float:left;
    width: 20px;
    margin-right:9px;
}

.mv_video_cats_menu li a .mv_user_title{
    float:left;
    width: 165px;
    line-height: 18px;
    margin-top:1px;
}

.mv_video_cats_menu li a  .unsubscribe_user{
    top: 15px;
    width: 18px;
    position: absolute;
    height: 19px;
    right: 0px;
    display: none;
}

.mv_video_cats_menu li a  .unsubscribe_user .sp_unsub{
    background: url("../../v3_imgs/sprites.png") no-repeat scroll -107px -75px transparent;
    height: 19px;
    right: 10px;
    width: 18px;
}

.mv_video_cats_menu li a .unsubscribe_user .sp_unsub{
    
}

.mv_videos_container.nlp{
    padding-right:0;
}


.mv_alert.small{
    font-size: 12px;
    line-height: 16px;
    margin: 10px auto;
    width: 185px;
}


.nano {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 600px;
}
.nano .content {
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    right: -17px!important;
    top: 0;
}
.nano .content:focus {
     outline: 0;
}
.nano > .pane {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.50);
    bottom: 0;
    opacity: 0.01;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.2s ease 0s;
    width: 10px;
    
}
.nano > .pane > .slider {
    background: #b61c21 url('../../v4_imgs/icons/slider_bg.png') no-repeat center center;
    margin: 0;
    position: relative;
}
.nano:hover > .pane, .pane.active, .pane.flashed {
    opacity: 0.99;
}

.user_view_date span{
    color:#000;
}

.user_view_date{
    color: #555555;
    font-size:12px;
    margin-bottom:8px;
}

#mv_user_last_watched_videos .mv_video_item.listed p{
    height: 21px;
}


#mv_user_last_watched_videos .vd_main_left_cont{
    width: 920px;
}

#mv_user_last_watched_videos .mv_video_item.listed .left_desc_cont {
    width: 695px;
}

#mv_user_last_watched_videos .vd_main_right_cont {
    padding-left: 0;
    width: 250px;
}

#mv_user_last_watched_videos .mv_videos_container_title{
    padding:5px 0 0 20px;
    margin-bottom:0;
    margin-top:5px;
}

#mv_user_last_watched_videos .movie{
    margin-left:20px;
    width: 230px;
    margin-top:20px;
    overflow: hidden;
}

#mv_user_last_watched_videos .movie .mv_movie_item_cover{
    display: block;
    background-size:100% 100%;
    width: 70px;
    height: 100px;
    float:left;
}

#mv_user_last_watched_videos .movie .movie_desc{
    float:left;
    margin-left:10px;
    width: 150px;
}

#mv_user_last_watched_videos .movie .movie_desc .mv_movie_item_title_eng{
    color: #468ACA;
    display: block;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 6px;
    max-height: 30px;
    overflow: hidden;
    text-shadow: 0 0 1px rgba(70, 138, 202, 0.4);
}

#mv_user_last_watched_videos .movie .movie_desc .mv_movie_item_title{
    color: #999999;
    display: block;
    font-family: Arial;
    font-size: 14px;
    line-height: 17px;
    overflow: hidden;
    text-shadow: 0 0 1px rgba(153, 153, 153, 0.3);
    height: 59px;
}

#mv_user_last_watched_videos .clean_history{
    background-image: url("../../v4_imgs/icons/red_cancel.png");
    background-repeat:no-repeat;
    text-align: center;
    margin-right:5px;
}
