#search_results_list,
#search_results_header {
    background-color: #eee;
    border: #999 solid 1px;
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 20px;
}

#search_results_header {
    background-color: #fefefe;
}

.results_header {
    position:relative;
    display: block;
    margin: 10px 0;
    padding: 15px;
}

.pager, .row1_colnames {
    display: table-row;
}

.resultsCount {
    font-size: 10pt;
    display: block;
    float: left;
    margin-bottom: 1.7em;
}

.resultsCount p {
    margin: 0;
}

.nav_buttons {
    text-align: right;
    padding-right: 2em;
    vertical-align: middle;
}

.nav_buttons p {
    display: inline;
    margin-right: 1em;
}

.nav_buttons a {
    font-size: 12pt;
}

.results_record {
    border: solid 1px #999;
    display: block;
    border-radius: 10px;
    padding: 15px;
    margin: 20px 0;
    background-color: #fefefe;
    position: relative;
}

.results_record:hover {
    background-color: #f0f0f0;
}

.row_group, .results_header_row_group {
    display: table;
    width: 100%;
}

.row {
    display: table-row;
}

.cell {
    display: table-cell;
    vertical-align: middle;
}

.subcell {
    display: block;
    float: left;
    text-align: center;
}

.accessory, .acessory_names {
    width: 5%;
    text-align: center;
}

.data {
    width: auto;
}

.db_id {
    width: 10%;
}

.db_pieces {
    width: 5%;
}

.db_inv, .db_inv, .db_site, .db_digitized {
    width: 20%;
}

.content_and_keywords {
    width: 95%;
    text-align: justify;
}

.fold_data {
    width: 5%;
}

.content_header {
    float: left;
    font-weight: bold;
}

.span_link {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        /* fixes overlap error in IE7/8,
     make sure you have an empty gif */
        background-image: url('../images/blank.gif');
}

.nav_inactive {
    color: #999;
}
