/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		margin: 0px;
		width:290px;
		height:350px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		/*background-color:#00*/
		
		background-color:#e7eaef;
		text-align:left;
		color: black;  
		z-index:3;
		font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
		font-size:12px;
		font-weight:normal;
		padding-bottom:10px;	
	}
	
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		padding:3px;
		cursor:pointer;
		font-size:12px;
		right: 0px; 
	}
	
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		padding: 3px;
		/* background-color:green; */
		color: #002B5C; 
	}   
		
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		color: white;
		background-color:#002B5C;		
		
	}	
	

	
	#ajax_listOfOptions .prodSectID{
		font-style: italic; 
	}
	

	#ajax_listOfOptions .filter{
		/*background-color:#000000;*/
		border:1px solid red;
	}
	
	#ajax_listOfOptions_iframe{
		/* background-color:#F00; */
		/*background-color: #2580a2;*/
		/*margin: 200;*/
		z-index:0;	
		top: -600px;
		right: 0px;
	}

	form{
		display:inline; 
	}  


