.soc_toolbar{
    margin-bottom:23px;
    /*border-bottom:solid 1px #9f9f9f;
    border-left:solid 1px #e5e5e5;
    border-right:solid 1px #e5e5e5;*/
}
.soc_toolbar li{
    list-style: none;
    margin-left:0;
}
.soc_toolbar>li{
    float:left;
    height:28px;
    line-height:28px;
    color:#939292;
    padding:0px 6px;
    background:url("images/item-bg.gif") #fefefe repeat-x bottom;
}
.soc_toolbar li.separate{
    width:2px;
    background:url("images/item-separate.gif") repeat-x bottom;
    padding:0px;
}
.soc_toolbar li.isUp{
    color:#0585bb !important;
    border-left:solid 1px #e4e4e4;
    border-right:solid 1px #e4e4e4;
    padding-right: 4px !important;
    background:#f7f7f7 url(images/hover-top-line.gif) repeat-x top;
}
.soc_toolbar li:first-child.isUp{
    padding-left:5px !important;
}
.soc_toolbar li.isUp a{
    color:#0585bb !important;
}
.soc_toolbar li.border-left, .soc_toolbar li.border-right{
    width:1px;
    padding:0;
    background:#f7f7f7 url(images/toolbar-border.gif) repeat-x bottom;
}
/*.soc_toolbar>li.first-item{
    border-left:none !important;
}
.soc_toolbar li.last-item{
    border-left:none !important;
}*/
.soc_toolbar>li a{
    color:#939292;
    text-decoration:none;
    height: 26px;
}
.soc_toolbar>li img{
    margin-right:6px;
    vertical-align:middle;
}
.soc_toolbar>li .arrow-down{
    margin-left:1px;
    position:relative;
    bottom:1px;
}
.soc_toolbar>li.active{
    background:#141414;
    color:#FFF;
    /*border-bottom:solid 1px #000;*/
}
.soc_toolbar>li.active a{
    color:#FFF;    
}
.wrap_htmlcontent{
    position:relative;
    height:1px;
}
.soc_toolbar>li .toolbar_htmlcontent{
    display:none;
    min-width:250px;
    position:absolute;
    left:-10px;
    top:0px;
    padding:15px 10px;
    background:url("images/popup_bg.png");
    color:#FFF;
    z-index:50;
}
.soc_toolbar>li.last-item .toolbar_htmlcontent {
    left:auto;
    right: -10px !important;
}
.soc_toolbar>li .wrap_htmlcontent ul{
    display:none;
    min-width:100%;
    background:url("images/popup_bg.png");
    position:absolute;
    left:-6px;
    top:0px;
    color:#FFF;
    z-index:50;
    /*padding:0 10px;*/
}
.soc_toolbar>li .wrap_htmlcontent ul li{
    white-space:nowrap;
    /*margin-left:24px;*/
    position:relative;
    background-position:10px 7px !important;
    background-repeat:no-repeat;
    padding-left:5px;
    padding-right:10px;
    cursor:pointer;
}
.soc_toolbar>li .wrap_htmlcontent ul li:hover{
    /*background-color:#0B86DD;*/
    background:#0f9ae7 url("images/active-item-menu.gif") repeat-x bottom left;
}
.soc_toolbar>li .wrap_htmlcontent ul li img {
    vertical-align:baseline;
}
.soc_toolbar>li .wrap_htmlcontent ul li img.tlbar-in-ico{
    background-repeat:no-repeat;
    background-position: center center;
    position: relative;
    top:3px;
}
.soc_toolbar>li .wrap_htmlcontent ul li .wrap_htmlcontent{
    width:1px;
    height:100%;
    right:-10px;
    top:0;
    position:absolute;
}
.soc_toolbar>li .wrap_htmlcontent ul li .wrap_htmlcontent .toolbar_htmlcontent{
    left:1px;
    top:0;
}