/* === Search CSS === */

div.button {
	text-decoration: none;
}

.search_sort {
	float: right;
	font-size: .85em;
}

.search_sort a {
	text-decoration: none;
}

#search_form {
	background: #eeeeee;
	padding: 10px;
	margin-bottom: 15px;
	-moz-box-shadow: 0 0 10px #cccccc;
	-webkit-box-shadow: 0 0 10px #cccccc;
	box-shadow: 0 0 10px #cccccc;
}

.search_title {
	color: #333333;
	font-size: 20px;
}

.search_input, #id_query {
	width: 360px;
	height: 25px;
	color: #333333;
	font-size: 20px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.search_help {
	color: #333333;
	font-size: 12px;
}

.search_help a {
	text-decoration: none;
}

.search_help a:hover {
	text-decoration: underline;
}

.search_query {
	font-weight: bold;
	color: #333333;
}

.search_terms {
	font-style: italic;
	color: #dc050a;
}

.search_count {
	color: #333333;
}

.search_results {
	color: #333333;
}

.search_result, .search_results .item {
	margin-top: 20px;
}

.search_result h3 a, .search_results .item  h4 a{
	text-decoration: none;
}

.search_results .item h4 {
	font-size: 16px;
	line-height: 20px;
}

.search_results .item h5 {
	font-size: 14px;
	float: right;
	margin-right: 10px;
}

.search_results ul.footer {
	list-style: none;
	font-size: 14px;
	line-height: 18px;
}

.search_pagination {
	margin-top: 20px;
	margin-bottom: 20px;
}

.search_pagination a {
	text-decoration: none;
}

.search_pagination a:hover {
	text-decoration: underline;
}