#listings {
	border: 1px solid #999999;
	height: 147px;
	margin-bottom: 10px;
	background-image: url(images/bg-listings.jpg);
	background-repeat: repeat-x;
}

#centurylistings {
	border: 1px solid #999999;
	width: 385px;
	height: 96px;
	margin-bottom: 10px;
	background-image: url(images/bg-listings.jpg);
	background-repeat: repeat-x;
}

/* NORTHLANDER PARK MODEL LISTINGS */
#northlanderlistings {
	margin-bottom: 10px;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#northlanderlistingsdata {
	color: #000;
	margin-bottom: 5px;
	width: 387px;
}
#northlanderlistingsdata table {
	text-align:left;
}
#northlanderdescriptions {
	padding-bottom: 5px;
	padding-left: 3px;
}
#northlanderdescriptions p {
	font-weight: bold;
	padding-bottom: 5px;
}
/* END */

.imgtable {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#listingstitle {
	width: 384px;
	background-image: url(images/bg-listingstitle.jpg);
	background-repeat: repeat-x;
	background-position: left;
	height: 16px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: left;
	font-weight: bold;
	color: #333;
}
#listingstitledata {
	width: 384px;
	height: 16px;
	float: left;
	text-align: left;
	color: #333333;
}
#headings {
	margin-top: 2px;
}

/*------------------------------------------*/
/* NEW OFFICE LISTINGS & PARK MODEL LISTING */
/*------------------------------------------*/

#officelisting {  /* inside container */
	width: 386px;
	height: 118px;
	margin-left: 0px; /* 177px | if testing on full listing office page */
	margin-top: 4px;
	margin-bottom: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #CCC;
	display: block;
}

#insetphotoframe {
	width: 138px;
	float:left;
	margin-top:4px;
	margin-right: 8px;
	margin-bottom: 4px; }
#insettextframe {
	width: 240px; float:left; }	

.listingprice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0C0; /* Old colour was 009900 */
}

.listingpricesold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}

.listingtitle {  /* left column titles */
	width: 125px;
	height: 18px; /* adjusts height of rows */
	font-weight: bold;
	color: #00adff; /* 00adff = baby blue | 555 = dark brown */
}

.listingcontent {  /* right column content */
	width: 110px;
}

.listingtitleprice {
	font-weight: bold;
	color: #555; /* 00adff = baby blue | 555 = dark brown */
}
	

/*-----------------------------------*/

.dollaramount {
	/* background-color: #999;
	background-image: url(images/underpricebg.png);
	background-repeat: repeat-x;
	background-position: left; */
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009900;
	text-align: right;
	padding-right: 10px;
}
.sold {
	/* background-color: #999;
	background-image: url(images/underpricebg.png);
	background-repeat: repeat-x;
	background-position: left; */
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-align: right;
	padding-right: 10px;
}
.price {
	/* background-color: #999;
	background-image: url(images/underpricebg.png);
	background-repeat: repeat-x;
	background-position: left; */
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: left;
	text-indent: 10px;
}
#listingdescription {
	float: left;
	width: 379px;
	margin-top: 5px;
	height: 55px;
	margin-left: 5px;
}
#viewerchoices {
	float: left;
	width: 379px;
	margin-top: 0px;
	height: 50px;
	margin-left: 5px;
}
#viewerchoices td {
	font-weight:bold;
	vertical-align: middle;
}
#listingsimg {
	float: none;
}
.descriptionpadding {
	padding-top: 5px;
}
#listingstitlecsa {
	width: 387px;
	height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: bold;
	color: #0066CC;
	background-repeat: repeat-x;
	background-image: url(images/underpricebg.png);
	background-position: left;
}
#listingstitledatacsa {
	width: 387px;
	height: 16px;
	float: left;
	color: #333333;
}

