@import url('../helpers/content_holders.css');
body{
    background-color:#f3f3f3;
}
#cont {
    margin-top: 0;
    padding: 0;
    clear:both;
    margin-bottom:20px;
}

.mv_old_page_wrapper {
    overflow: visible;
}

.box2 {
    background:none;
    border: 0 none;
    border-radius: 0 0 0 0;
}

/*.profile_page{
    background: #ffffff;
    /*overflow: hidden;*/
  /*  width: 100%;
    border-radius:4px;
    margin-top:12px;
}*/

.profile_page .block-heading {
    background-image: url("../../../v3_imgs/search-block-header-gradient.jpg");
    padding: 12px 11px 14px;
}

.profile_page .heading-text-lighter {
    color: #424242;
    font-size:13px;
}

.profile_edit_form{
    margin: 0 auto 0;
    /*overflow: hidden;*/
    width: 915px;
}

.profile_edit_form .shadow_middle {
    background: url("../../../v3_imgs/sideblock-middle-shape.png") repeat-y scroll 518px 0;
}

.profile_edit_form .shadow_top {
    background: url("../../../v3_imgs/sideblock-top-shape.png") no-repeat scroll 518px 0;
}

.profile_edit_form .shadow_bottom {
    background: url("../../../v3_imgs/sideblock-bottom-shape.png") no-repeat scroll 518px bottom;
    /*overflow: hidden;*/
    min-height: 395px;
}

.profile_inputs_left {
    float: left;
    width: 515px;
}

.profile_inputs_right {
    float: left;
    width: 366px;
    margin-left:29px;
}

.profile_edit_form .input_holder {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 13px;
    padding-bottom: 13px;
    position: relative;
    overflow: hidden;
}

.profile_edit_form .input_holder label{
    color: #000000;
    display: block;
    float: none;
    font-size: 14px;
    margin: 0 0 8px;
    cursor: pointer;
}

.profile_edit_form .input_holder label.floated{
    float:left;
    margin: 0 8px 0 0;
}

.profile_edit_form .input_holder .text_input{
    background:#fbfbfb;
    width: 493px;
    border-radius:4px;
    height: 31px;
    padding:0 10px;
    border-left:1px solid #a8a8a8;
    border-top:1px solid #a8a8a8;
    border-right:1px solid #d8d8d8;
    border-bottom:1px solid #d8d8d8;
}

.profile_edit_form .input_holder .text_input:focus,
.profile_edit_form .input_holder .text_input:hover{
    background:#f9fbfd;
    border-left:1px solid #aacdea;
    border-top:1px solid #aacdea;
    border-right:1px solid #deebf7;
    border-bottom:1px solid #deebf7;
}

.profile_edit_form .input_holder .text_input.pass{
    margin-bottom:10px;
}

.profile_edit_form .input_holder .text_input:disabled{
    background: #e8e8e8;
}

.profile_edit_form .input_holder .text_input:disabled:hover{
    border-left:1px solid #a8a8a8;
    border-top:1px solid #a8a8a8;
    border-right:1px solid #d8d8d8;
    border-bottom:1px solid #d8d8d8;
}

.profile_edit_form .input_holder .desc{
    color: #474747;
    font-size: 12px;
    margin-top:10px;
    line-height: 16px;
}

.profile_edit_form .input_holder .desc.red{
    color:red;
}

.profile_edit_form .input_holder .desc.note{
    color:#b99506;
}

.profile_edit_form .input_holder .radio{
    float:left;
    position: relative;
    top: 2px;
    cursor: pointer;
}

.profile_edit_form .input_holder label.sec{
    font-size: 12px;
    margin-left: 5px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.profile_edit_form .input_holder select{
    background:#fbfbfb;
    width: 72px;
    border-radius:4px;
    padding:8px 8px;
    border-left:1px solid #a8a8a8;
    border-top:1px solid #a8a8a8;
    border-right:1px solid #d8d8d8;
    border-bottom:1px solid #d8d8d8;
    font-size:12px!important;
    float:left;
}

.profile_edit_form .input_holder select.mid{
    width: 331px;
}

.profile_edit_form .input_holder select.big{
    width: 515px;
}

.profile_edit_form .input_holder select:hover{
    background:#f9fbfd;
    border-left:1px solid #aacdea;
    border-top:1px solid #aacdea;
    border-right:1px solid #deebf7;
    border-bottom:1px solid #deebf7;
}

.profile_edit_form .input_holder#dates span{
    display: block;
    float:left;
    margin-top:10px;
    font-size:12px;
    margin-left:4px;
    margin-right:9px;
}

.profile_edit_form .input_holder textarea{
    padding:10px;
    background:#fbfbfb;
    width: 493px;
    border-radius:4px;
    height: 170px;
    border-left:1px solid #a8a8a8;
    border-top:1px solid #a8a8a8;
    border-right:1px solid #d8d8d8;
    border-bottom:1px solid #d8d8d8;
    resize: none;
    outline:none;
}

.profile_edit_form .input_holder textarea:hover{
    background:#f9fbfd;
    border-left:1px solid #aacdea;
    border-top:1px solid #aacdea;
    border-right:1px solid #deebf7;
    border-bottom:1px solid #deebf7;
}

.profile_edit_form .input_holder .check{
    position: relative;
    top:2px;
    float:left;
    margin-right:10px;
}

.profile_edit_form .submit{
    background:#fbfbfb;
    border-right:1px solid #a8a8a8;
    border-bottom:1px solid #a8a8a8;
    border-left:1px solid #d8d8d8;
    border-top:1px solid #d8d8d8;
    padding:5px;
    border-radius:4px;
    float:right;
    cursor: pointer;
    font-size:12px;
    margin:0 0 10px 0;
}

.profile_page.us_chan .profile_edit_form textarea{
    width: 519px;
}

.profile_page.us_chan .profile_edit_form .desc.floated{
    float:left;
    margin-top:10px;
    margin-right:10px;
}

.profile_page.us_chan .profile_edit_form .text_input.small{
    float:left;
    width: 225px;
}

.profile_edit_form .profile_inputs_right .text_input{
    width: 344px;
}

.profile_page .alerts_note{
    background:#d2e3fb;
    color:#65789a;
    padding:20px 20px;
    border-radius: 5px;
    font-size:12px;
    margin-bottom:15px;
    text-align: center;
}


.profile_page .alerts_note.reg_page{
    line-height: 25px;
    margin: 5px auto;
    padding: 9px 8px;
    text-align: left;
    width: 938px;
}

.profile_page .alerts_note.reg_page img{
    position: relative;
    top:5px;
    margin-right:10px;
}


.profile_page #import_tools {
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    display: block;
    margin-top: 15px;
    position: relative;
}

.profile_page #import_tools form {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 16px;
    overflow: hidden;
    width: 888px;
}


#add_friend_form label {
    color: #333333;
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    text-shadow: 0 0 1px rgba(51, 51, 51, 0.3);
}

#add_friend_form #friend_url {
    border: 1px solid #E0E0E0;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) inset;
    color: #A4A4A4;
    float: left;
    font-family: Arial;
    font-size: 12px;
    height: 30px;
    margin-right: 11px;
    padding-left: 10px;
    width: 745px;
}


.profile_page #import_tools form #import_button {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #D3D3D3;
    color: #333333;
    cursor: pointer;
    float: left;
    font-size: 15px;
    padding: 7px 12px 1px;
    text-shadow: 0 0 1px rgba(51, 51, 51, 0.3);
}


.profile_page #import_tools .arrow {
    background: url("../../../v4_imgs/icons/arrow_up.png") no-repeat scroll 0 0 transparent;
    height: 11px;
    left: 52px;
    position: absolute;
    top: -11px;
    width: 20px;
}


.profile_page #import_tools #playlist_faq {
    background: none repeat scroll 0 0 #ECEFF6;
    color: #595A59;
    font-size: 12px;
    line-height: 17px;
    padding: 15px 20px;
}


.profile_page #import_tools #playlist_faq strong {
    color: #1C1C1C;
    font-weight: normal;
}

.profile_page .friends_listing{
    margin-top:15px;
    overflow: hidden;
    margin-left: -20px;
    position: relative;
    left:3px;
}

.mv_chan_item{
    background:#f9f9f9;
    float:left;
    width: 293px;
    height: 52px;
    margin-left: 17px;
    margin-bottom:20px;
    overflow: hidden;
    position: relative;
}

.mv_chan_item.last_row{
    margin-bottom:0;
}

.mv_chan_item.last{
    /*margin-right:0;*/
}

.mv_chan_item .mv_chan_item_avatar{
    width: 51px;
    height: 52px;
    background-repeat:no-repeat;
    background-size:cover;
    float:left;
    margin-right:10px;
}

.mv_chan_item .mv_chan_item_avatar:hover{
    cursor: move;
}

.mv_chan_item .mv_chan_item_desc{
    float:left;
    width: 225px;
}

.mv_chan_item .mv_chan_item_title{
    font-size:14px;
    color:#468aca;
    text-shadow:0 0 1px rgba(70,138,202,0.3);
    margin-top:8px;
    height: 15px;
    overflow: hidden;
}

.mv_chan_item:hover .mv_chan_item_title{
    color: #F40022;
    text-shadow: 0 0 1px rgba(244, 0, 34, 0.1);
}

.mv_chan_item .mv_chan_item_stats{
    margin-top:7px;
    font-size:11px;
    font-weight: normal;
    color:#646464;
}

.mv_chan_item .mv_chan_item_stats strong{
    font-family: Arial;
    color:#343434;
}

.mv_chan_item  .delete {
    background: url("../../../v3_imgs/sprites.png") no-repeat scroll -107px -75px transparent;
    height: 19px;
    right: 10px;
    top: 16px;
    width: 18px;
    position: absolute;
}

.ui-state-highlight{
    float: left;
    height: 50px;
    width: 291px;
    margin-left: 17px;
    margin-bottom: 20px;
}

.profile_tip{
    background: url("../../../v4_imgs/icons/ico_question.png") no-repeat scroll 0 0;
    display: block;
    float:left;
    width: 16px;
    height: 16px;
}


#youtube_settings{
    padding: 18px;
    -webkit-box-shadow: 0 1px 3px rgba(2,2,2,0.2);
    -moz-box-shadow: 0 1px 3px rgba(2,2,2,0.2);
    box-shadow: 0 1px 3px rgba(2,2,2,0.2);
}

#youtube_settings .mv_videos_container_title{
    background: url("../../../v4_imgs/youtube_small.png") no-repeat scroll 0 0;
    padding-left: 55px;
    line-height: 15px;
    padding-top: 5px;
}

#youtube_settings .youtube_settings_desc{
    color: #3a3a3a;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
}

#youtube_settings  .youtube_settings_enable{
    background: #639956;
    width: 100%;
    padding: 17px 0 10px;
    display: block;
    color:#FFF;
    font-size: 16px;
    text-align: center;
}

#youtube_settings .youtube_chan_avatar{
    border-radius: 50px;
    display: inline-block;
}

#youtube_settings .youtube_settings_settings-chan{
    background: url('../../../v4_imgs/y-arrow-down.png') no-repeat right center;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#youtube_settings .youtube_settings_settings-chan span{
    display: inline-block;
    margin: 14px 10px;
    font-size: 16px;
    color: #3a3a3a;
}

#youtube_settings #youtube_settings_settings_logout_holder{
    display: none;
}

#youtube_settings .youtube_settings_settings_logout{
    background: #B80D09;
    width: 100%;
    padding: 17px 0 10px;
    display: block;
    color:#FFF;
    font-size: 16px;
    text-align: center;
    margin-top:10px;
}