/*************** Block product like ***************/

.small-likes-wrap a {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 20px;
	background: #55ca03 url(/modules/vlproductlike/img/likes.png) 0 -40px no-repeat;
	padding: 0;
}
.small-likes-wrap a:hover { background-position: 0 -100px; }

.small-likes-wrap a:hover { background-position: 0 -100px; }
.small-likes-wrap a.dislike { background-position: -40px 0; background-color: #e57f7f; }

.small-likes-wrap a.dislike {  background-position: -20px -40px; }
.likes-wrap a.dislike:hover {  background-position: -40px -60px; }
.small-likes-wrap a.dislike:hover {  background-position: -20px -100px; }

.small-likes-wrap i.sep {
	float: left;
	margin: 0;
	width: 0px;
	height: 20px;
	border-right: 1px dotted #003663;
	border-radius: 0;
}

.small-likes-wrap span { padding: 0 8px; }

.small-likes-wrap a.like {
	background-color: #55ca03;
}

.small-likes-wrap i { width: 20px; height: 20px; }

.small-likes-wrap a, .small-likes-wrap i, .small-likes-wrap span {
	float: left;
	font-size: 14px;
	font-weight:600;
	height: 20px;
	line-height: 20px;
}

.new-likes {
	float: left;
/*	color: #003663;		*/
	/*font-family: Arial;*/
	font-size: 13px;
	font-weight: 600;
	color: #333;
	font-family: "FontAwesome","Open Sans",sans-serif;
}

span.positive { color: #55ca03; }
span.negative { color: #f00; }

/*
     */
/*
*/