﻿#ajax_listOfOptions{

  position:absolute;  /* Never change this one */

  width:296px;  /* Width of box */

  height:auto !important;  /* Height of box */

  /*overflow:auto;   Scrolling features */

  /* border:1px solid #317082;  Dark green border */

  /*background-color:#F7BEE7;   White background color */

  text-align:left;

  font-family:verdana;

      font-size:12px;
      height:227px !important;
      overflow:scroll;
      overflow-x: hidden;

  z-index:100;

 /* background:url(../../images/test_shad1.png) no-repeat center top;*/
 border:1px solid #c8c8c8 !important;
 background-color:#fff !important;
 padding:5px 15px !important;
 border-right:4px solid #000 !important;
 border-bottom:4px solid #000 !important;
 border-top:0px !importnat;
}
.MainSearch
	{
		background:white;
		width:321px !important;
		z-index:1200;
		height:150px;
		padding:0px 3px 0px 3px !important;
		overflow-y:auto !important ;
		white-space: nowrap;
		font-family:Verdana;
		font-size:12px;
		border:solid 1px #cccccc;
		border-right:4px solid #000 !important;
		border-bottom:4px solid #000 !important;
		border-top:0px !importnat;
		line-height:18px
	}
	.MainSearch li
	{
		padding-top:5px;
	}
	.highlightsearch 
	{
		background-color : #fff000;
	}
