/* Center_Column/Filter
--------------------------------------------------*/
.c_filter {
}
.c_filter input {
	vertical-align: middle;
}
.c_filter .ch i {
	font-style: normal;
	display: block;
	height: 29px;
	background: url("../images/bg_ch_l_gr.gif") no-repeat;
	padding: 6px 10px 0px 14px;
}
.c_filter .ch b {
	display: block;
	font-weight: normal;
	background: url("../images/bg_ch_r_gr.gif") no-repeat 100% 0%;
}
.c_filter .ch i.f_off {
	background: url("../images/bg_ch_l.gif") no-repeat ! important;
}
.c_filter .ch b.f_off {
	background: url("../images/bg_ch_r.gif") no-repeat 100% 0% ! important;
}
.cf_block {
	border: 1px solid #d6d6d6;
	background: #f0efed;
	border-top: 0px;
	margin-right: 1px;
	padding: 10px 13px;
}
.cf_block h5 {
	color: #f58220;
	font-size: 1.1em;
	padding-bottom: 7px;
}
.cf_block table tr td {
	font-size: 1em;
	padding: 2px 0px;
}
.cf_block span {
	display: block;
	padding: 17px 0px 0px 0px;
}
.cf_block span input {
	width: 52px;
	border: 1px solid #c3c3c3;
}
.cf_block span b {
	color: #f58220;
	font-size: 1.1em;
	margin-right: 5px;
}
.cf_block span img {
	vertical-align: middle;
	margin-left: 5px;
}
.cf_block a.btn {
	height: 13px;
	float: right;
	color: #86c435;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 23px;
	text-decoration: none;
	border-bottom: dashed 1px #86c435;
}
.cf_block a.btn:hover {
	border-bottom: 0px;
}

#filter_form .filter_off {
	padding-right: 12px;
	float: right;
	background: url('../images/btn_filter_off.gif') no-repeat right 3px;
}
#filter_form .filter_on {
	padding-left: 10px;
	background: url('../images/btn_filter_on.gif') no-repeat 0px 2px;
}