о, моя кнопка :) посмотрите как сделано http://sekret-rukodeliya.ru/
картинки сами найдете, класс кнопок с иконкой button_product
a.button_product, a.button , #menu_container {
background: #169DC0;
background: -moz-linear-gradient(top, #80C5E8 0%, #169DC0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80C5E8), color-stop(100%,#169DC0));
background: -webkit-linear-gradient(top, #80C5E8 0%,#169DC0 100%);
background: -o-linear-gradient(top, #80C5E8 0%,#169DC0 100%);
background: -ms-linear-gradient(top, #80C5E8 0%,#169DC0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80C5E8', endColorstr='#169DC0',GradientType=0 );
background: linear-gradient(top, #80C5E8 0%,#169DC0 100%);
}
a.button:hover, a.button_product:hover {
background: #9FCB55;
background: -moz-linear-gradient(top, #C9E181 0%, #9FCB55 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C9E181), color-stop(100%,#9FCB55));
background: -webkit-linear-gradient(top, #C9E181 0%,#9FCB55 100%);
background: -o-linear-gradient(top, #C9E181 0%,#9FCB55 100%);
background: -ms-linear-gradient(top, #C9E181 0%,#9FCB55 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C9E181', endColorstr='#9FCB55',GradientType=0 );
background: linear-gradient(top, #C9E181 0%,#9FCB55 100%);
border: 1px solid #9FCB55;
}
a.button_product span {
display: inline-block;
font-size: 11px;
font-weight: bold;
line-height: 12px;
padding: 5px 10px 5px 30px;
background: url(../image/cart-button.png) no-repeat;
background-position: 6px 1px;
}
a.button_product:hover span {
color:#FFF;
background: url(../image/cart-button.png) no-repeat;
background-position: 6px 1px;
}
.product-info .cart a.button_product span {
font-size: 12px;
font-weight: bold;
line-height: 12px;
padding: 10px 17px 10px 40px;
background: url(../image/cart-button-big.png) no-repeat;
background-position: 10px 3px;
}
.product-info .cart a.button_product:hover span {
color: white;
background: url(../image/cart-button-big.png) no-repeat;
background-position: 10px 3px;
}