.mod-lineup {
    clear: both;
    padding-top: 15px;
}
.mod-lineup .heading {
    padding: 7px 15px 1px;
    display: inline;
}
.mod-lineup .heading h2 {
    background: transparent url("/public/modules/Lineup/default/images/bg-heading.gif") 0 center no-repeat;
    padding-left: 40px;
    display: inline;
    font-size: 12px;
}
.mod-lineup .round {
    position: relative;
    border: 1px solid #979797;
}
.mod-lineup .heading {
    border-bottom: none;
    z-index: 2;
    background: #ffffff;
}
.mod-lineup .round .crn {
    width: 5px;
    height: 5px;
    position: absolute;
    background: red;
    overflow: hidden;
    background: transparent url("/public/modules/Lineup/default/images/round.gif") 0 0 no-repeat;
    z-index: 2;
}
.mod-lineup .round .tl {
    top: -1px;
    left: -1px;
}
.mod-lineup .round .tr {
    top: -1px;
    right: -1px;
    background-position: right top;
}
.mod-lineup .heading .tr {
    top: -1px;
    right: -1px;
    *right: -1px;
    _right: -2px;
    background-position: right top;
}
@-moz-document url-prefix() {
    .mod-lineup .heading .tr { right: 2px; }
}

.mod-lineup .round .bl {
    bottom: -1px;
    left: -1px;
    background-position: left bottom;
    overflow: auto;
}
.mod-lineup .round .br {
    bottom: -1px;
    right: -1px;
    background-position: right bottom;
    overflow: auto;
}
.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 .name {
    font-weight: bold;
}
.mod-lineup .item .price .value {
    color: #d61919;
}
