.cust_checkbox{
	font-size:14px; cursor: pointer; width: 12px; height: 12px; overflow: hidden; padding: 0; margin: 2px 3px 3px 0; float: left;
}
.cust_checkbox_on{
	background:url(/static/images/custom_checkbox_on_b.png) no-repeat 0 0;
}
.cust_checkbox_off{
	background:url(/static/images/custom_checkbox_off_b.png) no-repeat 0 0;
}
.where_to_buy .cust_checkbox_on{
    background-image: url(/static/images/custom_checkbox_on.png);
}
.where_to_buy .cust_checkbox_off{
    background-image: url(/static/images/custom_checkbox_off.png);
}