﻿#articleFooter h3
{
    background-color: #008062;
    background-repeat: no-repeat;
    background-position: top left;
    margin: 0;
    height: 31px;
    overflow: hidden;
    text-indent: -9999px;
}

#rightTool .tabs { width: 100%; overflow: hidden; border-bottom: 5px solid #008064; }
#rightTool .tabs a
{
    display: block;
    float: left;
    height: 26px;
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0 -26px;
}
#rightTool .tabs .active a { background-position: 0 0; }
#MostReadTab { background-image: url(Tabs/MostRead.gif); width: 101px; }
#SharedIdeasTab { background-image: url(Tabs/SharedIdeas.gif); width: 111px; }

#articleFooter .content 
{
    padding: 7px 15px;
    margin: 0 0 10px 0;
}
#actionLinks 
{
    padding: 20px 0;
    width: 100%;
    overflow: hidden;
}
#actionLinks a.print, #actionLinks a.share, #actionLinks a.rss 
{
    background: url(Content/ActionIcons.gif) top right no-repeat !important;
    display:block;
    padding-right: 20px;
    margin-left: 10px;
}
#actionLinks a.share { background-position: right -33px !important; }
#actionLinks a.rss { background-position: right -63px !important; }

#actionLinks ul.links, #actionLinks ul.links li 
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#actionLinks ul.links { /* width: 230px; */ width:150px; overflow: hidden; padding: 4px 0 0 0; }
#actionLinks ul.links li { float: left; }
#actionLinks ul.links, #actionLinks #readArticle { float: right; }