﻿DIV.sociable
{
    margin: 16px 0px;
}
.sociable_tagline
{
    font-weight: normal;
    font-size: 12pt;
    margin-bottom: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #E6E6FA;
    color: #990000;
}
.sociable SPAN
{
    display: block;
}
.sociable UL
{
    padding: 0px;
    display: inline;
    margin: 0px;
}
.sociable UL LI
{
    padding-right: 1px;
    display: inline;
    padding-left: 1px;
    background: none transparent scroll repeat 0% 0%;
    padding-bottom: 1px;
    margin: 0px;
    padding-top: 1px;
    list-style-type: none;
}
.sociable UL LI:unknown
{
    content: "";
}
.sociable IMG
{
    border-top-width: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-left-width: 0px;
    float: none;
    border-bottom-width: 0px;
    padding-bottom: 0px;
    margin: 0px;
    width: 12px;
    padding-top: 0px;
    height: 12px;
    border-right-width: 0px;
}
.sociable-hovers
{
    filter: alpha(opacity=40);
    opacity: .4;
    -moz-opacity: .4;
}
.sociable-hovers:hover
{
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
