/**
 * .program-info-block
 */

.program-info-wrapper {
    display: inline-block;
    zoom: 1;
    margin: 0 1%;
    *display: inline; /** FIX - Convert "inline-block" to "inline" for IE6 & IE7 */
    width: 47%;
    padding: 10px 0;
    border-top: 1px solid #000;
    overflow: hidden;
    vertical-align: top;
}

.program-info-wrapper h2 {
    display: none;
}

.program-info-block {
    position: relative;
}

.program-info-block .pi-time {
    display: none;
    font-size: 1.4em;
    line-height: 1.6em;
}

.show-program-time .program-info-block .pi-time {
    display: block;
}

.program-info-block h3 {
    margin-bottom: 0;
    padding: 5px 10px 3px;
    font-size: 1.1em;
    text-transform: uppercase;
    color: #fff;
    background-color: #00a6b7;
}

.pi-presentor {
    display: block;
    margin-top: 15px;
    padding-left: 35px;
    font-size: 1em;
    background: #fff url(##pathui##/img/bg-program-info.png) no-repeat 0 4px;
}

@media screen and (min-width: 600px) {
    .program-info-wrapper {
        width: 31%;
    }

    .program-info-block .pi-time {
        font-size: 1.6em;
    }

    .pi-presentor {
        font-family: "pt_sansbold", "Trebuchet MS", Helvetica, sans-serif;
    }
}

@media screen and (min-width: 900px) {
    .program-info-wrapper {
        width: 23%;
        margin: 0 1%;
        height: 160px;
        margin-bottom: 0;
    }

    .show-program-time .program-info-wrapper {
        height: 200px;
    }

    .pi-presentor {
        position: absolute;
        top: 110px;
        left: 0;
        margin-top: 0;
        padding-top: 5px;
        background-position: 0 8px;
    }

    .show-program-time .pi-presentor {
        top: 150px;
    }
}