@charset "utf-8";
/***********************************************************************
 *	©2007 AAA All Rights Reserved
 *	Author - Ilene Jones
 ***********************************************************************/
/***********************************************************************
 * memberDiscountsCriteria.css
 * $Revision: 6748 $
 * $Date: 2012-02-01 16:36:04 -0500 (Wed, 01 Feb 2012) $
 * $Author: dwalker $
 ***********************************************************************/

.aaa2 .mainContent {
	padding-right: 5px;
	padding-left: 0px;
	width: 605px !important;
	width: 600px;
}
.aaa2 .pageHeader {
	padding-left: 5px;
}
.aaa2 h1 {
	margin: 0;
}

.aaa2 .memberDiscountSearch {
	padding: 10px;
}
.aaa2 .roundedCorners {
	border: 1px solid #BCD2E6;
	margin: 10px 0 20px 0;
	padding: 10px 20px;
	width: 560px;
}
.aaa2 .requiredTextSpacing {
	float: right;
}
.aaa2 .heading1 {
	margin-top: 0;
	margin-bottom: 0;
}
.aaa2 .heading2 {
	margin-top: 0;
}
.aaa2 .searchIntlLocation div {
	float: left;
	margin: 4px 10px 10px 0px;
}
.aaa2 .searchIntlLocation select option {
	font-style: normal;
}

.aaa2 .predictiveWrapperDiv input {
	width: 250px;
}
.aaa2 .searchLocation .submitSearch {
	float: right;
	margin-top: -34px;
/*	position: absolute;
	margin-left: 350px;
	width: 178px;
 */
}

.aaa2 .didYouMeanList .didYouMeanSuggestionDiv {
	/* sets max-height for IE */
	height: expression( this.scrollHeight > 55 ? "55px" : "auto" );
	/* sets max-height value for all standards-compliant browsers */
	max-height: 180px;
	overflow: auto;
	/* sets max-height for IE */
	height: expression( this.scrollWidth > 399 ? "400px" : "auto" );
	max-width: 400px;
}

/* testing ie */
.aaa2 .predictiveSuggestionDiv {
	top: auto;
	top: 20px !important;
}
.aaa2 .hideSuggestClass {
	width: 192px;
}
.aaa2 .predictiveSuggestionDiv {
}