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

#cont {
    margin-top: 0;
    padding: 0;
    clear:both;
}

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

.box_sub{
    background:#FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 10px;
    overflow: hidden;
}

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

.box_sub .head .select_type{
    float:right;
}

.box_sub .head .select_type select{
    background:#fbfbfb;
    width: 150px;
    height:28px;
    border-radius:4px;
    padding:4px;
    border-left:1px solid #a8a8a8;
    border-top:1px solid #a8a8a8;
    border-right:1px solid #d8d8d8;
    border-bottom:1px solid #d8d8d8;
    resize: none;
}

.box_sub .head .block_title {
    font-size: 14px;
    margin-left: 6px;
    margin-top: 6px;
    float:left;
}

.box_sub .body{
    color: #515151;
    font-size: 12px;
    line-height: 18px;
    margin: 10px 10px 0;
    padding-bottom: 10px;
    overflow: hidden;
}

#mov_form .input_holder {
    float: left;
    margin-right: 25px;
}

#mov_form label {
    display: block;
    margin-bottom: 5px;
}

#mov_form .text_input{
    background:#fbfbfb;
    width: 200px;
    border-radius:4px;
    padding:8px;
    border-left:1px solid #a8a8a8;
    border-top:1px solid #a8a8a8;
    border-right:1px solid #d8d8d8;
    border-bottom:1px solid #d8d8d8;
    resize: none;
}

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

#mov_form select{
    background:#fbfbfb;
    width: 60px;
    height:34px;
    border-radius:4px;
    padding:8px;
    border-left:1px solid #a8a8a8;
    border-top:1px solid #a8a8a8;
    border-right:1px solid #d8d8d8;
    border-bottom:1px solid #d8d8d8;
    resize: none;
}

#mov_form .submit{
    border-radius:4px;
    padding:8px;
    border-left:1px solid #a8a8a8;
    border-top:1px solid #a8a8a8;
    border-right:1px solid #d8d8d8;
    border-bottom:1px solid #d8d8d8;
    float:right;
    margin-top: 23px;
    margin-bottom:10px;
    cursor: pointer;
}

#movies ul{
    list-style: none;
    padding:0;
    margin:0;
}

#movies ul li{
    float:left;
    margin-right:15px;
}

#movies .sort{
    text-align:center; 
    font-size:18px; 
    height:20px;
}

#movies .vid{
    height:179px; 
    width:123px;
    position: relative;
}

#movies .vid .del_movie_sort{
    background: url("/v3_imgs/sprites.png") no-repeat scroll -107px -75px transparent;
    height: 19px;
    width: 18px;
    position: absolute;
    top:5px;
    right:5px;
    cursor: pointer;
}

#movies .vid.active_bord{
    border:1px solid red;
}
    
#movies .movie_item{
    border:none; 
    width:127px;
}

#movies li:last-child{
    margin-right:0;
}
