﻿
	
	
	/* Big box with list of options */
	#ajax_listOfOptions{
	position: absolute; /* Never change this one */;
	min-width: 150px; /* Width of box */;
	overflow: auto; /* Scrolling features */;
	border: 1px #B1B1B1 solid;	/* Dark green border */
	background-color: #FFF; /* White background color */;
	text-align: left;
	z-index: 100;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:0px 0px 0px 0px;		
		padding:7px 5px 7px 5px;
		cursor:pointer;
		font-size:14px;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{
	/* Selected item in the list */
		background-color: #4986C2;
	color: #fff;
}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}



	/* Fsrc with list of options */
