
/* obrazky na pozadi */
.Buttons a.Basket,
#ProductDetailTop button
{
background-image: url('img/button_buy.png');
}
 .Buttons a.Lupa
{
background-image: url('img/button_detail.png');
}
.Buttons a.Basket:hover,
.Buttons a.Lupa:hover
{
background-position: 0 -18px;
}
/* barvy */

.Buttons
{
color: white;
}

.Buttons a.Basket,
#ProductDetailTop button
{
color: #6f4802;
}
