.search {}

.search-form-gap {
	margin-right: 1em;
}


.search-form {
	font-size: 0.9em;
	margin-top: 20px;
	padding-top: 20px;
	background: url(/on-line/i/border-dot.png) 0 0 repeat-x;
}
.search-form__context {
	background: none;
	margin-top: 0;
}


.search-types-label {}
.search-types {
	display: inline-block;
	white-space: nowrap;
	margin-left: -0.5em;
}
.search-type {
	display: inline-block;
	padding: 0 0.5em;
}
.search-type__selected {
	background: #FEEDB9;
}
.search-type__selected .link {
	border: none;
	color: #000;
	cursor: default;
}


.search-types-block {
	margin: 1em 0;
}

.search-types-block input {
	font-size: 12px;
	padding: 4px;
	min-width: 200px;
}

.search-flags {
	margin: 0.5em 0;
}

.search-submit {
	margin: 1em 0;
}


.search-params {}
.search-param {
	margin: 0.5em 0;
}
.search-param-label {
	color: #7F7F7F;
	font-style: italic;
}


.search-colors {
	position: relative;
	margin-left: -4px;
}
.search-color {
	display: inline-block;
	width: 22px;
	height: 22px;
	cursor: pointer;
	border-radius: 6px;
	border: 2px solid #fff;
	margin: 2px;
	box-shadow: 0 0 1px #999 inset;
}
.search-color__checked {
	border-color: #006699;
}
.search-color-checkbox {
	height: 100%;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	opacity: 0;
	cursor: pointer;
}