
div.socnet {
    height: 48px;
}

div.socnet div {
    margin-right: 6px;
    width: 32px;
    height: 32px;
    float: left;
    position: relative;
    cursor: pointer;
}

.socnet_bt {
    background: url("/i/soc.png") 0px -3px / 32px no-repeat;
}
.socnet_vk {
    background: url("/i/soc.png") 0px -38px / 32px no-repeat;
}
.socnet_ok {
    background: url("/i/soc.png") 0px -73px / 32px no-repeat;
}
.socnet_ml {
    background: url("/i/soc.png") 0px -108px / 32px no-repeat;
}
.socnet_fb {
    background: url("/i/soc.png") 0px -143px / 32px no-repeat;
}
.socnet_tw {
    background: url("/i/soc.png") 0px -178px / 32px no-repeat;
}

.share--hide {
    display: none;
}

.share--show {
    display: block;
}

.tooltip {
    position: absolute;
    z-index: 999;
    left: -9999px;
    _background-color: #000;
    _padding: 5px;
    border: 1px solid #ccc;
    _width: 250px;
}

.tooltip p {
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: #666;
    padding: 1px 7px;
}
