#live-search {
	width: 100%;
    position: absolute;
	top: 100%;
    z-index: 1001;
    padding: 5px 0px;
    background-color: #FFF;
    display: none;
    -webkit-box-shadow: 0px 7px 10px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0px 7px 10px 0 rgba(0,0,0,.2);
    box-shadow: 0px 7px 10px 0 rgba(0,0,0,.2);
	border-top: 1px solid #ededed;
}
#live-search .loading{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#live-search ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
#live-search ul li {
	cursor:pointer;
	padding:5px;
	margin:0px 5px;
	background-color:#FFF;
	min-height:40px;
	clear:both;
	font-size: 15px;
}
#live-search ul li:hover {
	background-color:#f6f6f7;
}
#live-search ul li a{
	text-decoration: none;
	display:block;
}
#live-search ul li .product-image{
	float:left;
	margin-right:5px;
}
#live-search ul li .product-name p{
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	color:#555555;
	margin:0px;
	padding:0px;
}
#live-search ul li .product-name{
	float: left;
    width: 60%;
    color: #333;
    font-size: 13px;
    padding-left: 10px;
}
#live-search ul li .product-price {
	float: right;
}
#live-search ul li .product-price .price{
	color: #333333;
    display: block;
    float: none;
    position: static;
    font-weight: 700;
    font-size: 16px;
}
#live-search ul li .product-price .special{
	color: #999;
    text-decoration: line-through;
	font-size: 13px;
}

#live-search .product-price > .special {
	margin-top: -5px;
}

#live-search .result-text {
	margin-top: 20px;
    font-weight: 400;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    background-color: #f6f6f7;
    padding: 7px;
}
#live-search .result-text>a {
	color: #545454;
}
#live-search .result-text>a:hover {
	color: #247bff;
}