﻿@import url(Settings.css);

/* Quick Search */
div.aIDX-quick-search {  }
div.aIDX-quick-search br { display: none; }
	div.aIDX-quick-search label { display: block; float: left; width: 88px; height: 22px; margin: 0 4px 0 0; text-indent: -3000em; background: url(images/label-quicksearch.png) 0% 100% no-repeat; cursor: default; }
	div.aIDX-quick-search span { display: block; float: left; margin: 0 4px 0 0; }
	div.aIDX-quick-search select { font-size: 92%; width: 107px; margin-top: 2px; }
	
	/* address specific elements */
	input.aIDX-quick-search-tbx { margin-top: 2px; border-width: 1px; font-size: 92%; padding: 2px 3px 1px; width: 111px; }
	a.aIDX-quick-search-button { display: block; width: 24px; height: 20px; text-indent: -30000em; background: url(images/idx-quicksearch.png) no-repeat; }
	div.aIDX-quick-search div.clear { clear: none; }
	
	/* Error CSS */
	div.aIDX-quick-search div.form-error { position: absolute; margin-top: -14px; color: #ff6000; font-weight: bold; font-size: 82%; margin-left: 25px; }
	div.aIDX-quick-search span.form-error { display: none; }
	
	/* -------------------------------------------------------------------------------------------------------------
	/* 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.aIDXQuickSearch span.aIDX-quick-search-ddl { background: #fff; }
	/* 
	/* .IE7-adjust is the class used to target IE 7
	/* .aIDXQuickSearch is the class assigned to the type of control, in this case, the AgentIDX Quick 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.aIDXQuickSearch {  }
	
	/* IE 6- Adjustments */
	div.IE6-adjust.aIDXQuickSearch {  }