/******************************************
*   WP Real Estate                     
******************************************/

#featureprop { /* the whole container with all elements of the tabbed section */
margin: 20px 0 20px 0!important;
}

#featureprop-panel { /* the main content-section of the tabbed area NOT the tabs themselfes */
	width:580px!important;
	padding: 15px!important;
	border-top: 1px solid #ccc!important;
	border-left: 1px solid #ccc!important;
	border-right: 2px solid #999!important;
	border-bottom: 2px solid #999!important;
	background: url(../images/backgrounds/bg_leadarticle.jpg) repeat-x #E6E3D3!important; /* declare background color for container to avoid distorted fonts in IE while fading */
	height: 230px;
}

.paneltitle { /* for the headlines in the tabbed section */
	font:1.8em Georgia, "Times New Roman", Times, serif!important;
	line-height:100%!important;
	display:block!important;
	padding-bottom:7px!important;
	color: #840000!important;
	text-transform:none!important;
	letter-spacing:normal!important;

}
.spacer{
	height: 4px;
}
.sidebarspacer{
	height: 30px;
}

.listing_info {
	padding: 10px;
	height: 200px;
	width: 590px;
	background-color: #FFFFCC;
	position: relative;
}

#list_left {
	width: 285px;
	position: absolute;
	left: 10px;
	top: 30px;
}

#list_right {
	width: 285px;
	position: absolute;
	left: 300px;
	top: 30px;
}

table {
	border-collapse: collapse;
	width: 280px;
	margin: 5px;
	font-size: 12px;
}

th {
	background: #3e83c9;
	color: #fff;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: 1.2;
}

td {
	padding: 6px 11px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}

td * {
	padding: 6px 11px;
}

tr.alt td {
	background: #ecf6fc;
}

tr.over td, tr:hover td {
	background: #bcd4ec;
}

.feed{
	line-height: 60px;
}

.archivewrapper {
	width: 570px;
	height: 130px;
	padding: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.archivephoto {
	color: #333;
	border: 1px solid #ccc;
	background: #FFFFFF;
	padding: 5px;
	/*height: 120px;*/
	/*width: 155px;*/
	float: left;
}
.archivetext {
	float: right;
	color: #333;
	padding: 5px 5px 11px;
	/*height: 120px;*/
	width: 385px;	/*display: inline;
	position: relative;*/
}
.archivepost{
	border: 1px solid #999999;
	background-color: #EBEBEB;
	margin-bottom: 10px;
	padding: 5px;
    }