
/* **************************** SEARCH FORM ***************************** */

#searchform {
	background-color: #FFF7E7;
	margin-bottom: 1em;
}

#searchform .body {
	padding: 7px;
}

#searchform .head {
	background-color: #FFCF63;
	padding: 7px;
	font-weight: bold;	
}

#searchform .options label {
	padding-right: 10px;
}

#searchform .options p {
	margin: 1em 0;
}

#searchform input.button {
	background: url(../../../images/buttons/btn-search-orange.gif) top left no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	padding-right: 3px;
}

/* **************************** SEARCH RESULTS ***************************** */

#searchresults {
	border-top: 1px solid #CECBCE;
	border-bottom: 1px solid #CECBCE;
	padding: 2em 0 1em;
}

#searchresults div {
	margin: 0;
	padding: 0.5em 1em 0.5em 1em;
	text-align: left;
}

#searchresults div.odd {
	background-color: #FFF7E7;
}

#searchresults div.even {
	background-color: #FFF;
}

#searchresults div h3 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 100%;
}

#searchresults div p {
	margin: 0 0 0.5em 0;
	padding: 0;
}

#searchresults a {
	font-weight: bold;
}


/* **************************** SEARCH PAGING ***************************** */


#searchnextprev {
	margin: 1em 0 0 0;
	padding: 0;
}

#searchnextprev input.backbutton {
	background: url(../../../images/buttons/btn-previous.gif) top left no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	float: left;
	padding-bottom: 1px;
}

#searchnextprev input.nextbutton {
	background: url(../../../images/buttons/btn-next.gif) top left no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	float: right;
	padding-bottom: 1px;
}
