/**
 * @note ie works in quirks mode, so * html affects on all ie versions
 * @package 66-v5-css
 */

/**
 * @subpackage news
 */

/**
 * @section frame
 */
#news-frame {
    position: relative;
    margin-right: 240px;
    font-family: Arial;
}

#news-frame:after {
    content: '';
    display: block;
    clear: both;
}

* html #news-frame {
    height: 0;
}

    #news-frame-left,
    #news-frame-right {
        float: left;
    }

    #news-frame-left {
        width: 100%;
    }

    #news-frame-right {
        position: relative;
        left: 240px;
        width: 242px;
        margin-left: -242px;
    }

/**
 * @section cols
 */
div.news-cols {
    position: relative;
    width: 33.33%;
}

div.news-cols:after {
    content: '';
    display: block;
    clear: both;
}

* html div.news-cols {
    zoom: 1;
}

    div.news-col {
        position: relative;
        float: left;
    }

    * html {
        zoom: 1;
    }

/**
 * @subsection one col
 */
div.news-1-col div.news-col {
    width: 300%;
}

/**
 * @subsection two cols left
 */
div.news-2-cols-left div.news-col {
    margin-right: 5%;
}

div.news-2-cols-left div.news-1-col {
    width: 195%;
}

div.news-2-cols-left div.news-2-col {
    left: 200%;
    width: 95%;
    margin-left: -200%;
}

* html div.news-2-cols-left div.news-2-col {
    left: 100%;
}

/**
 * @subsection three cols
 */
div.news-3-cols div.news-col {
    width: 95%;
    margin-right: 5%;
}

div.news-3-cols div.news-2-col {
    left: 100%;
    margin-left: -100%;
}

div.news-3-cols div.news-3-col {
    left: 200%;
    margin-left: -100%;
}

/**
 * @subsection two cols
 */
div.news-2-cols {
    width: 50%;
}

* html div.news-2-cols {
    width: 100%;
}

    div.news-2-cols div.news-col {
        width: 99%;
        margin-right: 2%;
    }

    * html div.news-2-cols div.news-col {
        width: 49.5%;
        margin-right: 1%;
    }

    div.news-2-cols div.news-2-col {
        position: relative;
        left: 100%;
        margin-right: 0;
        margin-left: -100%;
    }

    * html div.news-2-cols div.news-2-col {
        left: 50%;
        margin-left: -50%;
    }

/**
 * @section common
 */
a.comments {
    display: inline;
}

a.comments {
    padding-left: 13px;
    background: url('http://t.66.ru/news/img/comments-icon.gif') no-repeat 0 50%;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}

a.comments i {
    display: none;
}

span.icon {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 12px;
    background: no-repeat 0 0;
    vertical-align: middle;
}

/**
 * @subsection frames
 */
.f {
    position: relative;
}

* html .f {
    height: 0;
}

    .fw {
        position: relative;
        display: inline-block;
        width: 100%;
        overflow: hidden;
    }

    * html .fw {
        display: inline;
        height: 0;
    }

    .fp {
        position: absolute;
        display: block;
        background-repeat: no-repeat;
        line-height: 1px;
        font-size: 1px;
    }

    .ftl,
    .fbl {
        width: 100%;
    }

    .ftr,
    .fbr {
        margin-left: 100%;
    }

    .fbl,
    .fbr {
        bottom: 0
    }

    .fc {
        position: relative;
        margin-bottom: 0 !important;
    }

/**
 * Usage:
 *
 * .f {
 *     padding-bottom: <bottom height>;
 * }
 *
 * .fc {
 *     margin: <top height> <right width> 0 <left width>;
 *     or
 *     margin: <top and bottom height> <left and right width>;
 * }
 *
 * .fp {
 *     left: <right width>;
 *     background-image: url(<image url>);
 * }
 *
 * .ftl,
 * .ftr {
 *     top: <bottom height>;
 *     height: <image height>;
 * }
 *
 * .ftr,
 * .fbr {
 *     width: <right width>;
 * }

 * .fbl,
 * .fbr {
 *     height: <bottom height>;
 * }

 * .fbl {
 *     clip: rect(auto, auto, auto, <right width>);
 * }
 */

/**
 * @subsection corners
 */
.c {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    line-height: 1px !important;
    font-size: 1px !important;
}

    .ctl,
    .cbl {
        left: 0;
    }

    .ctl,
    .ctr {
        top: 0;
    }

    .cbl,
    .cbr {
        bottom: 0;
    }

    .ctr,
    .cbr {
        margin-left: 100%;
    }

/**
 * Usage:
 *
 * .c {
 *     width: <width>;
 *     height: <height>;
 *     background-image: url(<image url>);
 * }
 *
 * .ctr,
 * .cbr {
 *     left: -<width>;
 * }
 *
 * .ctl {
 *     background-position: -<width> -<height>;
 * }
 *
 * .ctr {
 *     background-position: 0 -<height>;
 * }
 *
 * .cbl {
 *     background-position: -<width> 0;
 * }
 *
 * .cbr {
 *     background-position: 0 0;
 * }
 */

/**
 * @subsection bordered corners
 */
.bc {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    font-size: 1px;
}

    .bctl,
    .bcbl {
        left: -1px;
    }

    .bctl,
    .bctr {
        top: -1px;
    }

    .bcbl,
    .bcbr {
        bottom: -1px;
    }

    .bctr,
    .bcbr {
        margin-left: 100%;
    }

/**
 * Usage:
 *
 * .bc {
 *     width: <width>;
 *     height: <height>;
 *     background-image: url(<image url>);
 * }
 *
 * .bctr,
 * .bcbr {
 *     left: -<width - 1>;
 * }
 *
 * .bctl {
 *     background-position: -<width> -<height>;
 * }
 *
 * .bctr {
 *     background-position: 0 -<height>;
 * }
 *
 * .bcbl {
 *     background-position: -<width> 0;
 * }
 *
 * .bcbr {
 *     background-position: 0 0;
 * }
 */

/**
 * @workaround ie inline-block support
 * @affected ie6, ie7
 * @css-for ie6, ie7
 * @valid no
 */
* html span.icon {
    zoom: 1;
}

span.icon i {
    display: none;
}

span.video {
    background-image: url('http://img.66.ru/dez/news/icon-video.png');
}

span.audio {
    background-image: url('http://img.66.ru/dez/news/icon-audio.png');
}

span.photo {
    width: 27px;
    background-image: url('http://img.66.ru/dez/news/icon-foto.png');
}

/**
 * @subsection ads
 */

div.y5_h *,
div.y5_h2 * {
    font-size: 11px !important;
}

div.y5_h a,
div.y5_h2 a {
    color: #000000 !important;
}

div.y5_h2 {
    overflow: hidden !important;
}

div.y5_h2 div.y5_all {
    float: right !important;
}

div.y5_h2 div.y5_how {
    float: left !important;
}

.y5_nf .y5_ad span ins.y5_icon {
    display: none !important;
}

.y5_nf .y5_ad span a.snap_noshot {
    padding-left: 0 !important;
}

.y5_nf .y5_ad span.url {
    color: #006600 !important;
}

div.y5_ad div {
    margin-bottom: 3px !important;
}

.y5_nf .y5_h .y5_all span {
    padding-right: 0 !important;
}

div.y5_horizontal div.y5_ads1 {
    margin-bottom: 10px !important;
}

div.y5_h span.y5_black {
    padding-left: 0 !important;
}

.y5_nf .y5_ads div.y5_ad {
    padding-left: 0 !important;
}

div.y5_how {
    margin-left: 0 !important;
}

/**
 * @section menu
 */

div.news-col ul.menu {
    position: relative;
    z-index: 7;
    width: auto;
    margin: 0;
    margin-bottom: 15px;
    
    padding: 0;
    list-style-type: none;
}

div.news-col ul.menu:after {
    content: '';
    display: block;
    clear: both;
}

* html div.news-col ul.menu {
    height: 0;
    
}

    div.news-col ul.menu li {
        padding: 3px 9px;
        float: left;
        font-size: 13px;
    }
    
    div.news-col ul.menu li.rss {
        padding: 3px 3px;
        float: left;
        font-size: 13px;
    }    

        div.news-col ul.menu li a {
            line-height: normal;
            font-size: 13px;
        }

    div.news-col ul.menu li.rss img {
        vertical-align: baseline;
    }

    div.news-col ul.menu li.new-group a {
        color: #FF0000;
        font-weight: bold;
    }

    div.news-col ul.menu li.active {
        background-color: #F17E00;
    }

    div.news-col ul.menu li.active a {
        color: #FFFFFF !important;
        font-weight: normal !important;
    }

/**
 * @section hot news
 */
div.newsblocks {
    width: 295% !important;
    margin-right: 5%;
    margin-bottom: 15px;
    background-color: #E9EFDB;
}

    * html div.newsblocks div.news-col {
        clear: right;
    }

    div.newsblocks span.c {
        width: 5px;
        height: 5px;
        background-image: url('http://t.66.ru/news/img/news-list-corners.gif');
    }

    div.newsblocks span.ctr,
    div.newsblocks span.cbr {
        left: -5px;
    }

    div.newsblocks span.ctl {
        background-position: -5px -5px;
    }

    div.newsblocks span.ctr {
        background-position: 0 -5px;
    }

    div.newsblocks span.cbl {
        background-position: -5px 0;
    }

    div.newsblocks span.cbr {
        background-position: 0 0;
    }

    div.newsblocks div.wrap {
        margin-bottom: 10px;
        margin-left: 80px;
    }

    div.newsblocks div.wrap:after {
        content: '';
        display: block;
        clear: both;
    }

    * html div.newsblocks div.wrap {
        height: 0;
    }

        div.newsblocks div.wrap h4 {
            display: inline;
            margin: 0;
            font-size: 12px;
            font-weight: normal;
        }

        div.newsblocks div.wrap p.date {
            display: inline;
            margin: 0;
            font-size: 10px;
            white-space: nowrap;
            color: #555555;
        }

        div.newsblocks div.wrap img {
            position: relative;
            left: -70px;
            float: left;
            margin-right: -60px;
        }

    div.newsblocks span.balloon {
        position: relative;
        display: inline-block;
        height: 21px;
        margin-top: 10px;
        margin-left: 10px;
        overflow: hidden;
        background-color: #C5C258;
        line-height: 13px;
        font-size: 11px;
        font-weight: bold;
        color: #FFFFFF;
    }

    * html div.newsblocks span.balloon {
        display: inline;
    }

    div.newsblocks div.news-2-col span.balloon {
        background-color: #A5BF67;
    }

    div.newsblocks div.news-3-col span.balloon {
        background-color: #86B3D3;
    }

        div.newsblocks span.balloon span {
            display: inline-block;
            padding: 1px 6px 0 5px;
        }

        * html div.newsblocks span.balloon span {
            display: inline;
            height: 0;
            padding-top: 2px;
        }

        div.newsblocks span.balloon i.l,
        div.newsblocks span.balloon i.r {
            position: absolute;
            top: 0;
            top: 0;
            left: -2px;
            height: 21px;
            background: url('http://t.66.ru/news/img/newsblock-balloon-mask-bigger.png') no-repeat;
            line-height: 1px;
            font-size: 1px;
        }

        div.newsblocks span.balloon i.l {
            width: 100%;
        }

        div.newsblocks span.balloon i.r {
            width: 2px;
            margin-left: 100%;
        }

/**
 * @section news list
 */

/**
 * @subsection detailed full
 */
div.news-1-col div.news-list {
    position: relative;
}

* html div.news-1-col div.news-list {
    zoom: 1;
}

div.news-1-col div.news-list h3 {
    display: inline-block;
    margin: 0 0 15px;
    padding: 6px 15px 7px 15px;
    background-color: #519000;
    font-size: 24px;
    font-weight: normal;
    color: #FFFFFF;
}

* html div.news-1-col div.news-list h3 {
    display: inline;
    zoom: 1;
}

div.news-1-col div.news-list h3 a {
    text-decoration: none;
    color: #FFFFFF;
}

div.news-1-col div.news-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    div.news-1-col div.news-list li {
        position: relative;
        margin: 0 0 20px 120px;
        line-height: 18px;
    }

    div.news-1-col div.news-list li:after {
        content: '';
        display: block;
        clear: both;
    }

    * html div.news-1-col div.news-list li {
        zoom: 1;
    }

    div.news-1-col div.news-list li.no-image {
        margin-left: 0 !important;
    }

        div.news-1-col div.news-list li p {
            margin: 0;
            margin-top: 6px;
        }

        div.news-1-col div.news-list li p.author {
            margin: 0;
            margin-bottom: 5px;
            font-size: 12px;
            color: #000000;
        }

            div.news-1-col div.news-list li p.author a {
                color: #000000;
            }

        div.news-1-col div.news-list li p.date {
            display: inline;
            margin: 0;
            white-space: nowrap;
            font-size: 10px;
            color: #68685E;
        }

        div.news-1-col div.news-list li p.image {
            position: relative;
            left: -120px;
            width: 100px;
            margin: 0 -100px 0 0;
            float: left;
        }

        div.news-1-col div.news-list li h4 {
            display: inline;
            position: relative;
            margin: 0;
            font-size: 18px;
            font-weight: normal;
        }

        /**
         * @workaround ie inline-block support
         * @affected ie6, ie7
         * @css-for ie6, ie7
         * @valid no
         */
        * html div.news-1-col div.news-list li h4 {
            display: inline;
            zoom: 1;
        }

    div.news-1-col div.news-list.author-inner li {
        padding-left: 20px;
    }

/**
 * @subsection detailed condensed
 */
div.news-1-col div.news-list.condensed {
    margin-bottom: 15px;
    padding-right: 15px;
    border-top: 1px solid #D8D8D8;
}

div.news-1-col div.news-list.condensed:after {
    content: '';
    display: block;
    clear: both;
}

* html div.news-1-col div.news-list.condensed {
    height: 0;
}

    div.news-1-col div.news-list.condensed h3 {
        display: inline-block;
        width: 210px;
        margin-right: 7px;
        padding: 6px 15px 7px 15px;
    }

    /**
     * @workaround ie inline-block support
     * @affected ie6, ie7
     * @css-for ie6, ie7
     * @valid no
     */
    * html div.news-1-col div.news-list.condensed h3 {
        display: inline;
        zoom: 1;
        width: 240px;
    }

        div.news-1-col div.news-list.condensed h3 a {
            text-decoration: none !important;
            color: #FFFFFF !important;
        }

    div.news-1-col div.news-list.condensed p.link {
        display: inline;
        color: #037DD3;
    }

    /**
     * @workaround ie rendering bug
     * @affected ie
     * @css-for ie
     * @valid yes
     */
    * html div.news-1-col div.news-list.condensed p.link {
        position: relative;
        top: -19px;
    }

    div.news-1-col div.news-list.condensed ul {
        width: 67%;
        margin-right: 2%;
        float: left;
    }

    div.news-1-col div.news-list.condensed ul.condensed {
        width: 31%;
        margin: 0;
        float: left;
    }

        div.news-1-col div.news-list.condensed ul.condensed li {
            margin: 0 0 25px 0;
            padding-left: 20px;
            background: url("http://t.66.ru/news/img/news-list-marker.gif") no-repeat scroll 10px 6px transparent;
        }

        div.news-1-col div.news-list.condensed ul.condensed li h4 {
            display: inline;
            font-size: 13px;
        }
        /**
         * @workaround ie rendering bug
         * @affected ie
         * @css-for ie
         * @valid yes
         */
        * html div.news-1-col div.news-list.condensed ul.condensed li h4 {
            vertical-align: middle;
            margin-right: 4px;
        }

        div.news-1-col div.news-list.condensed ul.condensed li p.date {
            display: inline;
            vertical-align: middle;
            white-space: nowrap;
        }

        /**
         * @workaround ie rendering bug
         * @affected ie
         * @css-for ie
         * @valid yes
         */
        * html div.news-1-col div.news-list.condensed ul.condensed li p.date {
            vertical-align: middle;
            margin-left: 4px;
        }

/**
 * @subsection detailed author
 */
div.news-1-col div.news-list.author {
    padding-bottom: 10px;
    background: url('http://img.66.ru/dez/grey_dot.gif') repeat-x 0 100%;
}

    div.news-1-col div.news-list.author li {
        margin-left: 95px;
        padding: 0;
    }

        div.news-1-col div.news-list.author li p.image {
            left: -95px;
            width: 75px;
            margin-right: -95px;
            zoom: 1;
            text-align: center;
        }

/**
 * @subsection brief
 */
div.news-2-col div.news-list {
    position: relative;
    margin-bottom: 15px;
}

* html div.news-2-col div.news-list {
    zoom: 1;
}

    div.news-2-col div.news-list div.wrap {
        padding: 10px;
    }

    div.news-2-col div.news-list h3 {
        margin: 0 10px 7px;
        font-size: 21px;
        font-weight: normal;
    }

        div.news-2-col div.news-list ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

            div.news-2-col div.news-list li {
                position: relative;
                background: url('http://t.66.ru/news/img/news-list-marker.gif') no-repeat 0 6px;
                margin-bottom: 10px;
                padding-left: 10px;
                line-height: 18px;
            }

                div.news-2-col div.news-list li h4 {
                    position: relative;
                    display: inline;
                    margin: 0;
                    font-size: 13px;
                    font-weight: normal;
                }

                div.news-2-col div.news-list li p {
                    margin: 0;
                }

                div.news-2-col div.news-list li p.date {
                    position: relative;
                    display: inline;
                    vertical-align: baseline;
                    white-space: nowrap;
                    font-size: 10px;
                    color: #68685E;
                }

                /**
                 * @workaround ie rendering bug
                 * @affected ie
                 * @css-for ie
                 * @valid yes
                 */
                * html div.news-2-col div.news-list li p.date {
                    margin-left: 4px;
                }

            div.news-2-col div.news-list li.first {
                padding: 0;
                background: transparent;
            }

                div.news-2-col div.news-list li.first .f {
                    margin: 0 -3px;
                    padding-bottom: 9px;
                }

                    div.news-2-col div.news-list li.first .fw {
                        display: block;
                    }

                    div.news-2-col div.news-list li.first .fc {
                        margin: 13px 13px 0;
                        background-color: #FFFFFF;
                    }

                    div.news-2-col div.news-list li.first .fp {
                        left: -11px;
                        background-image: url('http://t.66.ru/news/img/news-list-frame.png');
                    }

                    div.news-2-col div.news-list li.first .ftl,
                    div.news-2-col div.news-list li.first .ftr {
                        top: -9px;
                        height: 2000px;
                    }

                    div.news-2-col div.news-list li.first .ftr,
                    div.news-2-col div.news-list li.first .fbr {
                        width: 11px;
                    }

                    div.news-2-col div.news-list li.first .fbl,
                    div.news-2-col div.news-list li.first .fbr {
                        height: 9px;
                    }

                    div.news-2-col div.news-list li.first .fbl {
                        clip: rect(auto, auto, auto, 11px);
                    }

                div.news-2-col div.news-list li.first div.wrap {
                    position: relative;
                    padding: 0;
                    margin-left: 70px;
                    padding-bottom: 4px;
                }

                div.news-2-col div.news-list li.first div.wrap:after {
                    content: '';
                    display: block;
                    clear: both;
                }

                * html div.news-2-col div.news-list li.first div.wrap {
                    zoom: 1;
                    padding-bottom: 2px;
                }

                div.news-2-col div.news-list li.first p.image {
                    position: relative;
                    left: -70px;
                    width: 60px;
                    margin-right: -60px;
                    float: left;
                }

    div.news-2-col div.news-list span.c {
        width: 5px;
        height: 5px;
        background-image: url('http://t.66.ru/news/img/news-list-corners.gif');
    }

    div.news-2-col div.news-list span.ctr,
    div.news-2-col div.news-list span.cbr {
        left: -5px;
    }

    div.news-2-col div.news-list a.all {
        padding-left: 10px;
    }

div.news-2-col div.news-list.hours {
    background-color: #F7F0C8;
}

    div.news-2-col div.news-list.hours span.ctl {
        background-position: -5px -15px;
    }

    div.news-2-col div.news-list.hours span.ctr {
        background-position: 0 -15px;
    }

    div.news-2-col div.news-list.hours span.cbl {
        background-position: -5px -10px;
    }

    div.news-2-col div.news-list.hours span.cbr {
        background-position: 0 -10px;
    }

div.news-2-col div.news-list.main {
    background-color: #E9EFDB;
}

    div.news-2-col div.news-list.main span.ctl {
        background-position: -5px -5px;
    }

    div.news-2-col div.news-list.main span.ctr {
        background-position: 0 -5px;
    }

    div.news-2-col div.news-list.main span.cbl {
        background-position: -5px 0;
    }

    div.news-2-col div.news-list.main span.cbr {
        background-position: 0 0;
    }

div.news-2-col div.news-list.author {
    background-color: #EBEBEB;
}

    div.news-2-col div.news-list.author span.ctl {
        background-position: -5px -25px;
    }

    div.news-2-col div.news-list.author span.ctr {
        background-position: 0 -25px;
    }

    div.news-2-col div.news-list.author span.cbl {
        background-position: -5px -20px;
    }

    div.news-2-col div.news-list.author span.cbr {
        background-position: 0 -20px;
    }

    div.news-2-col div.news-list.author h3 {
        margin-bottom: 15px;
    }

    div.news-2-col div.news-list.author ul li {
        padding-left: 45px;
        background: none;
        position: relative;
    }

    * html div.news-2-col div.news-list.author ul li {
        zoom: 1;
    }

        div.news-2-col div.news-list.author ul li p.image {
            position: relative;
            left: -35px;
            float: left;
            width: 25px;
            margin-right: -35px;
            text-align: center;
            zoom: 1;
        }

        div.news-2-col div.news-list.author ul li p.image img {
            margin-right: 0;
        }

        div.news-2-col div.news-list.author ul li p.author {
            font-size: 12px;
            line-height: 14px;
        }

            div.news-2-col div.news-list.author ul li p.author a {
                color: #000000;
            }

        div.news-2-col div.news-list.author ul li p.description {
            font-size: 11px;
        }

    div.news-2-col div.news-list.author p.all {
        margin: 0;
        margin-bottom: 10px;
        margin-left: 10px;
        font-size: 21px;
        color: #037DD3;
    }

div.news-2-col div.news-list.author.publications {
    background-color: #E9EFDB;
}

    div.news-2-col div.news-list.author.publications span.ctl {
        background-position: -5px -5px;
    }

    div.news-2-col div.news-list.author.publications span.ctr {
        background-position: 0 -5px;
    }

    div.news-2-col div.news-list.author.publications span.cbl {
        background-position: -5px 0;
    }

    div.news-2-col div.news-list.author.publications span.cbr {
        background-position: 0 0;
    }

    div.news-2-col div.news-list.author.publications ul li.first {
        padding-left: 0;
    }

        div.news-2-col div.news-list.author.publications ul li.first div.wrap {
            margin-left: 35px;
        }

        div.news-2-col div.news-list.author.publications ul li.first div.wrap p.image {
            left: -35px;
        }

/**
 * @section contact
 */
div.news-2-col div.contact {
    margin-bottom: 15px;
    padding: 10px 20px;
    border: 1px solid #DBDBDB;
}

div.news-2-col div.contact p {
    margin: 0;
    margin-bottom: 5px;
}

/**
 * @section user quote
 */
div.news-2-col div.quote {
    margin-bottom: 10px;
}

    div.news-2-col div.quote h3 {
        margin: 0;
        margin-bottom: 6px;
        margin-left: 45px;
        font-size: 12px;
        color: #555555;
    }

    div.news-2-col div.quote h3:after {
        content: '';
        display: block;
        clear: both;
    }

    * html div.news-2-col div.quote h3 {
        zoom: 1;
    }

        div.news-2-col div.quote h3 span.avatar {
            position: relative;
            display: block;
            left: -35px;
            display: block;
            width: 25px;
            margin-right: -25px;
            float: left;
        }

        div.news-2-col div.quote h3 a {
            white-space: nowrap;
        }

    div.news-2-col div.quote div.blockquote {
        position: relative;
        margin-bottom: 13px;
        background-color: #DFF6AD;
        border: 1px solid #DAE1CA;
    }

    * html div.news-2-col div.quote div.blockquote {
        height: 0;
    }

        div.news-2-col div.quote div.blockquote span.bc {
            width: 4px;
            height: 4px;
            background-image: url('http://t.66.ru/news/img/user-quote-corners.gif');
        }

        div.news-2-col div.quote div.blockquote span.bctr,
        div.news-2-col div.quote div.blockquote span.bcbr {
            left: -3px;
        }

        div.news-2-col div.quote div.blockquote span.bctl {
            background-position: -4px -4px;
        }

        div.news-2-col div.quote div.blockquote span.bctr {
            background-position: 0 -4px;
        }

        div.news-2-col div.quote div.blockquote span.bcbl {
            background-position: -4px 0;
        }

        div.news-2-col div.quote div.blockquote span.bcbr {
            background-position: 0 0;
        }

        div.news-2-col div.quote div.blockquote span.arrow {
            position: absolute;
            top: -10px;
            left: 21px;
            display: block;
            width: 10px;
            height: 10px;
            background: url('http://t.66.ru/news/img/user-quote-arrow.png') no-repeat;
        }

        div.news-2-col div.quote div.blockquote div.wrap {
            padding: 8px 20px 8px 30px;
            background: url('http://t.66.ru/news/img/user-quote-quotes.gif') no-repeat 10px 12px;
        }

        div.news-2-col div.quote div.blockquote blockquote {
            position: relative;
            margin: 0;
            padding: 0 10px 0 0;
            border: none;
            background: url('http://t.66.ru/news/img/user-quote-quotes.gif') no-repeat 100% 100%;
            font-size: 12px;
        }

            div.news-2-col div.quote div.blockquote blockquote blockquote {
                margin-bottom: 0;
                padding: 0;
                padding-left: 5px;
                background: transparent;
                border: none;
                border-left: 2px solid #D1D2CD;
                font-size: 11px;
                color: #5F5E59;
            }

    div.news-2-col div.quote p {
        margin: 0;
        margin-left: 20px;
        font-size: 12px;
        color: #555555;
    }

    div.news-2-col div.quote p.discuss {
        margin-left: 0;
        margin-bottom: 3px;
        font-size: 18px;
        color: #F17E00;
    }

    div.news-2-col div.quote p.discuss span {
        width: 19px;
        float: left;
    }

    div.news-2-col div.quote p.discuss a {
        color: #F17E00;
    }

/**
 * @section right ads
 */

div.news-2-col div.ads {
    margin-bottom: 12px;
    padding-left: 20px;
}

div.news-2-col div.ads.top {
    padding-top: 10px;
    background: url('http://img.66.ru/dez/grey_dot.gif') repeat-x 0 0;
}

div.tizerclass div.news-2-col div.ads.top {
    padding-top: 0;
    background: none !important;
}

div.news-2-col div.ads div.y5_how {
    margin-left: 0 !important;
}

div.news-2-col div.ads.bottom div.y5_ya,
div.news-2-col div.ads.bottom div.y5_ya span {
    padding-top: 0 !important;
}

div.news-2-col div.ads.bottom div.y5_how {
    margin-left: 0 !important;
}

div.news-2-col div.ads.bottom div.y5_h2 {
    display: none !important;
}

div.news-2-col div.ads.bottom div.y5_ad {
    padding-bottom: 0 !important;
}

/**
 * @section news-single
 */

/**
 * @subsection title
 */
div.news-single {
    position: relative;
    margin-bottom: 15px;
    padding-top: 12px;
    background: url('http://img.66.ru/dez/grey_dot.gif') repeat-x 0 0 !important;
}

div.tizerclass div.news-single {
    padding-top: 0;
    background: none !important;
}

* html div.news-single {
    zoom: 1;
}

    div.news-single #comments {
        padding: 0 !important;
    }

    div.news-single #prn {
        margin-bottom: -20px;
    }

    div.news-single #postbox {
        padding-top: 0 !important;
    }

    div.news-single div.title {
        margin-bottom: 6px;
    }

        div.news-single div.title p.author {
            display: block !important;
            margin-bottom: 7px;
            line-height: 18px;
            font-size: 12px;
            color: #000000;
        }

            div.news-single div.title p.author a {
                color: #000000;
            }

        div.news-single div.title h1,
        div.news-single div.title h2 {
            display: inline;
            margin: 0;
            font-size: 25px;
            color: #000000;
        }

        div.news-single.author div.title h1,
        div.news-single.author div.title h2 {
            line-height: 27px;
            font-size: 21px;
        }

        div.news-single div.title p,
        div.news-single div.title address {
            display: inline;
            margin: 0;
            margin-left: 5px;
        }

        div.news-single div.title address {
            font-style: normal;
        }

            div.news-single div.title address a {
                color: #555555;
            }

        div.news-single div.title p.date {
            white-space: nowrap;
            font-size: 11px;
            color: #555555;
        }

/**
 * @subsection content
 */

div.news-single div.content {
    line-height: 18px;
}

div.news-single div.content:after {
    content: '';
    display: block;
    clear: both;
}

* html div.news-single div.content {
    height: 0;
}

    div.news-single div.content p {
        margin: 0;
        margin-bottom: 20px;
    }

    div.news-single div.content p.excerpt {
        font-weight: bold;
    }

        div.news-single div.content p.excerpt img {
            margin: 0;
            margin-right: 20px;
            margin-bottom: 15px;
            float: left;
        }

div.news-single.main h2 {
    line-height: normal;
}

div.news-single.main div.content {
    padding-left: 253px;
    padding-bottom: 20px;
    background: url('http://img.66.ru/dez/grey_dot.gif') repeat-x 0 100%;
}

    div.news-single.main div.content p.excerpt {
        font-weight: normal;
        margin: 0;
    }

div.news-single.author div.content {
    padding-left: 0;
}

div.news-single div.content.no-image {
    padding-left: 0;
}

div.news-single.main img {
    position: relative;
    left: -253px;
    margin-right: -253px;
    float: left;
}

div.news-single.main div.title img {
    float: none;
    position: static;
    margin: 0;
}

div.news-single.author img {
    left: 0;
    margin-right: 20px;
}

div.news-single.inner {
    padding-top: 0;
    background: none;
}

    div.news-single.inner div.content {
        padding-left: 20px;
        padding-bottom: 1px;
        background: url('http://img.66.ru/dez/grey_dot.gif') repeat-x 0 100%;
    }

    div.news-single.inner div.content p.excerpt {
        font-weight: normal;
    }

/**
 * @subsection links
 */
div.news-single div.links {
    margin-bottom: 18px;
    border-bottom: 1px solid #C4C4C4;
}

div.news-single div.links:after {
    content: '';
    display: block;
    clear: both;
}

* html div.news-single div.links {
    height: 0;
}

    div.news-single div.links p {
        float: left;
        clear: right;
        height: 35px;
        margin: 0;
        line-height: 30px;
    }

    div.news-single div.links p.discuss {
        width: 33%;
    }

        div.news-single div.links p.discuss a {
            padding-left: 28px;
            background: url('http://img.66.ru/dez/news/icon.gif') no-repeat 0 50%;
            font-weight: bold;
        }

    div.news-single div.links p.views {
        width: 22%;
        text-align: center;
        font-size: 12px;
        color: #4F4035;
    }

    div.news-single div.links p.comments {
        width: 45%;
        text-align: right;
        font-size: 19px;
    }

    div.news-single div.links p.comments span.wrap {
        position: relative;
        display: inline-block;
        height: 35px;
    }

    /**
     * @workaround ie inline-block support
     * @affected ie6, ie7
     * @css-for ie6, ie7
     * @valid no
     */
    * html div.news-single div.links p.comments span.wrap {
        display: inline;
        zoom: 1;
    }

        div.news-single div.links p.comments span.c {
            display: none;
            position: absolute;
            width: 3px;
            height: 3px;
            background: url('http://t.66.ru/news/img/comments-corners.gif') no-repeat;
            line-height: 1px;
            font-size: 1px;
        }

        div.news-single div.links p.comments span.c.tl {
            top: -1px;
            left: -1px;
            background-position: -3px -3px;
        }

        div.news-single div.links p.comments span.c.tr {
            top: -1px;
            right: -1px;
            background-position: 0 -3px;
        }

        div.news-single div.links p.comments span.c.bl {
            bottom: 0;
            left: -3px;
            background-position: 0 0;
        }

        div.news-single div.links p.comments span.comments,
        div.news-single div.links p.comments a {
            padding-right: 15px;
            padding-left: 29px;
            background: url('http://t.66.ru/news/img/comments-icon.gif') no-repeat 15px 50%;
        }

        div.news-single div.links p.comments a {
            cursor: pointer;
        }

        div.news-single div.links p.comments a.pseudolink {
            text-decoration: none !important;
        }

            div.news-single div.links p.comments a.pseudolink span {
                display: inline-block;
                border-bottom: 2px dashed #037DD3;
                line-height: 18px;
                cursor: pointer;
            }

            /**
             * @workaround ie inline-block support
             * @affected ie6, ie7
             * @css-for ie6, ie7
             * @valid no
             */
            * html div.news-single div.links p.comments a.pseudolink span {
                display: inline;
                zoom: 1;
            }

    div.news-single div.links p.comments.active span.wrap {
        height: 30px;
        padding-top: 5px;
        background-color: #FFFFFF;
        border: solid #C4C4C4;
        border-width: 1px 1px 0;
    }

    * html div.news-single div.links p.comments.active span.wrap {
        position: relative;
        top: 1px;
        height: 35px;
        padding-bottom: 1px;
    }

    div.news-single div.links p.comments.active span.c {
        display: block;
    }

    /**
     * @workaround opera fixes
     * @affected opera
     * @css-for opera
     * @valid no
     */
    @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {

        head~body div.news-single div.links p.comments span.c.tr {
            right: -17px;
        }

        head~body div.news-single div.links p.comments.active span.wrap {
            position: relative;
            top: 1px;
        }
    }

/**
 * @subsection related list
 */
div.news-single div.related-list h3 {
    margin: 0 0 5px;
    font-size: 21px;
    font-weight: normal;
}

div.news-single div.related-list ul {
    margin: 0 0 25px;
    padding: 0;
    list-style-type: none;
}

    div.news-single div.related-list li {
        margin: 0 0 10px 70px;
    }

    div.news-single div.related-list li:after {
        content: '';
        display: block;
        clear: both;
    }

    * html div.news-single div.related-list li {
        height: 0;
    }

        div.news-single div.related-list li p {
            margin: 0;
        }

        div.news-single div.related-list li p.link sup {
            vertical-align: top;
        }

        div.news-single div.related-list li p.date {
            position: relative;
            top: 2px;
            left: -70px;
            width: 70px;
            margin-right: -70px;
            float: left;
            white-space: nowrap;
            font-size: 11px;
            color: #555555;
        }

div.news-single div.related-list.discussions a {
    color: #519000;
}

div.news-single div.related-list.discussions .userLink a {
    color: #037DD3;
}

div.news-single div.related-list.thematic p.additional {
    position: relative;
    display: inline-block;
    background-color: #E9EFDB;
}

* html div.news-single div.related-list.thematic p.additional {
    display: inline;
    zoom: 1;
}

    div.news-single div.related-list.thematic p.additional span {
        display: inline-block;
        padding: 5px 10px;
    }

    * html div.news-single div.related-list.thematic p.additional span {
        display: inline;
        zoom: 1;
    }

    div.news-single div.related-list.thematic p.additional a {
        border-bottom: 1px dashed #037DD3;
        font-weight: bold;
        text-decoration: none;
    }

    div.news-single div.related-list.thematic p.additional i.c {
        width: 5px;
        height: 5px;
        background-image: url('http://t.66.ru/news/img/news-list-corners.gif');
    }

    div.news-single div.related-list.thematic p.additional i.ctr,
    div.news-single div.related-list.thematic p.additional i.cbr {
        left: -5px;
    }

    div.news-single div.related-list.thematic p.additional i.ctl {
        background-position: -5px -5px;
    }

    div.news-single div.related-list.thematic p.additional i.ctr {
        background-position: 0 -5px;
    }

    div.news-single div.related-list.thematic p.additional i.cbl {
        background-position: -5px 0;
    }

    div.news-single div.related-list.thematic p.additional i.cbr {
        background-position: 0 0;
    }

/**
 * @subsection comments
 */
div.news-single div.comments {
    margin-bottom: 9px;
    padding-bottom: 25px;
    background: url('http://img.66.ru/dez/grey_dot.gif') repeat-x 0 100%;
}

* html div.news-single div.comments {
    zoom: 1;
}

    div.news-single div.comments span.i-dont-know-what-to-say {
        line-height: 18px;
        font-size: 18px;
        color: #037DD3;
        cursor: pointer;
    }

        div.news-single div.comments span.i-dont-know-what-to-say span.pseudolink {
            display: inline-block;
            border-bottom: 1px dashed #037DD3;
        }

        * html div.news-single div.comments span.i-dont-know-what-to-say span.pseudolink {
            display: inline;
            zoom: 1;
        }

/**
 * @subsection ads
 */
div.news-single div.ads {
    padding-bottom: 7px;
    background: url('http://img.66.ru/dez/grey_dot.gif') repeat-x 0 100%;
}

/**
 * @subsection author-article
 */
div.news-single.author-article {
    background: none;
    padding: 0;
}

    div.news-single.author-article div.content {
        position: relative;
        margin-bottom: 20px;
        background-color: #F5F5F5;
    }

        div.news-single.author-article div.content span.c {
            width: 5px;
            height: 5px;
            background-image: url('http://t.66.ru/news/img/news-list-corners.gif');
        }

        div.news-single.author-article div.content span.cbl {
            background-position: -5px -30px;
        }

        div.news-single.author-article div.content span.cbr {
            left: -5px;
            background-position: 0 -30px;
        }

        div.news-single.author-article div.content div.wrap {
            padding: 20px;
            padding-right: 10px;
            padding-bottom: 1px;
        }

        div.news-single.author-article div.content div.title {
            margin-bottom: 10px;
        }

        div.news-single.author-article div.content h1 {
            font-size: 21px;
        }

    div.news-single.author-article div.links {
        margin-bottom: 0;
        padding: 0 10px 0 20px;;
    }

        div.news-single.author-article div.links p {
            height: 40px;
        }

        div.news-single.author-article div.links p.comments.active span.wrap {
            height: 35px;
        }

div.news-single.author-article div.comments {
    padding-top: 20px;
}

/**
 * @subsection author-list
 */
div.news-list.author-list h3 {
    padding-left: 20px !important;
}

div.news-list.author-list li {
    padding: 0 20px;
    padding-right: 10px;
}

/**
 * @section search
 */
#news-frame-right div.search {
    position: relative;
    margin-bottom: 10px;
    background-color: #779F1A;
    font-size: 12px;
    color: #FFFFFF;
}

* html #news-frame-right div.search {
    zoom: 1;
}

    #news-frame-right div.search span.c {
        width: 4px;
        height: 4px;
        background-image: url('http://t.66.ru/news/img/news-search-corners.gif');
    }

    #news-frame-right div.search span.ctl {
        background-position: -4px -4px;
    }

    #news-frame-right div.search span.ctr {
        background-position: 0 -4px;
    }

    #news-frame-right div.search span.cbl {
        background-position: -4px 0;
    }

    #news-frame-right div.search span.cbr {
        background-position: 0 0;
    }

    #news-frame-right div.search span.ctr,
    #news-frame-right div.search span.cbr {
        left: -4px;
    }

    #news-frame-right div.search form {
        position: relative;
        margin: 0;
        padding: 8px 15px;
    }

    * html #news-frame-right div.search form {
        zoom: 1;
    }

        #news-frame-right div.search form h3 {
            margin: 0;
            margin-bottom: 5px;
            font-size: 18px;
            font-weight: normal;
        }

        #news-frame-right div.search form p {
            margin: 0;
            margin-bottom: 3px;
            overflow: hidden;
        }

        * html #news-frame-right div.search form p {
            zoom: 1;
        }

        #news-frame-right div.search form input {
            float: left;
            font-family: 'Trebuchet MS';
        }

        #news-frame-right div.search form input.text {
            width: 145px;
            height: 24px;
        }

        #news-frame-right div.search form input.button {
            position: relative;
            top: -2px;
            margin-left: 8px;
            padding: 1px 3px;
            overflow: visible;
            text-align: center;
            font-size: 13px;
            font-weight: bold;
            color: #373736;
        }

        * html #news-frame-right div.search form input.button {
            padding: 1px 5px;
        }

        #news-frame-right div.search form p.sample a {
            color: #FFFFFF;
        }

        #news-frame-right div.search form p.sample a.pseudolink {
            display: inline-block;
            border-bottom: 1px dashed #FFFFFF;
            text-decoration: none !important;
            line-height: 12px;
        }

        * html #news-frame-right div.search form p.sample a.pseudolink {
            display: inline;
            zoom: 1;
        }

/**
 * @subsection author-info
 */
div.author-info {
    position: relative;
    min-height: 120px;
    margin-bottom: 20px;
    background-color: #D9D9D9;
    border-bottom: 2px solid #F17E00;
}

* html div.author-info {
    height: 120px;
}

div.author-info:after {
    content: '';
    display: block;
    clear: both;
}

* html div.author-info {
    zoom: 1;
}

div.news-single div.author-info {
    margin-bottom: 0;
}

    div.author-info div.wrap {
        padding: 10px 140px 15px 20px;
    }

    div.author-info p {
        margin: 0;
        font-size: 12px;
        color: #505050;
    }

    div.author-info p.image {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    div.author-info p.heading {
        font-size: 11px;
    }

    div.author-info h1,
    div.author-info h2 {
        margin: 0;
        margin-bottom: 5px;
        font-size: 21px;
        font-weight: normal;
        color: #000000;
    }

div.author-inner div.news-1-col div.news-list li h4 {
    font-size: 16px;
    font-weight: bold;
}

div.author-info span.c {
    width: 5px;
    height: 5px;
    background-image: url('http://t.66.ru/news/img/news-list-corners.gif');
}

div.author-info span.ctl {
    background-position: -5px -35px;
}

div.author-info span.ctr {
    left: -5px;
    background-position: 0 -35px;
}

/**
 * @section olympic
 */
div.olympic {
    font-family: Arial;
}

/**
 * @subsection head
 */
div.olympic div.head {
    position: relative;
    margin-bottom: 7px;
}

    div.olympic div.head div.logo {
        display: inline-block;
        position: relative;
        z-index: 5;
    }

    * html div.olympic div.head div.logo {
        display: inline;
        zoom: 1;
    }

        div.olympic div.head div.logo h1 {
            display: inline-block;
            height: 67px;
            margin: 0;
            margin-top: 6px;
            margin-bottom: -8px;
            padding-top: 4px;
            padding-right: 67px;
            background: url('http://t.66.ru/news/img/olympic-logo.png') no-repeat 100% 0;
            line-height: 28px;
            font-size: 30px;
            font-style: italic;
            color: #3B5E7A;
        }

        * html div.olympic div.head div.logo h1 {
            display: inline;
            zoom: 1;
        }

        div.olympic div.head div.logo h1 a {
            color: #3B5E7A;
        }

            div.olympic div.head div.logo h1 span {
                display: block;
                font-size: 18px;
                font-style: normal;
            }

        div.olympic div.head div.logo p.date {
            margin: 0;
            font-size: 12px;
            color: #CBCBCB;
        }

    div.olympic div.head div.artwork {
        position: absolute;
        right: -23px;
        bottom: 0;
        z-index: 4;
        width: 485px;
        height: 79px;
        padding-top: 37px;
        padding-left: 98px;
        background: url('http://t.66.ru/news/img/olympic-artwork-background.png') no-repeat 0 0;
        line-height: 13px;
        font-size: 12px;
    }

    * html div.olympic div.head div.artwork {
        right: 0;
        width: 583px;
        height: 116px;
    }

    div.olympic div.head div.artwork a {
        font-size: 14px;
        font-weight: bold;
    }

/**
 * @subsection stats
 */
div.olympic div.stats {
    position: relative;
    margin-bottom: 10px;
    background-color: #E9EFDB;
}

* html div.olympic div.stats {
    zoom: 1;
}

    div.olympic div.stats span.c {
        width: 5px;
        height: 5px;
        background-image: url('http://t.66.ru/news/img/news-list-corners.gif');
    }

    div.olympic div.stats span.ctr,
    div.olympic div.stats span.cbr {
        left: -5px;
    }

    div.olympic div.stats span.ctl {
        background-position: -5px -5px;
    }

    div.olympic div.stats span.ctr {
        background-position: 0 -5px;
    }

    div.olympic div.stats span.cbl {
        background-position: -5px 0;
    }

    div.olympic div.stats span.cbr {
        background-position: 0 0;
    }

    div.olympic div.stats .f {
        margin: 0 -3px;
        margin-bottom: 3px;
        padding-bottom: 9px;
    }

    div.olympic div.stats .fw {
        display: block;
        overflow: visible;
    }

    div.olympic div.stats .fc {
        margin: 13px 13px 0;
        background-color: #FFFFFF;
    }

    div.olympic div.stats .fp {
        left: -11px;
        background-image: url('http://t.66.ru/news/img/news-list-frame.png');
    }

    div.olympic div.stats .ftl,
    div.olympic div.stats .ftr {
        top: -20px;
        height: 100%;
        padding-bottom: 20px;
    }

    * html div.olympic div.stats .ftl,
    * html div.olympic div.stats .ftr {
        top: 0;
    }

    div.olympic div.stats .ftl {
        clip: rect(11px, auto, auto, 9px);
    }

    div.olympic div.stats .ftr {
        clip: rect(11px, auto, auto, auto);
    }

    div.olympic div.stats .ftr,
    div.olympic div.stats .fbr {
        width: 11px;
    }

    div.olympic div.stats .fbl,
    div.olympic div.stats .fbr {
        height: 9px;
    }

    div.olympic div.stats .fbl {
        clip: rect(auto, auto, auto, 11px);
    }

    div.olympic div.stats div.wrap {
        position: relative;
        padding: 0;
        padding-bottom: 4px;
    }

    * html div.olympic div.stats div.wrap {
        padding-top: 11px;
    }

    div.olympic div.stats div.wrap:after {
        content: '';
        display: block;
        clear: both;
    }

    * html div.olympic div.stats div.wrap {
        height: 0;
        padding-bottom: 2px;
    }

    div.olympic div.stats div.stats-wrap {
        padding: 10px;
    }

    div.olympic div.stats h4 {
        margin: 0;
        margin-left: 15px;
        font-size: 18px;
        font-weight: normal;
        color: #000000;
    }

    div.olympic div.stats table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
    }

        div.olympic div.stats table td {
            padding: 2px 0;
            vertical-align: middle;
            text-align: center;
            font-size: 14px;
        }

        div.olympic div.stats table thead span {
            display: block;
            position: relative;
        }

        * html div.olympic div.stats table thead span {
            zoom: 1;
        }

        div.olympic div.stats table thead strong {
            position: absolute;
            left: 0;
            bottom: 16px;
            width: 100%;
            line-height: 10px;
            font-size: 10px;
            font-weight: normal;
            color: #898989;
        }

        * html div.olympic div.stats table thead strong {
            bottom: 20px;
        }

            div.olympic div.stats table thead strong i {
                position: relative;
                top: 5px;
                left: 3px;
                display: block;
                width: 28px;
                height: 21px;
                margin: 0 auto;
                background: url('http://t.66.ru/news/img/olympic-medals-big.png') no-repeat 0 0;
            }

            * html div.olympic div.stats table thead strong i {
                top: 3px;
            }

            div.olympic div.stats table thead td.silver strong i {
                background-position: 0 -21px;
            }

            div.olympic div.stats table thead td.bronze strong i {
                background-position: 0 -42px;
            }

            div.olympic div.stats table thead strong em {
                position: relative;
                font-style: normal;
            }

        div.olympic div.stats table thead td.total strong {
            position: absolute;
            left: 0;
            bottom: 21px;
            width: 100%;
            font-size: 12px;
            font-weight: bold;
            color: #95998C;
        }

        * html div.olympic div.stats table thead td.total strong {
            bottom: 25px;
        }

        div.olympic div.stats table tbody td {
            padding: 2px 0;
            border: solid #E5E5E5;
            border-width: 1px 1px 0 0;
        }

        * html div.olympic div.stats table tbody tr {
            behavior: expression((this.parentNode.getElementsByTagName('tr')[0] == this ? this.className += ' first-child' : ''), runtimeStyle.behavior = false);
        }

        div.olympic div.stats table tbody tr:first-child td,
        div.olympic div.stats table tbody tr.first-child td {
            border-top: none;
        }

        div.olympic div.stats table td.number {
            width: 15px;
            padding-top: 5px;
            padding-right: 8px;
            border-right: none;
            text-align: right;
            font-size: 10px;
            color: #ABABAB;
        }

        div.olympic div.stats table td.country {
            text-align: left;
            font-size: 15px;
            font-weight: bold;
            color: #5D6058;
        }

        div.olympic div.stats table td.yeah {
            font-size: 17px;
            color: #000000;
        }

        div.olympic div.stats table td.gold,
        div.olympic div.stats table td.silver,
        div.olympic div.stats table td.bronze,
        div.olympic div.stats table td.total {
            width: 13%;
        }

        div.olympic div.stats table td.total {
            border-right: none;
            font-weight: bold;
        }

    div.olympic div.stats span.all {
        margin-left: 15px;
        font-size: 18px;
        color: #037DD3;
    }

/**
 * @subsection schedule
 */
div.olympic div.schedule {
    position: relative;
    margin-bottom: 20px;
    background-color: #F7F0C8;
}

* html div.olympic div.schedule {
    zoom: 1;
}

    div.olympic div.schedule span.c {
        width: 5px;
        height: 5px;
        background-image: url('http://t.66.ru/news/img/news-list-corners.gif');
    }

    div.olympic div.schedule span.ctr,
    div.olympic div.schedule span.cbr {
        left: -5px;
    }

    div.olympic div.schedule span.ctl {
        background-position: -5px -15px;
    }

    div.olympic div.schedule span.ctr {
        background-position: 0 -15px;
    }

    div.olympic div.schedule span.cbl {
        background-position: -5px -10px;
    }

    div.olympic div.schedule span.cbr {
        background-position: 0 -10px;
    }

    div.olympic div.schedule .f {
        margin: 0 -2px;
        padding-bottom: 9px;
    }

    div.olympic div.schedule .fw {
        display: block;
    }

    div.olympic div.schedule .fc {
        margin: 13px 13px 0;
        background-color: #FDFCF4;
    }

    div.olympic div.schedule div.today .fc {
        background-color: #FFFFFF;
    }

    div.olympic div.schedule .fp {
        left: -11px;
        background-image: url('http://t.66.ru/news/img/news-list-frame-beige.png');
    }

    div.olympic div.schedule div.today .fp {
        background-image: url('http://t.66.ru/news/img/news-list-frame.png');
    }

    div.olympic div.schedule .ftl,
    div.olympic div.schedule .ftr {
        top: -9px;
        height: 2000px;
    }

    div.olympic div.schedule .ftr,
    div.olympic div.schedule .fbr {
        width: 11px;
    }

    div.olympic div.schedule .fbl,
    div.olympic div.schedule .fbr {
        height: 9px;
    }

    div.olympic div.schedule .fbl {
        clip: rect(auto, auto, auto, 11px);
    }

    div.olympic div.schedule div.wrap {
        position: relative;
        padding: 0;
        padding: 0 5px;
        padding-bottom: 4px;
    }

    div.olympic div.schedule div.wrap:after {
        content: '';
        display: block;
        clear: both;
    }

    * html div.olympic div.schedule div.wrap {
        height: 0;
        padding-bottom: 2px;
    }

    div.olympic div.schedule div.schedule-wrap {
        padding: 10px;
    }

    div.olympic div.schedule span.all {
        display: block;
        margin-top: 5px;
        margin-left: 15px;
        font-size: 18px;
        color: #037DD3;
    }

    div.olympic div.schedule h4 {
        margin: 0;
        margin-left: 15px;
        margin-bottom: 2px;
        font-size: 18px;
        font-weight: normal;
        color: #000000;
    }

    div.olympic div.schedule h5 {
        margin: 0;
        margin-bottom: 7px;
        font-size: 18px;
        font-weight: normal;
        color: #60850E;
    }

    div.olympic div.schedule table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }

        div.olympic div.schedule table td {
            padding: 1px 0 2px;
            background: url('http://t.66.ru/news/img/olympic-schedule-background.gif') repeat-x 0 0;
            font-size: 13px;
        }

        div.olympic div.schedule table tr:first-child td,
        div.olympic div.schedule table tr.first-child td {
            background: none;
        }

        * html div.olympic div.schedule table tr {
            behavior: expression((this.parentNode.getElementsByTagName('tr')[0] == this ? this.className += ' first-child' : ''), runtimeStyle.behavior = false);
        }

        div.olympic div.schedule table tr.passed td {
            color: #898989;
        }

        div.olympic div.schedule table tr.active td {
            padding: 8px 0;
            font-weight: bold;
        }

        div.olympic div.schedule table tr.active td.time span {
            display: block;
            width: 46px;
            height: 18px;
            margin-left: -8px;
            padding-left: 6px;
            background: #60850E url('http://t.66.ru/news/img/olympic-schedule-arrow.gif') no-repeat 0 0;
            color: #FFFFFF;
        }

        * html div.olympic div.schedule table tr.active td.time span {
            width: 52px;
        }

        div.olympic div.schedule table td.time {
            width: 50px;
        }

        div.olympic div.schedule table td.description span.medals {
            width: 39px;
            height: 12px;
            background: url('http://t.66.ru/news/img/olympic-medals-small.png') no-repeat;
        }

/**
 * @subsection discussions
 */
div.olympic div.discussions {
    padding-left: 10px;
}

    div.olympic div.discussions h4 {
        margin: 0;
        margin-bottom: 12px;
        font-size: 18px;
        font-weight: normal;
        color: #575353;
    }

    div.olympic div.discussions td {
        padding-bottom: 10px;
    }
/**
 * @subsection flags
 */
div.olympic div.stats table td.country i,
div.olympic div.schedule table td.description span {
    display: inline-block;
    width: 21px;
    height: 13px;
    margin-right: 5px;
    background: url('http://t.66.ru/news/img/olympic-flags.png') no-repeat;
    vertical-align: middle;
    text-indent: -999em;
    font-size: 1px;
    line-height: 1px;
}

div.olympic div.stats table td.country i {
    text-indent: 0;
}

div.olympic div.schedule table td.description span {
    margin-right: -2px;
}

* html div.olympic div.stats table td.country i,
* html div.olympic div.schedule table td.description span {
    position: relative;
    top: 2px;
    display: inline;
    zoom: 1;
}

.flagTBD { background-position: 0 0 !important; }
.flagALB { background-position: -180px -75px !important; }
.flagALG { background-position: 0 -15px !important; }
.flagAND { background-position: 0 -30px !important; }
.flagARG { background-position: 0 -45px !important; }
.flagARM { background-position: 0 -60px !important; }
.flagAUS { background-position: 0 -75px !important; }
.flagAUT { background-position: 0 -90px !important; }
.flagAZE { background-position: 0 -105px !important; }
.flagBEL { background-position: 0 -120px !important; }
.flagBER { background-position: 0 -135px !important; }
.flagBIH { background-position: -30px 0 !important; }
.flagBLR { background-position: -30px -15px !important; }
.flagBRA { background-position: -30px -30px !important; }
.flagBUL { background-position: -30px -45px !important; }
.flagCAN { background-position: -30px -60px !important; }
.flagCHI { background-position: -30px -75px !important; }
.flagCHN { background-position: -30px -90px !important; }
.flagCRC { background-position: -30px -105px !important; }
.flagCRO { background-position: -30px -120px !important; }
.flagCYP { background-position: -30px -135px !important; }
.flagCZE { background-position: -60px 0 !important; }
.flagTCH { background-position: -60px 0 !important; }
.flagDEN { background-position: -60px -15px !important; }
.flagESP { background-position: -60px -30px !important; }
.flagEST { background-position: -60px -45px !important; }
.flagETH { background-position: -60px -60px !important; }
.flagFIN { background-position: -60px -75px !important; }
.flagFRA { background-position: -60px -90px !important; }
.flagGBR { background-position: -60px -105px !important; }
.flagGEO { background-position: -60px -120px !important; }
.flagGER { background-position: -60px -135px !important; }
.flagGRE { background-position: -90px 0 !important; }
.flagHKG { background-position: -90px -15px !important; }
.flagHUN { background-position: -90px -30px !important; }
.flagIND { background-position: -90px -45px !important; }
.flagIRI { background-position: -90px -60px !important; }
.flagIRL { background-position: -90px -75px !important; }
.flagISL { background-position: -90px -90px !important; }
.flagISR { background-position: -90px -105px !important; }
.flagISV { background-position: -90px -120px !important; }
.flagITA { background-position: -90px -135px !important; }
.flagJPN { background-position: -120px 0 !important; }
.flagKAZ { background-position: -120px -15px !important; }
.flagKEN { background-position: -120px -30px !important; }
.flagKGZ { background-position: -120px -45px !important; }
.flagKOR { background-position: -120px -60px !important; }
.flagLAT { background-position: -120px -75px !important; }
.flagLIB { background-position: -120px -90px !important; }
.flagLIE { background-position: -120px -105px !important; }
.flagLTU { background-position: -120px -120px !important; }
.flagLUX { background-position: -120px -135px !important; }
.flagMAD { background-position: -150px 0 !important; }
.flagMDA { background-position: -150px -15px !important; }
.flagMGL { background-position: -150px -30px !important; }
.flagMKD { background-position: -150px -45px !important; }
.flagMON { background-position: -150px -60px !important; }
.flagNED { background-position: -150px -75px !important; }
.flagNEP { background-position: -150px -90px !important; }
.flagNOR { background-position: -150px -105px !important; }
.flagNZL { background-position: -150px -120px !important; }
.flagPOL { background-position: -150px -135px !important; }
.flagPOR { background-position: -180px 0 !important; }
.flagPRK { background-position: -180px -15px !important; }
.flagROM { background-position: -180px -30px !important; }
.flagROU { background-position: -180px -30px !important; }
.flagRSA { background-position: -180px -45px !important; }
.flagRUS { background-position: -180px -60px !important; }
.flagSEN { background-position: -180px -90px !important; }
.flagSLO { background-position: -180px -105px !important; }
.flagSMR { background-position: -180px -120px !important; }
.flagSUI { background-position: -180px -135px !important; }
.flagSVK { background-position: -210px 0 !important; }
.flagSWE { background-position: -210px -15px !important; }
.flagTHA { background-position: -210px -30px !important; }
.flagTJK { background-position: -210px -45px !important; }
.flagTPE { background-position: -210px -60px !important; }
.flagTUR { background-position: -210px -75px !important; }
.flagUKR { background-position: -210px -90px !important; }
.flagUSA { background-position: -210px -105px !important; }
.flagUZB { background-position: -210px -120px !important; }
.flagVEN { background-position: -210px -135px !important; }
.flagSOV { background-position: 0 -150px !important; }
.flagURS { background-position: 0 -150px !important; }
.flagGDR { background-position: -60px -150px !important; }
.flagFRG { background-position: -60px -135px !important; }
.flagUNT { background-position: -90px -150px !important; }
.flagUNG { background-position: 0 -165px !important; }
.flagSRB { background-position: -90px -150px !important; }
.flagBAH { background-position: -120px -150px !important; }
.flagJAM { background-position: -150px -150px !important; }
.flagMEX { background-position: -180px -150px !important; }
.flagCAY { background-position: 0 -165px !important; }
.flagGAB { background-position: -30px -165px !important; }
.flagGHA { background-position: -60px -165px !important; }
.flagMLT { background-position: -90px -165px !important; }
.flagTGA { background-position: -120px -165px !important; }
.flagMNE { background-position: -150px -165px !important; }
.flagYUG { background-position: -180px -165px !important; }
.flagPER { background-position: -210px -165px !important; }
.flagEUA { background-position: -30px -150px !important; }
.flagEUN { background-position: -210px -150px !important; }
.flagPAK { background-position: 0 -180px !important; }
.flagMAR { background-position: -30px -180px !important; }
