/**
 * VM Live Product Search
 *
 * Used to process Ajax searches on a Virtuemart 1.1.2 Products.
 * Based on the excellent mod_pixsearch live search module designed by Henrik Hussfelt (henrik@pixpro.net - http://pixpro.net)
 * @author		John Connolly <webmaster@GJCWebdesign.com>
 * @package		mod_vm_live_product
 * @since		1.5
 * @version     0.3.0
 */

#vmlp_search_str{
	width: 150px;
}
#vmlp_results{
	z-index: 10000;
	position: absolute;
	width: 152px;
	float:right;
	background-color: #FFF;
	text-align: left;
	visibility: hidden;
}
.vmlp_results{
	border: 1px #333 solid;
}
#vmlp_results #vmlp_link{
	float: right;
	padding-right: 5px;
	color:#ccc;
}
#vmlp_results .vmlp_header{
	font-weight: bold;
	font-size: 14px;
	background-color: #333;
	padding: 4px;
	color:#ccc;
	margin-bottom: 5px;
}

#vmlp_results h3{
	color: #000;
	padding-bottom: 3px;
}
#vmlp_results span{
	line-height: 100%;
}
#vmlp_results .vmlp_row_1{
	
	background-color: #FFF;
	padding: 0 5px;
}
#vmlp_results .vmlp_row_2{
	
	background-color: #FFF;
	padding: 0 5px;
}
#vmlp_results .vmlp_row_btm{
	font-weight: bold;
	font-size: 14px;
	background-color: #333;
	padding: 4px;
}

/* postions timer in search box****/
#vmlp_timer {
	position: absolute; 
	top: 33px; 
	left: 135px;
	width: 16px;
}
/* 3 letter min message****/
#vmlp_3letters {
	color:red;
}