div.footerFrame
{
    display: block;
    width: 100%;
    height: 20px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #999999;
    font-size: 10px;
    padding-top: 10px;
}

div.footerFrame div.top
{
    float: left;
    display: block;
    line-height: 14px;
    margin-right: 10px;
}

div.footerFrame ul
{
    list-style-type: none;
    width: auto;
    margin: 0;
    padding: 0;
}

div.footerFrame ul li
{
    display: inline;
    border-left: solid 1px #cccccc;
    padding: 0 5px 0 5px;
}

div.footerFrame ul li.first
{
    border: 0;
}

div.footerFrame a
{
    text-decoration: none;
    color: #555555;
}

div.footerFrame a._aponLogo
{
    text-decoration: none;
    color: #555555;
}

div.footerFrame a._aponLogo em
{
    color: #e78331;
}

#footerAddItemButton
{
    visibility: hidden;
    margin: 0;
    padding: 0;
}

div.footerFrame input.add
{
    border: solid 1px white;
    background-color: #ff6600;
    color: white;
    font-size: 12px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    line-height: 12px;
}
