#heartlink{
	background: url(heart.png) no-repeat top left;
	width: 104px;
	height: 45px;		
	float: left;
}

#heartlink a

{
	display:block;
    width: 104px;
    height: 45px;
    cursor: pointer;
}

#hatelink{
	background: url(hate.png) no-repeat top left;
	width: 104px;
	height: 39px;
	float: left;	
}

#hatelink a

{
	display:block;
    width: 104px;
    height: 39px;
    cursor: pointer;
}

#hatelink a h1
{    
margin:0;
paddin:0;
font-size:2em;
display: block;
}

#heartlink a h1
{
margin:0;
paddin:0;
font-size:2em;
display: block;
}

span.love {
	color:#B30A23;
	font-weight:bold;
	display:block;
}
span.hate {
	font-weight:bold;
	display:block;
}

.item span.love, .item span.hate {
	padding:5px 0 0 0;
}







.item #heartlink{
	background: url(heart_small.gif) no-repeat top left;
	width: 87px;
	height: 36px;		
	float: left;
}

.item #heartlink a

{
	display:block;
    width: 87px;
    height: 36px;
    cursor: pointer;
}

.item #hatelink{
	background: url(hate_small.gif) no-repeat top left;
	width: 87px;
	height: 36px;
	float: left;
	margin:0 0 0 6px;	
}

.item #hatelink a

{
	display:block;
    width: 87px;
    height: 36px;
    cursor: pointer;
}

.title .but {
	height:16px;
}
.title .txt {
	height:18px;
	padding:2px;
}
.item .but {
	height:5px;
}
.item .txt {
	padding:10px 0 0 0;
}
