/*
 Search
*/
div#search_content {
	width:960px;
	margin: 0px;
	padding: 0px;
	background:url('/i/search_background.gif') no-repeat bottom right;
}

#results {
	padding: 0px 0px 0px 0px;
	font-size: 0.8em;
	color: #333;
	width: 550px;
}

#nomatches {
	padding: 20px 0 0 0;
}

#nomatches h2 {
	font:normal 1.0em Helvetica,sans-serif;
	margin:0px 0px 12px 0px;
	color:#30b1d9;
}

#nomatches p {
	font:normal 0.8em Arial,sans-serif;
	margin:0px 0px 12px 0px;
	color:#000000;
}

#nomatches strong {
	color: #000;
}

#nomatches img {
	display: block;
	margin-top: 20px;
}

#nomatches ul {
	padding: 0 0 0 16px;
	margin: 15px 0 20px 0;
}

#nomatches ul li {
	list-style: disc;
	padding: 12px 0 0 8px;
	color: #666;
}

#nomatches ul li span {
	color: #333;
}

#noquery {
	padding: 20px 0;
}

#searchedfor {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	color: #000;
}

#results a {
	color: #d70025;
}

#results a:hover {
	text-decoration: underline;
}

#results div.result {
	border-bottom: 1px solid #ccc;
	padding: 18px 0px 18px 0px;
	color: #666;
	width:548px;
}

#results div.result.topbordered {
	border-top: 1px solid #ccc;
	clear: both;
}

#results div.result a.heading {
	font-weight: bold;
	width:548px;
}

#results div.result a.url {
	color: #da1134;
	width:548px;
}

#results ol.pager {
	padding: 18px 0;
	margin: 0;
	height: 1%;
	overflow: hidden;
}

#results ol.pager li {
	list-style: none;
	float: left;
}

#results ol.pager li.previous {
	padding-right: 5px;
	border-right: 1px solid #333;
}

#results ol.pager li.pagenumber {
	padding: 0 5px;
	border-left: 1px solid #333;
	color: #333;
}

#results ol.pager li.pagenumber.first {
	border: 0;
}

#results ol.pager li.pagenumber.first.noprev {
	padding-left: 0;
}

#results ol.pager li.next {
	padding-left: 5px;
	border-left: 1px solid #333;
}

div.pagination_wrapper {
	margin:0px;
	padding:0px;
	height:35px;
}

div.results_pagination {
	float:left;
	width:270px;	
	margin:0px 180px 0px 0px;
}

div.fsrp_wrapper {
	height: 1%;
	overflow: hidden;
	margin:10px 0px 10px 0px;
}

