/* ---------------------------------------------------------------------------
	
	Regeneration Technologies Search Results Styles
	http://www.rtix.com
	
	author: nGen Works
	http://ngenworks.com
	
--------------------------------------------------------------------------- */

body.search #content-main a {
	text-decoration: none;
	/* changed the decoration for this section */
}

/* Add this to the master.css for all notices */
p.notice {
	margin-bottom: 15px;
	padding: 20px;
	color: #353831;
	font-family: Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;	
	background-color: #c3e699;
}

p.notice strong {
	color: #0a1f3e;
}


/*	=pagination
--------------------------------------------------------------------------- */


div.pagination {
	margin-left: 0;
	margin-bottom: 0;
	padding: 15px 0; 
	font-family: Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../img/div-dot.png) repeat-x left bottom;
	position: relative;
}

div.bottom {
	background: url(../img/div-dot.png) repeat-x left top;
}

div.pagination span { 
	/* display: inline;
	margin-right: 3px; */
	position: absolute;
	right: 3px;
}

#content-main div.pagination a, #content-main div.pagination strong {
	padding: 5px 7px;
	text-decoration: none;
}

#content-main div.pagination a:link, #content-main div.pagination a:visited {
	color: #099;
	background-color: #c3e699;
	text-decoration: none;
}

#content-main div.pagination a:hover {
	color: #0a1f3e;
	background-color: #fff;
	text-decoration: none;
}

#content-main div.pagination strong/*, 
#content-main div.pagination li.here a:visited, 
#content-main div.pagination li.here a:hover */ {
	color: #fff;
	background-color: #099;
	text-decoration: none;
}


/*	=search results listing
--------------------------------------------------------------------------- */


#search-results {
	list-style: none;
	margin: 0;
}
	
#search-results li div {
    background: url(../img/bg-arrow-listing.png) no-repeat 0 28px;
    padding: 20px 0 20px 20px;
}

#search-results h2 {
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 10px;
    padding-top: 2px;
}
  
#search-results p {
    font-size: 0.85em;
	font-style: italic;
    line-height: 1.5em;
    padding-bottom: 0;
	margin-bottom: 0;
}
  
#search-results p strong {
	font-family: Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
	font-style: normal;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;	
	
}
#search-results li {
    background: url(../img/div-dot-light.png) repeat-x bottom left;
	margin: 0;
	padding: 0;
}

