﻿.bmark
{
    clear: both;
    position: relative;
    border-top: 1px solid rgb(153,153,153);
    border-bottom: 1px solid rgb(153,153,153);
    padding: 10px;
    margin: 15px 0 10px 0;
    font-size: 12px;
    font-family: Arial;
    color: Black;
}
.bmark p
{
    padding: 0;
    margin: 0;
}
.bmark p a
{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px;
    font-size: 12px;
}
.bmark ul
{
    text-align: left;
    list-style: none;
    margin: 10px 0 0px 0px;
    padding: 0;
}
.bmark ul li
{
    text-align: center;
    display: inline;
    padding: 0 4px 6px 0;
}
.bmark ul li.delicious
{
    background: url( "images/delicious.gif" ) no-repeat 0 0;
}
.bmark ul li.digg
{
    background: url( "images/digg.gif" ) no-repeat 0 0;
}
.bmark ul li.reddit
{
    padding: 0 0 0 2px;
    background: url( "images/reddit.gif" ) no-repeat 0 0;
}
.bmark ul li.facebook
{
    background: url( "http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981" ) no-repeat 0 0;
}
.bmark ul li.stumbleupon
{
    background: url( "http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981" ) no-repeat 0 0;
}
.bmark ul li.yahoo
{
    background: url( "images/yahoo.png" ) no-repeat 0 0;
}
.bmark ul li a
{
    padding: 0 0 0 18px;
    margin: 0 20px 0 0px;
    color: Black;
    font-weight: normal;
    font-size: 11px;
}