/* Obrazky na pozadi */

 .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;
}
.ProductList .PageControls a.SortAsc span
{
background: url('img/line-up.gif') no-repeat center 3px;
}
.ProductList .PageControls a.SortDesc span
{
background: url('img/line-down.gif') no-repeat center 3px;
}
.ProductList .PageControls a.SortAsc:hover span,
.ProductList .PageControls a.SortAsc .Active
{
background: url('img/line-up-active.gif') no-repeat center 3px;
}
.ProductList .PageControls a.SortDesc:hover span,
.ProductList .PageControls a.SortDesc .Active
{
background: url('img/line-down-active.gif') no-repeat center 3px;
}



/* Barvy */

 .Buttons a.Lupa
{
color: #023f70;
}
.OrderList a
{
color: #04467c;
}
