.featured {
	background: #fff;	
	border-bottom: 1px solid #b6b7b9;
	padding: 15px 10px;
}
.feature {
	margin: 0 10px 10px 10px;
	float: left;
}
.feature .image {
  height: 160px;
}
.feature img {
	display: block;
	border: 1px solid #CCC;
	padding: 5px;
	backgrodun: #EEE;
}
.feature h4 {
	width: 178px;
	margin-top: 5px;
	font-size: 1.2em;
	text-align: center;
}
.feature h4 a {
	color: #0eb4da;
	text-decoration: none;
}

#index_search {
	background: #f1eeee url(../img/index_search_bg.gif) no-repeat top left;
	height: 66px;
	position: relative;
}
#index_search div.input {
}
#LocationName {
	position: absolute;
	float: none;
	top: 17px;
	left: 32px;
	width: 570px;
	height: 27px;
	border: 0;
	font-size: 1.4em;	
}
#filter {
	border: 1px solid #c0c7d7;
	padding: 4px;	
	background: #e0e7f3 url(../img/filter_bg.gif) repeat-x bottom left;
}
#filter div.input {
	float: left;	
}

#sort {
	border-bottom: 1px solid #b6b7b9;
	clear: both;
	padding: 16px 10px;	
}

#search_results {
	
}
#search_results .result {
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}	
#search_results .result .intro {
	float: left;
	padding: 10px;
}
#search_results .result .intro img {
	border: 1px solid #CCC;
	padding: 4px;
	background: #EEE;
}

#search_results .result .detail_wrapper {
	float: left;
	width: 520px;
}
#search_results .result .detail {
	margin: 10px;
}
#search_results .result .detail .title {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #cdd2d5;
}
#search_results .result .detail .title h4 {
	float: left;
	width: 380px;
}
#search_results .result .detail .title p {
	float: right;
	width: 120px;
}
#search_results h4 a {
	color: #052F53;
}
#search_results a {
	text-decoration: none;
}
#search_results .result .detail table th {
	font-weight: normal;
	text-align: left;
	padding: 2px 10px 2px 0;
}
#search_results .result .detail table td {
	padding: 2px 0;
}

