/*
PERSONAL PROPERTIES
*/
.pl_status {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.pl_community {
	color: #993300;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.pl_community a:link, .pl_community a:visited, .pl_community a:active {
	color: #993300;
}
.pl_community a:hover { color: #C05403; }

.pl_stats_title {
	color: #6B6A60;
	font-size: 11px;
	font-weight: bold;
}
.pl_stats_highlight {
	color: #993300;
	font-size: 11px;
	font-weight: bold;
}
.pl_stats {
	color: #6B6A60;
	font-size: 11px;
	font-weight: normal;
}



/* Property Featured */
.pl_featured_title {
	color: #F0F0E3; 
	font-size: 11px; 
	font-family: serif;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 8px;
	letter-spacing: 1px;
}

.pl_featured_description {
	color: #6B6A60;
	font-size: 12px;
	line-height: 17px;
}

.pl_featured_details_b {}
.pl_featured_details_b a:link, .pl_featured_details_b a:visited, .pl_featured_details_b a:active {
	display: block;
	margin: 0px auto;
	width: 140px;
	height: 30px;
	padding: 0px 5px 27px 5px;
}
.pl_featured_details_b a:hover {
}


/* Property List */
.pl_row {
	margin-top: 20px;
	margin-right: -20px;
}
.pl_container {
	float: left;
	width: 290px;
	background-color: #2E3D52;
	margin-right: 20px;
	margin-bottom: 20px;
}
.pl_container_body {
	padding: 10px 13px;
}
.pl_property_top {
	width: 290px;
	height: 9px;
	background: url('../images/featured_small_top.jpg') no-repeat;
}
.pl_property_bottom {
	width: 290px;
	height: 33px;
	background: url('../images/featured_small_bottom.jpg') no-repeat;
}
.pl_property_bottom_border {
	width: 290px;
	height: 6px;
	background-color: #FFFFFF;
	border-bottom: 8px solid #625439;
}
.pl_body {
	min-height: 300px;
	text-align: center;
}
.pl_header {
	width: 260px;
	height: 20px;
	padding-bottom: 5px;
	border-bottom: #39475A solid 2px;
	margin-bottom: 15px;
}
.pl_header_status {
	float: left;
}
.pl_header_price {
	float: right;
	color: #999999;
	font-size: 15px;
	font-family: serif;
}
.pl_image {
}
.pl_image_container {
}
.pl_image_topbottom {
	height: 2px;
	background: url('../images/image_border_top.jpg') repeat-x;
}
.pl_image_side {
	width: 1px;
	background: url('../images/image_border_side.jpg') repeat-y;
	float: left;
	padding: 5px 0px;
}
.pl_image_body {
	padding: 5px;
	float: left;
}
.pd_image_topbottom {
	height: 2px;
	background: url('../images/image_border_top2.jpg') repeat-x;
}
.pd_image_side {
	width: 1px;
	background: url('../images/image_border_side2.jpg') repeat-y;
	float: left;
	padding: 5px 0px;
}
.pd_image_body {
	padding: 6px 4px 4px 6px;
	width: 250px;
	float: left;
}
.pl_tag {
	color: #FFFFFF;
	font-size: 11px;
	font-family: serif;
	text-transform: uppercase;
	padding-top: 15px;
	letter-spacing: 1px;
}
.pl_info {
	color: #999999;
	font-size: 12px;
	font-family: Helvetica;
	padding-top: 8px;
	text-align: center;
}
.pl_info a {
	color: #CCCCCC;
	font-weight: normal;
}
.pl_info a:hover {
	color: #EEEEEE;
}
.pl_details_b {
	margin-bottom: -12px;
	margin-left: 75px;
}
.pl_align {
	text-align: center;
}
.pl_featured_spacing {
	line-height: 18px;
}
.pl_list_spacing {
	line-height: 15px;
}
.float_container {
	background-color: #596267;
	margin-bottom: 20px;
}





/* PROPERTIES DETAILS */

#pd_container {
	background-color: #FFFFFF;
	padding: 10px 0px;
	margin-bottom: 30px;
}
#pd_header {
	margin-bottom: 29px;
}
#pd_body {
	width: 600px;
}
#pd_tab_container {
}
#pd_content_container {
	padding: 20px 0px;
}


/* Details Header Buttons */
.pd_button_contact { 
	float: left; 
	width: 172px;
	padding-right: 5px;
}
.pd_button_vtour { 
	float: left;
	width: 172px;
	padding-right: 5px;
}
.pd_button_map { 
	float: left;
	width: 172px;
}



/* Details Tabs */
.pd_tabs_separator {
	border-left: 1px solid #D2D2CE;
}
.pd_tabs {
	float: left;
}
.pd_tabs a:link, .pd_tabs a:visited, .pd_tabs a:active, .pd_tabs a:hover {
	display: block;
	margin: 0px;
	height: 32px;
	background-repeat: no-repeat;
}


/* TAB CONTAINER LAYOUTS */
.pd_inset {
	width: 220px;
	margin: 20px 20px 20px 40px;
	float: left;
	/*background-color: #D6D7CC;*/
}
.pd_inset_content {
	font-size: 13px;
	font-family: serif;
	line-height: 1.3em;
	color: #CCCCCC;
}
.pd_inset_title {
	font-size: 14px;
	color: #333333;
}
.pd_inset_description {
	margin: 10px 40px;
	padding-bottom: 10px;
}
.pd_inset_description p, .pd_inset_description li {
	color: #CCCCCC;
	font-size: 14px;
	font-family: serif;
	line-height: 1.4;
}

.pd_inset_buttons {
	padding: 5px 0px;
	margin: 0px 35px;
	border-bottom: #677075 solid 2px;
	border-top: #677075 solid 2px;
	text-align: center;
}
.pd_inset_col2 {
	width: 286px;
	float: left;
}
.pd_inset_stats {
	margin: 20px 40px 20px 0px;
	float: right;
}
#pd_photo_spacer { 
	margin-top: 5px;
	margin-bottom: 20px;
}
#pd_map_spacer { 
	margin-top: 5px;
	margin-bottom: 20px;
}
#pd_tabs_stats_toggle {
	float: right;
	margin-bottom: 10px;
}


/* DETAILS STYLES */
.pd_image
{
	padding: 6px;
	background-color: #2E3D52;
}
.pd_stats_title_strong {
	color: #993300;
	font-size: 12px;
}
.pd_stats_title {
	color: #676862;
	font-size: 12px;
}
.pd_stats_title a:link, .pd_stats_title a:visited, .pd_stats_title a:active {
	color: #676862;
}
.pd_stats_title a:hover {
	color: #555555;
}




/* FEATURED PROPERTY */
#pl_featured_property {
	width: 600px;
	background-color: #2E3D52;
	text-align: center;
}
#pl_featured_property_top {
	width: 600px;
	height: 6px;
	background: url('../images/featured_large_top.jpg') no-repeat;
}
#pl_featured_property_bottom {
	width: 600px;
	height: 42px;
	background: url('../images/featured_large_bottom.jpg') no-repeat;
}

#pl_featured_property_body {
	width: 530px;
	padding: 10px 35px;
}
#pl_featured_header {
	width: 530px;
	height: 20px;
	padding-bottom: 5px;
	border-bottom: #39475A solid 2px;
}
#pl_featured_header_status {
	float: left;
}
#pl_featured_header_price {
	float: right;
	color: #999999;
	font-size: 15px;
	font-family: serif;
}

#pl_featured_community {
	height: 25px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #ADADAD;
	font-size: 16px;
	font-family: serif;
	font-weight: normal;
}

#pl_featured_title {
	color: #FFFFFF;
	font-size: 11px;
	font-family: serif;
	text-transform: uppercase;
	padding-top: 15px;
	letter-spacing: 1px;
}

#pl_featured_info {
	color: #999999;
	font-size: 12px;
	font-family: Helvetica;
	padding-top: 8px;
}
#pl_featured_info a {
	color: #CCCCCC;
	font-weight: normal;
}
#pl_featured_info a:hover {
	color: #EEEEEE;
}

#pl_featured_style {
	color: #999999;
	font-size: 12px;
	font-family: Helvetica;
	padding-top: 8px;
}

#pl_featured_description {
	width: 532px;
	background-color: #625439;
	padding-left: 68px;
	margin-bottom: 16px;
}

#pl_featured_description_text {
	width: 458px;
	padding: 15px 0px;
	color: #CCCCCC;
	font-size: 13px !important;
	font-family: serif;
}

#pl_featured_details_b {
	padding-left: 230px;
	padding-top: -12px;
}

#pl_featured_images {
	width: 450px;
	height: 300px;
	background: url('../images/slideshow_bg.gif') no-repeat;
	padding: 6px 4px 4px 6px;
	margin-left: 35px;
}
