
/*搜索框*/

#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;
}

/*第一部分，楼盘简述开始*/
#propertyDescription{
	margin-left: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;
}
/*标题*/
.property-title{
	margin:10px 0 10px 20px;
}

/*详细导航，链接到单独的详细页面，房源、户型、相册......*/
.Detailed-navigation{
	height:30px;
	width:960px;
	margin:20px 0 30px 0;
	background-color:#87ceeb;
}
.Detailed-navigation ul li{
	float:left;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	width:100px;
	line-height:30px;
}
.current{
	background-color:#FFDEAD;
}
.Detailed-navigation ul li a{
	color:#FFFFFF;
	display:block;
}
.Detailed-navigation ul li a:hover{
	text-decoration:none;
	background-color:#40E0D0;
}


/*左侧开始,地图*/
#Map{
	width:940px;
	height:400px;
	margin:10px;
	border:1px solid #e7e7e7;
}

/*地图下侧*/
#underMap{
	width:700px;
	margin:10px 20px 10px 10px;
}
.titleLine{
	height:40px;
	border-top:2px solid #87ceeb;
	background-color:#f5f5f5;
	line-height:40px;
}
.titleLine h4{
	margin-left:10px;
}
#TrafficConfig,#RegionalIntro,#ProjectIntro{
	margin-bottom:30px;
}
#underMap p{
	margin:20px;
}

/*打折楼盘*/
#Discount{
	width:218px;
	margin:10px 10px 10px 0;
	border:1px solid #87ceeb;
}
#Discount table{
	margin:10px 0 10px 10px;
}
.PropertyPrice{
	color:#FF6600;
}




/*电联*/
#ContactWay{
	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;
	margin:10px 0 10px 0;
}
.ContactWay-title{
	margin:10px 10px 0 10px;
	height:30px;
	line-height:30px;
	border-bottom:2px solid #87ceeb;
}
.ContactWay-title h5{
	margin:0 0 0 10px;
}
.ContactWay-left{
	height:60px;
	width:400px;
	margin:30px;
	float:left;
}
.ContactWay-left img{ 
	float:left;
	margin:0 30px 0 20px;
}
.tel{
	font-size:16px;
	font-weight:bold;
}
.ContactWay-right{
	margin:30px 0 30px 50px;
	width:400px;
	float:right;
}