/*搜索*/
#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;
}

/*面包屑导航*/
#bread{
	height:30px;
	line-height:30px;
	float:left;
	margin-left:0;
}


/*左侧*/
#left{
	width:640px;
	margin:0 10px 10px 0;
	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;
}
.News-title{
	margin:20px;
	text-align:center;
	height:100px;
	border-bottom:2px solid #87ceeb;
}
.time{
	color:#999999;
}
.text{
	margin:0 20px 20px 20px;
}
.editor{
	margin:40px 0 20px 0;
}

/*楼盘导购*/
#shoppingGuide{
	width:310px;
	margin:0;
	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;
}
.shoppingGuide-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;
}
h5{
	color:#FFFFFF;
	margin:0 0 0 10px;
	line-height:30px;
	float:left;
}
.shoppingGuide-title h5{
	float:left;
}
.shoppingGuide-title a{
	float:right;
	line-height:30px;
	margin:0 20px 0 0;
	color:#FFFFFF;
}
#shoppingGuide ul{
	margin:15px 10px 20px 25px;
}
#shoppingGuide ul li{
	line-height:25px;
	list-style-type:circle;
}

/*最新资讯*/
#PropertyRanking{
	width:310px;
	margin:10px 0 10px 0;
	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;
}
.PropertyRanking-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;
}
.PropertyRanking-title h5{
	float:left;
}
#PropertyRanking table tr td{
	border:0;
}
.Ranking{
	padding:10px 10px 0 10px;
}
.PropertyPrice{
	color:#FF6600;
}