#live-search {
    width: 95%;
    position: absolute;
	top: 0;
    z-index: 1000;
    padding: 5px 0px;
    margin-top: 40px;
    margin-left: 20px;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-top: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 1px 1px #dddddd;
    display: none;
}
@media screen and (max-width: 1199px) {
	#live-search {
    margin-left: 16px;
    width: 93%;	
	}	
}
@media screen and (max-width: 991px) {
	#live-search {
    margin-left: 16px;
    width: 90%;
	}	
}
@media screen and (max-width: 767px) {
	#live-search {
    margin-left: 16px;
    width: 95%;
	}	
}
@media screen and (max-width: 565px) {
	#live-search {
    margin-left: 12px;
    width: 95%;
	}	
}
#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;
}
#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{
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	color:#555555;
	margin:0px;
	padding:0px;
}
#live-search ul li .product-name{
	font-weight: bold;
	float: left;
	width:60%;
	color: #222;
}
#live-search ul li .product-price {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	float:right;
	margin-top:10px;
	width:15%;
}
#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;
}

#live-search .result-text {
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	color:#555555;
	background-color:#e6ffff;

}
#live-search .result-text a {
	color: #222;
}