/* Main layout
================================================*/

#search-resultpage #content-area {
	background:#fff;
	}
#search-resultpage #content-primary {
	width:960px;
	margin:20px 0 10px 0;
	}
			
/* Thumbs
================================================*/

#thumbs {
	width:960px;
	margin:1em 0 2em 0;
	}
.thumb {
	padding:.3em 0 .3em 0;
	width:960px;
	}
.thumb p {
	margin:0;
	}
.thumb img {
	padding:3px;
	border:1px solid #c8ddf6;
	background:#fff;
	float:left;
	margin:5px 10px 0 0;
	}
#thumbs a,
#thumbs a:link,
#thumbs a:visited {
	border:0;
	}
#thumbs a:hover {
	border-bottom:1px solid;
	}
#thumbs .thumb span,
#thumbs .thumb span a,
#thumbs .thumb span a:link,
#thumbs .thumb span a:visited {
	color: #999;
	font-size:.94em;
	font-weight:normal;
	border:0;
	}	
#thumbs .thumb span a:hover {
	border-bottom:1px solid;
	}
.thumb td, .thumb h3 {
	font-size:1em;
	}

/* Search results page navigation
================================================*/

.result-page-nav {
	background-color:#f0f6ff;
	border-top:1px solid #c8ddf6;
	border-bottom:1px solid #c8ddf6;
	color:#2a9dfe;
	margin-bottom:1em;
	padding:6px 3px 6px 3px;
	text-align:right;
	}
.result-page-nav span {
	float:left;
	width:300px;
	text-align:left;
	}
.result-page-nav span a,
.result-page-nav span a:link,
.result-page-nav span a:visited {
	color:#2a9dfe;
	font-weight:normal;
	border:0;
	white-space: nowrap;
	}
.result-page-nav span a:hover {
	color:#e6290e;
	}
.pages-nav {
	width:950px;
	background-color:#f0f6ff;
	border-top:1px solid #c8ddf6;
	border-bottom:1px solid #c8ddf6;
	color:#2a9dfe;
	margin:2em 0;
	padding:6px 5px 3px 5px;
	text-align:center;
	}
	
	
	