.filter {
	display: block;
	width: 151px;
	background-color: #ffffff;
	margin-bottom: 30px;
	margin-left:0;
    font-size: 1.25em;
    padding-left: 0;
}

.filter .title {
	color: #000000;
	font-size: 1.5em;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.filter ul li {
    list-style: none;
    border-bottom: 1px solid #ffffff;
    height: 20px;
    overflow: hidden;
    background-color: #ECECEC;
    padding-left: 10px;
}

.filter ul li a{
	font-weight: normal;

}

.filter ul .active {
    background-color: #363636;
    color: #FFFFFF;
}

.filter ul .active a {
    color: #FFFFFF;
    font-weight: bold;
}

.filter .hide {
	display: none;
}

.filter .moremenu {
	list-style: none;
    border-bottom: 1px solid #ffffff;
    height: 20px;
/*    background-color: transparent;*/
    padding-left: 10px;
}
