ol#history li.latest
{
list-style-type: disc;
}
ol#history li.latest strong
{
font-size: 1.3em;
}

ol#history li
{
list-style-type: circle;
}
ol#history li strong
{
font-size: 1.2em;
}

ol#history li ul li
{
list-style-type: square;
}


#download-box
{
border: 1px solid #999;
background: #ddd;
padding: 5px;
}
#download-box-inner
{
height: 32px;
width: auto;
padding: 0 0 0 38px;
background-image: url('images/package.png');
background-repeat: no-repeat;
background-position: center left;
}

.sb-download-dark #download-box
{
border: 1px solid #999;
background: #444;
}
