.selectlist-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.selectlist-item {
	cursor: pointer;
	padding: 0;
	margin: 1px 0;
    color: #2A5DB0;
    text-decoration: underline;
}
.selectlist-item span{
    padding: 0 0 0 16px;
}
.selectlist-item:hover span{
    background: url("../../img/trash.gif") no-repeat center center transparent;
}
.selectlist-item:hover, .selectlist-item:active {
    text-decoration: none;
}
