
.Buttons a.Basket,
#ProductDetailTop button
{
background: url('img/button_buy.jpg') no-repeat left top;
}
.Buttons a.Lupa
{
background: url('img/button_detail.jpg') no-repeat left top;
}
.Buttons a.Basket:hover
{
background: url('img/button_buy.jpg') no-repeat left -18px;
}
.Buttons a.Lupa:hover
{
background: url('img/button_detail.jpg') no-repeat left -18px;
}


.Buttons a.Lupa
{
color: white;
}
.OrderList a
{
color: #04467c;
}
