
.tundra .tmpdirCheckBox,
.tundra .tmpdirCheckBoxIcon {
	background-image: url('/data/resources/css/tundra/images/spriteCheckbox.gif'); /* checkbox sprite image */
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
}

.tundra .tmpdirCheckBox, 
.tundra .tmpdirCheckBoxIcon {

	background-position: -16px;
}

.tundra .tmpdirCheckBoxChecked, 
.tundra .tmpdirCheckBoxIcon {

	background-position: 0px;
}

.tundra .tmpdirCheckBoxDisabled {

	background-position: -48px;
}

.tundra .tmpdirCheckBoxCheckedDisabled {

	background-position: -48px;
}

.tundra .tmpdirCheckBoxMixed {

	background-position: -32px;
}

.tundra .tmpdirCheckBoxMixedDisabled {

	background-position: -64px;
}

.tundra .tmpdirCheckBoxHover {

	background-position: -112px;
}

.tundra .tmpdirCheckBoxCheckedHover {

	background-position: -96px;
}

.tundra .tmpdirCheckBoxMixedHover {

	background-position: -128px;
}




