/*
 CATALOG-SPECIFIC
 */
#analyte-box, #analyte-box-scroll {
    border-style: solid;
    border-width: 1px;
    border-color: #e8eaed #e8eaed #e8eaed #e8eaed;
    margin: 0;
    padding: 0;
}

#analyte-box-scroll {
    overflow: auto;
    height: 100px;
}

div.category-desc {
    margin-bottom: 1.5ex;
}

#ctlg-menu {
    padding: 5px;
}

#ctlg-body {
    padding-left: 5px;
    border-left: 1px solid #e8eaed;
}

#ctlg-menu-category, #ctlg-menu-search {
    text-align: left;
    white-space: nowrap;
    margin-bottom: 15px;
}

#ctlg-menu-category, #ctlg-menu-search, #ctlg-menu-search p {
    font-size: 12px;
}

#ctlg-menu-category {
    font-weight: bold;
}

.product-name {
    color: #254696;
    font-size: 14px;
    font-weight: bold;
    vertical-align: bottom;
}

.product-unit {
    font-weight: bold;
}

.product-desc {
    font-size: 12px;
}

.product-price {
    font-size: 12px;
    text-align: right;
    font-weight: bold;
}

.product-part {
    font-size: 12px;
    font-weight: bold;
}

.product-analyte {
    font-size: 10px;
}

.product-footnote {
    color: #888;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
}

.schedule-table, .schedule-table td {
    color: #000;
    background-color: #fff;
    font-size: 11px;
    font-weight: normal;
}

.schedule-table, .schedule-table td, .schedule-table th {
    text-align: center;
}

.schedule-table th {
    font-size: 11px;
    font-weight: normal;
    color: #707b91;
}

td.schedule-title {
    color: #254696;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #e8eaed;
}

td.schedule-footer {
    font-size: 13px;
    font-weight: bold;
    border-top: 1px solid #e8eaed;
}

td.schedule-note {
    color: #707b91;
    font-size: 10px;
}

div.search-resp {
    font-style: italic;
    margin-bottom: 15px;
}

.study-sched-year {
    font-weight: bold;
    text-align: center;
    color: #254696;
    border-bottom: 1px solid #254696;
}