/**
 * Переопределение путей к картинкам для открытия index.html по file://
 * (относительные пути от папки http/)
 */
body {
  background: url("images/body-tail.gif") top repeat-x #fff;
}
#header .cart .cart-bg {
  background: url("images/cart-bg.gif") no-repeat 0 0;
}
#header .row .wrapper {
  background: url("images/row-tail.gif") bottom repeat-x #fff;
}
#header .menu li {
  background: url("images/menu-separator.gif") right top no-repeat;
}
#header .menu .li_un a:hover span,
#header .menu .li_un a.active span {
  background: url("images/row-left-corner-act.gif") left top no-repeat;
}
#header .row .left-corner {
  background: url("images/row-left-corner.gif") left top no-repeat;
}
#header .row .right-corner {
  background: url("images/row-right-corner.gif") right top no-repeat;
}
.category-icons .icon-sec {
  background: url("images/category-tail.gif") bottom repeat-x;
}
.category-icons .icon-sec a {
  background: url("images/category-separator.gif") right top no-repeat;
}
.category-icons .empty {
  background: url("images/category-separator.gif") right top no-repeat;
}
.category-icons .first span {
  background: url("images/category-first-corner.gif") left bottom no-repeat;
}
.category-icons .last span {
  background: url("images/category-last-corner.gif") right bottom no-repeat;
}
.category-icons .first a:hover span {
  background: url("images/category-first-corner-act.gif") left bottom no-repeat #db1a1a;
}
.category-icons .last a:hover span {
  background: url("images/category-last-corner-act.gif") right bottom no-repeat #db1a1a;
}
.hLine {
  background: url("images/line.gif") left top repeat-x;
}
.vLine {
  background: url("images/line.gif") left top repeat-y;
}
.centerBoxHeading,
.redBoxHeading {
  background: url("images/box-head-tail.gif") bottom repeat-x #fff;
}
.box-head {
  background: url("images/box-head-tail.gif") bottom repeat-x #fff;
}
#categoriesContent .sec2 {
  background: url("images/list-marker2.gif") no-repeat 0 50%;
}
#categoriesContent .sec:hover,
#categoriesContent .sec.active,
#categoriesContent li:hover,
#categoriesContent li.active {
  background: url("images/list-marker.gif") no-repeat 0 50%;
}
#newProductsDefault .line,
#allProductsDefault .line,
#featuredDefault .line {
  background: url("images/line_1.gif") top left repeat-x;
}
.viewed {
  background: #fff url("images/bgviewed.png");
}
.kwicks.horizontal li .slider-title {
  background: url("images/slide-title-tail.gif") bottom repeat-x;
}
