#mainFrame .header .ayear {
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #f4f4f4;
}


.list {
    width: 870px;
    height: 400px;
    margin: 40px 0px;
    overflow: hidden;
}

.list .cell {
    _display: inline;
    float: left;
    width: 250px;
    _width: 270px;
    padding: 10px;
    margin: 10px 10px;
    _margin: 10px 0px;
    background: #383838;
    overflow: hidden;
}

.list .cell .thumbnail {
    float: left;
    width: 60px;
    height: 60px;
    margin: 0px 10px 0px 0px;
    _margin: 0px !important;
    overflow: hidden;
}

.list .cell .prizeName,
.list .cell .brand,
.list .cell .agency {
    width: 180px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: left;
}

.list .cell a {
    color: #a5a5a5;
}

.list .cell .prizeName a {
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
}

.list input.disorder {
    width: 20px;
}

.buttonBar {
    margin: 20px;
}

.paginationContainer {
    clear: both;
    width: 100%;
}

