@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;
clear:both;
}

.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;
}

.close_box {
color:#FF0000;
}

.close_box:hover {
color:#000000;
}

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

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

#IDX-searchNavWrapper {
display:none;
}

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

#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;
}

#featured-properties {
width:550px;
}

#featured-properties .IDX-showcasePhoto {
border:#EEEEEE solid 1px;
padding:5px;
margin-bottom:5px;
margin-top:3px;
height:84px;
width:114px;
}

#featured-properties .IDX-showcasePhoto img {
width:100%;
height:100%;
}

#featured-properties .IDX-showcaseDetails {
clear:both;
margin-top:5px;
background:url(../images/featured-divider.gif) no-repeat right;
text-align:center;
}

#featured-properties .IDX-showcaseDetails div{
text-align:left;
clear:both;
margin-bottom:4px;
margin:0 auto;
width:114px;
font-size:11px;
}

#featured-properties .IDX-showcasePrice {
color:#e13d22;
font-size:12px;
}

#featured-properties-vert .IDX-showcasePrice {
color: #FF0000;
font-weight:bold;
text-align:left;
margin-bottom:1px;
}

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

#featured-properties-vert  .IDX-showcasePhoto img {
width:84px;
height:63px;
border:#000 solid 3px;
float:left;
padding:0;
margin:0;
clear:both;
position:relative;
left:-10px;
}

#featured-properties-vert .IDX-showcaseDetails {
text-align:left;
padding-left:0px;
margin-left:0px;
line-height:17px;
background:url(../images/landing-divider.gif) bottom no-repeat;
}
/*#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*/
