/**
 * 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
 */

#vm_ajax_search_search_str2{
	float: left;

}
#vm_ajax_search_results2{
 display: none;
 position: relative;
 width: 100%;
 float: left;
 background-color: white;
}
.vm_ajax_search_results2{
	border: 1px #333 solid;
}
#vm_ajax_search_results2 #vm_ajax_search_link2{
	float: right;
	
	color:#ccc;
	
}
#vm_ajax_search_results2 .vm_ajax_search_header2{
	font-weight: bold;
	font-size: 10px;
	background-color: #333;
	
	color:#ccc;
	margin-bottom: 5px;
	float: left;
	width: 100%;
}

#vm_ajax_search_results2 h3{
	color: #000;
	
	float: left;
	clear: both;
	width: 100%;
}
#vm_ajax_search_link2 {
 float: left;
}
#vm_ajax_search_results2 span{
	line-height: 100%;
}
#vm_ajax_search_results2 .vm_ajax_search_row_1{
	
	background-color: #FFF;
	cursor: hand;
	
	width: 94%;
	float: left;
	margin-left: 3%;
	margin-right: 3%;
}

#vm_ajax_search_results2 .vm_ajax_search_row_1:hover {
 background-color: #ccc;
}

#vm_ajax_search_results2 .vm_ajax_search_row_2:hover {
 background-color: #ccc;
}
#vm_ajax_search_results2 .vm_ajax_search_row_2{
	cursor: hand;
	background-color: #EEE;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	float: left;
}
#vm_ajax_search_results2 .vm_ajax_search_row_btm{
	font-weight: bold;
	font-size: 14px;
	background-color: #333;
	
	float: left;
}

/* postions timer in search box****/
#vm_ajax_search_timer2 {
	position: absolute; 
	top: 33px; 
	left: 135px;
	width: 16px;
}
/* 3 letter min message****/
#vm_ajax_search_3letters2 {
	color:red;
}