#views {
	width: 100%;
	margin: 0;
	text-align: right;
}
#views p {
	display: inline;
	color: #999;
}
#views ul {
	margin: 0;
	padding: 0;
	display: inline;
}
#views ul li {
	display: inline;
	margin-left: 20px;
	padding-left: 20px;
	line-height: 1.618em;
}
#views ul li.list {
	background-image: url(/images/all-all/icon_list.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
#views ul li.list-selected {
	background-image: url(/images/all-all/icon_list_selected.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
#views ul li.grid {
	background-image: url(/images/all-all/icon_grid.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
#views ul li.grid-selected {
	background-image: url(/images/all-all/icon_grid_selected.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
#views ul li span.selected {
	font-weight:bold;
	font-style:italic;
}