.tnLoveButton{
	/*width:85px;*/
	float:left;
	border-spacing: 0px;
	border:1px;
	margin:0;
}

.tnLoveButton .heart{
	padding: 0 3px 0 0;
	margin:0;
}

.tnLoveButton .heartBtn{
	padding:0;
	margin:0;
	cursor:pointer;
}

.tnLoveButton .heartBtn.noClick {
	cursor: default;
}

.tnLoveButton .counter{
	background: transparent url(/img/user/lovecount_big.png) no-repeat top left;
	float:right;
	width: 56px;
	height: 41px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.tnLoveButton .smallCounter {
	background: transparent url(/img/user/lovecount_small.png) no-repeat top left;
	width: 34px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 3px 0 0 2px;
	color: #D46228;
	vertical-align: baseline;
}

.tnLoveButton .smallCounter.disabled {
	color: #999;
}

/* CUSTOMIZATIONS */

#collectionsContainer .tnLoveButton {
	margin-bottom:5px !important;
}

#item .tnLoveButton {
	margin-right: 10px !important;
}