/*Threeki Styles */

/*Threeks Button */     
a.threeks_popout 
{
    display: block;
    width: 150px;
    height: 25px;
    background: url('images/threeks_popout.jpg') no-repeat 0 0;
    text-decoration: none;
}
 
a:hover.threeks_popout
{
    background-position: -150px 0;
} 
/***********************/  

/*Share Button */
a.share_popout 
{
    display: block;
    width: 150px;
    height: 25px;
    background: url('images/share_popout.jpg') no-repeat 0 0;
    text-decoration: none;
}
 
a:hover.share_popout
{
    background-position: -150px 0;
} 
/***********************/

table.threeks_bar
{
    border-style: dotted;
    border-width: 1px 0px 1px 1px;
    border-color: #C0C0C0;
    background-color: #F8F8F8;
}

table.share_bar
{
    border-style: dotted;
    border-width: 1px 1px 1px 0px;
    border-color: #C0C0C0;
    background-color: #F8F8F8;
}

table.add_threek
{
    border-style: dotted;
    border-width: 0px 1px 1px 1px;
    border-color: #C0C0C0;
    background-color: #F8F8F8;
}


