/* ================================================= */
/* ============= PROJECTS PAGE THUMBS  ============= */
/* ================================================= */

.project_thumb {
	width: 210px;
	float: left;
	margin-right: 30px;
	margin-bottom: 45px;
}
.third {
	margin-right: 0 !important;
}
.project_thumb .pt_photo {
	width: 210px;
	height: 140px;
	overflow: hidden;
	background: #F5F4EE;
}
.project_thumb .pt_desc {
	width: 210px;
	height: 107px;
	overflow: hidden;
	background: #F5F4EE url(../_img/pt_desc_bg.gif) no-repeat;
	position: relative;
}
.project_thumb p {
	font-size: 12px;
	color: #595959;
	line-height: 16px;
	padding: 10px 10px 0 10px;
}
.project_thumb p strong {
	text-transform: uppercase;
}
.pt_link  {
	display: block;
	font-size: 12px;
	color: #CE0101;
	position: absolute;
	top: 83px;
	top: 0;
	right: 12px;
	padding: 83px 0 0 110px;
	background: transparent url(../_img/trans16.gif);
	text-decoration: none;
	outline: none;
}
.pt_link:hover {
	text-decoration: underline;
}


/* ================================================= */
/* ============= PROJECTS DETAIL PAGE  ============= */
/* ==========   and PROPERTY DETAIL page   ========= */
/* ================================================= */
#project_detail_page h2 {
	float: left;
	display: inline;
	width: 210px;
}

#project_detail_page h2 a{
	width: 210px;
	display: block;
	height: 30px;
	background: url(../_img/headings/current_projects.gif) no-repeat;
	outline: none;
	text-decoration: none;

}
#project_detail_page h2 a:hover {
	background-position: 0 -30px;
}

h3#property_name {
	/* not IR but regular text */
	font-size: 16px;
}
#project_detail_page #large_image {
	width: 450px;
	border: 1px solid #555;
	padding: 4px;
}
.mask450 {
	padding: 0;
	width: 450px;
	height: 300px;
	overflow: hidden;
}
h3#brief_specs {
	height: 17px;
	text-indent: -3333px;
	background: url(../_img/headings/brief_specs.gif) no-repeat;
	margin: 12px 0 20px 0;	
}
#specs_list {
	font-size: 12px;
	line-height: 16px;
	color: #595959;
	list-style: square;
	padding-left: 14px;
	padding-right: 50px;
	padding-bottom: 20px;
}
#specs_list li {
	padding-bottom: 5px;
}
h3#location {
	text-indent: -3333px;
	background: url(../_img/headings/location.gif) no-repeat;
	height: 20px;
	margin: 34px 0 1px 0;
}

/************** LIST OF PROPERTIES **************/
#property_list {
	width: 200px;
	float: left;
	margin-top: 24px;
	margin-right: 10px;
}
#property_list h3 {
	background: url(../_img/headings/the_properties.gif) no-repeat;
	height: 30px;
	text-indent: -3333px;
	padding-bottom: 10px;
}
#property_list p {
	font-size: 12px;
	line-height: 17px;
	padding-right: 10px;
}
#property_list p strong {
	font-size: 14px;
}
#property_list p a {
	color: #CE0101;
	text-decoration: none;
}
#property_list p a:hover {
	text-decoration: underline;
}
/************** LIST OF FLOOR PLANS **************/
.floorplans,
.siteplans,
.devplans {
	width: 250px;
	float: left;
	margin-top: 24px;
	background: url(../_img/news_panel_bg.gif) repeat-y;
}
.noprops {
	background: none;
}	
.floorplans h3,
.siteplans h3,
.devplans h3  {
	background: url(../_img/headings/floor_plans.gif) no-repeat;
	height: 30px;
	text-indent: -3333px;
	padding-bottom: 10px;
}
.siteplans h3 {
	background: url(../_img/headings/site_plans.gif) no-repeat;
}
.devplans h3 {
	background: url(../_img/headings/dev_plans.gif) no-repeat;
}
.noprops h3 {
	background-position: -20px 0;
}
.floorplans ul,
.siteplans ul,
.devplans ul {
	list-style: none;
	padding-left: 20px;
	color: #555;
}
.noprops ul {
	padding-left: 0;
}
#content .floorplans ul li a.pdf,
#content .siteplans ul li a.pdf,
#content .devplans ul li a.pdf {
	background: url(../_img/pdficon.gif) no-repeat;
	height: 45px;
	padding-top: 8px;
	padding-bottom: 9px;
	padding-left: 40px;
	line-height: 45px;
	color: #CE0101;
	outline: none;
	text-decoration: underline;
}
#content .floorplans ul li a.pdf:hover,
#content .siteplans ul li a.pdf:hover,
#content .devplans ul li a.pdf:hover {
	color: #000099;
}

/************** ROOM DIMENSIONS TABLE **************/
h3#dimensions {
	height: 17px;
	text-indent: -3333px;
	background: url(../_img/headings/dimensions.gif) no-repeat;
	margin: 12px 0 -10px 0;	
}
table {	
	margin-bottom: 20px;
}
table tr th {
	text-align: left;
	border-bottom: 1px solid #CFCFD3;
	padding-top: 20px;
}
table tr td {
	font-size: 12px;
	color: #595959;
	border-bottom: 1px solid #CFCFD3;
	line-height: 21px;
}
table tr td.room {
	padding-right: 55px;
}
table tr td.w {
	padding-right: 25px;
}
table tr td.x{
	padding-right: 25px;
}
table tr td.l {
	padding-right: 25px;
}

	