Unknown macro: {style}
a.shopcart
{
display:block;
width:32px;
height:32px;
background:#ffffff url(http://www.teamlead.ru/download/attachments/43384990/shopping_cart.png) no-repeat center;
overflow:hidden;
cursor:link;
text-decoration: none;
}
a.shopcart img
{
visibility:hidden;
}
a.shopcart:hover
{
background:0;
}
a.shopcart:hover img
{
visibility:visible;
border:0;
}