/**
 * Switch state styles
 *
 * Copyright (c) 2011-present Qualiteam software Ltd. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

button.switch-state img {
  background: transparent url(../images/switch.png) no-repeat left top;
  height: 16px;
  width: 16px;
  vertical-align: middle;
}

button.switch-state img {
  margin-right: 7px;
  margin-top: -2px;
}

button.switch-state.disabled-state img {
  background-position: left -16px;
}
