*{
    padding: 0;
    margin: 0;
}

ul{
    list-style: none;
}

a{
    text-decoration: none;
}

body{
    font-family: arial,helvetica,sans-serif;
}

.clear{
    clear: both;
}

#content{
    width: 1000px;
    margin: 20px auto 0;
    padding-bottom: 45px;
}

#recent-wrap{
    background: #f6f7f9;
    padding: 15px 0 9px;
    margin-bottom: 30px;
    display: none;
}

#recent-wrap .list-title{
    color:#597fac;
    font:bold 12px "宋体";
    float: left;
    padding: 6px 0 0 12px;
    margin-bottom: 0;
}

.list-wrap{
    border-bottom: 1px solid #ccc;
    margin-bottom: 34px;
}

.list-wrap:last-child{
    border: none;
}

#variety{
    border:none;
}

.list-title{
    color: #1a1a1a;
    font: 22px "微软雅黑";
    margin-bottom: 18px;
    padding: 0 0 0 3px;
    display: inline-block;
    *display: inline;
    zoom:1;
    width:80px;
}

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;
}

#img-wrap{
    position: absolute;
    width: 163px;
    height: 122px;
    top:8px;
    left: 8px;
}

#snapshot-img{
    width: 100%;
    height: 100%;
}

#program{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.439844);
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color:white;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.bad{
    color:#b2b2b2;
}

.hidden-channel{
    display: none;
}

.show-all-button{
    color:#597eb2; 
    font-size: 12px;
    cursor: pointer;
    padding: 5px 10px;
    float: right;
    margin: 0px 10px 10px;    
}

.show-all-button:hover{
    color:white;
    background-color: #597eb2;
}

.arrow{
    display: inline-block;
    background: url(../images/channel_list/channel_list.png) no-repeat -184px -89px;
    width: 12px;
    height: 12px;
}

.arrow.up{    
    background-position:-184px -100px;
}