﻿#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:175px;	/* Width of box */
		max-height:250px;	/* Height of box */
		overflow-y:auto;	/* Scrolling features */
		overflow-x:hidden;
		border:1px solid #868686;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
        font-size:12px;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		color:#545454;
        height:auto;
        padding:4px 5px;
        cursor:pointer;
        border-bottom:1px solid #9e9e9e;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		color:#fff;
		background:#ff7800;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
