#live-search {
	width:100%;
	position:absolute;
	z-index:1000;
	padding: 0;
	margin-top: 30px;
	background-color:#FFF;
	border: 1px solid #DDD;
	display:none;
}
#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:0;
	background-color:#FFF;
	min-height:40px;
	clear:both;
}
#live-search ul li:nth-child(even) {
	background-color: #FAFAFA;
}
#live-search ul li:hover {
	background-color:#F0F7FA;
}
#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{
	float: left;
	font-size: 11px;
	width: 70%;
}
#live-search ul li .product-name{
	font-weight: 500;
	float: left;
	width:53%;
	font-weight: 500;
	line-height: 14px;
}
#live-search ul li .product-price {
	text-align: right;
	font-weight: 700;
	float:right;
}
#live-search ul li .product-price .price{
	color: #333333;
	display:block;
}
#live-search ul li .product-price .special{
	color: #FF0000;
	text-decoration: line-through;
	display:block;
}

#live-search .product-price > .special {
	margin-top: -5px;
}