#live-search {
	width:190px;
	position:absolute;
	z-index:1000;
	padding:5px 0px;
	margin-top: 5px;
	background-color:#222222;
	border: 1px solid #cccccc;
	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:0px 5px;
	background-color:#222;
	min-height:40px;
	clear:both;
}
#live-search ul li:nth-child(even) {
	background-color: #222;
}
#live-search ul li:hover {
	background-color:#222;
}
#live-search ul li a{
	text-decoration: none;
	float:left;
}
#live-search ul li .product-image{
	float:left;
	margin-right:5px;
}
.product-name{
	color:#ccc;
	font-size:12px;
}

#live-search ul li .product-name p{
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	color:#ccc;
	margin:0px;
	padding-bottom:8px;
	display:inline-block;
	float:left;
	border-bottom:1px solid #17aeed;
}
#live-search ul li .product-name{
	font-weight: bold;
	width:100%;
	border:0px solid #B8FF00;
}
#live-search ul li .product-price {
	text-align: right;
	font-weight: bold;
	float:right;
	margin-top:10px;
	width:15%;
}
#live-search ul li .product-price .price{
	color: #ccc;
	display:block;
}
#live-search ul li .product-price .special{
	color: #ccc;
	text-decoration: line-through;
	display:block;
}

#live-search .product-price > .special {
	margin-top: -5px;
}