
/*搜索框*/

#appendedInputButton{
	box-shadow:0 0 10px #cccccc inset;
	-webkit-box-shadow:0 0 10px #cccccc inset;
	-moz-box-shadow:0 0 10px #cccccc inset;
}
#searchtext{
	float:right;
	width:520px;
	height:40px;
	margin:10px 0 0 0;
}
.input-append{
	height:40px;
}
.btn btn-info{
	float:right;
	margin-right:0;
}

/*条件搜索*/
#ConditionSearch{
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#FFFFFF;
	box-shadow:5px 5px 7px #999;
	-webkit-box-shadow:5px 5px 7px #999;
	-moz-box-shadow:5px 5px 7px #999;
}
#ConditionSearch table{
	margin:20px;
}
.allCondition{
	color:#FF6600;
	font-weight:bold;
}
#ConditionSearch table a{
	margin:0 10px 0 0;
}

/*下面的内容部分开始*/
#Content{
	width:960px;
}
.span12{
	width:960px;
}


/*楼盘列表开始*/
#PropertyList{
	margin:10px 0 20px 0;
	width:720px;
	float:left;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#FFFFFF;
	box-shadow:5px 5px 7px #999;
	-webkit-box-shadow:5px 5px 7px #999;
	-moz-box-shadow:5px 5px 7px #999;
}
.SearchResults{
	color:#FF6600;
	font-weight:bold;
}
#PropertyList table{
	margin:10px;
}
.PropertyName{
	font-weight:bold;
	font-size:14px;
}
.PropertyPrice{
	color:#FF6600;
	font-weight:bold;
	font-size:16px;
}
/*首行*/
.FirstLine{
	border-top:2px solid #87ceeb;
	background-color:#f5f5f5;
}
#PropertyList table tr{
	border-bottom:1px solid #e7e7e7;
}
#PropertyList table tr:hover{
	background-color:#f5f5f5;
	border-bottom:1px solid #87ceeb;
}
/*页码*/
#page{
	width:700px;
}
#page a{
	float:right;
	width:40px;
	height:20px;
	text-align:center;
	line-height:20px;
	display:block;
	background-color:#87ceeb;
	margin:0 10px 0 0;
	color:#FFFFFF;
}
.tr-bgclor{
	background-color:#f5f5f5;
}



/*列表右侧*/
#PropertyList-Right{
	margin:10px 0 0 0;
	width:230px;
	float:right;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#FFFFFF;
	box-shadow:5px 5px 7px #999;
	-webkit-box-shadow:5px 5px 7px #999;
	-moz-box-shadow:5px 5px 7px #999;
}
h5{
	color:#FFFFFF;
	margin:0 0 0 10px;
	line-height:30px;
	float:left;
}
.Right-title{
	background-color:#87CEEB;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	height:30px;
	margin:0;
}
.recommendProperty{
	margin:15px;
}
.recommendProperty-title{
	font-size:14px;
	font-weight:bold;
}

