@charset "utf-8";

/* CSS Document

   domain-name.css

   * Defines CSS for overall layout and design

   *Modify CSS for established module layouts

   

-- */

         td {
            	margin:0px !important;
            }
            #IDX-showcaseWrapper /*- The outermost container which wraps around the entire showcase.*/ {
                width: 240px !important;
				
            }
            
            .IDX-showcaseDetails /*- This wraps around individual property cells in the showcase.*/ {
                width: 204px !important;
                /*margin: 10px;*/
                padding: 0 px;
				background-image:url(http://www.fairvueplantation.com/assets/featured.gif);
				
            }
            
            .IDX-showcasePhoto /*- The container which wraps around the photo. Use .IDX-showcasePhoto img { } to control the photo directly.*/ {
                /*margin: 1px;*/
				padding:20px 15px 0px 25px;
            
            }
            
				.IDX-showcasePhoto img {
					width: 179px;
					height: 120px;
					
				
            }
					
					
					
				
            
            .IDX-showcasePrice, .IDX-showcaseAddress, .IDX-showcaseListingID, .IDX-showcaseBeds, .IDX-showcaseBaths, .IDX-showcaseRemarks {
                font-size: 11px;
				color:#d9cab1;
                padding-left: 5px;
                text-align: center;
				line-height:16px;
            }
            
            .IDX-showcasePrice /*- Mainly used to control the font styles for the Listing Price.*/ {
			display:none;
            }
			
			
            
            .IDX-showcaseAddress /*- Mainly used to control the font styles for the Listing Address.*/ {
			font-weight:bold;
            }
            
            .IDX-showcaseListingID /*- This has limited control over the ListingID. 'display' and 'visibility' have been forced on for this particular style.*/ {
			display:none;
            }
            
            /*The fields below are "display:none;" by default, and must be changed in the css to "display:block !important;"*/
            .IDX-showcaseBeds /*- Mainly used to control the font styles for the bedroom field.*/ {
                display: none !important;
                float: left;
                padding-right: 20px;
                float: left;
				text-align:center;
            }
            
            .IDX-showcaseBaths /*- Mainly used to control the font styles for the bathroom field.*/ {
                display: none !important;
                float: left;
				text-align:center;
            }
            
            .IDX-showcaseRemarks /*- Mainly used to control the font styles for the agent remark field*/ {
            }
