.cr_optM_inactive {
	background: url('cr_minus.png') 0 0 no-repeat;
	background-position: 0 0;
	height: 15px;
	width: 21px;
	float: left;
}

.cr_optM_active {
	background: url('cr_minus.png') 0 0 no-repeat;
	background-position: 0 -15px;
	height: 15px;
	width: 21px;
	float: left;
}

.cr_optM_over {
	background: url('cr_minus.png') 0 0 no-repeat;
	background-position: 0 -30px;
	height: 15px;
	width: 21px;
	float: left;
}
.cr_optP_inactive {
	background: url('cr_plus.png') 0 0 no-repeat;
	background-position: 0 0;
	height: 15px;
	width: 21px;
	float: left;
}

.cr_optP_active {
	background: url('cr_plus.png') 0 0 no-repeat;
	background-position: 0 -15px;
	height: 15px;
	width: 21px;
	float: left;
}

.cr_optP_over {
	background: url('cr_plus.png') 0 0 no-repeat;
	background-position: 0 -30px;
	height: 15px;
	width: 21px;
	float: left;
}
.cr_mess_null {
	background: url('cr_itog.png') 0 0 no-repeat;
	background-position: 0 0px;
	margin-left: 5px;
	padding: 0px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 13px;
	color: black;
	height: 20px;
	width: 40px;
	text-align: center;
	float: right;
}
.cr_mess_minus {
	background: url('cr_itog.png') 0 0 no-repeat;
	background-position: 0 -40px;
	margin-left: 5px;
	padding: 0px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 13px;
	color: black;
	height: 20px;
	width: 40px;
	text-align: center;
	float: right;
}
.cr_mess_plus {
	background: url('cr_itog.png') 0 0 no-repeat;
	background-position: 0 -20px;
	margin-left: 5px;
	padding: 0px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 13px;
	color: black;
	height: 20px;
	width: 40px;
	text-align: center;
	float: right;
}
.cr_cnt_text {
	background: url('cr_center.png') 0 0 no-repeat;
	background-position: 0 0;
	font-family: arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: black;
	text-align: center;
	vertical-align: middle;
	width: 25px;
	height: 15px;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	float: left;
}
.cr_loader {
	width: 100px;
	height: 18px;
	background: url('loader.gif') 0 0 repeat-x;
}
