/*
 * $Id:$
 * 
 * A CSS file for supporting the sharing / bizcontactz stuff
 */

#sharing-box {
    float: left;
    width: 90%;
}

#sharing-box .compact {
    height: 100px;
}

#sharing-box .expanded {
    max-height: 200px;
}

#sharing-box .expanded li {
    float: left;
    width: 130px;
    height: 20px;
}

#sharing-box ul {
    overflow: auto;
    border: 1px solid #E4E4E4;
}