/* Items groupings */

ul.update-groupings li.grouping {
    border-bottom: 1px solid #eee;
    padding: 10px 10px 10px 10px;
    overflow: hidden;
}

ul.update-groupings li.grouping:hover {
    background-color: #f9f9f9;
}

div.update-item-profile {
    float: left;
    display: inline;
    padding-right: 10px;
}

/* Items */

ul.update-items {
    float: left;
}

ul.update-items h3,
ul.update-items h3 a {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
    color: #666;
    display: inline;
}

ul.update-items .date {
    color: #666;
    font-size: 11px;
    margin-left: 7px;
}

ul.update-items li.update-item {
    padding: 5px 0;
    margin: 2px 0 0 5px;
    color: #666;
    overflow: hidden;
}

ul.update-items li.update-item a {
    text-decoration: underline;
    font-weight: normal;
}

/* Item components */

.update-item-arrow {
    float: left;
    margin-right: 5px;
}

.update-item-thumbnail-container {
    clear: both;
    padding-left: 41px; /* lines up thumbnail with filename */
}

.update-item-content,
.update-item-changes,
.update-item-summary {
    float: left;
    line-height: 16px;
}

.update-item-changes,
.update-item-summary {
    color: #666;
    font-size: 0.9em;
    margin-left: 7px;
}

li.update-item .update-item-changes a {
    color: #666;
}

