.noborder {
    border:none;
}
#contentCol table {
    border-collapse:collapse;
}
#contentCol th {
    padding-left:7px;
}
#contentCol tr {
    border-bottom:1px solid #fff;
}
#contentCol td {
    font-size:11px;
    padding:7px;
    color:#000;
}
#contentCol table td.grey {
    background:#ccc;
}
#contentCol table td.lightgrey {
    background:#dcdcdc;
}
#contentCol td a {
    color:#000;
}
#mediaFeatures {
	width: 569px;
    height:319px;
	background: url('/media/structure/bg_mediaFeatures.jpg') no-repeat;
    position:relative;
}
    #mediaFeatures #listen {
        position:absolute;
        overflow:hidden;
        top:70px;
        left:55px;
        width:125px;
        height:40px;
    }
    #mediaFeatures #listen h4, #mediaFeatures #watch h4 {
        font-family:Arial;
        font-size:12px;
        font-weight:bold;
        color:#fff;
    }
    #mediaFeatures #listen a, #mediaFeatures #watch a {
        font-family:Arial;
        font-size:11px;
        color:#fff;
        line-height:110%;
    }
    #mediaFeatures #audioPlayer {
        position:absolute;
        overflow:hidden;
        top:112px;
        left:7px;
        width:180px;
        height:40px;
    }
    #mediaFeatures #watch {
        position:absolute;
        overflow:hidden;
        top:180px;
        left:55px;
        width:125px;
        height:65px;
    }
    #mediaFeatures #videoPlayer {
        position:absolute;
        overflow:hidden;
        top:250px;
        left:18px;
        width:165px;
        height:40px;
        text-align:center;
    }
    #mediaFeatures #video {
        background: url('/media/structure/bg_video.gif') no-repeat;
        position:absolute;
        overflow:hidden;
        top:46px;
        left:199px;
        width:356px;
        height:263px;
    }
