div#channelShow {   /* s.a. init.js, showHideEspnLogo */
/*  background: #131313 85px 30px url(/sportch/images/header_v2/spsn_vertical.png) no-repeat; */
    background: #131313;
    color: #e4e4e4;
    display: none;
    height: auto; /* 410px; */
    left: 0px;
    margin: auto 0px; /* oben,unten  re,li*/
    position: absolute;
    text-align: center;
    top: 0px;
    width: 100%;
    z-index: 100001;
}
    div#logoClickDiv {
        border: transparent;
        cursor: pointer;
        cursor: arrow;
        display: none;
        height: 240px;
        left: 80px;
        position: absolute;
        top: 25px; 
        width: 70px;
    }
    div#channelShowContent {
        background: #131313;
        min-height: 410px;
        margin: auto;
        max-width: 1300px;
        min-width: 980px; 
        overflow-x: hidden;
    }
    div#channelShowLeagues {
        float: left;
        max-width: 810px; 
        min-width: 480px; /* 600 */
        overflow: hidden;
        padding-left: 35px;
        padding-top: 1px;
        text-align: left;
    }
    div.channelShowLeaguesRow {
        float: left;
        max-width: 318px;
        min-width: 221px; /* 261 */
    }
    div.channelShowLeaguesItemFirst {
        border-bottom: solid 1px #3b3b3b;
        color: #f6f6f6;
        font-family: "unicodeBold";
        font-size: 20px;
        height: 62px;
        line-height: 66px;
        width: 213px; /* 233 */
    }
    div.channelShowLeaguesItem {
        border-bottom: solid 1px #3b3b3b;
        color: #f6f6f6;
        font-family: "unicodeBold";
        font-size: 20px;
        height: 68px;
        line-height: 68px;
        width: 213px; /* 233 */
    }

    div.channelShowLeaguesItem.itemNoborder,
    div.channelShowLeaguesItemFirst.itemNoborder {
        border-bottom: none;
    }
    
    div.channelShowLeaguesItemFirst a,
    div.channelShowLeaguesItem a {
        color: #e4e4e4;
        text-decoration: none;
        padding-left: 15px;
    }
    div.channelShowLeaguesItemFirst:hover,
    div.channelShowLeaguesItem:hover {
        background-color: #e30613;
    }
    div.channelShowLeaguesItemFirst a:hover,
    div.channelShowLeaguesItem a:hover {
        /* color: #009cff; */
    }
        div.spsnItemSelected {
            background-color: #e30613;
        }
        span.spsnItemSelected {
            /*color: #009cff;*/
        }
    div#channelShowVids {
        float: right;
        margin-left: 30px;
        width: 410px; /*310*/
    }
    div#spsn_logo_r {
        height: 80px; /* 60 */
        width: 310px;  
    }
        div#spsn_logo_r img { /* original: 195x55 */
            padding-top: 8px;
            width: 300px;
        }
    
    div#channelShowVidsContent {
        width: 432px; /* 332 */
    }
    div.channelShowVidsContentItem {
        /* background: #f1f1f1 url(/sportch/images/header_v2/video_play.png) no-repeat center center; */
        cursor: pointer;
        cursor: hand;
        height: 112px; /*85px;*/
        float: left;
        margin-right: 10px;
        margin-top: 10px;
        text-align: left;
        width: 206px; /*156*/
    }
        div.channelShowVidsContentItem .vidItemTitle {
            color: #f6f6f6;
            font-family: "unicodeBold";
            font-size: 16px;
            line-height: 18px;
            margin-bottom: 6px;
            text-transform: uppercase;
        }
        div.channelShowVidsContentItem .vidItemImage {
            height: 88px; /*61px;*/ 
            overflow: hidden;
            position: relative;
            width: 200px; /*150*/
        }
        div.channelShowVidsContentItemLayer { /* "play"-Image über dem Bild */
            background: url(/sportch/images/header_v2/video_play.png) no-repeat center center; /* #1b1b1b */
            height: 88px;
            left: 0px;
            opacity: 0.5;
            position: absolute;
            text-align: left;
            top: 0px;
            width: 190px;
        }
            div.channelShowVidsContentItem .vidItemImage img {
                border: none;
                vertical-align: bottom;
                width: 190px;
            }
        
        div#showCloseButton {
            background: transparent;
            float: right;
            height: 40px;
            margin-left: 5px;
            margin-top: 20px;
            text-align: right;
            width: 100%;
        }
            div#showCloseButton a.closeButton {
                color: #f6f6f6;
                font-family: "unicodeBold";
                font-size: 14px;
                line-height: 30px;
                text-align: right;
                text-decoration: none;
                white-space: nowrap;
            }
            div#showCloseButton a.closeButton:hover {
                color: #009cff;
            }
            div#showCloseButton img {
                border: none;
                padding-left: 4px;
                padding-top: 2px;
                vertical-align: top;
            }


    /* Nur Internet Explorer 10 */

    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        div#channelShowLeagues {
            min-width: 455px;
        }
        div.channelShowLeaguesRow {
            min-width: 226px;
        }
        div.channelShowLeaguesItemFirst {
            width: 198px;
        }
        div.channelShowLeaguesItem {
            width: 198px;
        }
    }

    /* ENDE Nur Internet Explorer 10 */