
.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;
}

.LeftHeader #TopLeftCorner h2 a
{
	width: 440px;
	height: 80px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

.LeftHeader #TopLeftCorner span
{
	display: none;
}
