#searchBox_Container span#leftCorner
{
	background:black url(../images/suggestBox/suggestField_left.gif) no-repeat;
	width:9px;
	height:18px;
	z-index:1;
	float:left;
}
#searchBox_Container span#rightCorner
{
	background:black url(../images/suggestBox/suggestField_right.gif) no-repeat;
	width:9px;
	height:18px;
	float:left;
}

input#searchBox
{
	float:left;
	width:110px;
	height:16px;
	background-color: #ffffff;
	color: #000;
	border: none;
}
#suggestBox.no_results
{
	display:none;
}
#suggestBox.results
{
	position: absolute;
	display:block;
	width: 291px;
	right: 5px;
	top:20px;
}

/*TITLE BAR*/
#search_results_wrapper
{
	border-style: none;
	display: block;
	right: -6px;
}
.search_results_wrapper_IE
{
	border-style: none;
	display: block;
	position:absolute;
	top:20px;
	right: -6px;
}
#search_results_wrapper div.result_titleBar
{	
	font-size: 12px;
	height:12px;
	width: 301px;	
	color: #fff;
	background: #3d3d3d repeat-x;
	padding: .3em;
	cursor: default;
	margin-bottom: 1px;
	text-indent: 2px;
}

#search_results_wrapper div.result_titleBar_IE,#search_results_wrapper li.more_results_IE
{	
	font-size: 12px;
	height:12px;
	width: 311px;	
	color: #fff;
	background: #3d3d3d repeat-x;
	padding: .3em;
	cursor: default;
	margin-bottom: 2px;
	text-indent: 2px;
	text-decoration: none;
}
/* PNG Fix */
img {
	behavior: url(css/iepngfix.htc);
}
/*
*****	LAST TAG FOR BOTTOM OF LIST
*/
#search_results_wrapper li.more_results
{
	font-size: 12px;
	height:12px;
	width: 299px;	
	color: #fff;
	background: #3d3d3d repeat-x;
	padding: .4em;
	padding-top:.1em;
	cursor: default;
	margin-bottom: 2px;
	text-indent: 2px;
	cursor:pointer;
}
#search_results_wrapper li.more_results img#arrow
{
	position: relative;
	display: inline;
	left: 15px;
	top:2px;
}
#search_results_wrapper li.more_results img#arrow.arrow_IE
{
	position: relative;
	height:25px;
	top:44px;
	left: 33px;
}
/*
*****	RESTLT BOX STYLES--
*/

#search_results_wrapper li.result_box
{
	
	height: 45px;
	width: 295px;
	background-color: #666666 ;
	border-bottom: #000000 thin solid;
	color:#000000 ;
	
	
}
.resseven{
	width: 297px;
}
#search_results_wrapper li.darker
{
	height: 45px;
	width: 295px;
	background-color: #333333 ;
	border-bottom: #000000 thin solid ;
	color:#ffffff;
	
}

#search_results_wrapper li a.result_anchor
{
	text-decoration: none;
	color: #000000;
	cursor: pointer;
	height: 100%;
	width: 104%;
	
}
#search_results_wrapper li a.result_anchor:hover, #search_results_wrapper li a.result_anchor_selected
{
	color: #ffffff;
	text-decoration: none;
	width: 104%;
}
#search_results_wrapper li a div.imgContainer
{
	position: relative;
	left: 5px;
	top: 5px;
	width: 70px;
	display: inline;
}


.result_product
{ font-family: verdana,arial,sans-serif; display: inline; position: absolute; left: 68px;padding-top: 5px;width: 81%;}
	
.title
{
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	display: inline;
	width: 200px;
}

div.model_num p
{
	display: inline;
	padding-right: 5px;
	font-weight: bold;
}
.model_num 
{
	font-size: 9px;
	font-weight: normal;
	text-align: right;
	margin-right: 2px;
	margin-top: -25px;
	
}
.copy_text
{
	font-weight: normal;
	font-size: 10px;
	display: block;
	margin: 0;
	padding-left: 0px;
	clear: both;
}

.product_subTitle
{
	font-weight: bold;
	font-size: 9px;
	display: inline;
	margin: 0;
	padding-left: 0px;
}