/*ANFANG hover Buttoneffekt*/
.button_small_login ,
.button_admin ,
.button_buy_now ,
.button_in_cart ,
.button_back ,
.button_search ,
.button_continue_shopping ,
.button_delete ,
.button_download ,
.button_edit_account ,
.button_history ,
.button_redeem ,
.button_address_book ,
.button_update_cart ,
.button_print ,
.button_write_review,
.button_view ,
.button_back1, .button_add_address,
.button_continue ,.small_view ,
.small_edit ,
.small_delete ,
.button_update1 ,
.button_update ,
.button_change_address ,
.button_checkout ,
.button_confirm_order , 
.button_send ,
.edit_product ,
.show_cart ,
.unshow_cart
{
background-image: url(sprite_buttons.png);
  background-repeat: no-repeat;
  background-position: top left; 
}


.button_small_login   {     background-position: 0px -400px ;   }
.button_small_login:hover { background-position: -100px -400px;  }

.button_admin { background-position: left -50px; }
.button_admin:hover { background-position: -100px -50px; }

.button_buy_now { background-position: left -125px; }
.button_buy_now:hover { background-position: -100px -125px;}

.button_in_cart { background-position: left -375px;}
.button_in_cart:hover { background-position: -100px -375px;}

.button_back  { background-position: left -75px;}
.button_back:hover  { background-position: -100px -75px;}

.button_search { background-position: -200px top;}
.button_search:hover { background-position: -300px top;}

.button_continue_shopping {  background-position: left -250px;}
.button_continue_shopping:hover {   background-position: -100px -250px;}

.button_delete { background-position: left -275px;}
.button_delete:hover { background-position: -100px -275px;}

.button_download { background-position:  left -300px;}
.button_download:hover {   background-position: -100px -300px;}

.button_edit_account { background-position: left -325px;}
.button_edit_account:hover { background-position: -100px -325px;}

.button_history {background-position: left -350px;}
.button_history:hover { background-position: -100px -350px;}

.button_redeem { background-position: left bottom ;}
.button_redeem:hover {  background-position: -100px bottom;}

.button_address_book { background-position: left -25px;}
.button_address_book:hover { background-position: -100px -25px;}

.button_update_cart { background-position: -200px -75px;}
.button_update_cart:hover { background-position: -300px -75px;}

.button_print { background-position: left -425px;}
.button_print:hover { background-position: -100px -425px ;}

.button_write_review { background-position: -200px -150px ;}
.button_write_review:hover { background-position: -300px -150px ;}

.button_view { background-position: -200px -125px;}
.button_view:hover { background-position: -300px -125px;}

.button_back1  { background-position: left -100px ;}
.button_back1:hover  { background-position: -100px -100px;}

.button_add_address {background-position: left top;}
.button_add_address:hover {background-position: -100px top;}

.button_continue { background-position: left -225px;}
.button_continue:hover { background-position:-100px -225px;}

.small_view { background-position: -200px -275px;}
.small_view:hover { background-position: -300px -275px;}

.small_edit { background-position: -200px -250px;}
.small_edit:hover { background-position: -300px -250px;}

.small_delete { background-position: -200px -225px;}
.small_delete:hover { background-position: -300px -225px;}

.button_update1,.button_update { background-position: -200px -100px;}
.button_update1:hover,.button_update:hover { background-position: -300px -100px;}

.button_change_address { background-position: left -150px;}
.button_change_address:hover { background-position: -100px -150px ;}

.button_checkout { background-position: left -175px ;}
.button_checkout:hover { background-position:  -100px -175px;}

.button_confirm_order { background-position: left -200px ;}
.button_confirm_order:hover { background-position: -100px -200px ;}

.button_send { background-position: -200px -25px ;}
.button_send:hover { background-position: -300px -25px;}

.edit_product { background-position: -200px -175px;}
.edit_product:hover { background-position: -300px -175px;}

.show_cart {background-position: -200px -200px;}
.show_cart:hover { background-position: -300px -200px;}

.unshow_cart { background-position: -200px -300px ;}
.unshow_cart:hover { background-position: -300px -300px;}


