.iPhoneCheckContainer {
	-webkit-transform: translate3d(0, 0, 0);
	position: relative;
	height: 21px;
	cursor: pointer;
	width:30px;
/*overflow: hidden;*/ }
.iPhoneCheckContainer.big {
	height:30px;
	width:80px;
}
.iPhoneCheckContainer.small {
	height:20px;
	width:52px;
}

.iPhoneCheckContainer input {
	position: absolute;
	top: 5px;
	left: 30px;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.iPhoneCheckContainer label {
	white-space: nowrap;
	font-size: 11px;
	font-weight:400;
	letter-spacing:0.5px;
	line-height: 19px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	cursor: pointer;
	display: block;
	height: 21px;
	position: absolute;
	width:auto;
	top: 0;
	overflow: hidden;
}
.iPhoneCheckContainer.big label {
	width:40px;
	height:30px;
	font-size: 14px;
	line-height: 30px;
}
.iPhoneCheckContainer.small label {
	width:26px;
	height:20px;
	font-size: 10px;
	line-height: 20px;
	font-style:normal;
}
.iPhoneCheckContainer, .iPhoneCheckContainer label {
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.iPhoneCheckDisabled {
 	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.3;
}
label.iPhoneCheckLabelOn {
	color: white;
	background-color:#5BC2DE;
	left: 0;
}
label.iPhoneCheckLabelOn span {
	padding-left: 8px;
}
.iPhoneCheckContainer.small label.iPhoneCheckLabelOn span {
	padding-left: 5px;
}
label.iPhoneCheckLabelOff {
	color: #fff;
	background-color:#B7C8CD;
	text-align: right;
	right: -1px;
}
label.iPhoneCheckLabelOff span {
	padding-right: 8px;
}
.iPhoneCheckContainer.big label.iPhoneCheckLabelOff span {
	padding-right: 9px;
}
.iPhoneCheckContainer.small label.iPhoneCheckLabelOff span {
	padding-right: 5px;
}
.iPhoneCheckHandle {
	display: block;
	height: 21px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	background: url('/templates/coveritlive/images/buildPage/Knob.jpg') no-repeat;
	padding-left: 0px;
}
.iPhoneCheckContainer.big .iPhoneCheckHandle {
	height: 30px;
	width: 40px;
	background: url('/templates/coveritlive/images/buildPage/Knob.jpg') no-repeat;
}
.iPhoneCheckContainer.small .iPhoneCheckHandle {
	height: 20px;
	width: 26px;
	background: url('/templates/coveritlive/images/buildPage/SmallKnob.jpg') no-repeat;
}
.iPhoneCheckHandleRight {
	height: 100%;
	width: 100%;
	padding-right: 8px;
	background: url('images/cil-style-checkboxes/slider_right.png?1284697268') no-repeat right 0;
}
.iPhoneCheckHandleCenter {
	height: 100%;
	width: 100%;
	background: url('images/cil-style-checkboxes/slider_center.png?1284697268');
}
.iOSCheckContainer {
	position: relative;
	height: 21px;
	cursor: pointer;
	overflow: hidden;
}
.iOSCheckContainer input {
	position: absolute;
	top: 5px;
	left: 30px;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.iOSCheckContainer label {
	white-space: nowrap;
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	cursor: pointer;
	display: block;
	height: 21px;
	position: absolute;
	width: auto;
	top: 0;
	padding-top: 5px;
	overflow: hidden;
}
.iOSCheckContainer, .iOSCheckContainer label {
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.iOSCheckDisabled {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
}
label.iOSCheckLabelOn {
	color: white;
	background: url('images/ios-style-checkboxes/on.png?1284697268') no-repeat;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
	left: 0;
	padding-top: 5px;
}
label.iOSCheckLabelOn span {
	padding-left: 8px;
}
label.iOSCheckLabelOff {
	color: #8b8b8b;
	background: url('images/ios-style-checkboxes/off.png?1284697268') no-repeat right 0;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.6);
	text-align: right;
	right: 0;
}
label.iOSCheckLabelOff span {
	padding-right: 8px;
}
.iOSCheckHandle {
	display: block;
	height: 21px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	background: url('images/ios-style-checkboxes/slider_left.png?1284697268') no-repeat;
	padding-left: 3px;
}
.iOSCheckHandleRight {
	height: 100%;
	width: 100%;
	padding-right: 3px;
	background: url('images/ios-style-checkboxes/slider_right.png?1284697268') no-repeat right 0;
}
.iOSCheckHandleCenter {
	height: 100%;
	width: 100%;
	background: url('images/ios-style-checkboxes/slider_center.png?1284697268');
}
