.filter_checkbox{
			float: left;
			list-style: none;
			width: 170px;
			padding: 5px;
			margin: 8px 0 0 0;
			background: url(../img/media/bgd_filter_release.jpg) bottom left no-repeat;
		} 
		.filter_checkbox.active,
		.filter_checkbox:hover{
			background-position: -185px bottom;
		}
		.filter_checkbox p{
			float: left;
			width: 165px;
			padding: 0;
			margin: 0;
			font-size: 11px;
			color: #999;
		}
		.filter_checkbox label,
		.filter_checkbox input {
			float: left;
		}
		.filter_checkbox label{
			padding: 2px 0 0 0;
			margin: 0;
		}	