.catalog-search {
	background: #F6F7EF;
	margin: 20px 0;
	width: 370px;
	padding: 10px 20px 15px 20px;
}
.catalog-search .form-header {
	font-weight: bold;
	color: #666;
}
.catalog-search .form-header span {
	float: right;
	display: inline-block;
	font-weight: normal;
	font-size: 11px;
	margin-top: 3px;
}

.catalog-search fieldset {
	clear: both;
	margin-top: 10px;
}

.catalog-search .inputbox {
	border: 1px solid #999;
	width: 275px;
	font-size: 12px;
	padding: 2px 0;
	margin-right: 10px;
}

.catalog-header {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding-left: 30px;
	background: url('/images/template/catalog/section-close.gif') no-repeat 0 0;
	margin: 0 0 20px 0;
}
.opened {
	background: url('/images/template/catalog/section-open.gif') no-repeat 0 0 !important;
}

.subsections {
	display: none;
	margin: -10px 0 30px 40px;
	font-size: 12px;
	line-height: 152%;
}