﻿@import url(http://fonts.googleapis.com/css?family=Cabin:400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,900italic,400italic|Roboto+Condensed:700italic,400);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    background: url('/public/images/bg.jpg') no-repeat center 64px;
    background-color: #0a0907;
    color: #EEE;
    height: 100%;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.hidden {
    display: none;
}
/* Hides from IE-mac \*/
.clearfix {
    display: block;
}

a {
    color: #b5001b;
    text-decoration: none;
}

p {
    margin-bottom: 15px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.inline-list li {
    float: left;
}

.margin-top {
    margin-top: 10px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

/* body.home { background: #0a0907 url('/public/images/bg-StPete.jpg') no-repeat center 64px; } */
/* MAIN STYLES */
h1 {
    font-size: 24px;
    font-weight: bold;
}

.wrapper {
    margin: 0 auto;
    width: 1000px;
}

.sub-wrapper {
    margin: 0 auto;
    width: 980px;
}

.relative {
    position: relative;
}

.gutter {
    padding: 0 10px 0 10px;
    width: 1000px;
}

.left-column {
    float: left;
    width: 650px;
}

.right-column {
    background-color: white;
    float: right;
    min-height: 500px;
    padding-bottom: 15px;
    width: 320px;
}

.left-rail .left-column {
    /*background-color: white;*/
    float: left;
    min-height: 500px;
    padding-bottom: 15px;
    width: 320px;
}

.left-rail .right-column {
    background-color: #dadada;
    color: black;
    min-height: 495px;
    padding: 10px 15px;
    float: right;
    width: 620px;
}

.transparent {
    background: transparent;
}

.clear-pixel {
    background: url('/public/images/clear-pixel.png') repeat 0 0;
    display: block;
}

.main-body {
}

a.lrg-red-btn {
    background-color: #b5001b;
    padding: 12px 22px 12px 22px;
    color: White;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    display: block;
    float: left;
}

a.btn-red {
    background: #b5001b url('/public/images/icon-link.png') no-repeat 95% center;
    padding: 12px 30px 12px 15px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    display: block;
    float: left;
}

    a.btn-red:hover {
        background-color: #545454;
    }

a.arrow-link {
    background: transparent url('/public/images/icon-link.png') no-repeat right center;
    line-height: 15px;
    padding-right: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    display: block;
    float: left;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #626262;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #626262;
}

#header {
    background: url(/public/images/main-hdr-bg.png) repeat-x;
    height: 64px;
}

#header-logo-container {
    position: absolute;
    top: 17px;
    left: 20px;
    width: 127px;
    height: 80px;
    text-align: center;
}

#header-content-container {
    float: left;
    padding: 23px 0px 0px 0px;
}

    #header-content-container a {
        color: #fff;
    }

    #header-content-container .next-race-title, .next-race-time, .next-race-broadcast {
        background: URL('/public/images/header-divider.png') no-repeat;
        color: #ffffff;
        font-size: 12px;
        font-weight: bold;
        margin-left: 8px;
        padding-left: 8px;
        vertical-align: top;
        display: inline-block;
        float: left;
    }

    #header-content-container .next-race-time {
        height: 29px;
        width: 72px;
        display: inline-block;
    }

    #header-content-container .next-race-title {
        height: 29px;
        width: 105px;
    }

    #header-content-container .next-race-broadcast {
        height: 29px;
        width: 42px;
        margin: 0px 15px 0px 0px;
    }

    #header-content-container input[type="text"] {
        background: url('/public/images/search-social-container-header-bg.png') no-repeat;
        border: none;
        color: #9d9d9d;
        font-size: 12px;
        font-style: italic;
        height: 23px;
        width: 172px;
        float: left;
    }

    #header-content-container .search-button {
        border: none;
        background: url('/public/images/search-header-btn.png') no-repeat;
        height: 23px;
        width: 24px;
        float: left;
    }

#series-logo-container {
    float: left;
    margin: 18px 0 0 150px;
    width: 100px;
}

#search-social-container {
    float: left;
    height: 52px;
    margin-left: 150px;
    width: 300px;
}

    #search-social-container .fb-like {
        height: 20px;
        width: 150px;
        float: left;
        margin: 24px 0px 0px 15px;
    }

    #search-social-container .likes {
        background: url('/public/images/header-fb-likes-placeholder.png') no-repeat;
        height: 18px;
        width: 46px;
        margin: 26px 0px 0px 3px;
        float: left;
    }

    #search-social-container .small-icon {
        height: 16px;
        width: 16px;
        margin: 27px 0px 0px 4px;
        float: left;
    }

    #search-social-container .social-icons {
        margin-top: 25px;
    }

    #search-social-container a {
        background: transparent url('/public/images/sprite-social-icons.png') no-repeat 0 0;
        display: block;
        float: left;
        height: 16px;
        margin-right: 5px;
        width: 16px;
    }

    #search-social-container .twitter {
        background-position: -21px 0;
    }

    #search-social-container .youtube {
        background-position: -42px 0;
    }

    #search-social-container .flickr {
        background-position: -63px 0;
    }

    #search-social-container .instagram {
        background-position: -105px 0;
    }

.icon-flickr {
    background: transparent url('/public/images/header-small-flickr-placeholder.png') no-repeat 0 center;
    display: block;
    height: 16px;
    line-height: 16px;
    padding-left: 25px;
}

#sponsor-footer {
    background: url('/public/images/footer-carbon.png') center no-repeat;
    height: 60px;
}

    #sponsor-footer .sponsor-container {
        width: 990px;
        margin: 0 auto;
    }

        #sponsor-footer .sponsor-container .jcarousel-clip {
            background: transparent;
            overflow: hidden;
        }

        #sponsor-footer .sponsor-container .jcarousel-clip-horizontal {
            float: left;
            width: 858px;
            height: 60px;
        }

        #sponsor-footer .sponsor-container ul {
            list-style: none;
            overflow: hidden;
            height: 60px;
            width: 858px;
            float: left;
            vertical-align: middle;
            display: table;
        }

        #sponsor-footer .sponsor-container li {
            vertical-align: middle;
            display: inline-table;
            height: 60px;
            line-height: 60px;
        }

            #sponsor-footer .sponsor-container li a {
                display: table-cell;
                vertical-align: middle;
                margin: 0px auto;
                text-align: center;
                width: 143px;
            }

        #sponsor-footer .sponsor-container .all-sponsors {
            background: url('/public/images/footer-carbon-div.png') left center no-repeat;
            float: left;
            width: 113px;
            height: 60px;
            margin-left: 10px;
        }

            #sponsor-footer .sponsor-container .all-sponsors a {
                margin: 0px 0px 0px 20px;
                display: block;
            }

            #sponsor-footer .sponsor-container .all-sponsors .all-link {
                background: url('/public/images/footer-carbon-all-sponsor.png') no-repeat;
                float: left;
                height: 15px;
                width: 94px;
                margin-top: 22px;
            }

        #sponsor-footer .sponsor-container .jcarousel-container {
            float: left;
            width: 858px;
        }

#footer {
    background: url(/public/images/footer-bg.jpg) repeat-x;
    height: 321px;
    min-width: 1020px;
}

    #footer .content-container {
        width: 980px;
        height: 152px;
        margin: 0 auto;
        padding: 61px 0px 0px 0px;
    }

        #footer .content-container .category {
            color: #000000;
            font-size: 12px;
            font-weight: bold;
            margin: 0px 0px 14px 0px;
        }

        #footer .content-container a {
            color: #595959;
            font-size: 11px;
            display: block;
            line-height: 14px;
        }

            #footer .content-container a:hover {
                color: #000000;
                font-size: 11px;
                display: block;
                line-height: 14px;
            }

        #footer .content-container .resources {
            float: left;
            width: 181px;
        }

        #footer .content-container .experience-indycar {
            float: left;
            width: 222px;
        }

        #footer .content-container .shop-indycar {
            float: left;
            width: 190px;
        }

        #footer .content-container .indycar-corporate {
            float: left;
            width: 238px;
        }

        #footer .content-container .ims-corporate {
            float: left;
            width: 148px;
        }

    #footer .bottom-content {
        height: 91px;
        width: 980px;
        margin: 0 auto;
    }

        #footer .bottom-content .indy-logo {
            background: url('/public/images/indy-footer-logo.png') no-repeat;
            height: 64px;
            width: 91px;
            float: left;
            margin: 12px 0px 0px 0px;
        }

        #footer .bottom-content .footer-slash {
            background: url('/public/images/footer-slash.png') no-repeat;
            width: 26px;
            height: 91px;
            float: left;
            margin: 0px 0px 0px 30px;
        }

        #footer .bottom-content .text-container {
            float: left;
            width: 600px;
            height: 61px;
            margin: 30px 0px 0px 26px;
        }

            #footer .bottom-content .text-container .topline {
                font-size: 11px;
                color: #000000;
                font-weight: bold;
            }

                #footer .bottom-content .text-container .topline a {
                    font-size: 11px;
                    color: #000000;
                    font-weight: bold;
                }

                    #footer .bottom-content .text-container .topline a:hover {
                        font-size: 11px;
                        color: #6e6e6e;
                        font-weight: bold;
                    }

            #footer .bottom-content .text-container .bottomline {
                margin: 7px 0px 0px 0px;
                font-size: 9px;
                color: #6e6e6e;
                font-weight: bold;
            }

                #footer .bottom-content .text-container .bottomline a {
                    font-size: 9px;
                    color: #6e6e6e;
                    font-weight: bold;
                }

                    #footer .bottom-content .text-container .bottomline a:hover {
                        font-size: 9px;
                        color: #000000;
                        font-weight: bold;
                    }

/* PAGING */
ul.flickr-list li {
    margin: 0 11px 8px 0;
    border: solid 1px #595959;
    float: left;
    height: 69px;
}

    ul.flickr-list li img {
        width: 69px;
        height: 69px;
    }

ul.red {
    outline: 10px solid red;
}

ul.simplePagerNav {
    font-size: 13px;
    margin: 0 auto;
}

    ul.simplePagerNav li {
        display: block;
        float: left;
        padding: 3px;
        margin-bottom: 10px;
    }

        ul.simplePagerNav li a {
            color: #C6C6C6;
            text-decoration: none;
        }

li.currentPage {
    background: #b4001b;
}

ul.simplePagerNav #nextNav, ul.simplePagerNav #prevNav {
    background: transparent none;
}

ul.simplePagerNav li.currentPage a {
    color: #fff;
}

table.pageme {
    border-collapse: collapse;
    border: 1px solid #ccc;
}

    table.pageme td {
        border-collapse: collapse;
        border: 1px solid #ccc;
    }

/* COUNTDOWN STYLE */
.countdown_rtl {
    direction: rtl;
}

.countdown_row {
    clear: both;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.countdown_section {
    float: left;
    font-size: 10px;
    color: #a4a4a4;
    padding: 0px 0px 0px 6px;
    line-height: 12px;
}

.countdown_amount {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    padding: 0px 0px 0px 6px;
}

/* MENU STYLE */
.main-menu {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 41px;
    width: 847px;
    z-index: 500;
    position: relative;
}

    .main-menu li {
        float: left;
        display: block;
    }

        .main-menu li a.main-nav-link {
            position: relative;
            z-index: 510;
            background: transparent url('/public/images/nav/navigation_item_bg.png') no-repeat 0 0;
            display: block;
            overflow: hidden;
            font-family: 'Roboto Condensed', Sans-Serif;
            font-weight: 700;
            font-style: italic;
            text-transform: uppercase;
            font-size: 14pt;
            color: White;
            text-indent: 15px;
            vertical-align: middle; /*text-indent: -9999em;*/
            width: 140px;
            height: 41px;
        }

            .main-menu li a.main-nav-link:hover {
                background-position: 0 -44px;
            }
        /*
.main-menu li a.news-link
{
    background-position: 0 0;
    width: 170px;
    height: 41px;
}
.main-menu li a.schedule-link
{
    background-position: -170px 0;
    height: 41px;
}
.main-menu li a.drivers-link
{
    background-position: -338px 0;
    height: 41px;
}
.main-menu li a.stats-link
{
    background-position: -506px 0;
    height: 41px;
}
.main-menu li a.shop-link
{
    background-position: -674px 0;
    height: 41px;
}
.main-menu li a.shop-link:hover
{
    background-position: -674px -44px;
}
.news .main-menu li a.news-link, .main-menu li a.news-link:hover
{
    background-position: 0 -44px;
}
.schedule .main-menu li a.schedule-link, .main-menu li a.schedule-link:hover
{
    background-position: -170px -44px;
}
.drivers .main-menu li a.drivers-link, .main-menu li a.drivers-link:hover
{
    background-position: -338px -44px;
}
.stats .main-menu li a.stats-link, .main-menu li a.stats-link:hover
{
    background-position: -506px -44px;
}
*/

        /* Mega Dropdown Styles */

        .main-menu li .dropdown {
            position: absolute;
            display: block;
            width: 812px;
            height: 275px;
            top: 40px;
            left: 0px;
            opacity: 0;
            visibility: hidden;
            overflow: hidden;
            background: url(/public/images/nav-black-bg.png) repeat top left; /*border: 10px solid #585858;     border-top: none;*/
            border-radius: 0 0 6px 6px;
            border-bottom: 3px solid #b5001b;
            padding-left: 25px;
            z-index: 9999;
        }

        .main-menu li:hover .dropdown {
            opacity: 1;
            visibility: visible;
            overflow: visible;
            z-index: 9999;
        }
    /* Menu Content Styles */
    .main-menu .nav-column {
        float: left;
        min-width: 145px;
        height: 100%;
        padding: 10px 20px;
        background: none;
        margin: 10px 0px;
    }

    .main-menu .column-divider {
        height: 250px;
        margin: 12px 0px;
        width: 2px;
        background: #646462;
        float: left;
    }

    .main-menu .nav-column h3 {
        margin: 10px 0 15px 0;
        line-height: 18px;
        font-family: 'Roboto Condensed', Sans-Serif;
        font-weight: 700;
        font-style: italic;
        font-size: 14pt;
        color: #b5001b;
        text-transform: uppercase;
        width: 100%;
        clear: both;
    }

    .main-menu .nav-column ul {
        width: 100%;
    }

    .main-menu .nav-column li.subNav {
        display: block;
        clear: both;
    }

        .main-menu .nav-column li.subNav a {
            display: block;
            background: none;
            text-indent: 0px;
            font-family: 'Roboto', Sans-Serif;
            font-weight: 400;
            font-style: italic;
            font-size: 11pt;
            color: #fff;
            width: 100%;
            line-height: 2.25em;
        }

            .main-menu .nav-column li.subNav a:hover {
                color: #b50411;
            }

    .main-menu .nav-column .DriverNavTopThree {
        width: 520px;
        height: 235px;
        color: White;
        font-size: 10pt;
        float: left;
    }

        .main-menu .nav-column .DriverNavTopThree h3 {
            margin: 5px 0 10px 0;
        }

        .main-menu .nav-column .DriverNavTopThree a {
            display: block;
            background: none;
            text-indent: 0px;
            font-family: 'Roboto', Sans-Serif;
            font-weight: 400;
            font-style: italic;
            font-size: 10pt;
            color: #fff;
            width: 100%;
        }

            .main-menu .nav-column .DriverNavTopThree a .profile-img {
                background: white;
            }

            .main-menu .nav-column .DriverNavTopThree a.ViewAll {
                display: block;
                text-align: right;
                padding-top: 5px;
                background: none;
                text-indent: 0px;
                font-family: 'Roboto', Sans-Serif;
                font-weight: bold;
                font-style: italic;
                font-size: 12pt;
                color: #b50411;
                width: 100%;
            }

            .main-menu .nav-column .DriverNavTopThree a:hover {
                text-decoration: underline;
            }

        .main-menu .nav-column .DriverNavTopThree .tab-content li.sub-content {
            background-color: #1e1e1e;
            background-color: rgba(0, 0,0, 0.2);
            margin-left: 12px;
            position: relative;
            overflow: hidden;
            width: 159px;
        }

            .main-menu .nav-column .DriverNavTopThree .tab-content li.sub-content .driver-number {
                float: right;
                margin-bottom: 5px;
            }

                .main-menu .nav-column .DriverNavTopThree .tab-content li.sub-content .driver-number li {
                    margin-left: 5px;
                    float: right;
                }

                    .main-menu .nav-column .DriverNavTopThree .tab-content li.sub-content .driver-number li .number {
                        height: 23px;
                        width: 38px;
                    }

                    .main-menu .nav-column .DriverNavTopThree .tab-content li.sub-content .driver-number li .flag {
                        height: 23px;
                        width: 42px;
                    }

            .main-menu .nav-column .DriverNavTopThree .tab-content li.sub-content .rank {
                background-color: #b5001b;
                border-top: 1px solid #d77483;
                color: #fff;
                font-family: helvetica, Arial, Sans-Serif;
                font-size: 18px;
                font-weight: bold;
                height: 26px;
                left: 0;
                line-height: 19px;
                padding: 10px;
                position: absolute;
                text-align: center;
                top: 0;
                width: 28px;
                z-index: 999;
            }

                .main-menu .nav-column .DriverNavTopThree .tab-content li.sub-content .rank sup {
                    font-size: 10px;
                    vertical-align: super;
                }

            .main-menu .nav-column .DriverNavTopThree .tab-content li.sub-content .profile-img-wrapper {
                position: relative;
            }

                .main-menu .nav-column .DriverNavTopThree .tab-content li.sub-content .profile-img-wrapper .rookie-logo-overlay {
                    position: absolute;
                    bottom: 3px;
                    left: 3px;
                }

                .main-menu .nav-column .DriverNavTopThree .tab-content li.sub-content .profile-img-wrapper .verizon-p1-logo-overlay {
                    position: absolute;
                    bottom: 3px;
                    right: 3px;
                }

            .main-menu .nav-column .DriverNavTopThree .tab-content li.sub-content .driver-details {
                padding: 7px 5px;
            }

                .main-menu .nav-column .DriverNavTopThree .tab-content li.sub-content .driver-details h4 {
                    color: #fff;
                    font-size: 12px;
                    font-weight: bold;
                    margin-bottom: 5px;
                }

                .main-menu .nav-column .DriverNavTopThree .tab-content li.sub-content .driver-details h5 {
                    color: #a4a4a4;
                    font-size: 9px;
                    font-weight: bold;
                }

                .main-menu .nav-column .DriverNavTopThree .tab-content li.sub-content .driver-details .wins {
                    width: 30px;
                    color: #a4a4a4;
                    font-size: 10px;
                    font-weight: bold;
                    line-height: 1.3em;
                    text-align: center;
                    margin-top: 10px;
                }

                .main-menu .nav-column .DriverNavTopThree .tab-content li.sub-content .driver-details .points {
                    width: 30px;
                    color: #a4a4a4;
                    font-size: 10px;
                    font-weight: bold;
                    line-height: 1.3em;
                    margin-left: 5px;
                    margin-top: 10px;
                }

                .main-menu .nav-column .DriverNavTopThree .tab-content li.sub-content .driver-details .wins-value {
                    width: 30px;
                    font-size: 14px;
                    font-weight: bold;
                    text-align: center;
                }

                .main-menu .nav-column .DriverNavTopThree .tab-content li.sub-content .driver-details .points-value {
                    width: 30px;
                    font-size: 14px;
                    font-weight: bold;
                    color: #C6C6C6;
                    margin-left: 5px;
                    text-align: center;
                }

    .main-menu .nav-column .ScheduleNavNextRace {
        width: 500px;
        height: 235px;
        margin: 0 auto;
        color: White;
        font-family: 'Roboto', Sans-Serif;
        font-style: italic;
        font-size: 12pt;
        float: left;
    }

        .main-menu .nav-column .ScheduleNavNextRace .NextRaceLogo {
            width: 90px;
            float: left;
            padding: 0px 10px 5px 5px;
            text-align: center;
        }

        .main-menu .nav-column .ScheduleNavNextRace .NextRaceDetails {
            width: 385px;
            float: left;
            padding: 0px 5px 5px 5px;
            padding-top: 45px;
            line-height: 1.5em;
        }

        .main-menu .nav-column .ScheduleNavNextRace .NextRaceBroadcastLogo {
            width: 90px;
            float: left;
            padding: 0px 10px 5px 5px;
            text-align: center;
        }

        .main-menu .nav-column .ScheduleNavNextRace .NextRaceBroadcast {
            width: 385px;
            float: left;
            padding: 0px 0px 0px 5px;
            font-size: 10pt;
            text-align: left;
            line-height: 1.5em;
        }

        .main-menu .nav-column .ScheduleNavNextRace h3 {
            font-weight: bold;
        }

        .main-menu .nav-column .ScheduleNavNextRace p {
            line-height: 1.5em;
            padding: 0px;
            margin: 0px;
        }

        .main-menu .nav-column .ScheduleNavNextRace a {
            background: none;
            text-indent: 0px;
            font-weight: bold;
            font-style: italic;
            font-size: 12pt;
            color: #b50411;
            width: 100%;
            line-height: 1.5em;
        }

            .main-menu .nav-column .ScheduleNavNextRace a:hover {
                text-decoration: underline;
            }
/*
#main_menu
{
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 41px;
    width: 847px;
    background: none;
}

#main_menu ul.rmRootGroup
{
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 43px;
    width: 847px;
    border: none;
    background: none;
}

#main_menu .rmRootGroup .rmText
{
    color: #fff;
    display: inline;
    list-style-type: none;
    margin-left: 10px;
    text-indent: -9999em;
    width: 168px;
}

#main_menu .rmRootGroup a.rmRootLink
{
    display: block;
    height: 43px;
    overflow: hidden;
    text-indent: -9999em;
    width: 168px;
}

.rmRootGroup a.rmRootLink:link, .rmRootGroup a.rmRootLink:visited
{
    display: block;
    height: 43px;
    overflow: hidden;
    text-indent: -9999em;
}

#main_menu .rmRootGroup a.rmRootLink:hover
{
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
#main_menu .rmRootGroup .rmGroup
{
    background-color: #333;
    border: 0px;
}
#main_menu .rmRootGroup .rmGroup a.rmLink .rmText
{
    text-indent: 0em;
    font-size: 11pt;
    background: none;
}

#main_menu .rmRootGroup .rmGroup a.rmLink
{
    color: #fff;
    background-color: #333;
    padding: 5px 10px;
}

#main_menu .rmRootGroup .rmGroup a.rmLink:hover
{
    color: #fff;
    background: #999;
    cursor: pointer;
    text-decoration: none;
    text-indent: 0em;
}

#main_menu .rmRootGroup a.rmRootLink
{
    background: transparent url('/public/images/sprite-menu-bg-new2.png') no-repeat 0 0;
}

#main_menu .rmRootGroup li a.news-link
{
    background-position: 0 0;
    width: 170px;
}
#main_menu .rmRootGroup li a.schedule-link
{
    background-position: -170px 0;
}
#main_menu .rmRootGroup li a.drivers-link
{
    background-position: -338px 0;
}
#main_menu .rmRootGroup li a.stats-link
{
    background-position: -506px 0;
}
#main_menu .rmRootGroup li a.shop-link
{
    background-position: -674px 0;
}
#main_menu .rmRootGroup li a.shop-link:hover
{
    background-position: -674px -44px;
}
.news #main_menu .rmRootGroup li a.news-link, #main_menu .rmRootGroup li a.news-link:hover
{
    background-position: 0 -44px;
}
.schedule #main_menu .rmRootGroup li a.schedule-link, #main_menu .rmRootGroup li a.schedule-link:hover
{
    background-position: -170px -44px;
}
.drivers #main_menu .rmRootGroup li a.drivers-link, #main_menu .rmRootGroup li a.drivers-link:hover
{
    background-position: -338px -44px;
}
.stats #main_menu .rmRootGroup li a.stats-link, #main_menu .rmRootGroup li a.stats-link:hover
{
    background-position: -506px -44px;
}
*/

/* Side Navigation Styles */
.rpRootGroup li.rpItem a.rpLink {
    background: url('/public/images/grey-noise.gif') repeat-y;
    font-size: 10pt;
    font-weight: bold;
    color: white;
    padding: 10px 5px;
}

    .rpRootGroup li.rpItem a.rpLink:hover {
        background: #545454;
        //background: rgba(255, 255, 255, 0.23);
    }

    .rpRootGroup li.rpItem a.rpLink .rpOut {
        border: none;
        background-position: 0 0;
        padding: 0;
    }

.rpGroup li.rpItem a.rpLink {
    background: #545454;
    background-image: none;
}

    .rpGroup li.rpItem a.rpLink:hover {
        background: url('/public/images/grey-noise.gif') repeat-y;
        color: white;
    }

    .rpGroup li.rpItem a.rpLink .rpOut {
        background-image: none;
        background-color: transparent;
        background: none;
        text-indent: -10px;
        margin-left: 20px;
        font-size: 9pt;
    }
/* HERO CAROUSEL */
#hero-main-container {
    border-bottom: solid 7px #b5001b;
    height: 392px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 980px;
    margin-top: 10px;
}

    #hero-main-container .hero-video {
        background: transparent url('/public/images/bg-video-hero.jpg') no-repeat 0 0;
        height: 385px;
        margin: 0 auto;
        overflow: hidden;
        padding-top: 7px;
        width: 980px;
    }

    #hero-main-container .video-wrap {
        height: 385px;
        margin: 0 auto;
        overflow: hidden;
        width: 699px;
    }

    #hero-main-container .tab-content {
        display: none;
        height: 985px;
        width: 980px;
    }

        #hero-main-container .tab-content.active {
            display: block;
        }

#carousel-player {
    height: 380px;
    width: 694px;
}

#news-tab {
    height: 392px;
}

#carousel-timer.play {
    background: url('/public/images/timer-pause.png') no-repeat 4px 4px;
    float: right;
    padding: 5px;
    height: 30px;
    width: 27px;
    cursor: pointer;
}

#carousel-timer.pause {
    background: url('/public/images/timer-play.png') no-repeat 4px 4px;
    float: right;
    padding: 5px;
    height: 30px;
    width: 27px;
    cursor: pointer;
}

.hero-main-comments-container {
    background: url('/public/images/gutterpx.png');
    height: 170px;
    line-height: 1.2em;
    position: absolute;
    right: 0;
    top: 200px;
    width: 360px;
}

    .hero-main-comments-container .title {
        margin: 22px 24px 0px 24px;
        clear: both;
        color: White;
        float: left;
        font-size: 21px;
        font-weight: bold;
        line-height: 1em;
        text-transform: uppercase;
        width: 330px;
        cursor: pointer;
    }

    .hero-main-comments-container .tag-line {
        margin: 10px 24px 12px 24px;
        color: White;
        float: left;
        font-size: 11px;
        line-height: 1.2em;
        cursor: pointer;
    }

    .hero-main-comments-container img {
        margin-top: 10px;
        position: absolute;
        top: 131px;
        right: 10px;
    }

    .hero-main-comments-container a {
        display: block;
        height: 170px;
        width: 360px;
    }

.hero-carousel-list {
    width: 980px;
    margin: 0 auto;
    margin-top: 2px;
}

    .hero-carousel-list .list-container {
        float: left;
    }

    .hero-carousel-list ul {
        margin: 0 0 0 4px;
    }

        .hero-carousel-list ul li {
            background: url('/public/images/sprite-carousel-bg.png') repeat-x;
            color: Gray;
            float: left;
            height: 81px;
            margin: 2px;
            padding: 12px 7px 12px 7px;
            position: relative;
            width: 156px;
            cursor: pointer;
        }

            .hero-carousel-list ul li:hover {
                color: White;
            }

            .hero-carousel-list ul li.active {
                margin-top: -2px;
                padding-top: 15px;
                background-position: 0 2px;
                overflow: hidden;
                color: #fff;
                background: #b5001b; /* Old browsers */
                background: -moz-linear-gradient(top, #b5001b 45%, #54000d 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,#b5001b), color-stop(100%,#54000d)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #b5001b 45%,#54000d 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #b5001b 45%,#54000d 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #b5001b 45%,#54000d 100%); /* IE10+ */
                background: linear-gradient(top, #b5001b 45%,#54000d 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5001b', endColorstr='#54000d',GradientType=0 ); /* IE6-9 */
            }

            .hero-carousel-list ul li a.tab {
                display: block;
                height: 108px;
                left: 0;
                overflow: hidden;
                position: absolute;
                text-indent: -99999em;
                top: 0;
                width: 170px;
            }

    .hero-carousel-list .hsi {
        width: 156px;
        height: 62px;
        overflow: hidden;
    }

        .hero-carousel-list .hsi .youtube-thumb {
            height: auto;
            margin-top: -20px;
            width: 156px;
        }

    .hero-carousel-list ul li .sub-text {
        font-size: 10px;
        font-weight: bold;
        margin-top: 4px;
        overflow: hidden;
        height: 22px;
    }

.prev-carousel-btn {
    background: url('/public/images/sprite-indy.png') 0 -191px;
    display: block;
    float: left;
    height: 105px;
    margin-top: 0px;
    width: 50px;
}

.next-carousel-btn {
    background: url('/public/images/sprite-indy.png') -50px -191px;
    display: block;
    float: right;
    height: 105px;
    margin-top: 2px;
    width: 50px;
}

/* BREAKING NEWS */
.breaking-news-container {
    margin: 10px 10px 0 10px;
}

.breaking-news-img {
    background: url('/public/images/breaking-news.png') no-repeat;
    float: left;
    margin: 4px;
    width: 140px;
    height: 20px;
}

.breaking-news-text a {
    color: white;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    line-height: 14px;
}

.breaking-news-text .online-now {
    color: #0CFF00;
}

.live-timing-img {
    background: url('/public/images/hdr_timingScoring.png') no-repeat;
    float: left;
    margin: 0px 4px;
    width: 200px;
    height: 20px;
}

.home-news-container, .home-driver-recap, .home-youtube, .home-social, .container {
    background: url('/public/images/home-news-bg.jpg');
    width: 650px;
}

    .home-youtube .header, .home-social .header, .home-driver-recap .header, .container .header {
        border-bottom: 0 none;
    }

/*  HOME NEWS SECTION */
.home-news-container {
    height: 390px;
}

    .home-news-container .header, .driver-info-container.container .header, .container .header-lt-grey, .driver-career-stats .header {
        background: url('/public/images/sub-section-hdr-bg.jpg');
        border-bottom: 0 none;
        height: 62px;
    }

        .home-news-container .header .corner, .driver-info-container.container .header .corner, .container .corner-lt-grey, .driver-career-stats .header .corner {
            background: url('/public/images/sprite-indy.png') -211px 0px;
            float: right;
            height: 62px;
            width: 74px;
        }

        .home-news-container .header .horns {
            background: url('/public/images/sprite-indy.png') -121px 0px;
            float: left;
            margin: -4px 0 0 -18px;
            height: 55px;
            width: 79px;
        }

        .home-news-container .header .title {
            background: url('/public/images/indycar-news-sub-title.png');
            float: left;
            margin: 18px 0 0 10px;
            height: 23px;
            width: 183px;
        }

    .home-news-container .tabs a, .driver-career-stats .tabs a {
        background: transparent url('/public/images/sprite-news-header.png') no-repeat 0 0;
        width: 152px;
        height: 62px;
        display: block;
        float: left;
        margin-left: 20px;
    }

    .home-news-container .tabs .mazda-news-btn, .driver-career-stats .tabs .mazda-stats-btn {
        background-position: -10px 0px;
        width: 142px;
        height: 62px;
        display: block;
        float: left;
        margin-left: 10px;
    }

        .home-news-container .tabs .mazda-news-btn img, .driver-career-stats .tabs .mazda-stats-btn img {
            padding-top: 10px;
            padding-left: 40px;
        }

    .home-news-container .tabs .izod-news-btn img, .driver-career-stats .tabs .izod-stats-btn img {
        padding-top: 10px;
        padding-left: 50px;
    }

    .home-news-container .tabs .izod-news-btn.active, .driver-career-stats .tabs .izod-stats-btn.active {
        background-position: -10px -62px;
        width: 142px;
        height: 62px;
        display: block;
        float: left;
        margin-left: 20px;
    }

    .home-news-container .tabs .mazda-news-btn.active, .driver-career-stats .tabs .mazda-stats-btn.active {
        background-position: -10px -62px;
        width: 142px;
        height: 62px;
        display: block;
        float: left;
        margin-left: 0px;
    }

    .home-news-container .home-news-wrapper .tab-content.active, .driver-career-stats .driver-career-stats-wrapper .tab-content.active {
        display: block;
    }

    .home-news-container .home-news-wrapper .tab-content, .driver-career-stats .driver-career-stats-wrapper .tab-content {
        display: none;
    }

    .home-news-container .home-news-wrapper .sub-news-main {
    }

        .home-news-container .home-news-wrapper .sub-news-main .sub-news-main-wrapper {
            color: white;
            height: 256px;
            width: 298px;
            margin: 9px 0px 15px 0px;
        }

            .home-news-container .home-news-wrapper .sub-news-main .sub-news-main-wrapper img {
                height: 163px;
                width: 298px;
                margin: 0px 0px 0px 20px;
                cursor: pointer;
            }

            .home-news-container .home-news-wrapper .sub-news-main .sub-news-main-wrapper .sub-news-title {
                color: #ffffff;
                font-size: 18px;
                font-weight: bold;
                line-height: 1.2em;
                height: 45px;
                overflow: hidden;
                display: block;
                margin: 10px 0px 0px 20px;
                cursor: pointer;
            }

            .home-news-container .home-news-wrapper .sub-news-main .sub-news-main-wrapper .sub-news-tag {
                font-size: 11px;
                height: 28px;
                overflow: hidden;
                color: #C6C6C6;
                line-height: 1.4em;
                display: block;
                margin: 8px 0px 15px 20px;
                cursor: pointer;
            }

        .home-news-container .home-news-wrapper .sub-news-main .more {
            background: url('/public/images/sprite-indy.png') 0px -123px;
            float: left;
            height: 33px;
            width: 115px;
            cursor: pointer;
        }

            .home-news-container .home-news-wrapper .sub-news-main .more:hover {
                background: url('/public/images/home-news-read-more-hover.png') no-repeat;
                float: left;
                height: 33px;
                width: 115px;
                cursor: pointer;
            }

        .home-news-container .home-news-wrapper .sub-news-main img {
            margin: 0px 0 8px 0px;
        }

    .home-news-container .home-news-wrapper .sub-news-list {
    }

        .home-news-container .home-news-wrapper .sub-news-list ul {
            margin: 9px 4px 10px 0;
            width: 306px;
            height: 256px;
            overflow: hidden;
        }

            .home-news-container .home-news-wrapper .sub-news-list ul li {
                border-top: solid 1px #555;
                padding: 6px 6px 6px 6px;
            }

                .home-news-container .home-news-wrapper .sub-news-list ul li:hover {
                    background-color: #545454;
                }

                .home-news-container .home-news-wrapper .sub-news-list ul li a {
                    color: #DDD;
                    font-size: 11px;
                    font-weight: bold;
                }

        .home-news-container .home-news-wrapper .sub-news-list .more {
            background: url('/public/images/sprite-indy.png') 0px -90px;
            float: left;
            height: 33px;
            width: 172px;
        }

/* DRIVER RECAP */
.home-driver-recap {
    height: 350px;
}

    .home-driver-recap .tracklist .tabs {
        margin-right: 5px;
    }

        .home-driver-recap .tracklist .tabs li a {
            background: url('/public/images/sprite-indy.png') 0px -45px;
            display: block;
            height: 29px;
            padding: 16px 0 0 14px;
            width: 106px;
            color: White;
            font-size: 11px;
            font-weight: bold;
            text-transform: uppercase;
            position: relative;
        }

        .home-driver-recap .tracklist .tabs li.logo a {
            padding: 5px 0 0 5px;
            height: 40px;
            width: 115px;
        }

        .home-driver-recap .tracklist .tabs li a.mrti {
            background: url('/public/images/sprite-indy.png') 0px -45px;
            display: block;
            height: 29px;
            padding: 12px 0 0 14px;
            width: 106px;
            color: White;
            font-size: 11px;
            font-weight: bold;
            text-transform: uppercase;
            position: relative;
        }

        .home-driver-recap .tracklist .tabs li a.active, .home-driver-recap .tracklist ul li a:hover {
            background-position: 0px 0px;
        }

        .home-driver-recap .tracklist .tabs li a.active, .home-driver-recap .tracklist ul li a.mrti:hover {
            background-position: 0px 0px;
        }

    .home-driver-recap .header, .container .header {
        background: url('/public/images/sub-section-hdr-dark-bg.jpg');
        width: 650px;
        height: 53px;
    }

        .home-driver-recap .header .corner, .container .header .corner {
            background: url('/public/images/sub-section-hdr-dark-cnr-bg.jpg');
            float: right;
            height: 53px;
            width: 65px;
        }

        .home-driver-recap .header .car {
            background: url('/public/images/sprite-indy.png') -211px -62px;
            float: left;
            margin: -15px 0 0 -31px;
            height: 87px;
            width: 118px;
        }

        .home-driver-recap .header .title {
            /*background: url('/public/images/sprite-indy.png') 0px -296px;*/
            font-family: 'Roboto Condensed', Sans-Serif;
            font-size: 20pt;
            text-transform: uppercase;
            font-style: italic;
            float: left;
            margin: 10px 0 0 10px;
            height: 22px;
            width: 488px;
        }

            .home-driver-recap .header .title .sub {
                color: #9f9f9f;
            }

        .home-driver-recap .header .mrti-title {
            background: url('/public/images/sprite-indy.png') 0px -740px;
            float: left;
            margin: 15px 0 0 10px;
            height: 22px;
            width: 448px;
        }

    .home-driver-recap .tab-content {
        display: none;
    }

        .home-driver-recap .tab-content.active {
            display: block;
        }

        .home-driver-recap .tab-content.engine-manu-champ li.sub-content {
            background-color: #1e1e1e;
            background-color: rgba(0, 0,0, 0.2);
            margin-left: 12px;
            position: relative;
            overflow: hidden;
            width: 230px;
        }

        .home-driver-recap .tab-content li.sub-content {
            background-color: #1e1e1e;
            background-color: rgba(0, 0,0, 0.2);
            margin-left: 12px;
            position: relative;
            overflow: hidden;
            width: 159px;
        }

        .home-driver-recap .tab-content.engine-manu-champ li.sub-content .profile-img-wrapper .points-value {
            position: absolute;
            bottom: 10px;
            right: 10px;
            color: black;
            font-weight: bold;
        }

        .home-driver-recap .tab-content li.sub-content .driver-number {
            float: right;
            margin-bottom: 5px;
        }

            .home-driver-recap .tab-content li.sub-content .driver-number li {
                margin-left: 5px;
            }

                .home-driver-recap .tab-content li.sub-content .driver-number li .number {
                    height: 23px;
                    width: 38px;
                }

                .home-driver-recap .tab-content li.sub-content .driver-number li .flag {
                    height: 23px;
                    width: 42px;
                }

        .home-driver-recap .tab-content li.sub-content .rank {
            background-color: #b5001b;
            border-top: 1px solid #d77483;
            color: #fff;
            font-family: helvetica, Arial, Sans-Serif;
            font-size: 18px;
            font-weight: bold;
            height: 26px;
            left: 0;
            line-height: 19px;
            padding: 10px;
            position: absolute;
            text-align: center;
            top: 0;
            width: 28px;
            z-index: 10;
        }

            .home-driver-recap .tab-content li.sub-content .rank sup {
                font-size: 10px;
                vertical-align: super;
            }

        .home-driver-recap .tab-content li.sub-content .profile-img-wrapper {
            position: relative;
        }

            .home-driver-recap .tab-content li.sub-content .profile-img-wrapper .profile-img {
                background: white;
            }

            .home-driver-recap .tab-content li.sub-content .profile-img-wrapper .rookie-logo-overlay {
                position: absolute;
                bottom: 3px;
                left: 3px;
            }

            .home-driver-recap .tab-content li.sub-content .profile-img-wrapper .verizon-p1-logo-overlay {
                position: absolute;
                bottom: 3px;
                right: 3px;
            }


        .home-driver-recap .tab-content li.sub-content .driver-details {
            padding: 7px 5px;
        }

            .home-driver-recap .tab-content li.sub-content .driver-details h4 {
                color: #fff;
                font-size: 12px;
                font-weight: bold;
                margin-bottom: 5px;
            }

            .home-driver-recap .tab-content li.sub-content .driver-details h5 {
                color: #a4a4a4;
                font-size: 9px;
                font-weight: bold;
                padding-bottom: 10px;
            }


            .home-driver-recap .tab-content li.sub-content .driver-details .wins {
                width: 30px;
                color: #a4a4a4;
                font-size: 10px;
                font-weight: bold;
                line-height: 1.3em;
                text-align: center;
            }

            .home-driver-recap .tab-content li.sub-content .driver-details .points {
                width: 30px;
                color: #a4a4a4;
                font-size: 10px;
                font-weight: bold;
                line-height: 1.3em;
                margin-left: 5px;
            }

            .home-driver-recap .tab-content li.sub-content .driver-details .wins-value {
                width: 30px;
                font-size: 14px;
                font-weight: bold;
                text-align: center;
            }

            .home-driver-recap .tab-content li.sub-content .driver-details .points-value {
                width: 30px;
                font-size: 14px;
                font-weight: bold;
                color: #C6C6C6;
                margin-left: 5px;
                text-align: center;
            }

/*.home-driver-recap .tab-content li.sub-content .driver-details .points {
                    background: transparent url('/public/images/sprite-points.png') no-repeat 0 3px;
                    color: #fff;
                    font-size: 10px;
                    font-weight: bold;
                    height: 10px;
                    overflow: hidden;
                    padding-left: 10px;
                }

                    .home-driver-recap .tab-content li.sub-content .driver-details .points.plus {
                        background-position: 0 3px;
                    }

                    .home-driver-recap .tab-content li.sub-content .driver-details .points.minus {
                        background-position: 0 -7px;
                    }

                    .home-driver-recap .tab-content li.sub-content .driver-details .points.null {
                        background-position: 0 -16px;
                    }*/

/* HOME YOUTUBE */
.home-youtube {
    padding-bottom: 20px;
}

    .home-youtube .header {
        background: url('/public/images/sub-section-hdr-dark-bg.jpg');
        width: 650px;
        height: 53px;
    }

        .home-youtube .header .corner {
            background: url('/public/images/sub-section-hdr-dark-cnr-bg.jpg');
            float: right;
            height: 53px;
            width: 65px;
        }

        .home-youtube .header .logo {
            background: url('/public/images/sprite-indy.png') -211px -148px;
            float: left;
            margin: 10px 0 0 12px;
            height: 33px;
            width: 68px;
        }

            .home-youtube .header .logo a {
                text-indent: -99999em;
                overflow: hidden;
                display: block;
                height: 28px;
                width: 50px;
            }

        .home-youtube .header .title {
            /*background: url('/public/images/sprite-indy.png') 0px -688px;*/
            font-family: 'Roboto Condensed', Sans-Serif;
            font-size: 20pt;
            text-transform: uppercase;
            font-style: italic;
            float: left;
            margin: 10px 0 0 10px;
            height: 27px;
            width: 480px;
        }

            .home-youtube .header .title .sub {
                color: #9f9f9f;
            }

            .home-youtube .header .title img {
                vertical-align: middle;
                padding-left: 10px;
            }

.youtube-player-container {
    display: none;
    margin: 18px auto 0;
    overflow: hidden;
    width: 624px;
}

    .youtube-player-container.active {
        display: block;
    }

.youtube-selector-container {
    margin-top: 18px;
    padding-left: 13px;
}

    .youtube-selector-container li {
        cursor: pointer;
        margin-right: 16px;
        width: 143px;
    }

        .youtube-selector-container li .thumb-wrap {
            height: 80px;
            overflow: hidden;
            width: 143px;
        }

            .youtube-selector-container li .thumb-wrap img {
                margin-top: -13px;
            }

    .youtube-selector-container ul li .title {
        font-size: 11px;
        font-weight: bold;
        line-height: 13px;
        margin-top: 8px;
    }

    .youtube-selector-container ul li .time {
        font-size: 11px;
        font-weight: bold;
        line-height: 13px;
        margin-top: 8px;
    }

.drivers-details-page .youtube-selector-container ul li .title {
    background: transparent none;
    height: auto;
    text-indent: 0;
}

.drivers-details-page .youtube-container.container .header .title {
    background-position: 0 -120px;
    width: 170px;
}

/* HOME SOCIAL */
.home-social .header {
    background: url('/public/images/sub-section-hdr-dark-bg.jpg');
    width: 650px;
    height: 53px;
}

    .home-social .header .corner {
        background: url('/public/images/sub-section-hdr-dark-cnr-bg.jpg');
        float: right;
        height: 53px;
        width: 65px;
    }

    .home-social .header .logo {
        background: url('/public/images/sprite-indy.png') -211px -180px;
        float: left;
        margin: -17px 0 0 0px;
        height: 68px;
        width: 81px;
    }

    .home-social .header .title {
        background: url('/public/images/sprite-indy.png') 0px -340px;
        float: left;
        margin: 15px 0 0 10px;
        height: 21px;
        width: 346px;
    }

.home-social .tabs .social-nav {
    background: transparent url('/public/images/bg-social-nav.png') repeat-x 0 0;
    height: 24px;
    margin: -6px auto 0;
    padding: 2px;
    width: 340px;
}

    .home-social .tabs .social-nav li, .driver-info-container .tabs .driver-info-nav li {
        margin-right: 2px;
    }

        .home-social .tabs .social-nav li.last, .driver-info-container .tabs .driver-info-nav li.last {
            margin-right: 0;
        }

        .home-social .tabs .social-nav li a, .home-social .feed-indycar .icn-twitter, .home-social .feed h4 {
            background: transparent url('/public/images/sprite-social.png') no-repeat 0 0;
        }

        .home-social .tabs .social-nav li a {
            display: block;
            height: 22px;
            overflow: hidden;
            text-indent: -999em;
            width: 112px;
        }

            .home-social .tabs .social-nav li a.tab-twitter {
                background-position: 0 -22px;
            }

                .home-social .tabs .social-nav li a.tab-twitter.active {
                    background-position: 0 0;
                }

            .home-social .tabs .social-nav li a.tab-facebook {
                background-position: 0 -66px;
            }

                .home-social .tabs .social-nav li a.tab-facebook.active {
                    background-position: 0 -44px;
                }

            .home-social .tabs .social-nav li a.tab-instagram {
                background-position: 0 -110px;
            }

                .home-social .tabs .social-nav li a.tab-instagram.active {
                    background-position: 0 -88px;
                }

.home-social .tabs-wrap {
    padding: 18px 25px 22px;
}

    .home-social .tabs-wrap .tab-content {
        display: none;
    }

        .home-social .tabs-wrap .tab-content.active {
            display: block;
        }

.home-social .feed {
    background-color: #1e1e1e;
    background-color: rgba(0, 0,0, 0.2);
    height: 484px;
    overflow: hidden;
    width: 290px;
}

.home-social .feed-indycar {
    margin-right: 20px;
}

.home-social .feed-flickr {
    width: 600px;
}

.home-social .feed h4 {
    height: 40px;
    overflow: hidden;
    text-indent: -9999em;
}

.home-social .feed-fans h4 {
    background-position: 0 -201px;
    width: 109px;
}

.home-social .feed-indycar h4 {
    background-position: 0 -158px;
    width: 109px;
}

.home-social .feed-activity h4 {
    background-position: 0 -285px;
    width: 258px;
}

.home-social .feed-flickr h4 {
    background-position: 0 -242px;
    width: 176px;
}

.home-social .feed-indycar .icn-twitter {
    background-position: 47px -137px;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    margin: 12px 12px 0 0;
    padding-right: 30px;
}

.home-social .feed-twitter ul {
    margin-top: 10px;
    padding: 8px 18px 30px;
}

    .home-social .feed-twitter ul li {
        border-top: 1px solid #313131;
        padding: 10px 0;
    }

        .home-social .feed-twitter ul li.last {
            border-bottom: 1px solid #313131;
        }

        .home-social .feed-twitter ul li .twitter-msg {
            width: 194px;
        }

            .home-social .feed-twitter ul li .twitter-msg a.handle {
                color: #fff;
                font-size: 13px;
                font-weight: bold;
                margin-right: 10px;
            }

            .home-social .feed-twitter ul li .twitter-msg a {
                color: #b5001b;
            }

            .home-social .feed-twitter ul li .twitter-msg span {
                color: #b5001b;
                font-size: 10px;
                font-weight: bold;
                line-height: 18px;
            }

            .home-social .feed-twitter ul li .twitter-msg p {
                color: #a4a4a4;
                font-size: 11px;
                line-height: 16px;
                margin: 5px 0 0;
            }

                .home-social .feed-twitter ul li .twitter-msg p.twitter-retweet {
                    font-size: 8pt; /*line-height: 16px;*/
                    margin: 2px 0 0;
                }

.home-social .feed-activity {
    margin-right: 11px;
}

    .home-social .feed-activity .fb_iframe_widget {
        margin: 18px 18px 20px;
    }

.home-social .feed-like .fb_iframe_widget {
    margin-left: 7px;
}

.home-social .feed-like a.cta-facebook {
    display: block;
    height: 218px;
    margin-top: 20px;
}

.home-social .feed-flickr .simplePagerContainer {
    padding: 18px 0 20px 18px;
}

.feed-flickr .simplePagerContainer .simplePagerNav {
    display: block;
    float: left;
    margin-left: 264px;
}

#colorbox, #cboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

#cboxOverlay {
    background-color: #000;
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#cboxWrapper {
    position: relative;
}

#cboxNext, #cboxPrevious, #cboxSlideshow, #cboxClose, #cboxTitle {
    background: transparent url('/public/images/sprite-colorbox.png') no-repeat 0 0;
    overflow: hidden;
    text-indent: -99999em;
}

#cboxNext, #cboxPrevious {
    height: 90px;
    width: 90px;
    position: absolute;
    top: 40%;
}

#cboxNext {
    background-position: 0 -65px;
    right: 16px;
}

#cboxPrevious {
    background-position: 0 -157px;
    left: 16px;
}

#cboxClose {
    height: 20px;
    position: absolute;
    right: 0;
    top: -30px;
    width: 22px;
}

#cboxSlideshow {
    background-position: 103px -42px;
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding-right: 30px;
    position: absolute;
    right: 50px;
    text-transform: uppercase;
    top: -30px;
    text-indent: 0;
}

.cboxSlideshow_on #cboxSlideshow {
    background-position: 103px -21px;
    padding-right: 26px;
}

#cboxTitle {
    background-position: 0 -251px;
    margin: 20px 495px 0 0;
    height: 15px;
    width: 54px;
}

#cboxCurrent {
    font-size: 10px;
    font-weight: bold;
    margin-top: 25px;
    text-transform: uppercase;
}

/* STAY IN THE LOOP */
.stay-in-the-loop-container, .stay-in-the-loop-loading, .stay-in-the-loop-thanks {
    background: url('/public/images/sprite-email.jpg') 0 0;
    height: 135px;
    margin: 0 auto;
    position: relative;
    width: 300px;
    margin-top: 10px;
}

    .stay-in-the-loop-container input[type="text"] {
        background: transparent;
        border: 0 none;
        font-size: 12px;
        font-weight: bold;
        height: 27px;
        left: 25px;
        outline: none;
        position: absolute;
        top: 96px;
        width: 220px;
    }

    .stay-in-the-loop-container .button {
        background: transparent none;
        border: none;
        cursor: pointer;
        top: 96px;
        position: absolute;
        right: 20px;
        height: 29px;
        width: 30px;
    }

.stay-in-the-loop-loading {
    background-position: 0 -136px;
    display: none;
}

.stay-in-the-loop-thanks {
    background-position: 0 -272px;
    display: none;
}


/* JOIN INDY CAR NATION */
.join-nation-container {
    background: url('/public/images/sprite-indy.png') -341px 0px;
    height: 275px;
    margin: 0 auto;
    margin-top: 20px;
    width: 300px;
}

/* ROAD TO INDY */
.road-to-indy-container {
    margin-bottom: 10px;
    position: relative;
    width: 320px;
}

    .road-to-indy-container .header {
        background: url('/public/images/sprite-indy.png') 0px -497px;
        border-bottom: 0 none;
        height: 79px;
        position: absolute;
        width: 320px;
    }

    .road-to-indy-container .tabs-wrap {
        padding-top: 52px;
    }

    .road-to-indy-container .img-wrap {
        height: 144px;
        overflow: hidden;
        width: 320px;
    }

    .road-to-indy-container .image {
        height: auto;
        width: 320px;
    }

    .road-to-indy-container .sub-title {
        color: #262626;
        font-weight: bold;
        font-size: 18px;
        margin: 0 auto;
        margin-top: 18px;
        width: 280px;
    }

    .road-to-indy-container .sub-text {
        color: #262626;
        font-size: 12px;
        margin: 0 auto;
        margin-top: 10px;
        width: 280px;
    }

    .road-to-indy-container .header .tabs {
        margin: 20px 15px 0 0;
    }

        .road-to-indy-container .header .tabs li a.tab.active {
            display: none;
        }

        .road-to-indy-container .header .tabs li a.tab {
            background: transparent url('/public/images/sprite-road-to-indy-tabs.png') no-repeat 0 center;
            display: block;
            height: 34px;
            margin-left: 10px;
            overflow: hidden;
            text-indent: -9999em;
        }

        .road-to-indy-container .header .tabs li a.tab-firestone {
            background-position: right center;
            width: 40px;
        }

        .road-to-indy-container .header .tabs li a.tab-cooper {
            background-position: -62px center;
            width: 33px;
        }

        .road-to-indy-container .header .tabs li a.tab-mazda {
            width: 60px;
        }

    .road-to-indy-container .tabs-wrap .tab-content {
        display: none;
    }

    .road-to-indy-container .tabs-wrap div.active {
        display: block;
    }

    .road-to-indy-container .more {
        border-bottom: solid 1px #c5c5c5;
        margin: 0 auto;
        margin-bottom: 15px;
        padding: 0px 15px 15px 15px;
        width: 250px;
    }

        .road-to-indy-container .more .btn {
            background: url('/public/images/sprite-indy.png') -115px -123px;
            display: block;
            height: 23px;
            margin: 0 auto;
            margin-top: 20px;
            width: 87px;
        }

.tab-image {
    left: 7px;
    position: absolute;
    top: 60px;
}

/******************************************** NEWS ********************************************/
/* Landing Page */
/*.news-landing-page-wrapper { }
.news-landing-page-wrapper .left-column { }
.news-landing-page-wrapper .left-column .container { background: url('/public/images/grey-noise.gif') repeat-y; margin-bottom: 20px; padding-bottom: 20px;}
.news-landing-page-wrapper .left-column .wrapper { background: url('/public/images/noise-bg.gif') no-repeat; color: White; min-height: 600px; width: 650px; }*/
.news-header-selection-section .header h1 {
    float: left;
    color: White;
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0px 0px 20px;
}

.news-landing-page-wrapper .left-column .wrapper {
    color: White;
    min-height: 600px;
    width: 650px;
}

.news-landing-page-wrapper-container {
    background: url('/public/images/grey-noise.gif') repeat-y;
    color: White;
    margin-bottom: 30px;
    min-height: 600px;
    width: 650px;
    padding-bottom: 20px;
}

    .news-landing-page-wrapper-container .header {
        background: url('/public/images/sub-section-hdr-bg.jpg');
        height: 62px;
    }

    .news-landing-page-wrapper-container .filter {
        background: url('/public/images/social-select-bg.png') repeat-x;
        float: right;
        height: 22px;
        width: 200px;
    }

    .news-landing-page-wrapper-container .header .corner {
        background: url('/public/images/sprite-indy.png') -211px 0px;
        float: right;
        height: 62px;
        width: 74px;
    }

    .news-landing-page-wrapper-container .header .title {
        background: url('/public/images/indycar-news-sub-title.png');
        float: left;
        margin: 18px 0 0 5px;
        height: 23px;
        width: 183px;
    }

    .news-landing-page-wrapper-container .inner {
        margin: 20px 20px 0 20px;
    }

    .news-landing-page-wrapper-container .hero-image-wrapper .new-item-wrapper {
        float: left;
        margin: 15px 15px 15px 0;
        width: 290px;
    }

        .news-landing-page-wrapper-container .hero-image-wrapper .new-item-wrapper img {
            border: solid 1px transparent;
            height: 172px;
            width: 290px;
            margin: 0 0 8px 0;
        }

            .news-landing-page-wrapper-container .hero-image-wrapper .new-item-wrapper img:hover {
                border: solid 1px #CCC;
            }

        .news-landing-page-wrapper-container .hero-image-wrapper .new-item-wrapper .date {
            color: #DD0000;
            font-weight: bold;
            width: 35px;
            height: 40px;
        }

        .news-landing-page-wrapper-container .hero-image-wrapper .new-item-wrapper .title {
            color: #FFF;
            font-size: 16px;
            font-weight: bold;
            height: 43px;
            margin-bottom: 0px;
            line-height: 1.3em;
            overflow: hidden;
            width: 245px;
        }

            .news-landing-page-wrapper-container .hero-image-wrapper .new-item-wrapper .title a {
                color: #EEE;
            }

        .news-landing-page-wrapper-container .hero-image-wrapper .new-item-wrapper .date-day {
            font-size: 24px;
            text-align: center;
        }

        .news-landing-page-wrapper-container .hero-image-wrapper .new-item-wrapper .date-month {
            font-size: 14px;
            text-align: center;
        }

        .news-landing-page-wrapper-container .hero-image-wrapper .new-item-wrapper .social-wrapper {
            float: left;
            margin-top: 10px;
        }

        .news-landing-page-wrapper-container .hero-image-wrapper .new-item-wrapper .hero-hr {
            border-bottom: solid 1px #363636;
            height: 10px;
            width: 190px;
            margin-right: 10px;
        }

    .news-landing-page-wrapper-container .hero-news-list {
        clear: both;
        margin: 20px 0 20px 0;
        width: 610px;
    }

        .news-landing-page-wrapper-container .hero-news-list ul {
        }

            .news-landing-page-wrapper-container .hero-news-list ul li {
                padding: 0px 2px 0px 2px;
                border-bottom: solid 1px #666;
            }

                .news-landing-page-wrapper-container .hero-news-list ul li:hover {
                    background: url('/public/images/highlight.png');
                }

                .news-landing-page-wrapper-container .hero-news-list ul li a {
                    color: #EEE;
                    font-weight: bold;
                    font-size: 12px;
                }

                .news-landing-page-wrapper-container .hero-news-list ul li .time-stamp {
                    color: #aaaaaa;
                    font-size: 12px;
                }

    .news-landing-page-wrapper-container .navigation {
        color: #626262;
        font-size: 12px;
        margin: 0 0 0 20px;
        width: 120px;
    }

        .news-landing-page-wrapper-container .navigation .sep {
            border-right: 1px solid #666;
            margin: 0 0 0 10px;
            width: 1px;
        }

        .news-landing-page-wrapper-container .navigation a {
            color: #626262;
            font-size: 12px;
        }

    .news-landing-page-wrapper-container .hero-news-list .jcarousel-container {
    }

    .news-landing-page-wrapper-container .hero-news-list .jcarousel-container-vertical {
        clear: both;
        height: 212px;
        width: 610px;
    }

    .news-landing-page-wrapper-container .hero-news-list .jcarousel-clip-vertical {
        height: 210px;
        width: 610px;
        overflow: hidden;
    }

    .news-landing-page-wrapper-container .hero-news-list .jcarousel-clip {
        overflow: hidden;
        border-top: solid 2px #666;
    }

    .news-landing-page-wrapper-container .hero-news-list .items {
        height: 34px !important;
        width: 610px;
        border-bottom: solid 1px #666;
    }

        .news-landing-page-wrapper-container .hero-news-list .items a {
            height: 34px;
            width: 610px;
            display: block;
            cursor: pointer;
        }

        .news-landing-page-wrapper-container .hero-news-list .items:hover {
            background: #545454;
            background: rgba(255, 255, 255, 0.23);
        }

        .news-landing-page-wrapper-container .hero-news-list .items .title {
            color: #eeeeee;
            font-size: 12px;
            font-weight: bold;
            display: inline;
            float: left;
            padding: 11px 0px 0px 5px;
            width: 500px;
            height: 13px;
            overflow: hidden;
        }

        .news-landing-page-wrapper-container .hero-news-list .items .time {
            color: #aaaaaa;
            font-size: 11px;
            font-weight: bold;
            font-style: italic;
            display: inline;
            float: right;
            padding: 11px 5px 0px 0px;
        }

    .news-landing-page-wrapper-container .navigation {
        padding: 0px 15px 0px 0px;
        color: #bbbbbb;
        font-size: 12px;
        font-style: italic;
        font-weight: bold;
    }

        .news-landing-page-wrapper-container .navigation .btn {
            color: #bbbbbb;
            font-size: 12px;
            font-style: italic;
            font-weight: bold;
            display: inline-block;
            cursor: poitner;
        }

            .news-landing-page-wrapper-container .navigation .btn:hover {
                color: #eeeeee;
                font-size: 12px;
                font-style: italic;
                font-weight: bold;
                display: inline-block;
                cursor: pointer;
            }

/* Photo Gallery  Styles*/
.photo-gallery-landing-page-wrapper-container {
    background: url('/public/images/grey-noise.gif') repeat-y;
    color: White;
    margin-bottom: 30px;
    min-height: 600px;
    width: 650px;
    padding-bottom: 20px;
}

    .photo-gallery-landing-page-wrapper-container .header {
        background: url('/public/images/sub-section-hdr-bg.jpg');
        height: 62px;
        width: 650px;
    }

    .photo-gallery-landing-page-wrapper-container .filter {
        background: url('/public/images/social-select-bg.png') repeat-x;
        float: right;
        height: 22px;
        width: 200px;
    }

    .photo-gallery-landing-page-wrapper-container .header .corner {
        background: url('/public/images/sprite-indy.png') -211px 0px;
        float: right;
        height: 62px;
        width: 74px;
    }

    .photo-gallery-landing-page-wrapper-container .header .title {
        float: left;
        margin: 18px 0 0 18px;
        height: 23px;
        width: 500px;
        font-size: 15pt;
        font-weight: bold;
    }

        .photo-gallery-landing-page-wrapper-container .header .title h1 {
            padding: 0px;
            margin: 0px;
            line-height: inherit;
            font-size: inherit;
        }

        .photo-gallery-landing-page-wrapper-container .header .title .lnkAllGalleries {
            display: block;
            padding-top: 5px;
            font-size: 10pt;
            font-weight: normal;
            color: White;
        }

    .photo-gallery-landing-page-wrapper-container .inner {
        margin: 20px 20px 0 20px;
        width: 650px;
    }

/* LATEST GALLERIES - RIGHT BAR */
.latest-galleries-container {
    background-color: #ffffff;
    width: 320px;
}

    .latest-galleries-container .header {
        background: url('/public/images/in-the-news-header-bg.png') repeat-x;
        background-color: #000000;
        height: 52px;
    }

        .latest-galleries-container .header .title {
            float: left;
            height: 17px;
            width: 320px;
            margin: 19px 0px 17px 13px;
            font-size: 16pt;
            font-weight: bold;
            font-style: italic;
        }

    .latest-galleries-container ul {
        padding: 6px 10px 0px 10px;
    }

    .latest-galleries-container .gallery {
        border-bottom: 1px solid #cccccc;
    }

        .latest-galleries-container .gallery:hover {
            background: #dadada;
            background: rgba(0, 0, 0, 0.19);
            filter: alpha(opacity=19);
        }

        .latest-galleries-container .gallery a {
            display: block;
            padding: 9px 0px 9px 0px;
            cursor: hand;
        }

        .latest-galleries-container .gallery .thumb {
            float: left;
            width: 73px;
            height: 73px;
            overflow: hidden;
            border: 5px solid gray;
            margin: 7px;
        }

        .latest-galleries-container .gallery .title {
            color: #262626;
            font-size: 11pt;
            line-height: 1.25em;
            font-weight: bold;
            padding: 15px 10px 0px 11px;
            float: left;
            width: 150px;
            height: 73px;
        }

/* Landing Page */
.blog-wrapper {
    width: 650px;
    margin-bottom: 30px;
    margin-top: 20px;
}

    .blog-wrapper .header {
        background: url('/public/images/sub-section-hdr-dark-bg.jpg');
        height: 53px;
    }

        .blog-wrapper .header .indy {
            background: url('/public/images/indy-sub-hdr.png');
            float: left;
            margin: -10px 0 0 5px;
            height: 52px;
            width: 72px;
        }

        .blog-wrapper .header .corner {
            background: url('/public/images/sub-section-hdr-dark-cnr-bg.jpg');
            float: right;
            height: 53px;
            width: 65px;
        }

        .blog-wrapper .header .title {
            background: url('/public/images/blog-title.png');
            float: left;
            margin: 13px 0 0 13px;
            height: 29px;
            width: 361px;
        }

    .blog-wrapper .body {
        background: url('/public/images/blog-bg.jpg') no-repeat 0 0;
        height: 183px;
        width: 650px;
        overflow: hidden;
    }

        .blog-wrapper .body ul {
            margin: 10px 20px;
            clear: both;
        }

            .blog-wrapper .body ul li {
                padding: 10px 2px 2px 2px;
                border-bottom: solid 1px #666;
                height: 22px;
            }

                .blog-wrapper .body ul li:hover {
                    background: url('/public/images/highlight.png');
                }

                .blog-wrapper .body ul li a {
                    color: #EEE;
                    font-weight: bold;
                    font-size: 12px;
                }

                .blog-wrapper .body ul li .time-stamp {
                    color: #aaaaaa;
                    font-size: 11px;
                    font-weight: bold;
                    font-style: italic;
                }


/* DETAIL */
.news-article-container {
}

    .news-article-container .left-column {
        background: url('/public/images/grey-noise.gif') repeat-y;
    }

        .news-article-container .left-column .wrapper {
            background: url('/public/images/noise-bg.gif') no-repeat;
            color: White;
            min-height: 600px;
            padding: 20px;
            width: 948px;
        }

    .news-article-container .article-title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px;
        width: 620px;
    }

    .news-article-container .article-author {
        color: #c6c6c6;
        font-size: 11px;
        font-style: italic;
    }

    .news-article-container .article-published {
        font-size: 10px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .news-article-container .article-hero img {
        width: 610px;
    }

    .news-article-container .social {
        margin: 15px 20px 0 0;
        width: 50px;
    }

    .news-article-container .fb-like {
        padding: 7px;
    }

    .news-article-container .article-text {
        color: #C6C6C6;
        font-size: 9pt;
        line-height: 1.5em;
        margin: 15px 0 0 75px;
        width: 530px;
    }

        .news-article-container .article-text a {
            color: #b5001b;
        }

        .news-article-container .article-text p {
            margin: 0px 0px 10px 0px;
        }

            .news-article-container .article-text p strong {
                font-size: 11pt;
            }

.news-header-selection-section .header {
    border-bottom: 2px solid #b5001b;
    height: 66px;
}

    .news-header-selection-section .header .text {
        float: left;
        color: White;
        font-size: 24px;
        font-weight: bold;
        margin: 30px 0px 0px 20px;
    }

    .news-header-selection-section .header .izod-news-btn {
        background: url('/public/images/izod-menu-active.png') no-repeat;
        background-position: center;
        filter: alpha(opacity=60);
        opacity: 0.6;
        width: 96px;
        height: 39px;
        margin: 21px 64px 0px 0px;
        float: right;
    }

    .news-header-selection-section .header .izod-news-btn-active {
        background: url('/public/images/izod-menu-active.png') no-repeat;
        background-position: center;
        width: 96px;
        height: 39px;
        margin: 21px 64px 0px 0px;
        float: right;
        cursor: pointer;
    }

    .news-header-selection-section .header .mazda-news-btn {
        background: url('/public/images/mazda-menu-active.png') no-repeat;
        background-position: center;
        filter: alpha(opacity=60);
        opacity: 0.6;
        width: 58px;
        height: 39px;
        margin: 21px 35px 0px 0px;
        float: right;
    }

    .news-header-selection-section .header .mazda-news-btn-active {
        background: url('/public/images/mazda-menu-active.png') no-repeat;
        background-position: center;
        width: 58px;
        height: 43px;
        margin: 21px 35px 0px 0px;
        float: right;
        cursor: pointer;
    }

    .news-header-selection-section .header .izod-news-btn:hover {
        background: url('/public/images/izod-menu-active.png') no-repeat;
        background-position: center;
        filter: alpha(opacity=100);
        opacity: 1.0;
        width: 96px;
        height: 33px;
        margin: 21px 64px 0px 0px;
        float: right;
        cursor: pointer;
    }

    .news-header-selection-section .header .mazda-news-btn:hover {
        background: url('/public/images/mazda-menu-active.png') no-repeat;
        background-position: center;
        filter: alpha(opacity=100);
        opacity: 1.0;
        width: 58px;
        height: 39px;
        margin: 21px 35px 0px 0px;
        float: right;
        cursor: pointer;
    }

    .news-header-selection-section .header .izod-news-btn-selected {
        background: url('/public/images/izod-menu-active.png') no-repeat;
        background-position: center;
        width: 96px;
        height: 33px;
        margin: 21px 64px 0px 0px;
        float: right;
        cursor: pointer;
    }

    .news-header-selection-section .header .mazda-news-btn-selected {
        background: url('/public/images/mazda-menu-active.png') no-repeat;
        background-position: center;
        width: 58px;
        height: 39px;
        margin: 21px 35px 0px 0px;
        float: right;
        cursor: pointer;
    }

    .news-header-selection-section .header .izod-slider {
        background: url('/public/images/news-header-slider.png') no-repeat;
        width: 138px;
        height: 10px;
        float: right;
        margin: 65px -117px 0px 0px;
    }

    .news-header-selection-section .header .mazda-slider {
        background: url('/public/images/news-header-slider.png') no-repeat;
        width: 138px;
        height: 10px;
        float: right;
        margin: 65px -255px 0px 0px;
    }

.news-header-selection-section .next-prev-container {
    background: url('/public/images/news-header-prev-next-bg.png') repeat-x;
    height: 57px;
    margin: 16px 0px 0px 0px;
}

    .news-header-selection-section .next-prev-container .divider {
        background: url('/public/images/news-header-prev-next-divider.png') no-repeat transparent;
        float: left;
        width: 2px;
        height: 57px;
    }

    .news-header-selection-section .next-prev-container .prev-news {
        height: 57px;
        width: 476px;
        float: left;
        padding: 0px 0px 0px 13px;
    }

        .news-header-selection-section .next-prev-container .prev-news:hover {
            background: url('/public/images/news-header-prev-next-hover.png') repeat-x;
            height: 57px;
            width: 476px;
            float: left;
            padding: 0px 0px 0px 13px;
        }

        .news-header-selection-section .next-prev-container .prev-news a {
            background: url('/public/images/news-header-prev-arrow.png') no-repeat left center;
            height: 57px;
            width: 419px;
            display: block;
            padding-left: 40px;
            text-align: center;
        }

    .news-header-selection-section .next-prev-container .next-news {
        height: 57px;
        width: 475px;
        float: right;
        padding: 0px 13px 0px 0px;
    }

        .news-header-selection-section .next-prev-container .next-news:hover {
            background: url('/public/images/news-header-prev-next-hover.png') repeat-x;
            height: 57px;
            width: 475px;
            float: right;
            padding: 0px 13px 0px 0px;
        }

        .news-header-selection-section .next-prev-container .next-news a {
            background: url('/public/images/news-header-next-arrow.png') no-repeat right center;
            height: 57px;
            display: block;
            padding: 0 20px 0 20px;
            text-align: center;
            width: 435px;
        }

    .news-header-selection-section .next-prev-container .label {
        display: block;
        color: #ffffff;
        font-size: 11px;
        font-weight: bold;
        padding: 6px 0px 0px 0px;
    }

    .news-header-selection-section .next-prev-container .title {
        height: 34px;
        overflow: hidden;
        display: block;
        color: #c1c1c1;
        font-size: 16px;
        font-weight: bold;
        padding: 6px 0px 0px 0px;
    }

.news-facebook-header {
    background: url('/public/images/news-detail-join-conversation.png') no-repeat;
    height: 18px;
    width: 246px;
    margin: 0px 0px 15px 0px;
}

.news-facebook-comments {
    background-color: #333;
    width: 610px;
}

/* INDYCAR RELATED NEWS - RIGHT BAR */
.indycar-news-header {
    height: 52px;
    width: 320px;
}

    .indycar-news-header .header {
        background: url('/public/images/indycar-news-header-bg.jpg') repeat-x;
        position: absolute;
        height: 52px;
        width: 320px;
    }

        .indycar-news-header .header .corner {
            background: url('/public/images/indycar-news-header-corner-bg.jpg') no-repeat;
            float: right;
            height: 52px;
            width: 63px;
        }

        .indycar-news-header .header .title {
            background: url('/public/images/indycar-news-sub-title.png') no-repeat;
            float: left;
            margin: 15px 0px 16px 10px;
            height: 23px;
            width: 183px;
        }

        .indycar-news-header .header .rss {
            background: url('/public/images/indycar-news-header-rss.png') no-repeat;
            float: left;
            margin: 18px 0px 18px -7px;
            height: 16px;
            width: 16px;
        }

            .indycar-news-header .header .rss:hover {
                background: url('/public/images/indycar-news-header-rss.png') no-repeat transparent;
                opacity: 0.75;
                filter: alpha(opacity=75);
            }

        .indycar-news-header .header .race-detail-title {
            background: url('/public/images/race-detail-related-news.png') no-repeat;
            float: left;
            margin: 15px 0px 16px 10px;
            height: 23px;
            width: 183px;
        }

.indycar-news-container {
    background: url('/public/images/grey-noise.gif') repeat-y;
    width: 320px;
}

    .indycar-news-container .jcarousel-container {
    }

    .indycar-news-container .jcarousel-container-vertical {
        padding: 17px 0px 0px 0px;
        height: 324px;
        width: 320px;
    }

    .indycar-news-container .jcarousel-clip-vertical {
        height: 322px;
        width: 320px;
        overflow: hidden;
    }

    .indycar-news-container .jcarousel-clip {
        overflow: hidden;
    }

    .indycar-news-container .quick-news {
        height: 45px !important;
        width: 290px;
        border-top: 1px solid #4e4e4e;
        margin: 0px 10px 0px 10px;
        padding: 0px 6px 0px 6px;
    }

        .indycar-news-container .quick-news a {
            background: url('/public/images/indycar-news-arrow.png') no-repeat right center;
            padding: 10px 12px 8px 0px;
            display: inline-block;
            cursor: pointer;
        }

        .indycar-news-container .quick-news:hover {
            background: #545454;
            background: rgba(255, 255, 255, 0.23);
        }

        .indycar-news-container .quick-news .title {
            color: #eeeeee;
            font-size: 12px;
            font-weight: bold;
            display: inline-block;
            height: 13px;
            overflow: hidden;
            width: 268px;
        }

        .indycar-news-container .quick-news .time {
            color: #aaaaaa;
            font-size: 11px;
            font-style: italic;
            padding: 4px 0px 0px 0px;
            display: inline-block;
            height: 15px;
            width: 280px;
        }

    .indycar-news-container .quick-news-more {
        padding: 23px 6px 0px 6px;
    }

        .indycar-news-container .quick-news-more .btn-text {
            background: url('/public/images/indycar-news-more-arrow.png') no-repeat right center;
            color: #eeeeee;
            font-size: 12px;
            font-weight: bold;
            display: block;
            padding: 10px 0px 10px 21px;
        }

    .indycar-news-container .quick-news-controls {
        margin: 10px 0px 26px 10px;
        padding: 0px 15px 0px 0px;
        color: #bbbbbb;
        font-size: 12px;
        font-style: italic;
        font-weight: bold;
    }

        .indycar-news-container .quick-news-controls .btn {
            color: #bbbbbb;
            font-size: 12px;
            font-style: italic;
            font-weight: bold;
            display: inline-block;
            cursor: pointer;
        }

            .indycar-news-container .quick-news-controls .btn:hover {
                color: #eeeeee;
                font-size: 12px;
                font-style: italic;
                font-weight: bold;
                display: inline-block;
                cursor: pointer;
            }

    .indycar-news-container .more-news {
        margin: 10px 0px 55px 0px;
        padding: 0px 15px 0px 0px;
        color: #bbbbbb;
        font-size: 12px;
        font-style: italic;
        font-weight: bold;
    }

    .indycar-news-container .end-quick-news {
        border-top: 1px solid #4e4e4e;
        border-bottom: 1px solid #ffffff;
        width: 320px;
        margin: 0px 0px 0px 0px;
        height: 1px;
    }


/* IN THE NEWS - RIGHT BAR */
.in-the-news-container {
    background-color: #ffffff;
    width: 320px;
}

    .in-the-news-container .header {
        background: url('/public/images/in-the-news-header-bg.png') repeat-x;
        background-color: #000000;
        height: 52px;
    }

        .in-the-news-container .header .title {
            background: url('/public/images/in-the-news-header.png') no-repeat;
            float: left;
            height: 17px;
            width: 107px;
            margin: 19px 0px 17px 13px;
        }

    .in-the-news-container ul {
        padding: 6px 10px 0px 10px;
    }

    .in-the-news-container .dated-news {
        border-bottom: 1px solid #cccccc;
    }

        .in-the-news-container .dated-news a {
            display: block;
            padding: 13px 0px 9px 0px;
            cursor: hand;
        }

            .in-the-news-container .dated-news a:hover {
                background: #dadada;
                background: rgba(0, 0, 0, 0.19);
                filter: alpha(opacity=19);
            }

        .in-the-news-container .dated-news .day {
            display: inline-block;
            color: #a4a4a4;
            font-size: 30px;
            font-weight: bold;
            width: 35px;
            padding: 0px 0px 0px 4px;
            text-align: center;
        }

        .in-the-news-container .dated-news .month {
            display: inline-block;
            color: #a4a4a4;
            font-size: 18px;
            font-weight: bold;
            width: 35px;
            padding: 0px 0px 0px 4px;
        }

        .in-the-news-container .dated-news .title {
            display: inline-block;
            color: #262626;
            font-size: 12px;
            font-weight: bold;
            width: 240px;
            padding: 0px 0px 0px 11px;
        }

        .in-the-news-container .dated-news .source {
            display: inline-block;
            color: #6b6b6b;
            font-size: 11px;
            font-weight: bold;
            font-style: italic;
            width: 240px;
            padding: 0px 0px 0px 11px;
        }

    .in-the-news-container .more-news a {
        display: block;
        padding: 13px 0px 9px 0px;
    }

    .in-the-news-container .more-news .more-btn {
        background-color: #b5001b;
        margin: 26px 0px 21px -10px;
        padding: 0px 8px 0px 0px;
        height: 33px;
        width: 205px;
        display: block;
    }

        .in-the-news-container .more-news .more-btn:hover {
            background-color: #686868;
            margin: 26px 0px 21px -10px;
            padding: 0px 8px 0px 0px;
            height: 33px;
            width: 205px;
            display: block;
        }

    .in-the-news-container .more-news .btn-text {
        background: url('/public/images/indycar-news-more-arrow.png') no-repeat right center;
        color: #eeeeee;
        font-size: 12px;
        font-weight: bold;
        display: block;
        padding: 10px 0px 10px 21px;
    }

.header {
    border-bottom: 2px solid #b5001b;
    height: 66px;
}

    .header h1 {
        float: left;
        color: White;
        font-size: 24px;
        font-weight: bold;
        margin: 30px 0px 0px 20px;
    }

    .header .selector {
        float: right;
        width: 130px;
        margin: 30px 0px 0px 20px;
        font-weight: bold;
    }

    .header .button-container {
        float: right;
        width: 285px;
    }

        .header .button-container .izod-news-btn {
            background: url('/public/images/izod-menu-inactive.png') no-repeat;
            background-position: center;
            width: 96px;
            height: 39px;
            margin: 21px 64px 0px 0px;
            float: right;
        }

        .header .button-container .mazda-news-btn {
            background: url('/public/images/mazda-menu-inactive.png') no-repeat;
            width: 58px;
            height: 39px;
            margin: 21px 35px 0px 0px;
            float: right;
        }

        .header .button-container .izod-news-btn:hover {
            background: url('/public/images/izod-menu-active.png') no-repeat;
            background-position: center;
            width: 96px;
            height: 39px;
            margin: 21px 64px 0px 0px;
            float: right;
            cursor: pointer;
        }

        .header .button-container .mazda-news-btn:hover {
            background: url('/public/images/mazda-menu-active.png') no-repeat;
            width: 58px;
            height: 39px;
            margin: 21px 35px 0px 0px;
            float: right;
            cursor: pointer;
        }

        .header .button-container .izod-news-btn-active {
            background: url('/public/images/izod-menu-active.png') no-repeat;
            background-position: center;
            width: 96px;
            height: 39px;
            margin: 21px 64px 0px 0px;
            float: right;
            cursor: pointer;
        }

        .header .button-container .mazda-news-btn-active {
            background: url('/public/images/mazda-menu-active.png') no-repeat;
            background-position: center;
            width: 58px;
            height: 39px;
            margin: 21px 35px 0px 0px;
            float: right;
            cursor: pointer;
        }

        .header .button-container .izod-slider {
            background: url('/public/images/news-header-slider.png') no-repeat;
            width: 138px;
            height: 10px;
            float: right;
            margin: 65px -117px 0px 0px;
        }

        .header .button-container .mazda-slider {
            background: url('/public/images/news-header-slider.png') no-repeat;
            width: 138px;
            height: 10px;
            float: right;
            margin: 65px -255px 0px 0px;
        }

/*.sub-header { height: 75px; margin: 10px 0px 0px 0px; }
.sub-header .series-highlight { background: url('/public/images/driver-series-title-active-bg.png'); float: left; height: 45px; margin: -10px 0px 0px 10px; width: 230px;  }
.sub-header .series-highlight img { margin: 9px 0 0 11px; }
.sub-header .series-highlight .text { float: left; font-weight: bold; text-transform: uppercase; margin: 15px 0 0 4px; font-size: 11px;}*/
.sub-header .series-highlight {
    background: url('/public/images/sprite-series-background.png') no-repeat;
    float: left;
    height: 30px;
    width: 220px;
    font-size: 8pt;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
    padding-top: 15px;
    padding-left: 10px;
}

    .sub-header .series-highlight img {
        vertical-align: middle;
        padding-right: 5px;
    }

.sub-header .sort-container {
    float: right;
    height: 20px;
    width: 980px;
}

.sub-header ul.road-to-indy {
    height: 45px;
    width: 700px;
}

    .sub-header ul.road-to-indy li {
        display: block;
        float: left;
        height: 45px;
        margin-right: 1px;
        width: 230px;
    }

        .sub-header ul.road-to-indy li a {
            background: url('/public/images/sprite-series-background.png');
            background-position: 0 -91px;
            display: block;
            float: left;
            height: 30px;
            padding-top: 15px;
            padding-left: 10px;
            margin-right: 1px;
            width: 220px;
            font-size: 8pt;
            color: white;
            text-transform: uppercase;
            font-weight: bold;
        }

            .sub-header ul.road-to-indy li a img {
                vertical-align: middle;
                padding-right: 5px;
            }

            .sub-header ul.road-to-indy li a:hover {
                background-position: 0 -45px;
            }

            .sub-header ul.road-to-indy li a.active {
                background-position: 0 0;
            }

.sub-header select {
    width: 194px;
}

.sub-header .sort-container .text {
    float: left;
    margin-bottom: 5px;
    font-weight: bold;
}

.sub-header .sort-container .selector {
    float: left;
    width: 194px;
}

.sub-header {
    height: 135px;
}

    .sub-header.statistics {
        height: 45px;
    }

    .sub-header .series-highlight {
        float: none;
    }

    .sub-header .sort-container {
        margin-top: 15px;
    }

    .sub-header .btn-driver {
        background: transparent url('/public/images/sprite-prev-next.png') repeat-x 0 0;
        height: 31px;
        overflow: hidden;
        padding: 15px 8px;
        position: relative;
        width: 254px;
    }

        .sub-header .btn-driver:hover {
            background-position: 0 bottom;
        }

    .sub-header .btn-driver-prev {
        padding-left: 45px;
    }

    .sub-header .btn-driver-next {
        padding-right: 45px;
    }

    .sub-header .btn-driver a {
        background: transparent url('/public/images/btn-driver-next.png') no-repeat 0 0;
        display: block;
        height: 61px;
        overflow: hidden;
        position: absolute;
        text-indent: -99999em;
        top: 0;
        left: 0;
        width: 307px;
    }

        .sub-header .btn-driver a.prev {
            background-position: 15px 0;
        }

        .sub-header .btn-driver a.next {
            background-position: 259px -61px;
        }

    .sub-header .btn-driver .driver-info {
        padding: 0 12px;
        width: 177px;
    }

    .sub-header .btn-driver .race-detail {
        padding: 0px;
        width: 263px;
    }

    .sub-header .btn-driver .driver-info span {
        display: block;
        text-align: center;
    }

        .sub-header .btn-driver .driver-info span.driver-name {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .sub-header .btn-driver .driver-info span.driver-team {
            color: #c1c1c1;
            font-size: 11px;
        }

    .sub-header .btn-driver .rank {
        color: #c1c1c1;
        font-size: 28px;
        font-weight: bold;
    }

        .sub-header .btn-driver .rank sup {
            font-size: 14px;
            vertical-align: top;
        }

    .sub-header .selector {
        margin-left: 80px;
    }

        .sub-header .selector label {
            display: block;
            color: #c1c1c1;
            font-size: 12px;
            font-weight: bold;
            line-height: 18px;
            text-align: center;
            text-transform: uppercase;
        }


/******************************************** VIDEOS ********************************************/
/* Landing Page */
/*.news-landing-page-wrapper { }
.news-landing-page-wrapper .left-column { }
.news-landing-page-wrapper .left-column .container { background: url('/public/images/grey-noise.gif') repeat-y; margin-bottom: 20px; padding-bottom: 20px;}
.news-landing-page-wrapper .left-column .wrapper { background: url('/public/images/noise-bg.gif') no-repeat; color: White; min-height: 600px; width: 650px; }*/
.video-header-selection-section .header h1 {
    float: left;
    color: White;
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0px 0px 20px;
}

.video-landing-page-wrapper .left-column .wrapper {
    color: White;
    min-height: 600px;
    width: 650px;
}

.video-landing-page-wrapper-container {
    background: url('/public/images/grey-noise.gif') repeat-y;
    color: White;
    margin-bottom: 30px;
    min-height: 600px;
    width: 650px;
    padding-bottom: 20px;
}

    .video-landing-page-wrapper-container .header {
        background: url('/public/images/sub-section-hdr-bg.jpg');
        height: 62px;
    }

    .video-landing-page-wrapper-container .filter {
        background: url('/public/images/social-select-bg.png') repeat-x;
        float: right;
        height: 22px;
        width: 200px;
    }

    .video-landing-page-wrapper-container .header .corner {
        background: url('/public/images/sprite-indy.png') -211px 0px;
        float: right;
        height: 62px;
        width: 74px;
    }

    .video-landing-page-wrapper-container .header .title {
        font-family: 'Roboto Condensed', Sans-Serif;
        font-weight: 900;
        font-style: italic;
        font-size: 22pt;
        text-transform: uppercase;
        color: white;
        float: left;
        margin: 15px 0 0 5px;
        height: 23px;
        width: 250px;
    }

    .video-landing-page-wrapper-container .inner {
        margin: 20px 20px 0 20px;
    }

    .video-landing-page-wrapper-container .hero-image-wrapper .new-item-wrapper {
        float: left;
        margin: 15px 15px 15px 0;
        width: 290px;
    }

        .video-landing-page-wrapper-container .hero-image-wrapper .new-item-wrapper img {
            border: solid 1px transparent;
            height: 172px;
            width: 290px;
            margin: 0 0 8px 0;
        }

            .video-landing-page-wrapper-container .hero-image-wrapper .new-item-wrapper img:hover {
                border: solid 1px #CCC;
            }

        .video-landing-page-wrapper-container .hero-image-wrapper .new-item-wrapper .date {
            color: #DD0000;
            font-weight: bold;
            width: 35px;
            height: 40px;
        }

        .video-landing-page-wrapper-container .hero-image-wrapper .new-item-wrapper .title {
            color: #FFF;
            font-size: 16px;
            font-weight: bold;
            height: 43px;
            margin-bottom: 0px;
            line-height: 1.3em;
            overflow: hidden;
            width: 245px;
        }

            .video-landing-page-wrapper-container .hero-image-wrapper .new-item-wrapper .title a {
                color: #EEE;
            }

        .video-landing-page-wrapper-container .hero-image-wrapper .new-item-wrapper .date-day {
            font-size: 24px;
            text-align: center;
        }

        .video-landing-page-wrapper-container .hero-image-wrapper .new-item-wrapper .date-month {
            font-size: 14px;
            text-align: center;
        }

        .video-landing-page-wrapper-container .hero-image-wrapper .new-item-wrapper .social-wrapper {
            float: left;
            margin-top: 10px;
        }

        .video-landing-page-wrapper-container .hero-image-wrapper .new-item-wrapper .hero-hr {
            border-bottom: solid 1px #363636;
            height: 10px;
            width: 190px;
            margin-right: 10px;
        }

    .video-landing-page-wrapper-container .hero-video-list {
        clear: both;
        margin: 20px 0 20px 0;
        width: 610px;
    }

        .video-landing-page-wrapper-container .hero-video-list ul {
        }

            .video-landing-page-wrapper-container .hero-video-list ul li {
                padding: 0px 2px 0px 2px;
                border-bottom: solid 1px #666;
            }

                .video-landing-page-wrapper-container .hero-video-list ul li:hover {
                    background: url('/public/images/highlight.png');
                }

                .video-landing-page-wrapper-container .hero-video-list ul li a {
                    color: #EEE;
                    font-weight: bold;
                    font-size: 12px;
                }

                .video-landing-page-wrapper-container .hero-video-list ul li .time-stamp {
                    color: #aaaaaa;
                    font-size: 12px;
                }

    .video-landing-page-wrapper-container .navigation {
        color: #626262;
        font-size: 12px;
        margin: 0 0 0 20px;
        width: 120px;
    }

        .video-landing-page-wrapper-container .navigation .sep {
            border-right: 1px solid #666;
            margin: 0 0 0 10px;
            width: 1px;
        }

        .video-landing-page-wrapper-container .navigation a {
            color: #626262;
            font-size: 12px;
        }

    .video-landing-page-wrapper-container .hero-video-list .jcarousel-container {
    }

    .video-landing-page-wrapper-container .hero-video-list .jcarousel-container-vertical {
        clear: both;
        height: 212px;
        width: 610px;
    }

    .video-landing-page-wrapper-container .hero-video-list .jcarousel-clip-vertical {
        height: 210px;
        width: 610px;
        overflow: hidden;
    }

    .video-landing-page-wrapper-container .hero-video-list .jcarousel-clip {
        overflow: hidden;
        border-top: solid 2px #666;
    }

    .video-landing-page-wrapper-container .hero-video-list .items {
        height: 34px !important;
        width: 610px;
        border-bottom: solid 1px #666;
    }

        .video-landing-page-wrapper-container .hero-video-list .items a {
            height: 34px;
            width: 610px;
            display: block;
            cursor: pointer;
        }

        .video-landing-page-wrapper-container .hero-video-list .items:hover {
            background: #545454;
            background: rgba(255, 255, 255, 0.23);
        }

        .video-landing-page-wrapper-container .hero-video-list .items .title {
            color: #eeeeee;
            font-size: 12px;
            font-weight: bold;
            display: inline;
            float: left;
            padding: 11px 0px 0px 5px;
            width: 500px;
            height: 13px;
            overflow: hidden;
        }

        .video-landing-page-wrapper-container .hero-video-list .items .time {
            color: #aaaaaa;
            font-size: 11px;
            font-weight: bold;
            font-style: italic;
            display: inline;
            float: right;
            padding: 11px 5px 0px 0px;
        }

    .video-landing-page-wrapper-container .navigation {
        padding: 0px 15px 0px 0px;
        color: #bbbbbb;
        font-size: 12px;
        font-style: italic;
        font-weight: bold;
    }

        .video-landing-page-wrapper-container .navigation .btn {
            color: #bbbbbb;
            font-size: 12px;
            font-style: italic;
            font-weight: bold;
            display: inline-block;
            cursor: poitner;
        }

            .video-landing-page-wrapper-container .navigation .btn:hover {
                color: #eeeeee;
                font-size: 12px;
                font-style: italic;
                font-weight: bold;
                display: inline-block;
                cursor: pointer;
            }

/* DRIVERS LANDING PAGE */
/*.drivers-landing-page .sub-header .sort-container {
    float: right;
    margin: 25px 3px 0px 0px;
    height: 20px;
    width: 194px;
}*/

.drivers .noise {
    background: url('/public/images/drivers-noise-bg.jpg');
}

.drivers .sun {
    background: url('/public/images/drivers-bg.jpg') no-repeat;
    height: 715px;
}

.drivers .wrapper {
    padding: 0 10px 10px;
}

.drivers .left-side {
    background: url('/public/images/vertical-izod-drivers.png') no-repeat 20px 160px;
    min-height: 1400px;
    padding-bottom: 160px;
    width: 114px;
}

    .drivers .left-side ul {
        margin: 0;
    }

        .drivers .left-side ul li {
            font-size: 10px;
        }

            .drivers .left-side ul li a {
                background: url('/public/images/sprite-indy.png') -6px 0;
                color: White;
                display: block;
                font-weight: bold;
                padding: 15px 0 0 15px;
                text-transform: uppercase;
                height: 30px;
                width: 99px;
            }

                .drivers .left-side ul li a:hover {
                    background: url('/public/images/sprite-indy.png') -6px -45px;
                    color: White;
                    display: block;
                    font-weight: bold;
                    padding: 15px 0 0 15px;
                    text-transform: uppercase;
                    height: 30px;
                    width: 99px;
                }

.drivers-landing-page {
}

    .drivers-landing-page .header {
        border-bottom: 2px solid #b5001b;
        height: 66px;
    }

        .drivers-landing-page .header h1 {
            float: left;
            color: White;
            font-size: 24px;
            font-weight: bold;
            margin: 30px 0px 0px 20px;
        }

        .drivers-landing-page .header .button-container {
            float: right;
            width: 300px;
        }

            .drivers-landing-page .header .button-container .izod-news-btn {
                background: url('/public/images/izod-menu-inactive.png') no-repeat;
                background-position: center;
                width: 96px;
                height: 39px;
                margin: 21px 64px 0px 0px;
                float: right;
            }

            .drivers-landing-page .header .button-container .mazda-news-btn {
                background: url('/public/images/mazda-menu-inactive.png') no-repeat;
                width: 58px;
                height: 39px;
                margin: 21px 35px 0px 0px;
                float: right;
            }

            .drivers-landing-page .header .button-container .izod-news-btn-active {
                background: url('/public/images/izod-menu-active.png') no-repeat;
                background-position: center;
                width: 96px;
                height: 39px;
                margin: 21px 64px 0px 0px;
                float: right;
                cursor: pointer;
            }

            .drivers-landing-page .header .button-container .mazda-news-btn-active {
                background: url('/public/images/mazda-menu-active.png') no-repeat;
                width: 58px;
                height: 39px;
                margin: 21px 35px 0px 0px;
                float: right;
                cursor: pointer;
            }

            .drivers-landing-page .header .button-container .izod-news-btn:hover {
                background: url('/public/images/izod-menu-active.png') no-repeat;
                background-position: center;
                width: 96px;
                height: 39px;
                margin: 21px 64px 0px 0px;
                float: right;
                cursor: pointer;
            }

            .drivers-landing-page .header .button-container .mazda-news-btn:hover {
                background: url('/public/images/mazda-menu-active.png') no-repeat;
                width: 58px;
                height: 39px;
                margin: 21px 35px 0px 0px;
                float: right;
                cursor: pointer;
            }

            .drivers-landing-page .header .button-container .izod-news-btn-selected {
                background: url('/public/images/izod-menu-active.png') no-repeat;
                background-position: center;
                width: 96px;
                height: 39px;
                margin: 21px 64px 0px 0px;
                float: right;
                cursor: pointer;
            }

            .drivers-landing-page .header .button-container .mazda-news-btn-selected {
                background: url('/public/images/mazda-menu-active.png') no-repeat;
                width: 58px;
                height: 39px;
                margin: 21px 35px 0px 0px;
                float: right;
                cursor: pointer;
            }

            .drivers-landing-page .header .button-container .izod-slider {
                background: url('/public/images/news-header-slider.png') no-repeat;
                width: 138px;
                height: 10px;
                float: right;
                margin: 65px -117px 0px 0px;
            }

            .drivers-landing-page .header .button-container .mazda-slider {
                background: url('/public/images/news-header-slider.png') no-repeat;
                width: 138px;
                height: 10px;
                float: right;
                margin: 65px -255px 0px 0px;
            }

    .drivers-landing-page .sub-header {
        height: 75px;
        margin: 10px 0px 0px 0px;
    }

        .drivers-landing-page .sub-header .series-highlight {
            margin: -10px 0px 0px 0px;
        }

        .drivers-landing-page .sub-header .sort-container {
            float: right;
            margin: -25px 3px 0px 0px;
            height: 20px;
            width: 194px;
        }

        .drivers-landing-page .sub-header select {
            width: 194px;
        }

        .drivers-landing-page .sub-header .sort-container .text {
            float: left;
            margin-bottom: 5px;
            font-weight: bold;
        }

        .drivers-landing-page .sub-header .sort-container .selector {
            float: left;
            width: 194;
        }

    .drivers-landing-page .noise {
        background: url('/public/images/drivers-noise-bg.jpg');
    }

    .drivers-landing-page .sun {
        background: url('/public/images/drivers-bg.jpg') no-repeat;
        height: 715px;
    }

    .drivers-landing-page .wrapper {
        padding: 10px;
    }

    .drivers-landing-page .left-side {
        background: url('/public/images/vertical-izod-drivers.png') no-repeat 20px 160px;
        min-height: 1500px;
        padding-bottom: 160px;
        width: 114px;
    }

        .drivers-landing-page .left-side ul {
            margin: 0;
        }

            .drivers-landing-page .left-side ul li {
                font-size: 10px;
            }

                .drivers-landing-page .left-side ul li a {
                    background: url('/public/images/sprite-indy.png') -6px -45px;
                    color: White;
                    display: block;
                    font-weight: bold;
                    padding: 15px 0 0 15px;
                    text-transform: uppercase;
                    height: 30px;
                    width: 99px;
                }

                    .drivers-landing-page .left-side ul li a.Logo {
                        background: url('/public/images/sprite-indy.png') -6px -45px;
                        color: White;
                        display: block;
                        font-weight: bold;
                        padding: 5px 0 0 5px;
                        text-transform: uppercase;
                        height: 40px;
                        width: 109px;
                    }

                    .drivers-landing-page .left-side ul li a.active {
                        background: url('/public/images/sprite-indy.png') -6px 0;
                        color: White;
                        display: block;
                        font-weight: bold;
                        text-transform: uppercase;
                    }

                    .drivers-landing-page .left-side ul li a:hover {
                        background: url('/public/images/sprite-indy.png') -6px 0;
                        color: White;
                        display: block;
                        font-weight: bold;
                        text-transform: uppercase;
                    }

    .drivers-landing-page .drivers-wrapper {
        padding: 0 0px 0 15px;
        width: 680px;
    }

        .drivers-landing-page .drivers-wrapper ul {
            margin: 0;
        }

            .drivers-landing-page .drivers-wrapper ul li {
                background: url('/public/images/gutterpx.png');
                float: left;
                height: 300px;
                margin: 0 10px 10px 0;
                position: relative;
                width: 160px;
            }

                .drivers-landing-page .drivers-wrapper ul li .end-plate {
                    float: right;
                    height: 22px;
                    margin-right: 2px;
                    width: 40px;
                }

                .drivers-landing-page .drivers-wrapper ul li .country {
                    float: right;
                    height: 22px;
                    width: 42px;
                }

                .drivers-landing-page .drivers-wrapper ul li .headshot {
                    height: 112px;
                    width: 160px;
                    background: white;
                    margin-top: 5px;
                }

                .drivers-landing-page .drivers-wrapper ul li .profile-img-wrapper {
                    position: relative;
                    z-index: 1;
                }

                    .drivers-landing-page .drivers-wrapper ul li .profile-img-wrapper .rookie-logo-overlay {
                        position: absolute;
                        bottom: 3px;
                        left: 3px;
                    }

                    .drivers-landing-page .drivers-wrapper ul li .profile-img-wrapper .verizon-p1-logo-overlay {
                        position: absolute;
                        bottom: 3px;
                        right: 3px;
                    }

                .drivers-landing-page .drivers-wrapper ul li .driver-name {
                    font-size: 12px;
                    font-weight: bold;
                }

                .drivers-landing-page .drivers-wrapper ul li .team-name {
                    color: #a4a4a4;
                    font-size: 10px;
                    font-weight: bold;
                    height: 27px;
                    line-height: 12px;
                    margin: 5px 0;
                    overflow: hidden;
                }

                .drivers-landing-page .drivers-wrapper ul li .driver-wrapper {
                    color: #C6C6C6;
                    margin: 10px;
                }

                    .drivers-landing-page .drivers-wrapper ul li .driver-wrapper a {
                        color: #C6C6C6;
                    }

                .drivers-landing-page .drivers-wrapper ul li .wins {
                    width: 30px;
                    color: #a4a4a4;
                    font-size: 10px;
                    font-weight: bold;
                    line-height: 1.3em;
                    text-align: center;
                }

                .drivers-landing-page .drivers-wrapper ul li .points {
                    width: 30px;
                    color: #a4a4a4;
                    font-size: 10px;
                    font-weight: bold;
                    line-height: 1.3em;
                    margin-left: 5px;
                }

                .drivers-landing-page .drivers-wrapper ul li .wins-value {
                    width: 30px;
                    font-size: 14px;
                    font-weight: bold;
                    text-align: center;
                }

                .drivers-landing-page .drivers-wrapper ul li .points-value {
                    width: 30px;
                    font-size: 14px;
                    font-weight: bold;
                    color: #C6C6C6;
                    margin-left: 5px;
                    text-align: center;
                }

                .drivers-landing-page .drivers-wrapper ul li .car-wrapper {
                    margin: 10px 0 0 -4px;
                }

                .drivers-landing-page .drivers-wrapper ul li .car-thumb {
                    width: 148px;
                    height: 34px;
                }

                .drivers-landing-page .drivers-wrapper ul li .social-wrapper {
                    margin: 12px 0 0 0;
                }

                    .drivers-landing-page .drivers-wrapper ul li .social-wrapper a {
                        background: transparent url('/public/images/sprite-social-icons.png') no-repeat 0 0;
                        display: block;
                        float: left;
                        height: 16px;
                        margin-right: 5px;
                        width: 16px;
                    }

                    .drivers-landing-page .drivers-wrapper ul li .social-wrapper .twitter {
                        background-position: -21px 0;
                    }

                    .drivers-landing-page .drivers-wrapper ul li .social-wrapper .youtube {
                        background-position: -42px 0;
                    }

                    .drivers-landing-page .drivers-wrapper ul li .social-wrapper .flickr {
                        background-position: -63px 0;
                    }

                .drivers-landing-page .drivers-wrapper ul li:hover {
                    background-color: Gray;
                }

    .drivers-landing-page .ads {
        background: white;
        width: 160px;
    }

.drivers-details-page .izod-series.hero-container {
}

.drivers-details-page .hero-container {
    height: 389px;
    position: relative;
    width: 980px;
}

    .drivers-details-page .hero-container .driver-overview {
        left: 0;
        position: absolute;
        top: 0;
        width: 980px;
    }

        .drivers-details-page .hero-container .driver-overview .driver-details-wrap {
            background: transparent url('/public/images/bg-hero-driver-name.png') no-repeat 0 0;
            height: 109px;
            overflow: hidden;
            padding: 7px 220px 0 57px;
            position: absolute;
            right: 0;
            top: 200px;
        }

            .drivers-details-page .hero-container .driver-overview .driver-details-wrap .driver-name {
                font-size: 36px;
                margin-bottom: 18px;
            }

                .drivers-details-page .hero-container .driver-overview .driver-details-wrap .driver-name .firstname {
                    color: #929292;
                }

                .drivers-details-page .hero-container .driver-overview .driver-details-wrap .driver-name .lastname {
                    font-weight: bold;
                }

            .drivers-details-page .hero-container .driver-overview .driver-details-wrap .driver-team {
                color: #bbb;
                font-size: 15px;
                margin-top: 4px;
                text-transform: uppercase;
                float: right;
                margin-right: 10px;
            }

            .drivers-details-page .hero-container .driver-overview .driver-details-wrap .driver-plates {
                margin-right: 10px;
            }

                .drivers-details-page .hero-container .driver-overview .driver-details-wrap .driver-plates li {
                    margin-left: 7px;
                }

        .drivers-details-page .hero-container .driver-overview .country, .drivers-details-page .hero-container .driver-overview .end-plate {
            height: 22px;
            width: 42px;
        }

        .drivers-details-page .hero-container .driver-overview .driver-image {
            margin: 153px 20px 0 0;
            position: relative;
        }

            .drivers-details-page .hero-container .driver-overview .driver-image .rank, .drivers-wrapper li .rank {
                background-color: #b5001b;
                border-top: 1px solid #d77483;
                color: #fff;
                font-family: helvetica, Arial, Sans-Serif;
                font-size: 18px;
                font-weight: bold;
                height: 26px;
                left: 0;
                line-height: 19px;
                padding: 10px;
                position: absolute;
                text-align: center;
                top: 0;
                width: 28px;
                z-index: 10;
            }

            .drivers-details-page .hero-container .driver-overview .driver-image .mazda.rank, .drivers-wrapper .mazda-rank li .rank {
                background-color: #2b74be;
                border-top: 1px solid #8bb3dc;
            }

            .drivers-details-page .hero-container .driver-overview .driver-image .rank sup, .drivers-wrapper li .rank sup {
                font-size: 10px;
                vertical-align: super;
            }

            .drivers-details-page .hero-container .driver-overview .driver-image img {
                border: 6px solid #fff;
            }

.drivers-details-page .road-to-indy.hero-container {
    background: transparent url('/public/images/bg-drivers-roadtoindy-hero.jpg') no-repeat 0 0;
    height: 263px;
    padding: 20px;
    width: 610px;
}

    .drivers-details-page .road-to-indy.hero-container .driver-overview {
        height: 263px;
        left: 20px;
        top: 20px;
        width: 610px;
    }

        .drivers-details-page .road-to-indy.hero-container .driver-overview .driver-details-wrap {
            background: transparent none;
            padding: 0;
            top: 175px;
        }

            .drivers-details-page .road-to-indy.hero-container .driver-overview .driver-details-wrap .driver-name {
                background: transparent url('/public/images/bg-drivers-roadtoindy-name.png') no-repeat 0 0;
                float: right;
                height: 45px;
                margin-bottom: 0;
                padding: 4px 207px 0 35px;
                position: absolute;
                right: 0;
                top: 5px;
                text-align: right;
            }

                .drivers-details-page .road-to-indy.hero-container .driver-overview .driver-details-wrap .driver-name .firstname {
                    font-size: 18px;
                }

                .drivers-details-page .road-to-indy.hero-container .driver-overview .driver-details-wrap .driver-name .lastname {
                    font-size: 22px;
                }

            .drivers-details-page .road-to-indy.hero-container .driver-overview .driver-details-wrap .driver-plates {
                background: transparent url('/public/images/bg-drivers-roadtoindy-team.png') no-repeat 0 0;
                height: 35px;
                margin-top: 49px;
                padding: 10px 185px 0 32px;
            }

                .drivers-details-page .road-to-indy.hero-container .driver-overview .driver-details-wrap .driver-plates li .driver-team {
                    line-height: 23px;
                    margin-left: 10px;
                }

        .drivers-details-page .road-to-indy.hero-container .driver-overview .driver-image {
            margin: 73px 0 0;
        }

.driver-info-container .header {
    border-bottom: 0 none;
    height: 62px;
}

.driver-info-container .tabs {
    padding-bottom: 20px;
}

    .driver-info-container .tabs .tabs-header {
        margin: 0 20px 20px;
    }

    .driver-info-container .tabs .driver-info-nav, .event-info-container .tabs .event-info-nav {
        background: transparent url('/public/images/bg-social-nav.png') repeat-x 0 0;
        height: 22px;
        padding: 2px;
    }

        .driver-info-container .tabs .driver-info-nav li a {
            background: transparent url('/public/images/sprite-driver-info-nav.png') no-repeat 0 0;
            display: block;
            height: 22px;
            overflow: hidden;
            text-indent: -99999em;
            width: 82px;
        }

            .driver-info-container .tabs .driver-info-nav li a.tab-profile.active {
                background-position: 0 bottom;
            }

            .driver-info-container .tabs .driver-info-nav li a.tab-bio {
                background-position: -84px 0;
            }

                .driver-info-container .tabs .driver-info-nav li a.tab-bio.active {
                    background-position: -84px bottom;
                }

            .driver-info-container .tabs .driver-info-nav li a.tab-history {
                background-position: -168px 0;
            }

                .driver-info-container .tabs .driver-info-nav li a.tab-history.active {
                    background-position: -168px bottom;
                }

            .driver-info-container .tabs .driver-info-nav li a.tab-news {
                background-position: -252px 0;
            }

                .driver-info-container .tabs .driver-info-nav li a.tab-news.active {
                    background-position: -252px bottom;
                }

    .driver-info-container .tabs .tab-content {
        display: none;
    }

        .driver-info-container .tabs .tab-content.active {
            display: block;
        }

        .driver-info-container .tabs .tab-content .history-wrap {
            height: 457px;
            overflow-y: scroll;
            padding: 0 38px;
            width: 555px;
        }

.driver-info-container #profile {
    padding: 0 20px;
}

.driver-info-container .tab-content .profile-stats {
    width: 352px;
}

    .driver-info-container .tab-content .profile-stats .personal-profile {
        margin-left: 10px;
    }

        .driver-info-container .tab-content .profile-stats .personal-profile li {
            border-bottom: 1px solid #666;
            margin-bottom: 13px;
            padding-bottom: 13px;
        }

            .driver-info-container .tab-content .profile-stats .personal-profile li.last {
                border-bottom: 0 none;
                padding-bottom: 0;
            }

    .driver-info-container .tab-content .profile-stats li .profile-title {
        color: #929292;
        font-weight: bold;
        margin-right: 5px;
    }

    .driver-info-container .tab-content .profile-stats .personal-profile li {
        font-size: 14px;
        padding-left: 10px;
    }

    .driver-info-container .tab-content .profile-stats .career-stats {
        background-color: #1b1b1b;
        background-color: rgba(0, 0, 0, 0.2);
    }

        .driver-info-container .tab-content .profile-stats .career-stats .career-stats-head {
            background-color: #000;
            color: #b5001b;
            font-size: 13px;
            font-weight: bold;
            margin-bottom: 6px;
            padding: 12px 15px;
        }

        .driver-info-container .tab-content .profile-stats .career-stats .career-profile {
            margin-bottom: 15px;
            padding: 0 10px 0 15px;
        }

            .driver-info-container .tab-content .profile-stats .career-stats .career-profile li {
                font-size: 24px;
                font-weight: bold;
                margin-right: 12px;
                text-align: center;
            }

                .driver-info-container .tab-content .profile-stats .career-stats .career-profile li.last {
                    margin-right: 0;
                }

                .driver-info-container .tab-content .profile-stats .career-stats .career-profile li .profile-title {
                    font-size: 11px;
                    line-height: 20px;
                }

    .driver-info-container .tab-content .profile-stats .car-thumb {
        float: right;
        padding: 0px 10px 0px 0px;
    }

.driver-info-container .tab-content .tab-head {
    background-color: #b5001b;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 22px;
}

.driver-info-container .tab-content .bio-container {
    background-color: #1b1b1b;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 11px;
    line-height: 1.5em;
    margin: 0 20px;
    padding: 10px;
}

.driver-info-container .tab-content .history-wrap {
    font-size: 11px;
    line-height: 1.5em;
}

.driver-career-stats table {
    width: 650px;
}

    .driver-career-stats table th, .driver-career-stats table td {
        border-right: 2px solid #000;
        font-size: 12px;
        font-weight: bold;
        height: 25px;
        text-align: center;
        vertical-align: middle;
        width: 45px;
    }

        .driver-career-stats table th.last, .driver-career-stats table td.last {
            border-right: 0 none;
        }

    .driver-career-stats table tr th.first, .driver-career-stats table tr td.first {
        width: 50px;
    }

    .driver-career-stats table tr th.series, .driver-career-stats table tr td.series {
        width: 100px;
    }

    .driver-career-stats table th {
        background-color: #b5001b;
    }

    .driver-career-stats table tr {
        border-bottom: 2px solid #000;
    }

        .driver-career-stats table tr.total {
            border-bottom: 0 none;
        }

        .driver-career-stats table tr td {
            background-color: #333131;
        }

        .driver-career-stats table tr:hover td {
            background-color: #6e6e6e;
        }

        .driver-career-stats table tr.total td {
            background-color: #464646;
        }

            .driver-career-stats table tr.total td:first-child {
                background-color: #000;
                text-align: right;
                padding-right: 15px;
            }

.driver-career-stats .footnote {
    margin-top: 7px;
}

    .driver-career-stats .footnote small {
        font-size: 10px;
    }

.drivers-details-page .left-column .title {
    background: transparent url('/public/images/sprite-driver-page.png') no-repeat 0 0;
    height: 22px;
    overflow: hidden;
    text-indent: -99999em;
}

.drivers-details-page .left-column .driver-info-container .title {
    background-position: 0 -150px;
    margin: 20px 155px 0 13px;
    width: 140px;
}

.drivers-details-page .left-column .flickr-social .title {
    background-position: 0 -90px;
    margin: 15px 0 0 15px;
    width: 178px;
}

.drivers-details-page .left-column .flickr-social .logo {
    margin-left: 320px;
}

.drivers-details-page .left-column .driver-info-container .social-btns {
    margin-top: 21px;
    display: inline-table;
}

    .drivers-details-page .left-column .driver-info-container .social-btns .fb-like {
        float: right;
    }

.drivers-details-page .left-column .driver-info-containter .social-btns #twitter-share {
    float: right;
}

.drivers-details-page .left-column .driver-career-stats .title {
    margin: 0 0 20px 20px;
}

.drivers-details-page .left-column .izod-stats .header .title {
    background-position: 0 -60px;
    float: left;
    margin: 18px 0 0 10px;
    height: 23px;
    width: 183px;
}

.drivers-details-page .left-column .firestone-stats .title {
    background-position: 0 -30px;
    width: 425px;
}

.drivers-details-page .left-column .team-container .title {
    margin: 20px 0 0 20px;
    width: 62px;
}

.drivers-details-page .left-column .team-container p {
    color: #afafaf;
}

.drivers-details-page .left-column .team-container .header {
    border-bottom: 0 none;
    height: 51px;
    overflow: hidden;
}

.drivers-details-page .left-column .team-container .team-logo {
    width: 225px;
}

.drivers-details-page .left-column .team-container .team-info {
    padding: 20px 0;
}

.drivers-details-page .left-column .team-container .team-logo img {
    margin-bottom: 10px;
}

.drivers-details-page .left-column .team-container .team-logo a {
    width: 160px;
}

.drivers-details-page .left-column .team-container .team-description {
    font-size: 11px;
    line-height: 1.5em;
    width: 410px;
}

    .drivers-details-page .left-column .team-container .team-description .team-name {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
    }

.drivers-details-page .driver-twitter-feed {
    background: transparent url('/public/images/driver-tweet-top.png') no-repeat;
    font-weight: bold;
    margin: 0px 2px 20px 0px;
    padding: 7px 20px 0px 0px;
    position: relative;
    width: 300px;
}

.driver-twitter-feed .twitter-icon {
    background: transparent url('/public/images/icon-twitter.png') no-repeat 0 center;
    color: #b1afaf;
    float: right;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    padding-left: 21px;
}

.driver-twitter-feed .twitter-msg {
    background: url('/public/images/driver-tweet-bottom.jpg') no-repeat bottom #ffffff;
    color: #3e3e3e;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 30px 35px 30px;
    width: 260px;
    min-height: 68px;
    margin: 18px 40px 0px 0px;
}

    .driver-twitter-feed .twitter-msg a {
        color: #b5001b;
    }

.driver-twitter-feed .quotes {
    background: transparent url('/public/images/icon-quotes.png') no-repeat 0 0;
    height: 18px;
    overflow: hidden;
    text-indent: -99999em;
    width: 24px;
}

.driver-twitter-feed .start-quote {
    margin: 0px 4px 0px 0px;
}

.driver-twitter-feed .end-quote {
    background: transparent url('/public/images/icon-quotes.png') no-repeat 0 bottom;
    margin-top: 0px;
    height: 18px;
    overflow: hidden;
    text-indent: -99999em;
    width: 24px;
    display: inline-block;
}

.driver-twitter-feed .twit-time {
    position: absolute;
    bottom: 0;
    right: 5px;
    font-size: 11px;
    font-style: italic;
}

.drivers-details-page .facebook-comments {
    background-color: #333;
    border: 10px solid #747474;
}

.tabs-header .social-icons {
    margin-top: 10px;
}

.social-icons dt {
    color: #bdbdbd;
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    margin-left: 10px;
}

.social-icons dd {
    float: left;
    margin-left: 7px;
}

    .social-icons dd a {
        background: transparent url('/public/images/sprite-social-icons.png') no-repeat 0 0;
        display: block;
        height: 16px;
        overflow: hidden;
        text-indent: -9999em;
        width: 16px;
    }

.social-icons a.icon-twitter {
    background-position: -21px 0;
}

.social-icons a.icon-youtube {
    background-position: -42px 0;
}

.social-icons a.icon-flickr {
    background-position: -63px 0;
}

/* SCHEDULE LANDING PAGE */
/*.drivers-landing-page .sub-header ul.road-to-indy {
    float: left;
    height: 45px;
    width: 700px;
}
    */
.drivers-landing-page .sub-header ul.road-to-indy li {
    margin: -10px 0 0 0;
    display: block;
    float: left;
    height: 45px;
    margin-right: 1px;
    width: 230px;
}
/*
        .drivers-landing-page .sub-header ul.road-to-indy li a {
            background: url('/public/images/sprite-series-background.png');
            display: block;
            float: left;
            height: 45px;
            margin-right: 1px;
            width: 230px;
            font-size: 10pt;
            color: white;
            text-transform: uppercase;
        }
    .drivers-landing-page .sub-header ul.road-to-indy .indy-lights {
    }

    .drivers-landing-page .sub-header ul.road-to-indy .star-mazda {
        background-position: 0 -45px;
    }

    .drivers-landing-page .sub-header ul.road-to-indy .cooper-tires {
        background-position: 0 -45px;
    }

    .drivers-landing-page .sub-header ul.road-to-indy .indy-lights a {
    }

    .drivers-landing-page .sub-header ul.road-to-indy .star-mazda a {
        background-position: -231px 0;
    }

    .drivers-landing-page .sub-header ul.road-to-indy .cooper-tires a {
        background-position: -462px 0;
    }

    .drivers-landing-page .sub-header ul.road-to-indy .indy-lights a:hover {
        background-position: 0 -45px;
    }

    .drivers-landing-page .sub-header ul.road-to-indy .star-mazda a:hover {
        background-position: -231px -45px;
    }

    .drivers-landing-page .sub-header ul.road-to-indy .cooper-tires a:hover {
        background-position: -462px -45px;
    }

    .drivers-landing-page .sub-header ul.road-to-indy .indy-lights a.active {
        background-position: 0 -90px;
    }

    .drivers-landing-page .sub-header ul.road-to-indy .star-mazda a.active {
        background-position: -231px -90px;
    }

    .drivers-landing-page .sub-header ul.road-to-indy .cooper-tires a.active {
        background-position: -462px -90px;
    }
    */

/* SCHEDULE LANDING PAGE */
.schedule-landing-page {
}

    .schedule-landing-page .past-races-container .header {
        border-bottom: 0 none;
        height: 53px;
    }

    .schedule-landing-page .past-races-container {
        background: transparent none;
    }

        .schedule-landing-page .past-races-container .header {
            height: 51px;
            margin-bottom: 10px;
            overflow: hidden;
        }

            .schedule-landing-page .past-races-container .header .title {
                background-position: 0 -364px;
                height: 23px;
                margin: 15px 0 0 15px;
                width: 228px;
            }

    .schedule-landing-page .header {
        border-bottom: 2px solid #b5001b;
        height: 66px;
    }

        .schedule-landing-page .header h1 {
            float: left;
            color: White;
            font-size: 24px;
            font-weight: bold;
            margin: 30px 0px 0px 20px;
        }

        .schedule-landing-page .header .button-container {
            float: right;
            width: 300px;
        }

            .schedule-landing-page .header .button-container .izod-news-btn {
                background: url('/public/images/izod-menu-inactive.png') no-repeat;
                background-position: center;
                width: 96px;
                height: 39px;
                margin: 21px 64px 0px 0px;
                float: right;
            }

            .schedule-landing-page .header .button-container .mazda-news-btn {
                background: url('/public/images/mazda-menu-inactive.png') no-repeat;
                width: 58px;
                height: 39px;
                margin: 21px 35px 0px 0px;
                float: right;
            }

            .schedule-landing-page .header .button-container .izod-news-btn-active {
                background: url('/public/images/izod-menu-active.png') no-repeat;
                background-position: center;
                width: 96px;
                height: 39px;
                margin: 21px 64px 0px 0px;
                float: right;
                cursor: pointer;
            }

            .schedule-landing-page .header .button-container .mazda-news-btn-active {
                background: url('/public/images/mazda-menu-active.png') no-repeat;
                width: 58px;
                height: 39px;
                margin: 21px 35px 0px 0px;
                float: right;
                cursor: pointer;
            }

            .schedule-landing-page .header .button-container .izod-news-btn:hover {
                background: url('/public/images/izod-menu-active.png') no-repeat;
                background-position: center;
                width: 96px;
                height: 39px;
                margin: 21px 64px 0px 0px;
                float: right;
                cursor: pointer;
            }

            .schedule-landing-page .header .button-container .mazda-news-btn:hover {
                background: url('/public/images/mazda-menu-active.png') no-repeat;
                width: 58px;
                height: 39px;
                margin: 21px 35px 0px 0px;
                float: right;
                cursor: pointer;
            }

            .schedule-landing-page .header .button-container .izod-news-btn-selected {
                background: url('/public/images/izod-menu-active.png') no-repeat;
                background-position: center;
                width: 96px;
                height: 39px;
                margin: 21px 64px 0px 0px;
                float: right;
                cursor: pointer;
            }

            .schedule-landing-page .header .button-container .mazda-news-btn-selected {
                background: url('/public/images/mazda-menu-active.png') no-repeat;
                width: 58px;
                height: 39px;
                margin: 21px 35px 0px 0px;
                float: right;
                cursor: pointer;
            }

            .schedule-landing-page .header .button-container .izod-slider {
                background: url('/public/images/news-header-slider.png') no-repeat;
                width: 138px;
                height: 10px;
                float: right;
                margin: 65px -117px 0px 0px;
            }

            .schedule-landing-page .header .button-container .mazda-slider {
                background: url('/public/images/news-header-slider.png') no-repeat;
                width: 138px;
                height: 10px;
                float: right;
                margin: 65px -255px 0px 0px;
            }

    .schedule-landing-page .sub-header {
        height: 65px;
        margin: 0px;
    }


        .schedule-landing-page .sub-header ul.road-to-indy li.cooper-tires {
            margin-top: -7px;
        }

        .schedule-landing-page .sub-header .sort-container {
            float: right;
            margin: 0 3px 0px 0px;
            height: 20px;
            width: 250px;
        }
        /*.schedule-landing-page .sub-header .series-highlight {
            background: url('/public/images/sprite-series-background.png') no-repeat;
            float: left;
            height: 45px;
            width: 230px;
            font-size: 8pt;
            color: white;
            text-transform: uppercase;
            font-weight: bold;
            padding-left: 10px;
        }

            .schedule-landing-page .sub-header .series-highlight img {
                vertical-align: middle;
                padding-right: 5px;
            }

        

        .schedule-landing-page .sub-header ul.road-to-indy {
            height: 45px;
            width: 700px;
        }

            .schedule-landing-page .sub-header ul.road-to-indy li {
                margin: -10px 0 0 0;
                display: block;
                float: left;
                height: 45px;
                margin-right: 1px;
                width: 230px;
            }

                .schedule-landing-page .sub-header ul.road-to-indy li a {
                    background: url('/public/images/sprite-series-background.png');
                    background-position: 0 -90px;
                    display: block;
                    float: left;
                    height: 30px;
                    padding-top: 15px;
                    padding-left: 10px;
                    margin-right: 1px;
                    width: 220px;
                    font-size: 8pt;
                    color: white;
                    text-transform: uppercase;
                    font-weight: bold;
                }

                    .schedule-landing-page .sub-header ul.road-to-indy li a img {
                        vertical-align: middle;
                        padding-right: 5px;
                    }

                    .schedule-landing-page .sub-header ul.road-to-indy li a:hover {
                        background-position: 0 -45px;
                    }

                    .schedule-landing-page .sub-header ul.road-to-indy li a.active {
                        background-position: 0 0;
                    }*/

        .schedule-landing-page .sub-header select {
            width: 194px;
        }

        .schedule-landing-page .sub-header .sort-container .pdf-download {
            background: url('/public/images/pdf-small.png') no-repeat;
            padding: 5px 0px 0px 24px;
            color: #ffffff;
            float: right;
            font-size: 11px;
            font-weight: bold;
        }

        .schedule-landing-page .sub-header .sort-container .selector {
            float: right;
            width: 194;
        }

.sun {
    background: url('/public/images/schedule-sun-bg.jpg') no-repeat;
    height: 312px;
    margin: 10px 0px 0px 0px;
    padding: 21px 0px 0px 0px;
}

    .sun .left-side {
        background: url('/public/images/schedule-next-race.jpg') no-repeat;
        width: 628px;
        height: 112px;
        float: left;
    }

.race-details-page .sun .left-side {
    background: transparent none;
}

    .race-details-page .sun .left-side h1 {
        color: #ffffff;
        margin-left: 20px;
    }

.sun .left-side h1 {
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    margin: 0px 0px 0px 142px;
    display: inline;
}

.sun .left-side .top-location {
    color: #a3a3a3;
    font-size: 12px;
    font-weight: bold;
    margin: 0px 0px 0px 142px;
    display: block;
}

.sun .left-side .top-race-detail {
    color: #a3a3a3;
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin: 0px 0px 0px 20px;
}

.sun .left-side .social-panel {
    border-top: 1px solid #454545;
    height: 53px;
    width: 608px;
    margin: 19px 0px 0px 20px;
    padding: 14px 0px 0px 0px;
    float: left;
    display: inline-table;
}

    .sun .left-side .social-panel .fb-like {
        float: left;
        display: inline-table;
    }

    .sun .left-side .social-panel .divider {
        background: url('/public/images/schedule-social-divider.png') no-repeat;
        height: 18px;
        width: 5px;
        margin: 2px 0px 0px 9px;
        float: left;
    }

    .sun .left-side .social-panel .twitter {
        background: url('/public/images/tweet-placeholder.png') no-repeat;
        height: 24px;
        width: 70px;
        margin: 0px 0px 0px 9px;
        float: left;
    }

.sun .right-side {
    height: 112px;
    width: 320;
    float: right;
}

    .sun .right-side .sponsor-right {
        height: 84px;
        width: 102px;
        margin: 0px 86px 0px 0px;
        float: right;
    }

    .sun .right-side .divider {
        background: url('/public/images/schedule-broadcast-divider.png') no-repeat;
        height: 89px;
        width: 20px;
        margin: 0px 9px 0px 0px;
        float: right;
    }

    .sun .right-side .sponsor-left {
        height: 86px;
        width: 84px;
        margin: 0px 22px 0px 0px;
        float: right;
    }

.sun .info-cluster {
    background: url('/public/images/schedule-info-cluster-bg.png') no-repeat;
    border-top: 1px solid #030303;
    border-bottom: 1px solid #474747;
    height: 179px;
    width: 936px;
    margin: 0px 0px 0px 20px;
    float: left;
}

.sun .info-cluster-no-bottom {
    border-bottom: 0px;
}

.sun .info-cluster .logo-bg {
    background: url('/public/images/schedule-info-cluster-logo-bg.png') no-repeat;
    height: 179px;
    width: 220px;
    float: left;
}

.sun .info-cluster .logo {
    display: table-cell;
    height: 179px;
    text-align: center;
    vertical-align: middle;
    width: 220px;
}

.sun .info-cluster .date {
    background: url('/public/images/schedule-info-cluster-date-bg.png') repeat-x;
    position: relative;
    border-right: 1px solid #121211;
    height: 179px;
    width: 136px;
    float: left;
    text-align: center;
}

    .sun .info-cluster .date a {
        position: absolute;
        height: 179px;
        width: 137px;
        display: block;
    }

    .sun .info-cluster .date .day {
        color: #fefefe;
        font-size: 84px;
        font-weight: bold;
        line-height: 75px;
        margin: 10px 0px 0px 0px;
        display: block;
    }

    .sun .info-cluster .date .month {
        color: #a3a3a3;
        font-size: 50px;
        font-weight: bold;
        display: block;
    }

    .sun .info-cluster .date .timeEst {
        background: url('/public/images/schedule-info-cluster-flag.png') no-repeat;
        color: #eeeeee;
        height: 25px;
        width: 100px;
        font-size: 20px;
        font-weight: bold;
        padding: 5px 0px 0px 25px;
        margin: 5px 0px 0px 10px;
        display: block;
    }

        .sun .info-cluster .date .timeEst.complete {
            background: url('/public/images/icon-checker-flag.png') no-repeat;
            font-size: 11px;
            padding-left: 35px;
            text-align: left;
            width: 82px;
        }

        .sun .info-cluster .date .timeEst .pm {
            font-size: 12px;
            color: #eeeeee;
            font-weight: bold;
            padding: 5px 0px 0px 0px;
        }

.sun .info-cluster .track {
    height: 132px;
    width: 201px;
    margin: 25px 0px 0px 23px;
    float: left;
}

.sun .info-cluster .links {
    height: 179px;
    width: 306px;
    float: right;
}

    .sun .info-cluster .links li {
        background: url('/public/images/indycar-news-more-arrow.png') no-repeat right center;
        border-bottom: 1px solid #3a3a3a;
        width: 286px;
        height: 32px;
    }

        .sun .info-cluster .links li:hover {
            background: url('/public/images/indycar-news-arrow.png') no-repeat right center;
            border-bottom: 1px solid #3a3a3a;
            width: 286px;
            height: 32px;
        }

        .sun .info-cluster .links li a {
            color: #eeeeee;
            font-size: 12px;
            font-weight: bold;
            width: 286px;
            height: 32px;
            padding: 10px 0px 0px 6px;
            display: block;
        }

.sun .info-cluster .hero {
    border-top: 2px solid #454545;
    float: left;
    overflow: hidden;
    position: relative;
    width: 936px;
}

    .sun .info-cluster .hero .virtual-lap {
        background-color: #000;
        background-color: rgba( 0, 0, 0, 0.8);
        filter: alpha(opacity=80);
        height: 184px;
        overflow: hidden;
        padding: 20px;
        position: absolute;
        right: 0;
        top: 21px;
        width: 278px;
    }

        .sun .info-cluster .hero .virtual-lap .title {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 4px;
        }

            .sun .info-cluster .hero .virtual-lap .title span {
                color: #b5001b;
            }

        .sun .info-cluster .hero .virtual-lap .video-holder {
            background: #ffffff;
            padding: 7px;
        }

.race-details-page .sun {
    background: transparent url('/public/images/schedule-sun-bg.jpg') repeat-y 0 0;
    height: auto;
    margin: 10px 0px 0px 0px;
    padding: 21px 0px 21px 0px;
}

    .race-details-page .sun .info-cluster {
        height: auto;
    }

/*Left Side Race Details */
.schedule-race-container {
    background: url('/public/images/schedule-race-bg.jpg') no-repeat;
    height: 229px;
    margin-bottom: 10px;
    width: 649px;
}

    .schedule-race-container .race-header {
        height: 60px;
        width: 609px;
        margin: 0 auto;
    }

        .schedule-race-container .race-header .left-side {
            height: 49px;
            width: 460px;
            float: left;
            padding: 20px 0px 0px 0px;
        }

            .schedule-race-container .race-header .left-side h2 {
                color: #ffffff;
                font-size: 20px;
                font-weight: bold;
                display: inline;
            }

            .schedule-race-container .race-header .left-side .location {
                color: #a3a3a3;
                font-size: 12px;
                margin-top: 5px;
                font-weight: bold;
                display: block;
            }

        .schedule-race-container .race-header .right-side {
            height: 69px;
            width: 149px;
            float: right;
            padding: 20px 0px 0px 0px;
        }

            .schedule-race-container .race-header .right-side .right-sponsor {
                float: right;
            }

            .schedule-race-container .race-header .right-side .divider {
                height: 50px;
                width: 11px;
                float: right;
                margin: 0px 5px 0px 0px;
            }

            .schedule-race-container .race-header .right-side .left-sponsor {
                height: 45px;
                width: 46px;
                float: right;
                margin: 0px 10px 0px 0px;
            }

    .schedule-race-container .track-info {
        background: url('/public/images/schedule-race-track-bg.jpg') no-repeat;
        height: 139px;
        width: 609px;
        margin: 18px auto;
    }

        .schedule-race-container .track-info .logo-bg {
            background: url('/public/images/schedule-race-logo-bg.png') no-repeat;
            height: 139px;
            width: 170px;
            float: left;
        }

        .schedule-race-container .track-info .logo {
            display: table-cell;
            height: 139px;
            overflow: hidden;
            text-align: center;
            vertical-align: middle;
            width: 170px;
        }

            .schedule-race-container .track-info .logo img {
                width: auto;
            }

        .schedule-race-container .track-info .date-info {
            background: url('/public/images/sub-race-date-bg.png') repeat-x;
            position: relative;
            border-right: 1px solid #121211;
            height: 138px;
            width: 72px;
            float: left;
            text-align: center;
        }

            .schedule-race-container .track-info .date-info a {
                position: absolute;
                display: block;
                height: 138px;
                width: 73px;
            }

            .schedule-race-container .track-info .date-info .day {
                color: #fefefe;
                font-size: 40px;
                font-weight: bold;
                line-height: 35px;
                margin: 10px 0px 0px 0px;
                display: block;
            }

            .schedule-race-container .track-info .date-info .month {
                color: #a3a3a3;
                font-size: 20px;
                font-weight: bold;
                display: block;
            }

            .schedule-race-container .track-info .date-info .flag {
                height: 20px;
                display: block;
                width: 20px;
            }

                .schedule-race-container .track-info .date-info .flag img {
                    height: 14px;
                    margin: 11px 0 0 29px;
                }

            .schedule-race-container .track-info .date-info .timeEst {
                color: #EEE;
                font-size: 18px;
                font-weight: bold;
                margin: 10px 0px 0px 0px;
                display: block;
            }

            .schedule-race-container .track-info .date-info .complete {
                margin: 15px 0px 0px 0px;
                font-size: 11px;
                font-weight: bold;
                display: block;
            }

            .schedule-race-container .track-info .date-info .pm {
                font-size: 12px;
                color: #eeeeee;
                font-weight: bold;
            }

        .schedule-race-container .track-info .track {
            height: 138px;
            width: 138px;
            width: 138px;
            float: left;
        }

            .schedule-race-container .track-info .track img {
                padding: 25px;
                display: block;
                float: left;
            }

        .schedule-race-container .track-info .links {
            height: 138px;
            width: 175px;
            float: right;
        }

            .schedule-race-container .track-info .links li {
                background: url('/public/images/indycar-news-more-arrow.png') no-repeat right center;
                border-bottom: 1px solid #3a3a3a;
                width: 165px;
                height: 23px;
            }

                .schedule-race-container .track-info .links li:hover {
                    background: url('/public/images/indycar-news-arrow.png') no-repeat right center;
                    border-bottom: 1px solid #3a3a3a;
                    width: 165px;
                    height: 23px;
                }

                .schedule-race-container .track-info .links li.last {
                    border-bottom: 1px solid Transparent;
                    width: 165px;
                    height: 23px;
                }

                    .schedule-race-container .track-info .links li.last:hover {
                        background: url('/public/images/indycar-news-arrow.png') no-repeat right center;
                        border-bottom: 0 none;
                        width: 165px;
                        height: 23px;
                    }

                .schedule-race-container .track-info .links li a {
                    color: #eeeeee;
                    font-size: 12px;
                    font-weight: bold;
                    width: 150px;
                    height: 25px;
                    padding: 5px 0px 0px 6px;
                    display: block;
                }

.schedule-landing-page .past-races-container .race-header .left-side {
    width: 360px;
}

.schedule-landing-page .past-races-container .race-header .right-side {
    width: 225px;
}

    .schedule-landing-page .past-races-container .race-header .right-side .winning-driver {
        margin-right: 10px;
        background: white;
    }

    .schedule-landing-page .past-races-container .race-header .right-side ul.race-winners {
        color: #a3a3a3;
        font-size: 11px;
        font-weight: bold;
        line-height: 16px;
        width: 150px;
    }

        .schedule-landing-page .past-races-container .race-header .right-side ul.race-winners li.first {
            color: #fff;
            font-size: 13px;
        }
/*.schedule-landing-page .past-races-container .track-info .links ul li, .schedule-landing-page .past-races-container .track-info .links ul li.last:hover { background: transparent none; border-top: 1px solid #3A3A3A; font-size: 12px; font-weight: bold; height: auto; padding: 5px 0 10px; }*/
.schedule-landing-page .past-races-container .track-info .links ul li.last, .schedule-landing-page .past-races-container .track-info .links ul li.last:hover {
    border-top: 0 none;
    border-bottom: 1px solid #3A3A3A;
}

.schedule-landing-page .past-races-container .track-info .links ul li a {
    height: auto;
}

.schedule-landing-page .past-races-container .track-info .links ul li.race-highlight a {
    background: transparent url('/public/images/icon-play-btn.png') no-repeat right center;
    display: block;
    padding-right: 50px;
    width: 78px;
}

/*** Race Details ***/
.race-details-page .container .header .title, .race-details-page .container .header-lt-grey .title, .virtual-lap .title, .event-info-nav li a, .event-info-container .legend li, .schedule-title h4, .past-races-container .header .title, .past-track-winners-wrap .title, .race-review-container.container .series .series-logo h3, .race-review-container.container .positions h4, .flickr-social .header .logo a, .youtube-container .header .logo a {
    background: transparent url('/public/images/sprite-race-details.png') no-repeat 0 0;
    overflow: hidden;
    text-indent: -99999em;
}

.event-info-container .tabs, .race-review-container, .track-info-container, .home-social, .team-container, .driver-career-stats {
    background: transparent url('/public/images/bg-event-details.png') no-repeat 0 0;
    padding-bottom: 32px;
}

.event-info-container {
    background: transparent url('/public/images/bg-gray-noise.jpg') repeat 0 0;
}

.home-social {
    padding-bottom: 0;
}

.event-info-container.container .header-lt-grey {
    border-bottom: 2px solid #363636;
}

    .event-info-container.container .header-lt-grey .title {
        background-position: 0 -100px;
        height: 23px;
        margin: 20px 0 0 20px;
        width: 183px;
    }

    .event-info-container.container .header-lt-grey .pdf-download {
        background: url('/public/images/pdf-small.png') no-repeat;
        padding: 5px 0px 0px 24px;
        color: #ffffff;
        float: left;
        margin: 22px 0px 0px 185px;
        font-size: 11px;
        font-weight: bold;
    }

.event-info-container .tabs-header {
    border-bottom: 2px solid #656565;
    margin: 0 20px 22px;
    padding-bottom: 20px;
}

.event-info-nav {
    margin-bottom: 20px;
}

    .event-info-nav li a {
        display: block;
        height: 21px;
    }

        .event-info-nav li a.tab-indycar {
            background-position: 0 -241px;
            margin-right: 2px;
            width: 130px;
        }

            .event-info-nav li a.tab-indycar.active {
                background-position: 0 -262px;
            }

        .event-info-nav li a.tab-ontrack {
            background-position: -132px -241px;
            width: 115px;
        }

            .event-info-nav li a.tab-ontrack.active {
                background-position: -132px -262px;
            }

.event-info-container .legend li {
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    margin-right: 10px;
    padding-left: 20px;
    text-indent: 0;
}

    .event-info-container .legend li.separator {
        background: 0 none;
        color: #393939;
        font-size: 25px;
        font-weight: normal;
        padding: 0;
    }

    .event-info-container .legend li.dot-red {
        background-position: 0 -290px;
    }

    .event-info-container .legend li.dot-green {
        background-position: 0 -307px;
    }

    .event-info-container .legend li.dot-blue {
        background-position: 0 -325px;
    }

    .event-info-container .legend li.dot-yellow {
        background-position: 0 -342px;
    }

.event-info-container .tabs-wrap {
    width: 350px;
}

.event-info-container .tab-content {
    display: none;
}

    .event-info-container .tab-content.active {
        display: block;
    }

.event-info-container .schedule-title {
    background-color: #000;
    /*margin-bottom: 25px;*/
    padding: 10px 15px;
}

#ontrack .schedule-title h4 {
    background-position: 0 -58px;
    height: 18px;
    width: 215px;
}

#indycar-village .schedule-title h4 {
    background-position: 0 -77px;
    height: 18px;
    width: 283px;
}

.tabs-wrap .schedule {
    margin-left: 20px;
}

    .tabs-wrap .schedule a.show-more {
        float: right;
        margin-top: 10px;
    }

    .tabs-wrap .schedule h2.comingSoon {
        margin-left: 25px;
        font-style: italic;
        font-weight: bold;
    }

    .tabs-wrap .schedule dt.first {
        border-top: 0 none;
        margin-top: 0;
        padding-top: 0;
    }

    .tabs-wrap .schedule dt {
        border-top: 1px solid #343434;
        margin: 0px;
        padding-top: 5px;
    }

        .tabs-wrap .schedule dt .date-box {
            color: #b5001b;
            margin-right: 13px;
        }

            .tabs-wrap .schedule dt .date-box .date {
                font-size: 22px;
                font-weight: bold;
            }

            .tabs-wrap .schedule dt .date-box .month {
                font-size: 12px;
                font-weight: bold;
                text-transform: uppercase;
            }

        .tabs-wrap .schedule dt .day {
            font-size: 18px;
            font-weight: bold;
            line-height: 33px;
        }

        .tabs-wrap .schedule dt .time {
            color: #a1a1a1;
            font-size: 14px;
            font-weight: bold;
        }

    .tabs-wrap .schedule dd {
        background-color: #2e2e2e;
        background-color: rgba(66, 66, 66, 0.3);
        background-position: 15px center;
        background-repeat: no-repeat;
        margin-bottom: 6px;
        padding: 5px 10px 5px 36px;
    }


/* Accordion */
.accordionHeader {
    border: 0px;
    color: white;
    background-color: #131313;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

    .accordionHeader a {
        color: #FFFFFF;
        background: none;
        text-decoration: none;
    }

        .accordionHeader a:hover {
            background: none;
            text-decoration: underline;
        }

.accordionHeaderSelected {
    border: 0px;
    color: white;
    background-color: #131313;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

    .accordionHeaderSelected a {
        color: #FFFFFF;
        background: none;
        text-decoration: none;
    }

        .accordionHeaderSelected a:hover {
            background: none;
            text-decoration: underline;
        }

.accordionContent {
    background-color: #9f9f9f;
    border: 1px solid #131313;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    color: #131313;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
}

    .accordionContent ul li {
        padding: 10px;
    }

#indycar-village .schedule dl dd {
    background-image: none;
    padding: 11px 10px 11px 11px;
}

.schedule dl .dot-red {
    background-image: url('/public/images/icon-red-bullet.png');
}

.schedule dl .dot-green {
    background-image: url('/public/images/icon-green-bullet.png');
}

.schedule dl .dot-blue {
    background-image: url('/public/images/icon-blue-bullet.png');
}

.schedule dl .dot-yellow {
    background-image: url('/public/images/icon-yellow-bullet.png');
}

.schedule dl dd .event-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 5px;
}

.schedule dl dd .event-time {
    color: #a1a1a1;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}

.schedule dl dd .event-link {
    margin-top: 6px;
}

    .schedule dl dd .event-link a {
        color: #00C6E0;
        font-size: 11px;
        font-weight: bold;
        text-decoration: underline;
    }

.bar-info-wrap {
    background-color: #171717;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 0 20px 20px 0;
    padding: 15px;
    width: 214px;
}

    .bar-info-wrap .bar-info {
        margin-bottom: 25px;
    }

        .bar-info-wrap .bar-info .bar-name {
            font-size: 12px;
            font-weight: bold;
            line-height: 18px;
        }

        .bar-info-wrap .bar-info .days {
            color: #aaaaaa;
            font-size: 11px;
            font-style: italic;
            font-weight: bold;
        }

    .bar-info-wrap .bar-logo {
        margin-bottom: 25px;
    }

.race-schedule-link {
    margin-right: 20px;
    width: 244px;
}

    .race-schedule-link li {
        background-color: #000;
        margin-bottom: 6px;
        padding: 5px 10px;
    }

        .race-schedule-link li a {
            background: transparent url('/public/images/icon-link.png') no-repeat right center;
            color: #fff;
            display: block;
            font-size: 12px;
            font-weight: bold;
            height: 20px;
            line-height: 20px;
            padding-right: 25px;
        }

            .race-schedule-link li a.add-to-calendar {
                background: transparent url('/public/images/icon-add-calendar.png') no-repeat right center;
            }

            .race-schedule-link li a.schedule-pdf, .icon-pdf {
                background: transparent url('/public/images/icon-pdf.png') no-repeat right center;
            }

.track-info-container.container .header {
    height: 51px;
}

    .track-info-container.container .header .corner {
        height: 51px;
    }

    .track-info-container.container .header .track-img {
        margin-top: -7px;
    }

    .track-info-container.container .header .title {
        background-position: 0 -129px;
        height: 22px;
        margin: 15px 0 0 15px;
        width: 207px;
    }

.track-info-container .track-info {
    padding: 20px 20px 30px;
}

    .track-info-container .track-info .car-img {
        margin-bottom: 15px;
    }

    .track-info-container .track-info .track-description {
        color: #bebebe;
        font-size: 12px;
        line-height: 16px;
        width: 325px;
    }

        .track-info-container .track-info .track-description h3 {
            color: #fff;
            font-size: 12px;
            font-weight: bold;
            margin-bottom: 10px;
        }

    .track-info-container .track-info .past-track-winners {
        margin-bottom: 10px;
        width: 253px;
    }

    .track-info-container .track-info .past-track-winners-wrap .title {
        background-position: 0 -20px;
        height: 15px;
        margin-bottom: 6px;
        width: 252px;
        padding: 0px 0px 0px 0px;
    }

    .track-info-container .track-info .past-track-winners dt a.show-more {
        margin-top: 10px;
    }

    .track-info-container .track-info .past-track-winners dd {
        background-color: #424242;
        color: #fff;
        font-weight: bold;
        height: 29px;
        margin-bottom: 6px;
        padding: 5px 10px;
    }

        .track-info-container .track-info .past-track-winners dd.hide {
            display: none;
        }

        .track-info-container .track-info .past-track-winners dd .year {
            font-size: 21px;
            line-height: 27px;
            margin-right: 9px;
            vertical-align: middle;
        }

        .track-info-container .track-info .past-track-winners dd .winner {
            font-size: 13px;
            vertical-align: middle;
        }

.youtube-container.container .header .title {
    background-position: 0 -183px;
    height: 22px;
    margin: 15px 0 0 15px;
    width: 160px;
}

.youtube-container {
    padding-bottom: 10px;
}

    .youtube-container .logo {
        margin: 15px 0 0 318px;
    }

    .youtube-container .header .logo a {
        background-position: 0 -587px;
        display: block;
        height: 26px;
        width: 65px;
    }

.race-details-page .flickr-social .header .title {
    background-position: 0 -211px;
    height: 23px;
    margin: 20px 0 0 20px;
    width: 168px;
}

.flickr-social .header .logo {
    margin: 20px 0 0 325px;
}

    .flickr-social .header .logo a {
        background-position: 0 -560px;
        display: block;
        height: 20px;
        width: 67px;
    }

.flickr-social a.icon-flickr {
    color: #828282;
    font-size: 10px;
    font-style: italic;
    margin-right: 10px;
}

.flickr-social .feed-flickr {
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 20px;
    width: 600px;
}

    .flickr-social .feed-flickr .flickr-list {
        margin: 30px 0 10px 20px;
    }

.channel-finder {
    background-color: #101011;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    width: 320px;
    height: 150px;
}

    .channel-finder h4, .channel-finder .nbc-logo, .channel-finder .zip, .channel-finder .btn-lookup {
        background: transparent url('/public/images/sprite-channel-finder.png') no-repeat 0 0;
        overflow: hidden;
        text-indent: -99999em;
    }

    .channel-finder h4 {
        height: 52px;
        margin-bottom: 27px;
        width: 320px;
    }

    .channel-finder .nbc-logo {
        background-position: 0 -59px;
        display: block;
        float: left;
        margin: 0 20px 0 23px;
        height: 49px;
        width: 58px;
    }

    .channel-finder .zip {
        background-position: 0 -117px;
        border: 0 none;
        height: 33px;
        margin-top: 10px;
        padding: 0 90px 0 10px;
        text-indent: 0;
        width: 87px;
    }

    .channel-finder .btn-lookup {
        background-position: 3px -155px;
        border: 0 none;
        height: 32px;
        position: absolute;
        right: 34px;
        top: 89px;
        width: 80px;
    }

.race-review-container.container .header-lt-grey .title {
    background-position: 0 -395px;
    height: 23px;
    margin: 20px 0 0 20px;
    width: 165px;
}

.race-review-container.container .series .series-logo {
    background-color: #1a1a1a;
    background-color: rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    padding: 20px;
}

.race-review-container.container .izod .series-logo h3 {
    background-position: 0 -449px;
    height: 47px;
    width: 129px;
}

.race-review-container.container .series .results {
    color: #bebebe;
    font-size: 12px;
    line-height: 16px;
    margin: 20px 30px 20px;
}

.race-review-container.container .izod .results {
    width: 325px;
}

.race-review-container.container .series h4 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.race-review-container.container .izod .results h5 {
    border-bottom: 2px solid #3A3A3A;
    padding-bottom: 12px;
}

.race-review-container.container .series .results h5 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0 0px;
}

.race-review-container.container .series .results .positions h5 {
    margin-bottom: 20px;
}

.race-review-container.container .izod .results ul li {
    height: 37px;
    overflow: hidden;
    border-bottom: 1px solid #3A3A3A;
}

    .race-review-container.container .izod .results ul li:hover {
        background: #545454;
    }

.race-review-container.container .series .results ul li a {
    display: block;
    color: #fff;
    padding: 10px 5px 10px;
    overflow: hidden;
    line-height: 22px;
}

    .race-review-container.container .series .results ul li a:hover {
        background: #545454;
    }

.race-review-container.container .series .positions {
    margin-top: 20px;
    width: 265px;
}

.race-review-container.container .indy-lights .positions {
    margin: 0 40px;
    width: 212px;
}

.race-review-container.container .series .positions h4 {
    background-position: 0 -426px;
    height: 17px;
    margin-bottom: 10px;
    width: 125px;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    color: #ffffff;
}

.race-review-container.container .series .positions .h4-hold {
    line-height: 28px;
    height: 17px;
    margin-bottom: 10px;
    width: 125px;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    color: #ffffff;
}

    .race-review-container.container .series .positions .h4-hold .red {
        color: #b5001b;
    }

.race-review-container.container .series .positions .position-list {
    margin-bottom: 20px;
}

.race-review-container.container .series .positions li.first.ranking {
    background-color: #2d2d2d;
}

.race-review-container.container .indy-lights .positions li.first.ranking {
    margin-bottom: 1px;
}

.race-review-container.container .series .positions li.ranking {
    background-color: #161616;
    height: 47px;
    margin-bottom: 1px;
    padding-right: 5px;
}

.race-review-container.container .series.indy-lights .positions li.ranking {
    background-color: #2d2d2d;
}

.race-review-container.container .indy-lights .positions li.ranking {
    height: 37px;
}

.race-review-container.container .series .positions li.first li.rank {
    background-color: #b5001b;
    border-top: 1px solid #d77483;
}

.race-review-container.container .series .positions li.rank {
    background-color: #424242;
    border-top: 1px solid #989898;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    left: 0;
    line-height: 19px;
    padding: 10px;
    text-align: center;
    width: 26px;
}

.race-review-container.container .indy-lights .positions li.rank {
    padding: 5px;
}

.race-review-container.container .series .positions li.rank sup {
    font-size: 10px;
    vertical-align: super;
}

.race-review-container.container .series .positions li.driver-details {
    font-weight: bold;
    margin-left: 10px;
    padding-top: 6px;
    width: 140px;
    display: block;
}

.race-review-container.container .series .positions img {
    vertical-align: middle;
    height: 46px;
    width: 61px;
    background: white;
}

.race-review-container.container .series .positions li.driver-details .driver-name {
    color: #ffffff;
    font-size: 13px;
    line-height: 17px;
}

.race-review-container.container .indy-lights .positions li.driver-details .driver-name {
    font-size: 11px;
    line-height: 26px;
}

.race-review-container.container .series .positions li.driver-details .driver-team {
    color: #a4a4a4;
    font-size: 10px;
}

.race-review-container.container .indy-lights .series-logo h3 {
    background-position: 0 -503px;
    height: 53px;
    width: 57px;
}

/*** SPONSOR PAGE ***/
.sponsor-news-header .header {
    border-bottom: 2px solid #b5001b;
    height: 66px;
    margin: 0px 0px 25px 0px;
}

    .sponsor-news-header .header h1 {
        float: left;
        color: White;
        font-size: 24px;
        font-weight: bold;
        margin: 30px 0px 0px 20px;
    }

.sponsor-landing-page-wrapper .left-column .wrapper {
    color: White;
    min-height: 600px;
    width: 650px;
}

.sponsor-landing-page-wrapper-container {
    background: url('/public/images/grey-noise.gif') repeat-y;
    color: #fff;
    margin-bottom: 20px;
    min-height: 600px;
    width: 650px;
    padding-bottom: 20px;
}

    .sponsor-landing-page-wrapper-container .header {
        background: url('/public/images/sub-section-hdr-bg.jpg');
        height: 62px;
    }

        .sponsor-landing-page-wrapper-container .header .corner {
            background: url('/public/images/sprite-indy.png') -211px 0px;
            float: right;
            height: 62px;
            width: 74px;
        }

        .sponsor-landing-page-wrapper-container .header .izod {
            background: url('/public/images/sponsor-izod-header.png') no-repeat;
            height: 47px;
            width: 135px;
            margin: -3px 0px 0px 11px;
            float: left;
        }

        .sponsor-landing-page-wrapper-container .header .title {
            background: url('/public/images/sponsor-official-partner-title.png');
            float: left;
            margin: 18px 0 0 10px;
            height: 23px;
            width: 238px;
        }

        .sponsor-landing-page-wrapper-container .header .promotional-title {
            background: url('/public/images/sponsor-promotional-partners-title.png') no-repeat;
            float: left;
            margin: 18px 0px 0px 10px;
            height: 23px;
            width: 305px;
        }

    .sponsor-landing-page-wrapper-container .sponsor-container {
        background: #ffffff;
        width: 486px;
        margin: 21px auto 0px auto;
        padding: 62px;
        text-align: center;
        -moz-box-shadow: inset 0px 7px 36px #888;
        -webkit-box-shadow: inset 0px 7px 36px #888;
        box-shadow: inset 0px 7px 36px #000000;
    }

        .sponsor-landing-page-wrapper-container .sponsor-container .sponsor-title-sep {
            background: #d8d8d8;
            height: 1px;
            width: 465px;
            margin: 40px auto 44px auto;
        }

        .sponsor-landing-page-wrapper-container .sponsor-container .sponsor-engine-sep {
            background: #d8d8d8;
            height: 1px;
            width: 465px;
            margin: 33px auto 37px auto;
        }

        .sponsor-landing-page-wrapper-container .sponsor-container .engine-sponsor {
            vertical-align: middle;
            display: inline-table;
            padding: 15px;
        }

        .sponsor-landing-page-wrapper-container .sponsor-container .official-sponsor {
            vertical-align: middle;
            display: inline-table;
            padding: 15px 10px 15px 10px;
        }

        .sponsor-landing-page-wrapper-container .sponsor-container .promotional-sponsor {
            vertical-align: middle;
            display: inline-table;
            padding: 15px 15px 15px 15px;
        }

/* ADS! */
.ad {
    border-top: 1px solid #c6c6c6;
    margin: 20px auto 0;
    padding-top: 20px;
}

.ad-300 {
    width: 300px;
}

.ad-160 {
    border-top: 0 none;
    margin: 0 auto;
    padding-top: 0;
    width: 160px;
}

.ad-145 {
    border-top: 0 none;
    float: left;
    margin-left: 10px;
    width: 145px;
}

/*** PRIVACY POLICY ***/
.privacy-policy {
    margin: 10px;
}

    .privacy-policy ul {
        list-style-type: circle;
        font-size: 12px;
        margin: 0px 0px 10px 20px;
    }

    .privacy-policy .no-bullet {
        list-style-type: none;
        font-size: 12px;
        margin: 0px 0px 10px 20px;
    }

    .privacy-policy h2 {
        font-weight: bold;
        font-size: 14px;
        margin: 5px 0px 5px 0px;
    }

    .privacy-policy p {
        font-size: 12px;
        margin: 10px 0px 10px 0px;
    }


/*** 404 Page ***/
.error-container {
    background: url('/public/images/404-page-bg.jpg') no-repeat;
    height: 590px;
    width: 980px;
    margin: 23px auto;
    float: left;
}

    .error-container h2 {
        color: #fff;
        font-size: 14px;
        margin: 430px 0 0 111px;
    }

    .error-container a {
        color: #d80000;
        font-size: 14px;
        text-decoration: underline;
    }

        .error-container a:hover {
            color: #bebebe;
            font-size: 14px;
            text-decoration: underline;
        }


/*** GENERAL ***/
.margin-fifteen {
    height: 15px;
}

.generic-content {
    padding: 0px;
    margin: 0px;
}

    .generic-content h1 {
        font-size: 16pt;
        font-weight: bold;
        margin: 20px 0px 20px 0px;
    }

    .generic-content h2 {
        font-size: 14pt;
        font-weight: bold;
        margin: 20px 0px 20px 0px;
    }

    .generic-content a {
        font-size: 12pt;
        color: #dd0021;
        text-decoration: underline;
    }

        .generic-content a:hover {
            text-decoration: none;
        }

    .generic-content p {
        font-size: 12pt;
        line-height: 1.25em;
    }

    .generic-content ul {
        list-style-type: disc;
        list-style-position: inside;
        margin-left: 15px;
        font-size: 12pt;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .generic-content ol {
        list-style-type: decimal;
        list-style-position: inside;
        margin-left: 15px;
        font-size: 12pt;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .generic-content li {
        line-height: 1.25em;
        padding-left: 1em;
        text-indent: -1em;
        padding-bottom: 5px;
    }

    .generic-content ul ul, .generic-content ol ul {
        list-style-type: circle;
        list-style-position: inside;
        margin-left: 25px;
        font-size: 14px;
    }

    .generic-content ol ol, .generic-content ul ol {
        list-style-type: lower-latin;
        list-style-position: inside;
        margin-left: 25px;
        font-size: 14px;
    }

/*** CONTACT-US PAGE ***/
.contact-us-container {
    background: url('/public/images/contact-us-bg.png') no-repeat;
    height: 606px;
    width: 634px;
    margin: 0px auto;
    padding: 9px 0px 0px 16px;
    float: left;
}

    .contact-us-container .title {
        background: url('/public/images/contact-us-title.png') no-repeat;
        border-bottom: 1px solid #8e8e8e;
        height: 31px;
        width: 550px;
        float: left;
    }

    .contact-us-container .content {
        margin: 32px 0px 0px 24px;
        float: left;
    }

        .contact-us-container .content h2 {
            font-size: 14px;
            font-weight: bold;
            color: #ffffff;
            margin: 20px 0px 20px 0px;
        }

        .contact-us-container .content a {
            font-size: 14px;
            color: #dd0021;
            text-decoration: underline;
        }

            .contact-us-container .content a:hover {
                color: #c5c5c5;
            }

        .contact-us-container .content p {
            font-size: 14px;
            color: #c5c5c5;
            line-height: 18px;
        }


/*** Race Info Layout ***/
.race-info-sublayout-header {
    min-height: 70px;
    width: 290px;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    border-top: 0px;
    border-top: 5px solid #e5e5e5;
    border-left: 5px solid #e5e5e5;
    border-right: 5px solid #e5e5e5;
}

    .race-info-sublayout-header .inner {
        width: 280px;
        margin: 0 auto;
    }

        .race-info-sublayout-header .inner .tabs .tab {
            float: left;
            width: 70px;
            height: 70px;
            padding: 0px;
            margin: 0px;
            display: block;
        }

            .race-info-sublayout-header .inner .tabs .tab div {
                width: 70px;
                height: 70px;
                background-position: center center;
                background-repeat: no-repeat;
            }

            .race-info-sublayout-header .inner .tabs .tab.active {
                float: left;
                width: 70px;
                height: 70px;
                padding: 0px;
                margin: 0px;
                background: url(/public/images/home/schedule/home-schedule-widget_tab_background_active.png) top center no-repeat;
            }

.race-info-sublayout {
    background-color: #585858;
    min-height: 200px;
    padding: 10px;
    width: 300px;
}

    .race-info-sublayout h4 {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        margin: 15px 0 10px 7px;
        text-transform: uppercase;
    }

    .race-info-sublayout .next-race-countdown {
        background-color: #000;
        height: 15px;
        margin-bottom: 7px;
        overflow: hidden;
        padding: 7px;
    }

        .race-info-sublayout .next-race-countdown h4 {
            margin: 0 7px 0 0;
            font-size: 10pt;
        }

        .race-info-sublayout .next-race-countdown #indycar-header-top-countdown, .race-info-sublayout .next-race-countdown #fil-header-top-countdown, .race-info-sublayout .next-race-countdown #pm-header-top-countdown, .race-info-sublayout .next-race-countdown #usf-header-top-countdown {
            color: #fff;
            font-size: 9pt;
            font-weight: bold;
            text-transform: uppercase;
            float: left;
        }

            .race-info-sublayout .next-race-countdown #indycar-header-top-countdown small, .race-info-sublayout .next-race-countdown #fil-header-top-countdown small, .race-info-sublayout .next-race-countdown #pm-header-top-countdown small, .race-info-sublayout .next-race-countdown #usf-header-top-countdown small {
                color: #c0c0c0;
                font-size: 7pt;
                font-weight: normal;
            }

        .race-info-sublayout .next-race-countdown .sponsor {
            float: left;
            position: relative;
            top: -3px;
            left: 2px;
        }

    .race-info-sublayout .tab-content {
        background: rgb(128,128,128);
        background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(128,128,128,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(128,128,128,1)));
        background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(128,128,128,1) 100%);
        background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(128,128,128,1) 100%);
        background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(128,128,128,1) 100%);
        background: linear-gradient(top, rgba(229,229,229,1) 0%,rgba(128,128,128,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#808080',GradientType=0 );
        padding: 5px;
        display: none;
    }

        .race-info-sublayout .tab-content.active {
            display: block;
        }

    .race-info-sublayout .race-info-header {
        margin-bottom: 10px;
    }

        .race-info-sublayout .race-info-header .race-logo-wrap {
            border-right: 2px groove #d5d5d5;
            height: 112px;
            padding-right: 10px;
            text-align: center;
            width: 115px;
            vertical-align: middle;
        }

            .race-info-sublayout .race-info-header .race-logo-wrap .race-link {
                display: block;
                height: 112px;
                width: 115px;
            }

        .race-info-sublayout .race-info-header img {
            width: auto;
        }

        .race-info-sublayout .race-info-header .race-info-inner-wrap {
            color: #282828;
            font-weight: bold;
            width: 150px;
        }

            .race-info-sublayout .race-info-header .race-info-inner-wrap .race-info {
                border-bottom: 2px groove #d5d5d5;
                margin-bottom: 4px;
                padding: 4px 0 10px 10px;
            }

        .race-info-sublayout .race-info-header .dates {
            font-size: 19px;
            margin-bottom: 7px;
        }

        .race-info-sublayout .race-info-header .time {
            font-size: 9pt;
            margin-bottom: 9px;
            line-height: 1.5em;
        }

            .race-info-sublayout .race-info-header .time .pm {
                font-size: 8pt;
            }

        .race-info-sublayout .race-info-header .title {
            color: #b5001b;
            font-size: 12px;
            min-height: 2px;
        }

        .race-info-sublayout .race-info-header .broadcast {
            font-size: 11px;
            padding-left: 5px;
        }

            .race-info-sublayout .race-info-header .broadcast span {
                line-height: 29px;
            }

    .race-info-sublayout .doc-wrapper ul li {
        margin-bottom: 6px;
        width: 290px;
    }

        .race-info-sublayout .doc-wrapper ul li a {
            background-color: #282828;
            background-position: 264px center;
            color: #fff;
            display: block;
            float: none;
            font-size: 13px;
            font-weight: bold;
            height: 15px;
            overflow: hidden;
            padding: 8px 32px 10px 10px;
        }

            .race-info-sublayout .doc-wrapper ul li a span.online {
                color: #0cff00;
                margin-left: 27px;
                text-transform: uppercase;
            }

            .race-info-sublayout .doc-wrapper ul li a:hover {
                background-color: #404040;
            }

            .race-info-sublayout .doc-wrapper ul li a.download-links {
                background: #b5001b url('/public/images/sprite-arrow-down.png') no-repeat 264px 9px;
                line-height: 17px;
                margin-bottom: 3px;
            }

                .race-info-sublayout .doc-wrapper ul li a.download-links.active {
                    background-position: 264px -16px;
                }

                .race-info-sublayout .doc-wrapper ul li a.download-links:hover {
                    background-color: #9a0017;
                }

        .race-info-sublayout .doc-wrapper ul li .next-race-docs li {
            margin-bottom: 3px;
        }

            .race-info-sublayout .doc-wrapper ul li .next-race-docs li a {
                background: #494848 url('/public/images/icon-pdf.png') no-repeat 264px center;
                font-size: 11px;
                line-height: 17px;
            }

                .race-info-sublayout .doc-wrapper ul li .next-race-docs li a:hover {
                    background-color: #282828;
                }

    .race-info-sublayout .cta-live-scoring {
        display: block;
        height: 91px;
        margin: 2px auto 0;
        width: 286px;
    }

#prev-race-widget .race-info-wrap {
    background: none;
}

#prev-race-widget .race-info-header .race-logo-wrap, #prev-race-widget .race-info-header .race-logo-wrap .race-link {
    height: 91px;
}

.race-info-wrap #prev-race-widget .race-winner.broadcast span {
    font-size: 11px;
    line-height: 15px;
}

/* Ad Manager */
.google-ad:first-child {
    border-top: 0 none;
    margin-top: 10px;
    padding-top: 0;
}

.google-ad {
    border-top: 1px solid #c6c6c6;
    margin: 20px 10px 0;
    padding-top: 20px;
}

.transparent .google-ad {
    margin: 20px 0 0;
    padding: 20px 10px 0;
}

.google-ad-single {
    border-top: 1px solid #c6c6c6;
    margin: 20px 0 0 20px;
    padding-top: 20px;
}

/* Search */
#SearchPanel {
}

.search-panel {
    position: relative;
}

    .search-panel .search-box {
        border: 0 none;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        color: #4b4b4b;
        font-weight: bold;
        height: 25px;
        padding: 0 30px 0 5px;
        width: 200px;
        background: rgb(212,212,212);
        background: -moz-linear-gradient(top, rgba(212,212,212,1) 0%, rgba(255,255,255,1) 62%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(212,212,212,1)), color-stop(62%,rgba(255,255,255,1)));
        background: -webkit-linear-gradient(top, rgba(212,212,212,1) 0%,rgba(255,255,255,1) 62%);
        background: -o-linear-gradient(top, rgba(212,212,212,1) 0%,rgba(255,255,255,1) 62%);
        background: -ms-linear-gradient(top, rgba(212,212,212,1) 0%,rgba(255,255,255,1) 62%);
        background: linear-gradient(top, rgba(212,212,212,1) 0%,rgba(255,255,255,1) 62%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#ffffff',GradientType=0 );
    }

    .search-panel .btn-search {
        background: transparent url('/public/images/btn-search.png') no-repeat 0 0;
        border: 0 none;
        height: 23px;
        left: 210px;
        overflow: hidden;
        position: absolute;
        text-indent: -99999em;
        top: 1px;
        width: 24px;
        cursor: pointer;
        font-size: 0;
        display: block;
        line-height: 0;
    }

.search-results-wrap .search-panel {
    margin-bottom: 20px;
}

    .search-results-wrap .search-panel .search-box {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        height: 45px;
        padding: 0 54px 0 10px;
        width: 256px;
    }

    .search-results-wrap .search-panel .btn-search {
        background-position: 0 bottom;
        height: 43px;
        left: 275px;
        width: 44px;
    }

.search-results-wrap .left-column {
    background: transparent url('/public/images/bg-gray-noise.jpg') repeat 0 0;
    padding: 25px 15px;
    width: 620px;
}

.search-results {
    background-color: #000;
    color: #fff;
    padding: 25px 10px 40px;
}

    .search-results .filter-box {
        font-size: 12px;
        padding-bottom: 18px;
    }

    .search-results .search-list {
        margin-bottom: 15px;
    }

        .search-results .search-list li {
            border-top: 1px solid #353535;
            min-height: 97px;
            overflow: hidden;
            padding: 17px 12px 12px;
            position: relative;
        }

            .search-results .search-list li:hover {
                background-color: #2b2b2b;
            }

            .search-results .search-list li a.clear-pixel {
                height: 127px;
                left: 0;
                position: absolute;
                top: 0;
                width: 600px;
            }

            .search-results .search-list li.top-five .search-item-image {
                height: 97px;
                margin-right: 10px;
                overflow: hidden;
                text-align: center;
                width: 160px;
            }

            .search-results .search-list li.top-five .description {
                width: 405px;
            }

            .search-results .search-list li .description {
                color: #b9b9b9;
                font-size: 12px;
                line-height: 14px;
            }

                .search-results .search-list li .description h3 {
                    color: #fff;
                    font-size: 17px;
                    font-weight: bold;
                    line-height: 17px;
                    margin-bottom: 8px;
                }

                .search-results .search-list li .description p {
                    margin-bottom: 8px;
                }

                .search-results .search-list li .description small {
                    color: #fff;
                    font-size: 11px;
                    font-style: italic;
                }

    .search-results .simplePagerNav {
        float: right;
    }

#header .search-panel {
    margin-top: 21px;
}

/* stats & forms */
.stats-page-header {
    height: 80px;
}

.stats-wrap {
    margin-bottom: 30px;
}

    .stats-wrap .left-side {
        margin-right: 25px;
        margin-top: 50px;
        width: 809px;
    }

    .stats-wrap .right-side {
        width: 120px;
    }

    .stats-wrap .tabs {
        margin-left: 10px;
    }

        .stats-wrap .tabs li a {
            display: block;
            height: 35px;
            overflow: hidden;
            text-indent: -9999em;
            width: 160px;
        }

            .stats-wrap .tabs li a.seasons {
                background-position: 0 -101px;
            }

                .stats-wrap .tabs li a.seasons.active {
                    background-position: 0 -65px;
                }

            .stats-wrap .tabs li a.drivers {
                background-position: 0 -173px;
            }

                .stats-wrap .tabs li a.drivers.active {
                    background-position: 0 -137px;
                }

        /*stats sprite */
        .stats-wrap .tabs li a, table.stats td.first .rank, .stats-wrap .tab-content .head-content .details h3 .rank {
            background: transparent url('/public/images/sprite-stats.png') no-repeat 0 0;
        }

.field {
    float: left;
    margin-right: 30px;
}

.radio-field {
    margin: 20px 20px 0 0;
}

.field label {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 7px 2px;
}

.radio-field label {
    font-size: 12px;
    font-weight: bold;
    margin-left: 2px;
}

.field select {
    height: 22px;
    width: 115px;
}

.field .dd-event {
    width: 276px;
}

.field .dd-session {
    width: 206px;
}

.field .dd-driver {
    width: 166px;
}

.stats-wrap .tab-content {
    display: none;
}

    .stats-wrap .tab-content.active {
        display: block;
    }

    .stats-wrap .tab-content .head-content {
        background: transparent url(/public/images/bg-stats-header.jpg) no-repeat 0 0;
        height: 170px;
        margin-bottom: 3px;
        overflow: hidden;
        padding: 15px 10px;
        width: 980px;
    }

        .stats-wrap .tab-content .head-content .details {
            margin-top: 30px;
            width: 390px;
        }

        .stats-wrap .tab-content .head-content a.icon-pdf {
            background-color: #b5001b;
            background-position: 95% center;
            color: #fff;
            display: block;
            font-size: 14px;
            font-weight: bold;
            margin-top: 65px;
            padding: 10px 40px 10px 10px;
        }

        .stats-wrap .tab-content .head-content #session-reports-wrap {
            padding-top: 35px;
            width: 590px;
            height: 105px;
            max-height: 105px;
        }

            .stats-wrap .tab-content .head-content #session-reports-wrap #session-reports ul li {
                float: right;
                width: 175px;
            }

                .stats-wrap .tab-content .head-content #session-reports-wrap #session-reports ul li a.icon-pdf {
                    background-color: transparent;
                    background-position: left center;
                    color: #fff;
                    display: block;
                    font-size: 8pt;
                    font-weight: bold;
                    padding: 5px 10px 5px 25px;
                    margin: 0px 15px 5px 0px;
                    margin-right: 15px;
                }

        .stats-wrap .tab-content .head-content h3 {
            font-size: 21px;
            font-weight: bold;
            margin-bottom: 10px;
        }

.stats-wrap #DriverResults.tab-content .head-content .details h3 {
    line-height: 30px;
}

.stats-wrap .tab-content .head-content .details h3 .rank {
    display: block;
    float: left;
    font-size: 14px;
    margin-right: 10px;
}

.stats-wrap .tab-content .head-content h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.stats-wrap .tab-content .head-content p {
    color: #c3c3c3;
    font-size: 14px;
}

.stats-wrap .tab-content .table-head {
    border-top: 1px solid #2e2e2e;
    margin-top: 10px;
    padding: 10px 0 15px 10px;
}

    .stats-wrap .tab-content .table-head:first-child, .stats-wrap .tab-content .table-head.first {
        border-top: 0 none;
        padding-top: 0;
    }

    .stats-wrap .tab-content .table-head h5 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 3px;
    }

    .stats-wrap .tab-content .table-head p {
        color: #c3c3c3;
        font-size: 11px;
        font-style: italic;
        margin-bottom: 0;
    }

table.stats {
    font-size: 11px;
    text-align: center;
    width: 980px;
}

table.stats-driver-details {
    width: 100%;
}

table.stats tr {
    border-bottom: 2px solid #000;
}

    table.stats tr th {
        background-color: #b5001b;
        border-left: 2px solid #000;
        font-size: 11px;
        font-weight: bold;
        padding: 8px;
    }

        table.stats tr th.first {
            border-left: 0 none;
            padding-left: 5px;
            text-align: left;
        }

table.stats td {
    background-color: #323131;
    border-left: 2px solid #000;
    line-height: 30px;
    padding: 0 8px;
    vertical-align: middle;
}

    table.stats td.first {
        border-left: 0 none;
        padding: 0 10px 0 0;
        text-align: right;
        width: 185px;
    }

table.stats-driver-details td.first {
    width: 235px;
}

table.stats-driver-year td.first {
    width: 245px;
}

table.stats td.driver {
    padding-left: 10px;
    text-align: left;
}

table.stats-driver-event td.first, table.stats-driver-event tr th.first {
    text-align: center;
    width: auto;
}

table.stats td.first .rank, .stats-wrap .tab-content .head-content .details h3 .rank {
    background-position: 0 -32px;
    font-weight: bold;
    height: 30px;
    overflow: hidden;
    padding-right: 15px;
    text-align: center;
    width: 35px;
}
/* table.stats tr:hover td { background-color: #6e6e6e; } 
table.stats tr:hover td.first .rank { background-position: 0 0; }*/

.series-list .series-tab {
    background: transparent url('/public/images/sprite-series-background.png') no-repeat;
    display: block;
    float: left;
    height: 30px;
    width: 220px;
    font-size: 8pt;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
    padding-top: 15px;
    padding-left: 10px;
    cursor: pointer;
}

.series-list a {
    background-position: 0 0;
}

    .series-list a:hover {
        background-position: 0 -46px;
    }

.series-list .active {
    background-position: 0 -92px;
}

    .series-list .active:hover {
        background-position: 0 -92px;
    }

.series-list li a img {
    vertical-align: middle;
    padding-right: 5px;
}

.loading-style {
    display: none;
}

#loading-bg {
    position: absolute;
    z-index: 1000000;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: Black;
    color: White;
}

#loading-fg {
    position: absolute;
    color: White;
    font-weight: bold;
    font-size: 12px;
    top: 50%;
    left: 45%;
    z-index: 1000001;
}

    #loading-fg img {
        margin: 0 auto;
    }

.sample-css-field {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.video-popup {
    width: 560px;
    min-height: 320px;
    margin: 0 auto;
    overflow: hidden;
}

    .video-popup h3 {
        font-family: 'Roboto Condensed', Sans-Serif;
        font-weight: 700;
        font-style: italic;
        font-size: 16pt;
        padding: 12px 10px;
    }

    .video-popup p {
        margin: 10px;
        font-size: 11pt;
        line-height: 1.25em;
    }
