/* CSS Document */



div#input		{width:180px; height:28px; padding:2px; border:none; position:relative; background: url(../img/item_list.jpg) no-repeat; padding:5px;}

div#selects		{color:#808383; font-size:13px; height: 100px; width:427px; overflow:auto; display:none; 

			position:absolute; left: 7px; top: 24px; 

			background-color: white; border: 1px solid #FF8F02; }

div#selects a		{color:#808383; font-size:13px; text-decoration:none; font-weight: normal}

div#selects a.orange {color:#FF8F02}

div#selects a:hover {}

div#selects.shown	{display:none; border-top: 1px solid #FF8F02; padding:5px}



div#index_input		{height:28px; width:443px; padding:2px; border:none; position:relative; background:url(../img/bot_select_bg.gif) no-repeat;padding:5px; padding-left:15px; clear:both}

