.mod-lineup {
    clear: both;
    padding: 0 0 0 10px;
    width: 642px;
    float: left;
}
.mod-lineup-moptip {
    text-align: center;
}
.mod-lineup-moptip-price {
    color: #9d001a;
    font-size: 11px;
}
.mod-lineup .list-wrapper {
    position: relative;
    z-index: 1;
    background: #ffffff;
    _margin-top: -1px;
    *margin-top: -1px;
}
.mod-lineup .list {
    padding: 20px 0;
    overflow: hidden;
}
.mod-lineup .item {
    float: left;
    width: 160px;
    text-align: center;
}
.mod-lineup .item a.name {
    font-weight: bold;
    color: #003b7f;
}
.mod-lineup .item .price .value {
    color: #d61919;
}
