.list-view-loading
{
	position: relative;

}
.list-view-loading:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background: rgba(255, 255, 255, 0.7) url(loading.gif) no-repeat 50% 50%;
	z-index: 999;
}
.list-view .summary
{
	margin: 0 0 5px 0;
	text-align: right;
}

.list-view .sorter
{
	margin: 0 0 5px 0;
	text-align: right;
}

.list-view .pager
{
	margin: 5px 0 0 0;
	text-align: right;
}

.list-view .sorter
{
	font-size: 0.9em;
}

.list-view .sorter ul
{
	display: inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.list-view .sorter li
{
	display: inline;
	margin: 0 0 0 5px;
	padding: 0;
}

.list-view .sorter a.asc
{
	padding-right: 10px;
	background:url(up1.gif) right center no-repeat;
}

.list-view .sorter a.desc
{
	padding-right: 10px;
	background:url(down1.gif) right center no-repeat;
}
