﻿/*=============================
    BP GOM
    sas_page_gom.css
    J.Decaudin @ SAS - 2010
=============================*/

#gom_share_tools
{
    float:left;
    width:100%;
    border-top:1px solid #c4e26a;
    font-size:11px;
    color:#666666;
    list-style-type:none;
    padding:8px 0 0 0;
    margin:0;
}

#gom_share_tools li
{
    float:left;
    padding-right:15px;
}

#gom_share_tools a:hover
{
    text-decoration:none;
}

#gom_share_tools a:hover .link_text
{
    text-decoration:underline;
}

#gom_share_tools a span.new_window
{
    background:url(/assets/bp_internet/globalbp/globalbp_uk_english/incident_response/STAGING/local_assets/other_graphics/icon_new_window.gif) no-repeat 0 4px;
    padding:0 5px 0 8px;
}

#gom_share_tools li.icon_large_twitter a,
#gom_share_tools li.icon_large_facebook a
{
    display:inline-block;
    background-repeat:no-repeat;
    background-position:0 0;
    padding-left:20px;  
    padding-bottom:2px; 
}

#gom_share_tools li.icon_large_twitter a
{
    background-image:url(/assets/bp_internet/globalbp/globalbp_uk_english/incident_response/STAGING/local_assets/other_graphics/icon_large_twitter.gif);
}

#gom_share_tools li.icon_large_facebook a
{
    background-image:url(/assets/bp_internet/globalbp/globalbp_uk_english/incident_response/STAGING/local_assets/other_graphics/icon_large_facebook.gif);
}
