.iLikeThis {
margin-right: 5px;
margin-left: 5px;
display: inline-block;
}
.iLikeThis a, .iLike-guest{
width: 26px;
display: inline-block;
text-decoration: none;
cursor: pointer;
background: none repeat scroll 0% 0% #E3450D;
font-size: 12px;
line-height: 18px;
text-align: center;
font-size: 0px;
}


a.i-like-it-add:before, .iLike-guest:before {
font-family: FontAwesome;
content: "\f02e";
font-size: 14px;
line-height: 26px;
color: #FFF;
}
a.i-like-it-del:before {
font-family: FontAwesome;
content: "\f02e";
font-size: 14px;
line-height: 26px;
color: #000;
}



.product-list-item .iLikeThis a.i-like-it-add {background:url(../img/content-like.png) 0px 1px no-repeat;}
.product-list-item .iLikeThis a.i-like-it-del {background:url(../img/content-like.png) 0px -15px no-repeat;color:#c00;}

.iLikeThis a:hover {text-decoration:none;}
/* .iLike-guest {float:left;display:block;padding:0 0 0 16px;background:url(../img/content-like.png) 0px 4px no-repeat;} */

.psb-like {margin-bottom:10px;}
.psb-like .left {margin-right:10px;}
.psb-like .iLikeThis {margin-left:10px;}

