a.small_icon
{
	display: block;
	float: left;
	margin-right: 5px;
	height: 12px;
	width: 12px;
	background-repeat: no-repeat;
	background-position: 0 1px;
}

div.list_icons
{
	float: right;
	display: inline;
	width: 100px;
}

div.list_icons ul li.icon_hidden
{
	float: left;
	display: none;
}

div.list_icons ul li:hover
{
	background: url(../img/icons/icon_bg.gif) no-repeat;
}

div.list_icons a,
div.list_icons a:Active,
div.list_icons a:Visited
{
	display: block;
	height: 20px;
	width: 18px;
}

li.icon_delete a { background: url(../../default/img/icons/icon_delete.gif) no-repeat; }
li.icon_edit a { background: url(../../default/img/icons/icon_edit.gif) no-repeat; }
li.icon_save a { background: url(../../default/img/icons/icon_save.gif) no-repeat; }

li.icon_view {
	width:25px;
	float:left;
}
li.icon_money {
	width:25px;
	float:left;
}
li.icon_view a { background: url(../../default/img/icons/icon_view.gif) no-repeat; }
li.icon_money a { background: url(../../default/img/icons/icon_money.gif) no-repeat; }

div.paging a
{
	padding-bottom:0px !important;
}

a.paging_first { background-image: url(../../default/img/icons/paging_first.gif); }
a.paging_prev { background-image: url(../../default/img/icons/paging_prev.gif); }
a.paging_next { background-image: url(../../default/img/icons/paging_next.gif); }
a.paging_last { background-image: url(../../default/img/icons/paging_last.gif); }