﻿
.share_panel_container
{
    position:absolute;
    margin-left:427px;
    margin-top:25px;
    z-index:500;
    height:150px;
    margin-bottom:-150px;
    width:120px;
}

.share_panel_top
{
    height: 19px;
    width: 125px;
}
.share_panel_bottom
{
    height: 14px;
    width: 125px;
}

.share_panel_tile
{
    background: url('../../images/global/share_tile.png') repeat-y;
    width: 110px;
    padding-left: 15px;
}

.share_panel_tile ul
{
    list-style: none none outside;
    margin: 0;
    padding: 0;
}

.share_panel_tile li
{
    margin-bottom: 5px;
}

.share_panel_tile li.last
{
    margin: 0;
}


.share_panel_tile li a
{
    font-weight: bold;
    font-size: 11px;
    padding: 2px 0 2px 22px;
    cursor:pointer;
}

.share_panel_tile li a.facebook
{
    background: url('../../images/global/share.gif') no-repeat;
}

.share_panel_tile li a.delicious
{
    background: url('../../images/global/delicious_icon.png') no-repeat;
}

.share_panel_tile li a.stumbleupon
{
    background: url('../../images/global/icon_su.gif') no-repeat;
}

.share_panel_tile li a.digg
{
    background: url('../../images/global/16x16-digg-guy.gif') no-repeat;
}

.share_panel_tile li a.reddit
{
    background: url('../../images/global/reddit_icon.png') no-repeat;
}

.share_panel_tile li a.twitter
{
    background: url('../../images/global/twitter_icon.png') no-repeat;
    padding: 1px 0 1px 22px;
}



