#header-search {
	position: relative;
	z-index: 12;
}

.header--search-box,.title-search-result {
	display: none;
	margin: 0;
	padding: 0 11px;
	background: #fff;
	border: 1px solid #d8d5d1;
	position: absolute;
	top: 100%;
	right: 0;
	bottom: auto;
	left: 0;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.11);
	-moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.11);
	box-shadow: 0 3px 5px 0 rgba(0,0,0,.11)
}


.header--search-table {
	width: 100%;
	height: auto
}

.header--search-table td {
	padding: 10px 0;
	vertical-align: middle;
	border-bottom: 1px solid #d8d5d1;
	font-size: 16px;
	line-height: 16px
}

.header--search-table td.s1 {
	padding-right: 15px;
	padding-left: 4px;
	width: 59px;
	height: auto;
	text-align: center;
}
.header--search-table td.s1 img {
	text-align: center;
}
.header--search-table td.s2 {
	width: 270px;
	height: auto;
	position: relative;
}
.header--search-table td.s2 .lot-type {
	right: auto;
	top: 10px;
	font-size: 8px;
	background-color: #00bd55;
	padding: 1px 7px;
	text-transform: uppercase;
	color: #fff;
	z-index: 1;
	line-height: 14px;
	display: inline-block;
	width: auto;
	position: absolute;
}
.header--search-table td.s3 {
	width: 94px;
	height: auto
}

.header--search-table tr:last-of-type td {
	border: none
}

.header--search-table-image {
	display: block;
	width: 100%;
	height: auto
}

.header--search-table-title {
	text-decoration: none;
	color: #484848;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	padding-top: 20px;
}

.header--search-table-price {
	font-size: 14px;
	line-height: 16px;
	font-weight: 500
}

.header--search-table-price span {
	font-weight: 400
}

.header--search-table tr {
	cursor: pointer
}

.header--search-table tr:hover .header--search-table-title {
	color: #005a29;
}

.header--search-more {
	text-decoration: none;
	color: #ffffff;
	display: block;
	font-size: 14px;
	line-height: 30px;
	width: 250px;
	margin: 0 auto;
	text-align: center;
	background-color: #017736;
	margin-bottom: 1em;
}

.header--search-more:hover {
	color: #fff;
	background-color: #01913d;
}