#acp_search_link	{
		color: rgb(255, 232, 153);
		font: normal normal bold 17px/1.2em Helvetica, Arial, sans-serif;
		transition: color 0.2s ease 0s;
		text-decoration:none;
}
#acp_search_link:hover	{
		color: rgb(51,51,51);
		transition: color 0.2s ease 0s;
		-webkit-transition-property: color;
		-webkit-transition-duration: 0.2s;
		-webkit-transition-timing-function: ease;
		-webkit-transition-delay: 0s;
}


.acp_modal_body {
	font: normal normal normal 17px/1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*transition: color 0.2s ease 0s;*/
	padding: 0;
	margin: 0;
	background-color: transparent;
 }
 
#isp_container {
	padding:0; margin:0;
}

#isp_container h1 {	padding:0;margin:0; font-size: 25px;	}
#isp_container p  {	color:#888;font-size: 16px/1.1em;	}
		
 /*
 #acp_magento_search_id_main_page { 
	width: 92%;
	padding: 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #222;
	background: #F7F7F7;
	outline: none;
	border-top: 1px solid #CCC;
	border-left:1px solid #CCC;
	border-right: 1px solid #E7E6E6;
	border-bottom: 1px solid #E7E6E6;
	margin:1px;
	font: normal normal normal 16px/1.1em "Helvetica Neue", Helvetica, Arial, sans-serif;

	background-image: url('http://clients.autocompleteplus.com/images/search_16.png');
	background-repeat: no-repeat;
	background-position: 96% 10px;	
}	

#acp_magento_search_id { 
	width: 90%;
	padding: 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #222;
	background: #F7F7F7;
	outline: none;
	border-top: 1px solid #CCC;
	border-left:1px solid #CCC;
	border-right: 1px solid #E7E6E6;
	border-bottom: 1px solid #E7E6E6;
	margin-left:20px;
	font: normal normal normal 16px/1.1em "Helvetica Neue", Helvetica, Arial, sans-serif;

	background-image: url('http://wix.instantsearchplus.com/wix_widget/images/search_16.png');
	background-repeat: no-repeat;
	background-position: 98% 10px;
	}
*/
 	
 
 #acp_header {
	background: url(http://wix.instantsearchplus.com/wix_widget/images/hd-bg.png);
	/*background-color:#eaeaea;*/
	padding-top: 20px;
	margin: 0;
	padding-left: 20px;
	padding-bottom: 1px;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCC; 
 }
 
 
 
	.search-container	{
		min-width:200px;
		width: 100%;
		overflow: hidden;
		height: 40px;
	}
	
	input.search-box {
		border-top: 1px solid #999999;
		border-left: 1px solid #AAA;
		border-bottom: 1px solid #CCCCCC;
		border-right: none;
		border-radius: 3px 0 0 3px;
		padding: 7px; /* 0px 7px 4px;*/
		font-size: 16px;
		/*font-family: 'Helvetica Neue',Helvetica,Arial,Georgia,"times new roman",times,serif;*/
		font-family:inherit;
		margin: 0px 0 16px;
		box-shadow: 0px 1px 6px -2px rgba(0, 0, 0, 0.5) inset;
		float: right;		
		line-height: 24px;
		height: 24px;
		width: 120px;
		
		-webkit-transition: width 0.0s linear;
		-moz-transition: width 0.0s linear;
		transition: width 0.0s linear;
		
	}
	
	input.search-box:focus{
		outline: 0px;
	}
	
	input[type=text]::-ms-clear{display: none; width : 0;    height: 0;	}


	.submit-button {
		background: #4796F0;
		padding: 0;
		background-image: linear-gradient(bottom, 			rgb(79,171,241) 100%, rgb(71,150,240) 0%);
		background-image: -o-linear-gradient(bottom, 		rgb(79,171,241) 100%, rgb(71,150,240) 0%);
		background-image: -moz-linear-gradient(bottom, 		rgb(79,171,241) 100%, rgb(71,150,240) 0%);
		background-image: -webkit-linear-gradient(bottom, 	rgb(79,171,241) 100%, rgb(71,150,240) 0%);
		background-image: -ms-linear-gradient(bottom, #4FABF1 100%, #4796F0 0%);
		background-image: -webkit-gradient( linear, left bottom, left top, color-stop(1, rgb(79,171,241)), color-stop(0, rgb(71,150,240)) );
		border-radius: 0 5px 5px 0;
		padding: 0px 3px;
		text-indent: -99999px;
		display: inline-block;
		float: right;
		border-right: 1px solid hsl(204, 80%, 50%);
		border-top: 1px solid hsl(204, 80%, 50%);
		border-bottom: 1px solid hsl(204, 40%, 50%);
		border-left: 1px solid hsl(204, 40%, 50%);
		height: 38px;
		cursor: pointer;
		width: 39px;
		min-width:39px;
		margin-right:5px;
	}
	
	
	

	.submit-button .img {
		background: url('../images/wix_widget_search2.png') 0 0 no-repeat;
		width: 20px;
		height: 22px;
		display: block;
		position: relative;
		bottom: 10px;
		margin-left: 9px;
	}


#search_res_container	{
	padding:20px
}

.search_res_item_title	{
	font-size: medium;	
}

.search_res_item_snippet	{
	color: #666;
	margin-bottom: 10px;
}

.search_res_img_container	{
	float:left;margin-right:5px;
}


.search_res_img	{
	width:40px;height:40px;
}

.search_res_img_text_p {
 color:inherit !important;
 margin:0;height:60px;
 overflow:hidden;	
}


.search_pager	{
	margin-right: 10px;
	font-size: small;
}

.search_pager_selected	{
	margin-right: 10px;
	font-weight: bold;
	font-size: smaller;
}

.search_footer_paging	{
	margin-top: 20px;
	margin-left: 10px;
}	

.search_res_not_found_msg	{
	border-bottom: 1px dotted #CCCCCC;
    clear: both;
    display: block;
    font-size: 14px;
    margin: 0px;
    padding-bottom: 5px;
	color: #dd4b39;
	padding-left:10px;
}

.search_res_found	{
	border-bottom: 1px dotted #CCCCCC;
    clear: both;
    display: block;
    font-size: 14px;
    margin: 0px;
    padding-bottom: 5px;
	padding-left: 10px;
}

.search_res_found_highlight	{
	background: none repeat scroll 0 0 #FFFFAA;
    text-decoration: inherit;
}

.search_res_not_found_highlight	{
	text-decoration: underline;
	font-weight:bold;
}

.search_res_not_found_site_url {
	text-decoration: underline;
}

.search_res_not_found a {
	font-weight:bold;
}

.search_res_did_you_mean	{
	color: #111;
}

.search_res_item { padding-left:10px;	}

.related_item {
	margin-right:10px;
}

.search_ads {
	background-color: #fff7ed;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 7px;
	margin-top: 3px;
	color: #666;
	width: 97%;
	font-size:16px; 
	padding-left:10px;
}

.isp_footer{
	position: absolute;
	bottom: 5px;
	right: 20px;
	font-family: Arial;
	font-size: 11px;
	color: #aaa;
	vertical-align: middle;	
	text-decoration:none;
}

.isp_footer_text {
	vertical-align: super;
	text-decoration: underline;
}

.box > h3 { 
	line-height: 33px;
}

.box { 
	margin-bottom: 5px;
}
