/* BEGIN: move from selectedCondoProjectForAd line: 27-160*/
	.wrapper .row {
		margin-left: 0;
	}
	#advertiseViewWrapper .title {
/* 		background: #133cac; */
		background: #666;
		color: white;
		border-bottom: none;
	}
	#advertiseViewWrapper .title h1 {
		font-weight: normal;
		line-height: 100%;
		color: white;
		font-size: 16px;
	}
	#advertiseViewWrapper .title h1 a {
		color: white;
	}
	#advertiseViewWrapper .details {
		padding: 0;
/*
		border-left: 1px solid #dfdfdf;
		border-right: 1px solid #dfdfdf;
		border-bottom: 1px solid #dfdfdf;
*/
/* 		margin-bottom: 15px; */ /* comment out for test user rounder of wrap with background color */
	}
	#advertiseViewWrapper .detailsWrap {
		background: #dfdfdf;
		margin-bottom: 15px;
	}
	.details .price {
		font-weight: bold;
		color: #ff6a00;
/* 		background: #d9edf7; */
		background: #f0f0f0;
		padding: 15px 10px;
		border: 1px dotted #dfdfdf;
		font-size: large;
	}
	#advertiseViewWrapper .details .leftDetail {
		width: 610px;
		padding: 0 10px;
		border-right: none;
	}
	#advertiseViewWrapper .details .rightDetail {
		width: 295px;
		background: #f0f0f0;
		border: 1px dotted #dfdfdf;
	}
	#advertiseViewWrapper .title h4 {
		font-weight: normal;
		line-height: 100%;
		color: white;
		font-size: 16px;
	}
	
	#condoProjectDetailOfAd #topContent h1 {
		font-size: 18px;
		background: #dfdfdf;
		padding-left: 10px;
	}
	.roundedCorner {
		border: none;
		padding: 8px 0px;
		margin: 5px;
	}
	
	.buildingInfo {
		background: #fff;
	}
	.buildingInfoWrap {
		background: #dfdfdf;
	}
	
	
	.advertiseListForThisZone .adsItem {
		padding: 5px 5px;
		position: relative;
	}
	.advertiseListForThisZone .adsItem{
		padding:5px 5px;
		position:relative;
	}
	
	.advertiseListForThisZone .adsItem .postedOn{
		right:0px;
		bottom:0px;
		position:absolute;
	}
	
	.advertiseListForThisZone .adsItem p{
		padding:0 5px;
	}
	
	.advertiseListForThisZone .adsItem p.title{
		
		height:20px;
		overflow:hidden;
		font-size:15px;
	}
	
	.advertiseListForThisZone .adsItem img.adsImage {
		width:100px;
		float: left;
		display: block;
	}
	.nailthumb-container  {
/* 		border: 1px solid #dfdfdf; */
	}
	.nailthumb-container img.nailthumb-image {
/* 		z-index: 0 !important; */
/* 		position: static !important; */
	}
	
	#adImageWrapper {
		margin-bottom: 20px;
	}
	.detailTable {
		background: #fbfbfb;
		width: 100%;
		border: 1px dotted #dfdfdf;
	}
	.detailTable td {
		padding: 3px 5px;
		margin: 2px;
	}
	.detailTable td.leftColumn {
		background: #f0f0f0; 
		text-align: right;
		width: 150px;
	}
/* END: move from selectedCondoProjectForAd line: 27-160*/

/* BEGIN: move from selectedCondoProjectForAd line: 165-231*/
#smallMap {
	border: 1px solid #aaa;
}
#smallMap img {
	width: 513px;
}
.mainInfoForAd {
	background: #fff;
}
.mainInfoLeft {
	float: left;
/* 	height: 475px; */
	background: #dfdfdf;
}
.mainInfoRight {
	float: right;
/* 	height: 475px;  COMMENT OUT ON 2013-06-21 set auto height */
	background: #dfdfdf;
}
.mainInfo {
	margin:	5px 0;
}
.mainInfoContent #description {
	color: #676767;
	font-size: 15px;
	height: 50px;
	width: 515px;
	overflow: auto;
	margin: 0 5px 10px 0;
}
.mainInfoForAd {
	position: relative;
	top: 0;
	left: 0;
}
.mainInfoRight {
	position: static;
}
#condoProjectImageWrapper {
	width: 425px;
	overflow: auto;
	height: 204px;
	margin: 0;
	display: block;
}
.mainInfoLeft .mainImage {
	width: 425px;
}
.mainInfoContent {
	background: #f0f0f0;
}
.mainInfoContent #description {
	color: #000;
}
.mainInfoContent strong {
/* 	color: rgb(5, 35, 255); */
	color: #133cac;
}

/**********************************************/
.mainInfoLeft.nailthumb-container {
	border: none;
	margin: 0;
	padding: 0;
}
/* END: move from selectedCondoProjectForAd line: 165-231*/

/****************************************************************/
/*********************** condo detail ***************************/
.infomation {
/* 								height: 210px; */
	display: block;
/* 								background: #f6f6f6; */
}
.infomation span.labelLeftColumn {
	width: 205px;
	float: left;
	font-weight: bold;
	display: inline-block;
/* 								background: #dfdfdf; */
	vertical-align: top;
}
.descriptionWrapper .labelLeftColumn {
	width: 175px;
	font-weight: bold;
	vertical-align: top;
}
.infomation .rightColumn {
	width: 305px;
	*width: 295px;
	display: inline-block;
	float: left;
}
.infomation .contactBar {
	background: url("../../images/contactBar515.png") no-repeat;
	width: 515px;
	height: 63px;
	display: block;
	position: relative;
}
.infomation .contactBar .projectPhone {
	padding: 8px 5px 0 5px;
}
.infomation .contactBar .projectWebsite {
	padding: 3px 5px 0 5px;
}
.mainInfoTitle {
/* 								overflow: hidden; */
	padding: 20px 20px 20px 0;
	height: auto;
	overflow-wrap: break-word;
}
#condoProjectImageWrapper2 {
	background: #f0f0f0; padding-left: 3px;
}
/****************************************************************/

/* BEGIN: move from selectedCondoProjectForAd line: 881-939*/
.roundedCorner h1 {
	font-size: 16px;
	line-height: 21px;
	background-color: #F0F0F0;
	position: relative;
	padding: 8px 10px 5px;
	border-bottom: none;
	min-height: 21px;
}

.headerH1Wrap {
	background-color: #dfdfdf;
}
.roundedCorner {
	margin: 0;
}
.bottomRoundedCorner {
	background: #fff;
}

.bottomRoundedCornerWrap {
	background: #dfdfdf;
}
.span6 {
/* 	width: 470px; */
}

.prakardCondoProjectForumList {
	float: none;
	background: #fff;
}
/* .prakardCondoProjectForumList table { */
/* 	width: 99%; */
/* } */

.prakardCondoProjectForumListWrap {
	background: #dfdfdf;
}
.prakardCondoProjectForumList table tr:first-child td {
	border-top: 0;
}
.prakardCondoProjectForumList table tr:first-child {
	background: #F0F0F0;
}
.table {
	width: 100%;
	margin-bottom: 0;
}
.zoneAds {
	margin-left: 15px;
}

.details .description {
	padding: 10px;
}
/* END: move from selectedCondoProjectForAd line: 881-939*/