.P-Article-Share-Row-Icon {
    font-size: 11pt;
    margin-right: 0;
    display: inline-block;
}
.P-Article-Share-Row-Icon:hover a {
    opacity: 1.0;
    filter: alpha(opacity =   100);
}

.P-Article-Share-Row-Icon-F {
    background: url("../../i/share/fb.svg") 0px 0px no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: text-bottom;
}

.P-Article-Share-Row-Icon-T {
    background: url("../../i/share/tw.svg") 0px 0px no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: text-bottom;
}

.P-Article-Share-Row-Icon-G {
    background: url("../../i/share/gplus.svg") 0px 0px no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: text-bottom;
}

.P-Article-Share-Row-Icon-M {
    background: url("../../i/share/mendeley.svg") 0px 0px no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: text-bottom;
}

.P-Article-Share-Row-Icon-E {
    background: url("../../i/share/icon_email.svg") 0px 0px no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: text-bottom;
}
.P-Article-Share-Holder {
    /*float: right;*/
}

span.P-Article-Share-Row-Icon{
    display: none;
}
.P-Article-Share-Row-Icon-R {
    background: url("../../i/share/citeulike_redit-02.svg") 0px 0px no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: text-bottom;
}

.P-Article-Share-Row-Icon-C {
    background: url("../../i/share/citeulike_redit-04.svg") 0px 0px no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: text-bottom;
}

.P-Article-Share-Row-Icon:hover {
    opacity: 1;
}

.P-Article-Share-Row-Icon-F:hover {
    background: url("../../i/share/fb-h.svg") 0px 0px no-repeat;
}

.P-Article-Share-Row-Icon-T:hover {
    background: url("../../i/share/tw-h.svg") 0px 0px no-repeat;
}

.P-Article-Share-Row-Icon-G:hover {
    background: url("../../i/share/gplus-h.svg") 0px 0px no-repeat;
}

.P-Article-Share-Row-Icon-M:hover {
    background: url("../../i/share/mendeley-h.svg") 0px 0px no-repeat;
}

.P-Article-Share-Row-Icon-E:hover {
    background: url("../../i/share/icon_email-h.svg") 0px 0px no-repeat;
}

.P-Article-Share-Row-Icon-R:hover {
    background: url("../../i/share/citeulike_redit-01.svg") 0px 0px no-repeat;
}

.P-Article-Share-Row-Icon-C:hover {
    background: url("../../i/share/citeulike_redit-03.svg") 0px 0px no-repeat;
}
.share-holder li {
     display: inline-block;
}