body, html {
	min-height: 100%;
}

body {
	background: #fff;
}

.no-border,
.no-border td {
	border: 0px !important;
}

a {
	text-decoration: none;
	color: #f29400;
}

a:hover {
	text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.button {
	display: inline-block;
	display: -moz-inline-box;
	background: url("../img/button_right.png") no-repeat top right;
	text-decoration: none;
	zoom: 1;
	*display: inline;
}

.button input:hover {
  cursor: pointer;
}

.button input,
.button a {
  display: inline-block;
 	background: url("../img/button_left.png") no-repeat top left;
	padding: 1px 15px 6px;
	.padding: 1px 0px 6px;
	line-height: 18px;
	height: 36px;
	border: 0px;
	font-weight: bold;
	color: #fff;
	font-size: 13px;
	text-shadow: #6374AB 1px 1px 1px;
	text-decoration: none;
	margin: 0px;
}

.button a {
	display: -moz-inline-box;
	padding: 9px 20px 0px;
}

.pagination {
  color: #f29400;
  line-height: 15px;
}

.pagination span {
  color: #919191;
  margin-right: 5px;
}

.lt, .rt, .lb, .rb {
	position: absolute;
	font-size: 1px;
	z-index: 999;
	width: 3px;
	height: 3px;
}

.lt {
	top: -1px;
	left: -1px;
	background: url('../img/lt.png') no-repeat 0 0;
}

.rt {
	top: -1px;
	right: -1px;
	background: url('../img/rt.png') no-repeat 0 0;
}

.lb {
	bottom: -1px;
	left: -1px;
	background: url('../img/lb.png') no-repeat 0 0;
}

.rb {
	bottom: -1px;
	right: -1px;
	background: url('../img/rb.png') no-repeat 0 0;
}

#container {
	width: 960px;
	margin: 0px auto;
	font-size: 14px;
	color: #919191;
	font-family: Helvetica;
	overflow: hidden;
	padding-bottom: 50px;
}

.right {
  width: 585px;
	float: right;
}

.left {
  width: 375px;
	float: left;
}

.top-menu {
  font-size: 13px;
  color: #f29400;
  text-align: right;
  margin-top: 50px;
}

.intro {
  font-size: 18px;
  line-height: 24px;
  margin-top: 40px;
}

.search {
  position: relative;
  width: 470px;
  border: 1px solid #ccc;
  padding: 14px 16px 0;
  margin-top: 30px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.search ul {
  overflow: hidden;
}

.search li {
  display: block;
  float: left; 
}

.search li select {
  display: block;
  width: 151px;
  margin-bottom: 10px;
}

.search li li {
  display: block;
  overflow: hidden;
  float: none;
  line-height: 15px;
  margin: 0 0 4px 34px;
}

.search .button {
  margin: 70px 0 0 35px;
  .margin: 80px 0 0 35px;
}

.links-list {
  width: 470px;
  position: relative;
  border: 1px solid #ccc;
  padding: 14px 16px 10px;
  margin-top: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 11px;
}

.links-list td {
  padding-right: 30px;
}

.links-list span,
.links-list a {
  display: block;
  margin-bottom: 5px;
}

.recommend {
  width: 470px;
  margin: 30px 0 0 3px;
}

.recommend h1 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
}

.recommend .place {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 11px;
}

.recommend .img {
  float: left;
  margin-right: 10px;
}

.recommend p {
  line-height: 16px;
}

.recommend p {
  display: block;
  font-size: 13px;
}

.recommend p a {
  font-size: 14px;
}

.recommend .pagination {
  margin: 50px 0 0 80px;
}
