
.btn span, .btnLarge span { display:none; }

a.btn,
a.btn:link,
button.btn,
button.btn:link,
input.btn {
    display:block;
    float:left;
    height:18px;
    width:85px;
    margin: 3px 5px 0 0;
    padding: 0; 
    cursor:hand;
    border:none;
    }
    
a.btnLarge,
a.btnLarge:link {
    display:block;
    float:left;
    height:26px;
    margin: 4px 5px 0 0;
    padding: 0; 
    cursor: hand;
    }
    

a.btn:hover,
a.btn:activ,
button.btn:hover,
button.btn:active { background-position: center -18px; }

a.btnLarge:hover,
a.btnLarge:active
 { background-position: center -24px; }


a.addArticle {background: url(../images/buttons/btnAddRed.gif) no-repeat 0 0;  }       
a.editArticle {background: url(../images/buttons/btnEditRed.gif) no-repeat 0 0;  }
a.deleteArticle {background: url(../images/buttons/btnDeleteRed.gif) no-repeat 0 0;  }
 
a.addProduct {background: url(../images/buttons/btnAddRed.gif) no-repeat 0 0;  }       
a.editProduct {background: url(../images/buttons/btnEditRed.gif) no-repeat 0 0;  }
a.productDelete {background: url(../images/buttons/btnDeleteRed.gif) no-repeat 0 0;  }

a.importExport {background: url(../images/buttons/btnImportExport.gif) no-repeat 0 0; }       
a.topList {background: url(../images/buttons/btnTopList.gif) no-repeat 0 0;  }
a.productGroup {background: url(../images/buttons/btnProductGroup.gif) no-repeat 0 0;  }

a.specMana {background: url(../images/buttons/btnSpecialistMana.gif) no-repeat 0 0;  }

a.btnAdd {background: url(../images/buttons/btnAdd.gif) no-repeat 0 0;  }
a.btnDelete {background: url(../images/buttons/btnDelete.gif) no-repeat 0 0; }
a.btnEdit {background: url(../images/buttons/btnEdit.gif) no-repeat 0 0;  }
a.btnSorteren {background: url(../images/buttons/btnSorteren.gif) no-repeat 0 0; }
a.btnNext {background: url(../images/buttons/btnNext.gif) no-repeat 0 0; }

button.btnSave {background: url(../images/buttons/btnSave.gif) no-repeat 0 0;  }
button.btnCancel {background: url(../images/buttons/btnCancel.gif) no-repeat 0 0; }
button.btnDelete {background: url(../images/buttons/btnDelete.gif) no-repeat 0 0; }
button.btnAdd {background: url(../images/buttons/btnAdd.gif) no-repeat 0 0; }
input.btnSearch {background: url(../images/buttons/btnSearch.gif) no-repeat 0 0; width:85px; }

button.btnAlfabetic {background: url(../images/buttons/btnAlfabetic.gif) no-repeat 0 0; }
button.btnPublicationDate {background: url(../images/buttons/btnPublicationDate.gif) no-repeat 0 0; }
button.btnTop {background: url(../images/buttons/btnTop.gif) no-repeat 0 0; width:26px; }
button.btnUp {background: url(../images/buttons/btnUp.gif) no-repeat 0 0; width:26px; }
button.btnDown {background: url(../images/buttons/btnDown.gif) no-repeat 0 0; width:26px; }
button.btnBottom {background: url(../images/buttons/btnBottom.gif) no-repeat 0 0; width:26px; }
