﻿@charset "UTF-8";

.PlayerBottom {
    background-color: #ffffff;
    clear: both;
    height: 110px;
}

.TopImage {
    background-color: #ffffff;
    height: 437px;
    margin: 0;
    width: 692px;
}

#video_player {
    float: left;
}

.ThumbnailView {
    clear: both;
}

#video_rating_views {
    padding: 4px 10px;
}

#video_rating_views span {
    color: #295FA7;
    font-weight: bold;
    line-height: 22px;
    margin-left: 5px;
    position: absolute;
}

#video_views {
    color: #295FA7;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 0px 4px 10px;
}

#video_title {
    color: #295FA7;
    font-size: 15px;
    font-weight: bold;
    line-height: 19px;
    margin: 0;
    padding: 4px 10px;
}

#video_sharing {
    float: right;
    text-align: right;
    padding: 8px;
}

#video_sharing .share_button {
    margin: 4px 0;
}

#video_sharing .share_link {
    line-height: 19px;
}

#video_navigation {
    clear: both;
}

.VideoNavigation {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
}

#previous_video {
    float: left;
}

#next_video {
    float: right;
}

/* FACEBOOK */
html .fb_share_button {
    background: url(http://static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right;
    border: 1px solid #d8dfea;
    display: -moz-inline-block;
    display: inline-block;
    height: 15px;
    padding: 1px 20px 0 5px;
    text-decoration: none;
}

html .fb_share_button:hover {
    background: #3b5998 url(http://static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right;
    border-color: #295582;
    color: #fff;
    text-decoration: none;
}
