@charset 'UTF-8';

/**
 * ------------------------------------------------------------
 * @section abstract checkbox
 * ------------------------------------------------------------
 */

a.checkbox {
  display: block;
  padding-left: 14px;
  background-image: url('../images/stylespin_unchecked_off.gif');
  background-repeat: no-repeat;
  background-position: left 2px;
}

a.checkbox:hover {
  background-image: url('../images/stylespin_unchecked_on.gif');
}

a.checkbox-checked {
  display: block;
  padding-left: 14px;
  background-image: url('../images/stylespin_checked_off.gif');
  background-repeat: no-repeat;
  background-position: left 2px;
}

a.checkbox-checked:hover {
  background-image: url('../images/stylespin_checked_on.gif');
}
