/* Ion.CheckRadio, Green Skin
// Version 2.0.0
//
// © Denis Ineshin, 2015
// https://github.com/IonDen
// ===================================================================================================================*/

.icr-label {
    padding-right: 2px;
    margin: 0 5px 0 0;
    font-size: 14px; line-height: 18px;
}

.icr-item {
    width: 15px; height: 15px;
    background: url(../images/icr-green-skin.png) no-repeat;
	margin-right:5px;
}

.icr-label.focused .icr-item:after {
    position: absolute;
    display: block;
    content: "";
    top: -1px; left: -1px;
    
}
.icr-label.focused .type_checkbox:after {
    width: 15px; height: 15px;
}
.icr-label.focused .type_radio:after {
    width: 15px; height: 15px;

}
