
.NewSteeringControl {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 0 10px 0 0;
    margin-bottom: 10px;
}
.NewSteeringControl .Header {
    border-bottom: 2px solid #eabc00;
    height: 32px;
    margin: 0 0 10px;
    padding: 0 10px;
    background-color: #2196f3;
}
.NewSteeringControl .Header > a {
    color: #ffffff;
    font: bold 14px/25px arial;
    padding-left: 33px;
}
.NewSteeringControl .Header > span {
    color: #ffffff;
    display: inline-block;
    font: bold 10pt/30px Arial;
    text-transform: uppercase;
    white-space: nowrap;
}
.NewSteeringControl .DetailScroll {
    padding: 0 10px 10px;
}
.NewSteeringControl .DetailScroll .Title {
    cursor: pointer;
    font: bold 13px arial;
    margin: 5px 0;
}
.NewSteeringControl .DetailScroll .item {
    border-top: 1px dashed #ccc;
    padding-bottom: 5px;
    position: relative;
}
.NewSteeringControl .DetailScroll .Expand a {
    display: inline-block;
    font: italic 12px arial;
    padding: 5px 0 0;
}
.NewSteeringControl .DetailScroll .Title:hover {
    color: #b82805;
}
.NewSteeringControl .DetailScroll .download {
    bottom: 5px;
    color: #f9191a;
    float: right;
    font: bold 12px arial;
    position: absolute;
    right: 0;
    text-decoration: underline;
}
.NewSteeringControl .ListItem .item .new {
    background: rgba(0, 0, 0, 0) url("images/new-bage.gif") no-repeat scroll 0 0 / contain ;
    display: block;
    height: 12px;
    position: absolute;
    right: 125px;
    top: 28px;
    width: 23px;
}
.NewSteeringControl .ListItem .item .Expand {
    clear: both;
    display: none;
}
.NewSteeringControl .ListItem .item .nav {
    clear: both;
    list-style-type: none;
    padding-left: 0;
}
.NewSteeringControl .ListItem .item .nav li {
    float: left;
    padding-left: 5px;
}
