#userShortcuts ul{
	margin: 0em;
	padding-left:2px;
}
	
a.each-myshortcut {
	color:#257;
	text-decoration:none;
}
a.each-myshortcut:hover {
	color:#257;
	text-decoration:underline;
}

.editImage{
	display: inline;
	float: right;
}
	
.deleteImage{
	display: inline;
	float: right;
}

.viewlinkHref{
	display: inline;
	float:left;
}

.addShortcut{
	float:right;
}
	
#userShortcuts li {
	clear:both;
	list-style:none outside none;
	margin-right:8px;
	padding:5px 0 5px 0;
	border-bottom:#e2e2e2 1px solid;
	line-height:1.1em;
}


.clear{
	clear: both;
}