.kaltura-list-container{
    border: 1px solid #EFEFEF;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 5px #000000;
    -webkit-box-shadow: 0px 0px 7px #000000;
    box-shadow: 0px 0px 7px #000000;
    padding: 5px;
}
.kaltura-list-nrofentries{
    background: #445E72;
    -moz-border-radius: 0px 4px 4px 0px;
    width: 200px;
    padding: 5px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 10px;
}
.kaltura-list-item{
    width: 190px;
    float: left;
    min-height: 250px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #7B8C90;
    border: 1px solid #EFEFEF;
    -moz-box-shadow: 1px 1px 5px #000;
}
.kaltura-list-header{   
    font-weight: bold;
    color: #FFF;
    padding: 2px 5px;
    margin-bottom: 1px;
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    width: 190px;
    border-bottom: 1px solid #142548;
}
.kaltura-list-pic{
    border-bottom: 1px solid #142548;
}
.kaltura-list-textwrap{
    padding: 3px;
    font-size: 0.9em;
    min-height: 100px;
    background: #FFF;
}
.kaltura-list-subheader{
    font-size: 1.1em;
    font-weight: bold;
    font-style: italic;
}
.kaltura-list-clipwrap{
    background: #445e72;
    border-top: 1px solid #142548;
    color: #FFF;
    padding: 3px;
}
.kaltura-list-rank{
    float: left;
    width: 70px;
}
.kaltura-list-views{
    float: right;
    text-align: right;
    width: 90px;
}
.kaltura-list-duration{
    margin-top: 5px;
}
.kaltura-clearer{
    clear: both;
}

/* PAGINATION
*************************************/
.kaltura-playlist-pager{
    width: 100%;
    height: 25px;
    margin: 10px 0;
}
.kaltura-pagerBlockLeft{
    float: left;
    width: 150px;
    height: 10px;
    margin-right: 20px;
}
.kaltura-pagerBlockCenter{
    float: left;
    width: 200px;
    margin:auto
}
.kaltura-pagerBlockRight{
    float: left;
    width: 150px;
    height: 10px;
    margin-left: 20px
}
.kaltura-page-nr{
    float: left;
    border: 1px solid #000;
    width: 15px;
    height: 20px;
    margin-right: 2px;
    text-align: center;
    line-height: 20px;
}
.kaltura-page-nr a{
    display: block;    
}

input.video-search-submit[type="submit"] {
	width: 32px;
	height: 27px;
	display: block;
	left: -15px;
	position: relative;
}


/* VOTE SPRITE
******************************************/
.voteimg{
    width: 98px;
    height: 18px;
    background: url("../../../../typo3conf/ext/kaltura/res/img/votes.png") no-repeat;
}
.vote0{
    background-position: 0 -100px;
}
.vote1{
    background-position: 0 -80px;
}
.vote2{
    background-position: 0 -60px;
}
.vote3{
    background-position: 0 -40px;
}
.vote4{
    background-position: 0 -20px;
}
.vote5{
    background-position: 0 0;
}