/**
* Layout styles for icons sets
*/
.icon {
height:20px;
text-decoration:none;
padding-left:8px;
padding-right:4px;
margin: 0;
}
#icon {
height:10px;
text-decoration:none;
padding-left:8px;
padding-right:4px;
margin: 0;
}

a#icon {
	text-decoration:none;
}

.loading{background:transparent  url("../images/ajax-loader.gif") no-repeat left;}



/**
* Order Icons
*/
.orders{background:transparent url(../images/icons/orders/folder_page.png) no-repeat left;}
.addorder{background:transparent url(../images/icons/orders/folder_page_add.png) no-repeat left;}
.order-edit{background:transparent url(../images/icons/orders/basket_edit.png) no-repeat left;}
.shipping-edit{background:transparent url(../images/icons/orders/basket_edit.png) no-repeat left;}
.cart{background:transparent url(../images/icons/orders/cart.png) no-repeat left;}
.promotions{background:transparent url(../images/icons/orders/coins.png) no-repeat left;}

.shipping{background:transparent url(../images/icons/orders/car.png) no-repeat left;}
.invoices{background:transparent url(../images/icons/orders/page_white_text_width.png) no-repeat left;}

/**
* Payment Icons
*/
.pending-payment{background:transparent url(../images/icons/money/creditcards.png) no-repeat left;}

/**
* Account Icons
*/
.account{background:transparent url(../images/icons/users/user.png) no-repeat left;}
.edit-account{background:transparent url(../images/icons/users/user_edit.png) no-repeat left;}
.user-add, .useradd{background:transparent url(../images/icons/users/user_add.png) no-repeat left;}
.user{background:transparent url(../images/icons/users/user.png) no-repeat left;}
.group{background:transparent url(../images/icons/users/group.png) no-repeat left;}
/**
* Action Icons
*/
.delete{background:transparent url(../images/icons/action/cross.png) no-repeat left;}
.search{background:transparent url(../images/icons/action/magnifier.png) no-repeat left;}
.online{background:transparent url(../images/icons/action/world.png) no-repeat left;}
.view-details{background:transparent url(../images/icons/action/vcard.png) no-repeat left;}
.resultset_next{background:transparent url(../images/icons/action/resultset_next.png) no-repeat left;}
.resultset_prev{background:transparent url(../images/icons/action/resultset_previous.png) no-repeat left;}
.resultset_last{background:transparent url(../images/icons/action/resultset_last.png) no-repeat left;}
.resultset_first{background:transparent url(../images/icons/action/resultset_first.png) no-repeat left;}
.pagenew{background:transparent url(../images/icons/action/page_add.png) no-repeat left;}
.report{background:transparent url(../images/icons/action/report.png) no-repeat left;}
.manage{background:transparent url(../images/icons/action/cog.png) no-repeat left;}
.manage_page{background:transparent url(../images/icons/action/page_gear.png) no-repeat left;}
.add{background:transparent url(../images/icons/action/add.png) no-repeat left;}
.plus{background:transparent url(../images/icons/action/add.png) no-repeat left;}
.minus{background:transparent url(../images/icons/action/delete.png) no-repeat left;}
.feed{background:transparent url(../images/icons/action/feed.png) no-repeat left;}
.house{background:transparent url(../images/icons/action/house.png) no-repeat left;}
.help{background:transparent url(../images/icons/action/help.png) no-repeat left;}
.book-add{background:transparent url(../images/icons/action/book_addresses.png) no-repeat left;}
.print{background:transparent url(../images/icons/action/action_print.gif) no-repeat left;}
.file-pdf{background:transparent url(../images/icons/action/file_acrobat.gif) no-repeat left;}

