/**
 * 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;
	padding:2px 10px;
	width:155px;

}
#vm_ajax_search_results2{
 display: none;
 position: absolute;
 width: 230px;
 float: left;
 z-index:1004;
}
.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;
	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: 100%;
	float: left;
}

#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;
	width: 100%;
	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;
}
#pp_search2{
	right:160px;
    margin-top: 9px;
    position: absolute;
    z-index: 1003;
}
