/* ------------------------- Search Results Page --------------------------------- */


/* Search Box */


/* Search results page */

.s-title {
	color:#D80C24;
	font-size:1.4em;
	margin:0.2em 0px;
	font-weight: bold;
	padding: 10px 0 0 10px;
	}

.search-header button {
	background:transparent url(/images/buttons/submitArrowSmall.gif) no-repeat scroll right top;
	border:0px none;
	float: right;
	height:23px;
	width:37px;
	font-size: 0%;
	color:#A80101;
	}

.s-search-box fieldset{
	text-align:right;
	padding-right: 10px;
	font-weight:bold;
	}
	
.search-pager {
	padding: 0 0 10px 10px;
	display: block;
	}
	
.search-resultset {
	padding: 10px;
	width: 515px;
	word-wrap: break-word;
	overflow: hidden;
}

.search-result-title {
	font-weight: bold;
	}
