@charset "UTF-8";

/* featured prop */


.featBreakoutBox {
	width: 288px;
	padding: 30px 14px 14px 14px;
	float:left;
	background:url(../images/black_trans_bg.png) repeat;
/*	margin-top: -167px; */
}

.featBreakoutBoxTitle {
	display: block;
	margin-bottom: 7px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 200%;
	font-weight:normal;
	letter-spacing: -1px;
}

.featBreakoutBoxSubTitle, .featBreakoutBoxTextLocation, .featBreakoutBoxTextGuidePrice {
	font-family: Helvetica, Arial, sans-serif;
	display:block;
	float:left;
	width: 175px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 4px;
}

.featBreakoutBoxTextLocation {
	color: #908155;
}

.featBreakoutBoxViewDetails {
	padding: 2px 5px;
	width: 100px;
	height: 16px;
	background:url(../images/btn_brown.gif);
	text-align: center;
	float:right;
}

.featBreakoutBoxViewDetails a {
	font-weight:bold;
}

/* listings */

.listingHeader {
	float:left;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid white;
	margin-bottom: 10px;
}

.listingTitle {
	display:block;
	margin: 0;
	float:left;
}

.listingTitle h2 {
	margin-top: -5px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 20px;
}


.listingOptions {
	float: left;
	margin-left: 25px;
}

.listingPageCounter {
	float: right;
}


.listingBody {
	float: left;
	clear:both;
	width: 100%;
}

.listingResultBox {
	padding: 5px 10px 25px 10px;
	border-bottom: 1px dashed #3f3f3f;
	margin-bottom: 10px;
	float:left;
	width: 626px;
}


.listingPhoto {
	float:left;
	vertical-align:top;
}

.listingContent {
	float:left;
	padding: 10px 14px 0px 25px;
	width: 310px;
}

.listingLocation, .listingPrice {
	font-size: 15px;
	float:left;
	width: 100%;	
}

.listingLocation {
	clear:left;
	color:#977F67;
}

.listingLocation a {
	color:#977F67;
}

.listingDescription {
	clear:both;
	color:#CCCCCC;
	margin: 17px 0;
	float:left;
	width: 100%;
}

.listingContactPhone, .listingContactEmail {
	float:left;
	clear:both;
	width: 100%;
}

.listingContent .sideBarBoxLink, .devListingContent .sideBarBoxLink {
	float: right;
}

.listingBedNum, .listingRecNum, .listingBathNum {
	color:#CCCCCC;
}

.listingBody p {
	color:#CCCCCC;
}

.listingBreakoutBox {
	float:right;
	margin-top: 40px;
	border-left: 1px solid #3f3f3f;
	padding: 8px 0 8px 18px;
}

.listingViewDetails {
	padding: 2px 5px;
	width: 100px;
	height: 16px;
	background:url(../images/btn_brown.gif);
	text-align: center;
	/*float:left;*/
	margin-top: 20px;
}

.listingViewDetails a {
	font-weight:bold;
}


.devListingContent {
	float:left;
	padding: 0px 18px 0px 25px;
	width: 400px;
}

.listingContent .sideBarBoxLink, .devListingContent .sideBarBoxLink {
	background:url(../images/btn_brown.gif);
	margin-top: 5px;
}

.listingContent .sideBarBoxLink a, .devListingContent .sideBarBoxLink a {
	color:#FFFFFF;
}

.devListingContent .listingLocation, .devListingContent  .listingPrice {
	width: 280px;
}

.devListingContent .listingDescription {
	margin-bottom: 0px;
}

.availabilityBox {
	margin-bottom: 20px;
}

.availabilityBox .titleText {
	color:#908155;
	font-size: 15px;
}

.enqBox {
	color:#f2f2f2;
}

.enqBox h3 {
	margin-bottom: 20px;
}


.enqBox .linkBox {
	width: 200px;
	float:left;
	margin-right: 40px;
}

.imageBar {
	margin-left: 10px;
	float:left;
	width: 190px;
	margin-right: -6px;
}

.imageBar img {
	margin: 0 6px 6px 0;
	float:left;
}


