/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.checker span {
  background-image: url(../images/new/sprite1.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

.checker {
  margin: 0;
  padding: 0;
  float: left;
}



/* Checkbox */

div.checker {
  width: 22px;
  height: 22px;
}

div.checker input {
  width: 22px;
  height: 22px;
}

div.checker span {
  background-position: 0px 0px;
  height: 22px;
  width: 22px;
}

div.checker:active span, 
div.checker.active span {
  background-position: -21px 0px;
}

div.checker.focus span,
div.checker:hover span {
  background-position: -42px 0px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -63px 0px;
}

div.checker span.checked {
  background-position: -84px 0px;
}

div.checker:active span.checked, 
div.checker.active span.checked {
  background-position: -105px 0px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -126px 0px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -147px 0px;
}


/* Checker */
div.checker {
  margin-right: 5px;
}


.checker,{
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

.checker input:focus {
  outline: 0;
}


/* Checker */

div.checker {
  position: relative;
}

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.checker input {
  opacity: 0;
  filter: alpha(opacity:0);
  display: inline-block;
  background: none;
}
