#filters{
    position: fixed;
	width: 290px;
	height: 100%;
	background-color: #666;
	color: white;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 2px 0 8px 0 rgba(0,0,0,.25);
	box-shadow: 2px 0 8px 0 rgba(0,0,0,.25);
	z-index: 999;
}

label{
	display: block;
	line-height: 25px;
	color: #ccc;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}

label:hover{
	color: white;
}

.swatch{
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid white !important;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-right: 10px;
	margin-top: 4px;
	float: left;
}

#filters .swatch{
	margin-top: 7px;
}

input.checkbox{
	margin: 6px 10px 0 0;
	float: left;
}

::-ms-clear {
	display: none;
}

#search{
	border: none;
	background-color: #333;
	line-height: 20px;
	padding: 10px 0;
	color: inherit;
	font-size: inherit;
	margin: 0 -5px;
	-webkit-border-radius: 5px;
	border-radius: 7px;
	text-indent: 10px;
	width: 100%;
}

#clear{
	float: right;
	position: relative;
	right: 10px;
	bottom: 30px;
	display: none;
	cursor: pointer;
}