ul.cat-tab-collection {
	list-style: none;
	padding: 0;
	margin: 10px 0 5px;
	text-align: left;
}

li.cat-tab-item {
	display: inline;
	border: 1px solid #8d9080;
	border-width: 1px 1px 0 1px;
	margin: 0 0.5em 0 0;
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
}

li.cat-tab-selected {
	background-color: #f0f0f0;
}

li.cat-tab-item a {
	padding: 0 1em;
}

table.cat-tab-wrapper td {
	padding: 0;
	margin: 0;
}

div.cat-tab-stub {
	background-color: #f0f0f0;
	height: 4px;
}

span.detail-label {
	display: block;
	float: right;
	min-width: 83px;
}

#search_table td {
	vertical-align: top;
	padding: 0 6px 6px;
	width: 25%;
	border-right: 2px dashed #ffffff;
}

#search_table td.last {
	border-right: none;
}

#search_table td a {
	vertical-align: baseline;
}

#search_table.build td {
	width: 24%;
}

#search_table.build td.last {
	width: 28%;
}

#search_table tr {
	background-color: #f0f0f0;
}

input.search_street {
	margin-top: 3px;
	padding: 3px;
	width: 186px;
	border: 1px dotted #254117;
}

.empty {
	color: #747a55;
	font-style: italic;
}

.cat-tab-contents hr {
	margin-top: 8px;
	margin-bottom: 8px;
}

.nowrap {
	white-space: nowrap;
}

#search_table input,
#search_table select {
	background: #e3e0c2 none repeat scroll 0 0;
}

#search_table input.submit {
	width: 159px;
	height: 30px;
}

#search_table input.edited {
	color: inherit !important;
	font-style: inherit !important;
}

.catalogue-level2-wrapper {
	position: absolute;
	display: none;
	padding-left: 20px;
	z-index: 10;
}

.catalogue-level2 {
	display: none;
}

.popup {
	display: block;
	background: #e3e0c2;
	border: 1px solid #797c68;
	padding: 2px;
}

.rel-pos {
	position: relative;
}

.checkbox-bg {
	display: none;
	position: absolute;
	left: 0;
	z-index: 1;
}

.checkbox-fg {
	position: relative;
	opacity: 1;
	z-index: 5;
}

.checkbox-partial {
	opacity: 0.3;
}

.fake-underline {
	border-bottom: 1px dotted #4f533a;
}

.fake-underline:hover {
	text-decoration: none;
	border-bottom: 1px solid #660000;
}

.range {
	width: 20px;
}

#search_table ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#search_table ul.catalogue-level1 {
	list-style: none;
	padding: 2px;
}

#search_table ul.catalogue-level2 {
	list-style: none;
	padding: 2px 4px 5px 2px;
}

#search_table .search_block {
	margin-top: 6px;
}

tr#bannerRow td {
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}

.ui-autocomplete.ui-menu.ui-widget {
	z-index: 10;
}

.ui-autocomplete {
	max-height: 300px;
	overflow-y: auto;

	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
	height: 300px;
}

.clear_search {
	position: absolute;
	right: 0;
	top: 12px;
	border-bottom: dashed 1px #888888;
	color: #888888;
}

.clear_search:hover {
	color: #111111;
	cursor: pointer;
}
