/* 
    Document   : most_viewed.css
    Created on : 09-ene-2013, 11:57:56
    Author     : daizgar
    Description:

*/


.searchResultVideo {
    width:187px;
    height: 160px;
    
    float:left;
    margin-right:10px;
    margin-bottom:10px;
    overflow: hidden;
    display:none;
}

.searchResultVideoImageHolder {
    width:185px;
    height:114px;
    background-color: #FFF;
    margin-bottom: 5px;
    
}




.searchResultVideoImage {
    width:175px;
    height:104px;
    margin:5px;
}

.searchResultVideoH3 {
  
    font-size: 13px;
    text-align: center;
    font-weight: 700;
}

.searchResultVideoTitle {
    width:175px;
    height:36px;
    margin:5px;
    
    
}

.searchResultVideoDuration {
    display:inline-block;
    position: relative;
    top:-150px;
    left:5px;
    background-color: #ffffff;
    font-weight: 700;
    height:28px;
    -webkit-border-radius: 0px 8px 8px 0px;
        border-radius: 0px 8px 8px 0px;
        padding-left:10px;
        padding-right: 10px;
        padding-top:5px;
  
  
}