﻿#content {
    width: 1000px;
    margin: 20px auto 0;
    padding-bottom: 45px;
}
.list-wrap {
    border-bottom: 1px solid #ccc;
    margin-bottom: 34px;
}
h1.list-title {
    border-left: 4px solid #0e68c8;
    padding: 0 0 0 8px;
    line-height: 24px;
    height: 26px;
    vertical-align: baseline;
}

.vice-list .list-title{
    color:#333;
    font:bold 12px "å®‹ä½“";
    float: left;
    padding: 6px 0 0 12px;
    margin-bottom: 0;
}

.vice-list{
    border-bottom: 1px dotted #dcdcdc;
    margin-bottom: 7px;
}

.vice-list-wrap .vice-list:last-child{
    border:none;
    margin-bottom: 0;
}

.channel-wrap{
    width: 900px;
    float: right;
}

.channel-item{
    display: block;
    float: left;        
    width: 171px;   
    margin-bottom: 2px;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 9px;
    height: 25px;
    padding-top: 5px;
}

.channel-link{
    color:#597eb2; 
    font-size: 12px;
    cursor: pointer;
    padding: 5px 10px;
}

.channel-link:hover{
    color:white;
    background-color: #597eb2;
}

#snapshot-wrap{
    width: 184px;
    height: 138px;
    position: absolute;
}

#program-wrap{
    width: 184px;
    height: 138px;
    position: absolute;
    background: url(../images/channel_list/channel_list.png) no-repeat 0 -90px;
    top:0;
    left:0;
    display: none;
}

#unavailable{
    position: absolute;
    background: url(../images/channel_list/channel_list.png) no-repeat 0 -228px;
    width: 150px;
    height: 29px;
    right: 3px;
    top:22px;
    display: none;
}
.clear {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    _height: 0;
    font-size: 0;
}
.list-title {
    color: rgb(26, 26, 26);
    margin-bottom: 18px;
    display: inline-block;
    zoom: 1;
    width: 91px;
    font: 22px 微软雅黑;
    padding: 0px 0px 0px 3px;
}