@charset "utf-8";
/* Print Styles */

div.header-inner, div.body-top-inner, div.bottom-box-01, div.footer {
	display:none;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
* {
	margin: 0px;
	/* padding: 0px; */
}
p {
	margin: 5px auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	height: 0px;
}
img {
	border: none;
}

strong {
	font-weight:bold;
}

.product-bg {
	margin-right: 30px;
	float: left;
}
.container {
	width: 650px;
	height: auto;
}



/* CSS Text Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
body a {
	color: #e4232f;
	text-decoration: none;
}
body a:hover {
	color: #e4232f;
	text-decoration: underline;
}


.listing-link {
	color: #a6a6a6;
	text-decoration: none;
	font-size: 10px;
}
.listing-link:hover {
	color: #e4232f;
	text-decoration: underline;
	font-size: 10px;
}



.listing-detail {
	border: 1px solid #cccccc;
	width: 650px;
	margin-bottom:5px;
	margin-top:5px;
	float:left;
}

.listing-detail-left {
	padding:0 5px 5px 5px; 
	float:left; 
	width:315px;
}

.listing-detail-right {
	float:right;
	padding:5px 0 5px 5px;
	width:300px;
}

.listing-top {
	width:650px;
	float:right;
}

.listing-top-left {
	width:300px;
	float:left;
	height:27px;
}

.listing-top-right {
	width:350px;
	float:left;
	height:27px;
	border-bottom: 1px solid #f2efe9;
	text-align:right;
}

.listing-top-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float:right;
}
.listing-top-right li {
	display: inline;
}

.listing-top-right a {
	width: 80px;
	height: 27px;
	float: left;
	font: normal 10px/27px Arial, Helvetica, sans-serif;
	color: #990000;
}
.listing-top-right a:hover {
	color: #f40101;
	text-decoration: none;
}
.listing-top-right ul li a.active {
	color: #999999;
	text-decoration: none;
}
.listing-top-right ul li a.big {
	width: 115px;
	color: #999999;
	text-align:center;
}
.listing-top-right ul li a.medium {
	width: 90px;
	text-align:center;
}

.listing-title {
	height: 27px;
	float: left;
	text-align: left;
	color: #333333;
	padding-left:5px;
	font: bold 12px/27px Arial, Helvetica, sans-serif;
}	

.description-title {
	width: 300px;
	height: 27px;
	float: left;
	text-align: left;
	color: #333333;
	font: bold 12px/27px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #990000;
}

.listing-detail-text {
	font-size:10px; 
	color:#999999;
}

.realtor-card {
	width:290px; 
	background:#f2efe9; 
	padding:5px;
	margin-bottom:5px;
	float:left;
}

.realtor-img {
	float:left; 
	padding-right:10px;
}

.realtor-right {
	text-align:left;
}

.listing-inner-left {
	width:280px; 
	float:left;
}

.listing-price {
	 width:170px; 
	 border:1px solid #cccccc; 
	 padding: 10px; 
	 text-align:left;
	 font-weight:bold;
	 line-height:20px;
	 font-size:15px;
	 margin-bottom:20px;
}

.listing-price-red {
	color:#990000;
}

.listing-description {
	width:280px;
	padding:5px;
}

.realtor_layer{
display:block; 
width:800px; 
border:solid; 
border-width:1px; 
border-color:#CCCCCC; 
padding:5px; 
background-color:#FFFFFF;
}
