/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20-feb-2014, 18:40:50
    Author     : carlos
*/

#social_home{ 
    float: left;
    width: 100%;
    height: 100%;
}

#social_home .first{
    border-left: 1px solid #b0b0b0;
}

#social_home .item{
    /*float: left;*/
    width: 50px;
    height: 40px;
    text-align: center;
    position: relative;
}

#social_home .item a{
    /*float: left;*/
}

#social_home .item a img{
    border: 0;
}

div.radiosbox
{
    background: white;
    box-shadow: 2px 0px 5px 0px #999;
    border-radius: 0px 4px 4px 0px;
    display: none;
    position: absolute;
    left: 50px;
    top: 0px;
}

#social_home .item:hover div.radiosbox
{
    display: block;
}

div.radiosbox img
{
    padding: 5px;
}

div#socialfixedwidget 
{
    position: absolute;
    height: 245px;
    z-index: 9999;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    background: white;
    box-shadow: 1px 0px 5px 0px #999;
    border-radius: 0px 4px 4px 0px;
}