#news-list {
    padding: 10px;
}

#news-list-heading {
    padding: 10px 0 10px 130px;
}

#news-list h2 {
    font-size: 1.8em;
    color: #636363;
}

#news-list h2.empty {
    padding: 0;
}

#news-list h2 em {
    color: #ec008c;
    font-style: normal;
}

#news-list-star {
    position: absolute;
    width: 111px;
    height: 115px;
    margin: 0 0 0 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -7777px;
}




#filter-wrapper {
    margin: 15px 0 0 -7px;
    padding-top: 11px;
    width: 286px;
    background: transparent url(../images/news-list-filter-bg-top.gif) left top no-repeat;
}

#filter {
    padding: 5px 14px 14px 14px;
    background: transparent url(../images/news-list-filter-bg-bottom.gif) left bottom no-repeat;
}

#filter select {
    width: 180px;
    height: 22px;
    color: #666666;
    font-size: 12px;
}

#filter a.btn, #filter a.btn:visited {
    padding: 2px 15px;
	color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #ec008c;
    zoom: 1;
}

#filter a.btn:hover, #filter a.btn:active {
    background-color: #de0084;
    text-decoration: none;
}

#news-list-star[id] {
    background: url(../images/news-list-star.png) 0 0 no-repeat;
}

#news-list-items ul {
    display: block;
    margin: 10px 0 0 0;
    border-top: 1px solid #cdcfd0;
}

#news-list-items ul li {
    padding: 7px 0 7px 55px;
    border-bottom: 1px solid #cdcfd0;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-color: transparent;
    color: #939598;
}

#news-list-items ul li.odd {
    background-color: #f4f4f4;
}

#news-list-items ul li.even {
    background-color: transparent;
}

#news-list-items ul li.hot {
    background-color: #d4ecfb;
}

#news-list-items ul li a, #news-list-items ul li a:visited {
    color: #939598;
    font-weight: bold;
}

#news-list-items ul li.hot h4 a, #news-list-items ul li.hot h4 a:visited {
    color: #ed1b2e;
}

#news-list-items ul li span {
    line-height: 2.6em;
}

#news-list-items ul li h4 {
    font-size: 1.4em;
}

#news-list-items ul li p {
    color: #939598;
    font-size: 1.2em;
}

#news-list-items ul li p em {
    font-style: normal;
}