/*
1. Body Structure
2. Main Wrapper content
3. Button
4. Tabs
5. Real Estate Widget Styles
6. Job Search Widget Styles
7. Motors Search Widget Styles
8. Featured Jobs 



*/


/* 1. Body Structure Attributes *******************************************/
.aiClearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.aiClearfix {display:inline-block;}

html[xmlns] .aiClearfix {display:block;}

.aion-top {z-index:1000;} /* (( This is the JQuery z-index fix )) */

form {
    margin:0;
    padding:0;
}

/* 2. Main Wrapper Content *******************************************/

.aiQSWidgetWrapper {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:14px;
    color:#000;
    width: 300px;
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;
    border-radius:4px;
    border:1px solid #ccc;
	background:transparent url(/platform/images/common/search/backgroundQuickSearchGry.jpg) repeat-x left bottom;
}

.aiQSWidgetContent {
    margin: 0 5px 0 5px;
    width: 290px;
}

.aiQSWidgetContent span {
	font-weight: bold;
}


.aiFormDivider {
    border-bottom: 1px solid #ccc;
    margin: 10px 0 10px 0}

.aiButtonRadio {
    position:relative;
    border:0}

.aiQSType {margin-top: 8px}

.aiQSLocationRight {
    float: right;
    *margin-top:-5px;
}

.aiQSType span {
	font-size: 11px;
	*font-size: 10px;
	margin-left: -2px;
	*margin-left: -4px;
	*margin-right: -3px;
}
.aiQSType input {margin:0}

.aiQSLocationLeft {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 2px;
}

.aiQSLocationWrapper .aiQSLocationLeft {
	width: 120px;
}

.aiQSWidgetInput {
    border:1px solid #ccc;
    color: #666;
    position:relative;
    margin:0 7px 0 0;
    padding:5px 1px;
    *padding:3px 1px;
    font-size:13;
    *height:26px;   
}
.aiFormSm {width:70px}
.aiFormMd {}
.aiFormLg {width:280px}


.multiSelect {
    position:relative;
    border:1px solid #ccc;
    color:#666;
    float:right;
    margin:0 7px 7px 0;
    padding:5px 1px;
    *padding:3px 1px;
    font-size:13;
    *height:26px;
    width:280px;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.multiSelect.hover {border:1px solid #ccc;}

.multiSelect.active, 
.multiSelect.focus {border:1px solid #ccc;}

.multiSelect.active {}

.multiSelectOptions {
    width:280px;
    margin-top:-1px;
    overflow:auto;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    text-align:left;
}   

.multiSelectOptions label {display:block}

.multiSelect {
    border-color:#ccc;
    background:#fff url(/platform/images/common/search/dropdown_active.gif) right center no-repeat;
    color:#666;
}

.multiSelect.hover {
    background:#fff url(/platform/images/common/search/dropdown_active.gif) right center no-repeat;
    border-color:#ccc;
}

.multiSelect.active, 
.multiSelect.focus {border-color:#ccc;}

.multiSelect.active {background:#fff url(/platform/images/common/search/dropdown_active.gif) right center no-repeat;}

.multiSelectOptions {
    border-color:#ccc;
    background-color:#fff;
}

.multiSelectOptions label {}
.multiSelectOptions label.checked {background-color:#fff;}
.multiSelectOptions label.selectAll {border-bottom:#ccc;}
.multiSelectOptions label.hover {background-color:#efeeee;}

.checkbox_list {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
.aiQSWidgetContent .aiTextDescription {
	font-weight: normal;
	font-size: 10px;
}
.aiQSHR {
	margin-top: 12px;
}

/*
h3 {
	color: #485867;
	font-size: 14px;
}
*/



/* 3. Button *******************************************/
.aiButtonWrapper {margin:10px 0 10px 0}
.aiButtonAlignCenter {text-align:center}
/* build the common structure */
.aiButtonDefault {
    cursor:pointer;
    font-weight:bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    text-decoration:none;
    color:#000;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;
    border-radius:4px;
    border:1px solid #ccc;
    *border:1px solid #fff;
    display:block-inline;
    margin:0;
}
a.aiButtonDefault {border:1px solid #ccc;}

/* fix unique ms form field */
input.aiButtonDefault {overflow:visible;}

/* make standard form elements the same size */
div.aiButton {display:inline;position:relative;}
.aiButtonMd {padding:3px 9px;font-size:100%;}

/* make FireFox form elements the same size */
@-moz-document url-prefix() {a.aiButtonMd {padding:4px 9px;}}

/* style the elements */
.aiButtonOrange {background:#ccc url(/platform/images/common/buttons/orangeButtonOff.gif) repeat-x bottom;} /* default orange button */
.aiButtonOrange:hover {background:#ccc url(/platform/images/common/buttons/orangeButtonOn.gif) repeat-x top;} /* default orange button hover */

.aiWidgetBtnCenter {text-align: center; width: 100%; margin-top: 5px;}

/* 4. Tabs *******************************************/

/* (( Basic Tab )) */

ul.aiWidgetTabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	/*border-bottom: 1px solid #ccc;*/
	border-left: 1px solid #ccc;
	width: 298px;
}
ul.aiWidgetTabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #ccc;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.aiWidgetTabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 11px;
	padding: 0 8px;

	outline: none;
}

ul.aiWidgetTabs li a:hover {
	background: #ccc;
}
html ul.aiWidgetTabs li.active, html ul.aiWidgetTabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
/* Content Wrapper for Tabs */
.aiQSWidgetTabsContentWrapper {
	margin: 0;
	padding: 0;
}

.aiQSWidgetTabsContentWrapper .aiQSLocationWrapper {margin-top: 5px}
	


/* 5. Real Estate Widget Styles *******************************************/
.aiQSType span, .aiQSLocationWrapper .aiQSLocationRight span, #priceField span {
	font-weight:  normal;
	font-size: 11px;
}
#priceField span {vertical-align:middle;}
.aiQSBath {
    float: left;
    margin:0 7px 7px 0;
    padding:1px 1px;    
    *padding:4px 1px;
    }
.aiQSBed {
    float:left;
    margin:0 7px 7px 0;
    padding:1px 1px;    
    *padding:4px 1px;
}   
.aiQSBed span, .aiQSBath span {
	display: block;
	margin-bottom: 2px
}
.aiQSType span, .aiQSLocationWrapper .aiQSLocationRight span, #priceField span {
	font-weight:  normal;
	font-size: 11px;
}
/* (( Optional Fields )) */

.aiQSSquareFt span {
	display: block;
	margin-bottom: 2px
}

.aiQSSquareFt {
	margin-bottom: 8px;
}

.aiQSKeyword .aiLocationInput {
	display: block;
	float: none;
	width: 280px;
	border: 1px solid #ccc;
	margin: 0 7px 7px 0;
	padding: 5px 1px;
}

.aiQSMinLotSize span {
	display: block;
}
#lotSize .aiLocationInput {
	width: 50px;
	float: none;
}

.aiQSShowOnly ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.aiQSShowOnly li span {
	font-weight: normal;
}
.aiQSbuttonSpacer {
	height: 10px;
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
}
/* (( Featured Property Widget)) */
.aiFeaturedPropertyContainer, .aiFeaturedPropertyViewAllLink, .aiFeaturedPropertyWidgetHelp {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}
.aiFeaturedPropertyViewAllLink, .aiFeaturedPropertyWidgetHelp {margin-top: 5px}	
.aiFeaturedPropertyThumbnail img {border: none}	
.aiFeaturedPropertyContainer {padding: 8px;}
.aiFeaturedPropertyWidgetContainer {vertical-align: top;}


.aiFeaturedPropertyMore a:link, .aiFeaturedPropertyMore a:active, .aiFeaturedPropertyMore a:visited, .aiFeaturedPropertyMore a:hover, 
.aiFeaturedPropertyViewAllLink a:link, aiFeaturedPropertyViewAllLink a:active, aiFeaturedPropertyViewAllLink a:visited, aiFeaturedPropertyViewAllLink a:hover,
.aiFeaturedPropertyWidgetHelp a:link, aiFeaturedPropertyWidgetHelp a:active, aiFeaturedPropertyWidgetHelp a:visited, aiFeaturedPropertyWidgetHelp a:hover {color: #485867;}


/* 6. Job Search Widget Styles *******************************************/

.aiQSJobKeyword, .aiQSLocationWrapper, .aiQSAdvancedKeyword, .aiQSJobCategory, .aiQSJobType, 
.aiQSRadius, .aiQSJobStatus, .aiQSCareerLevel, .aiQSJobSource, 
.aiQSSalary, .aiQSEducation, .aiQSWorkShift, 
.aiQSCompanySize, .aiQSCompanyType, .aiQSIndustry, 
.aiQSDisplayType, .aiQSSortOrder, .aiQSResultsPerPage, 
.aiQSiModifiedDate {margin-top: 10px}

.aiQSJobKeyword span, .aiQSRadius span {text-align:left}

/* (( Optional Fields )) */
 {margin: 10px 0 10px 0}

.aiQSWidgetContent .aiQSAdvKeywordExactPhrase span, 
.aiQSWidgetContent .aiQSAdvKeywordContainOne span, 
.aiQSWidgetContent .aiQSAdvKeywordCompanyName span, 
.aiQSWidgetContent .aiQSAdvKeywordExclude span {
	display: block;
	font-weight: normal;
	font-size: 10px;
}
.aiQSDisplayType span, .aiQSSortOrder span, .aiQSResultsPerPage span, .aiQSiModifiedDate span {
	display: block;
	}

.aiQSWidgetContent .aiQSDisplayType span, 
.aiQSWidgetContent .aiQSSortOrder span, 
.aiQSWidgetContent .aiQSResultsPerPage span, 
.aiQSWidgetContent .aiQSiModifiedDate span {font-weight:normal}

.aiQSSalary span {display:block}
/* 7. Motors Search Widget Styles *******************************************/

.aiQSWidgetMotors,
.aiQSWidgetMotorsNarrow {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:14px;
    float: left;
}
.aiQSWidgetMotors {
    width: 645px;
}
.aiQSWidgetMotorsNarrow {
    width: 309px;
}

.aiQSWidgetMotors a:link, 
.aiQSWidgetMotors a:visited {
    color:#485867;
    text-decoration:underline;
}

.aiQSHolder {
    margin: 13px auto;
    position: relative;
    width: 619px;
}
.aiQSHolderNarrow {
    margin: 13px auto;
    position: relative;
    width: 299px;
}

/*
hr {
    background-color: #CCCCCC;
    border: medium none;
    height: 1px;
    margin: 10px 0;
    width: 100%;
}
*/
.aiQSHolderIndent {
    margin-left: 40px;
}
.aiQSHolderFloat {
    float: left;
}
.aiqsRow {
    width:100%;
    margin-bottom:10px;
    vertical-align:top;
}
.aiQSWidgetWrapper h2 {
    font-size:15px;
    letter-spacing:-1px;
    font-weight:bold;
    margin: 10px 0 4px 10px;
    color:#485867;
}
.aiQSPosition {
    float: left;
}
.aiQSPosition ul.checkbox_list {
    margin: 0px;
    padding: 0px;
}
.aiQSPosition ul.checkbox_list li {
    display: inline;
}

.aiqsText { text-align: right;}
.aiqsTextRight { text-align: right; width: 60px;}
.aiqsTextLeft { text-align: right; width: 80px;}

.aiQSWidgetMotorsNarrow .aiqsTextLeft { text-align: right; width: 90px;}

.aiqsText,
.aiqsFormElement,
.aiqsFormLast,
.aiMoreOptionsToggle,
.aiLessOptionsToggle,
.aiLocationDistance {
    color:#666;
    float:left;
    margin-right:10px;
    font-weight:bold;
}


.aiQSMakeModel {
    width: 180px;
}
.aiQSVehicleType {
    width: 180px;
}

.aiFormRowLabel {
    text-align:left;
    font-weight:bold;
    color:#666;
}

.aiFormSmall {width:57px !important;}
.aiFormInputXXSm {width:60px;}
.aiFormInputLrg {width:250px;}
.aiLocationInput {width:156px;}

.aiFormInputSm,
.aiFormInputXXSm,
.aiFormInputLrg,
.aiLocationInput {
    position:relative;
    border:1px solid #ccc;
    color:#666;
    margin:0 7px 7px 0;
    padding:5px 1px;
    *padding:3px 1px;
    *height:16px;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.aiASDisplay {
    float: left;
}
.aiHideDisplayPrefs .aiASDisplay {
    margin: 0 5px;
}

.aiHideView {
    width: 120px;
}

.aiqsRow .aiGoButtonCenter {
    position:relative;
    margin: 0px auto;
    float:none;
    width:100px;
}

/* 8. Classifieds Search Widget Styles *******************************************/

.aiGCQSWidgetWrapperWide {width: 645px;}

.aiGCQSWidgetContentWide {
    margin: 5px auto;
    margin: 5px 0px 5px 8px \0/;
    position: relative;
    width: 625px;
}
.aiGCQuickSearch,
.aiGCQuickSearchVert {
    margin-top: 5px;
}
.aiGCRowOneWrapper {
    width: 100%; 
}

#classifiedSearch .aiqsKeywords .aiqsLabel label,
#classifiedSearch .aiqsKeywordsVert .aiqsLabel label,
#classifiedSearch .aiqsLocation .aiqsLabel,
#classifiedSearch .aiqsLocationVert .aiqsLabel,
#classifiedSearch .aiqsRadius .aiqsLabel,
#classifiedSearch .aiqsRadiusVert .aiqslabel,
#classifiedSearch .aiqsCategory .aiqsLabel,
#classifiedSearch .aiqsCategoryVert .aiqsLabel {
    color: #666666;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}
#classifiedSearch .aiqsKeywords,
#classifiedSearch .aiqsKeywordsVert,
#classifiedSearch .aiqsCategory,
#classifiedSearch .aiqsCategoryVert,
#classifiedSearch .aiqsLocation,
#classifiedSearch .aiqsLocationVert,
#classifiedSearch .aiqsRadius {
    float: left;   
}
    #classifiedSearch .aiqsRadius {
        margin-top: 0px;   
    }

#classifiedSearch .aiqsKeywords .aiLocationInput {width: 160px; padding: 4px 1px 5px 1px; height: 21px !important \0/;}
#classifiedSearch .aiqsLocation .aiLocationInput {width: 150px; padding: 4px 1px 5px 1px; height: 21px !important \0/;}

#classifiedSearch .aiqsKeywordsVert .aiLocationInput {width: 285px; padding: 4px 1px 5px 1px; height: 21px !important \0/;}
#classifiedSearch .aiqsLocationVert .aiLocationInput {width: 230px; padding: 4px 1px 5px 1px; height: 21px !important \0/;}

#classifiedSearch .aiqsCategory select {width: 235px; margin: 0 7px 7px 0;}
#classifiedSearch .aiqsCategoryVert select {width: 285px; margin: 0 7px 7px 0;}
#classifiedSearch .aiqsRadius select {width: 50px;}

#classifiedSearch .aiLocationInput {
    position:relative;
    border:1px solid #ccc;
    color:#666;
    margin:0 7px 7px 0;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#classifiedSearch .aiqsCategory select,
#classifiedSearch .aiqsCategoryVert select,
#classifiedSearch .aiqsRadius select {
    border: 1px solid #ccc;
    color: #666666;
    padding: 4px 0;
    height: 24px \0/;
    font-size: 11px \0/;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #classifiedSearch .aiqsCategory select,
    #classifiedSearch .aiqsCategoryVert select,
    #classifiedSearch .aiqsRadius select {height: 24px;}
}

#classifiedSearch .aiLocationDistance {margin-right: 0px;}

.aiRefineButtonAlignment {
    float: left;
    margin: 5px 0 10px;
    position: relative;
    text-align: center;
    width: 100%;
}

/* 8. Featured Jobs Widget ************************************************/


/* 8. Volume Discount ************************************************/
.aiVolumeDiscountBody {
    padding: 0px;
    margin: 10px 1px 0 1px;
}
.aiVolumeDiscountMedia2Col {
    width: 354px;
}
.aiVolumeDiscountMedia3Col {
    width: 232px;
}
.aiVolumeDiscountContainer {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:14px;
    color:#000;
    
}
.aiVolumePromoText {
    text-align: center;
    font-weight: bold;
    padding: 0 0 15px 0;
    line-height: 18px;
}
.aiVolumeProdSelect {
    border-top: 1px dashed #CCCCCC;
    padding: 5px 0;
    text-align: left;
}
.aiVolumeProdSelect select {
    width: 222px;
    font-size: 12px;
    padding: 2px;
}
.aiVolumeProdDesc {
    border-bottom: 1px dotted #CCCCCC;
    padding-bottom: 7px;
    line-height: 16px;
}
.aiVolumeDiscountContainer table {
    font-size: 12px;
    width: 100%;
    collapse-border: collasped;
    text-align: center;
    margin: 3px 0;
}
.aiVolumeDiscountContainer th {
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #d1d1d1;
}
.aiVolumeDiscountContainer tr:nth-child(odd) { background-color:#f5f5f5;}
.aiVolumeDiscountContainer tr:nth-child(even) { background-color:#fff;}
.aiVolumeDiscountContainer td {border-bottom: 1px solid #d1d1d1;}
.aiVolumePriceEach {
    text-align: right;
    width: 33%;
}
.aiVolumeSavings{
    text-align: right;
    width: 33%;
}
.aiVolumeRange {
    text-align: left;
    width: 33%;
}
.aiVolumeTextLeft {
    text-align: left;
}
.aiVolumeTextRight {
    text-align: right;
}

.aiVolumeDiscountContainer table tr.selected {
    background: #d9e7f2;
}
.aiVolumeDiscountContainer table tr.selected {
    font-weight: bold; 
}
.aiVolumeDiscountContainer table tr.selected .price, .aiVolumeDiscountContainer table tr.selected .range {
    color: #0050a1;
}
.aiVolumeDiscountContainer table tr.selected .savings {
    color: #006718;
}
.aiVolumeTotal {
    width: 100%;
}
.aiVolumeTotalLabel {
    font-weight: bold;
    float: left;
}
.aiVolumeTotalPrice {
    font-weight: bold;
    float: right;
    color: #006718;
}
.aiVolumePurchaseQty {
    width: 100%;
    text-align: center;
}
