/* 
    Document   : promoteSocialPages
    Created on : 27-déc.-2011, 14:24:36
    Author     : Didier
    Description: Sidebar Promote Social Pages
*/
.follow_us_head,.follow_us_head_closed{background-image:url(../img/watch_video_bars.png); width:270px; height:26px; background-repeat:no-repeat; display:block; padding-left:30px; line-height:26px; color:#fff; font-size:14px; color:#fff; font-weight:bold; margin-top:10px; cursor:pointer;background-position:0px -26px;}
.follow_us_head_closed{ background-position:0px -0px; color:#0099cc}

.follow_us_cont{width:300px; overflow:hidden; padding-bottom:0px; margin-bottom:0px; border-bottom:0px solid #CCC; padding-top:10px}

#follus_us ul{
    margin: 0 0 15px;
    padding: 0 0 0 6px;
}

#follus_us .social-block li {
    background: url("../img/social-icons.png") no-repeat scroll 0 0 transparent;
    height: 32px;
    list-style: none outside none;
    margin: 7px 0 0;
    padding: 0;
}

#follus_us .social-block a {
    color: #999999;
    display: block;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding-left: 50px;
}
#follus_us .social-block em {
    color: #666666;
    font-style: normal;
    font-weight: bold;
}
#follus_us .social-block .twitter {
    background-position: 0 -40px;
}
#follus_us .social-block .youtube {
    background-position: 0 -80px;
}
#follus_us .social-block .rss {
    background-position: 0 -120px;
}
#follus_us .social-block .email {
    background-position: 0 -160px;
}
#follus_us .social-block .googleplus {
    background-position: 0 -200px;
}

