/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<!-- `display: block` sprite -->
<div class="icon-home"></div>

<!-- `display: inline-block` sprite -->
<img class="icon-home" />
```
*/
.icon-W0565_BBL {
  background-image: url(W0565.1dd39d5d.jpg);
  background-position: 0px 0px;
  width: 32px;
  height: 32px;
}
.icon-W0565_BLU {
  background-image: url(W0565.1dd39d5d.jpg);
  background-position: -42px 0px;
  width: 32px;
  height: 32px;
}
.icon-W0565_NAV {
  background-image: url(W0565.1dd39d5d.jpg);
  background-position: 0px -42px;
  width: 32px;
  height: 32px;
}
.icon-W0565_PNK {
  background-image: url(W0565.1dd39d5d.jpg);
  background-position: -42px -42px;
  width: 32px;
  height: 32px;
}
