
/*搜索框*/

#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;
}


/*楼盘资讯开始*/
#PropertyInfo{
	margin:0 0 20px 0;
	width:710px;
}
#PropertyInfo table{
	margin:0 10px 10px 10px;
}
.InfoName{
	font-weight:bold;
	font-size:14px;
}

/*首行*/
.FirstLine{
	border-top:2px solid #87ceeb;
	background-color:#f5f5f5;
}
#PropertyInfo table tr{
	border-bottom:1px solid #e7e7e7;
}
#PropertyInfo table tr:hover{
	background-color:#f5f5f5;
	border-bottom:1px solid #87ceeb;
}
.FirstLine h5{
	margin-left:10px;
}
.secondtd p{
	margin-right:10px;
}

/*页码*/
#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;
}

/*降价通知*/
.PriceNotification2{
	margin:0 0 10px 10px;
	border:1px solid #87ceeb;
	background-color:#C5F3F5;
	height:80px;
	padding:10px;
}
.PriceNotification2 img{
	float:left;
	margin:0 20px 0 0;
}
.PriceNotification2 p{
	line-height:40px;
}
.telnub{
	margin:5px 10px 0 0;
}

/*楼盘导购*/
#guide{
	width:228px;
	border:1px solid #87ceeb;
	margin: 0 10px 0 10px;
}
.guidetitle{
	margin:0 10px 10px 10px;
	height:40px;
	border-bottom:2px solid #87ceeb;
}
.guidetitle h5{
	float:left;
}
.guidetitle a{
	float:right;
	line-height:40px;
}
#guide ul{
	margin:0 10px 10px 25px;
}
#guide ul li{
	list-style-type:circle;
}





/*电联*/
#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;
}