#bin-latest li strong img {
        vertical-align: bottom;
        margin-right: 3px;
}

#bin-latest li strong {
        padding-top: 2px;
        display: inline-block;
        line-height: 16px;
}

#bin-latest li p {
        padding: 6px 4px 4px 4px;
        color: #c0c0c0;
}

#bin-latest li:hover {
        background-color: #fafafa;
}

#bin-latest li {
        border-bottom: 1px solid #eeeeee;
        padding: 8px 0px 8px 0px;
        cursor: pointer;
        width: 150px;
}

#bin-latest { margin-bottom: 14px; }

div#menu_right_info { padding: 0px 15px 0px 15px; display: block; width: 150px; }
div#menu_right      { width: 225px; }

#content ul.breadcrumbs li a:hover { color: #565656; }
#content ul.breadcrumbs li a       { color: #818181; }
#content ul.breadcrumbs li         { color: #818181; display: inline; }

/** process the overlay **/
.bin-overlay img { border: 1px solid #f0f0f0; }
.bin-overlay     {
        background-image: url(/images/bin_hover.png);
        padding: 9px 0px 0px 11px;
        position: absolute;
        height: 109px;
        width: 104px;
}

/** displaying a user-information bar **/
section#entry-user-info img.avatar { margin: 0px 8px 0px 2px; float: left; }
section#entry-user-info a:hover    { color: #565656; }
section#entry-user-info a          { color: #818181; }
section#entry-user-info {
        background-color: #f5f5f5;
        -webkit-box-shadow: #e5e5e5 2px 2px 5px;
        -webkit-border-radius: 8px;
        -moz-box-shadow: #e5e5e5 2px 2px 5px;
        -moz-border-radius: 8px;
        box-shadow: #e5e5e5 2px 2px 5px;
        margin: 8px 5px 12px 0px;
        border-radius: 8px;
        height: 64px;
        padding: 8px;
}