/* ion.checkradio, green skin
// version 1.0.0
// by denis ineshin | ionden.com
// ===================================================================================================================*/

.icr__radio, .icr__checkbox {
    background: url(/uploads/image/cimg/icr-green-skin.png) no-repeat;
}

.icr {
	line-height: 16px;
    margin: 0px 10px 10px 0px;
}
.icr__text {
	padding: 2px 0px 0px 27px;
}


.icr__checkbox {
	width: 23px;
	height: 23px;
	background-position: 0px 0px;
}
.icr.enabled:hover .icr__checkbox {
	background-position: -50px 0;
}
.icr.checked .icr__checkbox {
	background-position: -100px 0;
}
.icr.enabled.checked:hover .icr__checkbox {
	background-position: -150px 0;
}

.icr__radio {
	width: 23px; height: 23px;
	background-position: 1px -49px;
}
.icr.enabled:hover .icr__radio {
	background-position: -49px -49px;
}
.icr.checked .icr__radio {
	background-position: -99px -49px;;
}
.icr.enabled.checked:hover .icr__radio {
	background-position: -149px -49px;;
}

/*
.icr__radio, .icr__checkbox {
    background: url(/uploads/image/cimg/icr-green-skin-2.png) no-repeat;
}

.icr {
	line-height:19px;
    margin: 0px 10px 10px 0px;
}
.icr__text {
	padding: 15px 0px 0px 39px;
}


.icr__checkbox {
	width: 45px;
	height: 45px;
	background-position: -102px -59px;
}
.icr.enabled:hover .icr__checkbox {
	background-position: -102px -59px;
}
.icr.checked .icr__checkbox {
	background-position: -156px -59px;
}
.icr.enabled.checked:hover .icr__checkbox {
	background-position: -156px -59px;
}


.icr__radio {
	width: 32px;
	height: 32px;
	background-position:-106px -138px;
}
.icr.enabled:hover .icr__radio {
	background-position:-106px -138px;
}
.icr.checked .icr__radio {
	background-position:-160px -138px;
}
.icr.enabled.checked:hover .icr__radio {
	background-position:-160px -138px;
}
*/
