/* The following styles are copied from the module's CSS file horizontal.css */
/* You may change them as you wish */

/* User-Defined Toolbox layout */
.addthis_toolbox .addUser {
        padding: 5px 0 0 6px;

}
.addthis_toolbox .addUser div {
        float: right;
        margin-bottom: 19px;
        margin-top: 1px;
        width: auto;
}
.addthis_toolbox .addUser a {

        padding: 2px 2px 4px 16px;
        position: relative;
        text-decoration: none;
}
.addthis_toolbox .addUser a:hover {
        border: 2px solid #105CB6;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        background: #B4D3F8;
        color: #105CB6;
        text-decoration: none;
}
.addthis_toolbox .addUser span {
        position: absolute;
        width: 16px;
        height: 16px;
        top: 2px;
        left: 1px;
}
.clearAddthis {
        float: none!important;
        clear: both!important;
        margin: 0!important;
}