/* Form */
.search-form{
}

.input-text{
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -2px;
	padding: 3px;
	width: 457px;
	border: solid 1px #eee;
}

.submit{
	display: block;
	background: url(/imagens/bt_search.jpg) no-repeat;
	width: 44px;
	height: 39px;
	position: absolute;
	top: 52px;
	left: 486px;
}

.submit:hover{
	background-position: left bottom;

}



/* Result */
#result-count{
	font-family: Georgia, Times New Roman;
	font-size: 12px;
	font-style: italic;
	margin: 10px 0 20px;
	color: #aaa;
	letter-spacing: 1px;
}

#result-count strong{
	font-family: Georgia, Times New Roman;
	font-style: italic;
}

.result-item{
	padding: 15px 0;
	border-bottom: 1px solid #f5f5f5;
	position: relative;
}

.result-item h4{
	font-size: 14px;
}

.result-detail{
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0 0 0;
	display: block;
	line-height: 16px;
}

.result-detail span{
	color: #999;
}

.result-image{
	float: left;
	margin: 0 15px 0 0;
}



/* Pagination */
.pagination{
	margin: 10px 0 0 0;
	text-align: center;
	padding: 0 15px;
}

.pagination li{
	display: inline;
}

#previous-page{
	float: left;
	font-weight: bold;
	padding: 2px 8px;
}

#next-page{
	float: right;
	font-weight: bold;
	padding: 2px 8px;
}

#previous-page:hover, #next-page:hover{
	text-decoration: none;
	background: #8A9FC8;
	color: #fff;
}

.pages{
	font-weight: bold;
	padding: 2px 0;
	width: 25px;
	display: inline-block;
}

.pages:hover{
	text-decoration: none;
	background: #8A9FC8;
	color: #fff;
}

.current-page{
	font-weight: bold;
	padding: 2px 0;
	width: 25px;
	display: inline-block;
	background: #8A9FC8;
	color: #fff;
}