#main-display {
	margin: 0 auto;
	text-align: center;
	padding: 5px 20px;
	font-size: 90%;
}
input.main-search {
	font-size: 150%;
	width: 400px;
	height: 22px;
	line-height:22px;
	padding: 5px;
	color: #444444;
	border:1px solid #7B9EBD;
}
.search-title{
	border-bottom:1px solid #C2C2C2; margin:10px 0px 10px 0; padding-bottom:10px;
	color:#664B3A; font-size:12px; font-weight:bold; text-transform:uppercase; text-decoration:none;
}
input.main-search:focus {
	color: #000000;
}
.search-result-bound{
	
}
.search-no-result{
	color:#000;
}
input.main-search-button {
	width: 90px;
	background-color:#664B3A;
	height: 32px;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	vertical-align: top;
	margin-top:1px;
	font-weight: bold;
}
.search-option{
	font-size:12px; font-weight:bold; padding:5px 0 10px 0;
}
div.pagination {
	background-color: #D9E9E8;
	line-height:24px;
	border-top:1px solid #664B3A;
	margin-bottom:15px;
	padding-right:15px;
}
.pagination span.pagination {
	background: transparent;
	font-size: 110%;
	display: block;
	clear: both;
}

#main-result {
	text-align: left;
	line-height: 150%;
}

div.result img {
	padding: 0 5px 0 0;
}

div.result a.link {
	font-size: 120%;
	padding: 0 10px 0 0;
}

div.result .highlight {
	background-color: #FFFF00;
	color: #000;
	font-weight: bold;
}
.search-icon{
	text-align:justify;
	padding:3px;
	padding-left:5px;
}
.search-icon a,.search-icon a:hover,.search-icon a:visited,.search-icon a:visited:hover{
	color:#000;
	font-size:16px;
}
.search-brief{
	text-align:justify;
	padding:3px;
	padding-left:5px;
	color:#000000;
	line-height:20px;
}
.search-paging{
	text-align:center; padding:10px 0;
}
.search-name{
	font-weight:bold; font-size:12px; padding-top:5px;
}
