.list-view-loading
{
	background:url(loading.gif) no-repeat;
}

.list-view .summary
{
	color: #999999;
	margin: 0 0 5px 0;
	text-align: right;
	vertical-align: middle;
	float:right;
}

.product_list .summary
{
	color: #999999;
	margin: 0 0 5px 0;
	text-align: right;
	vertical-align: middle;
	float:right;
}

.shop_list .summary
{
	color: #999999;
	margin: 0 0 5px 0;
	text-align: right;
	vertical-align: middle;
	float:right;
}

.list-view .summary .list_page{ padding:0;}
.list-view .summary .summary-text{ margin-right:8px;}
.list-view-head,.list-view-foot{ padding:12px 10px;}
.company_center .list-view-head,.company_center .list-view-foot,.manage_box .list-view-head,.manage_box .list-view-foot{ background-color:#f5f5f5; border-left:1px solid #dbdbdb; border-right:1px solid #dbdbdb;}
.company_center .list-view-foot,.manage_box .list-view-foot{ border-bottom:1px solid #dbdbdb;}

.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
{
	background:url(up.gif) right center no-repeat;
	padding-right: 10px;
}

.list-view .sorter a.desc
{
	background:url(down.gif) right center no-repeat;
	padding-right: 10px;
}

.list-view .empty
{
	margin: 0px auto;
	text-align: center;
	width: 100%;
	display: block;
}

