.filter td {
	/*color: #344E73;*/
	color: #555;
}

.filter td strong {
	color: black;
}

.filter ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 0;
	background: url('images/line.gif') transparent repeat-y left top;
}

.filter li {
	background: url('images/join.gif') transparent no-repeat left top;
	padding: 2px 0 2px 20px;
}

.filter ul li.first {
	padding-left: 0px;
	background: #fff;
}

.filter li.last-child {
	background: url('images/joinend.gif') transparent no-repeat left bottom;
}

.filter li a {
	background: url('images/folder_close.gif') transparent no-repeat left top;
	padding-left: 20px;
}

.filter li a.active {
	background: url('images/folder_open.gif') transparent no-repeat left top;
	padding-left: 20px;
	font-weight: bold;
}

.filter ul li ul {
	list-style: none;
	padding-left: 0px;
	padding-top: 2px;
}

.filter .description {
	color: black;
	font-weight: normal;
	font-style: italic;
}

.filter td.params {
	width: 100%;
	vertical-align: top;
}

.filter td.params form .filter_block {
	margin-top: 1em;
	float: left;
	position: relative;
	
}

.filter td.params form select, .filter td.params form input[type='text'] {
	width: 90%;
}

.filter td.params form select option.bold {
	font-weight: bold;
}

.filter td.params form div.left {
	width: 45% !important;
}

.filter td.params form div.right {
	width: 55% !important;
}

.filter div.left input.limit_width, .filter div.right input.limit_width {
	width: 50px;
}

.filter td.params form .filter_block div.label {
	font-weight: bold;
	color: #344E73;
	margin-bottom: 0.3em;
}

.filter label.chb {
	display: block;
	float: left;
	position: relative;
	margin-right: 5px;
}

.filter .desc_name {
	width: 215px;
	font-style: italic;
	color: #777;
}

.filter .name {
	width: 215px;
}

#square2, #wattage, #length, #worktemp, #worktemp2 {
	height: 5px;
	width: 210px;
	margin: 7px 0 0 5px;
}

#length, #worktemp2, #square2 {
	width: 310px;
}