/**
 * @file        video.css
 * @description Video styles
*/

/**
 * @section PAGE LAYOUT
*/
.layoutC.video #main {
    float: none;
}   /* override in ie.css */

.layoutC.video #urail {
    clear: left;
}

.layoutC.video #global_footer {
    clear: left;
    text-align: left;
}


/**
 * @section VIDEO PLAYER CONTAINER
*/
#videoscreen {
    margin-bottom: 20px;
    position: relative;
}

.video-body .video-utilities {
    display: none;
}

.video-body .caption {
    color: #666;
    font: 11px Arial, Helvetica, sans-serif;
    margin: 0 0 4px 6px;
}

.video-body .credit {
    color: #999;
    font: 11px Arial, Helvetica, sans-serif;
    margin-left: 6px;
}


/**
 * @section VIDEO CONTENT
*/
.video-body .video-content {
    float: left;
    margin: 0 11px 20px 6px;
    width: 630px;
}

.video-body .video-text {
    margin-bottom: 10px;
}

.video-body .footer {
    margin-bottom: 10px;
}


/**
 * @section AD
*/
.video-ad-container {
    float: right;
    margin-right: 13px;
    width: 300px;
}

.video-ad-container iframe {
    background: url(/css/i/global/shell-sprite.png) no-repeat -447px -275px;
    padding-top: 12px;
}


/**
 * @section FEATURE POSITION 1
*/
.video-feature-container {
    width: 630px;
}

.video-feature-container .features {
    clear: left;
}


/**
 * @section RATING/COMMENTS
*/
.cr-video .rating-comments {
    clear: left;
    width: 596px;
}

