@import url('../helpers/content_holders.css');
@import url('../helpers/music_player.css');

body{
    background-color:#f3f3f3;
}
#cont {
    margin-top: 0;
    padding: 0;
    clear:both;
}

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

#grey_right{
    width:330px;
}

#grey_left{
   width: 640px;
}

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


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

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

#sidebar_movie{
    overflow: hidden;
}

#sidebar_movie .cover{
    float:left;
    overflow: hidden;
    width: 120px;
    padding:5px;
    background: #FFF;
    border-radius:4px;
    border-bottom:1px solid #CCC;
    margin-right:10px;
}

#sidebar_movie .movie_info{
    float:left;
}

#sidebar_movie .movie_info .movie_title{
    color:#202020;
    font-size:16px;
    line-height: 22px;
    margin-bottom:5px;
}

#sidebar_movie .movie_info .movie_title_eng{
    color:#757575;
    font-family:Arial;
    font-size:13px;
    line-height: 20px;
}

#sidebar_movie ul{
    list-style: none;
}

#sidebar_movie ul li {
    font-size:11px;
    line-height: 18px;
    margin-bottom:5px;
}

#sidebar_movie ul li span{
    color:#757575;
    padding-right: 5px;
}

#sidebar_movie p{
    color:#1E1E1E;
    font-size:12px;
    line-height: 17px;
}

.music_items{
    margin-top:10px;
}

.music_items .music_item_head{
    background: url("../../../v3_imgs/search-block-header-gradient.jpg") repeat scroll 0 0 transparent;
    height: 37px;
    overflow: hidden;
    padding: 0 5px;
}

.music_items li{
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 10px;
    overflow: hidden;
}

.music_items .music_item_head .title{
    font-family:Arial;
    font-size:13px;
    margin-top: 13px;
    float: left;
}

.music_items .music_item_head .drager{
    background: url("../../../v3_imgs/ci/music_player/grid.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 16px;
    margin-right: 8px;
    margin-top: 11px;
    width: 16px;
    cursor: move;
}

.music_items .music_item_head .item_expand{
    background: url("../../../v3_imgs/ci/music_player/arrow_down.png") no-repeat scroll 0 0 transparent;
    width: 32px;
    height: 32px;
    float: right;
    margin-top:3px;
    cursor: pointer;
}

.music_items .music_item_head .item_delete{
    background: url("../../../v3_imgs/ci/music_player/delete.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 16px;
    margin-right: 5px;
    margin-top: 11px;
    width: 16px;
}


.music_items .music_item_head .item_expand.up{
    background: url("../../../v3_imgs/ci/music_player/arrow_up.png") no-repeat scroll 0 0 transparent;
}

.music_items form{
    border-top: 1px solid #CCCCCC;
    padding:10px;
    display: none;
}


.music_items form .input_holder{
    overflow: hidden;
    margin-bottom: 22px;
    float:left;
    width: 200px;
    margin-right:6px;
}

.music_items form label{
    display: block;
    font-size:12px;
    margin-bottom:5px;
}

.music_items form .text_input{
    background:#fbfbfb;
    width: 175px;
    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;
}

.music_items 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;
    margin-top: 18px;
    cursor: pointer;
    font-size:12px;
}

#soundtrack_upl{
    background: url("../../../v3_imgs/ci/music_player/upld.png") no-repeat scroll 0 0 transparent;
    width: 151px;
    height: 32px;
}


/*
Uploadify
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
Released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/

.uploadify {
    position: relative;
    margin-bottom: 1em;
}
.uploadify-button {
    display:none;
    background-color: #505050;
    background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #505050),
        color-stop(1, #707070)
    );
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #808080;
    color: #FFF;
    font: bold 12px Arial, Helvetica, sans-serif;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    width: 100%;
}
.uploadify:hover .uploadify-button {
    background-color: #606060;
    background-image: linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #606060),
        color-stop(1, #808080)
    );
    background-position: center bottom;
}
.uploadify-button.disabled {
    background-color: #D0D0D0;
    color: #808080;
}
.uploadify-queue {
    margin-bottom: 1em;
}
.uploadify-queue-item {
    background-color: #F5F5F5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: 11px Verdana, Geneva, sans-serif;
    margin-top: 5px;
    max-width: 350px;
    padding: 10px;
}
.uploadify-error {
    background-color: #FDE5DD !important;
}
.uploadify-queue-item .cancel a {
    display:none;
    background: url('../img/uploadify-cancel.png') 0 0 no-repeat;
    float: right;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}
.uploadify-queue-item.completed {
    background-color: #E5E5E5;
}
.uploadify-progress {
    background-color: #E5E5E5;
    margin-top: 10px;
    width: 100%;
}
.uploadify-progress-bar {
    background-color: #0099FF;
    height: 3px;
    width: 1px;
}