.twitter-badge, .digg-badge, .delicious-badge  
{
    float:right;
    font-family:arial,sans-serif;
    font-size:11px;
    line-height:1;
    text-align:center;
    width:50px;
    margin-left: 20px;
}
.twitter-badge .post-tweets, .twitter-badge .post-tweets:visited,
.digg-badge .diggs, .digg-badge .diggs:visited,
.delicious-badge .post, .delicious-badge .post:visited
{
    background:#ededed;
    color:#777 !important;
    display:block;
    width:48px;
    border:1px solid #ccc;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    font-size:17px;
    padding:4px 0 0 0;
    position:relative;
    z-index:200;
    text-align:center;
    text-decoration:none;
    cursor:pointer;
}
* html .twitter-badge .post-tweets, * html .twitter-badge .post-tweets:visited,
* html .digg-badge .diggs, * html .digg-badge .diggs:visited,
* html .delicious-badge .post, * html .delicious-badge .post:visited
{
    overflow:hidden;
}
.digg-badge .diggs, .digg-badge .diggs:visited
{
    background:url(images/digg-badge-background.png) #fef7ce no-repeat 0 0;
    color:#867b32 !important;
    border:none;
    padding:4px 0 10px 1px;
    width:49px;
    font-size:10px;
}
.delicious-badge .post, .delicious-badge .post:visited
{
    background:url(/images/delicious-badge.gif) #fff no-repeat 0px 2px;
    border:none !important;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    width:51px;
    height:42px;
    border-bottom:1px solid #fff !important;
}
.twitter-badge .post-tweets span,
.digg-badge .diggs strong
{
    display:block;
    font-size:10px;
    line-height:1;
    padding:0 0 10px 0;
    position:relative;
    left:-1px;
    top:1px;
    width:50px;
}
.digg-badge .diggs strong
{
    font-size:17px;
    font-weight:normal;
    padding:0 0 2px 0;
}
.twitter-badge .post-tweets span
{
    background:url(images/twitter-badge-pointer.png) no-repeat 0% 100%;
}
* html .twitter-badge .post-tweets span
{
    background-image:none;
    padding-bottom:5px;
}
* html .digg-badge .diggs, * html .digg-badge .diggs:visited
{
    padding-bottom:5px;
}
* html .delicious-badge .post, * html .delicious-badge .post:visited
{
    height:37px;
    background-position:5px -1px;
}
.twitter-badge .text, .twitter-badge .text:visited, 
.digg-badge .submit, .digg-badge .submit:visited,
.delicious-badge .text, .delicious-badge .text:visited
{
    border:1px solid #e9651c;
    width:48px;
    background:#f27838;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    color:#fff;
    cursor:pointer;
    display:block;
    margin:2px 0 0 0;
    padding:2px 0;
    position:relative;
    z-index:100;
    text-decoration:none;
}
.digg-badge .submit, .digg-badge .submit:visited
{
    background:#fff;
    color:#1479d3 !important;
    border-color:#e4eef8;
    -moz-border-radius-topright:0;
    -moz-border-radius-bottomleft:0;
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-left-radius:0;
    border-top-right-radius:0;
    border-bottom-left-radius:0;
}
.delicious-badge .text, .delicious-badge .text:visited
{
	width: 50px;
	border: none;
    background-image:url(/images/delicious-badge.gif);
    background-repeat:no-repeat;
    background-position: 0px -45px;

}

.delicious-badge .text:hover
{
    width:50px;
    height:12px;
    background-position: 0px -61px;
    color: #3274d0;
    background-color: white;
    border: none;

}

.twitter-badge .text:hover, 
.twitter-badge .text:focus, .twitter-badge .text:active
{
    background:#ff9e6b;
    color:#fff;
    z-index:300;
}
.digg-badge .submit:hover, 
.digg-badge .submit:focus, .digg-badge .submit:active
{
    border-color:#c4d7f0;
    z-index:300;
}
.delicious-badge .text:hover, 
.delicious-badge .text:focus, .delicious-badge .text:active
{
    z-index:300;
}
.twitter-badge .text:focus, .twitter-badge .text:active, 
.digg-badge .submit:focus, .digg-badge .submit:active,
.delicious-badge .text:focus, .delicious-badge .text:active
{
    outline:1px dotted -moz-activehyperlinktext;
}

