@charset "utf-8";
/* CSS Document */
.close_box  {
position:absolute; 
top:1px; 
right:3px; 
font-weight:bold; 
font-size:17px;
cursor:pointer;
}
	
.float_box_holder {
float:right; 
width:360px;
}

.float_box {
position:absolute;
background-color:#fff;
margin-top:0px;
border:#999 solid 1px;
display:none;
text-align:left;
padding:5px;
color:#333;
width:360px;
z-index:900;
}

.float_box .required {
color:#000099;
font-weight:bold;
}

.float_box input {
margin-bottom:1px;
}

#IDX-searchNavWrapper {
display:none;
}

#featured-properties-container .IDX-showcasePrice {
color: #0877af;
font-weight:bold;
text-align:left;
width:120px;
float:left;
}

#featured-properties-container .IDX-showcaseAddress,#featured-properties-container .IDX-showcaseListingID {
font-size:11px;
color:303030;
text-align:left;
width:120px; 
float:left;
}

#IDX-main .IDX-warn,#IDX-main .required { color:#0a77af; }

.IDX-showcaseDetails {
padding-bottom:5px;
padding-top:5px;
float:right;
background:url(../images/sidebar_divider.gif) bottom no-repeat;
}

#featured-properties-container  .IDX-showcasePhoto img {
margin-right:5px;
width:85px;
border:#666666 solid 1px; 
float:left;
}



#IDX-resetButton:hover {
cursor:pointer;
background-color:#666666;
}

#IDX-submitButton:hover {
cursor:pointer;
background-color:#666666;
}

#IDX-officeDisplayName,#IDX-officeAddressNumber,#IDX-officeAddressExtra,#IDX-officeFaxLabel,#IDX-officeFax,#IDX-contactMapLink,#IDX-officePhoneLabel,#IDX-officePhone {
display:none;
}
/*#IDX-showcaseWrapper
- The outermost container which wraps around the entire showcase.*/

/*.IDX-showcaseDetails
- This wraps around individual property cells in the showcase.*/

/*.IDX-showcasePhoto
- The container which wraps around the photo. Use .IDX-showcasePhoto img { } to control the photo directly.*/

/*.IDX-showcasePrice
- Mainly used to control the font styles for the Listing Price.*/

/*.IDX-showcaseAddress
- Mainly used to control the font styles for the Listing Address.*/

/*.IDX-showcaseListingID
- This has limited control over the ListingID. 'display' and 'visibility' have been forced on for this particular style*/