/*******************************************************************************
 *** Checkboxen der Kasse
 *******************************************************************************/
.bigCheckbox {
	width: 60px;
	height: 60px;
	background: transparent url(../../../img/checkbox.png) top left no-repeat;
}
.bigCheckboxChecked {
	width: 60px;
	height: 60px;
	background: transparent url(../../../img/checkbox_checked.png) top left no-repeat;
}

.smallCheckbox {
	width: 30px;
	height: 30px;
	background: transparent url(../../../img/small_checkbox.png) top left no-repeat;
}
.smallCheckboxChecked {
	width: 30px;
	height: 30px;
	background: transparent url(../../../img/small_checkbox_checked.png) top left no-repeat;
}

.smallCheckboxCheckedDisabled {
	width: 30px;
	height: 30px;
	background: transparent url(../../../img/small_checkbox_checked_disabled.png) top left no-repeat;
}

