﻿@import url(Settings.css);

/* Mini-search Control */
#aIDX-minisearch { width: 150px; }
	#aIDX-minisearch h2 { margin: .35em 0; padding: 0; background: url(images/label-minisearch.gif) no-repeat; height: 23px; overflow: hidden; }
	#aIDX-minisearch h2 b { display: none; }
	
	/* Begin Body */
	div.aIDX-minisearch { padding: 7px 7px 7px 11px;  }
		div.aIDX-minisearch-separator-h { background: url(images/dot-gray-horizontal.gif) 0% 80% repeat-x; padding: 6px 0 0; }
		
		ul.aIDX-minisearch, ul.aIDX-minisearch li { list-style-type: none; margin: 0; padding: 0; }
		ul.aIDX-minisearch li { margin: 0 0 .25em; }
		ul.aIDX-minisearch li br { display: none; }
		ul.aIDX-minisearch li label { display: block; float: left; width: 150px; margin: 0 .10em 0 0; padding: .25em 0; color: #6E6D6A; font-weight: bold; background: url(../images/common/arrows-gray-right.gif) 100% 60% no-repeat;}
		ul.aIDX-minisearch li span { font-size: 82%; margin: 0 .25em 0; color: #6E6D6A; }
		ul.aIDX-minisearch li select.aIDX-combobox-city, ul.aIDX-minisearch li input.aIDX-minisearch { font-size: 92%; color: #434341; border-width: 1px; }
			select.aIDX-combobox-city { width: 129px; }
			input.aIDX-minisearch { width: 88px; padding: 0 .25em; }
	
		/* Buttons */
			div.aIDX-minisearch-button { text-align: center; margin: 5px 0 0; }
			a.aIDX-minisearch-button { display: block; cursor: pointer; text-indent: -60000em; width: 83px; height: 20px; margin: 0 auto .10em; background: url(images/btn-list-results.png) 0% 0% no-repeat; }
			
	/* -------------------------------------------------------------------------------------------------------------
	/* The two following classes are top-level container css classes that are written to the page using IE specific
	/* conditional commenting.  This allows you to only override that which is incorrect without having to load an
	/* entirely separate css document for each of the target IE browsers.
	/*
	/* How To Implement an IE-Only override:
	/* div.IE7-adjust.aIDXMiniSearch div.aIDX-minisearch { width: 100%; border: 1px solid #000 }
	/* 
	/* .IE7-adjust is the class used to target IE 7
	/* .aIDXMiniSearch is the class assigned to the type of control, in this case, the AgentIDX Mini-Search Module
	/*
	/* By concatenating the two classes together, you increase the specificity of the css definition, ensuring that
	/* your overrides do, indeed, take effect only for the target browsers.
	/* -------------------------------------------------------------------------------------------------------------


	/* IE 7+ Adjustments */
	div.IE7-adjust.aIDXMiniSearch {  }
	
	/* IE 6- Adjustments */
	div.IE6-adjust.aIDXMiniSearch {  }