Advertisement
Guest User

Untitled

a guest
Apr 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 122.50 KB | None | 0 0
  1. html {
  2. overflow-y: scroll;
  3. height: 100%
  4. }
  5.  
  6. body {
  7. padding: 0 0 .2em 0;
  8. margin: 0;
  9. font-family: Verdana, Arial, sans-serif
  10. }
  11.  
  12. code {
  13. font-size: 1.2em
  14. }
  15.  
  16. img {
  17. border: none
  18. }
  19.  
  20. a {
  21. color: #333
  22. }
  23.  
  24. #container p {
  25. text-align: justify
  26. }
  27.  
  28. h2,
  29. h3,
  30. h4,
  31. h5,
  32. h6 {
  33. font-family: Georgia, 'Times New Roman', Times, serif
  34. }
  35.  
  36. h2 {
  37. border: 0 solid#DDD;
  38. border-bottom-width: 1px;
  39. font-size: 180%
  40. }
  41.  
  42. h3 {
  43. font-size: 160%
  44. }
  45.  
  46. #fancybox-content,
  47. #container,
  48. #footer {
  49. font-size: 80%
  50. }
  51.  
  52. .clear {
  53. display: block;
  54. width: 0;
  55. height: 0;
  56. clear: both
  57. }
  58.  
  59. h1 {
  60. display: inline;
  61. font-size: 100%;
  62. font-weight: 700;
  63. padding: 0;
  64. margin: 0
  65. }
  66.  
  67. #header,
  68. #header li,
  69. h1,
  70. #nav-toggle {
  71. border: 0 solid#DDD
  72. }
  73.  
  74. #header-inner,
  75. #container,
  76. #footer {
  77. width: 760px;
  78. margin: 0 auto
  79. }
  80.  
  81. #header {
  82. font-size: 80%;
  83. background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0.0, #FFF), color-stop(1.0, #EEE));
  84. background-image: -moz-linear-gradient(center top, #FFF 0, #EEE 100%);
  85. border-bottom-width: 1px
  86. }
  87.  
  88. #header ul {
  89. display: block;
  90. list-style-type: none;
  91. padding: 0;
  92. margin: 0
  93. }
  94.  
  95. h1,
  96. #nav-toggle {
  97. border-left-width: 1px
  98. }
  99.  
  100. #header li,
  101. h1 {
  102. display: block;
  103. float: left;
  104. border-right-width: 1px
  105. }
  106.  
  107. #header li#selected,
  108. #header li:hover,
  109. h1:hover,
  110. #nav-toggle:hover {
  111. background-color: #EEE
  112. }
  113.  
  114. #header li a,
  115. h1 a {
  116. display: block;
  117. padding: .5em;
  118. text-decoration: none;
  119. color: #444
  120. }
  121.  
  122. #footer {
  123. font-size: 70%;
  124. text-align: center
  125. }
  126.  
  127. #footer,
  128. #footer a {
  129. color: #555
  130. }
  131.  
  132. #search {
  133. width: 100%;
  134. font-size: 150%
  135. }
  136.  
  137. #rows {
  138. border-collapse: collapse;
  139. margin-top: .5em
  140. }
  141.  
  142. .row td {
  143. padding: .5em
  144. }
  145.  
  146. .icon,
  147. .row .icon {
  148. width: 32px;
  149. height: 32px;
  150. padding: 0
  151. }
  152.  
  153. .row .id {
  154. font-weight: 700;
  155. text-align: right;
  156. width: 4em
  157. }
  158.  
  159. .row .highlight {
  160. background-color: #FFA
  161. }
  162.  
  163. .text-id {
  164. color: #666
  165. }
  166.  
  167. #bookmarklet {
  168. text-align: right;
  169. margin-top: -3.5em;
  170. margin-bottom: 2em
  171. }
  172.  
  173. #bookmarklet a {
  174. padding: 4px 4px 4px 24px;
  175. background-image: url(/favicon16.png);
  176. background-repeat: no-repeat;
  177. background-color: #DDD;
  178. background-position: 4px 4px;
  179. border-radius: 3px;
  180. -moz-border-radius: 3px;
  181. -khtml-border-radius: 3px;
  182. -webkit-border-radius: 3px;
  183. text-decoration: none
  184. }
  185.  
  186. .details td,
  187. #potion-calculator td {
  188. vertical-align: top
  189. }
  190.  
  191. .potion-right {
  192. padding-left: 50px
  193. }
  194.  
  195. #ad {
  196. margin: 20px auto 0 auto;
  197. padding: 0
  198. }
  199.  
  200. #nav-toggle {
  201. display: none
  202. }
  203.  
  204. @media only screen and (max-device-width:640px) {
  205. body {
  206. padding-left: 10px;
  207. padding-right: 10px;
  208. font-size: 120%
  209. }
  210. #header {
  211. margin-left: -10px;
  212. margin-right: -10px
  213. }
  214. #header-inner,
  215. #container,
  216. #footer {
  217. width: 100%
  218. }
  219. #header ul {
  220. display: none;
  221. border: 0 solid#DDD;
  222. border-top-width: 1px
  223. }
  224. #header li {
  225. float: none;
  226. display: block
  227. }
  228. #nav-toggle {
  229. float: right;
  230. display: block
  231. }
  232. #nav-toggle a {
  233. display: block;
  234. border-right-width: 1px;
  235. padding: .5em;
  236. color: #444;
  237. text-decoration: none
  238. }
  239. #nav-toggle-clear {
  240. display: block;
  241. width: 0;
  242. height: 0;
  243. clear: both
  244. }
  245. #bookmarklet {
  246. display: none
  247. }
  248. }
  249.  
  250. #ad,
  251. #ad ins {
  252. width: 320px;
  253. height: 100px
  254. }
  255.  
  256. @media(min-width:500px) {
  257. #ad,
  258. #ad ins {
  259. width: 468px;
  260. height: 60px
  261. }
  262. }
  263.  
  264. @media(min-width:800px) {
  265. #ad,
  266. #ad ins {
  267. width: 728px;
  268. height: 90px
  269. }
  270. }
  271.  
  272. .items-28-0-0 {
  273. width: 32px;
  274. height: 32px;
  275. background: url(/images/sprites/items-28.png) 0 0 no-repeat
  276. }
  277.  
  278. .items-28-1-0 {
  279. width: 32px;
  280. height: 32px;
  281. background: url(/images/sprites/items-28.png) -32px 0 no-repeat
  282. }
  283.  
  284. .items-28-1-1 {
  285. width: 32px;
  286. height: 32px;
  287. background: url(/images/sprites/items-28.png) 0 -32px no-repeat
  288. }
  289.  
  290. .items-28-1-2 {
  291. width: 32px;
  292. height: 32px;
  293. background: url(/images/sprites/items-28.png) -32px -32px no-repeat
  294. }
  295.  
  296. .items-28-1-3 {
  297. width: 32px;
  298. height: 32px;
  299. background: url(/images/sprites/items-28.png) -64px 0 no-repeat
  300. }
  301.  
  302. .items-28-1-4 {
  303. width: 32px;
  304. height: 32px;
  305. background: url(/images/sprites/items-28.png) -64px -32px no-repeat
  306. }
  307.  
  308. .items-28-1-5 {
  309. width: 32px;
  310. height: 32px;
  311. background: url(/images/sprites/items-28.png) 0 -64px no-repeat
  312. }
  313.  
  314. .items-28-1-6 {
  315. width: 32px;
  316. height: 32px;
  317. background: url(/images/sprites/items-28.png) -32px -64px no-repeat
  318. }
  319.  
  320. .items-28-10-0 {
  321. width: 32px;
  322. height: 32px;
  323. background: url(/images/sprites/items-28.png) -64px -64px no-repeat
  324. }
  325.  
  326. .items-28-100-0 {
  327. width: 32px;
  328. height: 32px;
  329. background: url(/images/sprites/items-28.png) -96px 0 no-repeat
  330. }
  331.  
  332. .items-28-101-0 {
  333. width: 32px;
  334. height: 32px;
  335. background: url(/images/sprites/items-28.png) -96px -32px no-repeat
  336. }
  337.  
  338. .items-28-102-0 {
  339. width: 32px;
  340. height: 32px;
  341. background: url(/images/sprites/items-28.png) -96px -64px no-repeat
  342. }
  343.  
  344. .items-28-103-0 {
  345. width: 32px;
  346. height: 32px;
  347. background: url(/images/sprites/items-28.png) 0 -96px no-repeat
  348. }
  349.  
  350. .items-28-104-0 {
  351. width: 32px;
  352. height: 32px;
  353. background: url(/images/sprites/items-28.png) -32px -96px no-repeat
  354. }
  355.  
  356. .items-28-105-0 {
  357. width: 32px;
  358. height: 32px;
  359. background: url(/images/sprites/items-28.png) -64px -96px no-repeat
  360. }
  361.  
  362. .items-28-106-0 {
  363. width: 32px;
  364. height: 32px;
  365. background: url(/images/sprites/items-28.png) -96px -96px no-repeat
  366. }
  367.  
  368. .items-28-107-0 {
  369. width: 32px;
  370. height: 32px;
  371. background: url(/images/sprites/items-28.png) -128px 0 no-repeat
  372. }
  373.  
  374. .items-28-108-0 {
  375. width: 32px;
  376. height: 32px;
  377. background: url(/images/sprites/items-28.png) -128px -32px no-repeat
  378. }
  379.  
  380. .items-28-109-0 {
  381. width: 32px;
  382. height: 32px;
  383. background: url(/images/sprites/items-28.png) -128px -64px no-repeat
  384. }
  385.  
  386. .items-28-11-0 {
  387. width: 32px;
  388. height: 32px;
  389. background: url(/images/sprites/items-28.png) -128px -96px no-repeat
  390. }
  391.  
  392. .items-28-110-0 {
  393. width: 32px;
  394. height: 32px;
  395. background: url(/images/sprites/items-28.png) 0 -128px no-repeat
  396. }
  397.  
  398. .items-28-111-0 {
  399. width: 32px;
  400. height: 32px;
  401. background: url(/images/sprites/items-28.png) -32px -128px no-repeat
  402. }
  403.  
  404. .items-28-112-0 {
  405. width: 32px;
  406. height: 32px;
  407. background: url(/images/sprites/items-28.png) -64px -128px no-repeat
  408. }
  409.  
  410. .items-28-113-0 {
  411. width: 32px;
  412. height: 32px;
  413. background: url(/images/sprites/items-28.png) -96px -128px no-repeat
  414. }
  415.  
  416. .items-28-114-0 {
  417. width: 32px;
  418. height: 32px;
  419. background: url(/images/sprites/items-28.png) -128px -128px no-repeat
  420. }
  421.  
  422. .items-28-115-0 {
  423. width: 32px;
  424. height: 32px;
  425. background: url(/images/sprites/items-28.png) -160px 0 no-repeat
  426. }
  427.  
  428. .items-28-116-0 {
  429. width: 32px;
  430. height: 32px;
  431. background: url(/images/sprites/items-28.png) -160px -32px no-repeat
  432. }
  433.  
  434. .items-28-117-0 {
  435. width: 32px;
  436. height: 32px;
  437. background: url(/images/sprites/items-28.png) -160px -64px no-repeat
  438. }
  439.  
  440. .items-28-118-0 {
  441. width: 32px;
  442. height: 32px;
  443. background: url(/images/sprites/items-28.png) -160px -96px no-repeat
  444. }
  445.  
  446. .items-28-119-0 {
  447. width: 32px;
  448. height: 32px;
  449. background: url(/images/sprites/items-28.png) -160px -128px no-repeat
  450. }
  451.  
  452. .items-28-12-0 {
  453. width: 32px;
  454. height: 32px;
  455. background: url(/images/sprites/items-28.png) 0 -160px no-repeat
  456. }
  457.  
  458. .items-28-12-1 {
  459. width: 32px;
  460. height: 32px;
  461. background: url(/images/sprites/items-28.png) -32px -160px no-repeat
  462. }
  463.  
  464. .items-28-120-0 {
  465. width: 32px;
  466. height: 32px;
  467. background: url(/images/sprites/items-28.png) -64px -160px no-repeat
  468. }
  469.  
  470. .items-28-121-0 {
  471. width: 32px;
  472. height: 32px;
  473. background: url(/images/sprites/items-28.png) -96px -160px no-repeat
  474. }
  475.  
  476. .items-28-122-0 {
  477. width: 32px;
  478. height: 32px;
  479. background: url(/images/sprites/items-28.png) -128px -160px no-repeat
  480. }
  481.  
  482. .items-28-123-0 {
  483. width: 32px;
  484. height: 32px;
  485. background: url(/images/sprites/items-28.png) -160px -160px no-repeat
  486. }
  487.  
  488. .items-28-124-0 {
  489. width: 32px;
  490. height: 32px;
  491. background: url(/images/sprites/items-28.png) -192px 0 no-repeat
  492. }
  493.  
  494. .items-28-125-0 {
  495. width: 32px;
  496. height: 32px;
  497. background: url(/images/sprites/items-28.png) -192px -32px no-repeat
  498. }
  499.  
  500. .items-28-125-1 {
  501. width: 32px;
  502. height: 32px;
  503. background: url(/images/sprites/items-28.png) -192px -64px no-repeat
  504. }
  505.  
  506. .items-28-125-2 {
  507. width: 32px;
  508. height: 32px;
  509. background: url(/images/sprites/items-28.png) -192px -96px no-repeat
  510. }
  511.  
  512. .items-28-125-3 {
  513. width: 32px;
  514. height: 32px;
  515. background: url(/images/sprites/items-28.png) -192px -128px no-repeat
  516. }
  517.  
  518. .items-28-125-4 {
  519. width: 32px;
  520. height: 32px;
  521. background: url(/images/sprites/items-28.png) -192px -160px no-repeat
  522. }
  523.  
  524. .items-28-125-5 {
  525. width: 32px;
  526. height: 32px;
  527. background: url(/images/sprites/items-28.png) 0 -192px no-repeat
  528. }
  529.  
  530. .items-28-126-0 {
  531. width: 32px;
  532. height: 32px;
  533. background: url(/images/sprites/items-28.png) -32px -192px no-repeat
  534. }
  535.  
  536. .items-28-126-1 {
  537. width: 32px;
  538. height: 32px;
  539. background: url(/images/sprites/items-28.png) -64px -192px no-repeat
  540. }
  541.  
  542. .items-28-126-2 {
  543. width: 32px;
  544. height: 32px;
  545. background: url(/images/sprites/items-28.png) -96px -192px no-repeat
  546. }
  547.  
  548. .items-28-126-3 {
  549. width: 32px;
  550. height: 32px;
  551. background: url(/images/sprites/items-28.png) -128px -192px no-repeat
  552. }
  553.  
  554. .items-28-126-4 {
  555. width: 32px;
  556. height: 32px;
  557. background: url(/images/sprites/items-28.png) -160px -192px no-repeat
  558. }
  559.  
  560. .items-28-126-5 {
  561. width: 32px;
  562. height: 32px;
  563. background: url(/images/sprites/items-28.png) -192px -192px no-repeat
  564. }
  565.  
  566. .items-28-127-0 {
  567. width: 32px;
  568. height: 32px;
  569. background: url(/images/sprites/items-28.png) -224px 0 no-repeat
  570. }
  571.  
  572. .items-28-128-0 {
  573. width: 32px;
  574. height: 32px;
  575. background: url(/images/sprites/items-28.png) -224px -32px no-repeat
  576. }
  577.  
  578. .items-28-129-0 {
  579. width: 32px;
  580. height: 32px;
  581. background: url(/images/sprites/items-28.png) -224px -64px no-repeat
  582. }
  583.  
  584. .items-28-13-0 {
  585. width: 32px;
  586. height: 32px;
  587. background: url(/images/sprites/items-28.png) -224px -96px no-repeat
  588. }
  589.  
  590. .items-28-130-0 {
  591. width: 32px;
  592. height: 32px;
  593. background: url(/images/sprites/items-28.png) -224px -128px no-repeat
  594. }
  595.  
  596. .items-28-131-0 {
  597. width: 32px;
  598. height: 32px;
  599. background: url(/images/sprites/items-28.png) -224px -160px no-repeat
  600. }
  601.  
  602. .items-28-132-0 {
  603. width: 32px;
  604. height: 32px;
  605. background: url(/images/sprites/items-28.png) -224px -192px no-repeat
  606. }
  607.  
  608. .items-28-133-0 {
  609. width: 32px;
  610. height: 32px;
  611. background: url(/images/sprites/items-28.png) 0 -224px no-repeat
  612. }
  613.  
  614. .items-28-134-0 {
  615. width: 32px;
  616. height: 32px;
  617. background: url(/images/sprites/items-28.png) -32px -224px no-repeat
  618. }
  619.  
  620. .items-28-135-0 {
  621. width: 32px;
  622. height: 32px;
  623. background: url(/images/sprites/items-28.png) -64px -224px no-repeat
  624. }
  625.  
  626. .items-28-136-0 {
  627. width: 32px;
  628. height: 32px;
  629. background: url(/images/sprites/items-28.png) -96px -224px no-repeat
  630. }
  631.  
  632. .items-28-137-0 {
  633. width: 32px;
  634. height: 32px;
  635. background: url(/images/sprites/items-28.png) -128px -224px no-repeat
  636. }
  637.  
  638. .items-28-138-0 {
  639. width: 32px;
  640. height: 32px;
  641. background: url(/images/sprites/items-28.png) -160px -224px no-repeat
  642. }
  643.  
  644. .items-28-139-0 {
  645. width: 32px;
  646. height: 32px;
  647. background: url(/images/sprites/items-28.png) -192px -224px no-repeat
  648. }
  649.  
  650. .items-28-139-1 {
  651. width: 32px;
  652. height: 32px;
  653. background: url(/images/sprites/items-28.png) -224px -224px no-repeat
  654. }
  655.  
  656. .items-28-14-0 {
  657. width: 32px;
  658. height: 32px;
  659. background: url(/images/sprites/items-28.png) -256px 0 no-repeat
  660. }
  661.  
  662. .items-28-140-0 {
  663. width: 32px;
  664. height: 32px;
  665. background: url(/images/sprites/items-28.png) -256px -32px no-repeat
  666. }
  667.  
  668. .items-28-141-0 {
  669. width: 32px;
  670. height: 32px;
  671. background: url(/images/sprites/items-28.png) -256px -64px no-repeat
  672. }
  673.  
  674. .items-28-142-0 {
  675. width: 32px;
  676. height: 32px;
  677. background: url(/images/sprites/items-28.png) -256px -96px no-repeat
  678. }
  679.  
  680. .items-28-143-0 {
  681. width: 32px;
  682. height: 32px;
  683. background: url(/images/sprites/items-28.png) -256px -128px no-repeat
  684. }
  685.  
  686. .items-28-144-0 {
  687. width: 32px;
  688. height: 32px;
  689. background: url(/images/sprites/items-28.png) -256px -160px no-repeat
  690. }
  691.  
  692. .items-28-145-0 {
  693. width: 32px;
  694. height: 32px;
  695. background: url(/images/sprites/items-28.png) -256px -192px no-repeat
  696. }
  697.  
  698. .items-28-146-0 {
  699. width: 32px;
  700. height: 32px;
  701. background: url(/images/sprites/items-28.png) -256px -224px no-repeat
  702. }
  703.  
  704. .items-28-147-0 {
  705. width: 32px;
  706. height: 32px;
  707. background: url(/images/sprites/items-28.png) 0 -256px no-repeat
  708. }
  709.  
  710. .items-28-148-0 {
  711. width: 32px;
  712. height: 32px;
  713. background: url(/images/sprites/items-28.png) -32px -256px no-repeat
  714. }
  715.  
  716. .items-28-149-0 {
  717. width: 32px;
  718. height: 32px;
  719. background: url(/images/sprites/items-28.png) -64px -256px no-repeat
  720. }
  721.  
  722. .items-28-15-0 {
  723. width: 32px;
  724. height: 32px;
  725. background: url(/images/sprites/items-28.png) -96px -256px no-repeat
  726. }
  727.  
  728. .items-28-150-0 {
  729. width: 32px;
  730. height: 32px;
  731. background: url(/images/sprites/items-28.png) -128px -256px no-repeat
  732. }
  733.  
  734. .items-28-151-0 {
  735. width: 32px;
  736. height: 32px;
  737. background: url(/images/sprites/items-28.png) -160px -256px no-repeat
  738. }
  739.  
  740. .items-28-152-0 {
  741. width: 32px;
  742. height: 32px;
  743. background: url(/images/sprites/items-28.png) -192px -256px no-repeat
  744. }
  745.  
  746. .items-28-153-0 {
  747. width: 32px;
  748. height: 32px;
  749. background: url(/images/sprites/items-28.png) -224px -256px no-repeat
  750. }
  751.  
  752. .items-28-154-0 {
  753. width: 32px;
  754. height: 32px;
  755. background: url(/images/sprites/items-28.png) -256px -256px no-repeat
  756. }
  757.  
  758. .items-28-155-0 {
  759. width: 32px;
  760. height: 32px;
  761. background: url(/images/sprites/items-28.png) -288px 0 no-repeat
  762. }
  763.  
  764. .items-28-155-1 {
  765. width: 32px;
  766. height: 32px;
  767. background: url(/images/sprites/items-28.png) -288px -32px no-repeat
  768. }
  769.  
  770. .items-28-155-2 {
  771. width: 32px;
  772. height: 32px;
  773. background: url(/images/sprites/items-28.png) -288px -64px no-repeat
  774. }
  775.  
  776. .items-28-156-0 {
  777. width: 32px;
  778. height: 32px;
  779. background: url(/images/sprites/items-28.png) -288px -96px no-repeat
  780. }
  781.  
  782. .items-28-157-0 {
  783. width: 32px;
  784. height: 32px;
  785. background: url(/images/sprites/items-28.png) -288px -128px no-repeat
  786. }
  787.  
  788. .items-28-158-0 {
  789. width: 32px;
  790. height: 32px;
  791. background: url(/images/sprites/items-28.png) -288px -160px no-repeat
  792. }
  793.  
  794. .items-28-159-0 {
  795. width: 32px;
  796. height: 32px;
  797. background: url(/images/sprites/items-28.png) -288px -192px no-repeat
  798. }
  799.  
  800. .items-28-159-1 {
  801. width: 32px;
  802. height: 32px;
  803. background: url(/images/sprites/items-28.png) -288px -224px no-repeat
  804. }
  805.  
  806. .items-28-159-10 {
  807. width: 32px;
  808. height: 32px;
  809. background: url(/images/sprites/items-28.png) -288px -256px no-repeat
  810. }
  811.  
  812. .items-28-159-11 {
  813. width: 32px;
  814. height: 32px;
  815. background: url(/images/sprites/items-28.png) 0 -288px no-repeat
  816. }
  817.  
  818. .items-28-159-12 {
  819. width: 32px;
  820. height: 32px;
  821. background: url(/images/sprites/items-28.png) -32px -288px no-repeat
  822. }
  823.  
  824. .items-28-159-13 {
  825. width: 32px;
  826. height: 32px;
  827. background: url(/images/sprites/items-28.png) -64px -288px no-repeat
  828. }
  829.  
  830. .items-28-159-14 {
  831. width: 32px;
  832. height: 32px;
  833. background: url(/images/sprites/items-28.png) -96px -288px no-repeat
  834. }
  835.  
  836. .items-28-159-15 {
  837. width: 32px;
  838. height: 32px;
  839. background: url(/images/sprites/items-28.png) -128px -288px no-repeat
  840. }
  841.  
  842. .items-28-159-2 {
  843. width: 32px;
  844. height: 32px;
  845. background: url(/images/sprites/items-28.png) -160px -288px no-repeat
  846. }
  847.  
  848. .items-28-159-3 {
  849. width: 32px;
  850. height: 32px;
  851. background: url(/images/sprites/items-28.png) -192px -288px no-repeat
  852. }
  853.  
  854. .items-28-159-4 {
  855. width: 32px;
  856. height: 32px;
  857. background: url(/images/sprites/items-28.png) -224px -288px no-repeat
  858. }
  859.  
  860. .items-28-159-5 {
  861. width: 32px;
  862. height: 32px;
  863. background: url(/images/sprites/items-28.png) -256px -288px no-repeat
  864. }
  865.  
  866. .items-28-159-6 {
  867. width: 32px;
  868. height: 32px;
  869. background: url(/images/sprites/items-28.png) -288px -288px no-repeat
  870. }
  871.  
  872. .items-28-159-7 {
  873. width: 32px;
  874. height: 32px;
  875. background: url(/images/sprites/items-28.png) -320px 0 no-repeat
  876. }
  877.  
  878. .items-28-159-8 {
  879. width: 32px;
  880. height: 32px;
  881. background: url(/images/sprites/items-28.png) -320px -32px no-repeat
  882. }
  883.  
  884. .items-28-159-9 {
  885. width: 32px;
  886. height: 32px;
  887. background: url(/images/sprites/items-28.png) -320px -64px no-repeat
  888. }
  889.  
  890. .items-28-16-0 {
  891. width: 32px;
  892. height: 32px;
  893. background: url(/images/sprites/items-28.png) -320px -96px no-repeat
  894. }
  895.  
  896. .items-28-160-0 {
  897. width: 32px;
  898. height: 32px;
  899. background: url(/images/sprites/items-28.png) -320px -128px no-repeat
  900. }
  901.  
  902. .items-28-160-1 {
  903. width: 32px;
  904. height: 32px;
  905. background: url(/images/sprites/items-28.png) -320px -160px no-repeat
  906. }
  907.  
  908. .items-28-160-10 {
  909. width: 32px;
  910. height: 32px;
  911. background: url(/images/sprites/items-28.png) -320px -192px no-repeat
  912. }
  913.  
  914. .items-28-160-11 {
  915. width: 32px;
  916. height: 32px;
  917. background: url(/images/sprites/items-28.png) -320px -224px no-repeat
  918. }
  919.  
  920. .items-28-160-12 {
  921. width: 32px;
  922. height: 32px;
  923. background: url(/images/sprites/items-28.png) -320px -256px no-repeat
  924. }
  925.  
  926. .items-28-160-13 {
  927. width: 32px;
  928. height: 32px;
  929. background: url(/images/sprites/items-28.png) -320px -288px no-repeat
  930. }
  931.  
  932. .items-28-160-14 {
  933. width: 32px;
  934. height: 32px;
  935. background: url(/images/sprites/items-28.png) 0 -320px no-repeat
  936. }
  937.  
  938. .items-28-160-15 {
  939. width: 32px;
  940. height: 32px;
  941. background: url(/images/sprites/items-28.png) -32px -320px no-repeat
  942. }
  943.  
  944. .items-28-160-2 {
  945. width: 32px;
  946. height: 32px;
  947. background: url(/images/sprites/items-28.png) -64px -320px no-repeat
  948. }
  949.  
  950. .items-28-160-3 {
  951. width: 32px;
  952. height: 32px;
  953. background: url(/images/sprites/items-28.png) -96px -320px no-repeat
  954. }
  955.  
  956. .items-28-160-4 {
  957. width: 32px;
  958. height: 32px;
  959. background: url(/images/sprites/items-28.png) -128px -320px no-repeat
  960. }
  961.  
  962. .items-28-160-5 {
  963. width: 32px;
  964. height: 32px;
  965. background: url(/images/sprites/items-28.png) -160px -320px no-repeat
  966. }
  967.  
  968. .items-28-160-6 {
  969. width: 32px;
  970. height: 32px;
  971. background: url(/images/sprites/items-28.png) -192px -320px no-repeat
  972. }
  973.  
  974. .items-28-160-7 {
  975. width: 32px;
  976. height: 32px;
  977. background: url(/images/sprites/items-28.png) -224px -320px no-repeat
  978. }
  979.  
  980. .items-28-160-8 {
  981. width: 32px;
  982. height: 32px;
  983. background: url(/images/sprites/items-28.png) -256px -320px no-repeat
  984. }
  985.  
  986. .items-28-160-9 {
  987. width: 32px;
  988. height: 32px;
  989. background: url(/images/sprites/items-28.png) -288px -320px no-repeat
  990. }
  991.  
  992. .items-28-161-0 {
  993. width: 32px;
  994. height: 32px;
  995. background: url(/images/sprites/items-28.png) -320px -320px no-repeat
  996. }
  997.  
  998. .items-28-161-1 {
  999. width: 32px;
  1000. height: 32px;
  1001. background: url(/images/sprites/items-28.png) -352px 0 no-repeat
  1002. }
  1003.  
  1004. .items-28-162-0 {
  1005. width: 32px;
  1006. height: 32px;
  1007. background: url(/images/sprites/items-28.png) -352px -32px no-repeat
  1008. }
  1009.  
  1010. .items-28-162-1 {
  1011. width: 32px;
  1012. height: 32px;
  1013. background: url(/images/sprites/items-28.png) -352px -64px no-repeat
  1014. }
  1015.  
  1016. .items-28-163-0 {
  1017. width: 32px;
  1018. height: 32px;
  1019. background: url(/images/sprites/items-28.png) -352px -96px no-repeat
  1020. }
  1021.  
  1022. .items-28-164-0 {
  1023. width: 32px;
  1024. height: 32px;
  1025. background: url(/images/sprites/items-28.png) -352px -128px no-repeat
  1026. }
  1027.  
  1028. .items-28-165-0 {
  1029. width: 32px;
  1030. height: 32px;
  1031. background: url(/images/sprites/items-28.png) -352px -160px no-repeat
  1032. }
  1033.  
  1034. .items-28-166-0 {
  1035. width: 32px;
  1036. height: 32px;
  1037. background: url(/images/sprites/items-28.png) -352px -192px no-repeat
  1038. }
  1039.  
  1040. .items-28-167-0 {
  1041. width: 32px;
  1042. height: 32px;
  1043. background: url(/images/sprites/items-28.png) -352px -224px no-repeat
  1044. }
  1045.  
  1046. .items-28-168-0 {
  1047. width: 32px;
  1048. height: 32px;
  1049. background: url(/images/sprites/items-28.png) -352px -256px no-repeat
  1050. }
  1051.  
  1052. .items-28-168-1 {
  1053. width: 32px;
  1054. height: 32px;
  1055. background: url(/images/sprites/items-28.png) -352px -288px no-repeat
  1056. }
  1057.  
  1058. .items-28-168-2 {
  1059. width: 32px;
  1060. height: 32px;
  1061. background: url(/images/sprites/items-28.png) -352px -320px no-repeat
  1062. }
  1063.  
  1064. .items-28-169-0 {
  1065. width: 32px;
  1066. height: 32px;
  1067. background: url(/images/sprites/items-28.png) 0 -352px no-repeat
  1068. }
  1069.  
  1070. .items-28-17-0 {
  1071. width: 32px;
  1072. height: 32px;
  1073. background: url(/images/sprites/items-28.png) -32px -352px no-repeat
  1074. }
  1075.  
  1076. .items-28-17-1 {
  1077. width: 32px;
  1078. height: 32px;
  1079. background: url(/images/sprites/items-28.png) -64px -352px no-repeat
  1080. }
  1081.  
  1082. .items-28-17-2 {
  1083. width: 32px;
  1084. height: 32px;
  1085. background: url(/images/sprites/items-28.png) -96px -352px no-repeat
  1086. }
  1087.  
  1088. .items-28-17-3 {
  1089. width: 32px;
  1090. height: 32px;
  1091. background: url(/images/sprites/items-28.png) -128px -352px no-repeat
  1092. }
  1093.  
  1094. .items-28-170-0 {
  1095. width: 32px;
  1096. height: 32px;
  1097. background: url(/images/sprites/items-28.png) -160px -352px no-repeat
  1098. }
  1099.  
  1100. .items-28-171-0 {
  1101. width: 32px;
  1102. height: 32px;
  1103. background: url(/images/sprites/items-28.png) -192px -352px no-repeat
  1104. }
  1105.  
  1106. .items-28-171-1 {
  1107. width: 32px;
  1108. height: 32px;
  1109. background: url(/images/sprites/items-28.png) -224px -352px no-repeat
  1110. }
  1111.  
  1112. .items-28-171-10 {
  1113. width: 32px;
  1114. height: 32px;
  1115. background: url(/images/sprites/items-28.png) -256px -352px no-repeat
  1116. }
  1117.  
  1118. .items-28-171-11 {
  1119. width: 32px;
  1120. height: 32px;
  1121. background: url(/images/sprites/items-28.png) -288px -352px no-repeat
  1122. }
  1123.  
  1124. .items-28-171-12 {
  1125. width: 32px;
  1126. height: 32px;
  1127. background: url(/images/sprites/items-28.png) -320px -352px no-repeat
  1128. }
  1129.  
  1130. .items-28-171-13 {
  1131. width: 32px;
  1132. height: 32px;
  1133. background: url(/images/sprites/items-28.png) -352px -352px no-repeat
  1134. }
  1135.  
  1136. .items-28-171-14 {
  1137. width: 32px;
  1138. height: 32px;
  1139. background: url(/images/sprites/items-28.png) -384px 0 no-repeat
  1140. }
  1141.  
  1142. .items-28-171-15 {
  1143. width: 32px;
  1144. height: 32px;
  1145. background: url(/images/sprites/items-28.png) -384px -32px no-repeat
  1146. }
  1147.  
  1148. .items-28-171-2 {
  1149. width: 32px;
  1150. height: 32px;
  1151. background: url(/images/sprites/items-28.png) -384px -64px no-repeat
  1152. }
  1153.  
  1154. .items-28-171-3 {
  1155. width: 32px;
  1156. height: 32px;
  1157. background: url(/images/sprites/items-28.png) -384px -96px no-repeat
  1158. }
  1159.  
  1160. .items-28-171-4 {
  1161. width: 32px;
  1162. height: 32px;
  1163. background: url(/images/sprites/items-28.png) -384px -128px no-repeat
  1164. }
  1165.  
  1166. .items-28-171-5 {
  1167. width: 32px;
  1168. height: 32px;
  1169. background: url(/images/sprites/items-28.png) -384px -160px no-repeat
  1170. }
  1171.  
  1172. .items-28-171-6 {
  1173. width: 32px;
  1174. height: 32px;
  1175. background: url(/images/sprites/items-28.png) -384px -192px no-repeat
  1176. }
  1177.  
  1178. .items-28-171-7 {
  1179. width: 32px;
  1180. height: 32px;
  1181. background: url(/images/sprites/items-28.png) -384px -224px no-repeat
  1182. }
  1183.  
  1184. .items-28-171-8 {
  1185. width: 32px;
  1186. height: 32px;
  1187. background: url(/images/sprites/items-28.png) -384px -256px no-repeat
  1188. }
  1189.  
  1190. .items-28-171-9 {
  1191. width: 32px;
  1192. height: 32px;
  1193. background: url(/images/sprites/items-28.png) -384px -288px no-repeat
  1194. }
  1195.  
  1196. .items-28-172-0 {
  1197. width: 32px;
  1198. height: 32px;
  1199. background: url(/images/sprites/items-28.png) -384px -320px no-repeat
  1200. }
  1201.  
  1202. .items-28-173-0 {
  1203. width: 32px;
  1204. height: 32px;
  1205. background: url(/images/sprites/items-28.png) -384px -352px no-repeat
  1206. }
  1207.  
  1208. .items-28-174-0 {
  1209. width: 32px;
  1210. height: 32px;
  1211. background: url(/images/sprites/items-28.png) 0 -384px no-repeat
  1212. }
  1213.  
  1214. .items-28-175-0 {
  1215. width: 32px;
  1216. height: 32px;
  1217. background: url(/images/sprites/items-28.png) -32px -384px no-repeat
  1218. }
  1219.  
  1220. .items-28-175-1 {
  1221. width: 32px;
  1222. height: 32px;
  1223. background: url(/images/sprites/items-28.png) -64px -384px no-repeat
  1224. }
  1225.  
  1226. .items-28-175-2 {
  1227. width: 32px;
  1228. height: 32px;
  1229. background: url(/images/sprites/items-28.png) -96px -384px no-repeat
  1230. }
  1231.  
  1232. .items-28-175-3 {
  1233. width: 32px;
  1234. height: 32px;
  1235. background: url(/images/sprites/items-28.png) -128px -384px no-repeat
  1236. }
  1237.  
  1238. .items-28-175-4 {
  1239. width: 32px;
  1240. height: 32px;
  1241. background: url(/images/sprites/items-28.png) -160px -384px no-repeat
  1242. }
  1243.  
  1244. .items-28-175-5 {
  1245. width: 32px;
  1246. height: 32px;
  1247. background: url(/images/sprites/items-28.png) -192px -384px no-repeat
  1248. }
  1249.  
  1250. .items-28-176-0 {
  1251. width: 32px;
  1252. height: 32px;
  1253. background: url(/images/sprites/items-28.png) -224px -384px no-repeat
  1254. }
  1255.  
  1256. .items-28-177-0 {
  1257. width: 32px;
  1258. height: 32px;
  1259. background: url(/images/sprites/items-28.png) -256px -384px no-repeat
  1260. }
  1261.  
  1262. .items-28-178-0 {
  1263. width: 32px;
  1264. height: 32px;
  1265. background: url(/images/sprites/items-28.png) -288px -384px no-repeat
  1266. }
  1267.  
  1268. .items-28-179-0 {
  1269. width: 32px;
  1270. height: 32px;
  1271. background: url(/images/sprites/items-28.png) -320px -384px no-repeat
  1272. }
  1273.  
  1274. .items-28-179-1 {
  1275. width: 32px;
  1276. height: 32px;
  1277. background: url(/images/sprites/items-28.png) -352px -384px no-repeat
  1278. }
  1279.  
  1280. .items-28-179-2 {
  1281. width: 32px;
  1282. height: 32px;
  1283. background: url(/images/sprites/items-28.png) -384px -384px no-repeat
  1284. }
  1285.  
  1286. .items-28-18-0 {
  1287. width: 32px;
  1288. height: 32px;
  1289. background: url(/images/sprites/items-28.png) -416px 0 no-repeat
  1290. }
  1291.  
  1292. .items-28-18-1 {
  1293. width: 32px;
  1294. height: 32px;
  1295. background: url(/images/sprites/items-28.png) -416px -32px no-repeat
  1296. }
  1297.  
  1298. .items-28-18-2 {
  1299. width: 32px;
  1300. height: 32px;
  1301. background: url(/images/sprites/items-28.png) -416px -64px no-repeat
  1302. }
  1303.  
  1304. .items-28-18-3 {
  1305. width: 32px;
  1306. height: 32px;
  1307. background: url(/images/sprites/items-28.png) -416px -96px no-repeat
  1308. }
  1309.  
  1310. .items-28-180-0 {
  1311. width: 32px;
  1312. height: 32px;
  1313. background: url(/images/sprites/items-28.png) -416px -128px no-repeat
  1314. }
  1315.  
  1316. .items-28-181-0 {
  1317. width: 32px;
  1318. height: 32px;
  1319. background: url(/images/sprites/items-28.png) -416px -160px no-repeat
  1320. }
  1321.  
  1322. .items-28-182-0 {
  1323. width: 32px;
  1324. height: 32px;
  1325. background: url(/images/sprites/items-28.png) -416px -192px no-repeat
  1326. }
  1327.  
  1328. .items-28-183-0 {
  1329. width: 32px;
  1330. height: 32px;
  1331. background: url(/images/sprites/items-28.png) -416px -224px no-repeat
  1332. }
  1333.  
  1334. .items-28-184-0 {
  1335. width: 32px;
  1336. height: 32px;
  1337. background: url(/images/sprites/items-28.png) -416px -256px no-repeat
  1338. }
  1339.  
  1340. .items-28-185-0 {
  1341. width: 32px;
  1342. height: 32px;
  1343. background: url(/images/sprites/items-28.png) -416px -288px no-repeat
  1344. }
  1345.  
  1346. .items-28-186-0 {
  1347. width: 32px;
  1348. height: 32px;
  1349. background: url(/images/sprites/items-28.png) -416px -320px no-repeat
  1350. }
  1351.  
  1352. .items-28-187-0 {
  1353. width: 32px;
  1354. height: 32px;
  1355. background: url(/images/sprites/items-28.png) -416px -352px no-repeat
  1356. }
  1357.  
  1358. .items-28-188-0 {
  1359. width: 32px;
  1360. height: 32px;
  1361. background: url(/images/sprites/items-28.png) -416px -384px no-repeat
  1362. }
  1363.  
  1364. .items-28-189-0 {
  1365. width: 32px;
  1366. height: 32px;
  1367. background: url(/images/sprites/items-28.png) 0 -416px no-repeat
  1368. }
  1369.  
  1370. .items-28-19-0 {
  1371. width: 32px;
  1372. height: 32px;
  1373. background: url(/images/sprites/items-28.png) -32px -416px no-repeat
  1374. }
  1375.  
  1376. .items-28-19-1 {
  1377. width: 32px;
  1378. height: 32px;
  1379. background: url(/images/sprites/items-28.png) -64px -416px no-repeat
  1380. }
  1381.  
  1382. .items-28-190-0 {
  1383. width: 32px;
  1384. height: 32px;
  1385. background: url(/images/sprites/items-28.png) -96px -416px no-repeat
  1386. }
  1387.  
  1388. .items-28-191-0 {
  1389. width: 32px;
  1390. height: 32px;
  1391. background: url(/images/sprites/items-28.png) -128px -416px no-repeat
  1392. }
  1393.  
  1394. .items-28-192-0 {
  1395. width: 32px;
  1396. height: 32px;
  1397. background: url(/images/sprites/items-28.png) -160px -416px no-repeat
  1398. }
  1399.  
  1400. .items-28-193-0 {
  1401. width: 32px;
  1402. height: 32px;
  1403. background: url(/images/sprites/items-28.png) -192px -416px no-repeat
  1404. }
  1405.  
  1406. .items-28-194-0 {
  1407. width: 32px;
  1408. height: 32px;
  1409. background: url(/images/sprites/items-28.png) -224px -416px no-repeat
  1410. }
  1411.  
  1412. .items-28-195-0 {
  1413. width: 32px;
  1414. height: 32px;
  1415. background: url(/images/sprites/items-28.png) -256px -416px no-repeat
  1416. }
  1417.  
  1418. .items-28-196-0 {
  1419. width: 32px;
  1420. height: 32px;
  1421. background: url(/images/sprites/items-28.png) -288px -416px no-repeat
  1422. }
  1423.  
  1424. .items-28-197-0 {
  1425. width: 32px;
  1426. height: 32px;
  1427. background: url(/images/sprites/items-28.png) -320px -416px no-repeat
  1428. }
  1429.  
  1430. .items-28-198-0 {
  1431. width: 32px;
  1432. height: 32px;
  1433. background: url(/images/sprites/items-28.png) -352px -416px no-repeat
  1434. }
  1435.  
  1436. .items-28-199-0 {
  1437. width: 32px;
  1438. height: 32px;
  1439. background: url(/images/sprites/items-28.png) -384px -416px no-repeat
  1440. }
  1441.  
  1442. .items-28-2-0 {
  1443. width: 32px;
  1444. height: 32px;
  1445. background: url(/images/sprites/items-28.png) -416px -416px no-repeat
  1446. }
  1447.  
  1448. .items-28-20-0 {
  1449. width: 32px;
  1450. height: 32px;
  1451. background: url(/images/sprites/items-28.png) -448px 0 no-repeat
  1452. }
  1453.  
  1454. .items-28-200-0 {
  1455. width: 32px;
  1456. height: 32px;
  1457. background: url(/images/sprites/items-28.png) -448px -32px no-repeat
  1458. }
  1459.  
  1460. .items-28-201-0 {
  1461. width: 32px;
  1462. height: 32px;
  1463. background: url(/images/sprites/items-28.png) -448px -64px no-repeat
  1464. }
  1465.  
  1466. .items-28-202-0 {
  1467. width: 32px;
  1468. height: 32px;
  1469. background: url(/images/sprites/items-28.png) -448px -96px no-repeat
  1470. }
  1471.  
  1472. .items-28-203-0 {
  1473. width: 32px;
  1474. height: 32px;
  1475. background: url(/images/sprites/items-28.png) -448px -128px no-repeat
  1476. }
  1477.  
  1478. .items-28-204-0 {
  1479. width: 32px;
  1480. height: 32px;
  1481. background: url(/images/sprites/items-28.png) -448px -160px no-repeat
  1482. }
  1483.  
  1484. .items-28-205-0 {
  1485. width: 32px;
  1486. height: 32px;
  1487. background: url(/images/sprites/items-28.png) -448px -192px no-repeat
  1488. }
  1489.  
  1490. .items-28-206-0 {
  1491. width: 32px;
  1492. height: 32px;
  1493. background: url(/images/sprites/items-28.png) -448px -224px no-repeat
  1494. }
  1495.  
  1496. .items-28-207-0 {
  1497. width: 32px;
  1498. height: 32px;
  1499. background: url(/images/sprites/items-28.png) -448px -256px no-repeat
  1500. }
  1501.  
  1502. .items-28-208-0 {
  1503. width: 32px;
  1504. height: 32px;
  1505. background: url(/images/sprites/items-28.png) -448px -288px no-repeat
  1506. }
  1507.  
  1508. .items-28-209-0 {
  1509. width: 32px;
  1510. height: 32px;
  1511. background: url(/images/sprites/items-28.png) -448px -320px no-repeat
  1512. }
  1513.  
  1514. .items-28-21-0 {
  1515. width: 32px;
  1516. height: 32px;
  1517. background: url(/images/sprites/items-28.png) -448px -352px no-repeat
  1518. }
  1519.  
  1520. .items-28-210-0 {
  1521. width: 32px;
  1522. height: 32px;
  1523. background: url(/images/sprites/items-28.png) -448px -384px no-repeat
  1524. }
  1525.  
  1526. .items-28-211-0 {
  1527. width: 32px;
  1528. height: 32px;
  1529. background: url(/images/sprites/items-28.png) -448px -416px no-repeat
  1530. }
  1531.  
  1532. .items-28-212-0 {
  1533. width: 32px;
  1534. height: 32px;
  1535. background: url(/images/sprites/items-28.png) 0 -448px no-repeat
  1536. }
  1537.  
  1538. .items-28-213-0 {
  1539. width: 32px;
  1540. height: 32px;
  1541. background: url(/images/sprites/items-28.png) -32px -448px no-repeat
  1542. }
  1543.  
  1544. .items-28-214-0 {
  1545. width: 32px;
  1546. height: 32px;
  1547. background: url(/images/sprites/items-28.png) -64px -448px no-repeat
  1548. }
  1549.  
  1550. .items-28-215-0 {
  1551. width: 32px;
  1552. height: 32px;
  1553. background: url(/images/sprites/items-28.png) -96px -448px no-repeat
  1554. }
  1555.  
  1556. .items-28-216-0 {
  1557. width: 32px;
  1558. height: 32px;
  1559. background: url(/images/sprites/items-28.png) -128px -448px no-repeat
  1560. }
  1561.  
  1562. .items-28-217-0 {
  1563. width: 32px;
  1564. height: 32px;
  1565. background: url(/images/sprites/items-28.png) -160px -448px no-repeat
  1566. }
  1567.  
  1568. .items-28-218-0 {
  1569. width: 32px;
  1570. height: 32px;
  1571. background: url(/images/sprites/items-28.png) -192px -448px no-repeat
  1572. }
  1573.  
  1574. .items-28-219-0 {
  1575. width: 32px;
  1576. height: 32px;
  1577. background: url(/images/sprites/items-28.png) -224px -448px no-repeat
  1578. }
  1579.  
  1580. .items-28-22-0 {
  1581. width: 32px;
  1582. height: 32px;
  1583. background: url(/images/sprites/items-28.png) -256px -448px no-repeat
  1584. }
  1585.  
  1586. .items-28-220-0 {
  1587. width: 32px;
  1588. height: 32px;
  1589. background: url(/images/sprites/items-28.png) -288px -448px no-repeat
  1590. }
  1591.  
  1592. .items-28-221-0 {
  1593. width: 32px;
  1594. height: 32px;
  1595. background: url(/images/sprites/items-28.png) -320px -448px no-repeat
  1596. }
  1597.  
  1598. .items-28-222-0 {
  1599. width: 32px;
  1600. height: 32px;
  1601. background: url(/images/sprites/items-28.png) -352px -448px no-repeat
  1602. }
  1603.  
  1604. .items-28-223-0 {
  1605. width: 32px;
  1606. height: 32px;
  1607. background: url(/images/sprites/items-28.png) -384px -448px no-repeat
  1608. }
  1609.  
  1610. .items-28-224-0 {
  1611. width: 32px;
  1612. height: 32px;
  1613. background: url(/images/sprites/items-28.png) -416px -448px no-repeat
  1614. }
  1615.  
  1616. .items-28-225-0 {
  1617. width: 32px;
  1618. height: 32px;
  1619. background: url(/images/sprites/items-28.png) -448px -448px no-repeat
  1620. }
  1621.  
  1622. .items-28-2256-0 {
  1623. width: 32px;
  1624. height: 32px;
  1625. background: url(/images/sprites/items-28.png) -480px 0 no-repeat
  1626. }
  1627.  
  1628. .items-28-2257-0 {
  1629. width: 32px;
  1630. height: 32px;
  1631. background: url(/images/sprites/items-28.png) -480px -32px no-repeat
  1632. }
  1633.  
  1634. .items-28-2258-0 {
  1635. width: 32px;
  1636. height: 32px;
  1637. background: url(/images/sprites/items-28.png) -480px -64px no-repeat
  1638. }
  1639.  
  1640. .items-28-2259-0 {
  1641. width: 32px;
  1642. height: 32px;
  1643. background: url(/images/sprites/items-28.png) -480px -96px no-repeat
  1644. }
  1645.  
  1646. .items-28-226-0 {
  1647. width: 32px;
  1648. height: 32px;
  1649. background: url(/images/sprites/items-28.png) -480px -128px no-repeat
  1650. }
  1651.  
  1652. .items-28-2260-0 {
  1653. width: 32px;
  1654. height: 32px;
  1655. background: url(/images/sprites/items-28.png) -480px -160px no-repeat
  1656. }
  1657.  
  1658. .items-28-2261-0 {
  1659. width: 32px;
  1660. height: 32px;
  1661. background: url(/images/sprites/items-28.png) -480px -192px no-repeat
  1662. }
  1663.  
  1664. .items-28-2262-0 {
  1665. width: 32px;
  1666. height: 32px;
  1667. background: url(/images/sprites/items-28.png) -480px -224px no-repeat
  1668. }
  1669.  
  1670. .items-28-2263-0 {
  1671. width: 32px;
  1672. height: 32px;
  1673. background: url(/images/sprites/items-28.png) -480px -256px no-repeat
  1674. }
  1675.  
  1676. .items-28-2264-0 {
  1677. width: 32px;
  1678. height: 32px;
  1679. background: url(/images/sprites/items-28.png) -480px -288px no-repeat
  1680. }
  1681.  
  1682. .items-28-2265-0 {
  1683. width: 32px;
  1684. height: 32px;
  1685. background: url(/images/sprites/items-28.png) -480px -320px no-repeat
  1686. }
  1687.  
  1688. .items-28-2266-0 {
  1689. width: 32px;
  1690. height: 32px;
  1691. background: url(/images/sprites/items-28.png) -480px -352px no-repeat
  1692. }
  1693.  
  1694. .items-28-2267-0 {
  1695. width: 32px;
  1696. height: 32px;
  1697. background: url(/images/sprites/items-28.png) -480px -384px no-repeat
  1698. }
  1699.  
  1700. .items-28-227-0 {
  1701. width: 32px;
  1702. height: 32px;
  1703. background: url(/images/sprites/items-28.png) -480px -416px no-repeat
  1704. }
  1705.  
  1706. .items-28-228-0 {
  1707. width: 32px;
  1708. height: 32px;
  1709. background: url(/images/sprites/items-28.png) -480px -448px no-repeat
  1710. }
  1711.  
  1712. .items-28-229-0 {
  1713. width: 32px;
  1714. height: 32px;
  1715. background: url(/images/sprites/items-28.png) 0 -480px no-repeat
  1716. }
  1717.  
  1718. .items-28-23-0 {
  1719. width: 32px;
  1720. height: 32px;
  1721. background: url(/images/sprites/items-28.png) -32px -480px no-repeat
  1722. }
  1723.  
  1724. .items-28-230-0 {
  1725. width: 32px;
  1726. height: 32px;
  1727. background: url(/images/sprites/items-28.png) -64px -480px no-repeat
  1728. }
  1729.  
  1730. .items-28-231-0 {
  1731. width: 32px;
  1732. height: 32px;
  1733. background: url(/images/sprites/items-28.png) -96px -480px no-repeat
  1734. }
  1735.  
  1736. .items-28-232-0 {
  1737. width: 32px;
  1738. height: 32px;
  1739. background: url(/images/sprites/items-28.png) -128px -480px no-repeat
  1740. }
  1741.  
  1742. .items-28-233-0 {
  1743. width: 32px;
  1744. height: 32px;
  1745. background: url(/images/sprites/items-28.png) -160px -480px no-repeat
  1746. }
  1747.  
  1748. .items-28-234-0 {
  1749. width: 32px;
  1750. height: 32px;
  1751. background: url(/images/sprites/items-28.png) -192px -480px no-repeat
  1752. }
  1753.  
  1754. .items-28-235-0 {
  1755. width: 32px;
  1756. height: 32px;
  1757. background: url(/images/sprites/items-28.png) -224px -480px no-repeat
  1758. }
  1759.  
  1760. .items-28-236-0 {
  1761. width: 32px;
  1762. height: 32px;
  1763. background: url(/images/sprites/items-28.png) -256px -480px no-repeat
  1764. }
  1765.  
  1766. .items-28-237-0 {
  1767. width: 32px;
  1768. height: 32px;
  1769. background: url(/images/sprites/items-28.png) -288px -480px no-repeat
  1770. }
  1771.  
  1772. .items-28-238-0 {
  1773. width: 32px;
  1774. height: 32px;
  1775. background: url(/images/sprites/items-28.png) -320px -480px no-repeat
  1776. }
  1777.  
  1778. .items-28-239-0 {
  1779. width: 32px;
  1780. height: 32px;
  1781. background: url(/images/sprites/items-28.png) -352px -480px no-repeat
  1782. }
  1783.  
  1784. .items-28-24-0 {
  1785. width: 32px;
  1786. height: 32px;
  1787. background: url(/images/sprites/items-28.png) -384px -480px no-repeat
  1788. }
  1789.  
  1790. .items-28-24-1 {
  1791. width: 32px;
  1792. height: 32px;
  1793. background: url(/images/sprites/items-28.png) -416px -480px no-repeat
  1794. }
  1795.  
  1796. .items-28-24-2 {
  1797. width: 32px;
  1798. height: 32px;
  1799. background: url(/images/sprites/items-28.png) -448px -480px no-repeat
  1800. }
  1801.  
  1802. .items-28-240-0 {
  1803. width: 32px;
  1804. height: 32px;
  1805. background: url(/images/sprites/items-28.png) -480px -480px no-repeat
  1806. }
  1807.  
  1808. .items-28-241-0 {
  1809. width: 32px;
  1810. height: 32px;
  1811. background: url(/images/sprites/items-28.png) -512px 0 no-repeat
  1812. }
  1813.  
  1814. .items-28-242-0 {
  1815. width: 32px;
  1816. height: 32px;
  1817. background: url(/images/sprites/items-28.png) -512px -32px no-repeat
  1818. }
  1819.  
  1820. .items-28-243-0 {
  1821. width: 32px;
  1822. height: 32px;
  1823. background: url(/images/sprites/items-28.png) -512px -64px no-repeat
  1824. }
  1825.  
  1826. .items-28-244-0 {
  1827. width: 32px;
  1828. height: 32px;
  1829. background: url(/images/sprites/items-28.png) -512px -96px no-repeat
  1830. }
  1831.  
  1832. .items-28-245-0 {
  1833. width: 32px;
  1834. height: 32px;
  1835. background: url(/images/sprites/items-28.png) -512px -128px no-repeat
  1836. }
  1837.  
  1838. .items-28-246-0 {
  1839. width: 32px;
  1840. height: 32px;
  1841. background: url(/images/sprites/items-28.png) -512px -160px no-repeat
  1842. }
  1843.  
  1844. .items-28-247-0 {
  1845. width: 32px;
  1846. height: 32px;
  1847. background: url(/images/sprites/items-28.png) -512px -192px no-repeat
  1848. }
  1849.  
  1850. .items-28-248-0 {
  1851. width: 32px;
  1852. height: 32px;
  1853. background: url(/images/sprites/items-28.png) -512px -224px no-repeat
  1854. }
  1855.  
  1856. .items-28-249-0 {
  1857. width: 32px;
  1858. height: 32px;
  1859. background: url(/images/sprites/items-28.png) -512px -256px no-repeat
  1860. }
  1861.  
  1862. .items-28-25-0 {
  1863. width: 32px;
  1864. height: 32px;
  1865. background: url(/images/sprites/items-28.png) -512px -288px no-repeat
  1866. }
  1867.  
  1868. .items-28-250-0 {
  1869. width: 32px;
  1870. height: 32px;
  1871. background: url(/images/sprites/items-28.png) -512px -320px no-repeat
  1872. }
  1873.  
  1874. .items-28-251-0 {
  1875. width: 32px;
  1876. height: 32px;
  1877. background: url(/images/sprites/items-28.png) -512px -352px no-repeat
  1878. }
  1879.  
  1880. .items-28-251-1 {
  1881. width: 32px;
  1882. height: 32px;
  1883. background: url(/images/sprites/items-28.png) -512px -384px no-repeat
  1884. }
  1885.  
  1886. .items-28-251-10 {
  1887. width: 32px;
  1888. height: 32px;
  1889. background: url(/images/sprites/items-28.png) -512px -416px no-repeat
  1890. }
  1891.  
  1892. .items-28-251-11 {
  1893. width: 32px;
  1894. height: 32px;
  1895. background: url(/images/sprites/items-28.png) -512px -448px no-repeat
  1896. }
  1897.  
  1898. .items-28-251-12 {
  1899. width: 32px;
  1900. height: 32px;
  1901. background: url(/images/sprites/items-28.png) -512px -480px no-repeat
  1902. }
  1903.  
  1904. .items-28-251-13 {
  1905. width: 32px;
  1906. height: 32px;
  1907. background: url(/images/sprites/items-28.png) 0 -512px no-repeat
  1908. }
  1909.  
  1910. .items-28-251-14 {
  1911. width: 32px;
  1912. height: 32px;
  1913. background: url(/images/sprites/items-28.png) -32px -512px no-repeat
  1914. }
  1915.  
  1916. .items-28-251-15 {
  1917. width: 32px;
  1918. height: 32px;
  1919. background: url(/images/sprites/items-28.png) -64px -512px no-repeat
  1920. }
  1921.  
  1922. .items-28-251-2 {
  1923. width: 32px;
  1924. height: 32px;
  1925. background: url(/images/sprites/items-28.png) -96px -512px no-repeat
  1926. }
  1927.  
  1928. .items-28-251-3 {
  1929. width: 32px;
  1930. height: 32px;
  1931. background: url(/images/sprites/items-28.png) -128px -512px no-repeat
  1932. }
  1933.  
  1934. .items-28-251-4 {
  1935. width: 32px;
  1936. height: 32px;
  1937. background: url(/images/sprites/items-28.png) -160px -512px no-repeat
  1938. }
  1939.  
  1940. .items-28-251-5 {
  1941. width: 32px;
  1942. height: 32px;
  1943. background: url(/images/sprites/items-28.png) -192px -512px no-repeat
  1944. }
  1945.  
  1946. .items-28-251-6 {
  1947. width: 32px;
  1948. height: 32px;
  1949. background: url(/images/sprites/items-28.png) -224px -512px no-repeat
  1950. }
  1951.  
  1952. .items-28-251-7 {
  1953. width: 32px;
  1954. height: 32px;
  1955. background: url(/images/sprites/items-28.png) -256px -512px no-repeat
  1956. }
  1957.  
  1958. .items-28-251-8 {
  1959. width: 32px;
  1960. height: 32px;
  1961. background: url(/images/sprites/items-28.png) -288px -512px no-repeat
  1962. }
  1963.  
  1964. .items-28-251-9 {
  1965. width: 32px;
  1966. height: 32px;
  1967. background: url(/images/sprites/items-28.png) -320px -512px no-repeat
  1968. }
  1969.  
  1970. .items-28-252-0 {
  1971. width: 32px;
  1972. height: 32px;
  1973. background: url(/images/sprites/items-28.png) -352px -512px no-repeat
  1974. }
  1975.  
  1976. .items-28-252-1 {
  1977. width: 32px;
  1978. height: 32px;
  1979. background: url(/images/sprites/items-28.png) -384px -512px no-repeat
  1980. }
  1981.  
  1982. .items-28-252-10 {
  1983. width: 32px;
  1984. height: 32px;
  1985. background: url(/images/sprites/items-28.png) -416px -512px no-repeat
  1986. }
  1987.  
  1988. .items-28-252-11 {
  1989. width: 32px;
  1990. height: 32px;
  1991. background: url(/images/sprites/items-28.png) -448px -512px no-repeat
  1992. }
  1993.  
  1994. .items-28-252-12 {
  1995. width: 32px;
  1996. height: 32px;
  1997. background: url(/images/sprites/items-28.png) -480px -512px no-repeat
  1998. }
  1999.  
  2000. .items-28-252-13 {
  2001. width: 32px;
  2002. height: 32px;
  2003. background: url(/images/sprites/items-28.png) -512px -512px no-repeat
  2004. }
  2005.  
  2006. .items-28-252-14 {
  2007. width: 32px;
  2008. height: 32px;
  2009. background: url(/images/sprites/items-28.png) -544px 0 no-repeat
  2010. }
  2011.  
  2012. .items-28-252-15 {
  2013. width: 32px;
  2014. height: 32px;
  2015. background: url(/images/sprites/items-28.png) -544px -32px no-repeat
  2016. }
  2017.  
  2018. .items-28-252-2 {
  2019. width: 32px;
  2020. height: 32px;
  2021. background: url(/images/sprites/items-28.png) -544px -64px no-repeat
  2022. }
  2023.  
  2024. .items-28-252-3 {
  2025. width: 32px;
  2026. height: 32px;
  2027. background: url(/images/sprites/items-28.png) -544px -96px no-repeat
  2028. }
  2029.  
  2030. .items-28-252-4 {
  2031. width: 32px;
  2032. height: 32px;
  2033. background: url(/images/sprites/items-28.png) -544px -128px no-repeat
  2034. }
  2035.  
  2036. .items-28-252-5 {
  2037. width: 32px;
  2038. height: 32px;
  2039. background: url(/images/sprites/items-28.png) -544px -160px no-repeat
  2040. }
  2041.  
  2042. .items-28-252-6 {
  2043. width: 32px;
  2044. height: 32px;
  2045. background: url(/images/sprites/items-28.png) -544px -192px no-repeat
  2046. }
  2047.  
  2048. .items-28-252-7 {
  2049. width: 32px;
  2050. height: 32px;
  2051. background: url(/images/sprites/items-28.png) -544px -224px no-repeat
  2052. }
  2053.  
  2054. .items-28-252-8 {
  2055. width: 32px;
  2056. height: 32px;
  2057. background: url(/images/sprites/items-28.png) -544px -256px no-repeat
  2058. }
  2059.  
  2060. .items-28-252-9 {
  2061. width: 32px;
  2062. height: 32px;
  2063. background: url(/images/sprites/items-28.png) -544px -288px no-repeat
  2064. }
  2065.  
  2066. .items-28-255-0 {
  2067. width: 32px;
  2068. height: 32px;
  2069. background: url(/images/sprites/items-28.png) -544px -320px no-repeat
  2070. }
  2071.  
  2072. .items-28-256-0 {
  2073. width: 32px;
  2074. height: 32px;
  2075. background: url(/images/sprites/items-28.png) -544px -352px no-repeat
  2076. }
  2077.  
  2078. .items-28-257-0 {
  2079. width: 32px;
  2080. height: 32px;
  2081. background: url(/images/sprites/items-28.png) -544px -384px no-repeat
  2082. }
  2083.  
  2084. .items-28-258-0 {
  2085. width: 32px;
  2086. height: 32px;
  2087. background: url(/images/sprites/items-28.png) -544px -416px no-repeat
  2088. }
  2089.  
  2090. .items-28-259-0 {
  2091. width: 32px;
  2092. height: 32px;
  2093. background: url(/images/sprites/items-28.png) -544px -448px no-repeat
  2094. }
  2095.  
  2096. .items-28-26-0 {
  2097. width: 32px;
  2098. height: 32px;
  2099. background: url(/images/sprites/items-28.png) -544px -480px no-repeat
  2100. }
  2101.  
  2102. .items-28-260-0 {
  2103. width: 32px;
  2104. height: 32px;
  2105. background: url(/images/sprites/items-28.png) -544px -512px no-repeat
  2106. }
  2107.  
  2108. .items-28-261-0 {
  2109. width: 32px;
  2110. height: 32px;
  2111. background: url(/images/sprites/items-28.png) 0 -544px no-repeat
  2112. }
  2113.  
  2114. .items-28-262-0 {
  2115. width: 32px;
  2116. height: 32px;
  2117. background: url(/images/sprites/items-28.png) -32px -544px no-repeat
  2118. }
  2119.  
  2120. .items-28-263-0 {
  2121. width: 32px;
  2122. height: 32px;
  2123. background: url(/images/sprites/items-28.png) -64px -544px no-repeat
  2124. }
  2125.  
  2126. .items-28-263-1 {
  2127. width: 32px;
  2128. height: 32px;
  2129. background: url(/images/sprites/items-28.png) -96px -544px no-repeat
  2130. }
  2131.  
  2132. .items-28-264-0 {
  2133. width: 32px;
  2134. height: 32px;
  2135. background: url(/images/sprites/items-28.png) -128px -544px no-repeat
  2136. }
  2137.  
  2138. .items-28-265-0 {
  2139. width: 32px;
  2140. height: 32px;
  2141. background: url(/images/sprites/items-28.png) -160px -544px no-repeat
  2142. }
  2143.  
  2144. .items-28-266-0 {
  2145. width: 32px;
  2146. height: 32px;
  2147. background: url(/images/sprites/items-28.png) -192px -544px no-repeat
  2148. }
  2149.  
  2150. .items-28-267-0 {
  2151. width: 32px;
  2152. height: 32px;
  2153. background: url(/images/sprites/items-28.png) -224px -544px no-repeat
  2154. }
  2155.  
  2156. .items-28-268-0 {
  2157. width: 32px;
  2158. height: 32px;
  2159. background: url(/images/sprites/items-28.png) -256px -544px no-repeat
  2160. }
  2161.  
  2162. .items-28-269-0 {
  2163. width: 32px;
  2164. height: 32px;
  2165. background: url(/images/sprites/items-28.png) -288px -544px no-repeat
  2166. }
  2167.  
  2168. .items-28-27-0 {
  2169. width: 32px;
  2170. height: 32px;
  2171. background: url(/images/sprites/items-28.png) -320px -544px no-repeat
  2172. }
  2173.  
  2174. .items-28-270-0 {
  2175. width: 32px;
  2176. height: 32px;
  2177. background: url(/images/sprites/items-28.png) -352px -544px no-repeat
  2178. }
  2179.  
  2180. .items-28-271-0 {
  2181. width: 32px;
  2182. height: 32px;
  2183. background: url(/images/sprites/items-28.png) -384px -544px no-repeat
  2184. }
  2185.  
  2186. .items-28-272-0 {
  2187. width: 32px;
  2188. height: 32px;
  2189. background: url(/images/sprites/items-28.png) -416px -544px no-repeat
  2190. }
  2191.  
  2192. .items-28-273-0 {
  2193. width: 32px;
  2194. height: 32px;
  2195. background: url(/images/sprites/items-28.png) -448px -544px no-repeat
  2196. }
  2197.  
  2198. .items-28-274-0 {
  2199. width: 32px;
  2200. height: 32px;
  2201. background: url(/images/sprites/items-28.png) -480px -544px no-repeat
  2202. }
  2203.  
  2204. .items-28-275-0 {
  2205. width: 32px;
  2206. height: 32px;
  2207. background: url(/images/sprites/items-28.png) -512px -544px no-repeat
  2208. }
  2209.  
  2210. .items-28-276-0 {
  2211. width: 32px;
  2212. height: 32px;
  2213. background: url(/images/sprites/items-28.png) -544px -544px no-repeat
  2214. }
  2215.  
  2216. .items-28-277-0 {
  2217. width: 32px;
  2218. height: 32px;
  2219. background: url(/images/sprites/items-28.png) -576px 0 no-repeat
  2220. }
  2221.  
  2222. .items-28-278-0 {
  2223. width: 32px;
  2224. height: 32px;
  2225. background: url(/images/sprites/items-28.png) -576px -32px no-repeat
  2226. }
  2227.  
  2228. .items-28-279-0 {
  2229. width: 32px;
  2230. height: 32px;
  2231. background: url(/images/sprites/items-28.png) -576px -64px no-repeat
  2232. }
  2233.  
  2234. .items-28-28-0 {
  2235. width: 32px;
  2236. height: 32px;
  2237. background: url(/images/sprites/items-28.png) -576px -96px no-repeat
  2238. }
  2239.  
  2240. .items-28-280-0 {
  2241. width: 32px;
  2242. height: 32px;
  2243. background: url(/images/sprites/items-28.png) -576px -128px no-repeat
  2244. }
  2245.  
  2246. .items-28-281-0 {
  2247. width: 32px;
  2248. height: 32px;
  2249. background: url(/images/sprites/items-28.png) -576px -160px no-repeat
  2250. }
  2251.  
  2252. .items-28-282-0 {
  2253. width: 32px;
  2254. height: 32px;
  2255. background: url(/images/sprites/items-28.png) -576px -192px no-repeat
  2256. }
  2257.  
  2258. .items-28-283-0 {
  2259. width: 32px;
  2260. height: 32px;
  2261. background: url(/images/sprites/items-28.png) -576px -224px no-repeat
  2262. }
  2263.  
  2264. .items-28-284-0 {
  2265. width: 32px;
  2266. height: 32px;
  2267. background: url(/images/sprites/items-28.png) -576px -256px no-repeat
  2268. }
  2269.  
  2270. .items-28-285-0 {
  2271. width: 32px;
  2272. height: 32px;
  2273. background: url(/images/sprites/items-28.png) -576px -288px no-repeat
  2274. }
  2275.  
  2276. .items-28-286-0 {
  2277. width: 32px;
  2278. height: 32px;
  2279. background: url(/images/sprites/items-28.png) -576px -320px no-repeat
  2280. }
  2281.  
  2282. .items-28-287-0 {
  2283. width: 32px;
  2284. height: 32px;
  2285. background: url(/images/sprites/items-28.png) -576px -352px no-repeat
  2286. }
  2287.  
  2288. .items-28-288-0 {
  2289. width: 32px;
  2290. height: 32px;
  2291. background: url(/images/sprites/items-28.png) -576px -384px no-repeat
  2292. }
  2293.  
  2294. .items-28-289-0 {
  2295. width: 32px;
  2296. height: 32px;
  2297. background: url(/images/sprites/items-28.png) -576px -416px no-repeat
  2298. }
  2299.  
  2300. .items-28-29-0 {
  2301. width: 32px;
  2302. height: 32px;
  2303. background: url(/images/sprites/items-28.png) -576px -448px no-repeat
  2304. }
  2305.  
  2306. .items-28-290-0 {
  2307. width: 32px;
  2308. height: 32px;
  2309. background: url(/images/sprites/items-28.png) -576px -480px no-repeat
  2310. }
  2311.  
  2312. .items-28-291-0 {
  2313. width: 32px;
  2314. height: 32px;
  2315. background: url(/images/sprites/items-28.png) -576px -512px no-repeat
  2316. }
  2317.  
  2318. .items-28-292-0 {
  2319. width: 32px;
  2320. height: 32px;
  2321. background: url(/images/sprites/items-28.png) -576px -544px no-repeat
  2322. }
  2323.  
  2324. .items-28-293-0 {
  2325. width: 32px;
  2326. height: 32px;
  2327. background: url(/images/sprites/items-28.png) 0 -576px no-repeat
  2328. }
  2329.  
  2330. .items-28-294-0 {
  2331. width: 32px;
  2332. height: 32px;
  2333. background: url(/images/sprites/items-28.png) -32px -576px no-repeat
  2334. }
  2335.  
  2336. .items-28-295-0 {
  2337. width: 32px;
  2338. height: 32px;
  2339. background: url(/images/sprites/items-28.png) -64px -576px no-repeat
  2340. }
  2341.  
  2342. .items-28-296-0 {
  2343. width: 32px;
  2344. height: 32px;
  2345. background: url(/images/sprites/items-28.png) -96px -576px no-repeat
  2346. }
  2347.  
  2348. .items-28-297-0 {
  2349. width: 32px;
  2350. height: 32px;
  2351. background: url(/images/sprites/items-28.png) -128px -576px no-repeat
  2352. }
  2353.  
  2354. .items-28-298-0 {
  2355. width: 32px;
  2356. height: 32px;
  2357. background: url(/images/sprites/items-28.png) -160px -576px no-repeat
  2358. }
  2359.  
  2360. .items-28-299-0 {
  2361. width: 32px;
  2362. height: 32px;
  2363. background: url(/images/sprites/items-28.png) -192px -576px no-repeat
  2364. }
  2365.  
  2366. .items-28-3-0 {
  2367. width: 32px;
  2368. height: 32px;
  2369. background: url(/images/sprites/items-28.png) -224px -576px no-repeat
  2370. }
  2371.  
  2372. .items-28-3-1 {
  2373. width: 32px;
  2374. height: 32px;
  2375. background: url(/images/sprites/items-28.png) -256px -576px no-repeat
  2376. }
  2377.  
  2378. .items-28-3-2 {
  2379. width: 32px;
  2380. height: 32px;
  2381. background: url(/images/sprites/items-28.png) -288px -576px no-repeat
  2382. }
  2383.  
  2384. .items-28-30-0 {
  2385. width: 32px;
  2386. height: 32px;
  2387. background: url(/images/sprites/items-28.png) -320px -576px no-repeat
  2388. }
  2389.  
  2390. .items-28-300-0 {
  2391. width: 32px;
  2392. height: 32px;
  2393. background: url(/images/sprites/items-28.png) -352px -576px no-repeat
  2394. }
  2395.  
  2396. .items-28-301-0 {
  2397. width: 32px;
  2398. height: 32px;
  2399. background: url(/images/sprites/items-28.png) -384px -576px no-repeat
  2400. }
  2401.  
  2402. .items-28-302-0 {
  2403. width: 32px;
  2404. height: 32px;
  2405. background: url(/images/sprites/items-28.png) -416px -576px no-repeat
  2406. }
  2407.  
  2408. .items-28-303-0 {
  2409. width: 32px;
  2410. height: 32px;
  2411. background: url(/images/sprites/items-28.png) -448px -576px no-repeat
  2412. }
  2413.  
  2414. .items-28-304-0 {
  2415. width: 32px;
  2416. height: 32px;
  2417. background: url(/images/sprites/items-28.png) -480px -576px no-repeat
  2418. }
  2419.  
  2420. .items-28-305-0 {
  2421. width: 32px;
  2422. height: 32px;
  2423. background: url(/images/sprites/items-28.png) -512px -576px no-repeat
  2424. }
  2425.  
  2426. .items-28-306-0 {
  2427. width: 32px;
  2428. height: 32px;
  2429. background: url(/images/sprites/items-28.png) -544px -576px no-repeat
  2430. }
  2431.  
  2432. .items-28-307-0 {
  2433. width: 32px;
  2434. height: 32px;
  2435. background: url(/images/sprites/items-28.png) -576px -576px no-repeat
  2436. }
  2437.  
  2438. .items-28-308-0 {
  2439. width: 32px;
  2440. height: 32px;
  2441. background: url(/images/sprites/items-28.png) -608px 0 no-repeat
  2442. }
  2443.  
  2444. .items-28-309-0 {
  2445. width: 32px;
  2446. height: 32px;
  2447. background: url(/images/sprites/items-28.png) -608px -32px no-repeat
  2448. }
  2449.  
  2450. .items-28-31-0 {
  2451. width: 32px;
  2452. height: 32px;
  2453. background: url(/images/sprites/items-28.png) -608px -64px no-repeat
  2454. }
  2455.  
  2456. .items-28-31-1 {
  2457. width: 32px;
  2458. height: 32px;
  2459. background: url(/images/sprites/items-28.png) -608px -96px no-repeat
  2460. }
  2461.  
  2462. .items-28-31-2 {
  2463. width: 32px;
  2464. height: 32px;
  2465. background: url(/images/sprites/items-28.png) -608px -128px no-repeat
  2466. }
  2467.  
  2468. .items-28-310-0 {
  2469. width: 32px;
  2470. height: 32px;
  2471. background: url(/images/sprites/items-28.png) -608px -160px no-repeat
  2472. }
  2473.  
  2474. .items-28-311-0 {
  2475. width: 32px;
  2476. height: 32px;
  2477. background: url(/images/sprites/items-28.png) -608px -192px no-repeat
  2478. }
  2479.  
  2480. .items-28-312-0 {
  2481. width: 32px;
  2482. height: 32px;
  2483. background: url(/images/sprites/items-28.png) -608px -224px no-repeat
  2484. }
  2485.  
  2486. .items-28-313-0 {
  2487. width: 32px;
  2488. height: 32px;
  2489. background: url(/images/sprites/items-28.png) -608px -256px no-repeat
  2490. }
  2491.  
  2492. .items-28-314-0 {
  2493. width: 32px;
  2494. height: 32px;
  2495. background: url(/images/sprites/items-28.png) -608px -288px no-repeat
  2496. }
  2497.  
  2498. .items-28-315-0 {
  2499. width: 32px;
  2500. height: 32px;
  2501. background: url(/images/sprites/items-28.png) -608px -320px no-repeat
  2502. }
  2503.  
  2504. .items-28-316-0 {
  2505. width: 32px;
  2506. height: 32px;
  2507. background: url(/images/sprites/items-28.png) -608px -352px no-repeat
  2508. }
  2509.  
  2510. .items-28-317-0 {
  2511. width: 32px;
  2512. height: 32px;
  2513. background: url(/images/sprites/items-28.png) -608px -384px no-repeat
  2514. }
  2515.  
  2516. .items-28-318-0 {
  2517. width: 32px;
  2518. height: 32px;
  2519. background: url(/images/sprites/items-28.png) -608px -416px no-repeat
  2520. }
  2521.  
  2522. .items-28-319-0 {
  2523. width: 32px;
  2524. height: 32px;
  2525. background: url(/images/sprites/items-28.png) -608px -448px no-repeat
  2526. }
  2527.  
  2528. .items-28-32-0 {
  2529. width: 32px;
  2530. height: 32px;
  2531. background: url(/images/sprites/items-28.png) -608px -480px no-repeat
  2532. }
  2533.  
  2534. .items-28-320-0 {
  2535. width: 32px;
  2536. height: 32px;
  2537. background: url(/images/sprites/items-28.png) -608px -512px no-repeat
  2538. }
  2539.  
  2540. .items-28-321-0 {
  2541. width: 32px;
  2542. height: 32px;
  2543. background: url(/images/sprites/items-28.png) -608px -544px no-repeat
  2544. }
  2545.  
  2546. .items-28-322-0 {
  2547. width: 32px;
  2548. height: 32px;
  2549. background: url(/images/sprites/items-28.png) -608px -576px no-repeat
  2550. }
  2551.  
  2552. .items-28-322-1 {
  2553. width: 32px;
  2554. height: 32px;
  2555. background: url(/images/sprites/items-28.png) 0 -608px no-repeat
  2556. }
  2557.  
  2558. .items-28-323-0 {
  2559. width: 32px;
  2560. height: 32px;
  2561. background: url(/images/sprites/items-28.png) -32px -608px no-repeat
  2562. }
  2563.  
  2564. .items-28-324-0 {
  2565. width: 32px;
  2566. height: 32px;
  2567. background: url(/images/sprites/items-28.png) -64px -608px no-repeat
  2568. }
  2569.  
  2570. .items-28-325-0 {
  2571. width: 32px;
  2572. height: 32px;
  2573. background: url(/images/sprites/items-28.png) -96px -608px no-repeat
  2574. }
  2575.  
  2576. .items-28-326-0 {
  2577. width: 32px;
  2578. height: 32px;
  2579. background: url(/images/sprites/items-28.png) -128px -608px no-repeat
  2580. }
  2581.  
  2582. .items-28-327-0 {
  2583. width: 32px;
  2584. height: 32px;
  2585. background: url(/images/sprites/items-28.png) -160px -608px no-repeat
  2586. }
  2587.  
  2588. .items-28-328-0 {
  2589. width: 32px;
  2590. height: 32px;
  2591. background: url(/images/sprites/items-28.png) -192px -608px no-repeat
  2592. }
  2593.  
  2594. .items-28-329-0 {
  2595. width: 32px;
  2596. height: 32px;
  2597. background: url(/images/sprites/items-28.png) -224px -608px no-repeat
  2598. }
  2599.  
  2600. .items-28-33-0 {
  2601. width: 32px;
  2602. height: 32px;
  2603. background: url(/images/sprites/items-28.png) -256px -608px no-repeat
  2604. }
  2605.  
  2606. .items-28-330-0 {
  2607. width: 32px;
  2608. height: 32px;
  2609. background: url(/images/sprites/items-28.png) -288px -608px no-repeat
  2610. }
  2611.  
  2612. .items-28-331-0 {
  2613. width: 32px;
  2614. height: 32px;
  2615. background: url(/images/sprites/items-28.png) -320px -608px no-repeat
  2616. }
  2617.  
  2618. .items-28-332-0 {
  2619. width: 32px;
  2620. height: 32px;
  2621. background: url(/images/sprites/items-28.png) -352px -608px no-repeat
  2622. }
  2623.  
  2624. .items-28-333-0 {
  2625. width: 32px;
  2626. height: 32px;
  2627. background: url(/images/sprites/items-28.png) -384px -608px no-repeat
  2628. }
  2629.  
  2630. .items-28-334-0 {
  2631. width: 32px;
  2632. height: 32px;
  2633. background: url(/images/sprites/items-28.png) -416px -608px no-repeat
  2634. }
  2635.  
  2636. .items-28-335-0 {
  2637. width: 32px;
  2638. height: 32px;
  2639. background: url(/images/sprites/items-28.png) -448px -608px no-repeat
  2640. }
  2641.  
  2642. .items-28-336-0 {
  2643. width: 32px;
  2644. height: 32px;
  2645. background: url(/images/sprites/items-28.png) -480px -608px no-repeat
  2646. }
  2647.  
  2648. .items-28-337-0 {
  2649. width: 32px;
  2650. height: 32px;
  2651. background: url(/images/sprites/items-28.png) -512px -608px no-repeat
  2652. }
  2653.  
  2654. .items-28-338-0 {
  2655. width: 32px;
  2656. height: 32px;
  2657. background: url(/images/sprites/items-28.png) -544px -608px no-repeat
  2658. }
  2659.  
  2660. .items-28-339-0 {
  2661. width: 32px;
  2662. height: 32px;
  2663. background: url(/images/sprites/items-28.png) -576px -608px no-repeat
  2664. }
  2665.  
  2666. .items-28-34-0 {
  2667. width: 32px;
  2668. height: 32px;
  2669. background: url(/images/sprites/items-28.png) -608px -608px no-repeat
  2670. }
  2671.  
  2672. .items-28-340-0 {
  2673. width: 32px;
  2674. height: 32px;
  2675. background: url(/images/sprites/items-28.png) -640px 0 no-repeat
  2676. }
  2677.  
  2678. .items-28-341-0 {
  2679. width: 32px;
  2680. height: 32px;
  2681. background: url(/images/sprites/items-28.png) -640px -32px no-repeat
  2682. }
  2683.  
  2684. .items-28-342-0 {
  2685. width: 32px;
  2686. height: 32px;
  2687. background: url(/images/sprites/items-28.png) -640px -64px no-repeat
  2688. }
  2689.  
  2690. .items-28-343-0 {
  2691. width: 32px;
  2692. height: 32px;
  2693. background: url(/images/sprites/items-28.png) -640px -96px no-repeat
  2694. }
  2695.  
  2696. .items-28-344-0 {
  2697. width: 32px;
  2698. height: 32px;
  2699. background: url(/images/sprites/items-28.png) -640px -128px no-repeat
  2700. }
  2701.  
  2702. .items-28-345-0 {
  2703. width: 32px;
  2704. height: 32px;
  2705. background: url(/images/sprites/items-28.png) -640px -160px no-repeat
  2706. }
  2707.  
  2708. .items-28-346-0 {
  2709. width: 32px;
  2710. height: 32px;
  2711. background: url(/images/sprites/items-28.png) -640px -192px no-repeat
  2712. }
  2713.  
  2714. .items-28-347-0 {
  2715. width: 32px;
  2716. height: 32px;
  2717. background: url(/images/sprites/items-28.png) -640px -224px no-repeat
  2718. }
  2719.  
  2720. .items-28-348-0 {
  2721. width: 32px;
  2722. height: 32px;
  2723. background: url(/images/sprites/items-28.png) -640px -256px no-repeat
  2724. }
  2725.  
  2726. .items-28-349-0 {
  2727. width: 32px;
  2728. height: 32px;
  2729. background: url(/images/sprites/items-28.png) -640px -288px no-repeat
  2730. }
  2731.  
  2732. .items-28-349-1 {
  2733. width: 32px;
  2734. height: 32px;
  2735. background: url(/images/sprites/items-28.png) -640px -320px no-repeat
  2736. }
  2737.  
  2738. .items-28-349-2 {
  2739. width: 32px;
  2740. height: 32px;
  2741. background: url(/images/sprites/items-28.png) -640px -352px no-repeat
  2742. }
  2743.  
  2744. .items-28-349-3 {
  2745. width: 32px;
  2746. height: 32px;
  2747. background: url(/images/sprites/items-28.png) -640px -384px no-repeat
  2748. }
  2749.  
  2750. .items-28-35-0 {
  2751. width: 32px;
  2752. height: 32px;
  2753. background: url(/images/sprites/items-28.png) -640px -416px no-repeat
  2754. }
  2755.  
  2756. .items-28-35-1 {
  2757. width: 32px;
  2758. height: 32px;
  2759. background: url(/images/sprites/items-28.png) -640px -448px no-repeat
  2760. }
  2761.  
  2762. .items-28-35-10 {
  2763. width: 32px;
  2764. height: 32px;
  2765. background: url(/images/sprites/items-28.png) -640px -480px no-repeat
  2766. }
  2767.  
  2768. .items-28-35-11 {
  2769. width: 32px;
  2770. height: 32px;
  2771. background: url(/images/sprites/items-28.png) -640px -512px no-repeat
  2772. }
  2773.  
  2774. .items-28-35-12 {
  2775. width: 32px;
  2776. height: 32px;
  2777. background: url(/images/sprites/items-28.png) -640px -544px no-repeat
  2778. }
  2779.  
  2780. .items-28-35-13 {
  2781. width: 32px;
  2782. height: 32px;
  2783. background: url(/images/sprites/items-28.png) -640px -576px no-repeat
  2784. }
  2785.  
  2786. .items-28-35-14 {
  2787. width: 32px;
  2788. height: 32px;
  2789. background: url(/images/sprites/items-28.png) -640px -608px no-repeat
  2790. }
  2791.  
  2792. .items-28-35-15 {
  2793. width: 32px;
  2794. height: 32px;
  2795. background: url(/images/sprites/items-28.png) 0 -640px no-repeat
  2796. }
  2797.  
  2798. .items-28-35-2 {
  2799. width: 32px;
  2800. height: 32px;
  2801. background: url(/images/sprites/items-28.png) -32px -640px no-repeat
  2802. }
  2803.  
  2804. .items-28-35-3 {
  2805. width: 32px;
  2806. height: 32px;
  2807. background: url(/images/sprites/items-28.png) -64px -640px no-repeat
  2808. }
  2809.  
  2810. .items-28-35-4 {
  2811. width: 32px;
  2812. height: 32px;
  2813. background: url(/images/sprites/items-28.png) -96px -640px no-repeat
  2814. }
  2815.  
  2816. .items-28-35-5 {
  2817. width: 32px;
  2818. height: 32px;
  2819. background: url(/images/sprites/items-28.png) -128px -640px no-repeat
  2820. }
  2821.  
  2822. .items-28-35-6 {
  2823. width: 32px;
  2824. height: 32px;
  2825. background: url(/images/sprites/items-28.png) -160px -640px no-repeat
  2826. }
  2827.  
  2828. .items-28-35-7 {
  2829. width: 32px;
  2830. height: 32px;
  2831. background: url(/images/sprites/items-28.png) -192px -640px no-repeat
  2832. }
  2833.  
  2834. .items-28-35-8 {
  2835. width: 32px;
  2836. height: 32px;
  2837. background: url(/images/sprites/items-28.png) -224px -640px no-repeat
  2838. }
  2839.  
  2840. .items-28-35-9 {
  2841. width: 32px;
  2842. height: 32px;
  2843. background: url(/images/sprites/items-28.png) -256px -640px no-repeat
  2844. }
  2845.  
  2846. .items-28-350-0 {
  2847. width: 32px;
  2848. height: 32px;
  2849. background: url(/images/sprites/items-28.png) -288px -640px no-repeat
  2850. }
  2851.  
  2852. .items-28-350-1 {
  2853. width: 32px;
  2854. height: 32px;
  2855. background: url(/images/sprites/items-28.png) -320px -640px no-repeat
  2856. }
  2857.  
  2858. .items-28-351-0 {
  2859. width: 32px;
  2860. height: 32px;
  2861. background: url(/images/sprites/items-28.png) -352px -640px no-repeat
  2862. }
  2863.  
  2864. .items-28-351-1 {
  2865. width: 32px;
  2866. height: 32px;
  2867. background: url(/images/sprites/items-28.png) -384px -640px no-repeat
  2868. }
  2869.  
  2870. .items-28-351-10 {
  2871. width: 32px;
  2872. height: 32px;
  2873. background: url(/images/sprites/items-28.png) -416px -640px no-repeat
  2874. }
  2875.  
  2876. .items-28-351-11 {
  2877. width: 32px;
  2878. height: 32px;
  2879. background: url(/images/sprites/items-28.png) -448px -640px no-repeat
  2880. }
  2881.  
  2882. .items-28-351-12 {
  2883. width: 32px;
  2884. height: 32px;
  2885. background: url(/images/sprites/items-28.png) -480px -640px no-repeat
  2886. }
  2887.  
  2888. .items-28-351-13 {
  2889. width: 32px;
  2890. height: 32px;
  2891. background: url(/images/sprites/items-28.png) -512px -640px no-repeat
  2892. }
  2893.  
  2894. .items-28-351-14 {
  2895. width: 32px;
  2896. height: 32px;
  2897. background: url(/images/sprites/items-28.png) -544px -640px no-repeat
  2898. }
  2899.  
  2900. .items-28-351-15 {
  2901. width: 32px;
  2902. height: 32px;
  2903. background: url(/images/sprites/items-28.png) -576px -640px no-repeat
  2904. }
  2905.  
  2906. .items-28-351-2 {
  2907. width: 32px;
  2908. height: 32px;
  2909. background: url(/images/sprites/items-28.png) -608px -640px no-repeat
  2910. }
  2911.  
  2912. .items-28-351-3 {
  2913. width: 32px;
  2914. height: 32px;
  2915. background: url(/images/sprites/items-28.png) -640px -640px no-repeat
  2916. }
  2917.  
  2918. .items-28-351-4 {
  2919. width: 32px;
  2920. height: 32px;
  2921. background: url(/images/sprites/items-28.png) -672px 0 no-repeat
  2922. }
  2923.  
  2924. .items-28-351-5 {
  2925. width: 32px;
  2926. height: 32px;
  2927. background: url(/images/sprites/items-28.png) -672px -32px no-repeat
  2928. }
  2929.  
  2930. .items-28-351-6 {
  2931. width: 32px;
  2932. height: 32px;
  2933. background: url(/images/sprites/items-28.png) -672px -64px no-repeat
  2934. }
  2935.  
  2936. .items-28-351-7 {
  2937. width: 32px;
  2938. height: 32px;
  2939. background: url(/images/sprites/items-28.png) -672px -96px no-repeat
  2940. }
  2941.  
  2942. .items-28-351-8 {
  2943. width: 32px;
  2944. height: 32px;
  2945. background: url(/images/sprites/items-28.png) -672px -128px no-repeat
  2946. }
  2947.  
  2948. .items-28-351-9 {
  2949. width: 32px;
  2950. height: 32px;
  2951. background: url(/images/sprites/items-28.png) -672px -160px no-repeat
  2952. }
  2953.  
  2954. .items-28-352-0 {
  2955. width: 32px;
  2956. height: 32px;
  2957. background: url(/images/sprites/items-28.png) -672px -192px no-repeat
  2958. }
  2959.  
  2960. .items-28-353-0 {
  2961. width: 32px;
  2962. height: 32px;
  2963. background: url(/images/sprites/items-28.png) -672px -224px no-repeat
  2964. }
  2965.  
  2966. .items-28-354-0 {
  2967. width: 32px;
  2968. height: 32px;
  2969. background: url(/images/sprites/items-28.png) -672px -256px no-repeat
  2970. }
  2971.  
  2972. .items-28-355-0 {
  2973. width: 32px;
  2974. height: 32px;
  2975. background: url(/images/sprites/items-28.png) -672px -288px no-repeat
  2976. }
  2977.  
  2978. .items-28-356-0 {
  2979. width: 32px;
  2980. height: 32px;
  2981. background: url(/images/sprites/items-28.png) -672px -320px no-repeat
  2982. }
  2983.  
  2984. .items-28-357-0 {
  2985. width: 32px;
  2986. height: 32px;
  2987. background: url(/images/sprites/items-28.png) -672px -352px no-repeat
  2988. }
  2989.  
  2990. .items-28-358-0 {
  2991. width: 32px;
  2992. height: 32px;
  2993. background: url(/images/sprites/items-28.png) -672px -384px no-repeat
  2994. }
  2995.  
  2996. .items-28-359-0 {
  2997. width: 32px;
  2998. height: 32px;
  2999. background: url(/images/sprites/items-28.png) -672px -416px no-repeat
  3000. }
  3001.  
  3002. .items-28-360-0 {
  3003. width: 32px;
  3004. height: 32px;
  3005. background: url(/images/sprites/items-28.png) -672px -448px no-repeat
  3006. }
  3007.  
  3008. .items-28-361-0 {
  3009. width: 32px;
  3010. height: 32px;
  3011. background: url(/images/sprites/items-28.png) -672px -480px no-repeat
  3012. }
  3013.  
  3014. .items-28-362-0 {
  3015. width: 32px;
  3016. height: 32px;
  3017. background: url(/images/sprites/items-28.png) -672px -512px no-repeat
  3018. }
  3019.  
  3020. .items-28-363-0 {
  3021. width: 32px;
  3022. height: 32px;
  3023. background: url(/images/sprites/items-28.png) -672px -544px no-repeat
  3024. }
  3025.  
  3026. .items-28-364-0 {
  3027. width: 32px;
  3028. height: 32px;
  3029. background: url(/images/sprites/items-28.png) -672px -576px no-repeat
  3030. }
  3031.  
  3032. .items-28-365-0 {
  3033. width: 32px;
  3034. height: 32px;
  3035. background: url(/images/sprites/items-28.png) -672px -608px no-repeat
  3036. }
  3037.  
  3038. .items-28-366-0 {
  3039. width: 32px;
  3040. height: 32px;
  3041. background: url(/images/sprites/items-28.png) -672px -640px no-repeat
  3042. }
  3043.  
  3044. .items-28-367-0 {
  3045. width: 32px;
  3046. height: 32px;
  3047. background: url(/images/sprites/items-28.png) 0 -672px no-repeat
  3048. }
  3049.  
  3050. .items-28-368-0 {
  3051. width: 32px;
  3052. height: 32px;
  3053. background: url(/images/sprites/items-28.png) -32px -672px no-repeat
  3054. }
  3055.  
  3056. .items-28-369-0 {
  3057. width: 32px;
  3058. height: 32px;
  3059. background: url(/images/sprites/items-28.png) -64px -672px no-repeat
  3060. }
  3061.  
  3062. .items-28-37-0 {
  3063. width: 32px;
  3064. height: 32px;
  3065. background: url(/images/sprites/items-28.png) -96px -672px no-repeat
  3066. }
  3067.  
  3068. .items-28-370-0 {
  3069. width: 32px;
  3070. height: 32px;
  3071. background: url(/images/sprites/items-28.png) -128px -672px no-repeat
  3072. }
  3073.  
  3074. .items-28-371-0 {
  3075. width: 32px;
  3076. height: 32px;
  3077. background: url(/images/sprites/items-28.png) -160px -672px no-repeat
  3078. }
  3079.  
  3080. .items-28-372-0 {
  3081. width: 32px;
  3082. height: 32px;
  3083. background: url(/images/sprites/items-28.png) -192px -672px no-repeat
  3084. }
  3085.  
  3086. .items-28-373-0 {
  3087. width: 32px;
  3088. height: 32px;
  3089. background: url(/images/sprites/items-28.png) -224px -672px no-repeat
  3090. }
  3091.  
  3092. .items-28-374-0 {
  3093. width: 32px;
  3094. height: 32px;
  3095. background: url(/images/sprites/items-28.png) -256px -672px no-repeat
  3096. }
  3097.  
  3098. .items-28-375-0 {
  3099. width: 32px;
  3100. height: 32px;
  3101. background: url(/images/sprites/items-28.png) -288px -672px no-repeat
  3102. }
  3103.  
  3104. .items-28-376-0 {
  3105. width: 32px;
  3106. height: 32px;
  3107. background: url(/images/sprites/items-28.png) -320px -672px no-repeat
  3108. }
  3109.  
  3110. .items-28-377-0 {
  3111. width: 32px;
  3112. height: 32px;
  3113. background: url(/images/sprites/items-28.png) -352px -672px no-repeat
  3114. }
  3115.  
  3116. .items-28-378-0 {
  3117. width: 32px;
  3118. height: 32px;
  3119. background: url(/images/sprites/items-28.png) -384px -672px no-repeat
  3120. }
  3121.  
  3122. .items-28-379-0 {
  3123. width: 32px;
  3124. height: 32px;
  3125. background: url(/images/sprites/items-28.png) -416px -672px no-repeat
  3126. }
  3127.  
  3128. .items-28-38-0 {
  3129. width: 32px;
  3130. height: 32px;
  3131. background: url(/images/sprites/items-28.png) -448px -672px no-repeat
  3132. }
  3133.  
  3134. .items-28-38-1 {
  3135. width: 32px;
  3136. height: 32px;
  3137. background: url(/images/sprites/items-28.png) -480px -672px no-repeat
  3138. }
  3139.  
  3140. .items-28-38-2 {
  3141. width: 32px;
  3142. height: 32px;
  3143. background: url(/images/sprites/items-28.png) -512px -672px no-repeat
  3144. }
  3145.  
  3146. .items-28-38-3 {
  3147. width: 32px;
  3148. height: 32px;
  3149. background: url(/images/sprites/items-28.png) -544px -672px no-repeat
  3150. }
  3151.  
  3152. .items-28-38-4 {
  3153. width: 32px;
  3154. height: 32px;
  3155. background: url(/images/sprites/items-28.png) -576px -672px no-repeat
  3156. }
  3157.  
  3158. .items-28-38-5 {
  3159. width: 32px;
  3160. height: 32px;
  3161. background: url(/images/sprites/items-28.png) -608px -672px no-repeat
  3162. }
  3163.  
  3164. .items-28-38-6 {
  3165. width: 32px;
  3166. height: 32px;
  3167. background: url(/images/sprites/items-28.png) -640px -672px no-repeat
  3168. }
  3169.  
  3170. .items-28-38-7 {
  3171. width: 32px;
  3172. height: 32px;
  3173. background: url(/images/sprites/items-28.png) -672px -672px no-repeat
  3174. }
  3175.  
  3176. .items-28-38-8 {
  3177. width: 32px;
  3178. height: 32px;
  3179. background: url(/images/sprites/items-28.png) -704px 0 no-repeat
  3180. }
  3181.  
  3182. .items-28-380-0 {
  3183. width: 32px;
  3184. height: 32px;
  3185. background: url(/images/sprites/items-28.png) -704px -32px no-repeat
  3186. }
  3187.  
  3188. .items-28-381-0 {
  3189. width: 32px;
  3190. height: 32px;
  3191. background: url(/images/sprites/items-28.png) -704px -64px no-repeat
  3192. }
  3193.  
  3194. .items-28-382-0 {
  3195. width: 32px;
  3196. height: 32px;
  3197. background: url(/images/sprites/items-28.png) -704px -96px no-repeat
  3198. }
  3199.  
  3200. .items-28-383-100 {
  3201. width: 32px;
  3202. height: 32px;
  3203. background: url(/images/sprites/items-28.png) -704px -128px no-repeat
  3204. }
  3205.  
  3206. .items-28-383-101 {
  3207. width: 32px;
  3208. height: 32px;
  3209. background: url(/images/sprites/items-28.png) -704px -160px no-repeat
  3210. }
  3211.  
  3212. .items-28-383-102 {
  3213. width: 32px;
  3214. height: 32px;
  3215. background: url(/images/sprites/items-28.png) -704px -192px no-repeat
  3216. }
  3217.  
  3218. .items-28-383-103 {
  3219. width: 32px;
  3220. height: 32px;
  3221. background: url(/images/sprites/items-28.png) -704px -224px no-repeat
  3222. }
  3223.  
  3224. .items-28-383-105 {
  3225. width: 32px;
  3226. height: 32px;
  3227. background: url(/images/sprites/items-28.png) -704px -256px no-repeat
  3228. }
  3229.  
  3230. .items-28-383-120 {
  3231. width: 32px;
  3232. height: 32px;
  3233. background: url(/images/sprites/items-28.png) -704px -288px no-repeat
  3234. }
  3235.  
  3236. .items-28-383-23 {
  3237. width: 32px;
  3238. height: 32px;
  3239. background: url(/images/sprites/items-28.png) -704px -320px no-repeat
  3240. }
  3241.  
  3242. .items-28-383-27 {
  3243. width: 32px;
  3244. height: 32px;
  3245. background: url(/images/sprites/items-28.png) -704px -352px no-repeat
  3246. }
  3247.  
  3248. .items-28-383-28 {
  3249. width: 32px;
  3250. height: 32px;
  3251. background: url(/images/sprites/items-28.png) -704px -384px no-repeat
  3252. }
  3253.  
  3254. .items-28-383-29 {
  3255. width: 32px;
  3256. height: 32px;
  3257. background: url(/images/sprites/items-28.png) -704px -416px no-repeat
  3258. }
  3259.  
  3260. .items-28-383-31 {
  3261. width: 32px;
  3262. height: 32px;
  3263. background: url(/images/sprites/items-28.png) -704px -448px no-repeat
  3264. }
  3265.  
  3266. .items-28-383-32 {
  3267. width: 32px;
  3268. height: 32px;
  3269. background: url(/images/sprites/items-28.png) -704px -480px no-repeat
  3270. }
  3271.  
  3272. .items-28-383-34 {
  3273. width: 32px;
  3274. height: 32px;
  3275. background: url(/images/sprites/items-28.png) -704px -512px no-repeat
  3276. }
  3277.  
  3278. .items-28-383-35 {
  3279. width: 32px;
  3280. height: 32px;
  3281. background: url(/images/sprites/items-28.png) -704px -544px no-repeat
  3282. }
  3283.  
  3284. .items-28-383-36 {
  3285. width: 32px;
  3286. height: 32px;
  3287. background: url(/images/sprites/items-28.png) -704px -576px no-repeat
  3288. }
  3289.  
  3290. .items-28-383-4 {
  3291. width: 32px;
  3292. height: 32px;
  3293. background: url(/images/sprites/items-28.png) -704px -608px no-repeat
  3294. }
  3295.  
  3296. .items-28-383-5 {
  3297. width: 32px;
  3298. height: 32px;
  3299. background: url(/images/sprites/items-28.png) -704px -640px no-repeat
  3300. }
  3301.  
  3302. .items-28-383-50 {
  3303. width: 32px;
  3304. height: 32px;
  3305. background: url(/images/sprites/items-28.png) -704px -672px no-repeat
  3306. }
  3307.  
  3308. .items-28-383-51 {
  3309. width: 32px;
  3310. height: 32px;
  3311. background: url(/images/sprites/items-28.png) 0 -704px no-repeat
  3312. }
  3313.  
  3314. .items-28-383-52 {
  3315. width: 32px;
  3316. height: 32px;
  3317. background: url(/images/sprites/items-28.png) -32px -704px no-repeat
  3318. }
  3319.  
  3320. .items-28-383-54 {
  3321. width: 32px;
  3322. height: 32px;
  3323. background: url(/images/sprites/items-28.png) -64px -704px no-repeat
  3324. }
  3325.  
  3326. .items-28-383-55 {
  3327. width: 32px;
  3328. height: 32px;
  3329. background: url(/images/sprites/items-28.png) -96px -704px no-repeat
  3330. }
  3331.  
  3332. .items-28-383-56 {
  3333. width: 32px;
  3334. height: 32px;
  3335. background: url(/images/sprites/items-28.png) -128px -704px no-repeat
  3336. }
  3337.  
  3338. .items-28-383-57 {
  3339. width: 32px;
  3340. height: 32px;
  3341. background: url(/images/sprites/items-28.png) -160px -704px no-repeat
  3342. }
  3343.  
  3344. .items-28-383-58 {
  3345. width: 32px;
  3346. height: 32px;
  3347. background: url(/images/sprites/items-28.png) -192px -704px no-repeat
  3348. }
  3349.  
  3350. .items-28-383-59 {
  3351. width: 32px;
  3352. height: 32px;
  3353. background: url(/images/sprites/items-28.png) -224px -704px no-repeat
  3354. }
  3355.  
  3356. .items-28-383-6 {
  3357. width: 32px;
  3358. height: 32px;
  3359. background: url(/images/sprites/items-28.png) -256px -704px no-repeat
  3360. }
  3361.  
  3362. .items-28-383-60 {
  3363. width: 32px;
  3364. height: 32px;
  3365. background: url(/images/sprites/items-28.png) -288px -704px no-repeat
  3366. }
  3367.  
  3368. .items-28-383-61 {
  3369. width: 32px;
  3370. height: 32px;
  3371. background: url(/images/sprites/items-28.png) -320px -704px no-repeat
  3372. }
  3373.  
  3374. .items-28-383-62 {
  3375. width: 32px;
  3376. height: 32px;
  3377. background: url(/images/sprites/items-28.png) -352px -704px no-repeat
  3378. }
  3379.  
  3380. .items-28-383-65 {
  3381. width: 32px;
  3382. height: 32px;
  3383. background: url(/images/sprites/items-28.png) -384px -704px no-repeat
  3384. }
  3385.  
  3386. .items-28-383-66 {
  3387. width: 32px;
  3388. height: 32px;
  3389. background: url(/images/sprites/items-28.png) -416px -704px no-repeat
  3390. }
  3391.  
  3392. .items-28-383-67 {
  3393. width: 32px;
  3394. height: 32px;
  3395. background: url(/images/sprites/items-28.png) -448px -704px no-repeat
  3396. }
  3397.  
  3398. .items-28-383-68 {
  3399. width: 32px;
  3400. height: 32px;
  3401. background: url(/images/sprites/items-28.png) -480px -704px no-repeat
  3402. }
  3403.  
  3404. .items-28-383-69 {
  3405. width: 32px;
  3406. height: 32px;
  3407. background: url(/images/sprites/items-28.png) -512px -704px no-repeat
  3408. }
  3409.  
  3410. .items-28-383-90 {
  3411. width: 32px;
  3412. height: 32px;
  3413. background: url(/images/sprites/items-28.png) -544px -704px no-repeat
  3414. }
  3415.  
  3416. .items-28-383-91 {
  3417. width: 32px;
  3418. height: 32px;
  3419. background: url(/images/sprites/items-28.png) -576px -704px no-repeat
  3420. }
  3421.  
  3422. .items-28-383-92 {
  3423. width: 32px;
  3424. height: 32px;
  3425. background: url(/images/sprites/items-28.png) -608px -704px no-repeat
  3426. }
  3427.  
  3428. .items-28-383-93 {
  3429. width: 32px;
  3430. height: 32px;
  3431. background: url(/images/sprites/items-28.png) -640px -704px no-repeat
  3432. }
  3433.  
  3434. .items-28-383-94 {
  3435. width: 32px;
  3436. height: 32px;
  3437. background: url(/images/sprites/items-28.png) -672px -704px no-repeat
  3438. }
  3439.  
  3440. .items-28-383-95 {
  3441. width: 32px;
  3442. height: 32px;
  3443. background: url(/images/sprites/items-28.png) -704px -704px no-repeat
  3444. }
  3445.  
  3446. .items-28-383-96 {
  3447. width: 32px;
  3448. height: 32px;
  3449. background: url(/images/sprites/items-28.png) -736px 0 no-repeat
  3450. }
  3451.  
  3452. .items-28-383-98 {
  3453. width: 32px;
  3454. height: 32px;
  3455. background: url(/images/sprites/items-28.png) -736px -32px no-repeat
  3456. }
  3457.  
  3458. .items-28-384-0 {
  3459. width: 32px;
  3460. height: 32px;
  3461. background: url(/images/sprites/items-28.png) -736px -64px no-repeat
  3462. }
  3463.  
  3464. .items-28-385-0 {
  3465. width: 32px;
  3466. height: 32px;
  3467. background: url(/images/sprites/items-28.png) -736px -96px no-repeat
  3468. }
  3469.  
  3470. .items-28-386-0 {
  3471. width: 32px;
  3472. height: 32px;
  3473. background: url(/images/sprites/items-28.png) -736px -128px no-repeat
  3474. }
  3475.  
  3476. .items-28-387-0 {
  3477. width: 32px;
  3478. height: 32px;
  3479. background: url(/images/sprites/items-28.png) -736px -160px no-repeat
  3480. }
  3481.  
  3482. .items-28-388-0 {
  3483. width: 32px;
  3484. height: 32px;
  3485. background: url(/images/sprites/items-28.png) -736px -192px no-repeat
  3486. }
  3487.  
  3488. .items-28-389-0 {
  3489. width: 32px;
  3490. height: 32px;
  3491. background: url(/images/sprites/items-28.png) -736px -224px no-repeat
  3492. }
  3493.  
  3494. .items-28-39-0 {
  3495. width: 32px;
  3496. height: 32px;
  3497. background: url(/images/sprites/items-28.png) -736px -256px no-repeat
  3498. }
  3499.  
  3500. .items-28-390-0 {
  3501. width: 32px;
  3502. height: 32px;
  3503. background: url(/images/sprites/items-28.png) -736px -288px no-repeat
  3504. }
  3505.  
  3506. .items-28-391-0 {
  3507. width: 32px;
  3508. height: 32px;
  3509. background: url(/images/sprites/items-28.png) -736px -320px no-repeat
  3510. }
  3511.  
  3512. .items-28-392-0 {
  3513. width: 32px;
  3514. height: 32px;
  3515. background: url(/images/sprites/items-28.png) -736px -352px no-repeat
  3516. }
  3517.  
  3518. .items-28-393-0 {
  3519. width: 32px;
  3520. height: 32px;
  3521. background: url(/images/sprites/items-28.png) -736px -384px no-repeat
  3522. }
  3523.  
  3524. .items-28-394-0 {
  3525. width: 32px;
  3526. height: 32px;
  3527. background: url(/images/sprites/items-28.png) -736px -416px no-repeat
  3528. }
  3529.  
  3530. .items-28-395-0 {
  3531. width: 32px;
  3532. height: 32px;
  3533. background: url(/images/sprites/items-28.png) -736px -448px no-repeat
  3534. }
  3535.  
  3536. .items-28-396-0 {
  3537. width: 32px;
  3538. height: 32px;
  3539. background: url(/images/sprites/items-28.png) -736px -480px no-repeat
  3540. }
  3541.  
  3542. .items-28-397-0 {
  3543. width: 32px;
  3544. height: 32px;
  3545. background: url(/images/sprites/items-28.png) -736px -512px no-repeat
  3546. }
  3547.  
  3548. .items-28-397-1 {
  3549. width: 32px;
  3550. height: 32px;
  3551. background: url(/images/sprites/items-28.png) -736px -544px no-repeat
  3552. }
  3553.  
  3554. .items-28-397-2 {
  3555. width: 32px;
  3556. height: 32px;
  3557. background: url(/images/sprites/items-28.png) -736px -576px no-repeat
  3558. }
  3559.  
  3560. .items-28-397-3 {
  3561. width: 32px;
  3562. height: 32px;
  3563. background: url(/images/sprites/items-28.png) -736px -608px no-repeat
  3564. }
  3565.  
  3566. .items-28-397-4 {
  3567. width: 32px;
  3568. height: 32px;
  3569. background: url(/images/sprites/items-28.png) -736px -640px no-repeat
  3570. }
  3571.  
  3572. .items-28-397-5 {
  3573. width: 32px;
  3574. height: 32px;
  3575. background: url(/images/sprites/items-28.png) -736px -672px no-repeat
  3576. }
  3577.  
  3578. .items-28-398-0 {
  3579. width: 32px;
  3580. height: 32px;
  3581. background: url(/images/sprites/items-28.png) -736px -704px no-repeat
  3582. }
  3583.  
  3584. .items-28-399-0 {
  3585. width: 32px;
  3586. height: 32px;
  3587. background: url(/images/sprites/items-28.png) 0 -736px no-repeat
  3588. }
  3589.  
  3590. .items-28-4-0 {
  3591. width: 32px;
  3592. height: 32px;
  3593. background: url(/images/sprites/items-28.png) -32px -736px no-repeat
  3594. }
  3595.  
  3596. .items-28-40-0 {
  3597. width: 32px;
  3598. height: 32px;
  3599. background: url(/images/sprites/items-28.png) -64px -736px no-repeat
  3600. }
  3601.  
  3602. .items-28-400-0 {
  3603. width: 32px;
  3604. height: 32px;
  3605. background: url(/images/sprites/items-28.png) -96px -736px no-repeat
  3606. }
  3607.  
  3608. .items-28-401-0 {
  3609. width: 32px;
  3610. height: 32px;
  3611. background: url(/images/sprites/items-28.png) -128px -736px no-repeat
  3612. }
  3613.  
  3614. .items-28-402-0 {
  3615. width: 32px;
  3616. height: 32px;
  3617. background: url(/images/sprites/items-28.png) -160px -736px no-repeat
  3618. }
  3619.  
  3620. .items-28-403-0 {
  3621. width: 32px;
  3622. height: 32px;
  3623. background: url(/images/sprites/items-28.png) -192px -736px no-repeat
  3624. }
  3625.  
  3626. .items-28-404-0 {
  3627. width: 32px;
  3628. height: 32px;
  3629. background: url(/images/sprites/items-28.png) -224px -736px no-repeat
  3630. }
  3631.  
  3632. .items-28-405-0 {
  3633. width: 32px;
  3634. height: 32px;
  3635. background: url(/images/sprites/items-28.png) -256px -736px no-repeat
  3636. }
  3637.  
  3638. .items-28-406-0 {
  3639. width: 32px;
  3640. height: 32px;
  3641. background: url(/images/sprites/items-28.png) -288px -736px no-repeat
  3642. }
  3643.  
  3644. .items-28-407-0 {
  3645. width: 32px;
  3646. height: 32px;
  3647. background: url(/images/sprites/items-28.png) -320px -736px no-repeat
  3648. }
  3649.  
  3650. .items-28-408-0 {
  3651. width: 32px;
  3652. height: 32px;
  3653. background: url(/images/sprites/items-28.png) -352px -736px no-repeat
  3654. }
  3655.  
  3656. .items-28-409-0 {
  3657. width: 32px;
  3658. height: 32px;
  3659. background: url(/images/sprites/items-28.png) -384px -736px no-repeat
  3660. }
  3661.  
  3662. .items-28-41-0 {
  3663. width: 32px;
  3664. height: 32px;
  3665. background: url(/images/sprites/items-28.png) -416px -736px no-repeat
  3666. }
  3667.  
  3668. .items-28-410-0 {
  3669. width: 32px;
  3670. height: 32px;
  3671. background: url(/images/sprites/items-28.png) -448px -736px no-repeat
  3672. }
  3673.  
  3674. .items-28-411-0 {
  3675. width: 32px;
  3676. height: 32px;
  3677. background: url(/images/sprites/items-28.png) -480px -736px no-repeat
  3678. }
  3679.  
  3680. .items-28-412-0 {
  3681. width: 32px;
  3682. height: 32px;
  3683. background: url(/images/sprites/items-28.png) -512px -736px no-repeat
  3684. }
  3685.  
  3686. .items-28-413-0 {
  3687. width: 32px;
  3688. height: 32px;
  3689. background: url(/images/sprites/items-28.png) -544px -736px no-repeat
  3690. }
  3691.  
  3692. .items-28-414-0 {
  3693. width: 32px;
  3694. height: 32px;
  3695. background: url(/images/sprites/items-28.png) -576px -736px no-repeat
  3696. }
  3697.  
  3698. .items-28-415-0 {
  3699. width: 32px;
  3700. height: 32px;
  3701. background: url(/images/sprites/items-28.png) -608px -736px no-repeat
  3702. }
  3703.  
  3704. .items-28-416-0 {
  3705. width: 32px;
  3706. height: 32px;
  3707. background: url(/images/sprites/items-28.png) -640px -736px no-repeat
  3708. }
  3709.  
  3710. .items-28-417-0 {
  3711. width: 32px;
  3712. height: 32px;
  3713. background: url(/images/sprites/items-28.png) -672px -736px no-repeat
  3714. }
  3715.  
  3716. .items-28-418-0 {
  3717. width: 32px;
  3718. height: 32px;
  3719. background: url(/images/sprites/items-28.png) -704px -736px no-repeat
  3720. }
  3721.  
  3722. .items-28-419-0 {
  3723. width: 32px;
  3724. height: 32px;
  3725. background: url(/images/sprites/items-28.png) -736px -736px no-repeat
  3726. }
  3727.  
  3728. .items-28-42-0 {
  3729. width: 32px;
  3730. height: 32px;
  3731. background: url(/images/sprites/items-28.png) -768px 0 no-repeat
  3732. }
  3733.  
  3734. .items-28-420-0 {
  3735. width: 32px;
  3736. height: 32px;
  3737. background: url(/images/sprites/items-28.png) -768px -32px no-repeat
  3738. }
  3739.  
  3740. .items-28-421-0 {
  3741. width: 32px;
  3742. height: 32px;
  3743. background: url(/images/sprites/items-28.png) -768px -64px no-repeat
  3744. }
  3745.  
  3746. .items-28-422-0 {
  3747. width: 32px;
  3748. height: 32px;
  3749. background: url(/images/sprites/items-28.png) -768px -96px no-repeat
  3750. }
  3751.  
  3752. .items-28-423-0 {
  3753. width: 32px;
  3754. height: 32px;
  3755. background: url(/images/sprites/items-28.png) -768px -128px no-repeat
  3756. }
  3757.  
  3758. .items-28-424-0 {
  3759. width: 32px;
  3760. height: 32px;
  3761. background: url(/images/sprites/items-28.png) -768px -160px no-repeat
  3762. }
  3763.  
  3764. .items-28-425-0 {
  3765. width: 32px;
  3766. height: 32px;
  3767. background: url(/images/sprites/items-28.png) -768px -192px no-repeat
  3768. }
  3769.  
  3770. .items-28-426-0 {
  3771. width: 32px;
  3772. height: 32px;
  3773. background: url(/images/sprites/items-28.png) -768px -224px no-repeat
  3774. }
  3775.  
  3776. .items-28-427-0 {
  3777. width: 32px;
  3778. height: 32px;
  3779. background: url(/images/sprites/items-28.png) -768px -256px no-repeat
  3780. }
  3781.  
  3782. .items-28-428-0 {
  3783. width: 32px;
  3784. height: 32px;
  3785. background: url(/images/sprites/items-28.png) -768px -288px no-repeat
  3786. }
  3787.  
  3788. .items-28-429-0 {
  3789. width: 32px;
  3790. height: 32px;
  3791. background: url(/images/sprites/items-28.png) -768px -320px no-repeat
  3792. }
  3793.  
  3794. .items-28-43-0 {
  3795. width: 32px;
  3796. height: 32px;
  3797. background: url(/images/sprites/items-28.png) -768px -352px no-repeat
  3798. }
  3799.  
  3800. .items-28-43-1 {
  3801. width: 32px;
  3802. height: 32px;
  3803. background: url(/images/sprites/items-28.png) -768px -384px no-repeat
  3804. }
  3805.  
  3806. .items-28-43-2 {
  3807. width: 32px;
  3808. height: 32px;
  3809. background: url(/images/sprites/items-28.png) -768px -416px no-repeat
  3810. }
  3811.  
  3812. .items-28-43-3 {
  3813. width: 32px;
  3814. height: 32px;
  3815. background: url(/images/sprites/items-28.png) -768px -448px no-repeat
  3816. }
  3817.  
  3818. .items-28-43-4 {
  3819. width: 32px;
  3820. height: 32px;
  3821. background: url(/images/sprites/items-28.png) -768px -480px no-repeat
  3822. }
  3823.  
  3824. .items-28-43-5 {
  3825. width: 32px;
  3826. height: 32px;
  3827. background: url(/images/sprites/items-28.png) -768px -512px no-repeat
  3828. }
  3829.  
  3830. .items-28-43-6 {
  3831. width: 32px;
  3832. height: 32px;
  3833. background: url(/images/sprites/items-28.png) -768px -544px no-repeat
  3834. }
  3835.  
  3836. .items-28-43-7 {
  3837. width: 32px;
  3838. height: 32px;
  3839. background: url(/images/sprites/items-28.png) -768px -576px no-repeat
  3840. }
  3841.  
  3842. .items-28-430-0 {
  3843. width: 32px;
  3844. height: 32px;
  3845. background: url(/images/sprites/items-28.png) -768px -608px no-repeat
  3846. }
  3847.  
  3848. .items-28-431-0 {
  3849. width: 32px;
  3850. height: 32px;
  3851. background: url(/images/sprites/items-28.png) -768px -640px no-repeat
  3852. }
  3853.  
  3854. .items-28-432-0 {
  3855. width: 32px;
  3856. height: 32px;
  3857. background: url(/images/sprites/items-28.png) -768px -672px no-repeat
  3858. }
  3859.  
  3860. .items-28-433-0 {
  3861. width: 32px;
  3862. height: 32px;
  3863. background: url(/images/sprites/items-28.png) -768px -704px no-repeat
  3864. }
  3865.  
  3866. .items-28-434-0 {
  3867. width: 32px;
  3868. height: 32px;
  3869. background: url(/images/sprites/items-28.png) -768px -736px no-repeat
  3870. }
  3871.  
  3872. .items-28-435-0 {
  3873. width: 32px;
  3874. height: 32px;
  3875. background: url(/images/sprites/items-28.png) 0 -768px no-repeat
  3876. }
  3877.  
  3878. .items-28-436-0 {
  3879. width: 32px;
  3880. height: 32px;
  3881. background: url(/images/sprites/items-28.png) -32px -768px no-repeat
  3882. }
  3883.  
  3884. .items-28-437-0 {
  3885. width: 32px;
  3886. height: 32px;
  3887. background: url(/images/sprites/items-28.png) -64px -768px no-repeat
  3888. }
  3889.  
  3890. .items-28-438-0 {
  3891. width: 32px;
  3892. height: 32px;
  3893. background: url(/images/sprites/items-28.png) -96px -768px no-repeat
  3894. }
  3895.  
  3896. .items-28-439-0 {
  3897. width: 32px;
  3898. height: 32px;
  3899. background: url(/images/sprites/items-28.png) -128px -768px no-repeat
  3900. }
  3901.  
  3902. .items-28-44-0 {
  3903. width: 32px;
  3904. height: 32px;
  3905. background: url(/images/sprites/items-28.png) -160px -768px no-repeat
  3906. }
  3907.  
  3908. .items-28-44-1 {
  3909. width: 32px;
  3910. height: 32px;
  3911. background: url(/images/sprites/items-28.png) -192px -768px no-repeat
  3912. }
  3913.  
  3914. .items-28-44-2 {
  3915. width: 32px;
  3916. height: 32px;
  3917. background: url(/images/sprites/items-28.png) -224px -768px no-repeat
  3918. }
  3919.  
  3920. .items-28-44-3 {
  3921. width: 32px;
  3922. height: 32px;
  3923. background: url(/images/sprites/items-28.png) -256px -768px no-repeat
  3924. }
  3925.  
  3926. .items-28-44-4 {
  3927. width: 32px;
  3928. height: 32px;
  3929. background: url(/images/sprites/items-28.png) -288px -768px no-repeat
  3930. }
  3931.  
  3932. .items-28-44-5 {
  3933. width: 32px;
  3934. height: 32px;
  3935. background: url(/images/sprites/items-28.png) -320px -768px no-repeat
  3936. }
  3937.  
  3938. .items-28-44-6 {
  3939. width: 32px;
  3940. height: 32px;
  3941. background: url(/images/sprites/items-28.png) -352px -768px no-repeat
  3942. }
  3943.  
  3944. .items-28-44-7 {
  3945. width: 32px;
  3946. height: 32px;
  3947. background: url(/images/sprites/items-28.png) -384px -768px no-repeat
  3948. }
  3949.  
  3950. .items-28-440-0 {
  3951. width: 32px;
  3952. height: 32px;
  3953. background: url(/images/sprites/items-28.png) -416px -768px no-repeat
  3954. }
  3955.  
  3956. .items-28-441-0 {
  3957. width: 32px;
  3958. height: 32px;
  3959. background: url(/images/sprites/items-28.png) -448px -768px no-repeat
  3960. }
  3961.  
  3962. .items-28-442-0 {
  3963. width: 32px;
  3964. height: 32px;
  3965. background: url(/images/sprites/items-28.png) -480px -768px no-repeat
  3966. }
  3967.  
  3968. .items-28-443-0 {
  3969. width: 32px;
  3970. height: 32px;
  3971. background: url(/images/sprites/items-28.png) -512px -768px no-repeat
  3972. }
  3973.  
  3974. .items-28-444-0 {
  3975. width: 32px;
  3976. height: 32px;
  3977. background: url(/images/sprites/items-28.png) -544px -768px no-repeat
  3978. }
  3979.  
  3980. .items-28-445-0 {
  3981. width: 32px;
  3982. height: 32px;
  3983. background: url(/images/sprites/items-28.png) -576px -768px no-repeat
  3984. }
  3985.  
  3986. .items-28-446-0 {
  3987. width: 32px;
  3988. height: 32px;
  3989. background: url(/images/sprites/items-28.png) -608px -768px no-repeat
  3990. }
  3991.  
  3992. .items-28-447-0 {
  3993. width: 32px;
  3994. height: 32px;
  3995. background: url(/images/sprites/items-28.png) -640px -768px no-repeat
  3996. }
  3997.  
  3998. .items-28-448-0 {
  3999. width: 32px;
  4000. height: 32px;
  4001. background: url(/images/sprites/items-28.png) -672px -768px no-repeat
  4002. }
  4003.  
  4004. .items-28-449-0 {
  4005. width: 32px;
  4006. height: 32px;
  4007. background: url(/images/sprites/items-28.png) -704px -768px no-repeat
  4008. }
  4009.  
  4010. .items-28-45-0 {
  4011. width: 32px;
  4012. height: 32px;
  4013. background: url(/images/sprites/items-28.png) -736px -768px no-repeat
  4014. }
  4015.  
  4016. .items-28-450-0 {
  4017. width: 32px;
  4018. height: 32px;
  4019. background: url(/images/sprites/items-28.png) -768px -768px no-repeat
  4020. }
  4021.  
  4022. .items-28-452-0 {
  4023. width: 32px;
  4024. height: 32px;
  4025. background: url(/images/sprites/items-28.png) -800px 0 no-repeat
  4026. }
  4027.  
  4028. .items-28-453-0 {
  4029. width: 32px;
  4030. height: 32px;
  4031. background: url(/images/sprites/items-28.png) -800px -32px no-repeat
  4032. }
  4033.  
  4034. .items-28-46-0 {
  4035. width: 32px;
  4036. height: 32px;
  4037. background: url(/images/sprites/items-28.png) -800px -64px no-repeat
  4038. }
  4039.  
  4040. .items-28-47-0 {
  4041. width: 32px;
  4042. height: 32px;
  4043. background: url(/images/sprites/items-28.png) -800px -96px no-repeat
  4044. }
  4045.  
  4046. .items-28-48-0 {
  4047. width: 32px;
  4048. height: 32px;
  4049. background: url(/images/sprites/items-28.png) -800px -128px no-repeat
  4050. }
  4051.  
  4052. .items-28-49-0 {
  4053. width: 32px;
  4054. height: 32px;
  4055. background: url(/images/sprites/items-28.png) -800px -160px no-repeat
  4056. }
  4057.  
  4058. .items-28-5-0 {
  4059. width: 32px;
  4060. height: 32px;
  4061. background: url(/images/sprites/items-28.png) -800px -192px no-repeat
  4062. }
  4063.  
  4064. .items-28-5-1 {
  4065. width: 32px;
  4066. height: 32px;
  4067. background: url(/images/sprites/items-28.png) -800px -224px no-repeat
  4068. }
  4069.  
  4070. .items-28-5-2 {
  4071. width: 32px;
  4072. height: 32px;
  4073. background: url(/images/sprites/items-28.png) -800px -256px no-repeat
  4074. }
  4075.  
  4076. .items-28-5-3 {
  4077. width: 32px;
  4078. height: 32px;
  4079. background: url(/images/sprites/items-28.png) -800px -288px no-repeat
  4080. }
  4081.  
  4082. .items-28-5-4 {
  4083. width: 32px;
  4084. height: 32px;
  4085. background: url(/images/sprites/items-28.png) -800px -320px no-repeat
  4086. }
  4087.  
  4088. .items-28-5-5 {
  4089. width: 32px;
  4090. height: 32px;
  4091. background: url(/images/sprites/items-28.png) -800px -352px no-repeat
  4092. }
  4093.  
  4094. .items-28-50-0 {
  4095. width: 32px;
  4096. height: 32px;
  4097. background: url(/images/sprites/items-28.png) -800px -384px no-repeat
  4098. }
  4099.  
  4100. .items-28-51-0 {
  4101. width: 32px;
  4102. height: 32px;
  4103. background: url(/images/sprites/items-28.png) -800px -416px no-repeat
  4104. }
  4105.  
  4106. .items-28-52-0 {
  4107. width: 32px;
  4108. height: 32px;
  4109. background: url(/images/sprites/items-28.png) -800px -448px no-repeat
  4110. }
  4111.  
  4112. .items-28-53-0 {
  4113. width: 32px;
  4114. height: 32px;
  4115. background: url(/images/sprites/items-28.png) -800px -480px no-repeat
  4116. }
  4117.  
  4118. .items-28-54-0 {
  4119. width: 32px;
  4120. height: 32px;
  4121. background: url(/images/sprites/items-28.png) -800px -512px no-repeat
  4122. }
  4123.  
  4124. .items-28-55-0 {
  4125. width: 32px;
  4126. height: 32px;
  4127. background: url(/images/sprites/items-28.png) -800px -544px no-repeat
  4128. }
  4129.  
  4130. .items-28-56-0 {
  4131. width: 32px;
  4132. height: 32px;
  4133. background: url(/images/sprites/items-28.png) -800px -576px no-repeat
  4134. }
  4135.  
  4136. .items-28-57-0 {
  4137. width: 32px;
  4138. height: 32px;
  4139. background: url(/images/sprites/items-28.png) -800px -608px no-repeat
  4140. }
  4141.  
  4142. .items-28-58-0 {
  4143. width: 32px;
  4144. height: 32px;
  4145. background: url(/images/sprites/items-28.png) -800px -640px no-repeat
  4146. }
  4147.  
  4148. .items-28-59-0 {
  4149. width: 32px;
  4150. height: 32px;
  4151. background: url(/images/sprites/items-28.png) -800px -672px no-repeat
  4152. }
  4153.  
  4154. .items-28-6-0 {
  4155. width: 32px;
  4156. height: 32px;
  4157. background: url(/images/sprites/items-28.png) -800px -704px no-repeat
  4158. }
  4159.  
  4160. .items-28-6-1 {
  4161. width: 32px;
  4162. height: 32px;
  4163. background: url(/images/sprites/items-28.png) -800px -736px no-repeat
  4164. }
  4165.  
  4166. .items-28-6-2 {
  4167. width: 32px;
  4168. height: 32px;
  4169. background: url(/images/sprites/items-28.png) -800px -768px no-repeat
  4170. }
  4171.  
  4172. .items-28-6-3 {
  4173. width: 32px;
  4174. height: 32px;
  4175. background: url(/images/sprites/items-28.png) 0 -800px no-repeat
  4176. }
  4177.  
  4178. .items-28-6-4 {
  4179. width: 32px;
  4180. height: 32px;
  4181. background: url(/images/sprites/items-28.png) -32px -800px no-repeat
  4182. }
  4183.  
  4184. .items-28-6-5 {
  4185. width: 32px;
  4186. height: 32px;
  4187. background: url(/images/sprites/items-28.png) -64px -800px no-repeat
  4188. }
  4189.  
  4190. .items-28-60-0 {
  4191. width: 32px;
  4192. height: 32px;
  4193. background: url(/images/sprites/items-28.png) -96px -800px no-repeat
  4194. }
  4195.  
  4196. .items-28-61-0 {
  4197. width: 32px;
  4198. height: 32px;
  4199. background: url(/images/sprites/items-28.png) -128px -800px no-repeat
  4200. }
  4201.  
  4202. .items-28-62-0 {
  4203. width: 32px;
  4204. height: 32px;
  4205. background: url(/images/sprites/items-28.png) -160px -800px no-repeat
  4206. }
  4207.  
  4208. .items-28-63-0 {
  4209. width: 32px;
  4210. height: 32px;
  4211. background: url(/images/sprites/items-28.png) -192px -800px no-repeat
  4212. }
  4213.  
  4214. .items-28-64-0 {
  4215. width: 32px;
  4216. height: 32px;
  4217. background: url(/images/sprites/items-28.png) -224px -800px no-repeat
  4218. }
  4219.  
  4220. .items-28-65-0 {
  4221. width: 32px;
  4222. height: 32px;
  4223. background: url(/images/sprites/items-28.png) -256px -800px no-repeat
  4224. }
  4225.  
  4226. .items-28-66-0 {
  4227. width: 32px;
  4228. height: 32px;
  4229. background: url(/images/sprites/items-28.png) -288px -800px no-repeat
  4230. }
  4231.  
  4232. .items-28-67-0 {
  4233. width: 32px;
  4234. height: 32px;
  4235. background: url(/images/sprites/items-28.png) -320px -800px no-repeat
  4236. }
  4237.  
  4238. .items-28-68-0 {
  4239. width: 32px;
  4240. height: 32px;
  4241. background: url(/images/sprites/items-28.png) -352px -800px no-repeat
  4242. }
  4243.  
  4244. .items-28-69-0 {
  4245. width: 32px;
  4246. height: 32px;
  4247. background: url(/images/sprites/items-28.png) -384px -800px no-repeat
  4248. }
  4249.  
  4250. .items-28-7-0 {
  4251. width: 32px;
  4252. height: 32px;
  4253. background: url(/images/sprites/items-28.png) -416px -800px no-repeat
  4254. }
  4255.  
  4256. .items-28-70-0 {
  4257. width: 32px;
  4258. height: 32px;
  4259. background: url(/images/sprites/items-28.png) -448px -800px no-repeat
  4260. }
  4261.  
  4262. .items-28-71-0 {
  4263. width: 32px;
  4264. height: 32px;
  4265. background: url(/images/sprites/items-28.png) -480px -800px no-repeat
  4266. }
  4267.  
  4268. .items-28-72-0 {
  4269. width: 32px;
  4270. height: 32px;
  4271. background: url(/images/sprites/items-28.png) -512px -800px no-repeat
  4272. }
  4273.  
  4274. .items-28-73-0 {
  4275. width: 32px;
  4276. height: 32px;
  4277. background: url(/images/sprites/items-28.png) -544px -800px no-repeat
  4278. }
  4279.  
  4280. .items-28-74-0 {
  4281. width: 32px;
  4282. height: 32px;
  4283. background: url(/images/sprites/items-28.png) -576px -800px no-repeat
  4284. }
  4285.  
  4286. .items-28-75-0 {
  4287. width: 32px;
  4288. height: 32px;
  4289. background: url(/images/sprites/items-28.png) -608px -800px no-repeat
  4290. }
  4291.  
  4292. .items-28-76-0 {
  4293. width: 32px;
  4294. height: 32px;
  4295. background: url(/images/sprites/items-28.png) -640px -800px no-repeat
  4296. }
  4297.  
  4298. .items-28-77-0 {
  4299. width: 32px;
  4300. height: 32px;
  4301. background: url(/images/sprites/items-28.png) -672px -800px no-repeat
  4302. }
  4303.  
  4304. .items-28-78-0 {
  4305. width: 32px;
  4306. height: 32px;
  4307. background: url(/images/sprites/items-28.png) -704px -800px no-repeat
  4308. }
  4309.  
  4310. .items-28-79-0 {
  4311. width: 32px;
  4312. height: 32px;
  4313. background: url(/images/sprites/items-28.png) -736px -800px no-repeat
  4314. }
  4315.  
  4316. .items-28-8-0 {
  4317. width: 32px;
  4318. height: 32px;
  4319. background: url(/images/sprites/items-28.png) -768px -800px no-repeat
  4320. }
  4321.  
  4322. .items-28-80-0 {
  4323. width: 32px;
  4324. height: 32px;
  4325. background: url(/images/sprites/items-28.png) -800px -800px no-repeat
  4326. }
  4327.  
  4328. .items-28-81-0 {
  4329. width: 32px;
  4330. height: 32px;
  4331. background: url(/images/sprites/items-28.png) -832px 0 no-repeat
  4332. }
  4333.  
  4334. .items-28-82-0 {
  4335. width: 32px;
  4336. height: 32px;
  4337. background: url(/images/sprites/items-28.png) -832px -32px no-repeat
  4338. }
  4339.  
  4340. .items-28-83-0 {
  4341. width: 32px;
  4342. height: 32px;
  4343. background: url(/images/sprites/items-28.png) -832px -64px no-repeat
  4344. }
  4345.  
  4346. .items-28-84-0 {
  4347. width: 32px;
  4348. height: 32px;
  4349. background: url(/images/sprites/items-28.png) -832px -96px no-repeat
  4350. }
  4351.  
  4352. .items-28-85-0 {
  4353. width: 32px;
  4354. height: 32px;
  4355. background: url(/images/sprites/items-28.png) -832px -128px no-repeat
  4356. }
  4357.  
  4358. .items-28-86-0 {
  4359. width: 32px;
  4360. height: 32px;
  4361. background: url(/images/sprites/items-28.png) -832px -160px no-repeat
  4362. }
  4363.  
  4364. .items-28-87-0 {
  4365. width: 32px;
  4366. height: 32px;
  4367. background: url(/images/sprites/items-28.png) -832px -192px no-repeat
  4368. }
  4369.  
  4370. .items-28-88-0 {
  4371. width: 32px;
  4372. height: 32px;
  4373. background: url(/images/sprites/items-28.png) -832px -224px no-repeat
  4374. }
  4375.  
  4376. .items-28-89-0 {
  4377. width: 32px;
  4378. height: 32px;
  4379. background: url(/images/sprites/items-28.png) -832px -256px no-repeat
  4380. }
  4381.  
  4382. .items-28-9-0 {
  4383. width: 32px;
  4384. height: 32px;
  4385. background: url(/images/sprites/items-28.png) -832px -288px no-repeat
  4386. }
  4387.  
  4388. .items-28-90-0 {
  4389. width: 32px;
  4390. height: 32px;
  4391. background: url(/images/sprites/items-28.png) -832px -320px no-repeat
  4392. }
  4393.  
  4394. .items-28-91-0 {
  4395. width: 32px;
  4396. height: 32px;
  4397. background: url(/images/sprites/items-28.png) -832px -352px no-repeat
  4398. }
  4399.  
  4400. .items-28-92-0 {
  4401. width: 32px;
  4402. height: 32px;
  4403. background: url(/images/sprites/items-28.png) -832px -384px no-repeat
  4404. }
  4405.  
  4406. .items-28-93-0 {
  4407. width: 32px;
  4408. height: 32px;
  4409. background: url(/images/sprites/items-28.png) -832px -416px no-repeat
  4410. }
  4411.  
  4412. .items-28-94-0 {
  4413. width: 32px;
  4414. height: 32px;
  4415. background: url(/images/sprites/items-28.png) -832px -448px no-repeat
  4416. }
  4417.  
  4418. .items-28-95-0 {
  4419. width: 32px;
  4420. height: 32px;
  4421. background: url(/images/sprites/items-28.png) -832px -480px no-repeat
  4422. }
  4423.  
  4424. .items-28-95-1 {
  4425. width: 32px;
  4426. height: 32px;
  4427. background: url(/images/sprites/items-28.png) -832px -512px no-repeat
  4428. }
  4429.  
  4430. .items-28-95-10 {
  4431. width: 32px;
  4432. height: 32px;
  4433. background: url(/images/sprites/items-28.png) -832px -544px no-repeat
  4434. }
  4435.  
  4436. .items-28-95-11 {
  4437. width: 32px;
  4438. height: 32px;
  4439. background: url(/images/sprites/items-28.png) -832px -576px no-repeat
  4440. }
  4441.  
  4442. .items-28-95-12 {
  4443. width: 32px;
  4444. height: 32px;
  4445. background: url(/images/sprites/items-28.png) -832px -608px no-repeat
  4446. }
  4447.  
  4448. .items-28-95-13 {
  4449. width: 32px;
  4450. height: 32px;
  4451. background: url(/images/sprites/items-28.png) -832px -640px no-repeat
  4452. }
  4453.  
  4454. .items-28-95-14 {
  4455. width: 32px;
  4456. height: 32px;
  4457. background: url(/images/sprites/items-28.png) -832px -672px no-repeat
  4458. }
  4459.  
  4460. .items-28-95-15 {
  4461. width: 32px;
  4462. height: 32px;
  4463. background: url(/images/sprites/items-28.png) -832px -704px no-repeat
  4464. }
  4465.  
  4466. .items-28-95-2 {
  4467. width: 32px;
  4468. height: 32px;
  4469. background: url(/images/sprites/items-28.png) -832px -736px no-repeat
  4470. }
  4471.  
  4472. .items-28-95-3 {
  4473. width: 32px;
  4474. height: 32px;
  4475. background: url(/images/sprites/items-28.png) -832px -768px no-repeat
  4476. }
  4477.  
  4478. .items-28-95-4 {
  4479. width: 32px;
  4480. height: 32px;
  4481. background: url(/images/sprites/items-28.png) -832px -800px no-repeat
  4482. }
  4483.  
  4484. .items-28-95-5 {
  4485. width: 32px;
  4486. height: 32px;
  4487. background: url(/images/sprites/items-28.png) 0 -832px no-repeat
  4488. }
  4489.  
  4490. .items-28-95-6 {
  4491. width: 32px;
  4492. height: 32px;
  4493. background: url(/images/sprites/items-28.png) -32px -832px no-repeat
  4494. }
  4495.  
  4496. .items-28-95-7 {
  4497. width: 32px;
  4498. height: 32px;
  4499. background: url(/images/sprites/items-28.png) -64px -832px no-repeat
  4500. }
  4501.  
  4502. .items-28-95-8 {
  4503. width: 32px;
  4504. height: 32px;
  4505. background: url(/images/sprites/items-28.png) -96px -832px no-repeat
  4506. }
  4507.  
  4508. .items-28-95-9 {
  4509. width: 32px;
  4510. height: 32px;
  4511. background: url(/images/sprites/items-28.png) -128px -832px no-repeat
  4512. }
  4513.  
  4514. .items-28-96-0 {
  4515. width: 32px;
  4516. height: 32px;
  4517. background: url(/images/sprites/items-28.png) -160px -832px no-repeat
  4518. }
  4519.  
  4520. .items-28-97-0 {
  4521. width: 32px;
  4522. height: 32px;
  4523. background: url(/images/sprites/items-28.png) -192px -832px no-repeat
  4524. }
  4525.  
  4526. .items-28-97-1 {
  4527. width: 32px;
  4528. height: 32px;
  4529. background: url(/images/sprites/items-28.png) -224px -832px no-repeat
  4530. }
  4531.  
  4532. .items-28-97-2 {
  4533. width: 32px;
  4534. height: 32px;
  4535. background: url(/images/sprites/items-28.png) -256px -832px no-repeat
  4536. }
  4537.  
  4538. .items-28-97-3 {
  4539. width: 32px;
  4540. height: 32px;
  4541. background: url(/images/sprites/items-28.png) -288px -832px no-repeat
  4542. }
  4543.  
  4544. .items-28-97-4 {
  4545. width: 32px;
  4546. height: 32px;
  4547. background: url(/images/sprites/items-28.png) -320px -832px no-repeat
  4548. }
  4549.  
  4550. .items-28-97-5 {
  4551. width: 32px;
  4552. height: 32px;
  4553. background: url(/images/sprites/items-28.png) -352px -832px no-repeat
  4554. }
  4555.  
  4556. .items-28-98-0 {
  4557. width: 32px;
  4558. height: 32px;
  4559. background: url(/images/sprites/items-28.png) -384px -832px no-repeat
  4560. }
  4561.  
  4562. .items-28-98-1 {
  4563. width: 32px;
  4564. height: 32px;
  4565. background: url(/images/sprites/items-28.png) -416px -832px no-repeat
  4566. }
  4567.  
  4568. .items-28-98-2 {
  4569. width: 32px;
  4570. height: 32px;
  4571. background: url(/images/sprites/items-28.png) -448px -832px no-repeat
  4572. }
  4573.  
  4574. .items-28-98-3 {
  4575. width: 32px;
  4576. height: 32px;
  4577. background: url(/images/sprites/items-28.png) -480px -832px no-repeat
  4578. }
  4579.  
  4580. .items-28-99-0 {
  4581. width: 32px;
  4582. height: 32px;
  4583. background: url(/images/sprites/items-28.png) -512px -832px no-repeat
  4584. }
  4585.  
  4586. .entities-28-1 {
  4587. width: 32px;
  4588. height: 32px;
  4589. background: url(/images/sprites/entities-28.png) 0 0 no-repeat
  4590. }
  4591.  
  4592. .entities-28-10 {
  4593. width: 32px;
  4594. height: 32px;
  4595. background: url(/images/sprites/entities-28.png) -32px 0 no-repeat
  4596. }
  4597.  
  4598. .entities-28-100 {
  4599. width: 32px;
  4600. height: 32px;
  4601. background: url(/images/sprites/entities-28.png) 0 -32px no-repeat
  4602. }
  4603.  
  4604. .entities-28-101 {
  4605. width: 32px;
  4606. height: 32px;
  4607. background: url(/images/sprites/entities-28.png) -32px -32px no-repeat
  4608. }
  4609.  
  4610. .entities-28-102 {
  4611. width: 32px;
  4612. height: 32px;
  4613. background: url(/images/sprites/entities-28.png) -64px 0 no-repeat
  4614. }
  4615.  
  4616. .entities-28-103 {
  4617. width: 32px;
  4618. height: 32px;
  4619. background: url(/images/sprites/entities-28.png) -64px -32px no-repeat
  4620. }
  4621.  
  4622. .entities-28-104 {
  4623. width: 32px;
  4624. height: 32px;
  4625. background: url(/images/sprites/entities-28.png) 0 -64px no-repeat
  4626. }
  4627.  
  4628. .entities-28-105 {
  4629. width: 32px;
  4630. height: 32px;
  4631. background: url(/images/sprites/entities-28.png) -32px -64px no-repeat
  4632. }
  4633.  
  4634. .entities-28-11 {
  4635. width: 32px;
  4636. height: 32px;
  4637. background: url(/images/sprites/entities-28.png) -64px -64px no-repeat
  4638. }
  4639.  
  4640. .entities-28-12 {
  4641. width: 32px;
  4642. height: 32px;
  4643. background: url(/images/sprites/entities-28.png) -96px 0 no-repeat
  4644. }
  4645.  
  4646. .entities-28-120 {
  4647. width: 32px;
  4648. height: 32px;
  4649. background: url(/images/sprites/entities-28.png) -96px -32px no-repeat
  4650. }
  4651.  
  4652. .entities-28-13 {
  4653. width: 32px;
  4654. height: 32px;
  4655. background: url(/images/sprites/entities-28.png) -96px -64px no-repeat
  4656. }
  4657.  
  4658. .entities-28-14 {
  4659. width: 32px;
  4660. height: 32px;
  4661. background: url(/images/sprites/entities-28.png) 0 -96px no-repeat
  4662. }
  4663.  
  4664. .entities-28-15 {
  4665. width: 32px;
  4666. height: 32px;
  4667. background: url(/images/sprites/entities-28.png) -32px -96px no-repeat
  4668. }
  4669.  
  4670. .entities-28-16 {
  4671. width: 32px;
  4672. height: 32px;
  4673. background: url(/images/sprites/entities-28.png) -64px -96px no-repeat
  4674. }
  4675.  
  4676. .entities-28-17 {
  4677. width: 32px;
  4678. height: 32px;
  4679. background: url(/images/sprites/entities-28.png) -96px -96px no-repeat
  4680. }
  4681.  
  4682. .entities-28-18 {
  4683. width: 32px;
  4684. height: 32px;
  4685. background: url(/images/sprites/entities-28.png) -128px 0 no-repeat
  4686. }
  4687.  
  4688. .entities-28-19 {
  4689. width: 32px;
  4690. height: 32px;
  4691. background: url(/images/sprites/entities-28.png) -128px -32px no-repeat
  4692. }
  4693.  
  4694. .entities-28-2 {
  4695. width: 32px;
  4696. height: 32px;
  4697. background: url(/images/sprites/entities-28.png) -128px -64px no-repeat
  4698. }
  4699.  
  4700. .entities-28-20 {
  4701. width: 32px;
  4702. height: 32px;
  4703. background: url(/images/sprites/entities-28.png) -128px -96px no-repeat
  4704. }
  4705.  
  4706. .entities-28-200 {
  4707. width: 32px;
  4708. height: 32px;
  4709. background: url(/images/sprites/entities-28.png) 0 -128px no-repeat
  4710. }
  4711.  
  4712. .entities-28-21 {
  4713. width: 32px;
  4714. height: 32px;
  4715. background: url(/images/sprites/entities-28.png) -32px -128px no-repeat
  4716. }
  4717.  
  4718. .entities-28-22 {
  4719. width: 32px;
  4720. height: 32px;
  4721. background: url(/images/sprites/entities-28.png) -64px -128px no-repeat
  4722. }
  4723.  
  4724. .entities-28-23 {
  4725. width: 32px;
  4726. height: 32px;
  4727. background: url(/images/sprites/entities-28.png) -96px -128px no-repeat
  4728. }
  4729.  
  4730. .entities-28-24 {
  4731. width: 32px;
  4732. height: 32px;
  4733. background: url(/images/sprites/entities-28.png) -128px -128px no-repeat
  4734. }
  4735.  
  4736. .entities-28-25 {
  4737. width: 32px;
  4738. height: 32px;
  4739. background: url(/images/sprites/entities-28.png) -160px 0 no-repeat
  4740. }
  4741.  
  4742. .entities-28-26 {
  4743. width: 32px;
  4744. height: 32px;
  4745. background: url(/images/sprites/entities-28.png) -160px -32px no-repeat
  4746. }
  4747.  
  4748. .entities-28-27 {
  4749. width: 32px;
  4750. height: 32px;
  4751. background: url(/images/sprites/entities-28.png) -160px -64px no-repeat
  4752. }
  4753.  
  4754. .entities-28-28 {
  4755. width: 32px;
  4756. height: 32px;
  4757. background: url(/images/sprites/entities-28.png) -160px -96px no-repeat
  4758. }
  4759.  
  4760. .entities-28-29 {
  4761. width: 32px;
  4762. height: 32px;
  4763. background: url(/images/sprites/entities-28.png) -160px -128px no-repeat
  4764. }
  4765.  
  4766. .entities-28-3 {
  4767. width: 32px;
  4768. height: 32px;
  4769. background: url(/images/sprites/entities-28.png) 0 -160px no-repeat
  4770. }
  4771.  
  4772. .entities-28-30 {
  4773. width: 32px;
  4774. height: 32px;
  4775. background: url(/images/sprites/entities-28.png) -32px -160px no-repeat
  4776. }
  4777.  
  4778. .entities-28-31 {
  4779. width: 32px;
  4780. height: 32px;
  4781. background: url(/images/sprites/entities-28.png) -64px -160px no-repeat
  4782. }
  4783.  
  4784. .entities-28-32 {
  4785. width: 32px;
  4786. height: 32px;
  4787. background: url(/images/sprites/entities-28.png) -96px -160px no-repeat
  4788. }
  4789.  
  4790. .entities-28-33 {
  4791. width: 32px;
  4792. height: 32px;
  4793. background: url(/images/sprites/entities-28.png) -128px -160px no-repeat
  4794. }
  4795.  
  4796. .entities-28-34 {
  4797. width: 32px;
  4798. height: 32px;
  4799. background: url(/images/sprites/entities-28.png) -160px -160px no-repeat
  4800. }
  4801.  
  4802. .entities-28-35 {
  4803. width: 32px;
  4804. height: 32px;
  4805. background: url(/images/sprites/entities-28.png) -192px 0 no-repeat
  4806. }
  4807.  
  4808. .entities-28-36 {
  4809. width: 32px;
  4810. height: 32px;
  4811. background: url(/images/sprites/entities-28.png) -192px -32px no-repeat
  4812. }
  4813.  
  4814. .entities-28-37 {
  4815. width: 32px;
  4816. height: 32px;
  4817. background: url(/images/sprites/entities-28.png) -192px -64px no-repeat
  4818. }
  4819.  
  4820. .entities-28-4 {
  4821. width: 32px;
  4822. height: 32px;
  4823. background: url(/images/sprites/entities-28.png) -192px -96px no-repeat
  4824. }
  4825.  
  4826. .entities-28-40 {
  4827. width: 32px;
  4828. height: 32px;
  4829. background: url(/images/sprites/entities-28.png) -192px -128px no-repeat
  4830. }
  4831.  
  4832. .entities-28-41 {
  4833. width: 32px;
  4834. height: 32px;
  4835. background: url(/images/sprites/entities-28.png) -192px -160px no-repeat
  4836. }
  4837.  
  4838. .entities-28-42 {
  4839. width: 32px;
  4840. height: 32px;
  4841. background: url(/images/sprites/entities-28.png) 0 -192px no-repeat
  4842. }
  4843.  
  4844. .entities-28-43 {
  4845. width: 32px;
  4846. height: 32px;
  4847. background: url(/images/sprites/entities-28.png) -32px -192px no-repeat
  4848. }
  4849.  
  4850. .entities-28-44 {
  4851. width: 32px;
  4852. height: 32px;
  4853. background: url(/images/sprites/entities-28.png) -64px -192px no-repeat
  4854. }
  4855.  
  4856. .entities-28-45 {
  4857. width: 32px;
  4858. height: 32px;
  4859. background: url(/images/sprites/entities-28.png) -96px -192px no-repeat
  4860. }
  4861.  
  4862. .entities-28-46 {
  4863. width: 32px;
  4864. height: 32px;
  4865. background: url(/images/sprites/entities-28.png) -128px -192px no-repeat
  4866. }
  4867.  
  4868. .entities-28-47 {
  4869. width: 32px;
  4870. height: 32px;
  4871. background: url(/images/sprites/entities-28.png) -160px -192px no-repeat
  4872. }
  4873.  
  4874. .entities-28-5 {
  4875. width: 32px;
  4876. height: 32px;
  4877. background: url(/images/sprites/entities-28.png) -192px -192px no-repeat
  4878. }
  4879.  
  4880. .entities-28-50 {
  4881. width: 32px;
  4882. height: 32px;
  4883. background: url(/images/sprites/entities-28.png) -224px 0 no-repeat
  4884. }
  4885.  
  4886. .entities-28-51 {
  4887. width: 32px;
  4888. height: 32px;
  4889. background: url(/images/sprites/entities-28.png) -224px -32px no-repeat
  4890. }
  4891.  
  4892. .entities-28-52 {
  4893. width: 32px;
  4894. height: 32px;
  4895. background: url(/images/sprites/entities-28.png) -224px -64px no-repeat
  4896. }
  4897.  
  4898. .entities-28-53 {
  4899. width: 32px;
  4900. height: 32px;
  4901. background: url(/images/sprites/entities-28.png) -224px -96px no-repeat
  4902. }
  4903.  
  4904. .entities-28-54 {
  4905. width: 32px;
  4906. height: 32px;
  4907. background: url(/images/sprites/entities-28.png) -224px -128px no-repeat
  4908. }
  4909.  
  4910. .entities-28-55 {
  4911. width: 32px;
  4912. height: 32px;
  4913. background: url(/images/sprites/entities-28.png) -224px -160px no-repeat
  4914. }
  4915.  
  4916. .entities-28-56 {
  4917. width: 32px;
  4918. height: 32px;
  4919. background: url(/images/sprites/entities-28.png) -224px -192px no-repeat
  4920. }
  4921.  
  4922. .entities-28-57 {
  4923. width: 32px;
  4924. height: 32px;
  4925. background: url(/images/sprites/entities-28.png) 0 -224px no-repeat
  4926. }
  4927.  
  4928. .entities-28-58 {
  4929. width: 32px;
  4930. height: 32px;
  4931. background: url(/images/sprites/entities-28.png) -32px -224px no-repeat
  4932. }
  4933.  
  4934. .entities-28-59 {
  4935. width: 32px;
  4936. height: 32px;
  4937. background: url(/images/sprites/entities-28.png) -64px -224px no-repeat
  4938. }
  4939.  
  4940. .entities-28-6 {
  4941. width: 32px;
  4942. height: 32px;
  4943. background: url(/images/sprites/entities-28.png) -96px -224px no-repeat
  4944. }
  4945.  
  4946. .entities-28-60 {
  4947. width: 32px;
  4948. height: 32px;
  4949. background: url(/images/sprites/entities-28.png) -128px -224px no-repeat
  4950. }
  4951.  
  4952. .entities-28-61 {
  4953. width: 32px;
  4954. height: 32px;
  4955. background: url(/images/sprites/entities-28.png) -160px -224px no-repeat
  4956. }
  4957.  
  4958. .entities-28-62 {
  4959. width: 32px;
  4960. height: 32px;
  4961. background: url(/images/sprites/entities-28.png) -192px -224px no-repeat
  4962. }
  4963.  
  4964. .entities-28-63 {
  4965. width: 32px;
  4966. height: 32px;
  4967. background: url(/images/sprites/entities-28.png) -224px -224px no-repeat
  4968. }
  4969.  
  4970. .entities-28-64 {
  4971. width: 32px;
  4972. height: 32px;
  4973. background: url(/images/sprites/entities-28.png) -256px 0 no-repeat
  4974. }
  4975.  
  4976. .entities-28-65 {
  4977. width: 32px;
  4978. height: 32px;
  4979. background: url(/images/sprites/entities-28.png) -256px -32px no-repeat
  4980. }
  4981.  
  4982. .entities-28-66 {
  4983. width: 32px;
  4984. height: 32px;
  4985. background: url(/images/sprites/entities-28.png) -256px -64px no-repeat
  4986. }
  4987.  
  4988. .entities-28-67 {
  4989. width: 32px;
  4990. height: 32px;
  4991. background: url(/images/sprites/entities-28.png) -256px -96px no-repeat
  4992. }
  4993.  
  4994. .entities-28-68 {
  4995. width: 32px;
  4996. height: 32px;
  4997. background: url(/images/sprites/entities-28.png) -256px -128px no-repeat
  4998. }
  4999.  
  5000. .entities-28-69 {
  5001. width: 32px;
  5002. height: 32px;
  5003. background: url(/images/sprites/entities-28.png) -256px -160px no-repeat
  5004. }
  5005.  
  5006. .entities-28-7 {
  5007. width: 32px;
  5008. height: 32px;
  5009. background: url(/images/sprites/entities-28.png) -256px -192px no-repeat
  5010. }
  5011.  
  5012. .entities-28-8 {
  5013. width: 32px;
  5014. height: 32px;
  5015. background: url(/images/sprites/entities-28.png) -256px -224px no-repeat
  5016. }
  5017.  
  5018. .entities-28-9 {
  5019. width: 32px;
  5020. height: 32px;
  5021. background: url(/images/sprites/entities-28.png) 0 -256px no-repeat
  5022. }
  5023.  
  5024. .entities-28-90 {
  5025. width: 32px;
  5026. height: 32px;
  5027. background: url(/images/sprites/entities-28.png) -32px -256px no-repeat
  5028. }
  5029.  
  5030. .entities-28-91 {
  5031. width: 32px;
  5032. height: 32px;
  5033. background: url(/images/sprites/entities-28.png) -64px -256px no-repeat
  5034. }
  5035.  
  5036. .entities-28-92 {
  5037. width: 32px;
  5038. height: 32px;
  5039. background: url(/images/sprites/entities-28.png) -96px -256px no-repeat
  5040. }
  5041.  
  5042. .entities-28-93 {
  5043. width: 32px;
  5044. height: 32px;
  5045. background: url(/images/sprites/entities-28.png) -128px -256px no-repeat
  5046. }
  5047.  
  5048. .entities-28-94 {
  5049. width: 32px;
  5050. height: 32px;
  5051. background: url(/images/sprites/entities-28.png) -160px -256px no-repeat
  5052. }
  5053.  
  5054. .entities-28-95 {
  5055. width: 32px;
  5056. height: 32px;
  5057. background: url(/images/sprites/entities-28.png) -192px -256px no-repeat
  5058. }
  5059.  
  5060. .entities-28-96 {
  5061. width: 32px;
  5062. height: 32px;
  5063. background: url(/images/sprites/entities-28.png) -224px -256px no-repeat
  5064. }
  5065.  
  5066. .entities-28-97 {
  5067. width: 32px;
  5068. height: 32px;
  5069. background: url(/images/sprites/entities-28.png) -256px -256px no-repeat
  5070. }
  5071.  
  5072. .entities-28-98 {
  5073. width: 32px;
  5074. height: 32px;
  5075. background: url(/images/sprites/entities-28.png) -288px 0 no-repeat
  5076. }
  5077.  
  5078. .entities-28-99 {
  5079. width: 32px;
  5080. height: 32px;
  5081. background: url(/images/sprites/entities-28.png) -288px -32px no-repeat
  5082. }
  5083.  
  5084. .potions-28-0-0 {
  5085. width: 32px;
  5086. height: 32px;
  5087. background: url(/images/sprites/potions-28.png) 0 0 no-repeat
  5088. }
  5089.  
  5090. .potions-28-0-1 {
  5091. width: 32px;
  5092. height: 32px;
  5093. background: url(/images/sprites/potions-28.png) -32px 0 no-repeat
  5094. }
  5095.  
  5096. .potions-28-1-0 {
  5097. width: 32px;
  5098. height: 32px;
  5099. background: url(/images/sprites/potions-28.png) 0 -32px no-repeat
  5100. }
  5101.  
  5102. .potions-28-1-1 {
  5103. width: 32px;
  5104. height: 32px;
  5105. background: url(/images/sprites/potions-28.png) -32px -32px no-repeat
  5106. }
  5107.  
  5108. .potions-28-10-0 {
  5109. width: 32px;
  5110. height: 32px;
  5111. background: url(/images/sprites/potions-28.png) -64px 0 no-repeat
  5112. }
  5113.  
  5114. .potions-28-10-1 {
  5115. width: 32px;
  5116. height: 32px;
  5117. background: url(/images/sprites/potions-28.png) -64px -32px no-repeat
  5118. }
  5119.  
  5120. .potions-28-11-0 {
  5121. width: 32px;
  5122. height: 32px;
  5123. background: url(/images/sprites/potions-28.png) 0 -64px no-repeat
  5124. }
  5125.  
  5126. .potions-28-11-1 {
  5127. width: 32px;
  5128. height: 32px;
  5129. background: url(/images/sprites/potions-28.png) -32px -64px no-repeat
  5130. }
  5131.  
  5132. .potions-28-12-0 {
  5133. width: 32px;
  5134. height: 32px;
  5135. background: url(/images/sprites/potions-28.png) -64px -64px no-repeat
  5136. }
  5137.  
  5138. .potions-28-12-1 {
  5139. width: 32px;
  5140. height: 32px;
  5141. background: url(/images/sprites/potions-28.png) -96px 0 no-repeat
  5142. }
  5143.  
  5144. .potions-28-13-0 {
  5145. width: 32px;
  5146. height: 32px;
  5147. background: url(/images/sprites/potions-28.png) -96px -32px no-repeat
  5148. }
  5149.  
  5150. .potions-28-13-1 {
  5151. width: 32px;
  5152. height: 32px;
  5153. background: url(/images/sprites/potions-28.png) -96px -64px no-repeat
  5154. }
  5155.  
  5156. .potions-28-14-0 {
  5157. width: 32px;
  5158. height: 32px;
  5159. background: url(/images/sprites/potions-28.png) 0 -96px no-repeat
  5160. }
  5161.  
  5162. .potions-28-14-1 {
  5163. width: 32px;
  5164. height: 32px;
  5165. background: url(/images/sprites/potions-28.png) -32px -96px no-repeat
  5166. }
  5167.  
  5168. .potions-28-2-0 {
  5169. width: 32px;
  5170. height: 32px;
  5171. background: url(/images/sprites/potions-28.png) -64px -96px no-repeat
  5172. }
  5173.  
  5174. .potions-28-2-1 {
  5175. width: 32px;
  5176. height: 32px;
  5177. background: url(/images/sprites/potions-28.png) -96px -96px no-repeat
  5178. }
  5179.  
  5180. .potions-28-3-0 {
  5181. width: 32px;
  5182. height: 32px;
  5183. background: url(/images/sprites/potions-28.png) -128px 0 no-repeat
  5184. }
  5185.  
  5186. .potions-28-3-1 {
  5187. width: 32px;
  5188. height: 32px;
  5189. background: url(/images/sprites/potions-28.png) -128px -32px no-repeat
  5190. }
  5191.  
  5192. .potions-28-4-0 {
  5193. width: 32px;
  5194. height: 32px;
  5195. background: url(/images/sprites/potions-28.png) -128px -64px no-repeat
  5196. }
  5197.  
  5198. .potions-28-4-1 {
  5199. width: 32px;
  5200. height: 32px;
  5201. background: url(/images/sprites/potions-28.png) -128px -96px no-repeat
  5202. }
  5203.  
  5204. .potions-28-5-0 {
  5205. width: 32px;
  5206. height: 32px;
  5207. background: url(/images/sprites/potions-28.png) 0 -128px no-repeat
  5208. }
  5209.  
  5210. .potions-28-5-1 {
  5211. width: 32px;
  5212. height: 32px;
  5213. background: url(/images/sprites/potions-28.png) -32px -128px no-repeat
  5214. }
  5215.  
  5216. .potions-28-6-0 {
  5217. width: 32px;
  5218. height: 32px;
  5219. background: url(/images/sprites/potions-28.png) -64px -128px no-repeat
  5220. }
  5221.  
  5222. .potions-28-6-1 {
  5223. width: 32px;
  5224. height: 32px;
  5225. background: url(/images/sprites/potions-28.png) -96px -128px no-repeat
  5226. }
  5227.  
  5228. .potions-28-8-0 {
  5229. width: 32px;
  5230. height: 32px;
  5231. background: url(/images/sprites/potions-28.png) -128px -128px no-repeat
  5232. }
  5233.  
  5234. .potions-28-8-1 {
  5235. width: 32px;
  5236. height: 32px;
  5237. background: url(/images/sprites/potions-28.png) -160px 0 no-repeat
  5238. }
  5239.  
  5240. .potions-28-9-0 {
  5241. width: 32px;
  5242. height: 32px;
  5243. background: url(/images/sprites/potions-28.png) -160px -32px no-repeat
  5244. }
  5245.  
  5246. .potions-28-9-1 {
  5247. width: 32px;
  5248. height: 32px;
  5249. background: url(/images/sprites/potions-28.png) -160px -64px no-repeat
  5250. }
  5251.  
  5252. #fancybox-loading {
  5253. position: fixed;
  5254. top: 50%;
  5255. left: 50%;
  5256. width: 40px;
  5257. height: 40px;
  5258. margin-top: -20px;
  5259. margin-left: -20px;
  5260. cursor: pointer;
  5261. overflow: hidden;
  5262. z-index: 1104;
  5263. display: none
  5264. }
  5265.  
  5266. #fancybox-loading div {
  5267. position: absolute;
  5268. top: 0;
  5269. left: 0;
  5270. width: 40px;
  5271. height: 480px;
  5272. background-image: url('/images/fancybox.png')
  5273. }
  5274.  
  5275. #fancybox-overlay {
  5276. position: absolute;
  5277. top: 0;
  5278. left: 0;
  5279. width: 100%;
  5280. z-index: 1100;
  5281. display: none
  5282. }
  5283.  
  5284. #fancybox-tmp {
  5285. padding: 0;
  5286. margin: 0;
  5287. border: 0;
  5288. overflow: auto;
  5289. display: none
  5290. }
  5291.  
  5292. #fancybox-wrap {
  5293. position: absolute;
  5294. top: 0;
  5295. left: 0;
  5296. padding: 20px;
  5297. z-index: 1101;
  5298. outline: none;
  5299. display: none
  5300. }
  5301.  
  5302. #fancybox-outer {
  5303. position: relative;
  5304. width: 100%;
  5305. height: 100%;
  5306. background: #fff
  5307. }
  5308.  
  5309. #fancybox-content {
  5310. width: 0;
  5311. height: 0;
  5312. padding: 0;
  5313. outline: none;
  5314. position: relative;
  5315. overflow: hidden;
  5316. z-index: 1102;
  5317. border: 0 solid #fff
  5318. }
  5319.  
  5320. #fancybox-hide-sel-frame {
  5321. position: absolute;
  5322. top: 0;
  5323. left: 0;
  5324. width: 100%;
  5325. height: 100%;
  5326. background: transparent;
  5327. z-index: 1101
  5328. }
  5329.  
  5330. #fancybox-close {
  5331. position: absolute;
  5332. top: -15px;
  5333. right: -15px;
  5334. width: 30px;
  5335. height: 30px;
  5336. background: transparent url('/images/fancybox.png') -40px 0;
  5337. cursor: pointer;
  5338. z-index: 1103;
  5339. display: none
  5340. }
  5341.  
  5342. #fancybox-error {
  5343. color: #444;
  5344. font: 400 12px/20px Arial;
  5345. padding: 14px;
  5346. margin: 0
  5347. }
  5348.  
  5349. #fancybox-img {
  5350. width: 100%;
  5351. height: 100%;
  5352. padding: 0;
  5353. margin: 0;
  5354. border: none;
  5355. outline: none;
  5356. line-height: 0;
  5357. vertical-align: top
  5358. }
  5359.  
  5360. #fancybox-frame {
  5361. width: 100%;
  5362. height: 100%;
  5363. border: none;
  5364. display: block
  5365. }
  5366.  
  5367. #fancybox-left,
  5368. #fancybox-right {
  5369. position: absolute;
  5370. bottom: 0;
  5371. height: 100%;
  5372. width: 35%;
  5373. cursor: pointer;
  5374. outline: none;
  5375. background: transparent url('/images/blank.gif');
  5376. z-index: 1102;
  5377. display: none
  5378. }
  5379.  
  5380. #fancybox-left {
  5381. left: 0
  5382. }
  5383.  
  5384. #fancybox-right {
  5385. right: 0
  5386. }
  5387.  
  5388. #fancybox-left-ico,
  5389. #fancybox-right-ico {
  5390. position: absolute;
  5391. top: 50%;
  5392. left: -9999px;
  5393. width: 30px;
  5394. height: 30px;
  5395. margin-top: -15px;
  5396. cursor: pointer;
  5397. z-index: 1102;
  5398. display: block
  5399. }
  5400.  
  5401. #fancybox-left-ico {
  5402. background-image: url('/images/fancybox.png');
  5403. background-position: -40px -30px
  5404. }
  5405.  
  5406. #fancybox-right-ico {
  5407. background-image: url('/images/fancybox.png');
  5408. background-position: -40px -60px
  5409. }
  5410.  
  5411. #fancybox-left:hover,
  5412. #fancybox-right:hover {
  5413. visibility: visible
  5414. }
  5415.  
  5416. #fancybox-left:hover span {
  5417. left: 20px
  5418. }
  5419.  
  5420. #fancybox-right:hover span {
  5421. left: auto;
  5422. right: 20px
  5423. }
  5424.  
  5425. .fancybox-bg {
  5426. position: absolute;
  5427. padding: 0;
  5428. margin: 0;
  5429. border: 0;
  5430. width: 20px;
  5431. height: 20px;
  5432. z-index: 1001
  5433. }
  5434.  
  5435. #fancybox-bg-n {
  5436. top: -20px;
  5437. left: 0;
  5438. width: 100%;
  5439. background-image: url('/images/fancybox-x.png')
  5440. }
  5441.  
  5442. #fancybox-bg-ne {
  5443. top: -20px;
  5444. right: -20px;
  5445. background-image: url('/images/fancybox.png');
  5446. background-position: -40px -162px
  5447. }
  5448.  
  5449. #fancybox-bg-e {
  5450. top: 0;
  5451. right: -20px;
  5452. height: 100%;
  5453. background-image: url('/images/fancybox-y.png');
  5454. background-position: -20px 0
  5455. }
  5456.  
  5457. #fancybox-bg-se {
  5458. bottom: -20px;
  5459. right: -20px;
  5460. background-image: url('/images/fancybox.png');
  5461. background-position: -40px -182px
  5462. }
  5463.  
  5464. #fancybox-bg-s {
  5465. bottom: -20px;
  5466. left: 0;
  5467. width: 100%;
  5468. background-image: url('/images/fancybox-x.png');
  5469. background-position: 0 -20px
  5470. }
  5471.  
  5472. #fancybox-bg-sw {
  5473. bottom: -20px;
  5474. left: -20px;
  5475. background-image: url('/images/fancybox.png');
  5476. background-position: -40px -142px
  5477. }
  5478.  
  5479. #fancybox-bg-w {
  5480. top: 0;
  5481. left: -20px;
  5482. height: 100%;
  5483. background-image: url('/images/fancybox-y.png')
  5484. }
  5485.  
  5486. #fancybox-bg-nw {
  5487. top: -20px;
  5488. left: -20px;
  5489. background-image: url('/images/fancybox.png');
  5490. background-position: -40px -122px
  5491. }
  5492.  
  5493. #fancybox-title {
  5494. font-family: Helvetica;
  5495. font-size: 12px;
  5496. z-index: 1102
  5497. }
  5498.  
  5499. .fancybox-title-inside {
  5500. padding-bottom: 10px;
  5501. text-align: center;
  5502. color: #333;
  5503. background: #fff;
  5504. position: relative
  5505. }
  5506.  
  5507. .fancybox-title-outside {
  5508. padding-top: 10px;
  5509. color: #fff
  5510. }
  5511.  
  5512. .fancybox-title-over {
  5513. position: absolute;
  5514. bottom: 0;
  5515. left: 0;
  5516. color: #FFF;
  5517. text-align: left
  5518. }
  5519.  
  5520. #fancybox-title-over {
  5521. padding: 10px;
  5522. background-image: url('/images/fancy_title_over.png');
  5523. display: block
  5524. }
  5525.  
  5526. .fancybox-title-float {
  5527. position: absolute;
  5528. left: 0;
  5529. bottom: -20px;
  5530. height: 32px
  5531. }
  5532.  
  5533. #fancybox-title-float-wrap {
  5534. border: none;
  5535. border-collapse: collapse;
  5536. width: auto
  5537. }
  5538.  
  5539. #fancybox-title-float-wrap td {
  5540. border: none;
  5541. white-space: nowrap
  5542. }
  5543.  
  5544. #fancybox-title-float-left {
  5545. padding: 0 0 0 15px;
  5546. background: url('/images/fancybox.png') -40px -90px no-repeat
  5547. }
  5548.  
  5549. #fancybox-title-float-main {
  5550. color: #FFF;
  5551. line-height: 29px;
  5552. font-weight: 700;
  5553. padding: 0 0 3px 0;
  5554. background: url('/images/fancybox-x.png') 0 -40px
  5555. }
  5556.  
  5557. #fancybox-title-float-right {
  5558. padding: 0 0 0 15px;
  5559. background: url('/images/fancybox.png') -55px -90px no-repeat
  5560. }
  5561.  
  5562. .fancybox-ie6 #fancybox-close {
  5563. background: transparent;
  5564. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_close.png', sizingMethod='scale')
  5565. }
  5566.  
  5567. .fancybox-ie6 #fancybox-left-ico {
  5568. background: transparent;
  5569. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_nav_left.png', sizingMethod='scale')
  5570. }
  5571.  
  5572. .fancybox-ie6 #fancybox-right-ico {
  5573. background: transparent;
  5574. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_nav_right.png', sizingMethod='scale')
  5575. }
  5576.  
  5577. .fancybox-ie6 #fancybox-title-over {
  5578. background: transparent;
  5579. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_title_over.png', sizingMethod='scale');
  5580. zoom: 1
  5581. }
  5582.  
  5583. .fancybox-ie6 #fancybox-title-float-left {
  5584. background: transparent;
  5585. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_title_left.png', sizingMethod='scale')
  5586. }
  5587.  
  5588. .fancybox-ie6 #fancybox-title-float-main {
  5589. background: transparent;
  5590. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_title_main.png', sizingMethod='scale')
  5591. }
  5592.  
  5593. .fancybox-ie6 #fancybox-title-float-right {
  5594. background: transparent;
  5595. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_title_right.png', sizingMethod='scale')
  5596. }
  5597.  
  5598. .fancybox-ie6 #fancybox-bg-w,
  5599. .fancybox-ie6 #fancybox-bg-e,
  5600. .fancybox-ie6 #fancybox-left,
  5601. .fancybox-ie6 #fancybox-right,
  5602. #fancybox-hide-sel-frame {
  5603. height: expression(this.parentNode.clientHeight + "px")
  5604. }
  5605.  
  5606. #fancybox-loading.fancybox-ie6 {
  5607. position: absolute;
  5608. margin-top: 0;
  5609. top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2: document.body.clientHeight/2) + ( ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + 'px')
  5610. }
  5611.  
  5612. #fancybox-loading.fancybox-ie6 div {
  5613. background: transparent;
  5614. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_loading.png', sizingMethod='scale')
  5615. }
  5616.  
  5617. .fancybox-ie .fancybox-bg {
  5618. background: transparent !important
  5619. }
  5620.  
  5621. .fancybox-ie #fancybox-bg-n {
  5622. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_n.png', sizingMethod='scale')
  5623. }
  5624.  
  5625. .fancybox-ie #fancybox-bg-ne {
  5626. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_ne.png', sizingMethod='scale')
  5627. }
  5628.  
  5629. .fancybox-ie #fancybox-bg-e {
  5630. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_e.png', sizingMethod='scale')
  5631. }
  5632.  
  5633. .fancybox-ie #fancybox-bg-se {
  5634. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_se.png', sizingMethod='scale')
  5635. }
  5636.  
  5637. .fancybox-ie #fancybox-bg-s {
  5638. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_s.png', sizingMethod='scale')
  5639. }
  5640.  
  5641. .fancybox-ie #fancybox-bg-sw {
  5642. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_sw.png', sizingMethod='scale')
  5643. }
  5644.  
  5645. .fancybox-ie #fancybox-bg-w {
  5646. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_w.png', sizingMethod='scale')
  5647. }
  5648.  
  5649. .fancybox-ie #fancybox-bg-nw {
  5650. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_nw.png', sizingMethod='scale')
  5651. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement