.input .fast-search-title{
	background: #fdf6eb;
	display: block;
	padding: 3px;
	position: relative;
	z-index: 1000;
	border-bottom: 1px solid #fdf6eb;
	margin-bottom: -1px;
}
.input .fast-search{
	background: #fff;
	padding: 5px;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0 15px 15px rgba(0,0,0,0.5);
	position: relative;
	z-index: 1000;
	display: none;
}
.input * a{
	text-decoration: none;
}
.input .fast-search-price{
	display: inline-block;
	width: 23%;
	text-align: left;
	float: right;
	padding: 5px 0;
}
.input .fast-search-price-name{
	display: inline-block;
	width: 75%;
	float: left;
	padding: 5px 0;
	overflow: hidden;
}
.input .fast-search-title-result{
	padding: 2px 6px 2px 2px;
	background: #fff;
	overflow: hidden;
	width: 100%;
	min-height: 40px;
	border-top: 1px solid #d6d6d6;
}
.input .fast-search-title-result:first-child{
	border-top: none;
}
.input .fast-search-name{
	font-size: 14px;
	font-weight: bold;
}
.input .fast-search-old-price{
	font-size: 12px;
	font-weight: bold;
	color: #848484;
	display: block;
	margin-left: 10px;
	margin-bottom: -4px;
	text-decoration: line-through;
}
.input .fast-search-new-price{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 3px 15px 3px 3px;
	margin-top: 6px;
	min-width: 50px;
	display: inline-block;
	position: relative;
	white-space: nowrap;
}
.input .fast-search-new-price:after {
	content: ''; 
    position: absolute;
    right: 0px;
	bottom: 0px;
    border: 20px solid transparent;
	border-right: 20px solid #fff;
	border-width: 10px;
}
.input .fast-search-name-mag{
	padding-left: 15px;
	background-image: url('../i/map-marker.png');
	background-repeat: no-repeat;
	background-position: left center;
}
.input .fast-search-name-p-d{
	display: block;
	margin-top: 10px;
}
.input .fast-search-name-m-b{
	margin-bottom: 10px;
}
.input .fast-search-price-img{
	display: block;
	width: 18%;
	float: left;
}
.input .fast-search-price-img-2{
	display: block;
	width: 79%;
	float: left;
}
.input .searRed{
	background-color:#ef0303;
}
.input .searBlue{
	background-color:#0066a4;
}
.input .searOrang{
	background-color:#ef6b03;
}