@charset "UTF-8";
a.active_parent {
	background-color: #333;
	color: #FFF;
	display: block;
	line-height: 28px;
	padding-left: 15px;
	padding-right: 22px;
	margin-right: 5px;
	margin-left: 5px;
	clear: both;
	font-size: 11px;
	background-image: url(../template/images/btn-close-black.png);
	background-repeat: no-repeat;
	background-position: 155px 5px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 7px 0px #CCC;
	box-shadow: 0px 0px 7px 0px #CCC;
	margin-bottom: 10px;

}
.spacer_filter {
	background-color: #FFF;
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
