/* details.css */


/*  previously "more2" class */
.details {
	border:solid 1px #e9e9e9;
	background:#f4f4f4;
	width:434px;
	padding:10px 7px;
}
	.details .imgs {
		text-align:center;
		width:434px;
		padding-bottom:18px;
	}
		.details .imgs div img {
			border:solid 3px #6e6e6e;
			margin-bottom:4px;
		}
			.details .imgs img.ss {
				float:left;
				border:solid 2px #6e6e6e;
				margin-right:3px;
				}
	.details a {
		float:center;
	}
	.details h5 a {
		float:right;
	}
	.details span {
		font-size:10px;
		float:right;
		padding-right:20px;
		padding-top:5px;
		background:url(../img/small-arroe.gif) no-repeat 0 8px;
		padding-left:18px;
	}	
	
.houses {
	width:281px;
	float:left;
	border:solid 1px #e9e9e9;
	background:#f4f4f4;
	font-family:Arial, Helvetica, sans-serif;
	padding:3px 4px 3px 4px;
	margin-right:15px;
}
	.houses .left {
		width:162px;
	}
	.houses h4 {
		text-transform:uppercase;
		font-size:9px;
		color:#8f7564;
		padding:0 8px 0 4px;
	}
		.houses h4 small {
			color:#196cc8;
			float:right;
		}
	.houses p {
		font-size:9px;
		line-height:140%;
	}
		.houses p strong {
			font-weight:normal;
			color:#196cc8;
		}
	.houses .ico {
		padding:5px 0;
		width:100%;
	}
		.houses .ico strong {
			display:block;
			width:35px;
			float:left;
			font-size:10px;
			color:#196cc8;
		}
	.houses .button {
		display:block;
		background:url(../img/small-button2.gif) no-repeat;
		width:89px;
		height:18px;
		line-height:18px;
		font-size:9px;
		text-align:center;
		text-decoration:none;
		clear:both;
	}
	.houses .stars {
		height:18px;
	}
	
	.stars a img {
		display:block;
		float:left;
	}
	
	
