.double_divider{
    background:#FFF;
    border-top:1px solid #d7d7d7;
    clear: both;
    height:1px;
    width:100%;
}



.full_wd_video_cont .vidcont {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 5px;
}


.full_wd_video_cont .vidcont:hover {
    background: none repeat scroll 0 0 #EAEAEA;
}


.full_wd_video_cont .vidcont .vidinfo {
    margin-left: 10px;
    margin-top: 0;
    width: 520px;
}

.full_wd_video_cont .vidcont .vidinfo h2.title {
    color: #515151;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 0;
    width: 438px;
}

.full_wd_video_cont .vidcont .vidinfo h2.title a {
    color: #515151;
}


.full_wd_video_cont .vidcont .vidinfo .fdesc,.full_wd_video_cont .vidcont .vidinfo .fdate {
    color: #999999;
    font-size: 10px;
    line-height: 14px;
    padding: 3px 0;
    width: 445px;
}

.full_wd_video_cont .vidcont .vidinfo .fdate{
    color: #999999;
}

.full_wd_video_cont .vidcont .vidinfo .right {
    color: #999999;
    font-size: 17px;
    line-height: 20px;
    padding-top: 20px;
    text-align: center;
}

.full_wd_video_cont .vidcont .vidinfo.big .right {
    padding-right: 14px;
    padding-top: 2px;
}


.full_wd_video_cont .vidcont .vidinfo .right span {
    font-size: 12px;
}


/**CHANS WIDGET**/
#chans_widget {
    margin-top: 17px;
    overflow: hidden;
}

#chans_widget .head h2 {
    color: #000000;
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 0;
    font-weight:normal;
}

#chans_widget .head{
    overflow: hidden;
    padding-bottom:14px;
    border-bottom:1px solid #d9d9d9;
    margin-bottom:9px;
    width: 256px;
}

#chans_widget .head a.see_all {
    float: right;
    font-size: 12px;
}

#chans_widget a.channel{
    background:#F5F5F5;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 5px;
    display: block;
    margin-bottom: 11px;
    overflow: hidden;
    padding: 10px;
    width: 242px;
}

#chans_widget a.channel:hover {
    background: none repeat scroll 0 0 #EEEEEE;
}

#chans_widget .chan_name {
    font-size: 14px;
    padding-bottom: 10px;
    text-align: center;
}

#chans_widget .chan_info {
    color: #333333;
    float: left;
}

#chans_widget .total_stats {
    background: none repeat scroll 0 0 #F1F1F1;
    border-radius: 4px 4px 4px 4px;
    float: left;
    font-size: 13px !important;
    line-height: 20px;
    padding: 7px;
    text-align: center;
    width: 75px;
}

#chans_widget .total_views {
    margin-right: 5px;
}

#chans_widget .chan_avatar {
    border: 1px solid #CCCCCC;
    float: right;
    height: 50px;
    width: 50px;
}

/** LITLE HIDDEN BLOCKs**/
.white_hidden_holder{
    background:#FFF;
    margin: 10px auto;
    border-radius:4px;
    position: relative;
    -moz-box-shadow: 0 1px 1px #ccc;
    -ms-box-shadow: 0 1px 1px #ccc;
    -webkit-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
    padding:10px 20px 5px 7px;
    color: #5E5E5E;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    display:none;
    overflow: hidden;
}

.white_hidden_holder .close_box{
    background:url('/v3_imgs/ci/close_embed.png') no-repeat;
    position: absolute;
    height: 15px;
    right: 7px;
    top: 7px;
    width: 14px;
    cursor: pointer;
}

.white_hidden_holder .box_desc{
    font-family:Sylfaen;
    font-weight: normal;
    color:#797979;
    font-size:11px;
    padding-bottom:4px;
    margin-left: 11px;
}

.white_hidden_holder form{
    margin-top:10px;
    overflow: hidden;
}

.white_hidden_holder .form_left{
    float:left;
    margin-right:10px;
    margin-left: 11px;
}

.white_hidden_holder .form_right{
    float:left;
}

.white_hidden_holder textarea{
    width: 412px;
    height:54px;
    padding:10px 9px 10px 9px;
    background: #f6f6f6;
    border: 1px solid #b9b9b9;
    border-top-color: #a4a4a4;
    -moz-box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,.17);
    -ms-box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,.17);
    -webkit-box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,.17);
    box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,.17);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color:#686868;
    font-size:12px;
    line-height: 18px;
    resize:none;
    margin:0;
}

.white_hidden_holder label{
    display:block;
    margin-bottom:5px;
}

.white_hidden_holder select{
    background: #f6f6f6;
    border: 1px solid #b9b9b9;
    border-top-color: #a4a4a4;
    -moz-box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,.17);
    -ms-box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,.17);
    -webkit-box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,.17);
    box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,.17);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color:#686868;
    font-size:12px;
    line-height: 18px;
    padding:5px;
    width: 140px;
}


/** GRAY GLOBAL CONTAINER **/
    
#grey_wrapper{
    overflow: hidden;
}

#grey_wrapper .shadow_top{
    background: url("../../../v3_imgs/home/shadow_top.png") no-repeat 657px 0;
}


#grey_wrapper .shadow_middle{
    background: url("../../../v3_imgs/home/shadow_mid.png") repeat-y 657px 0;
    
}

#grey_wrapper .shadow_bottom{
    background: url("../../../v3_imgs/home/shadow_bottom.png") no-repeat 657px bottom;
    min-height:700px;
    overflow: hidden;
}

#grey_left{
    float:left;
    width:640px;
    padding-top:7px;
    overflow: hidden;
}

#grey_right{
    width:330px;
    float:right;
    padding-top:7px;
}

/* BOXES LIKE HOMEPAGE*/
.box.transparent{
    background: none;
    border: 0;
    margin-bottom:20px;
    margin-top:0;
    overflow: hidden;
}

.box.transparent .box_head{
    background:none;
    color:#000000;
    font-size:14px;
    margin:0;
    height: auto;
    padding:8px 0;
    border-bottom:1px solid #d7d7d7;
    overflow: hidden;
    font-weight: normal;
    margin-left:20px;
}

.box.transparent .box_head a{
    color:#000000;
}

.box.transparent .box_head .second_href{
    background:url('../../../v3_imgs/new_go_in.png') no-repeat right 3px;
    float:right;
    color:#747474;
    font-size:12px;
    font-weight: normal;
    padding-right: 22px;
}

.box.transparent .box_head #reload_rec.second_href{
    background:url('../../../v3_imgs/refresh_new.png') no-repeat right 3px;
    padding-bottom: 2px;
    position: relative;
    top: 3px;
    padding-right: 16px;
    cursor: pointer;
}

.box_divider{
    background:#FFF;
    height: 1px;
    clear: both;
    margin-bottom:9px;
}