div.lab-videos-video-thumb {
    height:76px;
    overflow:hidden;
    margin-bottom:5px;
}


div.lab-videos-video-thumb img {
    max-width: 135px;
    width:135px;
}

#lab-videos-form img.lab-video-thumb {
    max-width:250px;
}


div.lab-video-block {
    width:167px;
    height:175px;
    padding-right:6px;
    float:left;
}

div.lab-videos-video-title {
    font-weight:bold;
    line-height:1.2em;
    margin-bottom:4px;
    margin-right:5px;
}

div.lab-videos-time-uploaded {
    font-size: 0.9em;
    line-height:1em;
    color: #666666;    
}

div.lab-videos-total-views {
    
    font-size: 0.9em;
    margin-right:10px;
    color: #666666;
    float:left;
    
}

div.lab-videos-total-likes {
    font-size: 0.9em;
    color: #666666;
}

div.lab-video-pagination {
    margin-bottom:10px;
    clear:both;
    padding-top:10px;
}

div.lab-videos-user {
    font-size: 0.9em;
    color: #666666;
    line-height:1.2em;
    clear:both;
}

div.lab-videos-video-player  {
    
}

#lab-video-player-page h4.lab-video-title {
    margin-top:10px;
    margin-bottom:4px;
    width: 561px;
}

div.lab-video-title, div.lab-video-description {
    width:590px;
}

div.lab-videos-video-details {
    position:relative;
}

#lab-videos-total-views {
    position:absolute;
    top:0;
    right:0;
    border:1px solid red;
    width:60px;
    height:30px;
    margin:0;
    border:1px solid #e0e0e0;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    padding:5px;
    background-color:#fcfcfc;
}

#lab-videos-total-views div.count {
    font-size:16px;
    font-weight:bold;
    line-height:16px;

}

#lab-videos-total-views span {
    font-size:1em;
    line-height:16px;
}

#lab-video-player-page div.lab-videos-video-details .lab-videos-time-uploaded {
    margin:5px 0 10px 0;
}

#lab-video-player-page div.lab-videos-user-actions {
    position:absolute;
    top:0;
    right:75px;
}

#lab-video-player-page div.lab-videos-user-actions button {
    border:1px solid #e0e0e0;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    padding:3px 3px 3px 20px !important;
    font-size:11px;
    color: #555555;
    cursor:pointer;
    height:24px;
    width:24px;
}

#lab-video-player-page div.lab-videos-user-actions .lab-video-like-button {
    background: #fcfcfc url(../images/heart_bw.png) no-repeat scroll 3px 4px;
}

#lab-video-player-page div.lab-videos-user-actions .lab-video-liked-button {
    background: #fcfcfc url(../images/heart.png) no-repeat scroll 3px 4px;
    width:24px;
}

#lab-video-player-page div.lab-videos-user-actions .lab-video-dislike-button {
    background: #fcfcfc url(../images/thumb_down.png) no-repeat scroll 3px 5px;
    padding-left:19px;
}


.lab-video-like-button-over {
    background: #fcfcfc url(../images/heart.png) no-repeat scroll 3px 4px !important;
}

#lab-video-player-page div.lab-videos-user-actions .lab-video-delete-button {
    background: #fcfcfc url(../images/cross_bw.png) no-repeat scroll 3px 4px;
}

.lab-video-delete-button-over {
    background: #fcfcfc url(../images/cross.png) no-repeat scroll 3px 4px !important;
}

#lab-videos-comment-form  textarea {
    border:medium none;
    color:#555555;
    font-family:inherit;
    font-size:14px;
    height:60px;
    margin:0;
    padding:0;
    width:100%;
}

div.lab-videos-textarea
{
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background:#FFFFFF none repeat scroll 0 0;
    border:1px inset #CCCCCC;
    margin-bottom:10px;
    padding:8px;
    margin-left:72px;
}

div.lab-videos-form-actions {
    height:30px;
}
div.lab-videos-form-actions * {
    float:right;
}

div#lab-videos-comment-form {
    border-bottom:1px solid #E4E4E4;
    padding-bottom:10px;
    margin-bottom:10px;
}

div.lab-videos-comment-author {
    float:left;
    margin-left:10px;
    margin-right:10px;
}

div.lab-videos-comment-date {
    color:#666666;
    font-size: .9em;
    float:left;
    
    margin-right:10px;
}

div.lab-videos-comment-comment {
    margin-left:53px;
    
}

div.lab-videos-comment {
    
    padding-bottom:10px;
    margin-bottom:10px;
}

#lab-videos-comment-form div.loader {
    width:20px;
    height:24px;
    float:right;
    background:transparent url( ../images/ajax-loader.gif ) no-repeat scroll 3px 5px;
}


div.lab-videos-comment-actions a {
    font-size: .9em;
}

#lab-videos-search {
    margin-top: -48px;
}

#lab-videos-sub-search {
    margin-top: -5px;
    float:none;
    text-align:right;
    margin-bottom:10px;
}
