 
ul.recommendedItem{
	padding:0;
	margin:0;
	list-style-type:none;
}

ul.recommendedItem li{
	padding:10px 5px 0 5px;
	list-style-type:none;
	min-height:32px;
}

ul.recommendedItem li{
	background: no-repeat left;
}

ul.recommendedItem li a{
	text-decoration:none;
}


 

span.delete{
	right: 0px;
	top: 10px;
	float: right;
	position: absolute;
	cursor: pointer;
}


.close-icon {
    background-image: url("/html/themes/mojakomunita-theme/images/portlet/.sprite.png");
    background-position: 50% -243px;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
   } 

.controls-hidden .close-icon,
.signed-out .close-icon{
	display: none;	
}

ul.recommendedItem li .thumb {
	max-height: 100px;
	max-width: 100px;
	overflow: hidden;
	line-height: 100px;
	float: left;
	margin-right: 12px;
	display: inline;
	position:relative;

}

ul.recommendedItem li .thumb img{
	border: 1px solid #DDD;
	float: left;
	position: relative;
	width: 120px;
	margin-right: 20px;
	padding: 2px;
}

ul.recommendedItem li .desc {

	padding-top: 10px;
	position:relative;
}  