#news-content{
    width: 730px;
    float: left;
}
#news-content h1.title{
    font-family: "UTM Facebook"; font-size: 25px;
    color: #0b8dc4;
}
#news-content ul.program{
    font-family: "UTM Facebook"; font-weight: bold;
    color: #6b6b6b;
}
#news-content ul.program li span{
    padding: 0 9px;
}
#news-content ul.program li:last-child span{
    display: none;
}
#news-content ul.program li.selected{
    color: #0b8dc4;
}
#news-content .news-detail{
    padding-right: 32px;
    background: url(../images/news-detail.png) right repeat-y;
}
#news-content .news-detail > div{
    overflow-x: hidden;
    width: 698px;
}
#news-content .news-detail .date{
    color: #6b6b6b;
    background: url(../images/news-date.png) right bottom no-repeat;
    padding-bottom: 10px;
}
#news-sidebar{
    position: relative;
    width: 250px;
    padding-top: 52px;
}
#news-sidebar .share-tools{
    position: absolute; top: 0; right: 0;
    height: 32px; width: 269px;
    background-color: #e0e0e0;
    line-height: 32px;
    padding: 0 5px;
}
#news-sidebar .share-tools a{
    color: #000000;
    text-decoration: none;
    font-weight: bold; text-transform: uppercase;
    display: inline-block;
    height: 32px;
    margin-left: 10px;
}
#news-sidebar .share-tools a.print{
    background: url(../images/print.png) left center no-repeat;
    padding-left: 28px;
}
#news-sidebar .share-tools a.email{
    background: url(../images/email.png) left center no-repeat;
    padding-left: 31px;
}
#news-sidebar .share-tools a.share{
    background: url(../images/share.png) left center no-repeat;
    padding-left: 35px;
}
#news-sidebar .sidebar-tabs{
    list-style: none;
    margin: 0; padding: 0;
    height: 22px;
}
#news-sidebar .sidebar-tabs li{
    display: inline-block;
    margin: 0; padding: 0;
}
#news-sidebar .sidebar-tabs li a{
    text-decoration: none;
    display: inline-block;
    color: #6b6b6b;
    font-family: "UTM Facebook"; font-size: 15px; font-weight: bold;
    padding: 0 8px;
    height: 22px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #e0e0e0 url(../images/sidebar-tabs.png) bottom center no-repeat;
}
#news-sidebar .sidebar-tabs li a:hover,
#news-sidebar .sidebar-tabs li a.selected{
    background: #f9f9f9;
    color: #0b8dc4;
}
#news-sidebar .sidebar-tabs-content{
    padding: 12px 15px;
    background-color: #fff;
}
.news-sidebar-item{
    color: #6b6b6b;
    padding: 7px 0;
    border-bottom: 1px solid #e0e0e0;
}
.news-sidebar-item h2 a{
    color: #0b8dc4;
}
.news-sidebar-item .thumb{
    width: 100px; height: 70px;
    display: inline-block;
    overflow: hidden;
    margin-right: 8px;
}
.news-sidebar-item .thumb img{
    height: 70px; min-width: 100px;
}
.news-sidebar-item .date{
    padding-bottom: 5px;
}