*{
	margin: 0;
	font-family: "Lucida Grande",Arial,Helvetica,sans-serif;
}
#project{
	width: 721px;	
	color: #3E3E3E;
}
#project #text{
	width: 280px;
	padding-right: 15px;
}
#project #text, #project #projectTabs{
	float: left;
}
#project #text .title{
	font-size: 17px;
	font-weight: bold;
}
#project #text .price{
	font-size: 14px;
	font-weight: bold;
	color: red;
	padding-top: 10px;
}
#project #text .location{
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
}
#project #text .description{
	font-size: 12px;
	line-height: 150%;
	text-align: justify;
}
#project .leftCol{
	width: 120px;
}
#projectTabs{
	min-height: 330px;
	width: 371px;
}
#projectTabs .photoHolder{
	float:right; 
	width: 353px;
	height: 283px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#projectTabs ul li{
	font-weight: bold;
	font-size: 12px;
}


#projUnit{
	background-color: #FFE681;
	font-size: 11px;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #C2C2C2;
	min-height: 180px;
	width: 453px;
}
#projUnit .unitInfo{
	position: relative;
	float: left;
}
#projUnit .eachFloorPlanPic{
	position: relative;
	float: right;
	margin-top: -120px;
}
#projUnit .eachRow{
	position: relative;
	float: left;
	border-bottom: 1px solid #C2C2C2;
	width: 290px;
}
#projUnit .fieldName{
	width: 130px;
	padding: 5px 10px 5px 25px;
	float: left;
	position: relative;
	float: left;
}
#projUnit .value{
	padding: 5px 0 5px 10px;
	float: left;
	position: relative;
	width: 115px;
}
.morephoto {
	width:181px;
	position: relative;
	float: right;
	padding-top: 10px;
	padding-left: 14px;
}
.morephoto div {
	background-repeat:repeat-x;
	background-color:#FFCC00;
	padding-top:13px;
}
.morephoto a.click4more {
	display:block;
	margin-left:9px;
	margin-bottom:9px;
	font-size:110%;
	font-weight: bold;
	text-decoration: none;
	color:#000;
}
.morephoto img {
	margin-left:9px;
	margin-bottom:9px;
}
.morephoto span {
	display:block;
	width:181px;
	height:8px;
	font-size:1px;
	background-image:url(../images/listing-morephoto-bg-bot.gif);
	background-repeat:no-repeat;
}

#oldComment{
	padding-bottom: 3px;
	background-color: #FFFA73;
	width: 475px;
}
#oldComment .eachComment{
	padding: 5px;
}
#oldComment .name{
	font-size: 14px;
	font-weight: bold;
}
#oldComment .comment{
	font-size: 12px;
}

#comment{
	margin: 10px 0px;
	width: 475px;
}
#comment table{
	background-color: #FFF1BD;
	font-size: 13px;
	border: 1px solid #C2C2C2;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}
#comment .inputCol{
	width: 100px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
}
#comment td{
	vertical-align: top;
	text-align: left;
}
#comment .textbox{
	border: 1px solid #FFCC00;
	font-family: lucida grande,tahoma,verdana,arial,sans-serif;
	font-size: 13px;
	padding: 3px;
	width: 200px;
}
#comment textarea{
	border: 1px solid #FFCC00;
	font-family: lucida grande,tahoma,verdana,arial,sans-serif;
	font-size: 13px;
	padding: 3px;
	width: 330px;
	height: 200px;
}
#comment .btn{
	border: 1px solid #2D2D2D;
	padding: 3px;
	color: white;
}

.projCurveCorner{
	-moz-border-radius-topleft:			5px;
	-moz-border-radius-topright:		5px;
	-moz-border-radius-bottomleft:		5px;
	-moz-border-radius-bottomright:		5px;

	-webkit-border-top-left-radius:		5px;
	-webkit-border-top-right-radius:	5px;
	-webkit-border-bottom-left-radius:	5px;
	-webkit-border-bottom-right-radius:	5px;

	border-top-left-radius:				5px;
	border-top-right-radius:			5px;
	border-bottom-left-radius:			5px;
	border-bottom-right-radius:			5px;
}