#usefull_link_block li#left_share_linkedin {
        padding-left:20px;
        background:url(images/linkedin.png) no-repeat 0 0;
}
.socialsharing_product .right_share_linkedin {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left:40px;
	padding-right:20px;
	background:url(images/linkedin.png) no-repeat 22px 6px;
	border: 1px solid #ccc;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	border-radius: .25rem;
}
.socialsharing_product .right_share_linkedin:hover {
	border-color: white;
	color: white !important;
	background-color: #0174b3;
}
