form#category_filter{
	display: block;
	padding: 10px;
	border: solid grey 1px;
	background: white;
	margin: 16px;
	height: 100px;
}

form.filter ul{
	list-style-type: none;
}

form.filter li{
	display: block;
	width: 200px;
	height: 16px;
	overflow: hidden;
	float: left;
	font-weight: normal;
	color: #333;
}

div#features_filter{
	background: inherit;
	border: none;
}

table.result{
/*	border: solid silver 4px; */
	border: none;
}
.result{
	text-align: center;
/*	padding: 12px; */
	font-size: 10pt;
	color: black;
	font-weight: normal;
	border: solid grey 1px;
}

.first-cell{
	border-left: none;
}

.last-cell{
	border-right: none;
}

.first-row td{
	border-top: none;
}

.last-row td{
	border-bottom: none;
}

.product a img{
border: none;
}

.result h4{
	font-size: 10pt;
	color: black;
	margin-bottom: 6px;
}

#filter_bar{
	border-bottom: solid silver 1px; 
	padding: 6px; 
	background: #F0EFF0;
}

#filter_bar a{
	font-size: 12px;
	margin-right: 12px;
	color: #535353;
}

#filter_bar a.selected{
	color: #E54B2E;
}

td.category.result{
border: none;
padding: 0px;
margin: none;
}

.category-name{
display: block;
width: 100%;
background: #F0EFF0;
border-top: solid silver 1px;
border-bottom: solid silver 1px;
color: #001C4C;
font-weight: bold;
padding-bottom: 3px;
}

