/*
Name: LigTV
Date: August 2011
Description: Lig TV Homepage Stylesheet
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/*@font-face {
    font-family: 'Gotham-Medium_0';
    src: url('https://tr.beinsports.com/App_Themes/2011/fonts/Gotham-Medium_0.ttf') format('truetype');
}*/

@font-face {
    font-family: 'Gotham-Medium_0';
    src: url('../fonts/Gotham-Medium_0.ttf') format('truetype');
}

#countdown {
    font-family: sans-serif !important;
    font-size: 32px !important;
    color: #d9bf9b !important;
    top: 105px !important;
    left: 0!important;
    /*font-weight: bold;*/
    position: absolute;
    height: 74px;
    color: #ffae02;
    top: 106px;
    line-height: 60px;
    font-size: 38px;
    width:100%;
}

    #countdown > .countdown-item {
        float: left;
        text-align: center;
        width:25%;
    }

body {
    line-height: 1;
}

.hide {
    display: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul, ul, ol {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}


body {
    background-color: #e8e6e7;
}

.b {
    display: block;
}

.c {
    clear: both;
    display: block;
    height: 0;
}

.clear {
    clear: both;
}

.o {
    overflow: hidden;
}

.l {
    float: left;
}

.r {
    float: right;
}

.tm {
    margin-top: 20px;
}

.tm5 {
    margin-top: 5px;
}

a {
    text-decoration: none;
}

.spr {
    background-image: url(../gfx/sprite.png?v1.3);
    background-repeat: no-repeat;
}

.sprsheet {
    background-image: url(../gfx/spritesheet.png?v1.2);
    background-repeat: no-repeat;
    display: block;
}

.banner {
    background-color: #e7e4e4;
}

.wrapper {
    background: #fff;
    width: 1002px;
    margin: 0 auto;
    display: block;
    border: 1px solid #e3e3e3;
}

    .wrapper .inner_wrapper {
        width: 970px;
        margin: 0 auto;
        padding-top: 12px;
    }

.main-blank-container .wrapper {
    width: 100%;
    border: 0;
}

    .main-blank-container .wrapper.header {
        display: inline-block;
        background: #5c2d91;
    }

    .main-blank-container .wrapper.footer {
        background: #2b2932;
    }

    .main-blank-container .wrapper .inner_wrapper {
        width: 970px;
        margin: 0 auto;
        padding-top: 0;
    }

    .main-blank-container .wrapper.header .HeaderMenu_Ligtv {
        opacity: 0.85;
        filter: alpha(opacity=85);
    }

    .main-blank-container .wrapper.footer .inner_wrapper {
        width: 1002px;
    }


.gpt-ad-background-skin {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 0;
}

.fLeft {
    float: left;
}

.fRight {
    float: right;
}

/* header */
.header .logo a {
    width: 195px;
    height: 35px;
    display: block;
    background-position: -10px -337px;
    margin: 10px;
}

.header .banner_728 {
    margin: 8px 0;
}

    .header .banner_728 > div {
        margin: auto;
    }

.header .tophead {
    background-color: #5c2d91;
    height: 55px;
}

.header .social {
    height: 18px;
    float: right;
    font: normal 12px/18px Arial,Tahoma,Verdana;
    color: #fff;
    margin: 18px 0;
}

    .header .social ul {
        height: 40px !important;
    }

        .header .social ul li {
            float: left;
        }

            .header .social ul li.share {
                width: 32px;
                height: 32px;
                overflow: hidden;
                margin-left: 10px;
            }

                .header .social ul li.share a {
                    display: block;
                    width: 32px;
                    height: 32px;
                }

                    .header .social ul li.share a.facebook {
                        background-position: -100px 0;
                    }

                    .header .social ul li.share a.twitter {
                        background-position: -132px 0;
                    }

                    .header .social ul li.share a.rss {
                        background-position: -164px 0;
                    }

            .header .social ul li.site {
                margin-top: 30px;
                margin-left: 15px;
            }

                .header .social ul li.site a {
                    color: #cc1116;
                    font: normal 13px Tahoma,Verdana,Arial;
                    text-decoration: underline;
                }

.blackRibbon {
    position: absolute;
    background-image: url(../gfx/black_ribbon.png?v1.2);
    width: 25px;
    height: 45px;
    background-repeat: no-repeat;
}

/* manset */


/* genel */

.content_wrapper {
    margin-top: 8px;
}

    .content_wrapper .content {
        width: 648px;
        float: left;
    }




/* tab'ler */
.content .home_videos {
    margin-top: 30px;
}

.content .tab_wrapper {
    /*padding-top: 30px;*/
}

.content ul.tabs {
    width: 642px;
    height: 40px;
    float: left;
    border: 1px solid #ccc;
    border-bottom: 0px;
    display: table;
}

    .content ul.tabs li {
        display: table-cell;
        position: relative;
    }


.redarrow {
    position: absolute;
    top: 31px;
    left: 50%;
    margin-left: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #705f8f transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #705f8f #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    display: none;
}


.content ul.tabs li .separator {
    top: 0;
    width: 1px;
    background: #ddd;
    height: 21px;
    margin: 10px 0;
    margin-left: -1px;
    position: absolute;
    left: 100%;
}

.content ul.tabs li.selected .redarrow {
    display: block;
}

.content ul.tabs li.selected .separator {
    display: none;
}

.content ul.tabs li a {
    font: bold 14px Arial,Verdana;
    color: #838383;
    display: block;
    line-height: 40px;
    text-align: center;
    width: auto;
}

.content ul.tabs.highlight_page li a {
    line-height: 14px;
}

.content ul.tabs li span {
    font: bold 14px Arial,Verdana;
    color: #838383;
    display: block;
    line-height: 40px;
    text-align: center;
    width: auto;
}

.content ul.tabs li a:hover {
    color: #000;
}

.tabs_container li.selected span {
    color: #fff !important;
}



.content ul.tabs li.selected {
    border-color: #705f8f;
    background: #705f8f;
    position: relative;
}

    .content ul.tabs li.selected a {
        color: #fff;
    }



.content .tabs_holder {
    display: block;
    float: left;
}

    .content .tabs_holder .tabs_container {
        display: block;
        border-bottom: 6px solid #705f8f;
        float: left;
        width: 644px;
        margin-top: 10px;
    }

#popular_tabs .tab {
    float: none;
}

.content .tabs_holder .tab {
    float: left;
}

.content .tabs_holder.green {
    border-color: #2c8a03;
}

    .content .tabs_holder.green ul.tabs li {
        background-image: url(../gfx/sprite.png?v1.2);
        background-repeat: no-repeat;
        background-position: 0 -690px;
        width: 118px;
    }

        .content .tabs_holder.green ul.tabs li.notab {
            background-image: url(../gfx/sprite.png?v1.2);
            background-repeat: no-repeat;
            background-position: 0 -728px;
        }

        .content .tabs_holder.green ul.tabs li a {
            font: normal 13px Tahoma,Verdana,Arial;
            line-height: 31px;
            height: 31px;
            text-align: left;
            color: #58595b;
            padding-left: 5px;
        }

        .content .tabs_holder.green ul.tabs li.selected {
            border-color: #2c8a03;
            background-image: none;
        }

            .content .tabs_holder.green ul.tabs li.selected a {
                color: #c91116;
                height: 33px;
            }

.content .scroll.previous, .content .scroll.next {
    display: block;
    float: left;
    width: 30px;
    height: 302px;
}

.content .scroll.previous {
    margin-right: 4px;
}

.content .scroll.next {
    margin-left: 14px;
}

    .content .scroll.previous a, .content .scroll.next a {
        background-color: #d9d7d7;
        width: 30px;
        height: 80px;
        display: block;
        margin-top: 100px;
    }

.content .scroll.previous a {
    background-position: -900px 0;
}

.content .scroll.next a {
    background-position: -930px 0;
}

.content .scroll.disabled a {
    opacity: 0.2;
}

/* videolar */
.content ul.videolist {
    float: left;
    display: block;
    height: 302px;
    width: 568px;
    margin-top: 15px;
}

    .content ul.videolist li {
        float: left;
        width: 130px;
        height: 140px;
        margin: 12px;
        margin-top: 0;
        margin-right: 0;
    }

        .content ul.videolist li a {
            display: block;
        }

            .content ul.videolist li a img {
                margin-bottom: 5px;
            }

            .content ul.videolist li a .caption {
                display: block;
                font: normal 12px Tahoma,Verdana,Arial;
                color: #232222;
                line-height: 17px;
            }

            .content ul.videolist li a .play.spr {
                display: block;
                position: absolute;
                background-position: -720px 0;
                height: 105px;
                width: 130px;
            }

/* iddaa */

.content .iddaa h2.iddaax {
    display: block;
    background-position: -310px -631px;
    width: 650px;
    height: 38px;
    margin-bottom: 5px;
}

    .content .iddaa h2.iddaax a {
        font: normal 13px Tahoma,Verdana,Arial;
        display: block;
        color: #FFF;
        line-height: 30px;
        padding-right: 25px;
        text-align: right;
    }

.content .iddaa .tab .header {
    background: #fde401;
    font: normal 11px Tahoma,Verdana,Arial;
    line-height: 20px;
    margin-top: 10px;
    color: #434543;
}

    .content .iddaa .tab .header .date {
        display: block;
        float: left;
        margin-left: 10px;
        width: 180px;
    }

    .content .iddaa .tab .header .league {
        display: block;
        float: left;
        width: 40px;
    }

    .content .iddaa .tab .header .mbs {
        display: block;
        float: left;
        width: 40px;
    }

    .content .iddaa .tab .header .score {
        display: block;
        float: left;
        width: 120px;
    }

    .content .iddaa .tab .header .first_half {
        display: block;
        float: left;
        width: 120px;
    }

    .content .iddaa .tab .header .double {
        display: block;
        float: left;
        width: 120px;
    }


.content .iddaa .tab .sub_header {
    font: bold 11px Tahoma,Verdana,Arial;
    line-height: 20px;
    color: #228c18;
}

    .content .iddaa .tab .sub_header .score_1 {
        display: block;
        float: left;
        width: 35px;
        margin-left: 270px;
    }

    .content .iddaa .tab .sub_header .score_x {
        display: block;
        float: left;
        width: 35px;
    }

    .content .iddaa .tab .sub_header .score_2 {
        display: block;
        float: left;
        width: 35px;
    }

    .content .iddaa .tab .sub_header .first_half_1 {
        display: block;
        float: left;
        width: 35px;
        margin-left: 15px;
    }

    .content .iddaa .tab .sub_header .first_half_x {
        display: block;
        float: left;
        width: 35px;
    }

    .content .iddaa .tab .sub_header .first_half_2 {
        display: block;
        float: left;
        width: 35px;
    }

    .content .iddaa .tab .sub_header .double_1 {
        display: block;
        float: left;
        width: 35px;
        margin-left: 15px;
    }

    .content .iddaa .tab .sub_header .double_x {
        display: block;
        float: left;
        width: 35px;
    }

    .content .iddaa .tab .sub_header .double_2 {
        display: block;
        float: left;
        width: 35px;
    }


.content .iddaa .tab .item {
    font: normal 11px Tahoma,Verdana,Arial;
    line-height: 20px;
}

    .content .iddaa .tab .item.even {
        background: #dff1db;
    }

    .content .iddaa .tab .item .teams {
        display: block;
        float: left;
        width: 180px;
        margin-left: 10px;
    }

    .content .iddaa .tab .item .league {
        display: block;
        float: left;
        width: 40px;
    }

    .content .iddaa .tab .item .mbs {
        display: block;
        float: left;
        width: 40px;
    }

    .content .iddaa .tab .item .score_1 {
        display: block;
        float: left;
        width: 35px;
    }

    .content .iddaa .tab .item .score_x {
        display: block;
        float: left;
        width: 35px;
    }

    .content .iddaa .tab .item .score_2 {
        display: block;
        float: left;
        width: 35px;
    }

    .content .iddaa .tab .item .first_half_1 {
        display: block;
        float: left;
        width: 35px;
        margin-left: 15px;
    }

    .content .iddaa .tab .item .first_half_x {
        display: block;
        float: left;
        width: 35px;
    }

    .content .iddaa .tab .item .first_half_2 {
        display: block;
        float: left;
        width: 35px;
    }

    .content .iddaa .tab .item .double_1 {
        display: block;
        float: left;
        width: 35px;
        margin-left: 15px;
    }

    .content .iddaa .tab .item .double_x {
        display: block;
        float: left;
        width: 35px;
    }

    .content .iddaa .tab .item .double_2 {
        display: block;
        float: left;
        width: 35px;
    }

.content .iddaa .tab a.rest {
    color: #1b1c1b;
    font: normal 11px Tahoma,Verdana,Arial;
    text-decoration: underline;
    display: block;
    float: left;
    line-height: 25px;
    margin-left: 10px;
}


/* populer / haberler */
.content .home_popular {
    margin-top: 30px;
    float: left;
}

    .content .home_popular a.wide_title {
        background-position: -194px -564px;
        height: 38px;
        width: 628px;
        display: block;
        margin-top: 15px;
        margin-left: 10px;
        float: left;
    }

        .content .home_popular a.wide_title h3 {
            font: bold 18px Arial,Verdana;
            line-height: 33px;
            height: 33px;
            color: #FFF;
            margin-left: 15px;
            display: block;
            float: left;
        }

.content .popular_news {
    float: left;
}

    .content .popular_news ul {
    }

        .content .popular_news ul li {
            width: 200px;
            height: 110px;
            overflow: hidden;
            margin-top: 10px;
            margin-left: 13px;
            float: left;
        }

            .content .popular_news ul li a img {
                float: left;
                margin-right: 10px;
            }

            .content .popular_news ul li a h3 {
                float: left;
                width: 90px;
                font: bold 12px Tahoma,Verdana,Arial;
                color: #232222;
            }

            .content .popular_news ul li a p {
                float: left;
                width: 90px;
                font: normal 12px/14px Tahoma,Verdana,Arial;
                color: #232222;
            }

            .content .popular_news ul li a .comments {
                font: normal 11px Tahoma,Verdana,Arial;
                color: #b6b4b4;
            }

                .content .popular_news ul li a .comments .spr {
                    float: left;
                    display: block;
                    background-position: -200px 0;
                    width: 14px;
                    height: 14px;
                    margin-right: 3px;
                    margin-top: 3px;
                }


/* populer galeriler */

.content .popular_galleries ul {
    margin-left: 3px;
}

    .content .popular_galleries ul li {
        width: 150px;
        height: 210px;
        overflow: hidden;
        margin-top: 10px;
        margin-left: 8px;
        float: left;
    }

        .content .popular_galleries ul li a .caption {
            display: block;
            font: bold 14px Arial,Verdana;
            color: #cb1116;
            margin-top: 3px;
        }

        .content .popular_galleries ul li a .date {
            display: block;
            font: normal 14px Arial,Verdana;
            color: #585353;
            margin-top: 3px;
        }


/* news ticker */
.content_wrapper .news_ticker {
    background: #f0eff0;
    border-radius: 5px;
    display: block;
    margin: 20px 0;
    height: 37px;
}

    .content_wrapper .news_ticker .indicator {
        float: left;
        display: block;
        background-position: -644px -40px;
        width: 25px;
        height: 20px;
        margin-top: 7px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .content_wrapper .news_ticker .text {
        float: left;
        display: block;
        font: normal 13px Tahoma,Verdana,Arial;
        line-height: 37px;
        height: 37px;
        width: 900px;
    }



/* menu */


.content .pager {
    margin: 10px 0;
}

    .content .pager .previous {
        width: 78px;
        height: 24px;
        display: block;
        float: left;
        overflow: hidden;
    }

        .content .pager .previous a {
            display: block;
            background-position: -730px -716px;
            width: 78px;
            height: 24px;
            text-align: center;
            font: normal 13px Tahoma,Verdana,Arial;
            color: #58595b;
            padding-top: 2px;
        }

    .content .pager .next {
        width: 78px;
        height: 24px;
        display: block;
        float: left;
        overflow: hidden;
    }

        .content .pager .next a {
            display: block;
            background-position: -808px -716px;
            width: 78px;
            height: 24px;
            text-align: center;
            font: normal 13px Tahoma,Verdana,Arial;
            color: #58595b;
            padding-top: 2px;
        }

    .content .pager .prest {
        display: block;
        float: left;
        width: 441px;
        height: 24px;
        text-align: center;
    }

        .content .pager .prest a {
            font: normal 13px Tahoma,Verdana,Arial;
            margin: 0 5px;
            color: #58595b;
            line-height: 24px;
        }

            .content .pager .prest a.current {
                font: normal 13px Tahoma,Verdana,Arial;
                color: #dfdddd;
            }
/* /sayfalama*/




/* select box */
.stylish-select .SSContainerDivWrapper {
    left: -9999px;
}

/*
* Red example
---------------------------------------------------------*/
.stylish-select .SSContainerDivWrapper {
    margin: 0;
    padding: 0;
    width: 132px;
    position: absolute;
    top: 22px;
    left: 0;
    z-index: 2;
}

.stylish-select ul.newList {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #000;
    background: #fff;
    border: 1px solid #ccc;
    overflow: auto;
}

    .stylish-select ul.newList * {
        margin: 0;
        padding: 0;
        cursor: pointer;
    }


    .stylish-select ul.newList a {
        color: #000;
        text-decoration: none;
        display: block;
        padding: 3px 8px;
        font: normal 11px Tahoma,Verdana,Arial;
    }

.stylish-select .newListSelected {
    width: 132px;
    color: #000;
    height: 24px;
    padding: 3px 0 0 6px;
    float: left;
    background: url(../gfx/sprite.png?v1.2) no-repeat 0 -847px;
}

.stylish-select ul.newList li a:focus {
    -moz-outline-style: none;
}

.stylish-select .selectedTxt {
    width: 132px;
    overflow: hidden;
    height: 24px;
    padding: 0 23px 0 0;
    font: normal 11px Tahoma,Verdana,Arial;
    line-height: 20px;
    color: #a09a9a;
    cursor: pointer;
}

.stylish-select .hiLite {
    background: #650101 !important;
    color: #fff !important;
}

.stylish-select .newListHover {
    background: #ccc !important;
    color: #000 !important;
    cursor: default;
}

.stylish-select .newListSelHover,
.stylish-select .newListSelFocus {
    cursor: default;
}

.stylish-select .newListOptionTitle {
    font-weight: bold;
}

    .stylish-select .newListOptionTitle ul {
        margin: 3px 0 0;
    }

    .stylish-select .newListOptionTitle li {
        font-weight: normal;
        border-left: 1px solid #ccc;
    }
/* */
#mask {
    position: absolute;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#boxes .window {
    position: absolute;
    width: 600px;
    display: none;
    z-index: 9999;
    padding: 20px;
}

    #boxes .window a.close {
        background-position: -514px -102px;
        width: 20px;
        height: 22px;
        float: right;
        margin-top: 10px;
        margin-right: 10px;
        cursor: pointer;
    }

    #boxes .window .popup_content {
        border: 3px solid #d11218;
        border-radius: 10px;
        background: #FFF;
        padding: 15px;
    }

/* tipsy*/

/*.tipsy { padding: 5px; font:normal 11px Tahoma; position: absolute; z-index: 100000; }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; background: url('gfx/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }*/



.ie7 .authors li {
    padding-top: 5px;
}

.ie7 ul.tabs {
    margin-bottom: 35px;
}

.ie7 .footer .links, .ie7 .footer .logo {
    background: #C71015;
}


.ie7 .main_navigation .sf-menu {
    position: relative;
    z-index: 9999;
}

.ie7 .sub_navigation .sf-menu {
    position: relative;
    z-index: 9998;
}


.related_articles ul li a img {
    width: 25px;
    float: none;
    margin-right: 0;
}

.news .related_articles ul li a img {
    width: 100px;
    float: left;
    margin-right: 10px;
}

.darrow {
    display: none;
}

.news .related_articles {
    background: #f4f3f3;
    border-radius: 0 0 5px 5px;
    padding-bottom: 1px;
}

    .news .related_articles ul {
        margin: 15px;
        display: block;
    }

        .news .related_articles ul li {
            padding: 5px 0;
            height: auto;
            float: left;
            overflow: hidden;
            height: 110px;
        }

            .news .related_articles ul li a {
                font: normal 13px Tahoma,Verdana,Arial;
                color: #232222;
            }

            .news .related_articles ul li.rest {
                border: 0;
                text-align: right;
            }

                .news .related_articles ul li.rest a {
                    font-size: 11px;
                    text-decoration: underline;
                }

.news a.side_title {
    background: #383838;
    width: 100%;
    display: block;
    height: 37px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .news a.side_title h2 {
        color: #FFFFFF;
        display: block;
        font: bold 18px/33px Arial,Verdana;
        height: 33px;
        margin-left: 15px;
    }

    .news a.side_title .darrow {
        display: block;
        position: absolute;
        width: 12px;
        height: 6px;
        background-image: url(../gfx/sprite.png?v1.2);
        background-repeat: no-repeat;
        background-position: -663px -249px;
        top: 37px;
        left: 15px;
    }



.mb_10 {
    margin-bottom: 10px;
}

.mt_10 {
    float: left;
    margin-top: 10px;
    width: 970px;
}

.ligTvBox {
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #F4F3F3;
    margin-bottom: 10px;
    overflow: hidden;
}

div.wrapper {
    position: relative;
    z-index: 200 !important;
}

/* Reklam Giydirme */
#ad_bg_image { /*cursor: pointer;*/
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 25;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top; /*background:url('../gfx/ad/ligtv_dplay_reklam.jpg?v1.2') fixed no-repeat center top!important;*/
}

.ad_bg {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
}

.z-index-1 {
    z-index: 1 !important;
}

.z-index-5 {
    z-index: 5 !important;
}

.z-index-10 {
    z-index: 10 !important;
}

.z-index-20 {
    z-index: 20 !important;
}

.z-index-30 {
    z-index: 30 !important;
}

.z-index-40 {
    z-index: 40 !important;
}

.z-index-50 {
    z-index: 50 !important;
}

.z-index-60 {
    z-index: 60 !important;
}

.z-index-70 {
    z-index: 70 !important;
}

/*******************/
.bm {
    margin-bottom: 20px;
}

.bm5 {
    margin-bottom: 5px;
}

.tm10 {
    margin-top: 10px;
}

.lp5 {
    padding-left: 5px;
}

.lp15 {
    padding-left: 15px;
}

.lp25 {
    padding-left: 25px !important;
}

.rp5 {
    padding-right: 5px;
}

.rm10 {
    margin-right: 10px;
}

.rm8 {
    margin-right: 8px;
}

.p15 {
    padding: 15px;
}

.tp5 {
    padding-top: 5px;
}

.tp10 {
    padding-top: 10px;
}

.tp15 {
    padding-top: 15px;
}

.cp {
    cursor: pointer;
}

.cursor-normal {
    cursor: default !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.font-normal {
    font-weight: normal !important;
}

.nohighlight:focus {
    outline: none;
}

.w95 {
    width: 95% !important;
}

.dn {
    display: none;
}

.dnBoss {
    display: none !important;
}

.bold {
    font-weight: bold;
}

.text-center {
    text-align: center !important;
}

.display-block {
    display: block !important;
}

.all_news_link {
    color: #444;
    font: normal 11px/20px Arial,Tahoma,Verdana;
}

.allNews {
    text-align: center;
    display: block;
    height: 46px;
    width: 640px;
    float: left;
    margin-bottom: 8px;
    background: #f2f2f2;
    line-height: 46px;
}

    .allNews .all_news_link {
        color: #444;
        font: normal 16px/46px Arial,Tahoma,Verdana;
    }

.load-more {
    text-align: center;
    display: block;
    padding: 10px 0 20px 0;
}

    .load-more a {
        color: #fff;
        font: normal 13px Arial,Tahoma,Verdana;
        padding: 5px;
        border: 1px solid #ddd;
        background: #888;
        border-radius: 5px;
    }

        .load-more a:hover {
            text-decoration: none;
        }

.load-more-subcomments {
    display: block;
    text-align: left;
    margin-bottom: 5px;
    margin-bottom: 10px;
    padding-left: 40px;
}

    .load-more-subcomments a {
        color: #fff;
        font: normal 12px Arial,Tahoma,Verdana;
        padding: 3px;
        border: 1px solid #ddd;
        background: #888;
        border-radius: 5px;
    }

        .load-more-subcomments a:hover {
            text-decoration: underline;
        }

.jMessage {
    font: normal 12px Arial,Tahoma,Verdana;
    color: red;
}





/* videolar */
.content ul.videolist {
    height: 302px;
    width: 625px !important;
    margin-top: 15px;
}

    .content ul.videolist li {
        width: 100px !important;
        margin: 12px !important;
        float: left;
    }

        .content ul.videolist li a .play.spr {
            background-position: -735px 10px !important;
            height: 100px !important;
            width: 100px !important;
        }

.content .breadcrumbs {
    margin-bottom: 10px !important;
}

.content_wrapper .breadcrumbs {
    margin-bottom: 10px !important;
}


.ligtv_default_info {
    margin-top: 20px;
    font: normal 12px Arial,Tahoma,Verdana;
    line-height: 20px;
    color: #232222;
}

    .ligtv_default_info h6 {
        font-weight: bold;
    }

    .ligtv_default_info ul li a {
        color: #705f8f;
    }

.ligtv_default_content_heading {
    color: #5B5B5D;
    font: bold 20px Arial,Tahoma,Verdana;
}

.ligtv_default_content_link {
    font: normal 12px/20px Arial,Tahoma,Verdana;
    color: #705f8f;
    padding: 5px 5px;
    border-left: 5px solid #705f8f;
    background: #fff;
    margin-top: 5px;
    display: block;
}

.info-error {
    display: block;
    padding: 10px 0 10px 20px;
    background: #fafafa;
    border-left: 5px solid #705f8f;
    font: normal 12px/20px Arial,Tahoma,Verdana;
    color: #705f8f;
    margin: 5px 0;
    line-height: 20px;
}

.info-error2 {
    display: none;
    padding: 10px 0 10px 20px;
    background: #fafafa;
    border-left: 5px solid #705f8f;
    font: normal 12px/20px Arial,Tahoma,Verdana;
    color: #705f8f;
    margin: 5px 0;
    line-height: 20px;
}

.info-success {
    display: block;
    padding: 10px 0 10px 20px;
    background: #fafafa;
    border-left: 5px solid #D6FDC3;
    font: normal 12px Arial,Tahoma,Verdana;
    color: #232222;
    margin: 5px 0;
    line-height: 20px;
}

.form-base {
    font: normal 14px/20px Arial,Tahoma,Verdana;
    color: #232222;
}

    .form-base h2 {
        font: bold 25px Arial,Tahoma,Verdana;
        color: #705f8f;
    }

    .form-base p, .form-base div.entry {
        padding-bottom: 10px;
        display: block;
        float: left;
        width: 100%;
    }

        .form-base p input[type=text], .form-base p input[type=password], .form-base div.entry input[type=text], .form-base div input[type=password] {
            border: 1px solid #9A9FA1;
            box-shadow: 1px 1px 2px 1px #9A9FA1 inset;
            color: #838485;
            font: 14px Arial,Tahoma,Verdana;
            padding: 8px;
            width: 300px;
        }

        .form-base p a.submit-button, .form-base div.entry a.submit-button {
            background: transparent url("../gfx/sprite.png?v1.2") no-repeat -75px -877px;
            border: 0 none;
            color: #FFFFFF;
            cursor: pointer;
            font: bold 18px/27px Arial,Tahoma,Verdana;
            height: 30px;
            width: 88px;
            display: block;
            padding-left: 5px;
        }

.content .breadcrumbs {
    border-top: 1px solid #c9c5c5;
    border-bottom: 1px solid #c9c5c5;
    font: normal 12px Arial,Tahoma,Verdana;
    color: #ca1116;
    padding: 5px 0;
}

.content_wrapper .breadcrumbs {
    width: 100%;
    height: 25px;
    background: #ddd;
    float: left;
    font: bold 12px Arial,Tahoma,Verdana;
    color: #747474;
    padding-left: 8px;
    float: left;
    width: 962px;
    line-height: 25px;
}

/*.content .breadcrumbs a {
    color: #ca1116;
}

.content_wrapper .breadcrumbs a {
    color: #ca1116;
}*/

.content .breadcrumbs span.current {
    color: #6c6969;
}

.content_wrapper .breadcrumbs span.current {
    color: #6c6969;
}

.content_wrapper .breadcrumbs h1.current {
    color: #6c6969;
    width: auto;
    display: inline;
    font: bold 12px Tahoma,Arial,Verdana;
}

.comment_wrapper .breadcrumbs span.current {
    color: #6c6969;
}

.livescore_message {
    display: block;
    text-align: center;
    font: normal 12px/15px Arial,Tahoma,Verdana;
}


.content .news .news_list .news_item_small .comment {
    width: 20px !important;
}

.content .news .news_list .news_item .comment {
    width: 20px !important;
}

.content .author .author_list .author_item .comment {
    width: 20px !important;
}

.content .comments .header {
    padding: 15px 15px 0 15px !important;
    margin-bottom: 10 !important;
}

/* Lig ve Takım Sayfaları Logo */
.picture_container {
    /*display: block;*/
    width: 153px !important;
    height: 120px !important;
    line-height: 120px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 10px;
    border-radius: 3px;
    background: #fff;
}

    .picture_container img {
        vertical-align: middle;
        width: 100px !important;
    }

    .picture_container p {
        width: 100px !important;
        height: 120px !important;
        line-height: 120px;
        margin: 0 auto;
        text-align: center;
    }

        .picture_container p img {
            width: 100px !important;
            vertical-align: middle;
        }

.team_list li p {
    float: left;
    width: 75px;
    margin-right: 5px;
    padding-top: 10px;
    padding-left: 5px;
}

    .team_list li p a {
        padding-left: 0 !important;
    }

        .team_list li p a img {
            width: 70px;
        }

/* End Lig ve Takım Sayfaları Logo */

.logo_area .spr p {
    width: 100px !important;
    height: 127px;
    line-height: 127px;
    margin: 0 auto;
    text-align: center;
}

.logo_area .spr img {
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 30px !important;
}

.logo_area .spr p img {
    width: 70px !important;
    vertical-align: middle;
}

.livescore_hover {
    background: #ff0000 !important;
    color: #fff !important;
}

    .livescore_hover span, .livescore_hover a {
        color: #fff !important;
    }

#league_tabs .fixture_tab .match_list .goals a {
    color: #4D4D4D;
}

#league_tabs .fixture_tab .match_list .goals .home {
    min-height: 1px !important;
}

#league_tabs .fixture_tab .match_list .goals .away {
    min-height: 1px !important;
}

.header .social {
    height: 18px;
    float: right;
    font: normal 12px/18px Arial,Tahoma,Verdana;
    color: #fff;
    margin: 18px 0;
}

    .header .social ul {
        height: 40px !important;
    }

/* Login Box on Masterpage */
.login_header {
    float: left;
    padding: 0 8px 0px 8px;
}

    .login_header a {
        color: #fff;
        padding-left: 5px;
        border-left: solid 3px #fff;
        white-space: nowrap;
    }

    .login_header #pnlLoginBox {
        padding-left: 8px;
        margin-top: 15px;
    }

    .login_header a.member_login {
        margin-left: 15px !important;
    }

    .login_header #pnlLoginBox {
    }

    .login_header #pnlUserBox {
    }


    .login_header .username {
        position: relative;
    }

        .login_header .username a.user {
            display: block;
            text-decoration: none;
            border: none;
            height: 18px;
            padding-left: 30px;
            color: #fff;
            font: normal 13px/26px Arial,Tahoma,Verdana;
            float: left;
        }

            .login_header .username a.user .userinfoline {
                min-width: 100px;
                line-height: 17px;
            }

            .login_header .username a.user div.sprsheet {
                background-position: -261px -10px;
                height: 18px;
                width: 18px;
                float: left;
                padding: 0px 5px;
            }

        .login_header .username .close {
            display: block;
            margin: 5px 0;
            float: left;
            width: 10px;
            height: 10px;
            border: none;
            background: url(/App_Themes/2011/gfx/spritesheet.png?v1.2) no-repeat -300px -14px transparent;
        }

            .login_header .username .close:hover {
                background: url('../gfx/new/close.png?v1.2') no-repeat center center #eb2629;
            }


.match_center .match_listing .list .match_info {
    height: 30px !important;
    line-height: 30px !important;
    overflow: hidden !important;
    cursor: pointer;
    display: block;
}

.match_center .match_listing .list .actions {
    height: 1px !important;
}

#match_tabs .summary ul li .text {
    float: none !important;
}

/* Match.aspx Match History Between Teams */
#match_list_history_betweenHomeAndAway h2.middle_title {
    height: 46px;
    width: 564px;
    display: block;
    text-align: center;
    font: bold 18px/46px Arial,Tahoma,Verdana;
    color: #fff;
    background: #383838;
    margin-top: 20px;
}

#match_list_history_betweenHomeAndAway .match_list {
    display: block;
    width: 562px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

    #match_list_history_betweenHomeAndAway .match_list .match {
        padding: 10px;
    }

        #match_list_history_betweenHomeAndAway .match_list .match .teams {
            padding: 5px 0;
            border: none !important;
        }

        #match_list_history_betweenHomeAndAway .match_list .match.even {
            background-color: #f4f3f3;
        }

        #match_list_history_betweenHomeAndAway .match_list .match.odd {
            background-color: #fdfcfc;
        }

        #match_list_history_betweenHomeAndAway .match_list .match .date {
            display: block;
            text-align: center;
            font: normal 10px Arial,Tahoma,Verdana;
            color: #c91116;
            line-height: 20px;
            width: 190px;
            margin-left: 180px;
        }

        #match_list_history_betweenHomeAndAway .match_list .match .league_identifier {
            display: block;
            float: right;
            font: normal 10px Arial,Tahoma,Verdana;
            color: #c91116;
            line-height: 20px;
        }

        #match_list_history_betweenHomeAndAway .match_list .match .home,
        #match_list_history_betweenHomeAndAway .match_list .match .score,
        #match_list_history_betweenHomeAndAway .match_list .match .away {
            font: bold 23px Arial,Tahoma,Verdana;
            line-height: 40px;
            color: #494646;
            display: block;
            float: left;
        }

        #match_list_history_betweenHomeAndAway .match_list .match .home,
        #match_list_history_betweenHomeAndAway .match_list .match .away {
            width: 220px;
        }

        #match_list_history_betweenHomeAndAway .match_list .match .home {
            text-align: right;
        }

        #match_list_history_betweenHomeAndAway .match_list .match .score {
            color: #c91116;
            width: 100px;
            text-align: center;
        }

        #match_list_history_betweenHomeAndAway .match_list .match .buy, #match_list_history_betweenHomeAndAway .match_list .match .actions {
            display: block;
            width: 115px;
            height: 26px;
            margin: 0 auto;
            overflow: hidden;
        }

        #match_list_history_betweenHomeAndAway .match_list .match .actions {
            width: 120px;
        }

            #match_list_history_betweenHomeAndAway .match_list .match .buy a, #match_list_history_betweenHomeAndAway .match_list .match .actions a {
                background-position: -475px -779px;
                display: block;
                width: 115px;
                height: 26px;
                font: normal 10px Arial,Tahoma,Verdana;
                line-height: 23px;
                text-align: center;
                color: #383838;
            }

                #match_list_history_betweenHomeAndAway .match_list .match .buy a:hover, #match_list_history_betweenHomeAndAway .match_list .match .actions a:hover {
                    background-position: -138px -847px;
                    color: #FFF;
                }

            #match_list_history_betweenHomeAndAway .match_list .match .actions a {
                background-position: -592px -779px;
                width: 56px;
                float: left;
                margin-right: 4px;
            }

                #match_list_history_betweenHomeAndAway .match_list .match .actions a:hover {
                    background-position: -650px -779px;
                }

/* Live Score Animation */
.animation-spr {
    background-image: url('../gfx/animation_sprite.png?v1.2');
    background-repeat: no-repeat;
}

.animation-item {
    position: fixed;
    bottom: 0px;
    right: 0px;
    display: block;
    width: 120px;
    height: 80px;
    /*background-color: #ff0000!important;*/
}

/* Livescore Iddaa */
.selected#btnListIddaaMatches {
    background: #228C18 !important;
    color: #FDE401 !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#league_tabs .point_table_tab .labels {
    padding-bottom: 10px;
    padding-top: 10px !important;
}

#standing-type-select {
    margin: 5px 0 5px 15px;
    float: right;
}

    #standing-type-select span {
        padding: 0px 3px;
        margin: 0 15px 0 0;
        width: 70px;
        display: block;
        background: #DBD5FB;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        float: left;
        cursor: pointer;
        font: normal 12px/20px Arial,Tahoma,Verdana;
        text-align: center;
    }

        #standing-type-select span.selected {
            background: #B3AAED;
            color: #fff;
        }

#standing-table-select {
    margin: 5px 0 5px 15px;
    float: left;
}

    #standing-table-select span {
        padding: 0px 3px;
        margin: 0 15px 15px 0;
        width: 189px;
        display: block;
        background: #DBD5FB;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        float: left;
        cursor: pointer;
        font: normal 12px/20px Arial,Tahoma,Verdana;
        text-align: center;
    }

        #standing-table-select span.selected {
            background: #B3AAED;
            color: #fff;
        }

#league_tabs .fixture_tab h2.standings-table-title {
    padding: 15px 0 0 15px !important;
}

.match_center .match_details .home_crew ul li {
    clear: both !important;
}

.match_center .match_details .away_crew ul li {
    clear: both !important;
}

#league_tabs .point_table_tab table td.team_link a {
    color: #58595B;
}



.match_center .match_listing .list .home {
    /*width: 170px!important;*/
}

.match_center .match_listing .list .away {
    /*width: 170px!important;*/
}

.match_center .match_listing .list .league {
    width: 50px !important;
}


/* Live Score Listing */
.match_center .match_listing .list .flag {
    height: 11px;
    line-height: 40px;
}

.match_center .match_listing .list .league {
    height: 1px;
}

.match_center .match_listing .list .choose {
    height: 1px;
}

    .match_center .match_listing .list .choose input {
        margin-top: 10px;
    }

.match_center .match_listing .list .home {
    height: 1px;
}

.match_center .match_listing .list .away {
    height: 1px;
}

.match_center .match_listing .list .stats {
    height: 1px;
}

.match_center .match_listing .list .code {
    height: 1px;
}

.match_center .match_listing .list .start {
    height: 1px;
}

.match_center .match_listing .list .firsthalf {
    height: 1px;
}

.match_center .match_listing .list .final {
    height: 1px;
}

.match_center .match_listing .list .actions .action.red_card {
    background-position: -313px -1045px;
}


/* Takım Sayfası Oyuncular Tabı Hover Kaldır*/
#team_tabs .crew_tab .crew_group ul li a:hover {
    background: transparent !important;
}
    /*#team_tabs .crew_tab .crew_group ul li a:hover .number {
background-position:-289px -848px;
color:#705f8f;
}*/
    #team_tabs .crew_tab .crew_group ul li a:hover .age, #team_tabs .crew_tab .crew_group ul li a:hover .nationality, #team_tabs .crew_tab .crew_group ul li a:hover .name {
        color: #353636 !important;
    }

/* MatchCenter Match Score*/
.match_center .teams .scores_holder .scores .home_name, .match_center .teams .scores_holder .scores .away_name {
    line-height: normal !important;
    padding-top: 12px;
}


/* Match Detail Second Yellow Card */
.match_center .notification.second_yellow_card {
    background-position: -310px -1065px;
}
/* Match Detail Missed Penalty*/
.match_center .notification.missed_penalty {
    background-position: -330px -1064px;
}

/* Match Detail Referee, Stadium, Attandence Icons */
#match_tabs .referees-stadium-attendance {
    float: left;
    width: 300px;
    padding: 20px;
}

    #match_tabs .referees-stadium-attendance p {
        font: normal 14px/50px Arial,Tahoma,Verdana;
    }

.match_center_infotab_icon {
    display: block;
    width: 35px;
    height: 40px;
    margin-right: 15px;
}

    .match_center_infotab_icon.referee {
        background-position: -640px -975px;
    }

    .match_center_infotab_icon.stadium {
        background-position: -587px -1045px;
    }

    .match_center_infotab_icon.attendance {
        background-position: -587px -1100px;
    }


/* Fixture Double Match*/
.fixture-doubleMatch-header td {
    color: #C91116 !important;
    font: bold 14px/31px Arial,Tahoma,Verdana !important;
    height: 31px !important;
}

.fixture-doubleMatch-item {
    height: 60px;
}

    .fixture-doubleMatch-item .team_name {
        font: bold 16px/60px Arial,Tahoma,Verdana;
        color: #494646;
    }

    .fixture-doubleMatch-item .score {
        font: bold 23px/60px Arial,Tahoma,Verdana;
        color: #C91116;
        padding: 0 8px;
    }

    .fixture-doubleMatch-item .home {
        text-align: right;
    }

    .fixture-doubleMatch-item .away {
        text-align: left;
    }
/* Videoleague Heading*/
#league_tabs .fixture_tab h1 {
    padding-left: 15px;
    margin-bottom: 15px;
}

/* Footer Linkbok*/
.footer .links .linkbox ul li {
    margin-bottom: 4px !important;
}

    .footer .links .linkbox ul li a:hover {
        text-decoration: underline;
    }

/* Match Center Scores*/
.match_center .teams .scorers .home_scorers, .match_center .teams .scorers .away_scorers {
    min-height: 1px;
}

/* Videohaber İşaretliyicisi*/
.video_news {
    display: block;
    position: absolute;
    background-position: -720px 0;
    height: 105px;
    width: 130px;
}

.video_news {
    background-position: -735px 10px !important;
    height: 100px !important;
    width: 100px !important;
}

.video_news_mini {
    display: block;
    position: absolute;
    background-position: -356px -1px !important;
    padding: 10px;
    height: 10px;
    width: 15px;
    margin-left: 4px;
    margin-top: 4px;
}

.video_news_all_news {
    display: block;
    position: absolute;
    background-position: -735px 10px !important;
    height: 100px !important;
    width: 100px !important;
}

/* Gol krallığı*/
.player_charts .chart .row .logo {
    padding-top: 2px !important;
}

/* Standing Markers */
.marker-green {
    background: #CEFACC !important;
}

.marker-blue {
    background: #CCF4FA !important;
}

.marker-light-orange {
    background: #FFE2B5 !important;
}

.marker-dark-blue {
    background: #A3CBFF !important;
}

.marker-light-purple {
    background: #F8CFFF !important;
}

.marker-dark-red {
    background: #FFBFBF !important;
}

.marker-red {
    background: #FFD3D3 !important;
}



/* Fixture Organization Link*/
#team_tabs .fixture_tab .match_list .match .league_identifier a {
    color: #C91116;
}

.ligtv_rating_info {
    font: normal 13px/20px Arial,Tahoma,Verdana;
    margin-left: 10px;
}

/* Fixture Match Detail Link*/
.fixture_match_detail_link {
    display: block;
    float: left;
    font: normal 10px Arial,Tahoma,Verdana;
    line-height: 20px;
    position: absolute;
}

    .fixture_match_detail_link a {
        color: #C91116 !important;
        text-decoration: underline;
    }


#league_tabs .fixture_tab .match_list .match .home a, #league_tabs .fixture_tab .match_list .match .away a {
    color: #494646 !important;
}

#team_tabs .fixture_tab .match_list .match .home a, #team_tabs .fixture_tab .match_list .match .away a {
    color: #494646 !important;
}

.content ul.videolist {
    height: 320px !important;
}

/* Comment Uyarı*/
.info_comment {
    font: normal 12px/25px Arial,Tahoma,Verdana;
    border-left: solid 3px #777;
    padding: 0px 0 0px 8px;
    background-color: #fff;
    display: block;
    width: 200px;
    text-align: left;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
}

    .info_comment.red {
        border-left-color: #C91116;
    }

    .info_comment.green {
        border-left-color: #60BF57;
    }

#league_tabs .fixture_tab .match_list .match .buy a {
    width: 114px !important;
}



.item_gallery_icon {
    background-position: -480px -840px;
    display: block;
    height: 150px;
    position: absolute;
    width: 150px;
}



.schedule_details ul.schedule li p .time {
    width: 60px;
    float: left;
    display: block;
    text-align: center;
    font: bold 16px Arial,Tahoma,Verdana;
    color: #484646;
    line-height: 35px;
}

.schedule_details ul.schedule li p .program {
    font: bold 16px Arial,Tahoma,Verdana;
    color: #484646;
    line-height: 35px;
    float: left;
    display: block;
    margin-left: 15px;
    width: 550px;
}

.schedule_details ul.schedule li.highlighted p .time {
    color: #705f8f;
}

.schedule_details ul.schedule li.highlighted p .program {
    color: #705f8f;
}

/* Maç merkezi Anlatım*/
#match_tabs .summary ul li .action.yellow_card {
    background-position: -520px -1045px;
}

#match_tabs .summary ul li .action.red_card {
    background-position: -495px -1045px;
}

#match_tabs .summary ul li .action.second_yellow_card {
    background-position: -549px -1045px;
}

.header .main_navigation ul li.mnl a.mna {
    /*padding: 0 6px!important;
    font-size: 15px!important;*/
}

.header .sub_navigation ul li.snl:last-child a.sna {
    border-right: none !important;
}

.header .sub_navigation ul li.snl a.sna {
    padding: 0;
}

.content .popular_news ul li {
    overflow: hidden !important;
    height: 103px !important;
}

.news .article .rest {
    font: normal 14px/20px Arial, Tahoma !important;
}

    .news .article .rest .banner_300 {
        margin: 10px 0 10px 10px !important;
    }

.player_charts .chart .captions .player_title {
    margin-left: 75px !important;
    width: 225px !important;
}

.player_charts .chart .row .player {
    width: 225px !important;
}


.content .author .author_list .author_details .image {
    width: 80px;
    float: left;
    margin-right: 20px;
}


.content .author .author_list .author_articles_link {
    display: block;
    float: right;
    color: #666;
    text-decoration: underline;
    font: normal 12px Tahoma,Verdana,Arial;
}


.content .author .author_list .author_details h1 {
    font: bold 35px Arial,Verdana;
    color: #705f8f;
}


.header .sub_navigation ul li.snl.sfHover a.sna {
    background: none repeat scroll 0 0 transparent !important;
    margin-top: 0;
    padding-bottom: 6px;
    padding-top: 5px;
}

.header .sub_navigation ul.sf-menu li.snl.sfHover a.sna {
    top: 0.47em !important;
}

.social_info {
    float: left;
    padding: 0 8px 0 8px;
    border-left: 1px solid #ccc;
}

    .social_info .twitter_followers_count {
        min-width: 66px;
        height: 18px;
        line-height: 20px;
        padding: 0 30px;
        display: block;
        text-decoration: none;
        float: left;
        color: #fff;
        background-position: -469px -226px;
    }

    .social_info .facebook_like_count {
        width: 40px;
        height: 18px;
        line-height: 20px;
        padding: 0 30px;
        display: block;
        text-decoration: none;
        float: left;
        color: #fff;
        background-position: -469px -190px;
    }


.rss_box {
    width: 300px;
    background: #fff;
}

    .rss_box h2 {
        cursor: pointer;
    }

    .rss_box div.rsscontent {
        float: left;
    }

        .rss_box div.rsscontent a {
            display: block;
            padding: 7px 0 5px 15px;
            font: normal 14px/20px Arial,Tahoma,Verdana;
            color: #787878;
            float: left;
            width: 284px;
        }

.general_page_heading {
    font: bold 22px/20px Arial,Tahoma,Verdana !important;
    color: #705f8f !important;
    margin-bottom: 10px !important;
    float: left;
}

    .general_page_heading a {
        font: bold 22px/20px Arial,Tahoma,Verdana !important;
        color: #705f8f !important;
        margin-bottom: 10px !important;
    }

.fixture_tab .selections, #league_tabs .point_table_tab .selections {
    font: bold 16px/20px Tahoma,Arial,Verdana !important;
    margin: 0 !important;
}

.fixture_tab h2 {
    /*color:#c91116;
font:bold 20px Tahoma,Arial,Verdana;
padding:15px;*/
    padding-right: 0px !important;
    float: left;
    margin-right: 5px;
}

.league_season_title {
    padding: 15px 0 15px 5px;
    color: #c91116;
    font: bold 18px/57px Tahoma,Arial,Verdana;
}

.fixture_tab .selections select {
    padding: 0 5px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    font: normal 12px/35px Tahoma,Arial,Verdana;
    margin-top: -9px !important;
    margin-left: 5px;
    height: 35px;
    color: #A7A5A5;
}

.video_league_season_title {
    padding: 15px 0 15px 5px;
    color: #c91116;
    font: bold 18px/20px Tahoma,Arial,Verdana;
}

.league_navigation {
    margin: 5px;
}

    .league_navigation a {
        padding: 0 5px;
    }

        .league_navigation a img {
        }

/************ Notification **********/

.notification_container {
    z-index: 2147483647 !important;
    position: fixed;
    bottom: 10px;
    right: 20px;
    width: 300px;
    font: normal 12px/16px Verdana,Tahoma;
    display: block;
}

    .notification_container .notification_content {
        position: relative;
        padding: 5px;
        width: 290px;
        background: #fff;
        border: 2px #B6B4B4 solid;
        border-top: 10px #B6B4B4 solid;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        margin-bottom: 10px;
        min-height: 35px;
    }

        .notification_container .notification_content a {
            font: bold 12px/18px Tahoma, Verdana, Arial;
            color: #333;
            text-decoration: underline;
        }

        .notification_container .notification_content span.close {
            position: absolute;
            top: 4px;
            right: 4px;
            cursor: pointer;
        }

        .notification_container .notification_content div.icon {
            float: left;
            display: block;
            width: 35px;
            margin-right: 5px;
        }

        .notification_container .notification_content div.content {
            float: left;
            display: block;
            width: 235px;
        }

/************************************/

.content .comments .list {
    padding: 0 15px !important;
}

.content .comments .create {
    padding: 0 15px;
    margin-bottom: 10px !important;
}

.table_settings {
    margin: 0 0 20px 0;
    width: 100%;
}

    .table_settings tr.row {
        font: normal 12px/25px Arial, Verdana, Tahoma;
        border-bottom: solid 1px #ccc;
        width: 100%;
        height: 25px;
    }

    .table_settings tr td {
        padding: 5px;
        background: #f9f9f9;
    }

        .table_settings tr td.title {
            width: 75%;
            color: #cc0000;
            font: bold 12px/25px Arial, Verdana, Tahoma;
            padding-left: 15px;
        }

        .table_settings tr td.options {
            width: 25%;
        }

            .table_settings tr td.options span {
                vertical-align: middle;
            }


/* 4 Columns News */
.news4columns-a {
    width: 155px !important;
    margin: 0 auto 5px auto !important;
    background: #fff !important;
    height: 68px !important;
    padding-top: 5px;
    display: block !important;
}

.SprFinal {
    width: 86px;
    height: 36px;
    background: transparent url("../gfx/SuperLig_sprite.png?v1.2") no-repeat -526px -158px;
    display: block;
    text-indent: -9999px;
}

.standingsAndFixtureTable_heading {
    font: normal 14px/20px Arial, Verdana, Tahoma;
    color: #fff;
    width: 255px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    padding: 5px 0 5px 15px;
    background: #C91116;
    margin: 20px auto 5px auto;
}

.standingsAndFixtureTable_link {
    font: normal 10px/20px Arial, Verdana, Tahoma;
    color: #777;
    margin: 10px 15px 10px 0;
    float: right;
    text-decoration: underline;
    clear: both;
}

#league_tabs .goal_of_week_tab .selections select {
    padding: 2px;
    background: #F9F9F9;
    border: 1px solid #DDD;
    font: normal 12px/20px Tahoma,Arial,Verdana;
    margin-top: -1px !important;
    margin-left: 5px;
}

#slider_rotator {
    float: left;
}


/******************* CASTROL **********************/
.castrol_switch_container {
    float: right;
}

.castrol_tab {
    border: none !important;
    background: none !important;
}

.castrol_tab_link {
    padding: 0 !important;
}

#league_tabs .castrol_tab_content {
    padding-top: 5px;
    background: url('../gfx/castrol_tab_bg.jpg?v1.2') no-repeat 0 125px;
}

    #league_tabs .castrol_tab_content .match_list {
        display: block;
    }

        #league_tabs .castrol_tab_content .match_list .match {
            padding: 10px;
        }

            #league_tabs .castrol_tab_content .match_list .match.even {
                /*background-color:#f4f3f3;*/
                background: url('../gfx/dot_black_50_percent.png?v1.2') repeat;
            }

            #league_tabs .castrol_tab_content .match_list .match.odd {
                /*background-color:#fdfcfc;*/
                background: url('../gfx/dot_green_50_percent.png?v1.2') repeat;
            }

            #league_tabs .castrol_tab_content .match_list .match .date {
                display: block;
                text-align: center;
                font: normal 10px Tahoma,Arial,Verdana;
                /*color:#c91116;*/
                color: #fff;
                line-height: 20px;
            }

            #league_tabs .castrol_tab_content .match_list .match .home,
            #league_tabs .castrol_tab_content .match_list .match .score,
            #league_tabs .castrol_tab_content .match_list .match .away {
                font: bold 23px Arial,Verdana,Tahoma;
                line-height: 40px;
                /*color:#494646;*/
                color: #fff;
                display: block;
                float: left;
            }

                #league_tabs .castrol_tab_content .match_list .match .home a,
                #league_tabs .castrol_tab_content .match_list .match .away a {
                    /*color: #494646!important;*/
                    color: #fff !important;
                    font: normal 14px Arial,Verdana,Tahoma;
                }

        #league_tabs .castrol_tab_content .match_list .goals .home {
            float: left;
            width: 250px;
            font: 11px Tahoma,Verdana,Arial;
            text-decoration: underline;
            color: #000;
            text-align: right;
            min-height: 1px;
        }

        #league_tabs .castrol_tab_content .match_list .goals .away {
            float: left;
            width: 250px;
            font: 11px Tahoma,Verdana,Arial;
            text-decoration: underline;
            color: #000;
            text-align: left;
            min-height: 1px;
        }

        #league_tabs .castrol_tab_content .match_list .goals .space {
            float: left;
            width: 100px;
            display: block;
        }

        #league_tabs .castrol_tab_content .match_list .match .home,
        #league_tabs .castrol_tab_content .match_list .match .away {
            width: 260px;
        }

        #league_tabs .castrol_tab_content .match_list .match .home {
            text-align: right;
        }

        #league_tabs .castrol_tab_content .match_list .match .score {
            /*color:#c91116;*/
            color: #fff;
            width: 100px;
            text-align: center;
            font: bold 36px Arial,Verdana,Tahoma;
        }

        #league_tabs .castrol_tab_content .match_list .match .buy, #league_tabs .castrol_tab_content .match_list .match .actions {
            display: block;
            width: 115px;
            height: 26px;
            margin: 0 auto;
            overflow: hidden;
        }

        #league_tabs .castrol_tab_content .match_list .match .actions {
            width: 120px;
        }

            #league_tabs .castrol_tab_content .match_list .match .buy a, #league_tabs .castrol_tab_content .match_list .match .actions a {
                background-position: -475px -779px;
                display: block;
                width: 115px;
                height: 26px;
                font: normal 10px Tahoma,Arial,Verdana;
                line-height: 23px;
                text-align: center;
                color: #383838;
            }

                #league_tabs .castrol_tab_content .match_list .match .buy a:hover, #league_tabs .castrol_tab_content .match_list .match .actions a:hover {
                    background-position: -138px -847px;
                    color: #FFF;
                }

            #league_tabs .castrol_tab_content .match_list .match .actions a {
                background-position: -592px -779px;
                width: 56px;
                float: left;
                margin-right: 4px;
            }

                #league_tabs .castrol_tab_content .match_list .match .actions a:hover {
                    background-position: -650px -779px;
                }

    #league_tabs .castrol_tab_content .selections, #league_tabs .ftk .selections {
        /*background-color: #B6B4B4;*/
        background: url('../gfx/castrol_selection_bg.png?v1.2') repeat;
        color: #fff;
        font: bold 20px Arial,Verdana;
        padding: 10px 15px;
    }
/******************* CASTROL **********************/





/* gol sayfası */

.minute_title {
    display: block;
    border-collapse: collapse;
    background: none repeat scroll 0 0 #fbfafa;
    background-color: #fbfafa;
    color: #494646;
    float: left;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

    .minute_title td {
        background: none repeat scroll 0 0 #fbfafa;
        background-color: #fbfafa;
        border-top: 1px solid #CCCCCC;
    }

.minute_items {
    background: none repeat scroll 0 0 #fbfafa;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

a.iconedM {
    float: right;
    padding: 0 5px;
    font-weight: normal;
    text-decoration: underline;
    position: relative;
    margin-left: 12px !important;
}

    a.iconedM .position_spr {
        float: none;
        height: 16px;
        left: -16px;
        position: absolute;
        top: 0px;
        width: 16px;
    }

a.iconedR {
    display: block;
    float: right;
    padding: 0 5px;
    font-weight: normal;
    text-decoration: underline;
}

    a.iconedR .goal_icon {
        border: 1px solid #705f8f;
        display: none;
        height: 90px;
        left: -136px;
        position: absolute;
        top: -37px;
        width: 130px;
        z-index: 999;
    }

a.iconedL .goal_icon {
    border: 1px solid #705f8f;
    display: none;
    height: 90px;
    left: 100%;
    margin-left: 7px;
    position: absolute;
    top: -37px;
    width: 130px;
    z-index: 999;
}

a.iconedM .goal_icon {
    border: 1px solid #705f8f;
    display: none;
    height: 90px;
    left: 50%;
    margin-left: -70px;
    position: absolute;
    top: -100px;
    width: 130px;
    z-index: 999;
}

    a.iconedM .goal_icon .icon_arrow {
        background: url("../gfx/tailD1.png?v1.2") no-repeat scroll 0 0 transparent;
        left: 50%;
        margin-left: -7px;
        top: 100%;
    }
/*a.jVideo:hover .goal_icon{position: absolute;display: block;}*/
a.iconedL {
    display: block;
    float: left;
    padding: 0 5px;
    font-weight: normal;
    text-decoration: underline;
}

.spr.video_goal {
    background-position: -720px 4px !important;
    display: block;
    height: 90px !important;
    position: absolute;
    width: 130px !important;
    overflow: hidden;
}

.position_spr {
    background: url(../gfx/position_sprites.png?v1.2) no-repeat;
    display: block;
    float: left;
}

.ic_match_two_yellowcard {
    background-position: -9px -133px;
    width: 16px;
    height: 16px;
}

.ic_match_video_highlight {
    background-position: -59px -110px;
    width: 16px;
    height: 16px;
}

.ic_match_video_view {
    background-position: -33px -110px;
    width: 16px;
    height: 16px;
}

.ic_match_yellowcard {
    background-position: -10px -111px;
    width: 16px;
    height: 16px;
}

.ic_tab_match_detail {
    background-position: -60px -91px;
    width: 16px;
    height: 16px;
}

.ic_tab_match_squad {
    background-position: -35px -89px;
    width: 16px;
    height: 16px;
}

.ic_tab_match_statistics {
    background-position: -10px -91px;
    width: 16px;
    height: 16px;
}

.ic_tab_match_summary {
    background-position: -57px -71px;
    width: 16px;
    height: 16px;
}

.ic_tab_match_video {
    background-position: -34px -71px;
    width: 16px;
    height: 16px;
}

.arrow_right {
    background-position: -6px -5px;
    width: 26px;
    height: 26px;
}

.ic_arrow_right {
    background-position: -11px -70px;
    width: 16px;
    height: 16px;
}

.detail_referee {
    background-position: -59px -50px;
    width: 16px;
    height: 16px;
}

.ic_match_detail_stadium {
    background-position: -34px -51px;
    width: 16px;
    height: 16px;
}

.goal {
    background-position: -10px -49px;
    width: 16px;
    height: 16px;
}

.ic_match_playerin {
    background-position: -59px -29px;
    width: 16px;
    height: 16px;
}

.ic_match_playerout {
    background-position: -34px -29px;
    width: 16px;
    height: 16px;
}

.ic_match_redcard {
    background-position: -11px -28px;
    width: 16px;
    height: 16px;
}

.ic_match_save {
    background-position: -59px -10px;
    width: 16px;
    height: 16px;
}

.ic_match_substitution {
    background-position: -36px -10px;
    width: 16px;
    height: 16px;
}

.mr5 {
    margin-right: 5px;
}

.matchC {
    border: 1px solid #CCCCCC;
    padding-bottom: 4px;
    border-radius: 7px 7px 7px 7px;
    display: block;
    margin: 4px auto 15px;
    position: relative;
    width: 615px;
    background: #fbfafa;
}

    .matchC .date {
        display: block;
        text-align: center;
        font: normal 10px Tahoma,Verdana,Arial;
        color: #B6B4B4;
        line-height: 20px;
    }

    .matchC .home_team, .matchC .score, .matchC .away_team {
        color: #383838;
        font-size: 23px;
        font-weight: bold;
        text-align: center;
        width: auto;
        position: relative;
    }

        .matchC .home_team .team_logo {
            position: absolute;
            top: -2px;
            width: 30px;
            left: 100%;
            margin-left: 7px;
        }

        .matchC .away_team .team_logo {
            position: absolute;
            top: -2px;
            width: 30px;
            left: -40px;
        }

    .matchC .away_team {
        margin-left: 32px;
    }

    .matchC .home_team {
        margin-right: 32px;
    }

.match_name .c1 {
    width: 259px;
    float: left;
    text-align: right;
}

.match_name .c2 {
    width: 91px;
    float: left;
}

.match_name .c3 {
    width: 253px;
    float: left;
    text-align: left;
}

.match_name td {
    padding-bottom: 8px !important;
}

.matchC .score {
    color: #C91116;
}

table.goals .match_date td {
    background-color: #F4F3F3;
    background: #F4F3F3;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

table.goals .match_date {
    background-color: #F4F3F3;
    font-size: 23px;
    background: #F4F3F3;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    display: block;
    float: left;
    width: 100%;
}

table.goals .match_name td {
    padding-top: 8px;
    padding-bottom: 0 !important;
    background-color: #F4F3F3;
    background: #F4F3F3;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

table.goals .match_name {
    font-size: 23px;
}

table.goals .match_date td {
    width: 602px;
    float: left;
}

table.goals .left {
    width: 197px;
    font-size: 11px;
    text-align: right;
    float: left;
}

table.goals .right {
    width: 188px;
    font-size: 11px;
    text-align: left;
    float: left;
}

table.goals .middle {
    width: 200px;
    font-size: 11px;
    text-align: center;
    float: left;
}

table.goals a {
    position: relative;
    font-size: 12px;
}

table.goals .middle a {
    width: 165px;
    float: none;
    margin: 0 auto;
}

table.goals td {
    padding: 2px 5px;
    text-align: center;
}

table.goals {
    border-collapse: collapse;
    border-spacing: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    display: block;
    width: 615px;
    position: relative;
}

    table.goals table {
        padding: 2px 5px;
        text-align: center;
        width: 100%;
    }

#league_tabs .fixture_tab .match_list {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    float: left;
    padding-top: 14px;
    width: 100%;
}

#league_tabs .fixture_tab .selections, #league_tabs .ftk .selections {
    margin-bottom: 0 !important;
}

a.iconedR .goal_icon .icon_arrow {
    left: 131px;
    top: 39px;
}

a.iconedL .goal_icon .icon_arrow {
    background: url("../gfx/tailL1.png?v1.2") no-repeat scroll 0 0 transparent;
    left: -7px;
    top: 39px;
}

.icon_arrow {
    background: url(../gfx/tailR1.png?v1.2) no-repeat 0 0 transparent;
    position: absolute;
    width: 12px;
    height: 19px;
}

#mq {
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: arial,sans-serif;
    white-space: nowrap;
    font-size: 12px;
}

.item {
    display: block;
    float: left;
    width: auto;
    margin-left: 5px;
    padding: 0 6px;
    height: 15px;
}

#ticker {
    margin-top: 12px;
    border: 2px solid #b6b4b4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 0;
    width: 956px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 12px;
    height: 20px;
}

.embed_survey.R {
    float: right;
    margin: 10px 0 10px 10px;
}

.embed_survey {
    float: left;
    margin: 10px 10px 10px 0;
}

    .embed_survey .bm {
        margin-bottom: 0;
    }

#vertical-ticker {
    border: 2px solid #B6B4B4;
    border-radius: 5px 5px 5px 5px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 296px;
    border-top: 0;
    margin-top: -6px;
}

    #vertical-ticker li {
        font: bold 12px Tahoma,Verdana,Arial;
        border-bottom: 1px solid #ddd;
        color: #333;
        display: block;
        font-size: 13px;
        line-height: 30px;
        height: 30px;
        font-weight: bold;
        text-align: center;
    }

#ticker_container {
    margin: 8px 0;
}

    #ticker_container .side_title {
        position: relative;
        z-index: 999;
    }

#vertical-ticker li.live_score .score {
    color: #C91116;
    font-size: 13px;
}

#vertical-ticker li.live_score a {
    color: #2B8803;
    display: block;
}

    #vertical-ticker li.live_score a .home {
        width: 125px;
        float: left;
        display: block;
        text-align: right;
        overflow: hidden;
        height: 30px;
    }

    #vertical-ticker li.live_score a .score {
        width: 46px;
        float: left;
        display: block;
        text-align: center;
        overflow: hidden;
        height: 30px;
    }

    #vertical-ticker li.live_score a .away {
        width: 125px;
        float: left;
        display: block;
        text-align: left;
        overflow: hidden;
        height: 30px;
    }

.lightBox_container {
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.alertBox {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0px 0px 10px #bababa;
    left: 50%;
    margin-left: -200px;
    margin-top: -100px;
    opacity: 1;
    position: absolute;
    top: 50%;
    width: 450px;
    z-index: 9999;
    font-family: arial, tahoma, verdana;
}

    .alertBox .alertBoxHeader {
        background: none repeat scroll 0 0 #2E2E2E;
        color: #fff;
        float: left;
        font-family: Tahoma;
        font-size: 13px;
        font-weight: bold;
        height: 46px;
        line-height: 46px;
        padding-left: 10px;
        text-align: left;
        width: 440px;
    }

        .alertBox .alertBoxHeader .closeC {
            float: right;
            height: 100%;
            width: 30px;
        }

            .alertBox .alertBoxHeader .closeC .closeButton {
                height: 16px;
                margin-left: 6px;
                margin-top: 3px;
                width: 16px;
            }

        .alertBox .alertBoxHeader .text {
            color: #fff;
            float: left;
            font-weight: bold;
            height: 46px;
            line-height: 46px;
            width: 300px;
            font-size: 14px;
        }

    .alertBox .alertBoxContent {
        color: #5A5A5A;
        float: left;
        font-family: Tahoma;
        font-size: 18px;
        height: 30px;
        padding: 10px 10px 10px;
        width: 410px;
        height: auto;
        padding: 30px 20px;
    }

.alertBox_overlay {
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -khtml-opacity: 0.70;
    -moz-opacity: 0.70;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.CloseAlert:hover {
    background: url(../gfx/new/red_close.png?v1.2) no-repeat scroll 0 0 transparent;
}

.CloseAlert {
    background: url(../gfx/new/white_close.png?v1.2) no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 15px;
    width: 15px;
    float: right;
    margin-right: 7px;
    margin-top: 2px;
    position: absolute;
    top: 14px;
}

/*WRAPTOCENTER imaj ortalama içerisine yerleştirilen imajı dikey ve yatay olarak ortalar*/
.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

    .wraptocenter * {
        vertical-align: middle;
    }
/*\*/ /*/
.wraptocenter {
display: block;
}
.wraptocenter span {
display: inline-block;
height: 100%;
width: 1px;
}
/**/


/*.wraptocenter span {
*display: inline-block;
*height: 100%;
}*/
/*WRAPTOCENTER END*/


.btncss {
    -moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
    box-shadow: inset 0px 1px 0px 0px #f29c93;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c91117), color-stop(1, #8f0808) );
    background: -moz-linear-gradient( center top, #c91117 5%, #8f0808 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c91117', endColorstr='#8f0808');
    background-color: #c91117;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d83526;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #b23e35;
}

    .btncss:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8f0808), color-stop(1, #c91117) );
        background: -moz-linear-gradient( center top, #8f0808 5%, #c91117 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8f0808', endColorstr='#c91117');
        background-color: #8f0808;
    }

    .btncss:active {
        position: relative;
        top: 1px;
    }

.btndisabled {
    pointer-events: none;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

.away_crew .votingTip {
    z-index: 999;
    width: 150px;
    height: 160px;
    position: absolute;
    top: -60px;
    left: 13px;
}

    .away_crew .votingTip .tail {
        position: absolute;
        background: url(../gfx/OKOKL.png?v1.2) no-repeat 0 0 transparent;
        width: 16px;
        height: 17px;
        top: 62px;
        left: 3px;
    }

    .away_crew .votingTip .tipContent {
        padding-top: 5px;
        z-index: 999;
        width: 130px;
        height: 140px;
        background: #E8E6E7;
        border: 1px solid #B6B4B4;
        border-radius: 5px;
        float: right;
        box-shadow: 1px 2px 3px #ccc;
    }

.votingTip {
    z-index: 999;
    width: 150px;
    height: 160px;
    position: absolute;
    top: -60px;
    left: -144px;
}

    .votingTip .tail {
        position: absolute;
        background: url(../gfx/OKOKR.png?v1.2) no-repeat 0 0 transparent;
        width: 16px;
        height: 17px;
        top: 62px;
        left: 131px;
    }

    .votingTip .tipContent {
        padding-top: 5px;
        z-index: 999;
        width: 130px;
        height: 140px;
        background: #E8E6E7;
        border: 1px solid #B6B4B4;
        border-radius: 5px;
        float: left;
        box-shadow: -5px 3px 8px;
    }



.verticalLine {
    width: 1px;
    height: 100%;
    border-right: 1px solid #e5e5e5;
    float: left;
}



.table {
    float: left;
}


.news_ceptegol {
    text-align: center;
    font-family: tahoma, verdana, arial;
}

    .news_ceptegol .ad_desc {
        font-size: 16px;
    }

    .news_ceptegol .ad_link_text {
        font-size: 16px;
        color: #ff0000;
    }

#MobileOverlay {
    font-family: Arial;
    font-size: 22px;
    color: #FFF;
    background-color: #ac1f27;
    position: absolute;
    width: 100%;
    height: 160%;
    background: #ac1f27;
    z-index: 1000000;
    left: 0;
    top: 0;
}

    #MobileOverlay img {
        border: none;
    }

    #MobileOverlay a {
        text-decoration: none;
        display: block;
    }

@media screen and (max-width: 980px) {
    #MobileOverlay {
        width: 1080px;
    }

    #overlayDiv {
        height: 1500px;
    }
}

.highlight_commentary .commentaryfooter {
    top: 100%;
    left: 0;
    position: absolute;
    height: 70px;
    width: 100%;
    margin-top: -50px;
    background: #424242;
    background: -moz-linear-gradient(top, rgba(244,243,243,0) 0%, rgba(244,243,243,1) 57%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,243,243,0)), color-stop(57%,rgba(244,243,243,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(244,243,243,0) 0%,rgba(244,243,243,1) 57%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(244,243,243,0) 0%,rgba(244,243,243,1) 57%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(244,243,243,0) 0%,rgba(244,243,243,1) 57%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(244,243,243,0) 0%,rgba(244,243,243,1) 57%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f4f3f3', endColorstr='#f4f3f3',GradientType=0 ); /* IE6-9 */
}

.highlight_commentary .title {
    color: #494646;
    font: bold 22px/20px Arial,Tahoma,Verdana !important;
    margin-bottom: 10px !important;
}

.highlight_commentary {
    font: normal 12px Tahoma,Arial,Verdana;
    line-height: 20px;
    color: #1d1919;
    border: 1px solid #cccccc;
    background: #F4F3F3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    height: 100px;
    overflow: hidden;
    position: relative;
    display: none;
}

    .highlight_commentary .expander_button {
        position: absolute;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #E5E2E2;
        top: 100%;
        left: 100%;
        width: 25px;
        height: 25px;
        margin-left: -32px;
        margin-top: -32px;
        font: bold 12px Tahoma,Arial,Verdana;
        color: #979494;
        cursor: pointer;
        text-align: center;
        border: 1px solid #979494;
    }

        .highlight_commentary .expander_button.down {
            background: url(../gfx/downArrow.png?v1.2) no-repeat center center #E5E2E2;
        }

        .highlight_commentary .expander_button.up {
            background: url(../gfx/upArrow.png?v1.2) no-repeat center center #E5E2E2;
        }

    .highlight_commentary .close_commentary {
        background: url(../gfx/closealert.png?v1.2) no-repeat scroll 0 0 transparent;
        position: absolute;
        top: 7px;
        left: 100%;
        margin-left: -23px;
        width: 16px;
        height: 16px;
        cursor: pointer;
    }

.goal_commentary .commentaryfooter {
    top: 100%;
    left: 0;
    position: absolute;
    height: 70px;
    width: 100%;
    margin-top: -50px;
    background: #424242;
    background: -moz-linear-gradient(top, rgba(244,243,243,0) 0%, rgba(244,243,243,1) 57%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,243,243,0)), color-stop(57%,rgba(244,243,243,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(244,243,243,0) 0%,rgba(244,243,243,1) 57%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(244,243,243,0) 0%,rgba(244,243,243,1) 57%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(244,243,243,0) 0%,rgba(244,243,243,1) 57%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(244,243,243,0) 0%,rgba(244,243,243,1) 57%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f4f3f3', endColorstr='#f4f3f3',GradientType=0 ); /* IE6-9 */
}

.goal_commentary .title {
    color: #494646;
    font: bold 22px/20px Arial,Tahoma,Verdana !important;
    margin-bottom: 10px !important;
}

.goal_commentary {
    margin-top: 15px;
    font: normal 12px Tahoma,Arial,Verdana;
    line-height: 20px;
    color: #1d1919;
    border: 1px solid #cccccc;
    background: #F4F3F3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    height: 100px;
    overflow: hidden;
    position: relative;
    display: none;
    width: 622px;
    float: left;
}

    .goal_commentary .expander_button {
        position: absolute;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #E5E2E2;
        top: 100%;
        left: 100%;
        width: 25px;
        height: 25px;
        margin-left: -32px;
        margin-top: -32px;
        font: bold 12px Tahoma,Arial,Verdana;
        color: #979494;
        cursor: pointer;
        text-align: center;
        border: 1px solid #979494;
    }

        .goal_commentary .expander_button.down {
            background: url(../gfx/downArrow.png?v1.2) no-repeat center center #E5E2E2;
        }

        .goal_commentary .expander_button.up {
            background: url(../gfx/upArrow.png?v1.2) no-repeat center center #E5E2E2;
        }

    .goal_commentary .close_commentary {
        background: url(../gfx/closealert.png?v1.2) no-repeat scroll 0 0 transparent;
        position: absolute;
        top: 7px;
        left: 100%;
        margin-left: -23px;
        width: 16px;
        height: 16px;
        cursor: pointer;
    }

/*li.gameMax{background: #000;}
li.gameMax a{ display: block;background: #000;width: 45px;height: 36px;}*/


.announce {
    width: 100%;
    height: 65px;
    display: block;
    background: #779ECB;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    position: fixed;
}

.headerContainer {
    width: 100%;
    height: auto;
    float: left;
    z-index: 200;
    position: fixed;
    top: 0;
    left: 0;
}

.announce .closeButton {
    float: right;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../gfx/closealert.png?v1.2") no-repeat center center;
    cursor: pointer;
    position: absolute;
    left: 100%;
    top: 8px;
    margin-left: -23px;
}

.announce .AnnounceContent {
    width: 900px;
    height: 100%;
    margin: 0 auto;
}

    .announce .AnnounceContent a {
    }

    .announce .AnnounceContent:hover {
        color: #fff;
    }

    .announce .AnnounceContent a.announcelink {
        display: block;
        float: left;
        height: auto;
        width: 800px;
        text-decoration: none;
        cursor: pointer;
        font-size: 1em;
        color: #fafafa;
        text-shadow: 0 0 1px;
        font-family: 'open_sans_semiboldregular', Helvetica, Arial, Sans-Serif;
        font-weight: bold;
        padding: 0 10px;
        margin-top: 10px;
        line-height: 40px;
    }

        .announce .AnnounceContent a.announcelink img {
            margin-right: 5px;
            float: left;
        }


.display_none {
    display: none;
}



/* START player suggestions*/

#video_suggestions .galleries {
    float: left;
    position: relative;
    width: 660px !important;
    background: #fafafa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#video_suggestions {
    float: left;
    position: relative;
    width: 972px !important;
    margin-bottom: 18px;
    display: none;
}

    #video_suggestions .galleries .gallery_tab {
        width: 100%;
        height: 30px;
        float: left;
    }

    #video_suggestions .galleries .gallery_item.active {
        background: #ccf4fa;
    }

        #video_suggestions .galleries .gallery_item.active .imgC {
            background: #ccf4fa;
            position: relative;
        }

    #video_suggestions .galleries .gallery_item {
        margin-top: 10px;
        width: 110px;
        height: 110px;
        float: left;
        margin-right: 8px;
        cursor: pointer;
        position: relative;
        z-index: 1;
        background: #fff;
    }

        #video_suggestions .galleries .gallery_item:hover .imgC .caption {
            color: #000;
        }

        #video_suggestions .galleries .gallery_item:hover:after {
            z-index: 1;
        }

        #video_suggestions .galleries .gallery_item .imgC {
            width: 100px;
            height: 120px;
            padding: 5px;
            background: #F4F3F3;
            border: 1px solid #cccccc;
            position: relative;
        }

            #video_suggestions .galleries .gallery_item .imgC .caption {
                text-align: center;
                margin-top: 5px;
                color: #666;
                font: normal 11px Tahoma, Verdana, Arial;
                width: 100%;
                display: block;
            }

            #video_suggestions .galleries .gallery_item .imgC a {
                width: 100px;
                height: 70px;
            }

                #video_suggestions .galleries .gallery_item .imgC a img {
                    width: 100px;
                    height: 70px;
                }

    #video_suggestions .tab_navigator {
        width: 60px;
        height: 112px;
        float: left;
        position: relative;
    }

        #video_suggestions .tab_navigator li a:active {
            border: none;
            outline: none;
        }

        #video_suggestions .tab_navigator li a:selected {
            border: none;
            outline: none;
        }

        #video_suggestions .tab_navigator li a:visited {
            border: none;
            outline: none;
        }

        #video_suggestions .tab_navigator li.first {
            margin-top: 9px;
        }

    #video_suggestions .galleries .gallery_item .imgTip {
        width: 250px;
        height: auto;
        padding: 5px;
        border: 1px solid #ccc;
        background: #fff;
        display: none;
        z-index: 999;
        top: -50px;
        left: -70px;
        min-height: 150px;
        position: absolute;
    }

    #video_suggestions .tab_navigator .tab_gallery {
        background: url(../gfx/gallery_tab1.png?v1.2) no-repeat 0 0 transparent;
        display: block;
        width: 61px;
        height: 52px;
        border: none;
        outline: none;
    }

    #video_suggestions .tab_navigator .tab_video {
        background: url(../gfx/gallery_tab2.png?v1.2) no-repeat 0 0 transparent;
        display: block;
        width: 61px;
        height: 52px;
        border: none;
        outline: none;
    }

    #video_suggestions .gallery_container {
        float: left;
        position: relative;
        width: 588px !important;
        overflow: hidden;
        margin-right: 8px;
    }

    #video_suggestions .galleries .previous {
        margin-top: 10px;
        width: 20px;
        height: 130px;
        float: left;
        cursor: pointer;
        position: relative;
        z-index: 1;
        background: #fff;
        margin-left: 0;
        border: 1px solid #999;
        background: #CCCBCB;
        position: relative;
        margin-right: 10px;
    }

    #video_suggestions .galleries .next.passive {
        background: #eee;
        border: 1px solid #ccc;
    }

    #video_suggestions .galleries .previous.passive {
        background: #eee;
        border: 1px solid #ccc;
    }

    #video_suggestions .galleries .next {
        margin-top: 10px;
        width: 20px;
        height: 130px;
        float: left;
        cursor: pointer;
        position: relative;
        z-index: 1;
        background: #fff;
        border: 1px solid #999;
        background: #CCCBCB;
        position: relative;
    }

    #video_suggestions .gallery_slider {
        float: left;
        position: relative;
        width: 3000px;
        height: 144px;
    }

    #video_suggestions .tab_navigator li.image_tab.ui-tabs-active a {
        background: url(../gfx/gallery_tab1_ac.png?v1.2) no-repeat 0 0 transparent;
    }

    #video_suggestions .tab_navigator li.video_tab.ui-tabs-active a {
        background: url(../gfx/gallery_tab2_ac.png?v1.2) no-repeat 0 0 transparent;
    }

    #video_suggestions .galleries .prev_icon {
        display: block;
        width: 15px;
        height: 15px;
        background: url(../gfx/icons-16x16.png?v1.2) no-repeat -213px 0 transparent;
        position: absolute;
        top: 59px;
        left: 7px;
    }

    #video_suggestions .galleries .next_icon {
        display: block;
        width: 15px;
        height: 15px;
        background: url(../gfx/icons-16x16.png?v1.2) no-repeat -224px 0 transparent;
        position: absolute;
        top: 59px;
        left: 3px;
    }

/* END player suggestions*/


/*next video   */

.next-video {
    position: fixed;
    bottom: -168px;
    width: 287px;
    left: 40px;
    z-index: 999999;
    border: 1px solid #A0A090;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .next-video .next-video-header {
        font: normal 13px Tahoma,Verdana,Arial;
        color: #fff;
        height: 22px;
        width: 100%;
        z-index: 999999999999999;
        float: left;
        background: #cccbcb;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

        .next-video .next-video-header .time-interval {
            font-weight: bold;
            font-size: 15px;
        }

        .next-video .next-video-header .text {
            padding: 0 10px;
            float: left;
            line-height: 22px;
            position: absolute;
            left: 0;
            color: #fff;
        }

        .next-video .next-video-header .play-stop {
            margin-top: 1px;
            float: right;
            background-color: #779ecb;
            color: white;
            width: 15px;
            height: 17px;
            font-size: 15px;
            margin-right: 3px;
            padding-left: 4px;
            cursor: pointer;
            padding-top: 2px;
            background: url(../gfx/play_white.png?v1.2) no-repeat center center transparent;
        }

            .next-video .next-video-header .play-stop.passive {
                background: url(../gfx/pause_white.png?v1.2) no-repeat center center transparent;
            }

    .next-video .video {
        width: 100%;
        height: auto;
        z-index: 999999999999999;
        float: left;
        background-color: #fafafa;
        border-bottom: 0;
        border-top: 0;
    }

    .next-video .videoC {
        padding: 10px;
        float: left;
    }

    .next-video .video .video-image {
        width: 114px;
        float: left;
        cursor: pointer;
    }

    .next-video .video .video-text {
        float: left;
    }

    .next-video .video .video-image a {
        float: left;
        border: 1px solid #ccc;
        padding: 3px;
    }

    .next-video .video .video-image .spr.video_news {
        width: 35px !important;
        height: 35px !important;
        top: 50%;
        left: 47px;
        margin-top: -5px;
        background-position: -767px -27px !important;
    }

    .next-video .video .video-title {
        font: normal 14px tahoma, Verdana, Arial;
        color: #666666;
        width: 150px;
    }

    .next-video .next-video-header .close_btn {
        background: url(../gfx/closealert.png?v1.2) no-repeat scroll 0 0 transparent;
        cursor: pointer;
        height: 16px;
        width: 16px;
        float: right;
        margin-right: 7px;
        margin-top: 2px;
    }

    .next-video .percentbarC .play-stop {
        float: right;
        border: 1px solid #666;
        color: white;
        width: 13px;
        height: 13px;
        font-size: 15px;
        margin-right: 3px;
        padding-left: 4px;
        cursor: pointer;
        padding-top: 2px;
        background: url(../gfx/play_white.png?v1.2) no-repeat center center #8F9084;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        position: absolute;
        left: 100%;
        margin-left: -22px;
        margin-top: 3px;
    }

        .next-video .percentbarC .play-stop.passive {
            background: url(../gfx/pause_white.png?v1.2) no-repeat center center #8F9084;
        }

    .next-video .percentbarC {
        display: none;
        float: left;
        width: 265px;
    }

    .next-video .percent {
        float: left;
        width: 100%;
        padding-bottom: 10px;
    }

    .next-video .percentbar {
        float: left;
        background: #c9c9c9;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        height: 22px;
        margin-left: -1px;
        width: 120px;
        text-align: center;
        font-size: 12px;
        line-height: 13px;
        overflow: hidden;
        position: relative;
    }

        .next-video .percentbar .value {
            width: 40px;
            position: absolute;
            left: 50%;
            margin-left: -10px;
            text-align: center;
            z-index: 999;
            line-height: 22px;
            height: 22px;
            font-size: 11px;
            font-family: Tahoma, Verdana, Arial;
            color: #383838;
        }

        .next-video .percentbar .bar {
            width: 0;
            background: #705f8f;
            height: 22px;
            float: left;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

        .next-video .percentbar .time-interval {
            font: bold 12px tahoma, Verdana, Arial;
        }

.video-gallery-items {
    float: left;
    list-style: none;
    width: 100%;
}

    .video-gallery-items li.current {
        background: #ccc;
    }

    .video-gallery-items li {
        float: left;
        width: 310px;
        height: 85px;
        border-bottom: 1px solid #fafafa;
        padding: 8px 0;
        background: #D6D6D6;
    }

    .video-gallery-items li {
        background: #eee;
    }

        .video-gallery-items li .number {
            float: left;
            height: 80px;
            width: 10px;
            line-height: 82px;
            font-family: Tahoma, Verdana, Arial;
            font-weight: bold;
            font-size: 12px;
            text-align: center;
            color: #424242;
        }

        .video-gallery-items li a {
            text-decoration: none;
            float: left;
            width: 282px;
            cursor: pointer;
        }

            .video-gallery-items li a p {
                float: left;
                font: normal 11px Tahoma,Verdana,Arial;
                color: #666;
                width: 166px;
                height: 40px;
                overflow: hidden;
            }

        .video-gallery-items li .imgC {
            float: left;
            padding: 2px;
            border: 1px solid #ccc;
            margin-right: 7px;
            background: #fff;
            position: relative;
        }

        .video-gallery-items li img {
            float: left;
        }

        .video-gallery-items li a h3 {
            float: left;
            font: bold 12px Tahoma,Verdana,Arial;
            margin-bottom: 3px;
            color: #555;
            width: 166px;
        }

.video-gallery-showcase {
    width: 100%;
    float: left;
}

.play-list {
    float: left;
    width: 308px;
    height: 498px;
    border: 1px solid #ccc;
    border-left: 0;
    overflow-x: hidden;
    overflow-y: auto;
}


.related-galleries .side_title {
    width: 100%;
}

.related-galleries {
    float: right;
    width: 300px;
    border: 1px solid #ccc;
    overflow: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F4F3F3;
}

    .related-galleries .gallery-items {
        float: left;
    }

        .related-galleries .gallery-items li {
            float: left;
            width: 100%;
            margin-bottom: 10px;
        }

            .related-galleries .gallery-items li a {
                float: left;
                width: 288px;
                margin-left: 7px;
            }

                .related-galleries .gallery-items li a .imgC {
                    float: left;
                    border: 1px solid #ccc;
                    padding: 4px;
                    margin-right: 7px;
                    position: relative;
                }

                .related-galleries .gallery-items li a h3 {
                    float: left;
                    font: bold 12px Tahoma,Verdana,Arial;
                    margin-bottom: 3px;
                    color: #555;
                    width: 140px;
                }

                .related-galleries .gallery-items li a p {
                    float: left;
                    font: normal 11px Tahoma,Verdana,Arial;
                    color: #666;
                    width: 140px;
                    height: 40px;
                    overflow: hidden;
                }

    .related-galleries .items-container {
        float: left;
        padding-top: 10px;
    }

    .related-galleries .title {
        float: left;
        width: 280px;
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        background: #ccc;
        font-family: Tahoma,Verdana, Arial;
        font-size: 14px;
        color: #555;
    }

.video-gallery-title {
    font: bold 35px Tahoma,Arial,Verdana;
    color: #565658;
    display: block;
    margin: 10px 0;
}

.playerC {
    width: 650px;
}

.video-detail h3 {
    float: left;
    font: bold 14px Tahoma,Verdana,Arial;
    margin-bottom: 3px;
    width: 555px;
    color: #555;
}

.playerC .player {
    width: 650px;
    height: 500px;
    background: #383838;
}

.playerC .video-detail {
    padding: 10px;
    float: left;
    width: 629px;
}

    .playerC .video-detail p {
        font: normal 13px Tahoma,Verdana,Arial;
        color: #666;
        overflow: hidden;
        width: 630px;
        height: auto;
    }

    .playerC .video-detail .show-more {
        width: 100%;
        height: 1px;
        border-top: 1px solid #666;
        float: left;
        position: relative;
        margin-top: 8px;
        background: #fafafa;
        display: none;
    }

        .playerC .video-detail .show-more .btn-more {
            position: relative;
            height: 8px;
            width: 55px;
            border: 1px solid #ababab;
            cursor: pointer;
            top: 50%;
            margin-top: -10px;
            left: 50%;
            margin-left: -27px;
            padding: 3px;
            font-family: Tahoma,Verdana, Arial;
            font-size: 10px;
            font-weight: bold;
            color: #383838;
            background: #fafafa;
            text-align: center;
            background: url(../gfx/ok_d.png?v1.2) no-repeat center center #fafafa;
        }

            .playerC .video-detail .show-more .btn-more.up {
                background: url(../gfx/ok_u.png?v1.2) no-repeat center center #fafafa;
            }

.video-gallery-social {
    margin-bottom: 10px;
    padding: 5px;
    padding-bottom: 0;
    float: left;
    width: 555px;
}

    .video-gallery-social .facebook {
        width: 97px;
        float: left;
        margin-top: 5px;
    }

    .video-gallery-social .twitter {
        width: 70px;
        float: left;
        margin-top: 5px;
    }

    .video-gallery-social .plus {
        width: 70px;
        float: left;
        margin-top: 5px;
    }

    .video-gallery-social .vote_container {
        width: 135px;
        float: right;
    }

    .video-gallery-social .vote_up {
        width: 35px;
        background: url(../gfx/vote_up.png?v1.2) no-repeat 0 center transparent;
        height: 30px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        float: right;
        margin-left: 10px;
        line-height: 32px;
        padding-left: 25px;
        font-family: Tahoma,Verdana,Arial;
        font-size: 14px;
        cursor: pointer;
    }

    .video-gallery-social .vote_down {
        width: 35px;
        background: url(../gfx/vote_down.png?v1.2) no-repeat 0 center transparent;
        height: 30px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        float: right;
        line-height: 30px;
        padding-left: 25px;
        font-family: Tahoma,Verdana,Arial;
        font-size: 14px;
        cursor: pointer;
    }


.related-galleries a.side_title {
    background-position: -650px -218px;
    height: 37px;
    width: 100%;
    display: block;
}

.related-galleries .title {
    line-height: 33px;
    height: 33px;
    background: #383838;
    display: block;
    float: left;
    width: 280px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .related-galleries .title h2 {
        font: bold 18px Arial,Verdana;
        line-height: 33px;
        height: 33px;
        color: #FFF;
        padding: 0 10px;
    }

.related-galleries .sidebar a.side_title.closed {
    background-position: 0 -806px;
}


.video-gallery-list {
    width: 650px;
    float: left;
    height: auto;
}

    .video-gallery-list .video-gallery {
        width: 155px;
        height: 153px;
        float: left;
        margin-right: 3px;
        margin-left: 4px;
        margin-bottom: 10px;
    }

        .video-gallery-list .video-gallery .gallery-title {
            float: left;
            font: bold 12px Tahoma,Verdana,Arial;
            margin-bottom: 3px;
            color: #555;
            width: 130px;
            padding: 5px;
        }

            .video-gallery-list .video-gallery .gallery-title a {
                font: bold 12px Tahoma,Verdana,Arial;
                color: #555;
                text-decoration: none;
            }

        .video-gallery-list .video-gallery .imgC {
            float: left;
            border: 1px solid #ccc;
            padding: 4px;
            position: relative;
        }


.playerC .content.video-gallery-detail {
    float: left;
    width: 629px;
    padding: 0 10px;
}

.content.video-gallery-detail .comments {
    border-top: 1px solid #c9c5c5;
}

    .content.video-gallery-detail .comments .header {
        padding: 15px;
    }

        .content.video-gallery-detail .comments .header .item.r {
            margin-left: 25px;
        }

        .content.video-gallery-detail .comments .header .item.l {
            font: bold 20px Arial,Tahoma,Verdana;
            color: #5b5b5d;
            height: auto;
        }

        .content.video-gallery-detail .comments .header .item .comment_count {
            display: block;
            background-position: -773px -670px;
            width: 61px;
            height: 40px;
            text-align: center;
            color: #000;
            line-height: 35px;
        }

    .content.video-gallery-detail .comments .create {
        padding: 0 15px;
    }

        .content.video-gallery-detail .comments .create textarea {
            width: 100% /*615px*/;
            height: 70px;
        }

        .content.video-gallery-detail .comments .create .submit {
            text-align: right;
            padding: 5px 0;
        }

            .content.video-gallery-detail .comments .create .submit .spr {
                width: 78px;
                height: 24px;
                background-position: -868px -670px;
                border: 0;
                color: #FFF;
                text-align: left;
            }

    .content.video-gallery-detail .comments .list {
        padding: 15px;
    }

        .content.video-gallery-detail .comments .list .comment {
            border: 1px solid #bcbbbb;
            border-radius: 5px;
            background: #FFF;
            overflow: hidden;
            margin-bottom: 10px;
        }

            .content.video-gallery-detail .comments .list .comment .quote {
                float: left;
                display: block;
                background-position: -840px -672px;
                width: 25px;
                height: 20px;
                margin: 10px;
            }

            .content.video-gallery-detail .comments .list .comment .content {
                float: left;
                display: block;
                width: 495px;
                margin-top: 10px;
            }

                .content.video-gallery-detail .comments .list .comment .content .commenter {
                    display: block;
                    font: normal 10px Arial,Tahoma,Verdana;
                    color: #b5b5b5;
                }

                    .content.video-gallery-detail .comments .list .comment .content .commenter a {
                        font: bold 12px Arial,Tahoma,Verdana;
                        color: #59595b;
                        margin-right: 10px;
                    }

                .content.video-gallery-detail .comments .list .comment .content .comment_text {
                    color: #313132;
                    font: normal 13px Arial,Tahoma,Verdana;
                    padding: 10px 0;
                    display: block;
                }

            .content.video-gallery-detail .comments .list .comment .actions {
                display: block;
                background: #dddddd;
                padding: 7px 10px;
                padding-left: 45px;
                font: normal 13px Arial,Tahoma,Verdana;
                color: #313132;
                line-height: 21px;
            }

                .content.video-gallery-detail .comments .list .comment .actions a {
                    text-decoration: underline;
                    color: #313132;
                }

                .content.video-gallery-detail .comments .list .comment .actions .pointer {
                    float: right;
                }

                    .content.video-gallery-detail .comments .list .comment .actions .pointer span {
                        float: left;
                    }

                    .content.video-gallery-detail .comments .list .comment .actions .pointer a {
                        text-decoration: none;
                        display: block;
                        float: left;
                        font-weight: bold;
                        margin: 0 10px;
                    }

                        .content.video-gallery-detail .comments .list .comment .actions .pointer a .spr {
                            display: block;
                            float: left;
                            width: 21px;
                            height: 21px;
                            margin-right: 5px;
                        }

                    .content.video-gallery-detail .comments .list .comment .actions .pointer .vote_up .spr {
                        background-position: -730px -670px;
                    }

                    .content.video-gallery-detail .comments .list .comment .actions .pointer .vote_down {
                        color: #da1419;
                    }

                    .content.video-gallery-detail .comments .list .comment .actions .pointer .vote_up {
                        color: #2c8b03;
                    }

                    .content.video-gallery-detail .comments .list .comment .actions .pointer .vote_down .spr {
                        background-position: -751px -670px;
                    }

        .content.video-gallery-detail .comments .list .replies .comment {
            margin-left: 40px;
        }

            .content.video-gallery-detail .comments .list .replies .comment .content {
                margin-left: 15px;
            }

.comment_from {
    display: block;
    text-align: right;
    padding-bottom: 2px;
    font: normal 10px Arial, Tahoma, Verdana, Arial;
    color: #B5B5B5;
}

.playerC .video-detail .video-detailC {
    overflow: hidden;
    float: left;
}

.fblike_container {
    display: block;
    margin-top: 8px;
    /*min-height: 50px;*/
    background: #fff;
    float: left;
    width: 270px;
    padding: 0 15px;
}

    .fblike_container li._43q7 {
        margin-right: 8px;
    }

.newsSocialBar {
    margin-bottom: 10px;
    background-color: #f6f6f6;
    padding: 5px;
    padding-bottom: 0;
    float: left;
}


.all-blur {
    -webkit-filter: blur(13px);
    -moz-filter: blur(13px);
    -ms-filter: blur(13px);
    -o-filter: blur(13px);
    filter: blur(13px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='13');
}

.svg-only-blur {
    filter: url(#blur);
}

.playerHeadline {
    background-color: #FFF;
    margin-bottom: 20px;
    min-height: 156px;
}

    .playerHeadline .playerCover {
        overflow: hidden;
        position: relative;
        margin-bottom: 20px;
    }

        .playerHeadline .playerCover img {
            /*top: -300px;
            position: absolute;
            filter: progid:DXImageTransform.Microsoft.Blur(pixelradius=13);
            -ms-filter: blur(13px);
            -webkit-filter: blur(7px);
            right: 0;*/
        }

    .playerHeadline .headlineFooter {
        height: 50px;
        background-color: #E1E1E1;
    }

    .playerHeadline .playerThumbnail {
        position: relative;
        float: left;
        width: 154px;
        height: 154px;
        border: 1px solid #C2C2C2;
        background-color: #ffffff;
    }

        .playerHeadline .playerThumbnail img {
            margin: 12px 22px;
        }

    .playerHeadline .playerInfo {
        min-height: 155px;
        color: #4F4F4F;
        font-size: 12px;
        font-family: verdana;
        width: 482px;
        float: left;
        margin: 0px 5px;
    }

        .playerHeadline .playerInfo span.first_half {
            float: left;
            line-height: 20px;
            width: 70px;
        }

        .playerHeadline .playerInfo span.second_half {
            float: left;
            line-height: 20px;
            width: 140px;
        }

        .playerHeadline .playerInfo span.seperator {
            float: left;
            line-height: 20px;
            width: 20px;
        }

        .playerHeadline .playerInfo .playerName {
            font-size: 27px;
            font-weight: bold;
            padding: 15px 0px;
            display: block;
            float: left;
            width: 100%;
            border-bottom: 1px solid #DDDDDD;
        }

        /*.playerHeadline .playerInfo .secondLine {
            float: left;
            display: block;
        }*/

        .playerHeadline .playerInfo .leftInfoLine {
            width: 240px;
            min-height: 88px;
            float: left;
            margin-top: 10px;
        }

        .playerHeadline .playerInfo .rightInfoLine {
            width: 234px;
            min-height: 88px;
            float: left;
            margin-top: 10px;
            padding-left: 5px;
        }

        .playerHeadline .playerInfo .seperatortInfoLine {
            background-color: #dddddd;
            width: 1px;
            margin: 1px;
            float: left;
            min-height: 88px;
            margin-top: 10px;
        }

        .playerHeadline .playerInfo .secondLine .nationality {
            color: #ff8c00;
        }

        .playerHeadline .playerInfo .secondLine .age {
            color: #ff8c00;
        }

    .playerHeadline .newsGroup {
        height: 56px;
        color: #ffffff;
        font-size: 12px;
        font-family: verdana;
        color: black;
        margin: 0 20px 70px 0;
        padding: 0;
        bottom: 0;
        right: 0;
        position: absolute;
    }

    .playerHeadline .StatLine {
        display: inline-block;
        margin-right: 8px;
        font-family: Verdana;
        color: #4f4f4f;
        font-size: 12px;
        font-family: verdana;
        text-align: center;
    }

    .playerHeadline #WeeklyStatLine {
        height: 339px;
    }

    .playerHeadline .StatLine .StatHeadLine {
        height: 30px;
        border-bottom: 1px solid #DDDDDD;
        margin-bottom: 10px;
        margin-top: 20px;
        width: 640px;
    }

    .playerHeadline .StatLine #MatchesStats, .playerHeadline .StatLine #SeasonalStats {
        display: none;
    }

    .playerHeadline .StatLine #Seasonloader {
        display: block;
        background: url(/App_Themes/2011/gfx/loader_mostpopular.gif) no-repeat 315px 65px transparent;
        width: 640px;
        height: 154px;
        float: left;
    }

    .playerHeadline .StatLine #Weekloader {
        display: block;
        background: url(/App_Themes/2011/gfx/loader_mostpopular.gif) no-repeat 315px 124px transparent;
        width: 640px;
        height: 278px;
        float: left;
    }

    .playerHeadline .StatLine .StatHeadLine .StatTitleLine {
        float: left;
        height: 20px;
        font-size: 17px;
        font-weight: bold;
    }

    .playerHeadline .StatLine .StatHeadLine .SeasonsAndOrganizations {
        float: right;
        height: 20px;
    }

    .playerHeadline .newsGroup .newsItem {
        margin: 3px;
        padding: 1px;
        width: 50px;
        height: 50px;
        float: left;
        background-color: #ffffff;
    }

    .playerHeadline .StatLine #MatchesStats #MatchesStats_Selector {
        width: 640px;
        height: 50px;
        margin-bottom: 10px;
    }

        .playerHeadline .StatLine #MatchesStats #MatchesStats_Selector #StatPreviosMatch {
            height: 50px;
            width: 50px;
            line-height: 50px;
            float: left;
            cursor: pointer;
            background: url(/App_Themes/2011/gfx/new/galLeftArrow.png?v1.2) no-repeat 17px 12px #F7F3F7;
        }

        .playerHeadline .StatLine #MatchesStats #MatchesStats_Selector #StatNextMatch {
            height: 50px;
            width: 50px;
            line-height: 50px;
            float: left;
            cursor: pointer;
            background: url(/App_Themes/2011/gfx/new/galRightArrow.png?v1.2) no-repeat 17px 12px #F7F3F7;
        }

        .playerHeadline .StatLine #MatchesStats #MatchesStats_Selector #StatMatchInfo {
            height: 50px;
            width: 520px;
            margin-right: 10px;
            margin-left: 10px;
            background-color: #F7F3F7;
            float: left;
            text-align: center;
            line-height: 50px;
            font-size: 17px;
            font-weight: bold;
        }

        .playerHeadline .StatLine #MatchesStats #MatchesStats_Selector #StatHomeTeamName {
            width: 225px;
            margin-left: 10px;
            text-align: left;
            float: left;
        }

        .playerHeadline .StatLine #MatchesStats #MatchesStats_Selector #StatAwayTeamName {
            width: 225px;
            margin-right: 10px;
            text-align: right;
            float: left;
        }

        .playerHeadline .StatLine #MatchesStats #MatchesStats_Selector #StatResult_Home {
            width: 20px;
            text-align: center;
            float: left;
        }

        .playerHeadline .StatLine #MatchesStats #MatchesStats_Selector #StatResult_Away {
            width: 20px;
            text-align: center;
            float: left;
        }

        .playerHeadline .StatLine #MatchesStats #MatchesStats_Selector .StatResult_Seperator {
            width: 10px;
            text-align: center;
            float: left;
        }

.playerVideoline {
}

    .playerVideoline .PlayerTabs_Content {
        display: none;
    }

        .playerVideoline .PlayerTabs_Content .related_videos .gallery-items li:hover .newsTitleBg {
            display: none;
        }

        .playerVideoline .PlayerTabs_Content#playertab_content_1 {
            display: inline-block;
        }

    .playerVideoline .playerTabline {
        border: #ccc;
        border-style: solid;
        border-width: 1px 1px 0px 1px;
        border-color: #838383;
        border-bottom: 5px solid #be002c;
        height: 40px;
        margin-bottom: 5px;
        margin-right: 8px;
        color: #fff;
        font: 13px Arial,Verdana;
    }

        .playerVideoline .playerTabline .playertabs {
            float: left;
            width: 50%;
            text-align: center;
            height: 40px;
            line-height: 44px;
            background-color: #fff;
            cursor: pointer;
            position: relative;
        }

            .playerVideoline .playerTabline .playertabs.selected {
                background-color: #2e2e2e;
                color: #fff !important;
            }

            .playerVideoline .playerTabline .playertabs:hover {
                color: #000;
            }

            .playerVideoline .playerTabline .playertabs.selected .redarrow {
                display: block;
            }


        .playerVideoline .playerTabline .title {
            text-align: center;
            height: 40px;
            line-height: 44px;
            background-color: #2e2e2e;
            cursor: pointer;
            color: #838383;
        }


    .playerVideoline .imgC {
        position: relative;
        border-bottom: 8px solid #CCF645;
    }

    .playerVideoline .newsTitleBg {
        float: left;
        width: 208px;
        height: 100%;
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        -khtml-opacity: 0.70;
        -moz-opacity: 0.70;
        background: #000;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .playerVideoline .play {
        position: absolute;
        width: 46px;
        height: 46px;
        z-index: 150;
        top: 50%;
        left: 50%;
        margin-top: -28px;
        margin-left: -23px;
        background: url(/App_Themes/2011/gfx/new/Play.png?v1.2) no-repeat 0 0 transparent;
    }

.playerStatsTable {
    width: 610px;
}

    .playerStatsTable .head td {
        font-weight: bold;
    }

.goal {
    background: url(/App_Themes/2011/gfx/sprite.png?v1.2) no-repeat -370px -1045px;
}

.yellowCard {
    background: url(/App_Themes/2011/gfx/sprite.png?v1.2) no-repeat -330px -1045px;
}

.redCard {
    background: url(/App_Themes/2011/gfx/sprite.png?v1.2) no-repeat -313px -1045px;
}

.playerStatsTable .head span {
    display: inline-block;
    width: 20px;
    height: 20px;
}


.playerStatsTable a {
    color: #000000;
}

.playerStatsTable .even {
    background-color: #ffffff;
}

.cntr {
    text-align: center;
}

.cntrGoal {
    text-align: center;
    color: #c91116;
}

.playerStatsTable .homeTeam {
    width: 200px;
    display: inline-block;
    text-align: right;
}

.homeTeamScore {
    margin-left: 4px;
}

.awayTeamScore {
    margin-right: 4px;
}

.playerStatsTable .awayTeam {
    display: inline-block;
    text-align: left;
}

.chart {
    width: 100%;
}

    .chart td {
        padding-right: 12px;
        vertical-align: middle;
        height: 30px;
        font-weight: normal;
    }

        .chart td img {
            padding-right: 4px;
            vertical-align: middle;
        }


.match_center .match_listing .list .match_info_group {
    float: left;
    width: 100%;
}

    .match_center .match_listing .list .match_info_group .group_header.active {
        border-bottom: 1px solid #cecece;
    }

    .match_center .match_listing .list .match_info_group .group_header {
        width: 100%;
        height: 24px;
        margin-top: 7px;
        float: left;
    }

        .match_center .match_listing .list .match_info_group .group_header .spr {
            margin-left: 7px;
        }

    .match_center .match_listing .list .match_info_group .group_title .caption {
        float: left;
        width: auto !important;
        margin-left: 10px;
    }

    .match_center .match_listing .list .match_info_group .group_title .league {
        float: left;
        margin-left: 10px;
        width: auto !important;
    }

    .match_center .match_listing .list .match_info_group .group_title .flag {
        float: left;
        width: auto !important;
    }

    .match_center .match_listing .list .match_info_group .group_title {
        width: auto;
        font: bold 13px Arial;
        color: #555;
        padding: 0 10px;
        line-height: 24px;
        cursor: pointer;
        background: #dedede;
        border-bottom: 1px solid #cecece;
        float: left;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        margin-left: 6px;
        height: 24px;
    }

        .match_center .match_listing .list .match_info_group .group_title:hover {
            background: #babcc0;
        }

        .match_center .match_listing .list .match_info_group .group_title .spr {
            background-position: -235px 0;
            margin-top: 8px;
        }

        .match_center .match_listing .list .match_info_group .group_title.expanded .spr {
            background-position: -222px 0;
        }

    .match_center .match_listing .list .match_info_group .match_info_container {
        display: none;
        overflow: hidden;
        border: 1px solid #cecece;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        float: left;
    }

        .match_center .match_listing .list .match_info_group .match_info_container.active {
            display: block;
            width: 100%;
        }

#livescore_matchList_container {
    float: left;
    width: 100%;
}

#livescore_matchList_nowPlaying {
    float: left;
    width: 100%;
}

.filter_organization {
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #cecece;
    float: left;
    height: auto;
    width: 950px;
    padding: 10px;
    padding-bottom: 5px;
}

    .filter_organization ul li {
        height: 15px;
        font-size: 11px;
        line-height: 15px;
        padding: 0 20px 0 10px;
        background: #eee;
        border-radius: 3px;
        float: left;
        margin-left: 5px;
        margin-bottom: 5px;
        font: normal 10px Tahoma, Verdana, Arial;
        border: 1px solid #cccccc;
        position: relative;
    }

        .filter_organization ul li .close_btn {
            border: 1px solid #ccc;
            width: 10px;
            height: 10px;
            position: absolute;
            background: url(../gfx/tick_active.png?v1.2) no-repeat center center transparent;
            left: 100%;
            top: 2px;
            margin-left: -15px;
            cursor: pointer;
        }

        .filter_organization ul li.passive {
            background: #fafafa;
            border: 1px solid #ddd;
            color: #666;
        }

            .filter_organization ul li.passive .close_btn {
                background: url(../gfx/tick_passive.png?v1.2) no-repeat center center transparent;
            }

.organization-standings {
    width: 638px;
    height: auto;
    background: #F4F3F3;
    border: 1px solid #ccc;
    float: left;
    margin-top: 10px;
    padding: 14px 5px 5px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .organization-standings .standing-group {
        width: 150px;
        float: left;
        margin-left: 6px;
        margin-bottom: 6px;
        background: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        overflow: hidden;
    }

        .organization-standings .standing-group.active {
            box-shadow: 0px 1px 7px #424242;
        }

            .organization-standings .standing-group.active .group-header {
                background: #000;
            }

        .organization-standings .standing-group .group-header {
            font: bold 12px Arial,Verdana;
            color: #fafafa;
            display: block;
            line-height: 27px;
            height: 27px;
            text-align: left;
            padding-left: 10px;
            background: #383838;
        }

            .organization-standings .standing-group .group-header.active {
                background: #D30C00;
            }

        .organization-standings .standing-group .standings {
            float: left;
            padding-top: 4px;
            border: 1px solid #cdcdcd;
            width: 148px;
            -webkit-border-bottom-right-radius: 4px;
            -webkit-border-bottom-left-radius: 4px;
            -moz-border-radius-bottomright: 4px;
            -moz-border-radius-bottomleft: 4px;
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
        }

            .organization-standings .standing-group .standings li {
                width: 100%;
                float: left;
                height: auto;
                margin-bottom: 5px;
            }

                .organization-standings .standing-group .standings li.standing-header {
                    width: 100%;
                    float: left;
                    height: auto;
                    padding: 3px 0;
                    margin-bottom: 5px;
                    border-bottom: 1px solid #ccc;
                    background: #E7E7E7;
                }

                    .organization-standings .standing-group .standings li.standing-header .team {
                        font: bold 12px Arial,Verdana;
                        color: #8D8D8D;
                        display: block;
                        margin-left: 14px;
                        width: 100px;
                    }

                    .organization-standings .standing-group .standings li.standing-header .points {
                        font: bold 12px Arial,Verdana;
                        color: #8D8D8D;
                        display: block;
                        text-align: center;
                        width: 28px;
                        margin-right: 5px;
                    }

                .organization-standings .standing-group .standings li .team {
                    font: bold 12px Arial,Verdana;
                    color: #383838;
                    display: block;
                    float: left;
                    margin-left: 5px;
                    display: block;
                    line-height: 20px;
                    width: 108px;
                    white-space: nowrap;
                    overflow: hidden;
                }

                    .organization-standings .standing-group .standings li .team img {
                        width: 20px;
                        height: 20px;
                        float: left;
                        margin-right: 3px;
                    }

                .organization-standings .standing-group .standings li .points {
                    font: bold 12px Arial,Verdana;
                    color: #383838;
                    display: block;
                    float: right;
                    text-align: center;
                    width: 30px;
                    margin-right: 5px;
                    line-height: 20px;
                }

    .organization-standings .organization-title {
        padding: 6px 9px 12px;
        font: bold 19px Arial,Verdana;
    }

.transparent_05 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.transparent_08 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.header .sub_navigation ul li.snl.dukup {
    background: #228C18;
}

.header .sub_navigation ul li.snl a.dukup {
    background: url(../gfx/dk_1616.png?v1.2) no-repeat 0 center;
    padding-left: 14px !important;
    margin-left: 6px;
    font-weight: bold;
    color: #fff;
}

/*____________________________________YENI TASARIM____________________________________*/

/*SHOWCASE*/

.showcase.mainpage {
    width: 100%;
    float: left;
    margin-top: 8px;
}

    .showcase.mainpage .left_col {
        float: left;
        width: 748px;
        margin-right: 14px;
    }

        .showcase.mainpage .left_col .newsItem {
            width: 748px;
            float: left;
            height: 416px;
            text-decoration: none;
            position: relative;
            border-bottom: 8px solid #CCF645;
        }

            .showcase.mainpage .left_col .newsItem.other {
                border-bottom: 8px solid #CCF645;
            }

            .showcase.mainpage .left_col .newsItem.tenis {
                border-bottom: 8px solid #59A7F5;
            }

            .showcase.mainpage .left_col .newsItem.basketball {
                border-bottom: 8px solid #E3BF5A;
            }

            .showcase.mainpage .left_col .newsItem .imgC {
                float: left;
                width: 748px;
                height: 416px;
                overflow: hidden;
                background: #2a2a2a;
                position: relative;
            }

                .showcase.mainpage .left_col .newsItem .imgC img {
                    width: 748px;
                }

            .showcase.mainpage .left_col .newsItem .newsTitle {
                float: left;
                width: 732px;
                height: 38px;
                line-height: 38px;
                color: #232323;
                font-weight: bold;
                font-size: 18px;
                font-family: Arial,Tahoma,Verdana;
                padding: 0 8px;
                position: absolute;
                bottom: 0;
                color: #fff;
                left: 0;
            }

            .showcase.mainpage .left_col .newsItem .newsTitleBg {
                float: left;
                width: 748px;
                height: 38px;
                opacity: 0.7;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
                filter: alpha(opacity=70);
                -khtml-opacity: 0.70;
                -moz-opacity: 0.70;
                background: #000;
                position: absolute;
                bottom: 0;
                left: 0;
            }

        .showcase.mainpage .left_col .thumbs {
            width: 100%;
            height: 46px;
            margin-top: 8px;
            float: left;
        }

            .showcase.mainpage .left_col .thumbs .thumbItem {
                width: 46px;
                height: 46px;
                margin-right: 8px;
                background: #2a2a2a;
                display: block;
                text-decoration: none;
                float: left;
                opacity: 0.5;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
                filter: alpha(opacity=50);
                -khtml-opacity: 0.50;
                -moz-opacity: 0.50;
                overflow: hidden;
                position: relative;
            }

                .showcase.mainpage .left_col .thumbs .thumbItem img {
                    position: absolute;
                    left: 50%;
                    transform: translateX(-50%);
                    -webkit-transform: translateX(-50%);
                    -moz-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                }

html.ie8 .showcase.mainpage .left_col .thumbs .thumbItem img {
    margin-left: -87%;
}

.showcase.mainpage .left_col .thumbs .thumbItem.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -khtml-opacity: none;
    -moz-opacity: none;
}

.showcase.mainpage .left_col .thumbs .thumbItem.last {
    margin-right: 0;
}

.showcase.mainpage .right_col {
    float: left;
    width: 208px;
}

    .showcase.mainpage .right_col .newsItem {
        width: 208px;
        float: left;
        height: 146px;
        margin-bottom: 8px;
        border-bottom: 8px solid #CCF645;
        text-decoration: none;
        position: relative;
        display: block;
    }

        .showcase.mainpage .right_col .newsItem.last {
            margin-bottom: 0;
        }

        .showcase.mainpage .right_col .newsItem .imgC {
            float: left;
            width: 208px;
            height: 146px;
            overflow: hidden;
            background: #2a2a2a;
            position: relative;
        }

            .showcase.mainpage .right_col .newsItem .imgC img {
                height: 100%;
            }

.newsItem .newsTitleC {
    border-top: 8px solid #CCF645;
    left: 0;
}

.newsItem.other .newsTitleC {
    border-top: 8px solid #CCF645;
    left: 0;
}

.newsItem.tenis .newsTitleC {
    border-top: 8px solid #59A7F5;
    left: 0;
}

.newsItem.basketball .newsTitleC {
    border-top: 8px solid #E3BF5A;
    left: 0;
}

.showcase.mainpage .right_col .newsItem .newsTitleC {
    float: left;
    width: 188px;
    background: transparent;
    width: 100%;
    height: 38px;
    position: absolute;
    border: none;
    bottom: 0;
    left: 0;
}

.showcase.mainpage .right_col .newsItem .newsTitle {
    height: 38px;
    display: table-cell;
    vertical-align: middle;
    *float: left;
}

    .showcase.mainpage .right_col .newsItem .newsTitle h3 {
        /*float: left;width: 192px;height: 38px;line-height: 38px;font-weight: normal;font-size: 14px;font-family: Tahoma,Verdana;padding: 0 8px;position: absolute;bottom: 0;color: #fff;left:0*/
        /* float: left; */
        width: 192px;
        /* height: 38px; */
        /* line-height: 38px; */
        font-weight: normal;
        font-size: 14px;
        font-family: Tahoma,Verdana,Arial;
        padding: 0 8px;
        /* position: absolute; */
        /* bottom: 0; */
        color: #fff;
        left: 0;
    }

.showcase.mainpage .right_col .newsItem .newsTitleBg {
    float: left;
    width: 208px;
    height: 38px;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -khtml-opacity: 0.70;
    -moz-opacity: 0.70;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*TAKIMLAR*/

.mainpage_teams {
    width: 100%;
    float: left;
}

    .mainpage_teams ul {
        width: 100%;
        float: left;
    }

        .mainpage_teams ul li {
            float: left;
            margin-right: 3px;
            width: 43px;
            height: 46px;
            background: #F2F2F2;
        }

            .mainpage_teams ul li a {
                text-decoration: none;
                width: 32px;
                height: 32px;
                display: block;
                padding: 7px;
            }

                .mainpage_teams ul li a img {
                    width: 32px;
                    height: 32px;
                }

            .mainpage_teams ul li.last {
                margin-right: 0;
                width: 49px;
            }

            .mainpage_teams ul li.first {
                width: 49px;
            }

/*GALERILER*/

.galleries_tab .galleries {
    float: left;
    position: relative;
    width: 100%;
    height: 154px;
}

.galleries_tab {
    float: left;
    position: relative;
    width: 970px !important;
    margin-bottom: 8px;
    margin-top: 8px;
}

    .galleries_tab .galleries .gallery_tab {
        width: 100%;
        height: 30px;
        float: left;
    }

    .galleries_tab .galleries .gallery_item {
        width: 208px;
        height: 165px;
        float: left;
        margin: 0 4px;
        cursor: pointer;
        position: relative;
        z-index: 1;
        background: #fff;
        z-index: 999;
    }

        .galleries_tab .galleries .gallery_item .video-indicator {
            position: absolute;
            width: 46px;
            height: 46px;
            z-index: 150;
            top: 50%;
            left: 50%;
            margin-top: -28px;
            margin-left: -23px;
            background: url("../gfx/new/Play.png?v1.2") no-repeat 0 0 transparent;
        }

        .galleries_tab .galleries .gallery_item:hover:after {
            z-index: 1;
        }

        .galleries_tab .galleries .gallery_item .imgC {
            width: 208px;
            height: 154px;
            position: relative;
        }

            .galleries_tab .galleries .gallery_item .imgC a {
                width: 154px;
                height: 154px;
            }

            /*.galleries_tab .galleries .gallery_item .imgC h3.gallery_title { width: 192px; color: #FFF; font: bold 12px Arial,Verdana; background-position: 0 -255px; z-index: 2; position: absolute; bottom: 0; left: 0; padding: 8px; height: 35px; margin-bottom: 9px; }*/

            .galleries_tab .galleries .gallery_item .imgC .newsTitleC {
                float: left;
                width: 100%;
                width: 100%;
                height: 46px;
                position: absolute;
                bottom: 0;
                border: none;
                left: 0;
            }

            .galleries_tab .galleries .gallery_item .imgC .newsTitle {
                height: 46px;
                display: table-cell;
                vertical-align: middle;
            }

                .galleries_tab .galleries .gallery_item .imgC .newsTitle h3 {
                    line-height: 15px;
                    color: #fff;
                    font-weight: normal;
                    font-size: 14px;
                    font-family: Arial,Tahoma,Verdana;
                    padding: 0 10px;
                    left: 0;
                }

            .galleries_tab .galleries .gallery_item .imgC .newsTitleBg {
                float: left;
                width: 208px;
                height: 46px;
                opacity: 0.7;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
                filter: alpha(opacity=70);
                -khtml-opacity: 0.70;
                -moz-opacity: 0.70;
                background: #000;
                position: absolute;
                bottom: 0;
                left: 0;
            }


            .galleries_tab .galleries .gallery_item .imgC a img {
                width: 208px;
                height: 154px;
                display: block;
            }

    .galleries_tab .containerTitle {
        width: 100%;
        float: left;
        border-bottom: 1px solid #ddd;
        font-weight: normal;
        font-size: 19px;
        font-family: Tahoma,Verdana,Arial;
        line-height: 46px;
        height: 46px;
        margin-bottom: 8px;
        color: #202020;
    }

    .galleries_tab .tab_navigator {
        width: 60px;
        height: 112px;
        float: left;
        position: relative;
    }

        .galleries_tab .tab_navigator li a:active {
            border: none;
            outline: none;
        }

        .galleries_tab .tab_navigator li a:selected {
            border: none;
            outline: none;
        }

        .galleries_tab .tab_navigator li a:visited {
            border: none;
            outline: none;
        }

        .galleries_tab .tab_navigator li.first {
            margin-top: 9px;
        }

    .galleries_tab .galleries .gallery_item .imgTip {
        width: 250px;
        height: auto;
        padding: 5px;
        border: 1px solid #ccc;
        background: #fff;
        display: none;
        z-index: 999;
        top: -50px;
        left: -70px;
        min-height: 150px;
        position: absolute;
    }

    .galleries_tab .tab_navigator .tab_gallery {
        background: url(../gfx/gallery_tab1.png?v1.2) no-repeat 0 0 transparent;
        display: block;
        width: 61px;
        height: 52px;
        border: none;
        outline: none;
    }

    .galleries_tab .tab_navigator .tab_video {
        background: url(../gfx/gallery_tab2.png?v1.2) no-repeat 0 0 transparent;
        display: block;
        width: 61px;
        height: 52px;
        border: none;
        outline: none;
    }

    .galleries_tab .gallery_container {
        float: left;
        position: relative;
        width: 864px;
        overflow: hidden;
    }

    .galleries_tab .galleries .previous {
        width: 46px;
        height: 154px;
        float: left;
        cursor: pointer;
        position: relative;
        z-index: 1;
        background: #fff;
        background: #F2F2F2;
        position: relative;
        margin-right: 7px;
    }

    .galleries_tab .galleries .next {
        width: 46px;
        height: 154px;
        float: right;
        cursor: pointer;
        position: relative;
        z-index: 1;
        background: #fff;
        background: #F2F2F2;
        position: relative;
        margin-left: 7px;
    }

        .galleries_tab .galleries .next.passive {
            background: #F2F2F2;
        }

    .galleries_tab .galleries .previous.passive {
        background: #F2F2F2;
    }

    .galleries_tab .gallery_slider {
        float: left;
        position: relative;
        width: 864px;
        height: 154px;
    }

    .galleries_tab.team_slider .gallery_slider {
        width: 30000px;
    }

    .galleries_tab .tab_navigator li.image_tab.ui-tabs-active a {
        background: url(../gfx/gallery_tab1_ac.png?v1.2) no-repeat 0 0 transparent;
    }

    .galleries_tab .tab_navigator li.video_tab.ui-tabs-active a {
        background: url(../gfx/gallery_tab2_ac.png?v1.2) no-repeat 0 0 transparent;
    }

    .galleries_tab .galleries .prev_icon {
        display: block;
        width: 16px;
        height: 25px;
        background: url(../gfx/new/galLeftArrow.png?v1.2) no-repeat 0 0 transparent;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
    }

    .galleries_tab .galleries .next_icon {
        display: block;
        width: 16px;
        height: 25px;
        background: url(../gfx/new/galRightArrow.png?v1.2) no-repeat 0 0 transparent;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
    }


/*HEADLINENEWS*/

.headline_news {
    width: 100%;
    float: left;
    margin-top: 8px;
}

    .headline_news .newsItem {
        width: 316px;
        float: left;
        height: 208px;
        margin-right: 11px;
        text-decoration: none;
        position: relative;
    }

        .headline_news .newsItem.first {
            margin: 0;
        }

        .headline_news .newsItem.middle {
            margin: 0 11px;
        }

        .headline_news .newsItem.last {
            margin: 0;
        }

            .headline_news .newsItem.last.hidden {
                margin: 0;
                display: none;
            }

        .headline_news .newsItem .imgC {
            float: left;
            width: 316px;
            height: 208px;
            overflow: hidden;
            background: #2a2a2a;
            position: relative;
        }

            .headline_news .newsItem .imgC img {
                width: 316px;
            }

        .headline_news .newsItem .newsTitleC {
            float: left;
            width: 188px;
            width: 100%;
            height: 46px;
            position: absolute;
            bottom: 0;
            border: none;
            left: 0;
        }

        .headline_news .newsItem .newsTitle {
            height: 46px;
            display: table-cell;
            vertical-align: middle;
        }

            .headline_news .newsItem .newsTitle h3 {
                line-height: 15px;
                color: #fff;
                font-weight: normal;
                font-size: 14px;
                font-family: Arial,Tahoma,Verdana;
                padding: 0 10px;
                left: 0;
            }

        .headline_news .newsItem .newsTitleBg {
            float: left;
            width: 316px;
            height: 46px;
            opacity: 0.7;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
            filter: alpha(opacity=70);
            -khtml-opacity: 0.70;
            -moz-opacity: 0.70;
            background: #000;
            position: absolute;
            bottom: 0;
            left: 0;
        }

    .headline_news .headline-ad-area.middle {
        margin: 0 11px;
    }

.newsContainer .newsL1 .newsItem .newsTitleC {
    float: left;
    width: 188px;
    background: #F2F2F2;
    border-top: 8px solid #CCF645;
    width: 100%;
    height: 46px;
    left: 0;
}

.newsContainer .newsL1 .newsItem .newsTitleC {
    border-top: 8px solid #CCF645;
    left: 0;
}

.newsContainer .newsL1 .newsItem.other .newsTitleC {
    border-top: 8px solid #CCF645;
    left: 0;
}

.newsContainer .newsL1 .newsItem.tenis .newsTitleC {
    border-top: 8px solid #59A7F5;
    left: 0;
}

.newsContainer .newsL1 .newsItem.basketball .newsTitleC {
    border-top: 8px solid #E3BF5A;
    left: 0;
}

.newsContainer .newsL1 .newsItem .newsTitle {
    height: 46px;
    display: table-cell;
    vertical-align: middle;
}

    .newsContainer .newsL1 .newsItem .newsTitle h3 {
        line-height: 15px;
        color: #232323;
        font-weight: normal;
        font-size: 14px;
        font-family: Arial,Tahoma,Verdana;
        padding: 0 10px;
        left: 0;
    }


/*HABERLER*/

.newsContainer {
    width: 100%;
    float: left;
    margin-top: 8px;
}

    .newsContainer .containerTitle {
        width: 642px;
        float: left;
        border-bottom: 1px solid #ddd;
        font-weight: normal;
        font-size: 19px;
        font-family: Tahoma,Verdana,Arial;
        line-height: 46px;
        height: 46px;
        margin-bottom: 8px;
        color: #202020;
    }

    .newsContainer .newsL1 {
        width: 100%;
        float: left;
    }

        .newsContainer .newsL1 .newsItem {
            display: block;
            float: left;
            width: 208px;
            text-decoration: none;
            margin-bottom: 8px;
            margin-right: 8px;
        }

            .newsContainer .newsL1 .newsItem .imgC {
                float: left;
                width: 208px;
                height: 154px;
                overflow: hidden;
                position: relative;
            }

                .newsContainer .newsL1 .newsItem .imgC img {
                    height: 100%;
                }

            .newsContainer .newsL1 .newsItem.huge .imgC img {
                height: 100%;
            }

            .newsContainer .newsL1 .newsItem .newsTitleC {
                float: left;
                width: 188px;
                background: #F2F2F2;
                width: 100%;
                height: 46px;
                left: 0;
            }

            .newsContainer .newsL1 .newsItem .newsTitle {
                height: 46px;
                display: table-cell;
                vertical-align: middle;
            }

                .newsContainer .newsL1 .newsItem .newsTitle h3 {
                    line-height: 15px;
                    color: #232323;
                    font-weight: normal;
                    font-size: 14px;
                    font-family: Arial,Tahoma,Verdana;
                    padding: 0 10px;
                    left: 0;
                }

            .newsContainer .newsL1 .newsItem.huge {
                width: 424px;
            }

                .newsContainer .newsL1 .newsItem.huge.r {
                    float: right;
                }

                .newsContainer .newsL1 .newsItem.huge .imgC {
                    float: left;
                    width: 424px;
                    height: 370px;
                    position: relative;
                }

        .newsContainer .newsL1 .separator {
            float: left;
            width: 100%;
            height: 0px;
        }

        .newsContainer .newsL1 .newsItem.huge .newsTitle {
            height: 46px;
            display: table-cell;
            vertical-align: middle;
        }
/*FOOTER*/
.footerBg {
    background-color: #2b2932;
    background-repeat: repeat-x;
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2E2E2E), to(#353535));
    background: -webkit-linear-gradient(top, #353535, #2E2E2E);
    background: -moz-linear-gradient(top, #353535, #2E2E2E);
    background: -ms-linear-gradient(top, #353535, #2E2E2E);
    background: -o-linear-gradient(top, #353535, #2E2E2E);*/
}

.footer {
    display: block;
    float: left;
    width: 100%;
}
    /*Global Footer*/

    .footer .globalfooter {
        display: block;
        float: left;
        width: 100%;
    }

        .footer .globalfooter .menu_1 {
            width: 660px;
            -webkit-column-count: 4;
            -moz-column-count: 4;
            column-count: 4;
            padding: 28px 54px 28px 16px;
            -webkit-column-gap: 0;
            -moz-column-gap: 0;
            column-gap: 0;
            line-height: 1.5;
            background-color: #44414f;
            float: left;
        }

            .footer .globalfooter .menu_1 .footer_links__item {
                width: 165px;
                padding: 0;
                margin: 0;
            }

.footer_links__item a {
    color: #fff;
    font: normal 12px Arial,Verdana;
    text-decoration: none;
}

    .footer_links__item a:hover {
        color: #bdbccf;
    }

.footer .globalfooter .menu_2 {
    float: left;
    background-color: #767382;
    width: 252px;
    position: relative;
    height: 22px;
    padding: 52px 10px;
}

.footer_links_socials__item {
    float: left;
    padding: 0 13px;
}

    .footer_links_socials__item a {
        display: inline-block;
        text-decoration: none;
        color: #d7d3d6;
    }

    .footer_links_socials__item .icon-youtube {
        background-position: -399px -308px;
        width: 24px;
        height: 24px;
    }

    .footer_links_socials__item .icon-instagram {
        background-position: -442px -308px;
        width: 24px;
        height: 24px;
    }

    .footer_links_socials__item .icon-google-plus {
        background-position: -469px -190px;
        width: 24px;
        height: 24px;
    }

    .footer_links_socials__item .icon-twitter {
        background-position: -399px -235px;
        width: 24px;
        height: 24px;
    }

    .footer_links_socials__item .icon-facebook {
        background-position: -426px -191px;
        width: 24px;
        height: 24px;
    }

    .footer_links_socials__item .icon-tumblr {
        background-position: -442px -264px;
        width: 24px;
        height: 24px;
    }

/*Global Footer*/

.footer .container {
    display: block;
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .footer .container .menu_1 {
        float: left;
        width: 165px;
        height: 246px;
        margin-left: 16px;
    }

        .footer .container .menu_1 ul.leftmenu {
        }

            .footer .container .menu_1 ul.leftmenu li {
                float: left;
                width: 150px;
                margin-bottom: 17px;
                /*background: url(../gfx/new/bullet.png?v1.2) no-repeat 0 center transparent;*/
            }

                .footer .container .menu_1 ul.leftmenu li a {
                    color: #FFF;
                    font: normal 14px Arial,Verdana;
                }

    .footer .container .menu_2 {
        float: left;
        width: 495px;
        height: 240px;
        /*border-right: 1px solid #555;*/
    }

        .footer .container .menu_2 .linkbox {
            width: 165px;
            display: block;
            float: left;
            height: auto;
            margin-bottom: 21px;
        }

            .footer .container .menu_2 .linkbox span.title {
                color: #fff;
                font: normal 14px Arial,Verdana;
                display: block;
                /*border-bottom: 1px solid #555555;*/
                width: 125px;
                padding-bottom: 6px;
                margin-bottom: 10px;
            }

            .footer .container .menu_2 .linkbox ul {
                margin-left: 0;
            }

                .footer .container .menu_2 .linkbox ul li {
                    margin-bottom: 8px;
                    width: 150px;
                    float: left;
                    margin-right: 2px;
                    display: block;
                }

                    .footer .container .menu_2 .linkbox ul li a {
                        display: block;
                        font: normal 11px Tahoma,Verdana,Arial;
                        color: #B2B2B2;
                        line-height: 12px;
                    }

    .footer .container .menu_3 {
        width: 250px;
        height: 254px;
        margin-right: 22px;
        float: right;
        position: relative;
    }

        .footer .container .menu_3 .applications {
            float: right;
            width: 108px;
        }

            .footer .container .menu_3 .applications .app_item {
                width: 108px;
                height: 35px;
                float: right;
                margin-left: 8px;
                margin-bottom: 8px;
            }

        .footer .container .menu_3 .logos {
            float: right;
            width: 250px;
            border-bottom: 1px solid #33303B;
            border-top: 1px solid #33303B;
            margin-top: 10px;
        }

            .footer .container .menu_3 .logos .item {
                /*width: 116px;*/
                height: 50px;
                float: right;
                text-align: center;
                margin: 10px 0;
            }

                .footer .container .menu_3 .logos .item.aa img {
                    margin-top: 4px;
                }

                .footer .container .menu_3 .logos .item.epa img {
                    margin-top: 8px;
                }

                .footer .container .menu_3 .logos .item.iab img {
                    margin-top: 8px;
                }

            .footer .container .menu_3 .logos .separator {
                width: 1px;
                height: 50px;
                text-align: center;
                border-right: 1px solid #33303B;
                float: right;
                margin: 10px 0;
            }

        .footer .container .menu_3 .sitelogo {
            float: left;
            width: 79px;
            height: 79px;
            margin: 0 30px 0 30px;
        }

            .footer .container .menu_3 .sitelogo a {
                float: right;
            }

.footer .f_footer {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    padding: 18px 0;
    background: #fff;
}

    .footer .f_footer .copyright {
        color: #6C6C6C;
        font: bold 12px Arial,Verdana;
    }

    .footer .f_footer .policy {
        font: normal 12px Arial,Verdana;
        color: #6C6C6C;
    }

        .footer .f_footer .policy a.policy_a {
            text-decoration: underline;
            color: #6C6C6C;
        }

/*SIDEBAR*/

.content_wrapper .sidebar {
    width: 308px;
    float: right;
    padding-left: 8px;
    padding-top: 8px;
    margin-top: 10px;
    background: #F2F2F2;
}

.content_wrapper .inner_pages.sidebar {
    margin-top: 10px;
}


.banner_300 {
    width: 300px;
    height: 250px;
}

.commentary .banner_300 {
    display: none;
}
/* anket */
.sidebar .poll, .content .article .poll {
    background: #f4f3f3;
    border-radius: 0 0 5px 5px;
}

.content .article .poll {
    float: right;
    border-radius: 5px;
    width: 300px;
    border: 1px solid #bcbbbb;
    margin-left: 15px;
}

    .sidebar .poll form, .content .article .poll form {
        padding: 15px;
    }

    .sidebar .poll .question, .content .article .poll .question {
        display: block;
        font: bold 18px Arial,Verdana;
        color: #494646;
        margin-bottom: 8px;
    }

    .sidebar .poll .answer, .content .article .poll .answer {
        display: block;
        font: normal 13px Tahoma,Verdana,Arial;
        color: #494646;
        margin: 8px 0;
    }

        .sidebar .poll .answer label input, .content .article .poll .answer label input {
            vertical-align: middle;
            margin: 0;
            padding: 0;
            margin-right: 8px;
        }

    .sidebar .poll .submitter, .content .article .poll .submitter {
        display: block;
        float: left;
        margin-top: 10px;
    }

        .sidebar .poll .submitter input, .content .article .poll .submitter input {
            border: 0;
            border-radius: 5px;
            background: #bab9b9;
            font: bold 16px Arial,Verdana;
            color: #494646;
            cursor: pointer;
            padding: 3px 10px;
        }

    .sidebar .poll .previous_polls, .content .article .poll .previous_polls {
        margin-top: 15px;
        display: block;
        float: right;
    }

        .sidebar .poll .previous_polls a, .content .article .poll .previous_polls a {
            color: #272829;
            font: normal 11px Tahoma,Verdana,Arial;
            text-decoration: underline;
        }

.sidebar a.side_title {
    background-position: -650px -218px;
    height: 37px;
    width: 300px;
    display: block;
}

    .sidebar a.side_title h2 {
        font: bold 18px Arial,Verdana;
        line-height: 33px;
        height: 33px;
        color: #FFF;
        margin-left: 15px;
        display: block;
    }

    .sidebar a.side_title.closed {
        background-position: 0 -806px;
    }

/* ilgili haberler goller videolar*/
.sidebar .related_articles {
    background: #f4f3f3;
    border-radius: 0 0 5px 5px;
    padding-bottom: 1px;
}

    .sidebar .related_articles ul {
        margin: 15px;
        display: block;
    }

        .sidebar .related_articles ul li {
            border-bottom: 1px dotted #b6b4b4;
            padding: 5px 0;
        }

            .sidebar .related_articles ul li a {
                font: normal 13px Tahoma,Verdana,Arial;
                color: #232222;
            }

            .sidebar .related_articles ul li.rest {
                border: 0;
                text-align: right;
            }

                .sidebar .related_articles ul li.rest a {
                    font-size: 11px;
                    text-decoration: underline;
                }

.sidebar .related_videos {
    background: #f4f3f3;
    float: left;
    font-family: Arial, Verdana, Tahoma;
    font-size: 13px;
}

    .sidebar .related_videos ul {
        margin-top: 10px;
    }

        .sidebar .related_videos ul li {
            float: left;
            width: 130px;
            height: 140px;
            margin: 12px;
            margin-top: 0;
            margin-right: 0;
        }

            .sidebar .related_videos ul li a {
                display: block;
            }

                .sidebar .related_videos ul li a img {
                    margin-bottom: 5px;
                }

                .sidebar .related_videos ul li a .caption {
                    display: block;
                    font: normal 12px Tahoma, Verdana, Arial;
                    color: #232222;
                    line-height: 17px;
                }

                .sidebar .related_videos ul li a .play.spr {
                    display: block;
                    position: absolute;
                    background-position: -720px 0;
                    height: 105px;
                    width: 130px;
                }

/* yazarlar */
.sidebar .authors {
    background: #f4f3f3;
    border-radius: 0 0 5px 5px;
    padding-bottom: 10px;
}

    .sidebar .authors ul li {
        margin-left: 10px;
    }

        .sidebar .authors ul li a .title {
            display: block;
            border-radius: 5px 5px 0 0;
            padding: 10px;
            padding-bottom: 0;
            margin-left: 40px;
            background: #FFF;
            width: 225px;
            margin-top: 15px;
            font: bold 16px Arial,Verdana;
            color: #464647;
        }

        .sidebar .authors ul li a .author {
            display: block;
        }

            .sidebar .authors ul li a .author .image {
                display: block;
                float: left;
                width: 40px;
                height: 34px;
            }

            .sidebar .authors ul li a .author .text {
                display: block;
                float: left;
                width: 225px;
                height: 32px;
                font: normal 11px Tahoma,Verdana,Arial;
                color: #464647;
                font-style: italic;
                background-position: -63px -604px;
                padding: 0 10px;
            }

        .sidebar .authors ul li .title a {
            display: block;
            border-radius: 5px 5px 0 0;
            padding: 10px;
            padding-bottom: 0;
            margin-left: 40px;
            background: white;
            width: 225px;
            margin-top: 15px;
            font: bold 16px Arial,Verdana;
            color: #464647;
        }

        .sidebar .authors ul li .author {
            display: block;
        }

            .sidebar .authors ul li .author .image {
                display: block;
                float: left;
                width: 40px;
                height: 34px;
            }

            .sidebar .authors ul li .author .text {
                display: block;
                float: left;
                width: 225px;
                height: 32px;
                font: normal 11px Tahoma,Verdana,Arial;
                color: #464647;
                font-style: italic;
                background-position: -63px -604px;
                padding: 0 10px;
            }

                .sidebar .authors ul li .author .text a {
                    font: normal 11px Tahoma,Verdana,Arial;
                    color: #464647;
                    font-style: italic;
                }

/* sidebar tab'ler */

.sidebar .tab_wrapper {
    margin: 0;
}

.sidebar ul.tabs {
    margin-top: -32px;
    margin-left: 6px;
    float: left;
}

.sidebar .tabs_holder {
    float: left;
}

    .sidebar .tabs_holder .tab {
        float: left;
        width: 100%;
    }

.sidebar ul.tabs li {
    background: #e5e2e2 url(../gfx/sprite.png?v1.2) no-repeat -550px 0;
    float: left;
    width: 80px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #ccc;
    border-bottom: 0;
    margin-left: 5px;
}

.sidebar ul.tabs.wide li {
    width: 130px;
}

.sidebar ul.tabs li a {
    font: bold 14px Arial,Verdana;
    color: #979494;
    display: block;
    line-height: 31px;
    height: 31px;
    text-align: center;
}

    .sidebar ul.tabs li a:hover {
        color: #000;
    }

.sidebar ul.tabs li.selected {
    border-color: #ccc;
    background: #F4F3F3;
}

    .sidebar ul.tabs li.selected a {
        color: #c91116;
        height: 31px;
    }

.sidebar .tabs_holder {
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #F4F3F3;
}




.sidebar .user_area {
    display: block;
}

    .sidebar .user_area ul.postlogin {
        padding: 8px;
        float: left;
    }

        .sidebar .user_area ul.postlogin li {
            float: left;
            width: 84px;
            height: 70px;
            display: block;
        }

            .sidebar .user_area ul.postlogin li.empty, .sidebar .user_area ul.postlogin li.borderless {
                border: 0;
                float: left;
            }

            .sidebar .user_area ul.postlogin li a {
                display: block;
                color: #626262;
                font: normal 11px Arial,Tahoma,Verdana;
                text-align: center;
                width: 100%;
                height: 70px;
                float: left;
                background: #f2f2f2;
            }

                .sidebar .user_area ul.postlogin li a .icon {
                    width: 35px;
                    height: 35px;
                    display: block;
                    margin: 3px auto;
                }

            .sidebar .user_area ul.postlogin li.separator {
                width: 4px;
                margin: 0 2px;
                height: 70px;
                float: left;
                background: #f2f2f2;
            }

            .sidebar .user_area ul.postlogin li.middle {
                width: 100px;
            }

            .sidebar .user_area ul.postlogin li a.activation .icon {
                background: url('../gfx/new/ok.png?v1.2') no-repeat center center transparent;
            }

            .sidebar .user_area ul.postlogin li a.username .icon {
                background: url('../gfx/new/user_gray.png?v1.2') no-repeat center center transparent;
            }

            .sidebar .user_area ul.postlogin li a.recovery .icon {
                background: url('../gfx/new/kilit.png?v1.2') no-repeat center center transparent;
            }

            .sidebar .user_area ul.postlogin li a.update .icon {
                background: url('../gfx/new/user_gray.png?v1.2') no-repeat center center transparent;
            }

            .sidebar .user_area ul.postlogin li a.password .icon {
                background: url('../gfx/new/user_gray.png?v1.2') no-repeat center center transparent;
            }

            .sidebar .user_area ul.postlogin li a.comments .icon {
                background: url('../gfx/new/user_gray.png?v1.2') no-repeat center center transparent;
            }

            .sidebar .user_area ul.postlogin li a.logout .icon {
                background: url('../gfx/new/user_gray.png?v1.2') no-repeat center center transparent;
            }


    .sidebar .user_area div.prelogin {
        float: left;
        padding: 0 8px;
    }

.userlogininfo {
    line-height: 46px;
}


.sidebar .user_area div.prelogin a.userlogin .userloginarea {
    background: url(/App_Themes/2011/gfx/spritesheet.png?v1.2) no-repeat -390px -352px #7e7892;
    width: 32px;
    height: 32px;
    float: left;
    line-height: 46px;
    margin: 7px;
}

.sidebar .user_area div.prelogin a.userlogin {
    width: 285px;
    height: 46px;
    background: #7e7892;
    line-height: 46px;
    display: block;
    font: normal 16px Arial,Tahoma,Verdana;
    color: #fff;
    margin-bottom: 8px;
}

.userregisterinfo {
    line-height: 46px;
}

.sidebar .user_area div.prelogin a.userregister {
    width: 285px;
    height: 46px;
    background: #7e7892;
    line-height: 46px;
    display: block;
    font: normal 16px Arial,Tahoma,Verdana;
    color: #fff;
}

    .sidebar .user_area div.prelogin a.userregister .userregisterarea {
        background: url(/App_Themes/2011/gfx/spritesheet.png?v1.2) no-repeat -341px -62px #7e7892;
        width: 32px;
        height: 32px;
        float: left;
        line-height: 46px;
        margin: 7px;
    }


/* TV Guide*/

/*.sidebar .table .league { float: left;width: 100%; }*/
.sidebar .table .league .logo {
    display: block;
    float: left;
    width: 63px;
    height: 63px;
    margin-top: 5px;
    margin-left: 10px;
}

    .sidebar .table .league .logo a {
        display: block;
        width: 63px;
        height: 63px;
    }

.sidebar .table .league .navi {
    display: block;
    float: left;
    width: 100%;
    height: 46px;
    border-bottom: 1px solid #cbcbcb;
}

    .sidebar .table .league .navi .previous {
        display: block;
        float: left;
        width: 30px;
        height: 46px;
        margin-right: 8px;
    }

        .sidebar .table .league .navi .previous a {
            display: block;
            width: 30px;
            height: 46px;
            background: url(/App_Themes/2011/gfx/spritesheet.png?v1.2) no-repeat -269px -344px transparent;
        }

    .sidebar .table .league .navi .next {
        display: block;
        float: left;
        width: 30px;
        height: 46px;
    }

        .sidebar .table .league .navi .next a {
            display: block;
            width: 30px;
            height: 46px;
            background: url(/App_Themes/2011/gfx/spritesheet.png?v1.2) no-repeat -307px -344px transparent;
        }

    .sidebar .table .league .navi .league_name {
        display: block;
        float: left;
        width: 214px;
        height: 46px;
        line-height: 46px;
        padding-left: 10px;
        text-align: left;
        color: #151515;
        font-weight: normal;
        font-size: 14px;
        font-family: Tahoma,Verdana,Arial;
    }

.sidebar .table .league .logo {
    line-height: 65px !important;
    background-color: #F4F3F3 !important;
}

    .sidebar .table .league .logo img {
        background-color: #F4F3F3 !important;
    }



/*.sidebar .fixture .header { margin: 10px 0; margin-left: 10px; float: left; }
.sidebar .fixture .header a.previous { background-position: -63px -637px; display: block; width: 35px; height: 25px; float: left; }
.sidebar .fixture .header a.next { background-position: -87px -637px; display: block; width: 35px; height: 25px; float: left; }
.sidebar .fixture .header .league { font: bold 12px Tahoma,Verdana,Arial; color: #FFF; line-height: 25px; background: #d42733; float: left; display: block; width: 205px; text-align: center; }*/


.sidebar .fixture .header {
    display: block;
    float: left;
    width: 100%;
    height: 46px;
    border-bottom: 1px solid #cbcbcb;
}

    .sidebar .fixture .header .previous {
        display: block;
        float: left;
        width: 30px;
        height: 46px;
        margin-right: 8px;
    }

    .sidebar .fixture .header a.previous {
        display: block;
        width: 30px;
        height: 46px;
        background: url(/App_Themes/2011/gfx/spritesheet.png?v1.2) no-repeat -269px -344px transparent;
    }

    .sidebar .fixture .header .next {
        display: block;
        float: left;
        width: 30px;
        height: 46px;
    }

    .sidebar .fixture .header a.next {
        display: block;
        width: 30px;
        height: 46px;
        background: url(/App_Themes/2011/gfx/spritesheet.png?v1.2) no-repeat -307px -344px transparent;
    }

    .sidebar .fixture .header .j_fixture_league_name {
        display: block;
        float: left;
        width: 214px;
        height: 46px;
        line-height: 46px;
        padding-left: 10px;
        text-align: left;
        color: #151515;
        font-weight: normal;
        font-size: 14px;
        font-family: Tahoma,Verdana,Arial;
    }

.sidebar .fixture ul li {
    /*height: 36px;*/
}

    .sidebar .fixture ul li.even {
        background: #F2F2F2;
    }

    .sidebar .fixture ul li.odd {
        background: #fff;
    }

    .sidebar .fixture ul li.rest {
        text-align: right;
        border-bottom: 0;
        padding: 10px 0;
        height: 12px;
    }

.sidebar .fixture ul li {
    margin: 0 10px;
    padding: 5px 0;
}

    .sidebar .fixture ul li .date {
        float: left;
        display: block;
        font: normal 12px Tahoma,Verdana,Arial;
        color: #626262;
        padding-bottom: 5px;
        padding-left: 5px;
    }

    .sidebar .fixture ul li .team {
        float: left;
        display: block;
        font: bold 13px Tahoma,Verdana,Arial;
        color: #2a2a2a;
        width: 100px;
        overflow: hidden;
    }

        .sidebar .fixture ul li .team.home {
            clear: both;
            padding-left: 8px;
        }

        .sidebar .fixture ul li .team.away {
            text-align: right;
            float: right;
            padding-right: 8px;
        }

    .sidebar .fixture ul li .score {
        float: left;
        display: block;
        font: bold 13px Tahoma,Verdana,Arial;
        color: #2a2a2a;
        text-align: center;
        width: 55px;
    }

    .sidebar .fixture ul li.rest span {
        background: url('../gfx/new/icnFixture.png?v1.2') no-repeat 0 0 transparent;
        padding-left: 15px;
        color: #7e7892;
        font: normal 10px Tahoma,Verdana,Arial;
        cursor: pointer;
        margin-left: 5px;
        float: right;
    }

        .sidebar .fixture ul li.rest span.sp {
            width: 0px;
            background: none;
            margin: 0;
            padding: 0 5px;
            color: #666;
            float: left;
        }

            .sidebar .fixture ul li.rest span.sp.FR {
                float: right;
            }

    .sidebar .fixture ul li.rest a {
        background: url('../gfx/new/icnFixture.png?v1.2') no-repeat 0 0 transparent;
        padding-left: 20px;
        color: #7e7892;
        font: normal 10px Tahoma,Verdana,Arial;
        cursor: pointer;
        margin-left: 5px;
        float: right;
    }

        .sidebar .fixture ul li.rest a.calendar_download {
            float: left;
            background: url('../gfx/new/calendar_download.png?v1.2') no-repeat 0 0 transparent;
            padding-left: 20px;
            color: #7e7892;
            font: normal 10px Tahoma,Verdana,Arial;
            cursor: pointer;
            margin-left: 5px;
            margin-right: 5px;
        }

        .sidebar .fixture ul li.rest a.calendar_subscribe {
            float: left;
            background: url('../gfx/new/calendar_subscribe.png?v1.2') no-repeat 0 0 transparent;
            padding-left: 20px;
            color: #7e7892;
            font: normal 10px Tahoma,Verdana,Arial;
            cursor: pointer;
            margin-left: 5px;
        }

    /*.sidebar .fixture ul li.rest .calendar_download { height: 22px; }
.sidebar .fixture ul li.rest .calendar_subscribe { height: 20px; }*/
    .sidebar .fixture ul li .team a {
        color: #58595b;
        /*white-space: nowrap;*/
    }

        .sidebar .fixture ul li .team a:hover {
        }


#div_standing_results {
    padding: 0;
}

#div_fixture_results {
    float: left;
}

    #div_fixture_results ul {
        width: 300px;
        margin-top: 5px;
    }

.sidebar .table .tab_wrapper {
    margin-top: 0;
    padding-top: 0;
}

    .sidebar .table .tab_wrapper .tabs_holder {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        background: #FFFFFF;
        border: none;
        width: 300px;
    }

        .sidebar .table .tab_wrapper .tabs_holder ul.tabs li {
            background: #ddd;
            float: left;
            border: 0;
            margin: 0;
            width: 50%;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
        }

            .sidebar .table .tab_wrapper .tabs_holder ul.tabs li.selected {
                background: #705f8f;
            }

                .sidebar .table .tab_wrapper .tabs_holder ul.tabs li.selected a {
                    color: #fff;
                }

            .sidebar .table .tab_wrapper .tabs_holder ul.tabs li a {
                font: normal 18px Arial,Verdana;
                display: block;
                line-height: 46px;
                height: 44px;
                color: #969696;
                text-align: left;
                padding: 0 8px;
            }

        .sidebar .table .tab_wrapper .tabs_holder .tabs {
            float: left;
            width: 100%;
            margin: 0;
            border-bottom: 2px solid #705f8f;
        }

.sidebar .table ul.point_table li {
    margin: 0 0 !important;
}

    .sidebar .table ul.point_table li .team a {
        color: #58595b;
    }

        .sidebar .table ul.point_table li .team a:hover {
        }

    .sidebar .table ul.point_table li.current {
        background: #fff;
        border-bottom: 1px dotted #babcc0;
    }

    .sidebar .table ul.point_table li div.standing-collapsable {
        background: url('../gfx/new/standingsMore.png?v1.2') no-repeat center center #fafafa;
        text-align: center;
        font: bold 18px Arial,Tahoma,Verdana;
        line-height: 10px;
        cursor: pointer;
        height: 30px;
    }

.sidebar .table ul.point_table li {
    margin: 0 10px;
}

    .sidebar .table ul.point_table li.seperator {
        border-bottom: 2px solid #b6b4b4;
    }

    .sidebar .table ul.point_table li .status {
        width: 10px;
        height: 10px;
        display: block;
        float: left;
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 12px;
    }

        .sidebar .table ul.point_table li .status.up {
            background-position: -460px -100px;
        }

        .sidebar .table ul.point_table li .status.down {
            background-position: -470px -100px;
        }

        .sidebar .table ul.point_table li .status.keeper {
            background-position: -480px -100px;
        }

    .sidebar .table ul.point_table li .rank {
        font: normal 14px Arial,Verdana;
        line-height: 35px;
        float: left;
        display: block;
        width: 25px;
        color: #787878;
    }

        .sidebar .table ul.point_table li .rank.first {
            color: #787878;
        }

    .sidebar .table ul.point_table li .team {
        float: left;
        display: block;
        font: normal 14px Tahoma,Verdana,Arial;
        line-height: 35px;
        width: 160px;
        color: #787878;
    }

    .sidebar .table ul.point_table li .point {
        float: left;
        display: block;
        font: normal 14px Tahoma,Verdana,Arial;
        text-align: center;
        line-height: 35px;
        width: 40px;
        color: #787878;
    }

    .sidebar .table ul.point_table li .fpoint {
        float: left;
        display: block;
        font: normal 14px Tahoma,Verdana,Arial;
        line-height: 35px;
        color: #787878;
        text-align: center;
        width: 40px;
    }

    .sidebar .table ul.point_table li.label .point, .sidebar .table ul.point_table li.label .fpoint {
        color: #787878;
    }

    .sidebar .table ul.point_table li.label .point {
        margin-left: 195px;
    }

    .sidebar .table ul.point_table li.rest {
        text-align: right;
        border-bottom: 0;
        padding: 8px;
    }

        .sidebar .table ul.point_table li.rest a {
            background: url('../gfx/new/icnFixture.png?v1.2') no-repeat 0 0 transparent;
            padding-left: 12px;
            color: #7e7892;
            font: normal 10px Tahoma,Verdana,Arial;
            cursor: pointer;
            text-decoration: none;
        }

        .sidebar .table ul.point_table li.rest span {
            background: url('../gfx/new/icnFixture.png?v1.2') no-repeat 0 0 transparent;
            padding-left: 15px;
            color: #7e7892;
            font: normal 10px Tahoma,Verdana,Arial;
            cursor: pointer;
        }

/*EN COK OKUNAN HABERLER*/
.mostViewedNews {
    float: left;
    width: 300px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.boxheader {
    font-weight: normal;
    width: 280px;
    padding: 0 10px;
    height: 46px;
    line-height: 46px;
    background: #705f8f;
    color: #fff;
    font-family: Arial,Tahoma, verdana, Arial;
    font-size: 18px;
    float: left;
}

    .boxheader.iconed_twitter {
        font-weight: normal;
        width: 280px;
        padding: 0 10px;
        height: 46px;
        line-height: 46px;
        background: #2E2E2E;
        color: #fff;
        font-family: Arial,Tahoma, verdana;
        font-size: 18px;
        float: left;
        background: url("../gfx/tweet_ico.png?v1.2") no-repeat 265px center #2E2E2E;
    }

.mostViewedNews .header {
    font-weight: normal;
    width: 280px;
    padding: 0 10px;
    height: 46px;
    line-height: 46px;
    background: #2E2E2E;
    color: #fff;
    font-family: Arial,Tahoma, verdana;
    font-size: 18px;
    float: left;
}

.boxheader a {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
}

.mostViewedNews ul {
    width: 100%;
    float: left;
    background: #fff;
}

    .mostViewedNews ul li {
        float: left;
        display: table-cell;
        vertical-align: middle;
        padding: 5px 10px;
        width: 280px;
    }

        .mostViewedNews ul li a {
            line-height: 17px;
            color: #787878;
            font-weight: normal;
            font-size: 15px;
            font-family: Tahoma, verdana, Arial;
            left: 0;
            text-align: left;
            width: 300px;
        }

.header .navigation {
    float: left;
    margin-top: 8px;
    width: 100%;
    display: block;
    height: 46px;
    background: #705f8f;
}

.navigation .main_navigation ul.sf-menu li.menu_item {
    height: 46px;
    line-height: 46px;
    padding: 0 7px;
    font-size: 11px;
    font-family: Arial,Tahoma, verdana;
    font-weight: bold;
    color: #fff;
    position: relative;
}

    .navigation .main_navigation ul.sf-menu li.menu_item > a {
        text-decoration: none;
        color: #fff;
    }


.navigation .main_navigation ul.sf-menu li.separator {
    height: 16px;
    width: 1px;
    float: left;
    margin: 15px 0;
    border-right: 1px solid #3C3C3C;
}

.navigation .main_navigation ul.sf-menu li.menu_item .menu_arrow {
    display: none;
    position: absolute;
    top: 38px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #73437a transparent;
    line-height: 0;
    _border-color: #000 #000 #73437a #000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.navigation .main_navigation ul.sf-menu li.menu_item.hasitem:hover .menu_arrow {
    display: block;
}

.navigation .main_navigation ul.sf-menu li.search {
    float: right;
    margin-right: 20px;
}

    .navigation .main_navigation ul.sf-menu li.search .search_box {
        background: #73427a;
        height: 15px;
        width: 120px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        margin-top: 10px;
        padding: 5px;
        position: absolute;
        top: 0;
        left: -123px;
    }

        .navigation .main_navigation ul.sf-menu li.search .search_box .textinput {
            border: none;
            background: transparent;
            line-height: 15px;
            height: 15px;
            width: 110px;
            margin-left: 5px;
            color: #fafafa;
            display: block;
        }

        .navigation .main_navigation ul.sf-menu li.search .search_box .submit {
            position: absolute;
            width: 17px;
            height: 16px;
            top: 50%;
            margin-top: -8px;
            display: block;
            left: 100%;
            margin-left: -23px;
            background: url(/App_Themes/2011/gfx/spritesheet.png?v1.2) no-repeat -393px -109px transparent;
            border: none;
        }

.navigation .main_navigation ul.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
}

.navigation .main_navigation ul.sf-menu {
    line-height: 1.0;
}

    .navigation .main_navigation ul.sf-menu ul {
        position: absolute;
        top: -999em;
        background: #FFF;
        border-top: 0;
        width: 215px;
        padding: 5px 0;
        z-index: 1000;
        background: #705f8f;
        border-top: 2px solid #73437a;
    }

    .navigation .main_navigation ul.sf-menu li .submenuC {
        position: absolute;
        width: 215px;
        padding: 5px 0;
        padding-top: 10px;
        z-index: 1000;
        background: transparent;
        left: 0;
        display: none;
    }

    .navigation .main_navigation ul.sf-menu li:hover .submenuC {
        display: block;
    }

    .navigation .main_navigation ul.sf-menu ul li {
        clear: both;
        display: block;
    }

        .navigation .main_navigation ul.sf-menu ul li a {
            font-family: Arial, Tahoma, verdana;
            font-weight: normal;
            font-size: 12px;
            color: #fff;
            display: block;
            padding-left: 15px;
            line-height: 30px;
            width: 200px;
        }

            .navigation .main_navigation ul.sf-menu ul li a:hover {
                color: #fff;
                background-color: #73437a;
            }

    .navigation .main_navigation ul.sf-menu li:hover {
        visibility: inherit; /* fixes IE7 'sticky bug' */
    }

    .navigation .main_navigation ul.sf-menu li {
        float: left;
        position: relative;
    }

    .navigation .main_navigation ul.sf-menu a {
        display: block;
        position: relative;
    }

    .navigation .main_navigation ul.sf-menu li.sfHover .submenuC {
        display: block;
    }

    .navigation .main_navigation ul.sf-menu li:hover ul,
    .navigation .main_navigation ul.sf-menu li.sfHover ul {
        left: 0;
        top: 0px; /* match top ul list item height */
        z-index: 99;
        margin-top: -3px;
    }

    .navigation .main_navigation ul.sf-menu li:hover li ul,
    .navigation .main_navigation ul.sf-menu li.sfHover li ul {
        top: -999em;
    }

    .navigation .main_navigation ul.sf-menu li li:hover ul,
    .navigation .main_navigation ul.sf-menu li li.sfHover ul {
        left: 10em; /* match ul width */
        top: 0;
    }

    .navigation .main_navigation ul.sf-menu li li:hover li ul,
    .navigation .main_navigation ul.sf-menu li li.sfHover li ul {
        top: -999em;
    }

    .navigation .main_navigation ul.sf-menu li li li:hover ul,
    .navigation .main_navigation ul.sf-menu li li li.sfHover ul {
        left: 10em; /* match ul width */
        top: 0;
    }

    .navigation .main_navigation ul.sf-menu li a .sf-sub-indicator {
        display: none;
    }

.header .main_navigation ul li.mnl.sfHover a.mna {
    background: #FFF;
    color: #705f8f;
    line-height: 37px;
    height: 37px;
    margin-bottom: 0;
}


.guideC {
    position: absolute;
    top: 3px;
    left: 18px;
    z-index: 900;
    opacity: 0.6;
}

    .guideC .guide {
        float: left;
        width: 46px;
        height: 46px;
        background: #705f8f;
        margin-bottom: 8px;
        margin-right: 8px;
    }



#divUserToolBox {
    width: 284px;
    padding: 0 8px;
    float: left;
    padding-bottom: 8px;
}

    #divUserToolBox .welcome_bar {
        float: left;
        font: normal 14px arial, tahoma, verdana;
        width: 280px;
        margin-bottom: 8px;
    }

        #divUserToolBox .welcome_bar .welcome {
            color: #E40600;
        }

    #divUserToolBox .item {
        float: left;
        background: #F2F2F2;
        height: 70px;
        padding: 0;
        margin: 0;
    }

        #divUserToolBox .item .icon {
            display: block;
            height: 35px;
            margin: 3px auto;
            width: 35px;
        }

        #divUserToolBox .item a {
            background: none repeat scroll 0 0 #f2f2f2;
            color: #626262;
            display: block;
            float: left;
            font: 11px Arial,Tahoma,Verdana;
            height: 70px;
            text-align: center;
            width: 100%;
        }

        #divUserToolBox .item.team {
            width: 186px;
            height: 60px;
        }

            #divUserToolBox .item.team a {
                height: 60px;
                text-decoration: none;
                float: left;
                color: #626262;
                line-height: 60px;
                padding: 5px 0;
                font: normal 14px/60px Arial, Tahoma, Verdana;
            }

                #divUserToolBox .item.team a img {
                    float: left;
                    height: 60px;
                    margin: 0 5px;
                }

        #divUserToolBox .item.separator {
            background: none repeat scroll 0 0 #f2f2f2;
            float: left;
            height: 70px;
            margin: 0 2px;
            width: 4px;
        }

    #divUserToolBox .horizotal_sep {
        width: 100%;
        height: 8px;
        float: left;
    }

    #divUserToolBox .item.logout {
        float: left;
        width: 90px;
    }

        #divUserToolBox .item.logout .icon {
            background: url('../gfx/new/Exit.png?v1.2') no-repeat center center transparent;
        }

        #divUserToolBox .item.logout:hover .icon {
            background: url('../gfx/new/Exit_red.png?v1.2') no-repeat center center transparent;
        }

    #divUserToolBox .item.update .icon {
        background: url('../gfx/new/arrow.png?v1.2') no-repeat center center transparent;
    }

    #divUserToolBox .item.update:hover .icon {
        background: url('../gfx/new/arrow_red.png?v1.2') no-repeat center center transparent;
    }

    #divUserToolBox .item.password .icon {
        background: url('../gfx/new/pass.png?v1.2') no-repeat center center transparent;
    }

    #divUserToolBox .item.password:hover .icon {
        background: url('../gfx/new/Pass_red.png?v1.2') no-repeat center center transparent;
    }

    #divUserToolBox .item.comments .icon {
        background: url('../gfx/new/Bubbel.png?v1.2') no-repeat center center transparent;
    }

    #divUserToolBox .item.comments:hover .icon {
        background: url('../gfx/new/Bubbel_red.png?v1.2') no-repeat center center transparent;
    }

    #divUserToolBox .item.update {
        float: left;
        width: 89px;
    }

    #divUserToolBox .item.password {
        float: left;
        width: 89px;
    }

    #divUserToolBox .item.comments {
        float: left;
        width: 89px;
    }

.fixture_points {
    margin-top: 8px;
}




/* Sidebar TV GUide */

.sidebar .schedules ul.schedule li p .programme, .sidebar .schedules .next_airing p .programme {
    display: block !important;
    float: left !important;
}

.sidebar .schedules .next_airing .date {
    float: right;
    font: normal 10px/10px Arial,Tahoma,Verdana;
    color: #C71015;
    margin: 8px 10px 0 0;
    display: block;
}

.sidebar .schedules .next_airing p {
    display: block;
    color: #c71015;
    margin: 10px;
    background: #faf9f9;
    padding: 3px 5px;
}

    .sidebar .schedules .next_airing p .date {
        float: right;
        display: block;
    }

    .sidebar .schedules .next_airing p .hour {
        display: block;
        float: left;
        width: 40px;
    }

.sidebar .schedules ul.schedule li p {
    display: block;
    color: #787878;
    font: normal 14px Arial,Tahoma,Verdana;
}

    .sidebar .schedules ul.schedule li p .hour {
        display: block;
        float: left;
        width: 40px;
    }

    .sidebar .schedules ul.schedule li p .programme {
    }

.sidebar .schedules {
    float: left;
    background: #fff;
    width: 300px;
}

    .sidebar .schedules h2.channel_bar {
        position: relative;
        float: left;
        height: 34px;
        line-height: 34px;
        padding: 0 8px;
        width: 284px;
        background: #DBDADA;
        font: normal 15px/34px Arial, Tahoma, Verdana;
        border-bottom: 1px solid #B7B7B7;
    }

        .sidebar .schedules h2.channel_bar .icon {
            position: absolute;
            width: 24px;
            height: 24px;
            left: 100%;
            margin-left: -32px;
            top: 50%;
            margin-top: -12px;
            background: url('../gfx/new/Down_Arrow.png?v1.2') no-repeat center center transparent;
        }

        .sidebar .schedules h2.channel_bar.ui-accordion-header-active {
            background: #705f8f;
            color: #fff;
            border: none;
        }

            .sidebar .schedules h2.channel_bar.ui-accordion-header-active .icon {
                background: url(/App_Themes/2011/gfx/spritesheet.png) no-repeat -194px -62px transparent;
            }

    .sidebar .schedules h2.channel_bar {
        cursor: pointer;
    }

        .sidebar .schedules h2.channel_bar.last {
            border: none;
        }

    .sidebar .schedules .schedule_tabs {
        float: left;
    }

    .sidebar .schedules .channel {
        overflow: auto;
        float: left;
        width: 100%;
    }

    .sidebar .schedules .next_airing {
        font: normal 13px Tahoma,Verdana,Arial;
    }

        .sidebar .schedules .next_airing a {
            display: block;
            color: #c71015;
            margin: 10px;
            background: #faf9f9;
            padding: 3px 5px;
        }

            .sidebar .schedules .next_airing a .date {
                float: right;
                font-size: 10px;
                display: block;
                margin-top: 3px;
            }

            .sidebar .schedules .next_airing a .hour {
                display: block;
                float: left;
                width: 40px;
                font-size: 10px;
                margin-top: 2px;
            }

    .sidebar .schedules ul.schedule li:nth-child(1) {
        display: block !important;
        color: #c71015 !important;
        margin: 10px !important;
        background: #faf9f9 !important;
        padding: 3px 5px !important;
    }

        .sidebar .schedules ul.schedule li:nth-child(1) p {
            color: #c71015 !important;
        }

    .sidebar .schedules ul.schedule li {
        margin: 10px 10px;
        padding: 0 8px;
        font: normal 17px Tahoma,Verdana,Arial;
        color: #787878;
    }

        .sidebar .schedules ul.schedule li a {
            display: block;
            color: #c71015;
        }

            .sidebar .schedules ul.schedule li a .hour {
                display: block;
                float: left;
                width: 40px;
                font-size: 10px;
                margin-top: 2px;
            }

            .sidebar .schedules ul.schedule li a .programme {
                color: #272829;
            }

        .sidebar .schedules ul.schedule li.rest {
            text-align: right;
        }

            .sidebar .schedules ul.schedule li.rest a {
                text-decoration: underline;
                margin: 5px 0;
                margin-left: 40px;
            }

    .sidebar .schedules .watch {
        color: #f68a17;
        font: bold 17px Arial,Verdana;
        padding: 10px 10px;
        display: block;
    }

        .sidebar .schedules .watch a.digiturk {
            display: block;
            float: left;
            width: 57px;
            height: 25px;
            background-position: -122px -650px;
            margin-left: 8px;
        }

            .sidebar .schedules .watch a.digiturk:hover {
                background-position: -122px -689px;
            }

        .sidebar .schedules .watch a.webtv {
            margin-left: 8px;
            display: block;
            float: left;
            width: 100px;
            height: 25px;
            background-position: -183px -650px;
        }

            .sidebar .schedules .watch a.webtv:hover {
                background-position: -183px -689px;
            }

/* haftanın maçları */

.sidebar .week_fixture {
    background: #fff;
    float: left;
    margin-top: 8px;
}

    .sidebar .week_fixture ul li {
        margin-top: 5px;
    }

        .sidebar .week_fixture ul li h2.day_title {
            position: relative;
            float: left;
            height: 34px;
            line-height: 34px;
            padding: 0 8px;
            width: 284px;
            background: #DBDADA;
            font: normal 15px/34px Arial, Tahoma, Verdana;
            border-bottom: 1px solid #B7B7B7;
            position: relative;
        }

            .sidebar .week_fixture ul li h2.day_title.last {
                border: 0;
            }

            .sidebar .week_fixture ul li h2.day_title.active {
                background: #707892;
                color: #fff;
            }

            .sidebar .week_fixture ul li h2.day_title .icon {
                position: absolute;
                width: 24px;
                height: 24px;
                left: 100%;
                margin-left: -32px;
                top: 50%;
                margin-top: -12px;
                background: url(/App_Themes/2011/gfx/spritesheet.png?v1.2) no-repeat -194px -62px transparent;
            }

            .sidebar .week_fixture ul li h2.day_title.active .icon {
                position: absolute;
                width: 24px;
                height: 24px;
                left: 100%;
                margin-left: -32px;
                top: 50%;
                margin-top: -12px;
                background: url(/App_Themes/2011/gfx/spritesheet.png?v1.2) no-repeat -114px -10px transparent;
            }

    .sidebar .week_fixture .days {
    }

    .sidebar .week_fixture ul li a.spr.active {
        color: #FFF;
    }

    .sidebar .week_fixture ul li .matches {
        display: block;
        clear: both;
        overflow: auto;
        overflow-x: hidden;
        padding-top: 15px;
        height: auto;
    }

        .sidebar .week_fixture ul li .matches li {
            display: block;
            color: #787878;
            font: normal 14px Arial,Tahoma,Verdana;
            padding: 0 8px;
            width: 284px;
        }

            .sidebar .week_fixture ul li .matches li .hour {
                width: 35px;
                float: left;
                margin-right: 5px;
                font: normal 12px Arial,Tahoma,Verdana;
                margin-top: 2px;
            }

            .sidebar .week_fixture ul li .matches li .match {
                float: left;
                display: block;
                width: 242px;
            }

                .sidebar .week_fixture ul li .matches li .match .title {
                    display: block;
                }

                .sidebar .week_fixture ul li .matches li .match .options {
                    display: block;
                    float: left;
                    margin-top: 5px;
                }

                    .sidebar .week_fixture ul li .matches li .match .options a {
                        font: normal 13px/17px Arial,Tahoma,Verdana;
                        color: #58595b;
                        margin-right: 20px;
                    }

                .sidebar .week_fixture ul li .matches li .match .channel {
                    display: block;
                    float: left;
                    width: 84px;
                    height: 32px;
                    margin-top: 5px;
                    font-size: 11px;
                }

                    .sidebar .week_fixture ul li .matches li .match .channel.ligtv {
                        background-position: -822px -564px;
                    }

                    .sidebar .week_fixture ul li .matches li .match .channel.spormax {
                        background-position: -861px -564px;
                    }

                    /* Ligtv LigTv2 LigTv3 Logoları */
                    .sidebar .week_fixture ul li .matches li .match .channel.ligtv {
                        background-position: -822px -564px !important;
                    }

                    .sidebar .week_fixture ul li .matches li .match .channel.ligtv2 {
                        background-position: -865px -564px !important;
                    }

                    .sidebar .week_fixture ul li .matches li .match .channel.ligtv3 {
                        background-position: -914px -564px !important;
                    }

                .sidebar .week_fixture ul li .matches li .match .options {
                    width: 183px !important;
                }

#pageskin_control_right {
    z-index: 100 !important;
}

#pageskin_control_left {
    z-index: 100 !important;
}

.video-indicator {
    position: absolute;
    width: 46px;
    height: 46px;
    z-index: 150;
    top: 50%;
    left: 50%;
    margin-top: -28px;
    margin-left: -23px;
    background: url("../gfx/play_icon_small.png") no-repeat 0 0 transparent;
}

.headline_news .video-indicator {
    position: absolute;
    width: 46px;
    height: 46px;
    z-index: 150;
    top: 15%;
    left: 90%;
    margin-top: -28px;
    margin-left: -23px;
    background: url("../gfx/play_icon_small.png") no-repeat 0 0 transparent;
}

.left_col .video-indicator {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 150;
    top: 15%;
    left: 90%;
    margin-top: -28px;
    margin-left: -23px;
    background: url("../gfx/play_icon_large.png") no-repeat 0 0 transparent;
}

.right_col .video-indicator {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 150;
    top: 20%;
    left: 87%;
    margin-top: -28px;
    margin-left: -23px;
    background: url("../gfx/play_icon_small.png") no-repeat 0 0 transparent;
}

.newsL1 .newsItem .video-indicator {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 150;
    top: 20%;
    left: 87%;
    margin-top: -28px;
    margin-left: -23px;
    background: url("../gfx/play_icon_small.png") no-repeat 0 0 transparent;
}

.newsL1 .newsItem.huge .video-indicator {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 150;
    top: 13%;
    left: 89%;
    margin-top: -28px;
    margin-left: -23px;
    background: url("../gfx/play_icon_large.png") no-repeat 0 0 transparent;
}


.imgCinner {
    display: inline-block;
    position: relative;
    right: -50%;
}

    .imgCinner img {
        position: relative;
        left: -50%;
    }


/*___*/

.showcase .teams_home {
    border: 2px solid #b6b4b4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px 0;
    margin-bottom: 10px;
}

    .showcase .teams_home ul {
        margin-left: 2px;
    }

        .showcase .teams_home ul li {
            float: left;
            margin-right: 1px;
        }

            .showcase .teams_home ul li a {
                display: block;
                height: 51px;
            }

                .showcase .teams_home ul li a.besiktas {
                    background-position: 0 -167px;
                    width: 50px;
                }

                .showcase .teams_home ul li a.ordu {
                    background-position: -50px -167px;
                    width: 50px;
                }

                .showcase .teams_home ul li a.bursa {
                    background-position: -100px -167px;
                    width: 55px;
                }

                .showcase .teams_home ul li a.eskisehir {
                    background-position: -155px -167px;
                    width: 55px;
                }

                .showcase .teams_home ul li a.fenerbahce {
                    background-position: -213px -167px;
                    width: 55px;
                }

                .showcase .teams_home ul li a.galatasaray {
                    background-position: -270px -167px;
                    width: 45px;
                }

                .showcase .teams_home ul li a.gaziantep {
                    background-position: -315px -167px;
                    width: 60px;
                }

                .showcase .teams_home ul li a.genclerbirligi {
                    background-position: -375px -167px;
                    width: 55px;
                }

                .showcase .teams_home ul li a.ibb {
                    background-position: -430px -167px;
                    width: 55px;
                }

                .showcase .teams_home ul li a.karabuk {
                    background-position: -485px -167px;
                    width: 50px;
                }

                .showcase .teams_home ul li a.mersin {
                    background-position: -535px -167px;
                    width: 50px;
                }

                .showcase .teams_home ul li a.kayseri {
                    background-position: -585px -167px;
                    width: 50px;
                }

                .showcase .teams_home ul li a.samsun {
                    background-position: -635px -167px;
                    width: 55px;
                }

                .showcase .teams_home ul li a.manisa {
                    background-position: -690px -167px;
                    width: 50px;
                }

                .showcase .teams_home ul li a.antalya {
                    background-position: -740px -167px;
                    width: 55px;
                }

                .showcase .teams_home ul li a.ankaragucu {
                    background-position: -795px -167px;
                    width: 50px;
                }

                .showcase .teams_home ul li a.sivas {
                    background-position: -845px -167px;
                    width: 50px;
                }

                .showcase .teams_home ul li a.trabzon {
                    background-position: -895px -167px;
                    width: 45px;
                }

/*__*/


.showcase {
    margin-top: 20px;
}

    .showcase .sliders {
        height: 350px;
        border: 2px solid #b9b8b8;
        border-radius: 5px;
        position: relative;
        margin-bottom: 10px;
    }

        .showcase .sliders .menu {
            float: left;
            width: 175px;
            height: 350px;
            background: #b9b8b8;
            z-index: 2;
        }

        .showcase .sliders .rotation_area {
            z-index: 1;
            float: left;
            width: 791px;
            height: 350px;
            overflow: hidden;
        }

        .showcase .sliders .menu ul {
            position: absolute;
            width: 191px;
            margin-left: -6px;
            margin-top: 5px;
        }

            .showcase .sliders .menu ul li {
                width: 191px;
                height: 33px;
            }

                .showcase .sliders .menu ul li.selected {
                    background-image: url(../gfx/sprite.png?v1.2);
                    background-repeat: no-repeat;
                    background-position: 0 -766px;
                }

                .showcase .sliders .menu ul li a {
                    float: left;
                    display: block;
                    margin-top: 4px;
                    margin-left: 6px;
                    font: bold 17px Arial,Verdana;
                    line-height: 28px;
                    height: 28px;
                    padding-left: 10px;
                    color: #383838;
                    width: 165px;
                    border-bottom: 1px dotted #383838;
                }

                .showcase .sliders .menu ul li.tv a .spr {
                    float: right;
                    width: 20px;
                    height: 20px;
                    display: block;
                    background-position: -175px -1082px;
                    margin-top: 5px;
                    margin-right: 6px;
                }

                .showcase .sliders .menu ul li.web a .spr {
                    float: right;
                    width: 21px;
                    height: 20px;
                    display: block;
                    background-position: -175px -1100px;
                    margin-top: 5px;
                    margin-right: 5px;
                }

        .showcase .sliders .watch {
            margin-top: 280px;
            display: block;
        }

            .showcase .sliders .watch .title {
                display: block;
                font: bold 17px Arial,Verdana;
                height: 27px;
                line-height: 27px;
                padding-left: 10px;
                color: #383838;
            }

            .showcase .sliders .watch a.digiturk {
                display: block;
                float: left;
                width: 57px;
                height: 38px;
                background-position: -122px -637px;
                margin-left: 8px;
            }

                .showcase .sliders .watch a.digiturk:hover {
                    background-position: -122px -676px;
                }

            .showcase .sliders .watch a.webtv {
                display: block;
                float: left;
                width: 100px;
                height: 38px;
                background-position: -183px -637px;
            }

                .showcase .sliders .watch a.webtv:hover {
                    background-position: -183px -676px;
                }

        .showcase .sliders .menu ul li a:hover {
            color: #FFF;
        }

        .showcase .sliders .menu ul li.selected a {
            color: #705f8f;
        }

    .showcase .slides {
        width: 530px;
        height: 350px;
        float: left;
        display: block;
        position: relative;
    }

        .showcase .slides a {
            width: 530px;
            height: 350px;
            display: block;
        }

        .showcase .slides .indicator {
            background-position: 0 -255px;
            font: bold 17px Arial,Verdana;
            color: #FFF;
            line-height: 39px;
            height: 35px;
            width: 160px;
            overflow: hidden;
            top: 0;
            left: 100%;
            margin-left: -100px;
        }

            .showcase .slides .indicator span {
                display: block;
                float: left;
                width: 40px;
                height: 25px;
                margin: 5px;
                margin-top: 3px;
            }

            .showcase .slides .indicator.video span, .showcase .slides .indicator.gallery span {
                background-position: -313px -739px;
            }

    .showcase .slidenews {
        width: 261px;
        height: 350px;
        float: left;
        display: block;
        background: #f4f3f3;
    }

        .showcase .slidenews ul {
            margin-top: 5px;
        }

            .showcase .slidenews ul li {
                border-bottom: 1px dotted #b9b8b8;
                margin: 0 0 0 5px;
                padding: 3px 0;
            }

                .showcase .slidenews ul li.last {
                    border: 0;
                }

                .showcase .slidenews ul li a {
                    display: block;
                    font: normal 13px Tahoma,Verdana,Arial;
                    color: #313131;
                    line-height: 25px;
                    height: 28px;
                    padding: 0 3px;
                    background-position: 600px 0;
                }

                .showcase .slidenews ul li.selected a {
                    color: #c91116;
                    background-color: #FFF;
                }

    .showcase .sliders #slide_thumbs {
        position: absolute;
        bottom: 0;
        padding-bottom: 7px;
        width: 530px;
        min-height: 85px;
        height: auto;
        overflow: hidden;
        background-position: 0 -255px;
    }

        .showcase .sliders #slide_thumbs h1 {
            display: block;
            font: bold 17px Arial,Verdana;
            line-height: 40px;
            color: #FFF;
            padding: 0 10px;
        }

        .showcase .sliders #slide_thumbs h2 {
            display: block;
            font: bold 17px Arial,Verdana;
            line-height: 40px;
            color: #FFF;
            padding: 0 10px;
        }

        .showcase .sliders #slide_thumbs ul {
            padding-left: 1px;
        }

            .showcase .sliders #slide_thumbs ul li {
                float: left;
                margin-left: 7px;
                width: 43px;
                height: 43px;
                border: 1px solid #FFF;
            }

                .showcase .sliders #slide_thumbs ul li.selected {
                    border-color: #c91116;
                }

                .showcase .sliders #slide_thumbs ul li a {
                    width: 43px;
                    height: 43px;
                    float: left;
                    display: block;
                }

    .showcase .videolig {
        background: #fcfafa;
    }

        .showcase .videolig .match_center {
            height: 350px;
            width: 745px;
            float: left;
            display: block;
        }

    .showcase.mainpage .videolig .match_center {
        height: 350px;
        width: 640px;
        float: left;
        display: block;
    }

    .showcase .videolig .match_center .scores_showcase {
        float: left;
        width: 380px;
        margin-left: 15px;
        margin-top: 20px;
        height: 310px;
        overflow: auto;
    }

    .showcase.mainpage .videolig .match_center .scores_showcase {
        float: left;
        width: 310px;
        margin-left: 10px;
        margin-top: 10px;
        height: 415px;
        overflow: auto;
    }

    .showcase .videolig .match_center .scores_showcase .match {
        height: 98px;
        width: 347px;
        margin-bottom: 8px;
        background-position: -374px -679px;
    }

    .showcase.mainpage .videolig .match_center .scores_showcase .match {
        height: 98px;
        width: 290px;
        margin-bottom: 8px;
        border-radius: 5px;
        background: #E9E7E7;
    }

    .showcase .videolig .match_center .scores_showcase .match .home_logo {
        margin-left: 32px;
    }

    .showcase .videolig .match_center .scores_showcase .match .home_logo, .showcase .videolig .match_center .scores_showcase .match .away_logo {
        width: 46px;
        height: 46px;
        float: left;
        display: block;
        margin-top: 10px;
    }

    .showcase .videolig .match_center .scores_showcase .match .score {
        font: bold 26px Arial,Verdana;
        line-height: 46px;
        height: 46px;
        float: left;
        display: block;
        color: #c81116;
        width: 132px;
        text-align: center;
        margin-top: 10px;
    }

    .showcase .videolig .match_center .scores_showcase .match .home_name, .showcase .videolig .match_center .scores_showcase .match .away_name {
        float: left;
        display: block;
        font: bold 14px Arial,Verdana;
        color: #2b8803;
        line-height: 25px;
        width: 102px;
        text-align: center;
    }

    .showcase .videolig .match_center .scores_showcase .match .home_name {
        margin-left: 3px;
    }

    .showcase .videolig .match_center .scores_showcase .match .time {
        float: left;
        display: block;
        font: normal 10px Arial,Verdana;
        color: #f58219;
        line-height: 25px;
        text-align: center;
        width: 80px;
    }

    .showcase .videolig .match_center .scores {
        height: 310px;
        float: left;
        width: 300px;
        margin-top: 20px;
        margin-left: 30px;
    }

    .showcase.mainpage .videolig .match_center .scores {
        height: 310px;
        float: left;
        width: 300px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .showcase .videolig .match_center .scores h2 {
        font: bold 12px Tahoma,Verdana,Arial;
        color: #59595b;
        line-height: 30px;
    }

    .showcase .videolig .match_center .scores ul li {
        margin-bottom: 3px;
        clear: both;
    }

        .showcase .videolig .match_center .scores ul li a {
            font: bold 11px Tahoma,Verdana,Arial;
            color: #2b8803;
        }

            .showcase .videolig .match_center .scores ul li a .time {
                font: normal 10px Tahoma,Verdana,Arial;
                color: #f4801a;
                width: 70px;
                display: block;
                float: left;
                line-height: 18px;
            }

    .showcase .videolig .match_center .scores a.rest {
        font: normal 11px Tahoma,Verdana,Arial;
        color: #9f9d9d;
        text-decoration: underline;
    }

    .showcase .videolig .nextvideos, .showcase .campaigns .nextcampaign {
        border-left: 2px solid #b9b8b8;
        float: left;
        width: 34px;
        height: 350px;
        display: block;
        background: #f4f3f3;
    }

    .showcase.mainpage .videolig .nextvideos, .showcase .campaigns .nextcampaign {
        border-left: 2px solid #b9b8b8;
        float: left;
        width: 34px;
        height: 415px;
        display: block;
        background: #f4f3f3;
    }

    .showcase.mainpage .campaigns a {
        display: block;
        float: left;
        width: 641px;
        height: 416px;
        overflow: hidden;
    }

    .showcase .campaigns a {
        display: block;
        float: left;
        width: 745px;
        height: 350px;
        overflow: hidden;
    }

    .showcase .videolig .nextvideos a, .showcase .campaigns .nextcampaign a {
        width: 33px;
        height: 54px;
        display: block;
        background-position: -644px -61px;
        margin-top: 145px;
    }

    .showcase.mainpage .videolig .nextvideos a, .showcase .campaigns .nextcampaign a {
        width: 33px;
        height: 54px;
        display: block;
        background-position: -644px -61px;
        margin-top: 180px;
    }

    .showcase ul.videolist {
        float: left;
        display: block;
        height: 302px;
        width: 710px;
        margin-top: 30px;
        margin-left: 15px;
        margin-right: 20px;
    }

    .showcase.mainpage ul.videolist {
        float: left;
        display: block;
        height: 302px;
        width: 579px;
        margin-top: 15px;
        margin-left: 15px;
        margin-right: 10px;
    }

    .showcase ul.videolist li {
        float: left;
        width: 130px;
        height: 140px;
        margin: 12px;
        margin-top: 0;
        margin-right: 0;
    }

    .showcase.mainpage ul.videolist li {
        float: left;
        width: 130px;
        height: 130px;
        margin: 5px;
        margin-top: 0;
        margin-right: 9px;
        margin-bottom: 0;
    }

    .showcase ul.videolist li a {
        display: block;
    }

        .showcase ul.videolist li a img {
            margin-bottom: 5px;
        }

    .showcase.mainpage ul.videolist li a img {
        margin-bottom: 0;
    }

    .showcase ul.videolist li a .caption {
        display: block;
        font: normal 12px Tahoma,Verdana,Arial;
        color: #232222;
        line-height: 17px;
    }

    .showcase ul.videolist li a .play.spr {
        display: block;
        position: absolute;
        background-position: -720px 0;
        height: 105px;
        width: 130px;
    }

    .showcase.mainpage ul.videolist li a .play.spr {
        display: block;
        position: absolute;
        background-position: -720px 0;
        height: 90px;
        width: 130px;
    }


.preview {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

    .preview .header {
        width: 960px;
        height: 100px;
        background: #1B0825;
    }

        .preview .header .logo {
            height: 100px;
            width: 250px;
            margin: 0 auto;
        }

            .preview .header .logo .logolink {
                height: 78px;
                width: 218px;
                background: url(http://media1.digiturkplay.com.tr/Images/headline/Template.png?v1.2) no-repeat -316px -610px transparent;
                margin-top: 5px;
                margin-left: 17px;
                display: block;
                text-decoration: none;
                float: left;
            }

    .preview .body {
        width: 960px;
    }

    .preview .preview_wrapper {
        width: 960px;
        float: left;
    }

        .preview .preview_wrapper .preview_inner_wrapper {
            width: 800px;
            margin: 0 auto;
            border: 1px solid #ccc;
            padding-bottom: 10px;
        }

            .preview .preview_wrapper .preview_inner_wrapper .info_line {
                width: 800px;
                float: left;
            }

            .preview .preview_wrapper .preview_inner_wrapper .back_to_match_center {
                padding: 10px;
                float: left;
                display: block;
            }

            .preview .preview_wrapper .preview_inner_wrapper .info {
                padding: 10px;
                float: left;
                display: block;
            }

            .preview .preview_wrapper .preview_inner_wrapper .preview_iframe {
                width: 800px;
                height: 600px;
            }


    .preview .macth_info {
    }

        .preview .macth_info .header {
            width: 100%;
            background: url('../gfx/new/DigiturkPlayLogo.png?v1.2') no-repeat center center #f2f2f2;
            border-bottom: 1px solid #ddd;
        }

        .preview .macth_info .first_line {
            width: 100%;
            float: left;
        }

            .preview .macth_info .first_line .match_logos {
                width: 300px;
                margin: 0 auto;
                margin-top: 20px;
            }

                .preview .macth_info .first_line .match_logos .home_logo {
                    float: left;
                    width: 120px;
                    text-align: center;
                }

                    .preview .macth_info .first_line .match_logos .home_logo .team_name {
                        width: 100%;
                        float: left;
                        height: 30px;
                        margin-top: 10px;
                        font-family: Arial, Tahoma, Verdana;
                        font-size: 15px;
                        font-weight: bold;
                        color: #888B88;
                    }

                .preview .macth_info .first_line .match_logos .away_logo {
                    float: right;
                    width: 120px;
                    text-align: center;
                }

                    .preview .macth_info .first_line .match_logos .away_logo .team_name {
                        width: 100%;
                        float: left;
                        height: 30px;
                        margin-top: 10px;
                        font-family: Arial, Tahoma, Verdana;
                        font-size: 15px;
                        font-weight: bold;
                        color: #888B88;
                    }

        .preview .macth_info .second_line {
            width: 100%;
            float: left;
        }

        .preview .macth_info .team_names {
            width: 300px;
            text-align: center;
            margin: 0 auto;
        }

        .preview .macth_info .first_line .match_logos .imgC {
            width: 120px;
            height: 120px;
        }

        .preview .macth_info .second_line .links {
            width: 100%;
            float: left;
        }

            .preview .macth_info .second_line .links .open_preview {
                width: 200px;
                margin: 0 auto;
                background: #ddd;
                height: 30px;
                display: block;
                text-align: center;
                font-family: Arial, Tahoma, Verdana;
                font-size: 15px;
                font-weight: bold;
                line-height: 30px;
                text-decoration: none;
                color: #202020;
                padding: 0 5px;
                cursor: pointer;
            }

            .preview .macth_info .second_line .links .back_to_match_center {
                width: 200px;
                margin: 0 auto;
                background: #ddd;
                height: 30px;
                display: block;
                text-align: center;
                font-family: Arial, Tahoma, Verdana;
                font-size: 15px;
                font-weight: bold;
                line-height: 30px;
                float: none;
                text-decoration: none;
                color: #202020;
                padding: 0 5px;
                margin-top: 10px;
            }

        .preview .macth_info .first_line .header-form {
            font-family: Arial;
            color: #993399;
            font-size: 20px;
            font-weight: bolder;
            margin-bottom: 20px;
            margin-top: 10px;
            margin-bottom: 10px;
            text-align: center;
        }

.breadcrumbs {
    width: 100%;
    height: 25px;
    background: #ddd;
    float: left;
    font: bold 12px Arial,Tahoma,Verdana;
    color: #747474;
    padding-left: 8px;
    float: left;
    width: 962px;
    line-height: 25px;
}

    .breadcrumbs a {
        font: bold 12px Tahoma, Arial, Verdana;
        text-decoration: none;
        color: #6c6969;
    }

    .breadcrumbs h1.current {
        color: #6c6969;
        width: auto;
        display: inline;
        font: bold 12px Tahoma,Arial,Verdana;
    }

.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    /*filter: url(grayscale.svg);*/ /* Firefox 4+ */
    filter: gray; /* IE 6-9 */
}

.team_slider.galleries_tab .galleries {
    height: 46px;
}

.team_slider.galleries_tab {
    margin-bottom: 0;
}

    .team_slider.galleries_tab .galleries .previous {
        width: 46px;
        height: 46px;
        float: left;
        cursor: pointer;
        z-index: 1;
        background: #fff;
        background: #F2F2F2;
        position: relative;
    }

    .team_slider.galleries_tab .galleries .next {
        width: 46px;
        height: 46px;
        float: right;
        cursor: pointer;
        position: relative;
        z-index: 1;
        background: #fff;
        background: #F2F2F2;
        position: relative;
    }

    .team_slider.galleries_tab .galleries .gallery_item {
        width: 46px;
        height: 46px;
        float: left;
        cursor: pointer;
        position: relative;
        z-index: 1;
        background: #fff;
        z-index: 999;
    }

        .team_slider.galleries_tab .galleries .gallery_item .imgC {
            width: 46px;
            height: 46px;
            position: relative;
        }

            .team_slider.galleries_tab .galleries .gallery_item .imgC a {
                width: 46px;
                height: 46px;
            }

            .team_slider.galleries_tab .galleries .gallery_item .imgC img {
                width: 46px;
                height: 46px;
            }

                .team_slider.galleries_tab .galleries .gallery_item .imgC img:hover {
                    -webkit-filter: none;
                    -moz-filter: none;
                    -ms-filter: none;
                    -o-filter: none;
                    filter: none;
                    filter: none;
                    filter: none;
                }

.league_header {
    width: 968px;
    height: 72px;
    border: 1px solid #ddd;
    margin-top: 8px;
    float: left;
}

    .league_header .logoC {
        width: auto;
        float: left;
        height: 66px;
        margin-left: 8px;
        margin-top: 4px;
    }

        .league_header .logoC img {
            height: 66px;
            float: left;
        }

        .league_header .logoC .league_name {
            float: left;
            height: 66px;
            display: block;
            line-height: 66px;
            color: #838383;
            font-family: Arial, Tahoma, Verdana;
            font-size: 16px;
            font-weight: bold;
            margin-left: 8px;
        }

    .league_header .calendar_links {
        float: right;
        margin-right: 8px;
        height: 72px;
        margin-top: 26px;
    }

        .league_header .calendar_links a.calendar_subscribe {
            float: left;
            background: url('../gfx/new/calendar_subscribe.png?v1.2') no-repeat 0 center transparent;
            padding-left: 20px;
            color: #313131;
            font: bold 13px Tahoma,Verdana,Arial;
            cursor: pointer;
            margin-left: 5px;
        }

        .league_header .calendar_links a.calendar_download {
            float: left;
            background: url('../gfx/new/calendar_download.png?v1.2') no-repeat 0 center transparent;
            padding-left: 20px;
            color: #313131;
            font: bold 13px Tahoma,Verdana,Arial;
            cursor: pointer;
            margin-left: 5px;
            margin-right: 5px;
        }

.social_media_links {
    display: block;
    text-align: center;
}

    .social_media_links a.sc_icon {
        width: 32px;
        height: 32px;
        display: inline-block;
        margin: 5px;
    }

        .social_media_links a.sc_icon.facebook {
            background: url(../gfx/social_media/facebook.png?v1.2) no-repeat 0 0 transparent;
        }

        .social_media_links a.sc_icon.instagram {
            background: url(../gfx/social_media/instagram.png?v1.2) no-repeat 0 0 transparent;
        }

        .social_media_links a.sc_icon.twitter {
            background: url(../gfx/social_media/twitter.png?v1.2) no-repeat 0 0 transparent;
        }

        .social_media_links a.sc_icon.youtube {
            background: url(../gfx/social_media/youtube.png?v1.2) no-repeat 0 0 transparent;
        }

        .social_media_links a.sc_icon.vine {
            background: url(../gfx/social_media/vine2.png?v1.2) no-repeat 0 0 transparent;
        }

.flip-flop a {
    width: 80px;
    height: 46px;
    position: relative;
    text-indent: -9999px;
    color: transparent;
}

.flip-flop .flip {
    background: url(../gfx/canli_izle_1.png?v1.2) no-repeat center center transparent;
    width: 80px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -40px;
}

.flip-flop .flop {
    background: url(../gfx/canli_izle_2.png?v1.2) no-repeat center center transparent;
    width: 80px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -40px;
    display: none;
}

.flip-flop.on .flip {
    display: block;
}

.flip-flop.on .flop {
    display: none;
}

.social_match {
    width: 962px;
    border: 1px solid #ddd;
    float: left;
}

    .social_match .sm_header {
        float: left;
        width: 970px;
        height: 46px;
        background: #E6E6E6;
        text-align: center;
        line-height: 46px;
        font: bold 22px/46px Arial, Tahoma, Verdana;
    }

    .social_match .votes {
        height: 55px;
        float: left;
        width: 962px;
    }

        .social_match .votes .home_team_btn {
            height: 55px;
            float: left;
            width: 227px;
        }

        .social_match .votes .away_team_btn {
            height: 55px;
            float: right;
            width: 227px;
        }

        .social_match .votes .vote_btn {
            height: 40px;
            background: #2FAAF2;
            border: 1px solid #4A92BA;
            width: 210px;
            margin: 7px;
            text-align: center;
            line-height: 40px;
            color: #fff;
            font: normal 16px/40px Arial, Tahoma, Verdana;
        }

        .social_match .votes .home_team_btn .vote_btn {
            -webkit-border-top-right-radius: 5px;
            -webkit-border-bottom-right-radius: 5px;
            -moz-border-radius-topright: 5px;
            -moz-border-radius-bottomright: 5px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            display: block;
        }

        .social_match .votes .away_team_btn .vote_btn {
            -webkit-border-top-left-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-bottomleft: 5px;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            display: block;
        }

.iconed_twitter {
    background: url(../gfx/new/iconed_twitter.png?v1.2) no-repeat 0 0 transparent;
    padding-left: 30px;
}

.social_match .votes .gauges {
    width: 505px;
    height: 55px;
    float: left;
    overflow: hidden;
    position: relative;
}

    .social_match .votes .gauges .home_gauge {
        height: 32px;
        border: 1px solid #ddd;
        margin-top: 12px;
        position: absolute;
        left: 0;
        line-height: 32px;
        font: bold 20px/32px Arial, Tahoma, Verdana;
        overflow: hidden;
        color: #3C3C3C;
    }

    .social_match .votes .gauges .away_gauge {
        height: 32px;
        border: 1px solid #ddd;
        margin-top: 12px;
        position: absolute;
        right: 0;
        line-height: 32px;
        font: bold 20px/32px Arial, Tahoma, Verdana;
        overflow: hidden;
        color: #3C3C3C;
    }

    .social_match .votes .gauges .percent {
        padding: 0 8px;
    }

    .social_match .votes .gauges .home_gauge {
        text-align: left;
        float: left;
        width: 55%;
        background: #FF7376;
    }

    .social_match .votes .gauges .away_gauge {
        text-align: right;
        float: right;
        width: 45%;
        background: #FFCD8C;
    }

.social_macth_tabs {
    width: 562px;
    float: left;
    font-family: Arial, sans-serif;
}

    .social_macth_tabs .social_tab_buttons {
        width: 562px;
        float: left;
        height: 54px;
        background: #F2F2F2;
        position: relative;
        text-align: center;
        border-bottom: 1px solid #ccc;
    }

        .social_macth_tabs .social_tab_buttons .social_tab_button {
            width: 120px;
            height: 33px;
            border: 1px solid #CCCCCC;
            display: inline-block;
            line-height: 33px;
            margin-top: 9px;
            color: #8D8D8D;
            font-size: 13px;
            font-weight: bold;
            margin-left: 8px;
            cursor: pointer;
        }

            .social_macth_tabs .social_tab_buttons .social_tab_button.selected {
                color: #fff;
                background: #BE002C;
            }

    .social_macth_tabs .social_tabs_container {
        float: left;
        width: 562px;
    }

        .social_macth_tabs .social_tabs_container .social_tab {
            float: left;
            width: 562px;
            display: none;
            overflow: hidden;
        }

            .social_macth_tabs .social_tabs_container .social_tab .ajaxloader {
                float: left;
                width: 562px;
                height: 100px;
                background: url(../gfx/ajaxloader_line.gif) no-repeat center center transparent;
            }

            .social_macth_tabs .social_tabs_container .social_tab.selected {
                display: block;
            }

#social_match_tabs {
    display: none;
}

#tab_social_match {
    display: none;
}

.tweet {
    width: 564px;
    float: left;
    font-family: arial, tahoma, verdana;
    margin-bottom: 10px;
}
/*.tweet:hover { background: #f5f5f5;}*/
.tweet_separator {
    width: 540px;
    margin: 0 auto;
    border-top: 1px solid #EDEDED;
    height: 10px;
    clear: both;
}

.tweet .logoA {
    float: left;
    width: 68px;
}

    .tweet .logoA img {
        margin: 10px;
        border-radius: 5px;
    }

.tweet .content {
    float: left;
    width: 496px;
}

    .tweet .content .header {
        width: 496px;
        float: left;
        margin-top: 10px;
    }

        .tweet .content .header .first_line {
            width: 496px;
            float: left;
            font-size: 14px;
        }

            .tweet .content .header .first_line .fullName {
                font-weight: bold;
                color: #292F39;
            }

            .tweet .content .header .first_line .account-minute {
                font-weight: normal;
                color: #8899A6;
            }

            .tweet .content .header .first_line a {
                text-decoration: none;
            }

        .tweet .content .header .seccond_line {
            width: 496px;
            float: left;
            font-size: 14px;
            color: #292F33;
            margin-top: 4px;
            line-height: 20px;
        }

            .tweet .content .header .seccond_line a {
                color: #FF3300;
                text-decoration: none;
            }

                .tweet .content .header .seccond_line a.hashtag {
                    color: #0084B4;
                }

                .tweet .content .header .seccond_line a:hover {
                    text-decoration: underline;
                }

    .tweet .content .media {
        width: 496px;
        float: left;
        margin-top: 8px;
        margin-bottom: 8px;
    }

        .tweet .content .media img {
            border-radius: 6px;
        }

.www11budur a {
    width: 80px;
    height: 46px;
    position: relative;
    text-indent: -9999px;
    color: transparent;
    background: url(../gfx/11budur_banner.gif) no-repeat center center transparent;
}

.sidebar .social_macth_stats {
    background: #fff;
    float: left;
    margin-top: 8px;
    color: #58595b;
    font: normal 12px Tahoma,Verdana,Arial;
    overflow: hidden;
    position: relative;
}

    .sidebar .social_macth_stats .teams {
        width: 300px;
        float: left;
        position: relative;
        height: 224px;
        overflow: hidden;
    }

        .sidebar .social_macth_stats .teams .stat {
            width: 300px;
            float: left;
            margin-bottom: 5px;
        }

            .sidebar .social_macth_stats .teams .stat .order_no {
                float: left;
                width: 36px;
                height: 30px;
                line-height: 30px;
                text-align: center;
            }

            .sidebar .social_macth_stats .teams .stat .team_logo {
                float: left;
                width: 36px;
                height: 30px;
            }

                .sidebar .social_macth_stats .teams .stat .team_logo img {
                    width: 25px;
                    height: 25px;
                    margin-top: 2px;
                }

            .sidebar .social_macth_stats .teams .stat .team_name {
                float: left;
                width: 167px;
                height: 30px;
                line-height: 30px;
                margin-left: 5px;
            }

            .sidebar .social_macth_stats .teams .stat .value {
                float: left;
                width: 50px;
                height: 30px;
                line-height: 30px;
                text-align: center;
            }

            .sidebar .social_macth_stats .teams .stat.header .order_no {
                text-decoration: underline;
            }

            .sidebar .social_macth_stats .teams .stat.header .value {
                text-decoration: underline;
            }

            .sidebar .social_macth_stats .teams .stat.header {
                margin-bottom: 0;
                height: 20px;
            }

                .sidebar .social_macth_stats .teams .stat.header .twitter {
                    background: url(../gfx/new/iconed_twitter.png?v1.2) no-repeat center center transparent;
                    height: 24px;
                    display: block;
                }

    .sidebar .social_macth_stats .week {
        display: block;
        float: left;
        width: 100%;
        height: 46px;
        border-bottom: 1px solid #cbcbcb;
        margin-bottom: 5px;
    }

        .sidebar .social_macth_stats .week .prev {
            display: block;
            float: left;
            width: 30px;
            height: 46px;
            margin-right: 8px;
        }

            .sidebar .social_macth_stats .week .prev a {
                display: block;
                width: 30px;
                height: 46px;
                background: url('../gfx/new/standingNav.png?v1.2') no-repeat 0 center transparent;
            }

        .sidebar .social_macth_stats .week .nex {
            display: block;
            float: left;
            width: 30px;
            height: 46px;
        }

            .sidebar .social_macth_stats .week .nex a {
                display: block;
                width: 30px;
                height: 46px;
                background: url('../gfx/new/standingNav.png?v1.2') no-repeat -38px center transparent;
            }

        .sidebar .social_macth_stats .week .league_name {
            display: block;
            float: left;
            width: 214px;
            height: 46px;
            line-height: 46px;
            padding-left: 10px;
            text-align: left;
            color: #151515;
            font-weight: normal;
            font-size: 14px;
            font-family: Tahoma,Verdana,Arial;
        }

    .sidebar .social_macth_stats .collapsable {
        background: url('../gfx/3nokta.png?v1.2') no-repeat center center #ccc;
        text-align: center;
        font: bold 18px Arial,Tahoma,Verdana;
        line-height: 10px;
        cursor: pointer;
        height: 30px;
        float: left;
        width: 300px;
    }

.player_debugger {
    border: 1px solid #ccc;
    float: left;
}

    .player_debugger .line {
        width: 100%;
        float: left;
        height: auto;
        border-bottom: 1px solid #666;
        height: 40px;
    }

        .player_debugger .line.even {
            background: #cfcfcf;
        }

        .player_debugger .line .caption {
            width: 50%;
            height: 40px;
        }

        .player_debugger .line .value {
            width: 50%;
            height: 40px;
        }

.buy_early_campaign a {
    width: 183px;
    height: 46px;
    position: relative;
    text-indent: -9999px;
    color: transparent;
    background: url(../gfx/lige_erken_gel_banner.gif) no-repeat center center transparent;
    color: transparent;
}

.HeaderMenu_Ligtv {
    /*background: url(/App_Themes/2011/gfx/bein_sports_satinal_purple_2.jpg) no-repeat center center;*/
    background: url(/App_Themes/2011/gfx/tek_tikla_connect.png) no-repeat center center;
    /*-ms-background-size: 184px;
    -webkit-background-size: 184px;
    -moz-background-size: 184px;
    background-size: 184px;*/
    width: 120px;
}

.HeaderMenu_clear_haftaningolu {
    margin-left: 10px;
    /*background: url(/App_Themes/2011/gfx/bein_sports_satinal_purple_2.jpg) no-repeat center center;*/
    background: url(/App_Themes/2011/gfx/clear-haftanin-golu.png) no-repeat center center;
    /*-ms-background-size: 184px;
    -webkit-background-size: 184px;
    -moz-background-size: 184px;
    background-size: 184px;*/
    background-size: cover;
    width: 50px;
}


    .HeaderMenu_clear_haftaningolu a {
        text-indent: -9999px;
    }

@-moz-keyframes bilyoner-spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes bilyoner-spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes bilyoner-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.bilyoner-canli-skor {
    position: relative;
    margin-left: 20px !important;
}

    .bilyoner-canli-skor:before {
        background: url(/App_Themes/2011/gfx/bilyoner-35-b.png) no-repeat left center;
        background-size: 20px;
        width: 20px;
        position: absolute;
        content: " ";
        left: -13px;
        top: 12px;
        height: 20px;
    }

    .bilyoner-canli-skor:hover:before {
        animation: bilyoner-spin 0.75s;
    }


.HeaderMenu_sampiyonlar_ligi {
    background: url(/App_Themes/2011/gfx/sampiyonlar_ligi.gif) no-repeat center center;
    /*-ms-background-size: 184px;
    -webkit-background-size: 184px;
    -moz-background-size: 184px;
    background-size: 184px;*/
    width: 220px;
}

    .HeaderMenu_sampiyonlar_ligi a {
        color: transparent;
    }

.navigation .HeaderMenu_Ligtv > a {
    color: transparent;
}


.HeaderMenu_world_cup {
    background: url(/App_Themes/2011/gfx/2018-dunya-kupasi-link-bg.png) no-repeat center center;
    /*-ms-background-size: 184px;
    -webkit-background-size: 184px;
    -moz-background-size: 184px;
    background-size: 184px;*/
    width: 220px;
}


.navigation .HeaderMenu_world_cup > a {
    color: transparent !important;
}

.HeaderMenu_Euro2016 {
    background: url(../gfx/euro2016_banner.jpg?v1.2) no-repeat center center;
    -ms-background-size: 179px;
    -webkit-background-size: 179px;
    -moz-background-size: 179px;
    background-size: 179px;
    width: 170px;
}

.HeaderMenu_Opta {
    background: url(../gfx/opta_logo2.png?v1.2) no-repeat center center;
    -ms-background-size: 60px;
    -webkit-background-size: 60px;
    -moz-background-size: 60px;
    background-size: 60px;
    width: 60px;
}

    .HeaderMenu_Opta a {
        color: transparent;
    }

.HeaderMenu_GoalOfTheWeek {
    background: url(../gfx/goaloftheweek.png?v1.2) no-repeat center center;
    -ms-background-size: 40px;
    -webkit-background-size: 40px;
    -moz-background-size: 40px;
    background-size: 40px;
    width: 40px;
}


.HeaderMenu_Maraton {
    width: 100px;
    color: transparent;
}

    .HeaderMenu_Maraton a {
        background: url(../gfx/marathon_banner.png?v1.2) no-repeat center center transparent;
        color: transparent;
    }

.content ul.tabs.highlight_page li a {
    font-size: 10px !important;
    padding: 6px !important;
}

#site-skin-sides {
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
}

#site-skin-left {
    position: absolute;
    right: 50%;
    margin-right: 502px;
    margin-left: 0px;
    visibility: visible;
    width: 160px;
    height: 600px;
}

#site-skin-right {
    position: absolute;
    left: 50%;
    margin-left: 502px;
    margin-right: 0px;
    visibility: visible;
    width: 160px;
    height: 600px;
}

.gpt-ad-container {
    margin: auto;
    padding-top: 17px;
    position: relative;
    overflow: hidden;
    transition: All 2s ease-in-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}

    .gpt-ad-container.disable {
        padding: 0;
    }

    .gpt-ad-container .gpt-ad-close-button {
        font-family: 'Arial';
        font-size: 11px;
        color: #333;
        position: absolute;
        top: 0;
        right: 0;
    }

        .gpt-ad-container .gpt-ad-close-button.close {
            display: none;
        }

        .gpt-ad-container .gpt-ad-close-button.open:after {
            content: ' ▲';
        }

        .gpt-ad-container .gpt-ad-close-button.close:after {
            content: ' ▼';
        }

        .gpt-ad-container .gpt-ad-close-button:hover {
            text-decoration: underline;
        }

    .gpt-ad-container.closed {
        height: 0 !important;
    }

        .gpt-ad-container.closed .gpt-ad-close-button.open {
            display: none;
        }

        .gpt-ad-container.closed .gpt-ad-close-button.close {
            display: block;
        }


.newsdetail-banner-area {
    margin-bottom: 10px;
}

    .newsdetail-banner-area .bnr {
        width: 50%;
        float: left;
    }

        .newsdetail-banner-area .bnr > div {
            margin: auto;
        }


/*FancyBox Css*/

.fancybox-stage .fancybox-slide {
    top: 100%;
}

    .fancybox-stage .fancybox-slide .fancybox-close-small {
        width: 32px;
        height: 32px;
        top: 0;
        right: -40px;
        background-color: #a750dc;
        border: 0;
        /*border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;*/
        transition-property: all;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        transition-timing-function: ease-in-out;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
    }

        .fancybox-stage .fancybox-slide .fancybox-close-small:after {
            width: 32px;
            height: 32px;
            color: #fff;
            top: 0;
            left: 0;
            line-height: 32px;
            border-radius: 0;
        }


        .fancybox-stage .fancybox-slide .fancybox-close-small:hover {
            background-color: #fff;
        }

            .fancybox-stage .fancybox-slide .fancybox-close-small:hover:after {
                color: #a750dc;
            }

/*Custom Popup Css*/
body.custom-popup-visible {
    margin-right: 17px;
    overflow: hidden;
}

    body.custom-popup-visible .page-skin-left {
        margin-right: 493.5px !important;
    }

    body.custom-popup-visible .page-skin-right {
        margin-left: 493.5px !important;
    }

.custom-popup-overlay {
    width: 100%;
    height: 100%;
    background-color: #1e1e1e;
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

.custom-popup-visible .custom-popup-overlay {
    opacity: 0.87;
    filter: alpha(opacity=87);
    z-index: 999;
}

.custom-popup-stage {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 1000;
    transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
}

.custom-popup-overlay,
.custom-popup-stage {
    transition-property: all;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-timing-function: cubic-bezier(.47,0,.74,.71);
    -webkit-animation-timing-function: cubic-bezier(.47,0,.74,.71);
    -moz-animation-timing-function: cubic-bezier(.47,0,.74,.71);
    transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
}

    .custom-popup-stage .close-btn,
    .custom-popup-stage .close-btn span {
        transition-property: all;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        transition-timing-function: cubic-bezier(.47,0,.74,.71);
        -webkit-animation-timing-function: cubic-bezier(.47,0,.74,.71);
        -moz-animation-timing-function: cubic-bezier(.47,0,.74,.71);
        transition-duration: 200ms;
        -webkit-transition-duration: 200ms;
        -moz-transition-duration: 200ms;
    }


.custom-popup-visible .custom-popup-stage.active {
    top: 0;
}

.custom-popup-slide {
    width: 800px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.custom-popup-visible .custom-popup-slide {
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
}

.custom-popup-slide .close-btn {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: -50px;
    background-color: #a750dc;
}

    .custom-popup-slide .close-btn span {
        display: block;
        width: 14px;
        height: 3px;
        background-color: #fff;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        position: absolute;
        top: 50%;
        left: 50%;
    }

        .custom-popup-slide .close-btn span.first {
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        }

        .custom-popup-slide .close-btn span.second {
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        }

    .custom-popup-slide .close-btn:hover {
        background-color: #fff;
    }

        .custom-popup-slide .close-btn:hover span {
            width: 20px;
            background-color: #a750dc;
        }
