/* ICONS CSS */

/* ACTIONS */
.i-a-add {
	background: url('../img/actions/layout/a_add.png') center 3px no-repeat;
}
.i-a-edit {
	background: url('../img/actions/layout/a_edit.png') center 3px no-repeat;
}
.i-a-del {
	background: url('../img/actions/layout/a_del.png') center 3px no-repeat;
}
.i-a-index {
	background: url('../img/actions/layout/a_index.png') center 3px no-repeat;
}
.i-a-warning {
	background: url('../img/actions/layout/a_warning.png') center 3px no-repeat;
}
.i-a-login {
	background: url('../img/actions/generic/a_login.png') center 3px no-repeat;
}

/* RIGHT */
.o-login {
	background: url('../img/options/o-login.png	') 5px 2px no-repeat;
}

.o-logout {
	background: url('../img/options/o-logout.png	') 5px 2px no-repeat;
}

.o-customers {
	background: url('../img/options/o-customers.png	') 5px 2px no-repeat;
}

.o-users {
	background: url('../img/options/o-users.png') 5px 2px no-repeat;
}

.o-items {
	background: url('../img/options/o-items.png') 5px 2px no-repeat;
}

.o-zip {
	background: url('../img/options/o-zip.png') 5px 2px no-repeat;
}

.o-upload {
	background: url('../img/options/o-upload.png') 5px 2px no-repeat;
}

.o-pruning {
	background: url('../img/options/o-pruning.png') 5px 2px no-repeat;
}