.jquery-checkbox {
   display: inline;
   cursor: pointer;
}
.jquery-checkbox .mark {display: inline;}

.jquery-checkbox img {
  width: 13px;
  height: 13px;
  position: relative;
  top: 0px;
  float: left;
  cursor: pointer;
	background: url(../images/checkbox_uncheck.png) no-repeat;
}
form.filtr.sideleft_filtr .jquery-checkbox img {
  position: relative;
  top: 2px;
}
.jquery-checkbox img:hover {
	background: url(../images/checkbox_hover.png) no-repeat;
}
.litcheck img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  float: left;
  cursor: pointer;
	background: url(../images/checkbox_uncheck_lit.png) no-repeat;
}
.jquery-checkbox-checked img,
.jquery-checkbox-checked img:hover {
	background: url(../images/checkbox_check.png) no-repeat;
}
.litcheck-checked img {
	background: url(../images/checkbox_check_lit.png) no-repeat;
}

/*.jquery-checkbox-disabled img {

}
.jquery-checkbox-checked .jquery-checkbox-disabled img {

}*/

.jquery-radio {
  width: 10px;
  height: 10px;
  display: block;
  float: left;
  cursor: pointer;
}
/*.jquery-radio .mark {
  display: inline-block;
}*/

/*.jquery-radio img {vertical-align: middle; width: 45px; height: 20px;}*/

.jquery-radio img {
  width: 10px;
  height: 10px;
  background: url(../images/radio_uncheck.png) 0px 0px no-repeat;
}
.jquery-radio-checked img {
  width: 10px;
  height: 10px;
  background: url(../images/radio_check.png) 0px 0px no-repeat;
}

/*.jquery-radio-disabled img {
}
.jquery-radio-checked .jquery-checkbox-disabled img{

}*/