



div.suggestionsBox{
	float: none;
	clear: none;
	position: absolute;
	z-index: 1000;
	left: 75px;/* the x coordinates for the box*/
	list-style-type: decimal-leading-zero;
	background-color: #0d122f;	top: 23px; width: 350px;
}

#result {
	height:20px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	padding:5px;
	margin-bottom:10px;
	background-color:#FFFF99;
}

#suggestionList  ul li:hover {
	 
}

 ul#suggestmenu li:hover {
	 
}

 ul#suggestmenu   {
	position: relative;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-size:11px;

}

li#suggest_line {
position: relative;

}

/*
the link for a list item
*/
#search a.suggest_link{
	font-size:14px;
	text-decoration: none;
}
#search a.suggest_link:hover{
	font-size:14px;
	text-decoration: underline;
}
/*
for the navigation top and bottom
*/
.suggest_nav { 
	background-color:#eca402;
	color: #ffffff; clear:both;
	font-size: 11px;
	width:100%;
	float: left;
}
.navforward { float: left; padding: 2px; text-align: left; }

.navbackward { float: left;  padding: 2px; text-align: right; }
.navtitle {float: left; padding: 2px; text-align: center;}
.navclose {float: right;  padding: 2px;  text-align: right; }

/*
for the navigation top and bottom Vor
*/
.suggest_forward{
	
}
/*
for the navigation top and bottom Back
*/
.suggest_back{
	
}
/*
for the navigation top and bottom Clear
*/
.suggest_clear{
	
}

div.htrpopup{
    visibility:hidden;
    float: none;
	clear: none;
	position: absolute;
	z-index: 6;
	list-style-type: decimal-leading-zero;
	background-color: black; padding: 2px;
	left: -170px;  
	
}
#htr_details 
{
	position: absolute;
	left:200px;
	top:100px;
	width:300px;
	background-color:#f0f5FF;
	border: 1px solid #000;
	z-index: 50;
}
#htr_details_handle 
{
	background-color:#5588bb;
	padding:2px;
	text-align:center;
	font-weight:bold;
	color: #FFFFFF;
	vertical-align:middle;
}
#htr_details_content 
{
	padding:5px;
}
#close
{
	float:right;
	text-decoration:none;
	color:#FFFFFF;
}


.suggest_line_inner {float: left; width: 100%; position: relative;  }
ul#suggestmenu div:hover {background-color: silver; color: #000000;  }
.suggest_line_title {float: left; width: 340px; padding: 2px; }
.suggest_line_thumb {float: left; padding: 2px; }
