.jquery-ch-radio {display: inline; font-size: 16px; line-height: 16px; cursor: pointer; cursor: hand;}
.jquery-ch-radio .mark {display: inline;}

.jquery-ch-radio img {vertical-align: middle; width: 16px; height: 16px;}
.jquery-ch-radio img{background: transparent url(/media/img/ch-radio.gif) no-repeat;}

.jquery-ch-radio img{
	background-position: 0px 0px;
}
.jquery-ch-radio-hover img{
	background-position: -16px 0px;
}
.jquery-ch-radio-checked img{
	background-position: 0px -16px;
}
.jquery-ch-radio-checked .jquery-ch-radio-hover img {
	background-position: -16px -16px;
}

.jquery-ch-radio-disabled img{
	background-position: 0px -32px;
}
.jquery-ch-radio-checked .jquery-ch-radio-disabled img{
	background-position: 0px -48px;
}

