/* 
li#updateItem {
    background-color: RGB(231, 231, 231);
    text-indent: 20px;
    display: block;
}
*/

li.updateItem p:first-child {
    font-weight: bold;
    font-size: 125%;
}

li.updateItem {
    background-color: RGB(231, 231, 231);
    list-style-image: url(/images/diamond_bullet-trans.png);
    list-style-type: none; 
    text-indent: 10px;
}