/* Lithium Hosting Narrow Checkbox */
.jquery-lh-narrow-checkbox {
  display: inline;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  cursor: hand;
}
.jquery-lh-narrow-checkbox .mark {
  display: inline;
}
.jquery-lh-narrow-checkbox img {
  vertical-align: middle;
  width: 18px;
  height: 18px;
}
.jquery-lh-narrow-checkbox img {
  background: transparent url('../images/checkbox-narrow.png') no-repeat;
}
.jquery-lh-narrow-checkbox img {
	background-position: 0px 0px;
}
.jquery-lh-narrow-checkbox-hover img {
	background-position: 0px -18px;
}
.jquery-lh-narrow-checkbox-checked img {
	background-position: 0px -36px;
}
.jquery-lh-narrow-checkbox-checked .jquery-lh-narrow-checkbox-hover img {
	background-position: 0px -54px;
}
.jquery-lh-narrow-checkbox-disabled img {
	background-position: 0px -72px;
}
.jquery-lh-narrow-checkbox-checked .jquery-lh-narrow-checkbox-disabled img {
	background-position: 0px -72px;
}

/* Lithium Hosting Wide Checkbox */
.jquery-lh-wide-checkbox {
  display: inline;
  font-size: 20px; 
  line-height: 20px;
  cursor: pointer;
  cursor: hand;
}
.jquery-lh-wide-checkbox .mark {
  display: inline;
}
.jquery-lh-wide-checkbox img {
  vertical-align: middle;
  width: 48px;
  height: 24px;
}
.jquery-lh-wide-checkbox img {
  background: transparent url('../images/checkbox-wide.png') no-repeat;
}
.jquery-lh-wide-checkbox img {
	background-position: 0px 0px;
}
.jquery-lh-wide-checkbox-hover img {
	background-position: 0px -24px;
}
.jquery-lh-wide-checkbox-checked img {
	background-position: 0px -48px;
}
.jquery-lh-wide-checkbox-checked .jquery-lh-wide-checkbox-hover img {
	background-position: 0px -72px;
}

.jquery-lh-wide-checkbox-disabled img {
	background-position: 0px -96px;
}
.jquery-lh-wide-checkbox-checked .jquery-lh-wide-checkbox-disabled img {
	background-position: 0px -96px;
}
