body {
	background: #fff1de;
}
#container {
	width: 100%;
	height: 100%;
	background: #fff1de;
	text-align: center;
	margin: 0 auto;
}
#header {
	margin: 0 3%;
	height: 60px;
	/*background: url(../images/logo.png) right 22px no-repeat;*/
	padding-top: 35px;
}
#search {
	line-height: 25px;
	font-size: 15px;
	margin: 0 3%;
	text-align: left;
}
#search img {
	vertical-align: middle;
}
.button {
	background-color: #ee432e;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e54b58), color-stop(50%, #e54b58), color-stop(50%, #da2631), color-stop(100%, #da2631));
	background-image: -webkit-linear-gradient(top, #e54b58 0%, #e54b58 50%, #da2631 50%, #da2631 100%);
	background-image: -moz-linear-gradient(top, #e54b58 0%, #e54b58 50%, #da2631 50%, #da2631 100%);
	background-image: -ms-linear-gradient(top, #e54b58 0%, #e54b58 50%, #da2631 50%, #da2631 100%);
	background-image: -o-linear-gradient(top, #e54b58 0%, #e54b58 50%, #da2631 50%, #da2631 100%);
	background-image: linear-gradient(top, #e54b58 0%, #e54b58 50%, #da2631 50%, #da2631 100%);
	border: none;
	border-radius: 15px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
	box-shadow: inset 0 0 0 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
	color: #fff;
	font: 13px/1 "helvetica neue", helvetica, arial, sans-serif;
	padding: 6px 10px;
	text-align: center;
	
}
/*
.button:hover {
	background-color: #f37873;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f37873), color-stop(50%, #db504d), color-stop(50%, #cb0500), color-stop(100%, #a20601));
	background-image: -webkit-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
	background-image: -moz-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
	background-image: -ms-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
	background-image: -o-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
	background-image: linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
	cursor: pointer;
}
.button:active {
	background-color: #d43c28;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d43c28), color-stop(50%, #ad3224), color-stop(50%, #9c1500), color-stop(100%, #700d00));
	background-image: -webkit-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
	background-image: -moz-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
	background-image: -ms-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
	background-image: -o-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
	background-image: linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 115, 100, 0.4);
	box-shadow: inset 0 0 0 1px rgba(255, 115, 100, 0.4);
}
*/
#city {
	text-align: left;
	display: none;
	margin: 5% 3%;
}
.prov, .city {
	width: 115px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	margin-right: 3px;
}
#city select, #city img {
	vertical-align: middle;
}
#nearby {
	margin: 5% 0;
	text-align: left;
	display:none;
	
}
.info {
	width: 80%;
	margin-left: 3%;
	font-size: 14px;
	line-height: 22px;
}
.info span {
	color: #da2631;
}
.reload {
	width: 14%;
	margin-right: 3%;
	text-align: right;
}
.reload img {
	vertical-align: middle;
}

#result {
	text-align: left;
}
#result .title {
	margin: 0 3% 10px 3%;
	font-size: 16px;
	color: #da2631;
	display: none;
}
.line {
	height: 1px;
	overflow: hidden;
	background: #fff;
}
#result .list {
	border-top: 1px solid #bdb287;
}
.detail {
	margin: 10px 0 10px 3%;
	width: 62%;
	text-align: left;
	font-size: 14px;
}
.detail .name {
	font-weight: bold;
}
.detail .address {
	color: #565555;
	line-height: 16px;
}
.distance {
	width: 32%;
	margin: 20px 3% 20px 0;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}
.q_keyword 
{
    display:none;
}
/*
.q_nearby {
	display: none;
}
*/
#keyword {
	margin: 5% 3%;
	text-align: left;
	/*display: none;*/
}
#keyword .prov {
	width: 102px;
}
.keyword {
    width: 130px;
	height: 24px;
	line-height: 24px;
	padding-left: 5px;
	margin-right:1px;
	color: #999;
	font-size: 14px;
	border: 1px solid #ddd;
}
#keyword input, #keyword select, #keyword img {
	vertical-align: middle;
}
.type {
	margin-top: 20px;
	display: none;
}
.type li {
	float: left;
	width: 25%;
	text-align: left;
	line-height: 25px;
	font-size: 14px;
}
.type li a {
	color: #000;
	text-decoration: underline;
}
.more img {
	vertical-align: middle;
	margin-right: 5px;
}
.more, .tips {
	text-align: center;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	display: none;
}
#app {
	height: 50px;
	background: url(../images/app_bg.jpg) center center repeat-x;
}
#blank {
	height: 30px;
}
.type li a.current {
	color: #da2631;
	font-weight: bold;
}