/*** bug ie zindex ***/
.bea-portal-body-header { z-index:1000\9;}

/*** bug ie layer bonsplans ***/
.bea-portal-book-primary { position:relative; margin-top:30px;}


#divSuggestions /* the div that will be placed next to the search box */
{		
	z-index:10000;/* z-index for the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	width:240px;
	position:relative;
	display:block;
	background:#000000;
	top:25px;

}
#divSuggestions .yui-ac-content /* the content that will be placed inside the div */
{
	position:absolute; /* the content will be placed inside the div */
	left:0; /* distance from the left-top point of the div */
	top:0; /* distance from the left-top point of the div */
	border:1px solid #e2006e; /* border of the content div */
	background-color:#ebebeb;  /* background color for content */
	overflow:hidden; /* show/hide content flowing from the div */
	text-align:left; /* text-align of content */
	z-index:11000; /* z-index for the content */	
	width:240px; /* width of the content */
}

#divSuggestions ul /* the list of suggestions */
{	
	margin:0; /* margins for the ul */
	padding:0; /* padding for the ul */
	width:100%; /* size relative to the content */
}
#divSuggestions li /* a suggestion */
{
	padding:0 0 0 10px; /* padding for the suggestion */
	cursor:default; /* cursor type when hovering over a suggestion */
	white-space:wrap; /* break/don't break lines beyond the end of the li */
	cursor: pointer;
}
#divSuggestions li.ACQueryItem /* a suggestion */
{
	line-height:1.6; /* default line height for suggestions */
}
#divSuggestions li.ACProductItem
{
	line-height:1pt;
	cursor: pointer;
	background-color:White; /* background color for the product suggetions */
}
#divSuggestions li.ACHeaderItem /* a header */
{
	padding: 5px 0px 5px 10px;
	background-color:#e2006e;/* background color for the suggestion's heder, ie: Queries, Products */
	font-size:12px; /* font size for the headers */
	color:#ffffff; /* color for the font */		
}
#divSuggestions li.yui-ac-highlight /* highlighted suggestion */
{
	background-color:#ffffff; /* background color for highlighted content */
	color:#444444; /* color for highlighted content */	
}
.ACproductText /* a product suggestion */
{
	font-family:Arial, Helvetica, sans-serif; /* font for the suggestions */
	font-size:12px; /* font size for the product suggestions */
	color:#444444; /* font color for the product suggestions */
	vertical-align:top;
	padding-top:5px;
}
.ACProduct /* a product suggestion */
{
	width:100%;
	margin:0;
	padding:2;
	background-color:#ebebeb;
}

.ACProduct:hover {background-color:#ffffff;}
.ACProductImageCell
{
	margin:0;
	padding:0px 5px 0px 0px;
}
img.ACProductImage /* product's image */
{
	width:45px; /* width */
	height:45px; /* height */
}
.Seperator /* Seperator between products */
{
	margin:2px 0px 0px 0px;
	width:95%;
	border-top:1px solid silver;
	font-size:1pt;
}
